/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 26 2026 | 16:49:43 */
@charset "utf-8";
/*
  page-orthodontics : 교정치료 (1depth 통합)
  약어 정의
  - ortho : orthodontics (치아교정)
  - clip  : clippy-c (클리피씨)
  - clear : clear aligner (투명교정)
  - ped   : pediatric (소아교정)
*/

/* ============================================================
   치아교정
============================================================ */

/* ── 섹션1 : 소개 ── */
.ortho-sec01.line-x::before {
  background-color: var(--sub-color01);
}

.ortho-sec01 .con-inner {
}

.ortho-sec01-float {
  position: absolute;
  left: -9%;
  bottom: 0;
  max-width: 233px;
}

/* ── 섹션2 : 1:1 전담 시스템 ── */

.ortho-sec02.bg-cv {
  background-color: var(--main-color);
}

.ortho-s02-hd {
  padding-bottom: var(--one-space-lg);
}

.ortho-step-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  text-align: center;
}

.ortho-step-item {
  display: flex;
  flex-direction: column;
  gap: var(--one-gap-sm);
}

.ortho-step-num {
  letter-spacing: 0.05em;
}

/* 가로줄 + 중앙 화살표 아이콘 (가상요소) */
.ortho-step-line {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background: var(--sub-color01);
  margin: var(--one-gap-sm) 0;
}

.ortho-step-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.4em;
  height: 1.4em;
  background: url("/wp-content/uploads/2026/06/ortho-step-arr.png") no-repeat center / contain;
}

.ortho-step-title {
  word-break: keep-all;
}

/* ── 섹션3 : 5가지 강점 ── */

.ortho-sec03.bg-cv {
  background-image: url("/wp-content/uploads/2026/06/ortho-sec03-bg.jpg");
}

.ortho-point-card .point-card-num {
  font-size: 2.3em;
  letter-spacing: 0em;
}

.ortho-point-card {
  background: #fff;
  border-radius: 1rem;
  border: none;
}

/* ── 섹션4 : 성인 치아교정 ── */

.ortho-case-hd {
  padding-bottom: var(--one-space-s);
}

.ortho-case-hd .hd2 {
  padding-bottom: var(--one-gap-xl);
}

.ortho-case-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--one-gap-lg);
}

.img-text-card.ortho-case-card {
  border: 1px solid var(--gray-color01);
}

.img-text-card.ortho-case-card .img-text-card-img {
  border: none !important;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--one-gap-r);
}

.img-text-card.ortho-case-card .img-text-card-img img {
  width: 80%;
}

.ortho-case-card .img-text-card-content {
  background: var(--main-color);
  padding: var(--one-gap-sm);
}

/* ── 섹션5 : 전문의 ── */

.ortho-sec05.bg-cv {
  background-image: url("/wp-content/uploads/2026/06/specialty03-bg.jpg");
}

.ortho-sec05 .con-inner {
  padding: var(--one-space-r) 0;
}

.ortho-spec-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--one-space-s);
}

.ortho-spec-icon {
  flex: 0 0 40%;
  max-width: 243px;
}

.ortho-spec-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.ortho-spec-txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--one-gap-r);
}

.ortho-spec-txt .hd3 {
  display: flex;
  align-items: flex-start;
  gap: var(--one-gap-sm);
}

/* ============================================================
   클리피씨
============================================================ */

/* ── 섹션1 : 소개 ── */

.clip-sec01 .con-inner {
}

.clip-sec01.line-x::before {
  background-color: var(--sub-color01);
}

/* ── 섹션2 : 클리피씨란? ── */

.clip-s02-inner {
  padding-bottom: var(--one-space-r);
}

.clip-s02-hd .hd2 {
  padding-bottom: var(--one-gap-xl);
}

/* ── 섹션3 : 5가지 포인트 ── */

.clip-sec03 {
  background-color: var(--main-color);
}

.point-card.clip-point-card {
  background: #fff;
  border-radius: 1rem;
}

.clip-point-card .point-card-num {
}

.clip-point-logo {
  max-width: 250px;
  margin: 0 0 0 auto;
}

