* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
}

body {
	position: relative;
}
.content {
  width: 100%;
  height: auto;
  /* background-color: aqua; */
  margin-top: 125px;
}
.mobile-only {
  display: none;
}

.sectionA {
  width: 100%;
  height: 580px;
  background-color: #bed3d8;
  display: flex;
  justify-content: center;
}

.sectionA-inline {
  width: 1171px;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  margin-top: 80px;
  flex-direction: row;
}

.sectionA .articleA {
  margin-top: 60px;
  line-height: 1.6;
  margin-right: 100px;
}
.sectionA .articleA div:nth-child(1) {
  color: #013d2f;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}
.sectionA .articleA div:nth-child(2),
.sectionA .articleA div:nth-child(3) {
  color: #333333;
  font-weight: 600;
  font-size: 40px;
}
.sectionA .articleA div:nth-child(4) {
  color: #8497b0;
  margin-top: 6px;
}
.sectionA .signImg {
  position: absolute;
  width: 200px;
  height: 38px;
  margin-top: 330px;
  margin-left: -220px;
}
.sectionA .profileImg {
  width: 394.74px;
  height: 500px;
}

.sectionB {
  width: 100%;
  height: 650px;
  background-color: #f2ede6;
  display: flex;
  justify-content: center;
}

.sectionB .articleA {
  width: 1171px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  padding-bottom: 100px;
  position: relative;
  top: -60px;
}

.sectionB .itemImg {
  width: 370px;
  height: 270px;
  border-radius: 21px;
}

.sectionC {
  width: 100%;
  height: 700px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sectionC .articleA {
  width: 90%;
}

.sectionC .articleB {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-top: 60px;
  padding-bottom: 0px;
  overflow: hidden;
}
.slider {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.sectionC .articleB .arrow-left,
.sectionC .articleB .arrow-right {
  display: none;
}

.sectionC .articleA div:nth-child(1) {
  color: #ff3147;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 4px;
}

.sectionC .articleA div:nth-child(2) {
  color: #021738;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 4px;
}

.sectionC .articleA div:nth-child(3) {
  color: #8497b0;
  text-align: center;
}
.sectionC .articleA span:nth-child(1) {
  font-size: 24px;
}
.sectionC .articleA span:nth-child(2) {
  font-size: 36px;
  font-weight: 500;
}
.left-btn {
  border: none;
  background: none;
  cursor: pointer;
  margin-right: 60px;
}
.right-btn {
  border: none;
  background: none;
  cursor: pointer;
  margin-left: 60px;
}

.sectionC-2 {
	height: auto;
	padding-bottom: 50px;
}

.sectionC-2 .articleA span:nth-child(1) {
	font-size: 16px;
	font-weight: bold;
}

.sectionC-2 .articleB {
	width: 1171px;
	padding-bottom: 60px;
}

.sectionC-2 .articleB > div {
	display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: center;
    gap: 1em;
}

.sectionC-2 .articleB > div > div {
	width: 30%;
	background-color: #c9e0f4;
	padding: 30px 0;
	border-radius: 10px;
}

.sectionC-2 .articleC {
	text-align: center;
}

.sectionC-2 .articleC span {
	color: #8497b0;
	font-weight: bold;
}

.sectionC-2 .articleC .color-blue {
	color: #24a1f1;
	font-weight: bold;
}

.sectionD {
  width: 100%;
  height: 700px;
  background-color: #f2f6f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sectionD .articleA div:nth-child(1) {
  color: #ff3147;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
.sectionD .articleA div:nth-child(2) {
  color: #021738;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}
.sectionD .articleA div:nth-child(3) {
  color: #021738;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}
.sectionD .articleB {
width: 75vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 80px;
  padding-bottom: 200px;
  position: relative;
}

.sectionD .articleB .mySwiper {
	width: 90%;
}

.swiper-button-next, .swiper-button-prev {
	color: #000 !important;
	top: 34% !important;
}

.font20 {
  font-size: 24px;
}

.font40 {
  font-size: 40px;
  font-weight: bold;
}

.swiper {
      width: 100%;
      height: 100%;
    }

.swiper-slide {
      text-align: center;
      font-size: 18px;
      /* background: #fff; */
      display: flex;
      justify-content: center;
      align-items: center;
    }
.swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      /* object-fit: cover; */
    }

@media (max-width: 1440px) {
  .carousel_4 {
    display: none;
  }
}
@media (max-width: 1171px) {
  .carousel_3 {
    display: none;
  }

  .sectionC .articleB .arrow-left,
  .sectionC .articleB .arrow-right {
    display: block;
  }

  .sectionA {
    height: auto;
  }
  .sectionB {
    height: auto;
  }
  .sectionA-inline {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .sectionA .signImg {
    position: absolute;
    width: 200px;
    height: 38px;
    margin-top: 130px;
    margin-right: 340px;
  }
  .sectionA .articleB {
    width: 90%;
    display: flex;
    justify-content: end;
  }
  .sectionB .articleA {
    width: 90%;
  }

  .sectionC .articleB {
    gap: 0px;
  }

  .sectionD .articleB {
    gap: 0px;
  }

  .slider-container {
    position: relative;
    width: 185px;
    height: 360px;
    overflow: hidden;
    object-fit: center;
  }

  .slider {
    display: flex;
    width: calc(185px * 3); /* 이미지 개수에 맞게 설정 */
    transition: transform 0.3s ease-in-out;
    padding-top: 10px;

    justify-content: start;
    align-items: start;
    gap: 0px;
  }

  .slide {
    flex-shrink: 0;
    width: 185px;
    height: 330px;
    object-fit: contain;
  }

  .slider-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 100;
    background-color: #979797;
  }

  .slider-button.left {
    left: -20px;
    background: none;
  }

  .slider-button.right {
    right: -20px;
    background: none;
  }
}

@media (max-width: 830px) {
  .content {
    margin-top: 80px;
  }
  .mobile-only {
    display: inline;
  }

  .carousel_2 {
    display: none;
  }
  .sectionA .profileImg {
    position: relative;
    width: 394.74px;
    height: 500px;
    margin-right: -80px;
  }
  .sectionA .signImg {
    position: absolute;
    width: 200px;
    height: 38px;
    margin-top: 80px;
    margin-right: 260px;
  }
  .sectionA-inline {
    width: 80%;
    margin-top: 0px;
  }
  .sectionA .articleA {
    margin-top: 60px;
    line-height: 1.6;
    margin-right: 100px;
  }
  .sectionA .articleA div:nth-child(1) {
    color: #013d2f;
    font-weight: 500;
    font-size: 18px;
  }
  .sectionA .articleA div:nth-child(2),
  .sectionA .articleA div:nth-child(3) {
    color: #333333;
    font-weight: 600;
    font-size: 36px;
  }
  .sectionA .articleA div:nth-child(4) {
    color: #8497b0;
  }
  .font20 {
    font-size: 18px;
  }
  .font40 {
    font-size: 36px;
  }
  
  .sectionC .articleB {
  	width: 100%;
  	padding-bottom: 10px;
  }
  
  .sectionC-2 .articleB > div {
  	flex-direction: column;
  }
  
  .sectionC-2 .articleB > div > div {
  	width: 100%;
  }
  
  .sectionC-2 .articleA span:nth-child(1) {
  	font-size: 16px !important;
  }
  
  .sectionC-2 {
  	padding: 0 0 60px !important;
  }
  
  .sectionD .articleB .mySwiper {
  	width: 80%;
  }
  
  .sectionD .articleB img {
  	width: 100% !important;
  }
  
  
}

@media (max-width: 650px) {
  .sectionA .profileImg {
    position: relative;
    width: 264px;
    height: 335px;
    margin-right: -40px;
  }

  .sectionA .signImg {
    position: absolute;
    width: 132px;
    height: 25px;
    margin-top: 80px;
    margin-right: 200px;
  }
  .sectionA .articleA {
    margin-top: 20px;
    margin-left: 10px;
    line-height: 1.8;
  }
  .sectionA .articleA div:nth-child(1) {
    color: #013d2f;
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 6px;
  }
  .sectionA .articleA div:nth-child(2),
  .sectionA .articleA div:nth-child(3) {
    color: #333333;
    font-weight: 600;
    font-size: 24px;
  }
  .sectionA .articleA div:nth-child(4) {
    color: #8497b0;
  }
  .sectionC .articleB {
    padding-top: 10px;
  }

  .font20 {
    font-size: 14px;
  }
  .font40 {
    font-size: 24px;
  }

  .sectionC {
    height: auto;
    padding: 30px 0 20px 0;
  }
  .sectionC .articleA div:nth-child(1) {
    color: #ff3147;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px;
  }
  .sectionC .articleA div:nth-child(2) {
    color: #021738;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px;
  }
  .sectionC .articleA div:nth-child(3) {
    color: #8497b0;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }
  .sectionC .articleA span:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
  }
  .sectionC .articleA span:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
  }
  .left-btn {
    margin-right: 30px;
  }
  .right-btn {
    margin-left: 30px;
  }
}

@media (max-width: 480px) {
  .content {
    margin-top: 0px;
    overflow: hidden;
  }
  .sectionA .profileImg {
    position: relative;
    width: 264px;
    height: 335px;
    margin-right: -48px;
  }
  .sectionA .signImg {
    position: absolute;
    width: 132px;
    height: 25px;
    margin-top: 60px;
    margin-right: 196px;
  }
  .sectionA-inline {
    width: 100%;
  }
  .sectionA .articleA div:nth-child(1) {
    color: #013d2f;
    font-weight: 500;
    font-size: 14px;
  }
  .sectionA .articleA div:nth-child(2),
  .sectionA .articleA div:nth-child(3) {
    color: #333333;
    font-weight: 600;
    font-size: 20px;
  }
  .sectionA .articleA div:nth-child(4) {
    color: #8497b0;
  }

  .sectionB .articleA {
    padding-bottom: 0px;
    margin-bottom: -30px;
    gap: 18px;
  }
  .sectionB .itemImg {
    width: 320px;
    height: 234px;
    border-radius: 21px;
  }

  .font20 {
    font-size: 14px;
  }
  .font40 {
    font-size: 24px;
  }

  .sectionD {
    height: 257px;
  }
  .sectionD .articleA {
    padding-top: 10px;
  }
  .sectionD .articleB {
    padding-top: 30px;
    padding-bottom: 0px;
    width: 100%;
  }
  .sectionD .articleB .carousel_1 {
    /* width: 223.21px !important; */
    height: auto !important;
  }
  .sectionD .articleA div:nth-child(1) {
    font-size: 18px;
    font-weight: 700;
  }
  .sectionD .articleA div:nth-child(2) {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
  }
  .sectionD .articleA div:nth-child(3) {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
  }
  .sectionD .left-btn {
    margin-right: 10px;
  }
  .sectionD .right-btn {
    margin-left: 10px;
  }
  .arrow-left,
  .arrow-right {
    width: 36px;
    height: 36px;
  }
  
  .swiper-button-next, .swiper-button-prev {
  	top: 65% !important;
  }
}
