/* 효정나눔 희망키트 */
.sub-content.hyo_content {
  width: 100%;
  box-sizing: border-box;
}

/* 첫 번째 섹션 */
.hyo_cont1.w1300 {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.hyo_cont1 {
  margin-bottom: 125px;
}

.hyo_cont1 .imgBox {
  margin-bottom: 70px;
}

.hyo_cont1 .imgBox img {
  width: 100%;
  height: auto;
  display: block;
}

.hyo_cont1 .contBox {
  margin-bottom: 110px;
}

.hyo_cont1 .contBox h4 {
  font-size: 35px;
  font-weight: 700;
  color: #146e79;
  line-height: 1.4;
  margin-bottom: 40px;
  word-break: keep-all;
}

.hyo_cont1 .contBox p {
  font-size: 18px;
  line-height: 1.8;
  word-break: keep-all;
}

/* 회색 박스 */
.grayBox {
  background-color: #f7f7f7;
  padding: 60px 50px;
  border-radius: 8px;
  box-sizing: border-box;
}

.grayBox .flex {
  display: flex;
  align-items: center;
  gap: 50px;
}

.grayBox .iconBox {
  flex-shrink: 0;
  min-width: 200px;
  text-align: center;
}

.grayBox .iconBox img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto 25px auto;
  max-width: 80px;
}

.grayBox .iconBox h4 {
  font-size: 30px;
  font-weight: 700;
  color: #333;
  margin: 0;
  word-break: keep-all;
}

.grayBox .textBox {
  flex: 1;
}

.grayBox .textBox p {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  margin: 0;
  word-break: keep-all;
  letter-spacing: 0.02em;
}

/* 두 번째 섹션 - 슬라이더 */
.hyo_cont2 {
  background-color: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  box-sizing: border-box;
}