.clip-point-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.point-card-grid .point-card.point-card-img-only {
  align-items: flex-end;
  justify-content: flex-end;
}

/* ── 섹션4 : 자세히 보기 ── */

.clip-step-wrap {
  position: relative;
}

.clip-step-slide.swiper {
  overflow: hidden;
}

.clip-step-slide .swiper-slide.step-row-item {
  height: auto;
  display: flex;
}

.clip-step-slide .step-row-txt {
  position: relative;
  padding-bottom: calc(var(--one-space-s) + 56px);
}

.clip-step-label.round-btn {
  width: fit-content;
  border-color: var(--sub-color01);
  color: var(--sub-color02);
  cursor: default;
  pointer-events: none;
  padding: var(--one-gap-xs) var(--one-gap-r);
  margin-bottom: var(--one-gap-sm);
}

.clip-step-wrap .clip-step-nav {
  position: absolute;
  bottom: 0;
  right: calc(50% - var(--one-space-s) - 9em);
  display: flex;
  flex-direction: row;
  z-index: 1;
}

.clip-step-wrap .clip-step-nav .clip-step-prev,
.clip-step-wrap .clip-step-nav .clip-step-next {
  position: static;
  width: 3em;
  height: 3em;
  background: var(--sub-color04);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  transition:
    border-color 0.3s ease,
    background 0.3s ease;
}

.clip-step-wrap .clip-step-nav .clip-step-prev::after,
.clip-step-wrap .clip-step-nav .clip-step-next::after {
  font-size: 0.8em;
  font-weight: 700;
  color: var(--one-txt-color);
  transition: color 0.3s ease;
}

.clip-step-wrap .clip-step-nav .clip-step-prev:hover,
.clip-step-wrap .clip-step-nav .clip-step-next:hover {
  border-color: var(--main-color);
  background: var(--main-color);
}

.clip-step-wrap .clip-step-nav .clip-step-prev:hover::after,
.clip-step-wrap .clip-step-nav .clip-step-next:hover::after {
  color: #fff;
}

.clip-step-wrap .clip-step-nav .clip-step-prev.swiper-button-disabled,
.clip-step-wrap .clip-step-nav .clip-step-next.swiper-button-disabled {
  opacity: 0.75;
  cursor: default;
  pointer-events: none;
}

/* ── 섹션5 : 전문의 ── */

.clip-sec05.bg-cv {
  background-image: url("/wp-content/uploads/2026/06/specialty0402-bg.jpg");
}

.clip-sec05 .con-inner {
  padding: var(--one-space-r) 0;
}

.clip-spec-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--one-space-s);
}

.clip-spec-icon {
  flex: 0 0 40%;
  max-width: 243px;
}

.clip-spec-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.clip-spec-txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--one-gap-lg);
}

.clip-spec-txt .hd3 {
  display: flex;
  align-items: flex-start;
  gap: var(--one-gap-r);
}

/* ============================================================
   투명교정
============================================================ */

/* ── 섹션1 : 소개 ── */

.clear-sec01 .con-inner {
}

.clear-sec01.line-x::before {
  background-color: var(--sub-color01);
}

/* ── 섹션2 : 5가지 포인트 ── */

.clear-sec02.bg-cv {
  background-image: url("/wp-content/uploads/2026/06/clear-sec02-bg.jpg");
}

.clear-point-card {
  background: #fff;
  border-radius: 1rem;
}

/* ── 섹션3 : 추천 대상 ── */

.clear-sec03 .con-inner {
}

/* ── 섹션4 : 비교표 ── */
.clear-sec04 {
  background-color: var(--sub-color04);
}

.clear-sec04 .compare-row:nth-child(2) .compare-center {
  font-size: var(--one-body);
}

.clear-s04-hd {
  padding-bottom: var(--one-space-s);
}

.clear-compare-head .compare-col {
  padding: var(--one-gap-r);
  background: #fff;
  color: var(--one-txt-color);
}

.clear-compare-head .compare-col.point {
  background-color: var(--main-color);
  color: var(--white-color);
  font-weight: 700;
}

