/*     1571844 : 한줄 텍스트      */
.blank__3748124__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__3748124__.build_edit_mode:before {content:'공통css/변수';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

  /**공통**/
@charset "UTF-8";

:root{
  --dental-navy:#12324a;
  --dental-blue:#1f6f9f;
  --dental-sky:#eaf6fb;
  --dental-mint:#dff4ef;
  --dental-ivory:#fbfaf6;
  --dental-gray:#f4f6f8;
  --dental-dark:#111827;
  --dental-text:#3b4652;
  --dental-light:#ffffff;
  --dental-line:#dfe7ee;
  --dental-gold:#b99a63;
}

*{box-sizing:border-box; word-break: keep-all;}
html{scroll-behavior:smooth;}
body{margin:0;color:var(--dental-text);}
body, h1, h2, h3, h4, h5, h6, p, div, li, dt, dd, input, textarea, button, a, span { font-family: 'Pretendard' !important; letter-spacing:-0.03em !important; }
img{max-width:100%;display:block;}
a{text-decoration:none;color:inherit;}
button{font-family:inherit;}

.dn-section{position:relative;width:100%;overflow:hidden;}
.dn-inner{width:100%;max-width:1440px;margin:0 auto;padding:0 40px;}
.dn-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:var(--dental-blue);}
.dn-eyebrow:before{content:"";width:32px;height:1px;background:var(--dental-blue);}
.dn-title{margin:0px 0 0;font-size:56px;line-height:1.18;font-weight:800;color:var(--dental-dark);}
.dn-title strong{color:var(--dental-blue);}
.dn-desc{margin:24px 0 0;font-size:20px;line-height:1.75;color:#536170;}
.dn-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:56px;padding:0 28px;border-radius:999px;background:var(--dental-navy);color:#fff;font-size:16px;font-weight:700;transition:.3s;}
.dn-btn:hover{background:var(--dental-blue);transform:translateY(-2px);}
.dn-btn.light{background:#fff;color:var(--dental-navy);}
.dn-btn.line{background:transparent;border:1px solid rgba(255,255,255,.55);color:#fff;}

.dn-fade{opacity:0;transform:translateY(40px);transition:opacity .9s ease,transform .9s ease;}
.dn-fade.is-visible{opacity:1;transform:translateY(0);}
.dn-delay-1{transition-delay:.12s;}
.dn-delay-2{transition-delay:.24s;}
.dn-delay-3{transition-delay:.36s;}

@media(max-width:1024px){
  .dn-inner{padding:0 24px;}
  .dn-title{font-size:42px;}
  .dn-desc{font-size:18px;}
}

@media(max-width:640px){
  .dn-inner{padding:0 18px;}
  .dn-title{font-size:32px;}
  .dn-desc{font-size:16px;line-height:1.7;}
  .dn-eyebrow{font-size:12px;}
}

.imp-fade{
  opacity:0;
  transform:translateY(34px);
  transition:opacity .75s ease, transform .75s cubic-bezier(.22,.61,.36,1);
}

.imp-fade.is-visible{
  opacity:1;
  transform:translateY(0);
}

.imp-delay-1{
  transition-delay:.12s;
}

.imp-delay-2{
  transition-delay:.24s;
}

/*     1571854 : SECTION 01. 메인 비주얼      */
/* ==============================
   IMPLANT SECTION 01 HERO TYPE
   큰 사진 없는 임플란트 메인 비주얼
================================= */

.imp-hero-type{
  position:relative;
  min-height:760px;
  padding:150px 0 80px;
  background:#071018;
  color:#fff;
  overflow:hidden;
}

.imp-hero-type-bg{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(circle at 76% 30%, rgba(174,229,245,.20), transparent 32%),
    radial-gradient(circle at 18% 80%, rgba(10,110,189,.22), transparent 34%),
    linear-gradient(135deg, #071018 0%, #0b1c2a 52%, #061018 100%);
}

.imp-hero-type-bg:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(90deg, rgba(0,0,0,.75), rgba(0,0,0,.1));
  opacity:.38;
}

.imp-hero-type-bg:after{
  content:"JANGAN";
  position:absolute;
  right:-2vw;
  bottom:-1.5vw;
  font-size:13vw;
  line-height:.8;
  font-weight:950;
  letter-spacing:-.08em;
  color:rgba(255,255,255,.035);
  pointer-events:none;
}

.imp-inner{
  position:relative;
  z-index:3;
  width:100%;
  max-width:1440px;
  margin:0 auto;
  padding:0 40px;
}

.imp-hero-type-grid{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:70px;
  align-items:center;
}

.imp-hero-type-text{
  position:relative;
  z-index:4;
}

.imp-hero-type-text h1{
  margin:0;
  font-size:80px;
  line-height:.95;
  font-weight:950;
  letter-spacing:-0.09em;
  color:#fff;
}

.imp-hero-type-text h2{
  margin:36px 0 0;
  font-size:40px;
  line-height:1.28;
  font-weight:750;
  letter-spacing:-0.07em;
  color:#fff;
}

.imp-hero-type-text h2 strong{
  color:#aee5f5;
  font-weight:900;
}

.imp-hero-type-text p{
  max-width:720px;
  margin:28px 0 0;
  font-size:20px;
  line-height:1.78;
  font-weight:500;
  color:rgba(255,255,255,.78);
  letter-spacing:-0.035em;
}

.imp-hero-type-btns{
  display:flex;
  gap:12px;
  margin-top:44px;
}

.imp-hero-type-btns a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:180px;
  height:58px;
  padding:0 30px;
  border-radius:999px;
  font-size:17px;
  font-weight:850;
  text-decoration:none;
  letter-spacing:-0.035em;
  transition:.28s ease;
}

.imp-hero-type-btns a:first-child{
  background:#03c75a;
  color:#fff;
  box-shadow:0 18px 38px rgba(3,199,90,.2);
}

.imp-hero-type-btns a:last-child{
  background:#fee500;
  color:#251e1e;
  box-shadow:0 18px 38px rgba(254,229,0,.14);
}

.imp-hero-type-btns a:hover{
  transform:translateY(-4px);
}

/* 오른쪽 그래픽 영역 */
.imp-hero-type-visual{
  position:relative;
  min-height:560px;
}

/* 중앙 원형 라인 그래픽 */
.imp-visual-orbit{
  position:absolute;
  left:50%;
  top:50%;
  width:430px;
  height:430px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:
    radial-gradient(circle, rgba(174,229,245,.13), rgba(174,229,245,.04) 42%, rgba(174,229,245,0) 68%);
}

.imp-orbit-line{
  position:absolute;
  inset:22px;
  border-radius:50%;
  border:1px solid rgba(174,229,245,.26);
}

.imp-orbit-line:before{
  content:"";
  position:absolute;
  inset:56px;
  border-radius:50%;
  border:1px dashed rgba(255,255,255,.18);
}

.imp-orbit-dot{
  position:absolute;
  width:12px;
  height:12px;
  border-radius:50%;
  background:#aee5f5;
  box-shadow:0 0 24px rgba(174,229,245,.72);
}

.imp-orbit-dot.dot01{
  left:72px;
  top:78px;
}

.imp-orbit-dot.dot02{
  right:48px;
  top:190px;
}

.imp-orbit-dot.dot03{
  left:168px;
  bottom:36px;
}

/* img01 중앙 이미지 - 원본 비율 그대로 */
.imp-center-img{
  position:absolute;
  left:50%;
  top:50%;
  z-index:3;
  width:360px;
  height:auto;
  transform:translate(-50%,-50%);
  border-radius:0;
  background:transparent;
  border:0;
  box-shadow:none;
  overflow:visible;
  backdrop-filter:none;
}

.imp-center-img img{
  width:100%;
  height:auto;
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 28px 42px rgba(0,0,0,.24));
}

/* 플로팅 카드 */
.imp-floating-card{
  position:absolute;
  z-index:4;
  width:210px;
  padding:22px 22px;
  border-radius:24px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(16px);
  box-shadow:0 24px 54px rgba(0,0,0,.20);
  animation:impFloat 3.4s ease-in-out infinite;
}

.imp-floating-card span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#aee5f5;
  color:#071018;
  font-size:13px;
  font-weight:950;
}

