/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 28 2026 | 23:59:12 */
@charset "utf-8";
/*
  page-implant : 임플란트 클리닉 (1depth 통합)
  약어 정의
  - sed  : sedation (의식하진정요법 임플란트)
  - nav  : navigation (네비게이션 임플란트)
*/

/* ============================================================
   전문의 섹션 공통
   sed-sec05 / bg-sec05 / prf-sec03 / nav-sec05 / dntr-sec06
   구조 동일 — 선택자만 묶어서 중복 제거
============================================================ */

.sed-sec05.bg-cv,
.bg-sec05.bg-cv,
.prf-sec03.bg-cv,
.nav-sec05.bg-cv,
.dntr-sec06.bg-cv {
  background-image: url("/wp-content/uploads/2026/06/sedation-s05-bg.jpg");
}

.sed-sec05 .con-inner,
.bg-sec05 .con-inner,
.prf-sec03 .con-inner,
.nav-sec05 .con-inner,
.dntr-sec06 .con-inner {
  padding: var(--one-space-r) 0;
}

/* inner — gap 차이: sed·nav는 --one-space-s, 나머지 --one-space-r */
.bg-s05-inner,
.prf-s03-inner,
.dntr-s06-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--one-space-r);
}

.sed-s05-inner,
.nav-s05-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--one-space-s);
}

/* img */
.sed-s05-img,
.bg-s05-img,
.prf-s03-img,
.dntr-s06-img {
  flex: 0 0 40%;
  max-width: 243px;
}

.sed-s05-img img,
.bg-s05-img img,
.prf-s03-img img,
.dntr-s06-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* txt */
.sed-s05-txt,
.bg-s05-txt,
.prf-s03-txt,
.nav-s05-txt,
.dntr-s06-txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--one-gap-r);
}

/* title-wrap */
.sed-s05-title-wrap,
.bg-s05-title-wrap,
.prf-s03-title-wrap,
.nav-s05-title-wrap,
.dntr-s06-title-wrap {
  display: flex;
  align-items: flex-start;
  gap: var(--one-gap-sm);
}

/* icon */
.sed-s05-icon,
.bg-s05-icon,
.prf-s03-icon,
.nav-s05-icon,
.dntr-s06-icon {
  flex-shrink: 0;
  max-width: 2.1em;
  border-radius: 50%;
  background: #fff;
  padding: 0.1em;
  margin-top: 0.5em;
}

.sed-s05-icon img,
.bg-s05-icon img,
.prf-s03-icon img,
.nav-s05-icon img,
.dntr-s06-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.dntr-s06-icon {
  max-width: 2em;
  margin-top: 0.35em;
}

/* ============================================================
   의식하진정요법 임플란트
============================================================ */

/* ── 섹션1 : 피처 섹션 ── */

.sed-benefit-wrap {
  display: flex;
  flex-direction: row;
  gap: var(--one-space-s);
  align-items: center;
  justify-content: center;
}

.circle-bd-ui.sed-benefit-item {
  max-width: 280px;
  border-color: var(--main-color);
}

/* ── 섹션2 : 비교표 ── */

.sed-sec02.line-x::before {
  background-color: var(--gray-color03);
}

.sed-s02-hd {
  padding-bottom: var(--one-space-s);
  text-align: center;
}

.sed-s02-hd .hd2 {
  margin-bottom: var(--one-gap-xl);
}

.sed-sec02 .compare-row:nth-child(2) .compare-center {
  font-size: var(--one-body);
}

.sed-compare-head .compare-col {
  background: var(--gray-color03);
}

.sed-compare-head .compare-col.point {
  background-color: var(--main-color);
  color: var(--white-color);
  font-weight: 700;
}

/* ── 섹션3 : 가능한 이유 ── */

.sed-sec03.bg-cv {
  background-image: url("/wp-content/uploads/2026/06/sedation-s03-bg.jpg");
}

.sed-s03-hd {
  padding-bottom: var(--one-space-s);
}

.icon-card.sed-reason-card {
  border: none;
  outline: 1px solid #fff;

}

.sed-reason-card .icon-card-icon {
  max-width: 60px;
}

/* ── 섹션4 : 임플란트 과정 ── */

.sed-s04-hd {
  padding-bottom: var(--one-space-s);
}

.sed-step-wrap {
  position: relative;
}

.sed-step-slide.swiper {
  overflow: hidden;
}

.sed-step-slide .swiper-slide.step-row-item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: auto;
}