/* ── 섹션5 : 전문의 ── */

.clear-sec05.bg-cv {
  background-image: url("/wp-content/uploads/2026/06/specialty03-bg.jpg");
}

.clear-sec05 .con-inner {
  padding: var(--one-space-r) 0;
}

.clear-spec-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--one-space-s);
}

.clear-spec-icon {
  flex: 0 0 40%;
  max-width: 243px;
}

.clear-spec-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.clear-spec-txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--one-gap-lg);
}

.clear-spec-txt .hd3 {
  display: flex;
  align-items: flex-start;
  gap: var(--one-gap-r);
}

/* ============================================================
   소아교정
============================================================ */

/* ── 섹션1 : 소개 ── */

.ped-sec01 .con-inner {
}

.ped-sec01.line-x::before {
  background-color: var(--sub-color01);
}

.ped-benefit-wrap {
  display: flex;
  flex-direction: row;
  gap: var(--one-space-s);
  align-items: center;
  justify-content: center;
}

.circle-bd-ui.ped-benefit-item {
  max-width: 220px;
  border-color: var(--main-color);
}

.point-card.ped-point-card {
  background: #fff;
  border-radius: 1rem;
}

/* ── 섹션2 : 타이밍 타임라인 ── */

.ped-sec02-mo {
  display: none;
}

.ped-s02-hd {
  padding-bottom: var(--one-space-lg);
}

.ped-timeline-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  gap: 0 var(--one-gap-lg);
  margin-bottom: var(--one-gap-xl);
  border-bottom: 2px solid var(--main-color);
}

.ped-timeline-grid.btm {
  border-bottom: none;
}

/* 마지막 칸 하단 보더 끝에 화살표 머리 (가상요소) */
.ped-timeline-grid.top::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent var(--main-color);
}

.ped-timeline-img {
  position: relative;
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}

.ped-timeline-img img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.ped-timeline-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--one-gap-sm);
  text-align: center;
}

.ped-timeline-age {
  letter-spacing: -0.01em;
}

.ped-timeline-title {
  word-break: keep-all;
}

.ped-timeline-desc {
  color: var(--gray-color02);
  word-break: keep-all;
}

/* ── 섹션3 : 6가지 포인트 ── */

.ped-sec03 {
  background-color: var(--main-color);
}

/* ── 섹션4 : 추천 대상 ── */

.ped-sec04 .con-inner {
  padding-bottom: 28em;
}

.ped-s04-bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: var(--one-space-r);
  padding-top: var(--one-space-lg);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.ped-s04-img {
  flex: 0 0 40%;
  overflow: hidden;
  border-radius: 12px;
}

.ped-s04-img img {
  width: 100%;
  height: auto;
  display: block;
}

.ped-s04-txt {
  flex: 1;
}

.ped-s04-txt .ft-body {
  word-break: keep-all;
  padding-bottom: var(--one-space-r);
}

/* ── 섹션5 : 전문의 ── */

.ped-sec05.bg-cv {
  background-image: url("/wp-content/uploads/2026/06/specialty03-bg.jpg");
}

.ped-sec05 .con-inner {
  padding: var(--one-space-r) 0;
}

.ped-spec-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--one-space-s);
}

.ped-spec-icon {
  flex: 0 0 40%;
  max-width: 243px;
}

.ped-spec-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.ped-spec-txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--one-gap-lg);
}

.ped-spec-txt .hd3 {
  display: flex;
  align-items: flex-start;
  gap: var(--one-gap-r);
}

/* ============================================================
   반응형 — 태블릿 (max-width: 1024px)
============================================================ */