.imp-floating-card strong{
  display:block;
  margin-top:18px;
  font-size:22px;
  line-height:1.25;
  font-weight:900;
  letter-spacing:-0.055em;
  color:#fff;
}

.imp-floating-card p{
  margin:9px 0 0;
  font-size:14px;
  line-height:1.55;
  color:rgba(255,255,255,.68);
  letter-spacing:-0.035em;
}

.imp-floating-card.card01{
  left:0;
  top:62px;
}

.imp-floating-card.card02{
  right:0;
  top:160px;
  animation-delay:.4s;
}

.imp-floating-card.card03{
  left:58px;
  bottom:38px;
  animation-delay:.8s;
}

@keyframes impFloat{
  0%,100%{
    transform:translateY(0);
  }

  50%{
    transform:translateY(-10px);
  }
}

/* ==============================
   반응형
================================= */

@media(max-width:1200px){
  .imp-hero-type{
    padding:100px 0 0px;
  }

  .imp-hero-type-grid{
    gap:50px;
  }

  .imp-hero-type-text h1{
    font-size:68px;
  }

  .imp-hero-type-text h2{
    font-size:34px;
  }

  .imp-hero-type-text p{
    font-size:18px;
  }

  .imp-visual-orbit{
    width:380px;
    height:380px;
  }

  .imp-center-img{
    width:320px;
  }

  .imp-floating-card{
    width:190px;
  }

  .imp-floating-card strong{
    font-size:20px;
  }
}

@media(max-width:900px){
  .imp-hero-type{
    min-height:auto;
    padding:120px 0 90px;
  }

  .imp-inner{
    padding:0 24px;
  }

  .imp-hero-type-grid{
    grid-template-columns:1fr;
    gap:56px;
  }

  .imp-hero-type-text h1{
    font-size:58px;
  }

  .imp-hero-type-text h2{
    margin-top:30px;
    font-size:30px;
  }

  .imp-hero-type-text p{
    font-size:17px;
    line-height:1.72;
  }

  .imp-hero-type-text p br{
    display:none;
  }

  .imp-hero-type-visual{
    min-height:520px;
  }

  .imp-visual-orbit{
    width:360px;
    height:360px;
  }

  .imp-center-img{
    width:300px;
  }
}