.sed-step-slide .step-row-txt {
  position: relative;
  padding-bottom: calc(var(--one-space-s) + 56px);
}

.sed-step-wrap .sed-step-nav {
  position: absolute;
  bottom: 0;
  right: calc(50% - var(--one-space-s) - 9.3em);
  display: flex;
  z-index: 1;
  flex-direction: row;
}

.sed-step-wrap .sed-step-nav .sed-step-prev,
.sed-step-wrap .sed-step-nav .sed-step-next {
  position: static;
  width: 3em;
  height: 3em;
  background: var(--sub-color04);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    border-color 0.3s ease,
    background 0.3s ease;
  margin: 0;
}

.sed-step-wrap .sed-step-nav .sed-step-prev::after,
.sed-step-wrap .sed-step-nav .sed-step-next::after {
  font-size: 0.8em;
  font-weight: 700;
  color: var(--one-txt-color);
  transition: color 0.3s ease;
}

.sed-step-wrap .sed-step-nav .sed-step-prev:hover,
.sed-step-wrap .sed-step-nav .sed-step-next:hover {
  border-color: var(--main-color);
  background: var(--main-color);
}

.sed-step-wrap .sed-step-nav .sed-step-prev:hover::after,
.sed-step-wrap .sed-step-nav .sed-step-next:hover::after {
  color: #fff;
}

.sed-step-wrap .sed-step-nav .sed-step-prev.swiper-button-disabled,
.sed-step-wrap .sed-step-nav .sed-step-next.swiper-button-disabled {
  opacity: 0.75;
  cursor: default;
  pointer-events: none;
}

/* ============================================================
   치조골 이식술
============================================================ */

.bg-sec01>.con-inner {
  border-bottom: 1px solid var(--gray-color03);
}

/* ── 섹션2 : 뼈이식 임플란트란? ── */

.bg-s02-hd {
  padding-bottom: var(--one-space-s);
  text-align: center;
}

.bg-s02-hd .hd2 {
  margin-bottom: var(--one-gap-xl);
}

.bg-s02-point {
  display: flex;
  justify-content: center;
}

.bg-s02-point .bg-point-btn {
  cursor: default;
  pointer-events: none;
  border-color: var(--sub-color03);
  text-align: center;
  white-space: normal;
  width: 100%;
}

.sb03-color {
  color: var(--sub-color03);
}

/* ── 섹션3 : 추천 대상 ── */

.bg-sec03 {
  background-color: var(--sub-color04);
}

/* ── 섹션4 : 임플란트 과정 ── */

.bg-s04-hd {
  padding-bottom: var(--one-space-s);
}

.bg-step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--one-gap-xl);
}

/* ── 섹션5 : 전문의 ── */
/* → 상단 공통 블록으로 처리 */

/* ============================================================
   네비게이션 임플란트
============================================================ */

/* ── 섹션1 : 피처 섹션 ── */

.nav-benefit-wrap {
  display: flex;
  flex-direction: row;
  gap: var(--one-space-s);
  align-items: center;
  justify-content: center;
}

.circle-bd-ui.nav-benefit-item {
  max-width: 280px;
  border-color: var(--main-color);
}

.nav-sec01 .sub-feature-img .sub-feature-float {
  max-width: 527px;
}

/* ── 섹션2 : 비교표 ── */

.nav-sec02.bg-cv {
  background-image: url("/wp-content/uploads/2026/06/nav-sec02-bg.jpg");
}

.nav-s02-hd {
  padding-bottom: var(--one-space-s);
  text-align: center;
}

.nav-s02-hd .hd2 {
  margin-bottom: var(--one-gap-xl);
}

.nav-compare-head .compare-col {
  background: var(--gray-color04);
}

.nav-compare-head .compare-col.point {
  background-color: var(--white-color);
  font-weight: 700;
}

.nav-sec02 .compare-text,
.nav-sec02 .compare-label {
  color: var(--white-color);
}

.nav-sec02 .compare-content-row {
  border-color: rgba(255, 255, 255, 0.2);
}

/* ── 섹션3 : 추천 대상 ── */

.nav-sec03 .ck-icon-list-hd.anim-sticky-sec {
  align-self: flex-start;
}

/* ── 섹션4 : 임플란트 과정 ── */

.nav-s04-hd {
  padding-bottom: var(--one-space-s);
}

.nav-step-wrap {
  position: relative;
}

.nav-step-slide.swiper {
  overflow: hidden;
}

.nav-step-slide .swiper-slide.step-row-item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: auto;
}

