@charset "UTF-8";
.ccon02 {
  background-color: #F6FCF1;
  padding-top: 7vw;
}

.con02_tt01 {
  font-size: calc(var(--px) * 34);
  font-weight: 800;
  color: #71994B;
  margin-bottom: 1.5vw;
}

.con02_tt02 {
  font-size: calc(var(--px) * 20);
  font-weight: 500;
  line-height: 1.7;
  color: #05130B;
  gap: 1.2vw;
  margin-bottom: 3vw;
}

.ccon02_sd .swiper-slide {
  width: auto !important;
  margin-right: 0.8vw;
}

.ccon02_sd_img {
  width: calc(var(--px) * 389);
  aspect-ratio: 389/470;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ccon03 {
  background-color: #F6FCF1;
  padding-top: 7vw;
  padding-bottom: 7vw;
}

.ccon03_main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3vw;
}

.ccon03_row {
  width: calc(var(--px) * 795);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ccon03_row_img {
  aspect-ratio: 795/920;
}

.ccon03_name {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  border-bottom: 1px solid #71994B;
  padding: 2vw 0;
  gap: 0.7vw;
  margin-bottom: 2.5vw;
  box-sizing: border-box;
  padding-left: 0.5vw;
}

.ccon03_name_tt02 {
  font-size: calc(var(--px) * 34);
}
.ccon03_name_tt02 b {
  font-weight: 900;
}

.ccon03_row_con {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
  padding-left: 0.5vw;
}

.ccon03_row_con_tt {
  width: 40%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  white-space: nowrap;
}

.ccon03_row_con_tt01 {
  font-size: calc(var(--px) * 22);
  font-weight: 800;
}

.ccon03_row_con_tt02 {
  font-size: calc(var(--px) * 18);
  line-height: 1.8;
  margin-top: 1vw;
}
.ccon03_row_con_tt02 p:first-child {
  margin-bottom: 1.5vw;
}

.ccon03_02 {
  width: 21.5154%;
  aspect-ratio: 152/24;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ccon03_04 {
  width: 24.4879%;
  aspect-ratio: 173/20;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ccon04 {
  background-color: #F6FCF1;
  padding-bottom: 4vw;
}

.ccon04_main {
  width: calc(var(--px) * 1685);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ccon04_01 {
  width: 13.4126%;
  aspect-ratio: 226/51;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-self: flex-start;
  margin-bottom: 1.5vw;
}

.ccon04_slide_item {
  width: calc(var(--px) * 554);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ccon04_slide_video {
  width: 100%;
  aspect-ratio: 554/312;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ccon04_slide_video iframe {
  width: 100%;
  height: 100%;
  pointer-events: all;
}

.ccon04_slide_tt {
  font-size: calc(var(--px) * 18);
  font-weight: 500;
  line-height: 1.5;
  height: 5vw;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.ccon04_slide_tt > p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: normal;
  word-break: keep-all;
}

.ccon04_arr_wrap {
  gap: 1vw;
  margin-top: 1vw;
}

.ccon04_arr {
  width: 2.78942%;
  aspect-ratio: 47/38;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: opacity 0.3s;
}
.ccon04_arr.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.arr_next {
  transform: rotateY(0deg);
}

.ccon04_03 {
  width: 0.118794%;
  aspect-ratio: 2/22;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 599px) {
  /* ── ccon02 — 인사말 + 이미지 마퀴 ── */
  .ccon02 {
    padding-top: 14vw;
    padding-bottom: 0;
  }
  .ccon02_top {
    width: 89.6%;
    margin-bottom: 8vw;
  }
  .con02_tt01 {
    font-size: 5vw;
    text-align: center;
    margin-bottom: 7vw;
  }
  .con02_tt02 {
    font-size: 3.5vw;
    gap: 4vw;
    line-height: 1.7;
    margin-bottom: 0;
  }
  .ccon02_sd .swiper-slide {
    margin-right: 2vw;
  }
  .ccon02_sd_img {
    width: 47vw;
  }
  /* ── ccon03 — 의료진 카드: row → column ── */
  .ccon03 {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }
  .ccon03_main {
    flex-direction: column;
    gap: 14vw;
    padding: 0 5.2%;
    box-sizing: border-box;
  }
  .ccon03_row {
    width: 100%;
  }
  .ccon03_name {
    width: 100%;
    padding: 4vw 0;
    gap: 1.5vw;
    margin-bottom: 5vw;
    padding-left: 1vw;
  }
  .ccon03_02 {
    width: 38%;
  }
  .ccon03_04 {
    width: 44%;
  }
  .ccon03_name_tt02 {
    font-size: 5vw;
  }
  .ccon03_row_con {
    width: 100%;
    flex-direction: column;
    padding-left: 1vw;
    gap: 6vw;
  }
  .ccon03_row_con_tt {
    width: 100%;
    white-space: normal;
  }
  .ccon03_row_con_tt01 {
    font-size: 4vw;
  }
  .ccon03_row_con_tt02 {
    font-size: 3.5vw;
    margin-top: 2vw;
    line-height: 1.7;
  }
  .ccon03_row_con_tt02 p:first-child {
    margin-bottom: 3vw;
  }
  /* ── ccon04 — 유튜브 슬라이드 ── */
  .ccon04 {
    padding-bottom: 12vw;
  }
  .ccon04_main {
    width: 100%;
  }
  .ccon04_01 {
    width: 35%;
    margin-bottom: 4vw;
    margin-left: 5.2%;
  }
  .ccon04_slide_item {
    width: 100%;
  }
  .ccon04_slide_tt {
    width: 100%;
    height: auto;
    font-size: 3.5vw;
    margin-top: 2vw;
  }
  .ccon04_arr_wrap {
    gap: 3vw;
    margin-top: 5vw;
  }
  .ccon04_arr {
    width: 8%;
  }
  .ccon04_03 {
    width: 0.4%;
  }
}