@media(max-width:640px){
  .imp-hero-type{
    padding:100px 0 0px;
  }

  .imp-inner{
    padding:0 18px;
  }

  .imp-hero-type-text h1{
    font-size:46px;
    letter-spacing:-0.075em;
  }

  .imp-hero-type-text h2{
    margin-top:26px;
    font-size:25px;
    line-height:1.34;
    letter-spacing:-0.06em;
  }

  .imp-hero-type-text p{
    margin-top:22px;
    font-size:16px;
    line-height:1.7;
  }

  .imp-hero-type-btns{
    flex-direction:column;
    margin-top:34px;
  }

  .imp-hero-type-btns a{
    width:100%;
    height:54px;
    font-size:16px;
  }

  .imp-hero-type-visual{
    min-height:540px;
  }

  .imp-visual-orbit{
    width:300px;
    height:300px;
  }

  .imp-center-img{
    width:230px;
  }

  .imp-floating-card{
    width:calc(50% - 8px);
    padding:18px 16px;
    border-radius:20px;
  }

  .imp-floating-card span{
    width:30px;
    height:30px;
    font-size:12px;
  }

  .imp-floating-card strong{
    margin-top:14px;
    font-size:18px;
  }

  .imp-floating-card p{
    font-size:13px;
  }

  .imp-floating-card.card01{
    left:0;
    top:0;
  }

  .imp-floating-card.card02{
    right:0;
    top:72px;
  }

  .imp-floating-card.card03{
    left:0;
    bottom:62px;
  }
}

@media(max-width:430px){
  .imp-hero-type-text h1{
    font-size:40px;
  }

  .imp-hero-type-text h2{
    font-size:23px;
  }

  .imp-hero-type-visual{
    min-height:500px;
  }

  .imp-visual-orbit{
    width:260px;
    height:260px;
  }

  .imp-center-img{
    width:200px;
  }

  .imp-floating-card{
    padding:15px 13px;
  }

  .imp-floating-card strong{
    font-size:16px;
  }

  .imp-floating-card p{
    font-size:12px;
  }
}

/*     1571864 : SECTION 02      */
.imp-check{
  padding:100px 0;
  background:#f4f8fb;
  overflow:hidden;
}

.imp-check .imp-inner{
  width:100%;
  max-width:1440px;
  margin:0 auto;
  padding:0 40px;
}

.imp-head{
  max-width:980px;
  margin-bottom:64px;
}

.imp-head h2{
  margin:0;
  font-size:58px;
  line-height:1.18;
  font-weight:850;
  letter-spacing:-0.07em;
  color:#101820;
}

.imp-head h2 strong{
  color:#0a6ebd;
}

.imp-head p{
  margin:26px 0 0;
  font-size:20px;
  line-height:1.75;
  font-weight:500;
  color:#5d6874;
  letter-spacing:-0.035em;
}

.imp-check-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.imp-check-card{
  position:relative;
  min-height:320px;
  padding:36px 30px;
  border-radius:30px;
  background:#fff;
  border:1px solid #dfeaf1;
  box-shadow:0 20px 54px rgba(18,50,74,.08);
  transition:.32s ease;
}

.imp-check-card:hover{
  transform:translateY(-8px);
  box-shadow:0 28px 70px rgba(18,50,74,.14);
}

.imp-check-card span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  border-radius:50%;
  background:#eaf6fb;
  color:#0a6ebd;
  font-size:16px;
  font-weight:900;
}

.imp-check-card h3{
  margin:34px 0 0;
  font-size:24px;
  line-height:1.32;
  font-weight:850;
  letter-spacing:-0.055em;
  color:#101820;
}

.imp-check-card p{
  margin:20px 0 0;
  font-size:20px;
  line-height:1.68;
  font-weight:500;
  color:#66717c;
  letter-spacing:-0.04em;
}

/* ==============================
   반응형
================================= */

@media(max-width:1200px){
  .imp-check{
    padding:60px 0;
  }

  .imp-check-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .imp-check-card{
    min-height:280px;
  }

  .imp-check-card h3{
    font-size:28px;
  }

  .imp-check-card p{
    font-size:20px;
  }
}

@media(max-width:900px){
  .imp-check{
    padding:100px 0;
  }

  .imp-check .imp-inner{
    padding:0 24px;
  }

  .imp-head{
    margin-bottom:50px;
  }

  .imp-head h2{
    font-size:42px;
    line-height:1.24;
  }

  .imp-head p{
    font-size:18px;
    line-height:1.72;
  }

  .imp-check-card{
    padding:32px 28px;
    border-radius:26px;
  }

  .imp-check-card h3{
    font-size:26px;
  }

  .imp-check-card p{
    font-size:18px;
  }
}

@media(max-width:640px){
  .imp-check{
    padding:50px 0;
  }

  .imp-check .imp-inner{
    padding:0 18px;
  }

  .imp-head{
    margin-bottom:42px;
  }

  .imp-head h2{
    font-size:33px;
    line-height:1.28;
  }

  .imp-head p{
    margin-top:20px;
    font-size:16px;
    line-height:1.7;
  }

  .imp-check-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .imp-check-card{
    min-height:auto;
    padding:28px 24px;
    border-radius:24px;
  }

  .imp-check-card span{
    width:42px;
    height:42px;
    font-size:15px;
  }

  .imp-check-card h3{
    margin-top:26px;
    font-size:23px;
    line-height:1.35;
  }

  .imp-check-card p{
    margin-top:14px;
    font-size:16px;
    line-height:1.7;
  }
}