.nav-step-slide .step-row-txt {
  position: relative;
  padding-bottom: calc(var(--one-space-s) + 56px);
}

.nav-step-wrap .nav-step-nav {
  position: absolute;
  bottom: 0;
  right: calc(50% - var(--one-space-s) - 9em);
  display: flex;
  z-index: 1;
  flex-direction: row;
}

.nav-step-wrap .nav-step-nav .nav-step-prev,
.nav-step-wrap .nav-step-nav .nav-step-next {
  position: static;
  width: 3em;
  height: 3em;
  background: var(--sub-color04);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    border-color 0.3s ease,
    background 0.3s ease;
  margin: 0;
}

.nav-step-wrap .nav-step-nav .nav-step-prev::after,
.nav-step-wrap .nav-step-nav .nav-step-next::after {
  font-size: 0.8em;
  font-weight: 700;
  color: var(--one-txt-color);
  transition: color 0.3s ease;
}

.nav-step-wrap .nav-step-nav .nav-step-prev:hover,
.nav-step-wrap .nav-step-nav .nav-step-next:hover {
  background: var(--main-color);
}

.nav-step-wrap .nav-step-nav .nav-step-prev:hover::after,
.nav-step-wrap .nav-step-nav .nav-step-next:hover::after {
  color: #fff;
}

.nav-step-wrap .nav-step-nav .nav-step-prev.swiper-button-disabled,
.nav-step-wrap .nav-step-nav .nav-step-next.swiper-button-disabled {
  opacity: 0.75;
  cursor: default;
  pointer-events: none;
}

/* ── 섹션5 : 전문의 협진 — nav 전용 이미지 구조 ── */

.nav-s05-imgs {
  flex: 0 0 40%;
  display: flex;
  flex-direction: row;
  gap: var(--one-gap-r);
  align-items: flex-end;
}

.nav-s05-img {
  flex: 1;
}

/* ============================================================
   자가혈 임플란트
============================================================ */

/* ── 섹션1 : 피처 섹션 ── */

.prf-sec01 .sub-feature-float {
  max-width: 392px;
}

.prf-benefit-wrap {
  display: flex;
  flex-direction: row;
  gap: var(--one-gap-xl);
  align-items: center;
  justify-content: center;
}

.circle-bd-ui.prf-benefit-item {
  border-color: var(--main-color);
}

/* ── 섹션2 : 추천 대상 ── */

.prf-sec02.bg-cv {
  background-image: url("/wp-content/uploads/2026/06/prf-sec02-bg.jpg");
}

/* ── 섹션3 : 전문의 — 공통 처리 ── */

/* ============================================================
   임플란트 틀니
============================================================ */

/* ── 섹션1 : 피처 섹션 ── */

.dntr-formula-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--one-space-s);
}

.dntr-formula-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--one-gap-lg);
}

.dntr-formula-icon {
  display: block;
  width: 100%;
  max-width: 220px;
}

.dntr-formula-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.dntr-formula-title {
  text-align: center;
  letter-spacing: -0.01em;
}

.dntr-formula-plus {
  font-size: var(--one-hd3);
  font-weight: 800;
  flex-shrink: 0;
  padding-bottom: var(--one-gap-xl);
}

/* ── 섹션2 : 임플란트 틀니란? ── */

.dntr-sec02 {
  background-color: var(--sub-color04);
}

.dntr-s02-hd {
  padding-bottom: var(--one-space-s);
  text-align: center;
}

.dntr-s02-hd .hd2 {
  margin-bottom: var(--one-gap-xl);
}

.dntr-sec02 .dntr-card {
  border-color: var(--main-color);
  border-radius: 0;
  background-color: #fff;
}

.dntr-sec02 .icon-card-icon {
  position: relative;
  top: -35%;
}

/* ── 섹션3 : 비교표 ── */

.dntr-sec03 {
  background-color: var(--main-color);
}

.dntr-s03-hd {
  padding-bottom: var(--one-space-s);
  text-align: center;
}

.dntr-compare-head .compare-col {
  padding: var(--one-gap-r);
  background: var(--gray-color04);
}

.dntr-compare-head .compare-col.point {
  background: #fff;
}

.dntr-sec03 .compare-row {
  border-top-color: rgba(255, 255, 255, 0.15);
}

.dntr-sec03 .compare-center {
  border-left-color: rgba(255, 255, 255, 0.15);
  border-right-color: rgba(255, 255, 255, 0.15);
}