.hyo_cont2 .w1300 {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.hyo_cont2 .contBox {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.hyo_cont2 .swiper {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding-bottom: 100px;
  margin: 0;
  overflow: hidden;
}

.hyo_cont2 .swiper-wrapper {
  display: flex;
  align-items: stretch;
  position: relative;
  width: 100%;
}

.hyo_cont2 .swiper-slide,
.hyo_cont2 .hyo_slide {
  height: auto;
  min-height: 400px;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  position: relative;
  display: block;
}

/* 슬라이더 콘텐츠 레이아웃 */
.hyo_cont2 .swiper-slide .flex,
.hyo_cont2 .hyo_slide .flex {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 40px 0;
  box-sizing: border-box;
}

/* 왼쪽 텍스트 영역 */
.hyo_cont2 .leftBox.titBox.wp50 {
  width: 50%;
  flex: 0 0 50%;
  box-sizing: border-box;
  padding-right: 30px;
  padding-left: 0;
}

.hyo_cont2 .titleBox {
  padding-top: 75px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.hyo_cont2 .titleBox h4 {
  font-size: 35px;
  font-weight: 700;
  color: #333;
  margin-bottom: 25px;
  word-break: keep-all;
}

.hyo_cont2 .titleBox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hyo_cont2 .titleBox ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  word-break: keep-all;
}

.hyo_cont2 .titleBox ul li:last-child {
  margin-bottom: 0;
}

.hyo_cont2 .titleBox ul li.dotted::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  background-color: #146e79;
  border-radius: 50%;
}

/* 오른쪽 이미지 영역 */
.hyo_cont2 .rightBox.imgBox.wp50 {
  width: 50%;
  flex: 0 0 50%;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  height: 500px;
  min-height: 500px;
  max-height: 500px;
  overflow: hidden;
}

.hyo_cont2 .rightBox.imgBox {
  width: 100%;
  height: 500px;
  position: relative;
}

.hyo_cont2 .rightBox.imgBox img {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 500px;
  min-height: 500px;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.hyo_cont2 .rightBox.imgBox img.active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

/* 슬라이더 버튼 스타일 */
.slide_next {
  background-image: url(/assets/images/icon/slide_next.png);
  right: auto;
  left: 70px;
}

.slide_prev {
  background-image: url(/assets/images/icon/slide_prev.png);
  left: 0;
}

.slide_next,
.slide_prev {
  width: 60px;
  height: 60px;
  background-size: 60px;
  margin-top: 0;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  top: auto;
  bottom: 25px;
  margin-top: 0;
}

.slide_next::after,
.slide_prev::after {
  display: none;
}

.slide_next:hover {
  background-image: url(/assets/images/icon/slide_next_a.png);
}

.slide_prev:hover {
  background-image: url(/assets/images/icon/slide_prev_a.png);
}

.hyo_cont2 .swiper-button-next,
.hyo_cont2 .swiper-button-prev,
.hyo_cont2 .slide_next,
.hyo_cont2 .slide_prev {
  position: absolute;
  bottom: 25px;
  top: auto;
  width: 60px;
  height: 60px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  transition: all 0.3s ease;
}

.hyo_cont2 .swiper-button-next::after,
.hyo_cont2 .swiper-button-prev::after,
.hyo_cont2 .slide_next::after,
.hyo_cont2 .slide_prev::after {
  display: none;
}

.hyo_cont2 .hyo_next,
.hyo_cont2 .swiper-button-next.hyo_next {
  left: 80px;
  right: auto;
  background-image: url(/assets/images/icon/slide_next.png);
}

.hyo_cont2 .hyo_prev,
.hyo_cont2 .swiper-button-prev.hyo_prev {
  left: 0;
  right: auto;
  background-image: url(/assets/images/icon/slide_prev.png);
}

.hyo_cont2 .hyo_next:hover,
.hyo_cont2 .swiper-button-next.hyo_next:hover {
  background-image: url(/assets/images/icon/slide_next_a.png);
  transform: scale(1.05);
}

.hyo_cont2 .hyo_prev:hover,
.hyo_cont2 .swiper-button-prev.hyo_prev:hover {
  background-image: url(/assets/images/icon/slide_prev_a.png);
  transform: scale(1.05);
}

/* 유틸리티 클래스 */
.fs35 {
  font-size: 35px;
}

.fs30 {
  font-size: 30px;
}

.fs18 {
  font-size: 18px;
}

.fw700 {
  font-weight: 700;
}

.main_color1 {
  color: #146e79;
}

.black_2 {
  color: #333;
}

.lh14 {
  line-height: 1.4;
}

.lh18 {
  line-height: 1.8;
}

.ls18 {
  letter-spacing: 0.018em;
}

.ls20 {
  letter-spacing: 0.02em;
}

.mb125 {
  margin-bottom: 125px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb25 {
  margin-bottom: 25px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pt75 {
  padding-top: 75px;
}

.flex {
  display: flex;
}

.a_i_center {
  align-items: center;
}

.a_i_start {
  align-items: flex-start;
}

.wp50 {
  width: 50%;
}

.relative {
  position: relative;
}

.dotted {
  position: relative;
}

/* 모바일 최적화 */
@media (max-width: 768px) {
  .sub-content.hyo_content {
    padding: 0;
  }

  .hyo_cont1.w1300 {
    padding: 0 15px;
  }

  .hyo_cont1 {
    margin-bottom: 60px;
  }

  .hyo_cont1 .imgBox {
    margin-bottom: 40px;
  }

  .hyo_cont1 .contBox {
    margin-bottom: 40px;
  }

  .hyo_cont1 .contBox h4 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  .hyo_cont1 .contBox p {
    font-size: 16px;
    line-height: 1.7;
  }

  .grayBox {
    padding: 40px 30px;
  }

  .grayBox .flex {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }

  .grayBox .iconBox {
    min-width: auto;
    width: 100%;
    text-align: left;
  }

  .grayBox .iconBox img {
    margin: 0 0 20px 0;
    max-width: 60px;
  }

  .grayBox .iconBox h4 {
    font-size: 24px;
  }

  .grayBox .textBox {
    width: 100%;
  }

  .grayBox .textBox p {
    font-size: 16px;
    line-height: 1.7;
  }

  .hyo_cont2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hyo_cont2 .w1300 {
    padding: 0 15px;
    max-width: 100%;
  }

  .hyo_cont2 .swiper {
    padding-bottom: 80px;
  }

  .hyo_cont2 .swiper-slide,
  .hyo_cont2 .hyo_slide {
    min-height: auto;
  }

  .hyo_cont2 .swiper-slide .flex,
  .hyo_cont2 .hyo_slide .flex {
    flex-direction: column;
    gap: 30px;
    padding: 30px 0;
    max-width: 100%;
  }

  .hyo_cont2 .leftBox.titBox.wp50,
  .hyo_cont2 .rightBox.imgBox.wp50 {
    width: 100%;
    flex: 1;
    padding-left: 0;
    padding-right: 0;
    height: auto;
    min-height: 300px;
    max-height: none;
  }

  .hyo_cont2 .rightBox.imgBox {
    height: auto;
    min-height: 300px;
  }

  .hyo_cont2 .rightBox.imgBox img {
    height: auto;
    max-height: 400px;
    min-height: auto;
  }

  .hyo_cont2 .leftBox.titBox {
    order: 2;
  }

  .hyo_cont2 .rightBox.imgBox {
    order: 1;
  }

  .hyo_cont2 .titleBox {
    padding-top: 0;
  }

  .hyo_cont2 .titleBox h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .hyo_cont2 .titleBox ul li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 12px;
  }

  .hyo_cont2 .swiper-button-next,
  .hyo_cont2 .swiper-button-prev,
  .hyo_cont2 .slide_next,
  .hyo_cont2 .slide_prev {
    width: 50px;
    height: 50px;
    background-size: 50px;
    bottom: 15px;
  }

  .hyo_cont2 .hyo_next,
  .hyo_cont2 .swiper-button-next.hyo_next {
    left: 60px;
  }

  .hyo_cont2 .hyo_prev,
  .hyo_cont2 .swiper-button-prev.hyo_prev {
    left: 0;
  }

  /* 유틸리티 클래스 모바일 */
  .fs35 {
    font-size: 24px;
  }

  .fs30 {
    font-size: 20px;
  }

  .fs18 {
    font-size: 16px;
  }

  .mb125 {
    margin-bottom: 60px;
  }

  .mb110 {
    margin-bottom: 40px;
  }

  .mb70 {
    margin-bottom: 40px;
  }

  .mb40 {
    margin-bottom: 30px;
  }

  .mb25 {
    margin-bottom: 20px;
  }

  .pt100 {
    padding-top: 60px;
  }

  .pb100 {
    padding-bottom: 60px;
  }

  .pt75 {
    padding-top: 0;
  }

  .wp50 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .hyo_cont1.w1300 {
    padding: 0 10px;
  }

  .hyo_cont1 {
    margin-bottom: 40px;
  }

  .hyo_cont1 .imgBox {
    margin-bottom: 30px;
  }

  .hyo_cont1 .contBox {
    margin-bottom: 30px;
  }

  .hyo_cont1 .contBox h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .hyo_cont1 .contBox p {
    font-size: 14px;
    line-height: 1.6;
  }

  .grayBox {
    padding: 30px 20px;
  }

  .grayBox .flex {
    gap: 25px;
  }

  .grayBox .iconBox img {
    max-width: 50px;
    margin-bottom: 15px;
  }

  .grayBox .iconBox h4 {
    font-size: 20px;
  }

  .grayBox .textBox p {
    font-size: 14px;
    line-height: 1.6;
  }

  .hyo_cont2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hyo_cont2 .w1300 {
    padding: 0 10px;
  }

  .hyo_cont2 .swiper {
    padding-bottom: 60px;
  }

  .hyo_cont2 .swiper-slide .flex,
  .hyo_cont2 .hyo_slide .flex {
    gap: 25px;
    padding: 20px 0;
  }

  .hyo_cont2 .rightBox.imgBox.wp50 {
    height: auto;
    min-height: 250px;
    max-height: none;
  }

  .hyo_cont2 .rightBox.imgBox {
    height: auto;
    min-height: 250px;
  }

  .hyo_cont2 .rightBox.imgBox img {
    height: auto;
    max-height: 300px;
    min-height: auto;
  }

  .hyo_cont2 .titleBox h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .hyo_cont2 .titleBox ul li {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .hyo_cont2 .swiper-button-next,
  .hyo_cont2 .swiper-button-prev,
  .hyo_cont2 .slide_next,
  .hyo_cont2 .slide_prev {
    width: 40px;
    height: 40px;
    background-size: 40px;
    bottom: 10px;
  }

  .hyo_cont2 .hyo_next,
  .hyo_cont2 .swiper-button-next.hyo_next {
    left: 50px;
  }

  .hyo_cont2 .hyo_prev,
  .hyo_cont2 .swiper-button-prev.hyo_prev {
    left: 0;
  }

  /* 유틸리티 클래스 모바일 */
  .fs35 {
    font-size: 20px;
  }

  .fs30 {
    font-size: 18px;
  }

  .fs18 {
    font-size: 14px;
  }

  .mb125 {
    margin-bottom: 40px;
  }

  .mb110 {
    margin-bottom: 30px;
  }

  .mb70 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 20px;
  }

  .mb25 {
    margin-bottom: 15px;
  }

  .pt100 {
    padding-top: 40px;
  }

  .pb100 {
    padding-bottom: 40px;
  }
}