@media all and (max-width: 1024px) {
  /* 치아교정 */
  .ortho-sec01-float {
    max-width: 11em;
  }

  .ortho-step-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--one-space-s) 0;
  }

  .ortho-case-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ortho-sec03 .point-card-grid .point-card.point-card-img-only {
    display: none;
  }

  .ortho-spec-icon {
    flex: 0 0 180px;
    max-width: 180px;
  }

  /* 클리피씨 */
  .clip-spec-icon {
    flex: 0 0 180px;
    max-width: 180px;
  }

  /* 투명교정 */
  .clear-spec-icon {
    flex: 0 0 180px;
    max-width: 180px;
  }

  .clear-sec02 .point-card.point-card-img-only {
    display: none;
  }

  /* 소아교정 */
  .ped-benefit-wrap {
    gap: var(--one-gap-lg);
  }

  .ped-timeline-grid {
    gap: var(--one-gap-lg) var(--one-gap-r);
  }

  .ped-s04-img {
    flex: 0 0 35%;
  }

  .ped-spec-icon {
    flex: 0 0 180px;
    max-width: 180px;
  }

  .ped-sec04 .con-inner {
    padding-bottom: 17em;
  }
}

/* ============================================================
   반응형 — 모바일 (max-width: 639px)
============================================================ */

@media all and (max-width: 639px) {
  /* 치아교정 */

  .ortho-step-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ortho-case-grid {
    grid-template-columns: 1fr;
  }

  .ortho-spec-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .ortho-spec-badge {
    width: 50%;
    margin: 0 auto;
  }

  .ortho-spec-icon {
    width: 100%;
  }

  .ortho-spec-txt {
    text-align: center;
    align-items: center;
  }

  .ped-sec04 .con-inner {
    padding-bottom: 0;
  }

  /* 클리피씨 */
  .clip-point-logo {
    max-width: 180px;
    padding: var(--one-gap-xl) 0 0;
  }
  .clip-step-label.round-btn {
    padding: var(--one-gap-xs) var(--one-gap-sm);
    margin: 0 auto;
  }
  .clip-step-wrap .clip-step-nav {
    right: calc(50% - var(--one-space-s) - 7em);
  }
  .clip-spec-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .clip-spec-badge {
    width: 50%;
    margin: 0 auto;
  }

  .clip-spec-icon {
    max-width: 100%;
  }

  .clip-spec-txt {
    text-align: center;
  }

  .clip-spec-txt .hd3 {
    justify-content: center;
  }

  /* 투명교정 */
  .clear-spec-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .clear-spec-badge {
    width: 50%;
    margin: 0 auto;
    flex: none;
  }

  .clear-spec-icon {
    max-width: 100%;
  }

  .clear-spec-txt .hd3 {
    justify-content: center;
  }

  .clear-spec-txt {
    text-align: center;
  }

  /* 소아교정 */
  .ped-benefit-wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 var(--one-gap-sm);
  }

  .circle-bd-ui.ped-benefit-item {
    max-width: 170px;
    width: 44vw;
  }

  .ped-timeline-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }

  .ped-timeline-img::after {
    display: none;
  }

  .ped-sec-pc-tb {
    display: none;
  }

  .ped-sec02-mo {
    display: block;
  }

  .ped-s02-hd {
    margin-bottom: -30%;
  }

  .ped-timeline-grid .ped-timeline-img:nth-child(1) {
    order: 1;
  }

  .ped-timeline-grid .ped-timeline-txt:nth-child(5) {
    order: 2;
  }

  .ped-timeline-grid .ped-timeline-img:nth-child(2) {
    order: 3;
  }

  .ped-timeline-grid .ped-timeline-txt:nth-child(6) {
    order: 4;
  }

  .ped-timeline-grid .ped-timeline-img:nth-child(3) {
    order: 5;
  }

  .ped-timeline-grid .ped-timeline-txt:nth-child(7) {
    order: 6;
  }

  .ped-timeline-grid .ped-timeline-img:nth-child(4) {
    order: 7;
  }

  .ped-timeline-grid .ped-timeline-txt:nth-child(8) {
    order: 8;
  }

  .ped-s04-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--one-gap-xl);
    position: relative;
  }

  .ped-s04-img {
    flex: none;
    width: 80%;
    margin: 0 auto;
  }

  .ped-spec-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .ped-spec-icon {
    max-width: 100%;
  }

  .ped-spec-badge {
    width: 50%;
    margin: 0 auto;
  }

  .ped-spec-txt {
    text-align: center;
  }

  .ped-spec-txt .hd3 {
    justify-content: center;
  }
}