.dntr-sec03 .compare-content-row {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

/* ── 섹션4 : 저작력 비교 ── */

.dntr-sec04.bg-ct {
  background: url("/wp-content/uploads/2026/06/dnt-sec04-bg.jpg") no-repeat bottom center / 100% auto;
}

.dntr-s04-hd {
  padding-bottom: var(--one-space-s);
}

.dntr-chew-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: var(--one-gap-xl);
  justify-content: center;
}

.dntr-chew-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--one-gap-lg);
  position: relative;
}

.dntr-chew-img {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.dntr-chew-img img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.dntr-chew-card:nth-child(1) {
  max-width: 247px;
}

.dntr-chew-card:nth-child(2) {
  max-width: 313px;
}

.dntr-chew-card:nth-child(3) {
  max-width: 393px;
}

.dntr-chew-label {
  letter-spacing: -0.01em;
  text-align: center;
}

.dntr-chew-value {
  text-align: center;
  letter-spacing: -0.02em;
}

.dntr-chew-mid .dntr-chew-value::before,
.dntr-chew-mid .dntr-chew-value::after {
  content: "";
  position: absolute;
  bottom: 0.4em;
  width: calc(var(--one-gap-xl) + 8px);
  height: 1px;
  border-bottom: 2px dashed var(--gray-color01);
}

.dntr-chew-mid .dntr-chew-value::before {
  right: 100%;
}

.dntr-chew-mid .dntr-chew-value::after {
  left: 100%;
}

.dntr-chew-point .dntr-chew-label {
  font-weight: 700;
}

.dntr-chew-arrow {
  position: absolute;
  right: -13%;
  bottom: 5%;
  width: 10em;
  height: 10em;
  max-width: 121px;
  max-height: 121px;
  background: url("/wp-content/uploads/2026/06/denture-up-icon.png") no-repeat center / contain;
  display: block;
}

/* ── 섹션5 : benefit + 이미지 ── */

.dntr-s05-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--one-space-s);
}

.dntr-s05-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--one-space-s);
}

.dntr-s05-benefit-wrap {
  display: flex;
  flex-direction: row;
  gap: var(--one-gap-r);
  align-items: center;
}

.circle-bd-ui.dntr-benefit-item {
  border-color: var(--main-color);
  gap: var(--one-gap-r);
}

.circle-bd-ui.dntr-benefit-item .circle-bd-title.p-tit {
  font-size: var(--one-body);
  font-weight: 400;
}

.dntr-benefit-icon {
  display: block;
  max-width: var(--one-icon-r);
  width: 100%;
}

.dntr-benefit-icon svg {
  width: 100%;
  height: auto;
  display: block;
  fill: var(--main-color);
}

.dntr-s05-desc {
  word-break: keep-all;
  line-height: var(--one-lh-r);
}

.dntr-s05-img {
  flex: 0 0 45%;
  overflow: hidden;
  border-radius: 12px;
}

/* ── 섹션6 : 전문의 — 공통 처리 ── */

/* ============================================================
   반응형 — 태블릿 (max-width: 1024px)
============================================================ */

@media all and (max-width: 1024px) {

  /* 전문의 공통 img */
  .sed-s05-img,
  .bg-s05-img,
  .prf-s03-img,
  .dntr-s06-img {
    flex: 0 0 180px;
  }

  .nav-s05-imgs {
    flex: 0 0 35%;
  }

  /* sed·nav step */
  .nav-sec01 .sub-feature-img .sub-feature-float {
    max-width: 327px;
  }

  .sed-step-slide .swiper-slide.step-row-item,
  .nav-step-slide .swiper-slide.step-row-item {
    flex-direction: column;
  }

  .sed-step-wrap .sed-step-nav,
  .nav-step-wrap .nav-step-nav {
    right: var(--one-space-safe);
  }

  /* prf */
  .prf-sec01 .sub-feature-float {
    max-width: 280px;
  }

  .prf-benefit-wrap {
    gap: var(--one-gap-lg);
  }

  /* dntr */
  .dntr-formula-icon {
    max-width: 70px;
  }

  .dntr-chew-wrap {
    gap: var(--one-gap-lg);
  }

  .dntr-s05-benefit-wrap {
    gap: var(--one-gap-lg);
  }

  .dntr-s05-inner {
    gap: var(--one-gap-r);
    flex-direction: column;
  }

  .dntr-chew-mid .dntr-chew-value::before,
  .dntr-chew-mid .dntr-chew-value::after {
    bottom: 0.8em;
    width: calc(var(--one-gap-xl) + 8px);
  }

  .dntr-chew-card:nth-child(3) {
    margin-bottom: -2%;
  }

  .dntr-s05-content {
    flex: unset;
    width: 100%;
    text-align: center;
  }

  .dntr-s05-desc {
    padding-bottom: var(--one-space-s);
  }

  .dntr-s05-img {
    margin-bottom: -10%;
  }
}