/*     1571874 : SECTION 03      */
.imp-diagnosis{
  padding:100px 0;
  background:#fff;
  overflow:hidden;
}

.imp-diagnosis .imp-inner{
  width:100%;
  max-width:1440px;
  margin:0 auto;
  padding:0 40px;
}

.imp-diagnosis-grid{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:70px;
  align-items:stretch;
}

/* 왼쪽 이미지 - 오른쪽 글 길이에 맞춰 높이 자동 정렬 */
.imp-diagnosis-img{
  position:relative;
  width:100%;
  min-height:100%;
  border-radius:34px;
  overflow:hidden;
  background:#eef4f8;
  box-shadow:0 24px 62px rgba(18,50,74,.12);
}

.imp-diagnosis-img img{
  width:100%;
  height:100%;
  min-height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}

/* 오른쪽 텍스트 */
.imp-diagnosis-text{
  position:relative;
  padding:6px 0;
}

.imp-diagnosis-text h2{
  margin:0;
  font-size:52px;
  line-height:1.22;
  font-weight:850;
  letter-spacing:-0.07em;
  color:#101820;
}

.imp-diagnosis-text h2 strong{
  color:#0a6ebd;
}

.imp-diagnosis-text > p{
  margin:28px 0 0;
  font-size:20px;
  line-height:1.78;
  font-weight:500;
  color:#5d6874;
  letter-spacing:-0.035em;
}

/* 진단 포인트 리스트 */
.imp-diagnosis-list{
  margin-top:42px;
  border-top:1px solid #e3edf3;
}

.imp-diagnosis-list dl{
  display:flex;
  gap:22px;
  margin:0;
  padding:26px 0;
  border-bottom:1px solid #e3edf3;
}

.imp-diagnosis-list dt{
  flex:0 0 auto;
  width:46px;
  height:46px;
  border-radius:50%;
  background:#0a6ebd;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  line-height:1;
  font-weight:900;
  letter-spacing:-0.02em;
}

.imp-diagnosis-list dd{
  margin:0;
  flex:1 1 auto;
}

.imp-diagnosis-list strong{
  display:block;
  font-size:25px;
  line-height:1.35;
  font-weight:850;
  color:#101820;
  letter-spacing:-0.045em;
}

.imp-diagnosis-list p{
  margin:9px 0 0;
  font-size:20px;
  line-height:1.68;
  font-weight:500;
  color:#66717c;
  letter-spacing:-0.04em;
}

/* ==============================
   반응형
================================= */

@media(max-width:1024px){
  .imp-diagnosis{
    padding:60px 0;
  }

  .imp-diagnosis .imp-inner{
    padding:0 24px;
  }

  .imp-diagnosis-grid{
    grid-template-columns:.95fr 1.05fr;
    gap:40px;
  }

  .imp-diagnosis-img{
    border-radius:28px;
  }

  .imp-diagnosis-text h2{
    font-size:38px;
    line-height:1.26;
  }

  .imp-diagnosis-text > p{
    margin-top:22px;
    font-size:18px;
    line-height:1.72;
  }

  .imp-diagnosis-list{
    margin-top:32px;
  }

  .imp-diagnosis-list dl{
    gap:18px;
    padding:22px 0;
  }

  .imp-diagnosis-list dt{
    width:42px;
    height:42px;
    font-size:15px;
  }

  .imp-diagnosis-list strong{
    font-size:22px;
  }

  .imp-diagnosis-list p{
    font-size:18px;
    line-height:1.65;
  }
}

@media(max-width:768px){
  .imp-diagnosis-grid{
    grid-template-columns:1fr;
    gap:34px;
  }

  .imp-diagnosis-img{
    min-height:auto;
    aspect-ratio:16 / 10;
  }

  .imp-diagnosis-img img{
    height:100%;
    min-height:0;
  }
}

@media(max-width:640px){
  .imp-diagnosis{
    padding:50px 0;
  }

  .imp-diagnosis .imp-inner{
    padding:0 18px;
  }

  .imp-diagnosis-grid{
    gap:30px;
  }

  .imp-diagnosis-img{
    border-radius:24px;
    aspect-ratio:4 / 3;
  }

  .imp-diagnosis-text h2{
    font-size:31px;
    line-height:1.3;
    letter-spacing:-0.065em;
  }

  .imp-diagnosis-text > p{
    margin-top:20px;
    font-size:16px;
    line-height:1.72;
  }

  .imp-diagnosis-list{
    margin-top:28px;
  }

  .imp-diagnosis-list dl{
    gap:14px;
    padding:20px 0;
  }

  .imp-diagnosis-list dt{
    width:38px;
    height:38px;
    font-size:14px;
  }

  .imp-diagnosis-list strong{
    font-size:20px;
    line-height:1.35;
  }

  .imp-diagnosis-list p{
    margin-top:8px;
    font-size:16px;
    line-height:1.68;
  }
}

@media(max-width:430px){
  .imp-diagnosis-text h2{
    font-size:28px;
  }

  .imp-diagnosis-list dl{
    gap:12px;
  }

  .imp-diagnosis-list dt{
    width:34px;
    height:34px;
    font-size:13px;
  }

  .imp-diagnosis-list strong{
    font-size:19px;
  }
}

/*     1571884 : SECTION 04      */
/* ==============================
   IMPLANT SECTION 04 TYPE TAB
================================= */

.imp-type{
  padding:100px 0;
  background:#071018;
  color:#fff;
  overflow:hidden;
}

.imp-type .imp-inner{
  width:100%;
  max-width:1440px;
  margin:0 auto;
  padding:0 40px;
}

/* 타이틀 */

.imp-type .imp-head{
  max-width:980px;
  margin-bottom:50px;
}

.imp-type .imp-head h2{
  margin:0;
  font-size:58px;
  line-height:1.2;
  font-weight:850;
  letter-spacing:-0.07em;
  color:#fff;
}

.imp-type .imp-head h2 strong{
  color:#aee5f5;
}

.imp-type .imp-head p{
  margin-top:20px;
  font-size:20px;
  line-height:1.8;
  color:rgba(255,255,255,.72);
}

/* 구조 */

.imp-type-wrap{
  display:grid;
  grid-template-columns:340px 1fr;
  gap:28px;
  align-items:start;
}

/* 탭 */

.imp-type-tabs{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.imp-type-tabs button{
  width:100%;
  min-height:81px;
  padding:14px 22px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.05);
  color:#fff;
  text-align:left;
  cursor:pointer;
  transition:.3s;
}

.imp-type-tabs button span{
  display:block;
  margin-bottom:8px;
  font-size:15px;
  font-weight:900;
  color:#aee5f5;
}

.imp-type-tabs button strong{
  display:block;
  font-size:20px;
  line-height:1.4;
  font-weight:800;
}

.imp-type-tabs button.active{
  background:#fff;
  color:#071018;
}

.imp-type-tabs button.active span{
  color:#0a6ebd;
}

/* 패널 */

.imp-type-panels{
  position:relative;
  min-height:460px;
  background:#101820;
  border-radius:30px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.1);
}

/* 중요 */

.imp-type-panel{
  position:absolute;
  inset:0;

  display:grid;
  grid-template-columns:340px 1fr;

  opacity:0;
  visibility:hidden;
  pointer-events:none;

  transition:opacity .35s ease;
}

.imp-type-panel.active{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

/* 이미지 */

.imp-type-img{
  height:100%;
}

.imp-type-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* 텍스트 */

.imp-type-copy{
  max-width:700px;
  padding:40px 50px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.imp-type-sub{
  display:inline-flex;
  align-items:center;
  width:max-content;
  height:40px;
  padding:0 16px;
  border-radius:999px;
  background:rgba(174,229,245,.14);
  border:1px solid rgba(174,229,245,.25);
  color:#aee5f5;
  font-size:18px;
  font-weight:800;
}

.imp-type-copy h3{
  margin:20px 0 0;
  font-size:30px;
  line-height:1.35;
  font-weight:850;
  letter-spacing:-0.05em;
color:#fff
}

.imp-type-copy p{
  margin:18px 0 0;
  font-size:20px;
  line-height:1.8;
  color:rgba(255,255,255,.74);
}

.imp-type-copy ul{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:26px 0 0;
  padding:0;
  list-style:none;
}

.imp-type-copy li{
  min-height:40px;
  padding:0 15px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.1);
  display:flex;
  align-items:center;
  font-size:18px;
}

/* 태블릿 */

@media(max-width:1024px){

  .imp-type{
    padding:60px 0;
  }

  .imp-type .imp-inner{
    padding:0 24px;
  }

  .imp-type .imp-head h2{
    font-size:42px;
  }

  .imp-type .imp-head p{
    font-size:18px;
  }

  .imp-type-wrap{
    grid-template-columns:1fr;
  }

  .imp-type-tabs{
    flex-direction:row;
    overflow-x:auto;
  }

  .imp-type-tabs button{
    width:250px;
    flex:0 0 auto;
  }

  .imp-type-panels{
    min-height:500px;
  }

  .imp-type-panel{
    grid-template-columns:280px 1fr;
  }

  .imp-type-copy{
    padding:34px 36px;
  }

  .imp-type-copy h3{
    font-size:26px;
  }

  .imp-type-copy p{
    font-size:18px;
  }

  .imp-type-copy li{
    font-size:16px;
  }
}

/* 모바일 */

@media(max-width:768px){

  .imp-type{
    padding:50px 0;
  }

  .imp-type .imp-inner{
    padding:0 18px;
  }

  .imp-type .imp-head h2{
    font-size:30px;
  }

  .imp-type .imp-head p{
    font-size:16px;
  }

  .imp-type-panels{
    min-height:700px;
  }

  .imp-type-panel{
    grid-template-columns:1fr;
  }

  .imp-type-img{
    height:220px;
  }

  .imp-type-copy{
    max-width:none;
    padding:28px 22px;
  }

  .imp-type-sub{
    font-size:16px;
  }

  .imp-type-copy h3{
    font-size:24px;
  }

  .imp-type-copy p{
    font-size:16px;
  }

  .imp-type-copy li{
    font-size:16px;
  }
}

/*     1581494 : SECTION 05      */
/* ==============================
   IMP PROCESS
================================= */

.imp-process{
  padding:100px 0;
  background:#f4f8fb;
  overflow:hidden;
}

.imp-process *{
  box-sizing:border-box;
}

.imp-process .imp-inner{
  width:100%;
  max-width:1440px;
  margin:0 auto;
  padding:0 40px;
}

/* 제목 */

.imp-process .imp-head{
  max-width:980px;
  margin-bottom:60px;
}

.imp-process .imp-head h2{
  margin:0;
  color:#101820;
  font-size:58px;
  font-weight:850;
  line-height:1.2;
  letter-spacing:-.07em;
  word-break:keep-all;
}

.imp-process .imp-head h2 strong{
  color:#0a6ebd;
}

.imp-process .imp-head p{
  margin:24px 0 0;
  color:#66717c;
  font-size:20px;
  font-weight:500;
  line-height:1.8;
  letter-spacing:-.035em;
  word-break:keep-all;
}

/* 카드 목록 */

.imp-process-list{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:18px;
}

/* 카드 */

.imp-process-item{
  position:relative;
  min-width:0;
  border:1px solid #dfeaf1;
  border-radius:28px;
  background:#fff;
  box-shadow:0 20px 52px rgba(18,50,74,.07);
  overflow:hidden;
  transition:
    transform .3s ease,
    box-shadow .3s ease;
}

.imp-process-item:hover{
  transform:translateY(-8px);
  box-shadow:0 28px 70px rgba(18,50,74,.12);
}

/* 상단 이미지 */

.imp-process-img{
  position:relative;
  width:100%;
  height:230px;
  overflow:hidden;
  background:#eaf3f8;
}

.imp-process-img img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .5s ease;
}