/* ============================================================
   반응형 — 모바일 (max-width: 639px)
============================================================ */

@media all and (max-width: 639px) {

  /* 전문의 공통 */
  .sed-s05-inner,
  .bg-s05-inner,
  .prf-s03-inner,
  .nav-s05-inner,
  .dntr-s06-inner {
    flex-direction: column;
  }

  .sed-s05-icon,
  .bg-s05-icon,
  .prf-s03-icon,
  .nav-s05-icon,
  .dntr-s06-icon {
    max-width: 1.7em;
    padding: 0.1em;
    margin-top: 0.4em;
  }

  .nav-s05-icon {
    margin-right: -11.5vw;
    margin-top: 0.16em;
  }

  .sed-s05-img,
  .bg-s05-img,
  .prf-s03-img,
  .dntr-s06-img {
    flex: none;
    width: 50%;
    margin: 0 auto;
  }

  .sed-s05-title-wrap,
  .bg-s05-title-wrap,
  .prf-s03-title-wrap,
  .nav-s05-title-wrap,
  .dntr-s06-title-wrap {
    justify-content: center;
  }

  .txt-wrap .nav-s05-title-wrap .hd3 {
    line-height: var(--one-lh-lg);
    text-indent: 3vw;
  }

  .sed-s05-txt,
  .bg-s05-txt,
  .prf-s03-txt,
  .nav-s05-txt,
  .dntr-s06-txt {
    text-align: center;
  }

  /* nav 이미지 2장 */
  .nav-s05-imgs {
    flex: none;
    width: 80%;
    margin: 0 auto;
  }

  /* sed */
  .nav-sec01 .sub-feature-img .sub-feature-float {
    max-width: 140px;
  }

  .sed-benefit-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 var(--one-gap-sm);
  }

  .sed-reason-card .icon-card-icon {
    padding: var(--one-gap-sm);
  }

  /* nav */
  .nav-benefit-wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--one-gap-sm);
  }

  .circle-bd-ui.nav-benefit-item {
    max-width: 170px;
    width: 44vw;
  }

  /* sed·nav step 버튼 */
  .sed-step-wrap .sed-step-nav .sed-step-prev,
  .sed-step-wrap .sed-step-nav .sed-step-next,
  .nav-step-wrap .nav-step-nav .nav-step-prev,
  .nav-step-wrap .nav-step-nav .nav-step-next {
    width: 2.4em;
    height: 2.4em;
  }

  /* bg */
  .bg-step-grid {
    grid-template-columns: 1fr;
    gap: var(--one-gap-lg);
  }

  /* prf */
  .prf-sec01 .sub-feature-float {
    max-width: 200px;
  }

  .prf-benefit-wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--one-gap-sm);
  }

  .circle-bd-ui.prf-benefit-item {
    max-width: 170px;
    width: 44vw;
  }

  /* dntr */
  .dntr-formula-wrap {
    flex-wrap: wrap;
    gap: var(--one-gap-lg);
    flex-direction: column;
  }

  .dntr-formula-icon {
    max-width: 12em;
  }

  .dntr-chew-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .dntr-chew-card:nth-child(1),
  .dntr-chew-card:nth-child(2),
  .dntr-chew-card:nth-child(3) {
    max-width: 100%;
  }

  .dntr-sec04.bg-ct {
    background-size: cover;
  }

  .dntr-chew-arrow {
    right: 5%;
    bottom: 8%;
    width: 10em;
    height: 10em;
    max-width: 80px;
    max-height: 80px;
  }

  .dntr-sec02 .icon-card-icon {
    top: 0%;
  }

  .dntr-chew-mid .dntr-chew-value::before,
  .dntr-chew-mid .dntr-chew-value::after {
    display: none;
  }

  .dntr-s05-inner {
    flex-direction: column;
  }

  .dntr-s05-benefit-wrap {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 var(--one-gap-sm);
  }

  .dntr-s05-img {
    flex: none;
    width: 100%;
  }

  .dntr-s05-desc {
    text-align: center;
  }

  .dntr-chew-img {
    width: 70%;
  }

  /* prf 모바일 */
  .circle-bd-ui.prf-benefit-item {
    max-width: 170px;
  }
}