.imp-process-item:hover .imp-process-img img{
  transform:scale(1.04);
}

/* 이미지가 누끼 PNG일 경우
.imp-process-img{
  padding:20px;
}

.imp-process-img img{
  object-fit:contain;
}
*/

/* 텍스트 영역 */

.imp-process-content{
  position:relative;
  min-height:330px;
  padding:20px 28px;
}

/* 번호 */

.imp-process-num{
  display:flex;
  align-items:center;
  justify-content:center;
  width:54px;
  height:54px;
  margin-bottom:20px;
  border-radius:50%;
  background:#eaf6fb;
  color:#0a6ebd;
  font-size:18px;
  font-weight:900;
  line-height:1;
}

/* 제목 */

.imp-process-item h3{
  margin:0;
  color:#101820;
  font-size:28px;
  font-weight:850;
  line-height:1.3;
  letter-spacing:-.05em;
  word-break:keep-all;
}

/* 설명 */

.imp-process-item p{
  margin:18px 0 0;
  color:#66717c;
  font-size:20px;
  font-weight:500;
  line-height:1.8;
  letter-spacing:-.035em;
  word-break:keep-all;
}

/* ==============================
   TABLET
================================= */

@media(max-width:1024px){

  .imp-process{
    padding:60px 0;
  }

  .imp-process .imp-inner{
    padding:0 24px;
  }

  .imp-process .imp-head{
    margin-bottom:45px;
  }

  .imp-process .imp-head h2{
    font-size:42px;
  }

  .imp-process .imp-head p{
    font-size:18px;
  }

  .imp-process-list{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .imp-process-img{
    height:250px;
  }

  .imp-process-content{
    min-height:300px;
  }

  .imp-process-item h3{
    font-size:24px;
  }

  .imp-process-item p{
    font-size:18px;
  }
}

/* ==============================
   MOBILE
================================= */

@media(max-width:768px){

  .imp-process{
    padding:50px 0;
  }

  .imp-process .imp-inner{
    padding:0 18px;
  }

  .imp-process .imp-head{
    margin-bottom:35px;
  }

  .imp-process .imp-head h2{
    font-size:30px;
    line-height:1.3;
  }

  .imp-process .imp-head p{
    margin-top:18px;
    font-size:16px;
    line-height:1.7;
  }

  .imp-process-list{
    grid-template-columns:1fr;
    gap:16px;
  }

  .imp-process-item{
    border-radius:24px;
  }

  .imp-process-img{
    height:220px;
  }

  .imp-process-content{
    min-height:0;
    padding:26px 24px 30px;
  }

  .imp-process-num{
    width:48px;
    height:48px;
    margin-bottom:20px;
    font-size:16px;
  }

  .imp-process-item h3{
    font-size:22px;
  }

  .imp-process-item p{
    margin-top:14px;
    font-size:16px;
    line-height:1.7;
  }
}

@media(max-width:480px){

  .imp-process-img{
    height:190px;
  }
}

/*     1571904 : SECTION 06. FAQ      */
/* ==============================
   IMPLANT SECTION 06 FAQ
================================= */

.imp-faq{
  padding:100px 0;
  background:#fff;
  overflow:hidden;
}

.imp-faq .imp-inner{
  width:100%;
  max-width:1440px;
  margin:0 auto;
  padding:0 40px;
}

/* 제목 */

.imp-faq .imp-head{
  max-width:980px;
  margin-bottom:60px;
}

.imp-faq .imp-head h2{
  margin:0;
  font-size:58px;
  line-height:1.2;
  font-weight:850;
  letter-spacing:-0.07em;
  color:#101820;
}

.imp-faq .imp-head h2 strong{
  color:#0a6ebd;
}

.imp-faq .imp-head p{
  margin-top:24px;
  font-size:20px;
  line-height:1.8;
  font-weight:500;
  color:#66717c;
  letter-spacing:-0.035em;
}

/* FAQ */

.imp-faq-list{
  width:100%;
  border-radius:34px;
  background:#fff;
  border:1px solid #dfeaf1;
  box-shadow:0 24px 64px rgba(18,50,74,.08);
  padding:18px;
}

.imp-faq-item{
  border-bottom:1px solid #e4edf2;
}

.imp-faq-item:last-child{
  border-bottom:0;
}

.imp-faq-item button{
  width:100%;
  min-height:90px;
  padding:26px 24px;
  border:0;
  background:none;
  display:flex;
  align-items:center;
  gap:18px;
  text-align:left;
  cursor:pointer;
  font-size:28px;
  line-height:1.4;
  font-weight:850;
  letter-spacing:-0.05em;
  color:#101820;
}

.imp-faq-item button span{
  flex:0 0 auto;
  width:46px;
  height:46px;
  border-radius:50%;
  background:#eaf6fb;
  color:#0a6ebd;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  font-weight:900;
}

.imp-faq-item button em{
  flex:0 0 auto;
  margin-left:auto;
  width:42px;
  height:42px;
  border-radius:50%;
  background:#f2f6f8;
  color:#12324a;
  display:flex;
  align-items:center;
  justify-content:center;
  font-style:normal;
  font-size:30px;
  transition:.25s ease;
}

.imp-faq-item.active button em{
  background:#0a6ebd;
  color:#fff;
  transform:rotate(45deg);
}

.imp-faq-answer{
  display:none;
  padding:0 90px 34px;
}

.imp-faq-answer p{
  margin:0;
  font-size:20px;
  line-height:1.9;
  font-weight:500;
  letter-spacing:-0.035em;
  color:#66717c;
}

/* ==============================
   TABLET
================================= */

@media(max-width:1024px){

  .imp-faq{
    padding:60px 0;
  }

  .imp-faq .imp-inner{
    padding:0 24px;
  }

  .imp-faq .imp-head{
    margin-bottom:45px;
  }

  .imp-faq .imp-head h2{
    font-size:42px;
  }

  .imp-faq .imp-head p{
    font-size:18px;
  }

  .imp-faq-item button{
    min-height:82px;
    font-size:22px;
  }

  .imp-faq-answer{
    padding:0 70px 30px;
  }

  .imp-faq-answer p{
    font-size:18px;
  }
}

/* ==============================
   MOBILE
================================= */

@media(max-width:768px){

  .imp-faq{
    padding:50px 0;
  }

  .imp-faq .imp-inner{
    padding:0 18px;
  }

  .imp-faq .imp-head{
    margin-bottom:35px;
  }

  .imp-faq .imp-head h2{
    font-size:30px;
    line-height:1.3;
  }

  .imp-faq .imp-head p{
    margin-top:18px;
    font-size:16px;
    line-height:1.7;
  }

  .imp-faq-list{
    padding:10px;
    border-radius:24px;
  }

  .imp-faq-item button{
    min-height:74px;
    padding:20px 12px;
    gap:12px;
    font-size:18px;
  }

  .imp-faq-item button span{
    width:36px;
    height:36px;
    font-size:16px;
  }

  .imp-faq-item button em{
    width:34px;
    height:34px;
    font-size:24px;
  }

  .imp-faq-answer{
    padding:0 12px 24px 48px;
  }

  .imp-faq-answer p{
    font-size:16px;
    line-height:1.75;
  }
}

/*     1581274 : SECTION 07 안전 시스템 / 장비 카드      */
/* ==============================
   SECTION 10  진료 장점 / 신뢰 포인트
================================= */

.dn-safety-slide{
  position:relative;
  padding:120px 0;
  background:#05080b;
  color:#fff;
  overflow:hidden;
}

.dn-safety-bg{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(circle at 18% 24%, rgba(31,111,159,.22), transparent 34%),
    radial-gradient(circle at 88% 56%, rgba(174,229,245,.12), transparent 36%),
    linear-gradient(180deg, #05080b 0%, #071018 100%);
}

.dn-safety-slide-inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:380px 1fr;
  gap:70px;
  align-items:center;
}

/* 왼쪽 고정 카피 */
.dn-safety-left{
  position:relative;
  z-index:3;
}

.dn-safety-left .dn-eyebrow{
  color:#aee5f5;
}

.dn-safety-left .dn-eyebrow:before{
  background:#aee5f5;
}

.dn-safety-left h2{
  margin:22px 0 0;
  font-size:45px;
  line-height:1.18;
  font-weight:850;
  letter-spacing:-0.065em;
  color:#fff;
}

.dn-safety-left h2 strong{
  color:#aee5f5;
}

.dn-safety-left p{
  margin:28px 0 0;
  font-size:18px;
  line-height:1.75;
  font-weight:500;
  color:rgba(255,255,255,.72);
  letter-spacing:-0.035em;
}

/* 컨트롤 */
.dn-safety-controls{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:42px;
}

.dn-safety-prev,
.dn-safety-next{
  width:52px;
  height:52px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.06);
  color:#fff;
  font-size:38px;
  line-height:1;
  font-weight:300;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  padding-bottom:5px;
  transition:.25s ease;
}

.dn-safety-prev:hover,
.dn-safety-next:hover{
  background:#fff;
  color:#071018;
  border-color:#fff;
}

.dn-safety-prev.is-disabled,
.dn-safety-next.is-disabled{
  opacity:.35;
  pointer-events:none;
}

/* 오른쪽 슬라이드 영역 */
.dn-safety-right{
  position:relative;
  min-width:0;
}

/* 오른쪽은 1440px 영역 밖으로 자연스럽게 확장 */
.dn-safety-viewport{
  width:calc(100% + ((100vw - 1440px) / 2) + 40px);
  overflow:hidden;
  padding:10px 0 20px;
}

.dn-safety-track{
  display:flex;
  gap:24px;
  transition:transform .58s cubic-bezier(.22,.61,.36,1);
  will-change:transform;
}

/* 카드 */
.dn-safety-card{
  flex:0 0 390px;
  position:relative;
  border-radius:30px;
  overflow:hidden;
  background:#101821;
  box-shadow:0 26px 70px rgba(0,0,0,.34);
  border:1px solid rgba(255,255,255,.08);
}

/* 카드 이미지 */
.dn-safety-card-img{
  position:relative;
  height:260px;
  overflow:hidden;
  background:#101820;
}

/* 이미지 위 검은 그라데이션 제거 */
.dn-safety-card-img:after{
  display:none;
}

.dn-safety-card-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:1;
  filter:none;
  transition:transform .65s ease;
}

.dn-safety-card:hover .dn-safety-card-img img{
  transform:scale(1.055);
}

/* 카드 텍스트 */
.dn-safety-card-txt{
  min-height:210px;
  padding:30px 28px 34px;
  background:#101821;
}

.dn-safety-card-txt span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:rgba(174,229,245,.13);
  border:1px solid rgba(174,229,245,.28);
  color:#aee5f5;
  font-size:14px;
  font-weight:900;
}

.dn-safety-card-txt h3{
  margin:22px 0 0;
  font-size:26px;
  line-height:1.25;
  font-weight:850;
  letter-spacing:-0.055em;
  color:#fff;
}

.dn-safety-card-txt p{
  margin:14px 0 0;
  font-size:16px;
  line-height:1.65;
  font-weight:500;
  color:rgba(255,255,255,.68);
  letter-spacing:-0.035em;
}

/* 오른쪽 끝 페이드 그라데이션 제거 */
.dn-safety-right:after{
  display:none;
}

/* SECTION 07 드래그 슬라이드 추가 */
.dn-safety-viewport{
  cursor:grab;
  user-select:none;
  -webkit-user-select:none;
  touch-action:pan-y;
}

.dn-safety-viewport.is-dragging{
  cursor:grabbing;
}

.dn-safety-viewport.is-dragging .dn-safety-track{
  transition:none;
}

.dn-safety-viewport.is-dragging a,
.dn-safety-viewport.is-dragging img{
  pointer-events:none;
}

/* ==============================
   반응형
================================= */

@media(max-width:1440px){
  .dn-safety-viewport{
    width:calc(100% + 40px);
  }
}

@media(max-width:1200px){
  .dn-safety-slide-inner{
    grid-template-columns:330px 1fr;
    gap:46px;
  }

  .dn-safety-left h2{
    font-size:44px;
  }

  .dn-safety-card{
    flex-basis:360px;
  }
}

@media(max-width:900px){
  .dn-safety-slide{
    padding:100px 0;
  }

  .dn-safety-slide-inner{
    display:block;
  }

  .dn-safety-left{
    margin-bottom:44px;
  }

  .dn-safety-left h2{
    font-size:38px;
  }

  .dn-safety-left p{
    font-size:16px;
  }

  .dn-safety-controls{
    margin-top:30px;
  }

  .dn-safety-viewport{
    width:calc(100% + 24px);
  }

  .dn-safety-card{
    flex-basis:330px;
  }

  .dn-safety-card-img{
    height:230px;
  }

  .dn-safety-card-txt{
    min-height:190px;
    padding:26px 24px 30px;
  }

  .dn-safety-card-txt h3{
    font-size:24px;
  }
}

@media(max-width:640px){
  .dn-safety-slide{
    padding:86px 0;
  }

  .dn-safety-left h2{
    font-size:32px;
  }

  .dn-safety-left p br{
    display:none;
  }

  .dn-safety-prev,
  .dn-safety-next{
    width:46px;
    height:46px;
    font-size:32px;
  }

  .dn-safety-viewport{
    width:calc(100% + 18px);
  }

  .dn-safety-track{
    gap:16px;
  }

  .dn-safety-card{
    flex-basis:82vw;
    border-radius:24px;
  }

  .dn-safety-card-img{
    height:210px;
  }

  .dn-safety-card-txt{
    min-height:180px;
  }
}

/*     1571924 : 한줄 텍스트      */
.blank__383275__.build_edit_mode {min-height:10px;border:1px dashed red;background:rgba(255,255,255,.1);}
.blank__383275__.build_edit_mode:before {content:'공통js';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

