:root { --pri: #3FA0F5;        
  --pri-2: #DCEFFF;     
  --dark: #3FA0F5;      
  --soft: #E6F3FF;      
  --pri-deep: #1A73D9;  
  --hero-bg: #FFFFFF;   
  --bg: #FFFFFF;
  --alt: #F4F7FA;
  --text: #14213D;
  --muted: #5B6B82;
  --line: #DDE3EA;
  --r: 24px;            
  --r-lg: 40px;       
  --r-pill: 999px;
  --gap: 24px;
  --max: 1160px; }
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body { overflow-x: clip; }
[id] { scroll-margin-top: 88px; }
body { font-family: "Pretendard Variable", Pretendard, "Inter", "Apple SD Gothic Neo", system-ui, sans-serif; color: var(--text); background: var(--bg); line-height: 1.6; word-break: keep-all; -webkit-font-smoothing: antialiased; }
body.is-big { font-size: 18px; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
img { max-width: 100%; display: block; }
address { font-style: normal; }
.container { max-width: var(--max); margin: 0 auto; padding: 0 var(--gap); }
.note { font-size: 13px; color: var(--muted); margin-top: 20px; }
h1 { font-size: clamp(40px, 6vw, 76px); line-height: 1.12; letter-spacing: -.03em; font-weight: 800; }
h2 { font-size: clamp(28px, 3.6vw, 44px); line-height: 1.25; letter-spacing: -.02em; font-weight: 700; }
h3 { font-size: 20px; font-weight: 700; margin-bottom: 6px; letter-spacing: -.01em; }
h4 { font-size: 15px; font-weight: 700; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 24px; border-radius: var(--r-pill); font-size: 15px; font-weight: 600; border: 1px solid transparent; cursor: pointer; font-family: inherit; transition: .2s; white-space: nowrap; }
.btn--dark { background: #111; color: #fff; }
.btn--dark:hover { background: var(--pri); }
.btn--white { background: #fff; color: #111; }
.btn--line { background: transparent; color: #111; border-color: #d8d8d8; }
.btn--line:hover { border-color: #111; }
.btn--light { color: #fff; border-color: rgba(255,255,255,.4); }
.btn--light:hover { border-color: #fff; }
.btn--sm { padding: 10px 18px; font-size: 14px; }
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 20; padding: 14px 0; color: var(--text); background: rgba(255,255,255,.92); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; transition: max-width .5s cubic-bezier(.22,.8,.3,1), padding .5s cubic-bezier(.22,.8,.3,1), background .4s, box-shadow .4s; border-radius: 0; background: transparent; }
.header.is-scrolled { color: var(--text); }
.logo { display: inline-flex; align-items: center; gap: 10px; }
.logo__mark { width: 24px; height: 24px; color: var(--pri); flex: none; display: block; }
.logo--light .logo__mark { color: #fff; }
.logo__text { font-weight: 800; font-size: 19px; letter-spacing: -.02em; }
.logo__en { font-size: 12px; letter-spacing: -.01em; color: var(--muted); font-weight: 500; }
.logo--light .logo__text { color: #fff; }
.gnb { display: flex; gap: 24px; font-size: 14px; font-weight: 500; }
.gnb a { position: relative; padding: 4px 0; opacity: .6; transition: opacity .2s; }
.gnb a.is-active, .gnb a:hover { opacity: 1; }
.header__right { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; width: 40px; height: 40px; border: 0; background: transparent; flex-direction: column; align-items: flex-end; justify-content: center; gap: 5px; cursor: pointer; padding: 0 6px; }
.nav-toggle span { height: 2px; background: currentColor; border-radius: 2px; }
.nav-toggle span:nth-child(1) { width: 24px; }
.nav-toggle span:nth-child(2) { width: 16px; }
.nav-toggle span:nth-child(3) { width: 8px; }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.fees__table { width: 100%; border-collapse: collapse; font-size: 16px; }
.fees__table td { padding: 16px 8px; border-bottom: 1px solid var(--line); }
.fees__table td:last-child { text-align: right; font-weight: 700; font-family: Inter, sans-serif; font-variant-numeric: tabular-nums; }
.faq__list details { border-bottom: 1px solid var(--line); padding: 20px 0; }
.faq__list summary { cursor: pointer; font-weight: 600; font-size: 18px; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq__list summary::-webkit-details-marker { display: none; }
.faq__list summary::after { content: "+"; color: var(--pri); font-size: 22px; line-height: 1; }
.faq__list details[open] summary::after { content: "–"; }
.faq__list details p { margin-top: 12px; color: var(--muted); }
.location__addr { font-size: 18px; font-weight: 600; margin: 8px 0 24px; }
.location__addr span { display: block; font-size: 14px; font-weight: 400; color: var(--muted); margin-top: 4px; }
.hours { border-top: 1px solid var(--line); margin-bottom: 20px; }
.hours div { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.hours dt { color: var(--muted); }
.hours em { font-style: normal; font-size: 11px; padding: 2px 8px; border-radius: 99px; background: var(--pri); color: #fff; margin-left: 6px; }
.location__map iframe { width: 100%; height: 100%; border: 0; display: block; filter: saturate(.9); }
.fab { position: fixed; right: 24px; top: 50%; transform: translateY(-50%); z-index: 12; width: 80px; display: flex; flex-direction: column; padding: 10px 0; border-radius: 40px; background: rgba(255,255,255,.72); -webkit-backdrop-filter: blur(16px) saturate(1.5); backdrop-filter: blur(16px) saturate(1.5); box-shadow: 0 1px 0 rgba(255,255,255,.6) inset, 0 8px 30px rgba(0,0,0,.08); border: 1px solid rgba(0,0,0,.05); }
.fab__sep { display: block; height: 1px; margin: 4px 18px; background: rgba(0,0,0,.08); }
.fab a { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 10px 0; color: #111; font-size: 11px; font-weight: 600; }
.fab svg { width: 22px; height: 22px; }
.fab__top { color: var(--muted); }
.tabbar, .nav { display: none; }

@media (max-width: 1280px) {.fab { display: none; }
 }

@media (max-width: 768px) {.gnb, .header .btn, .fab, .logo__en { display: none; }
.nav-toggle { display: flex; }
body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
h1 { font-size: clamp(34px, 10vw, 48px); }
.tabbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 20; display: grid; grid-template-columns: repeat(4, 1fr); padding: 6px 0 calc(6px + env(safe-area-inset-bottom)); background: #fff; border-top: 1px solid var(--line); }
.tabbar a { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 6px 0; font-size: 10px; font-weight: 600; color: #111; }
.tabbar svg { width: 22px; height: 22px; }
.tabbar__pri { color: var(--pri); }
.nav { position: fixed; inset: 0; z-index: 15; background: var(--dark); color: #fff; display: flex; flex-direction: column; justify-content: center; padding: 0 32px 80px; transform: translateY(-100%); transition: transform .45s cubic-bezier(.22,.8,.3,1); }
.nav.is-open { transform: none; }
.nav__links a { display: flex; align-items: baseline; gap: 16px; font-size: 28px; font-weight: 700; padding: 12px 0; letter-spacing: -.02em; }
.nav__links a span { font-family: Inter, sans-serif; font-size: 12px; opacity: .5; }
.nav__foot { margin-top: 40px; font-size: 13px; color: rgba(255,255,255,.8); line-height: 1.8; }
.header.is-menu-open { color: #fff; }
.header.is-menu-open .logo__text { color: #fff; }
.header.is-menu-open { background: transparent; border-color: transparent; -webkit-backdrop-filter: none; backdrop-filter: none; }

}
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 clamp(24px, 4vw, 64px); margin: clamp(56px, 8vh, 96px) 0 0 calc(100% / (.8 + .9 + .9) * .8 + clamp(40px, 6vw, 96px) * .45); }
.stats div { border-top: 1px solid var(--text); padding: 22px 0 32px; }
.stats dt { font-size: clamp(36px, 4.2vw, 60px); font-weight: 500; letter-spacing: -.03em; line-height: 1.05; }
.stats dd { font-size: 12.5px; color: var(--muted); margin-top: 12px; }
.space__item { margin: 0; }
.space__item img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; background: var(--alt); }
.space__item figcaption { margin-top: 10px; font-size: 13px; color: var(--muted); }
.fees__table { border-top: 1px solid var(--line); }
.faq__list details:first-child { border-top: 1px solid var(--line); }
.location__map { overflow: hidden; background: var(--alt); aspect-ratio: 4 / 3; }
.cta__inner { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; flex-wrap: wrap; padding-top: 28px; border-top: 1px solid var(--text); }

@media (max-width: 1024px) {.stats { margin-left: 0; }

}

@media (max-width: 768px) {.stats { grid-template-columns: 1fr; }

}
.hero__career { font-size: 14.5px; line-height: 1.8; color: var(--muted); margin-bottom: 36px; }
.hero__career li:first-child { color: var(--text); font-weight: 600; }
.hero__actions { margin-top: auto; }
:root { --r-xl: 32px; }
.cta__inner { border-top-color: var(--pri); }
.header { border-bottom-color: color-mix(in srgb, var(--pri) 25%, transparent); }
.stats { margin-left: 0; gap: 16px; grid-template-columns: repeat(4, 1fr); }
.stats div { border: 0; background: var(--soft); border-radius: var(--r); padding: 26px 24px 24px; }
.stats dt { color: var(--pri-deep); font-weight: 700; }
.stats dd { color: var(--text); opacity: .7; }
.space__item img { border-radius: var(--r); }
.location__map { border-radius: var(--r-xl); }
.faq__list details[open] summary { color: var(--pri-deep); }
.cta__inner { background: var(--pri); color: #fff; border: 0; border-radius: var(--r-xl); padding: clamp(40px, 5vw, 64px); }

@media (max-width: 1024px) {.stats { grid-template-columns: repeat(2, 1fr); }

}

@media (max-width: 768px) {.stats { grid-template-columns: 1fr 1fr; gap: 10px; }
.stats div { padding: 20px 18px; }
.cta__inner { padding: 32px 24px; border-radius: var(--r); }

}
.header { border-bottom: 0; }
.header__inner.container { max-width: 2440px; padding-left: clamp(24px, 4vw, 96px); padding-right: clamp(24px, 4vw, 96px); }
.hero__career { margin-bottom: 24px; }
.cta__inner { padding: clamp(28px, 3.2vw, 44px) clamp(28px, 4vw, 56px); }
.fab { display: none !important; }
.marg__title { font-size: 11px; font-weight: 700; letter-spacing: .04em; color: var(--pri-deep); margin: 0 0 8px; text-transform: uppercase; }
.marg__title + .marg__title, .marg__list + .marg__title, .marg__steps + .marg__title { margin-top: 26px; }
.marg__list li { padding: 5px 0; border-top: 1px solid var(--line); display: flex; gap: 10px; color: var(--text); }
.marg__list li:last-child { border-bottom: 1px solid var(--line); }
.marg__list li span { color: var(--muted); flex: none; width: 64px; }
.marg__steps { counter-reset: st; }
.marg__steps li { counter-increment: st; padding: 6px 0 6px 26px; position: relative; border-top: 1px solid var(--line); color: var(--text); }
.marg__steps li:last-child { border-bottom: 1px solid var(--line); }
.marg__steps li::before { content: counter(st, decimal-leading-zero); position: absolute; left: 0; top: 7px; font-family: Inter, sans-serif; font-size: 10.5px; color: var(--pri); }
.marg__foot { margin-top: 12px; font-size: 11.5px; color: var(--muted); }
.marg__title { font-size: 11.5px; color: var(--pri-deep); margin-bottom: 14px; }
.marg__list li, .marg__steps li { padding-top: 8px; padding-bottom: 8px; }
:root { --r: 0px; --r-lg: 0px; --r-xl: 0px; --r-pill: 6px; }
.space__item img, .location__map, .stats div, .cta__inner { border-radius: 0; }
.btn { border-radius: 6px; }
.hours em { border-radius: 3px; }
.stats div, .cta__inner, .btn--dark, .btn--white, .header .btn--dark, .tabbar__pri { --notch: 12px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, calc(50% + var(--notch)) 100%, 50% calc(100% - var(--notch)), calc(50% - var(--notch)) 100%, 0 100%); }
.stats div { --notch: 10px; padding-bottom: calc(14px + 10px); }
.cta__inner { --notch: 28px; padding-bottom: calc(clamp(28px, 3.2vw, 44px) + 28px); }
.btn--dark, .btn--white, .header .btn--dark { --notch: 5px; height: 39px; padding-bottom: 5px; }
.btn--sm.btn--dark { height: 33px; }
.tabbar__pri { --notch: 4px; }
.stats div { padding-bottom: calc(14px + 10px + 8px); }
.cta__inner { padding-bottom: calc(clamp(28px, 3.2vw, 44px) + 28px + 12px); }
.btn--dark, .btn--white, .header .btn--dark { height: 42px; padding-bottom: 7px; }
.btn--sm.btn--dark { height: 35px; }
.stats div { padding-bottom: calc(10px + 24px); }
.cta__inner { padding-bottom: calc(28px + clamp(36px, 4vw, 56px)); }
.fill { font-size: 11.5px; line-height: 1.65; color: #A3ACB8; letter-spacing: -.005em; margin-top: 18px; text-align: justify; hyphens: auto; word-break: keep-all; }
.fill b { font-weight: 600; color: #8A94A3; }
.hero__career + .fill { margin-top: 0; margin-bottom: 28px; }
body { position: relative; isolation: isolate; }
body::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: var(--pri); z-index: -1; pointer-events: none; }
.header { position: relative; }
              
@media (max-width: 1024px) {body::before { display: none; }
 }
.np { padding: 76px clamp(20px, 2.6vw, 56px) 0; min-height: 100svh; display: flex; flex-direction: column; }
.np--2 { padding-top: clamp(40px, 6vh, 72px); }
.np__masthead { display: flex; justify-content: space-between; gap: 16px; font-family: Inter, sans-serif; font-size: 10.5px; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); padding: 10px 0; border-top: 2px solid var(--text); border-bottom: 1px solid var(--text); }
.np__h1 { font-size: clamp(44px, 6.4vw, 118px); line-height: .98; letter-spacing: -.045em; font-weight: 800; margin: clamp(18px, 2.6vh, 30px) 0 12px; }
.np__h1 em { font-style: normal; color: var(--pri-deep); }
.np__deck { font-size: clamp(14px, 1.05vw, 17px); color: var(--muted); max-width: 980px; line-height: 1.55; padding-bottom: 18px; border-bottom: 1px solid var(--line); margin-bottom: 22px; }
.np__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 clamp(32px, 4vw, 72px); flex: 1; align-items: start; }
.np__page { min-width: 0; display: flex; flex-direction: column; gap: 22px; }
.np__kicker { font-family: Inter, sans-serif; font-size: 10.5px; letter-spacing: .05em; text-transform: uppercase; color: var(--pri-deep); font-weight: 700; margin-bottom: 10px; }
.np__kicker small { font-weight: 500; color: var(--muted); margin-left: 6px; text-transform: none; letter-spacing: 0; }
.np__box { border-top: 1px solid var(--text); padding-top: 12px; }
.np__cols { display: grid; gap: 0 22px; }
.np__cols--2 { grid-template-columns: 1fr 1fr; }
.np__cols--2 p { font-size: 13.5px; line-height: 1.7; color: var(--text); }
.np__cols--2 p + p {  }
.np__lead h2 { font-size: clamp(28px, 2.6vw, 44px); letter-spacing: -.035em; line-height: 1.05; color: var(--pri-deep); margin-bottom: 8px; }
.np__standfirst { font-size: clamp(16px, 1.25vw, 20px); font-weight: 700; letter-spacing: -.02em; margin-bottom: 14px; }
.stats--np { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 0; }
.stats--np div { --notch: 8px; padding: 12px 12px 26px; background: var(--soft); }
.stats--np dt { font-size: clamp(20px, 1.7vw, 28px); font-weight: 700; color: var(--pri-deep); letter-spacing: -.03em; line-height: 1.05; }
.stats--np dd { font-size: 11px; margin-top: 5px; color: var(--text); opacity: .7; }
.np__box--terms .fill { margin-top: 0; }
.np__cta-line { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; padding-top: 14px; border-top: 1px solid var(--text); margin-top: auto; }
.np__tel { margin-left: auto; font-family: Inter, sans-serif; font-size: 22px; font-weight: 800; letter-spacing: -.02em; color: var(--text); }
.np__photo-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px; align-items: start; }
.np__photo { margin: 0; }
.np__photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 12%; display: block; background: var(--alt); }
.np__photo figcaption { font-size: 11px; color: var(--muted); margin-top: 6px; }
.np__bio h3 { font-size: clamp(18px, 1.4vw, 24px); letter-spacing: -.02em; color: var(--pri-deep); margin-bottom: 10px; }
.np__quote { font-size: clamp(15px, 1.15vw, 19px); font-weight: 700; line-height: 1.5; letter-spacing: -.02em; margin-bottom: 14px; }
.np__bio .hero__career { font-size: 12.5px; margin: 0; }
.np__bio .hero__career li { padding: 5px 0; border-top: 1px solid var(--line); }
.np__row2 { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 20px; align-items: start; }
.np__svc { display: flex; flex-direction: column; }
.np__svc li { display: grid; grid-template-columns: 28px 1fr; gap: 8px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 13.5px; }
.np__svc li span { font-family: Inter, sans-serif; font-size: 10.5px; color: var(--muted); padding-top: 3px; }
.np__svc li b { display: block; font-weight: 700; }
.np__svc li small { display: block; font-size: 12px; color: var(--muted); margin-top: 2px; }
.np__svc-main { background: var(--pri); color: #fff; padding: 14px 12px 28px !important; border-bottom: 0 !important; --notch: 12px; clip-path: polygon(0 0, 100% 0, 100% 100%, calc(50% + var(--notch)) 100%, 50% calc(100% - var(--notch)), calc(50% - var(--notch)) 100%, 0 100%); margin-bottom: 6px; }
.np__svc-main span { color: rgba(255,255,255,.75) !important; }
.np__svc-main b { font-size: 20px; letter-spacing: -.02em; }
.np__svc-main small { color: rgba(255,255,255,.9) !important; font-size: 12.5px !important; }
.np__box--after .marg__steps li { font-size: 12.5px; padding: 6px 0 6px 24px; }
.np__box--after .marg__foot { font-size: 11.5px; }
.np__folio { display: flex; justify-content: space-between; font-family: Inter, sans-serif; font-size: 10.5px; letter-spacing: .05em; color: var(--muted); padding: 10px 0 14px; border-top: 1px solid var(--line); margin-top: 24px; }
.np__folio span:first-child, .np__folio span:last-child { font-weight: 700; color: var(--text); }
.np__space-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 10px; }
.np__space-grid .space__item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; background: var(--alt); }
.np__space-grid figcaption { font-size: 11px; color: var(--muted); margin-top: 5px; }
.np__space .np__standfirst { margin: 14px 0 4px; }
.np__faq { border-top: 1px solid var(--text); padding-top: 12px; }
.np__cols--2f { grid-template-columns: 1fr 1fr; column-gap: 24px; }
.np__cols--2f details { padding: 9px 0; }
.np__cols--2f summary { font-size: 13.5px; }
.np__cols--2f details p { font-size: 12.5px; margin-top: 6px; }
.np__loc { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 20px; align-items: start; }
.np__loc .location__map { aspect-ratio: 16 / 10; margin-bottom: 12px; }
.np__loc .location__addr { font-size: 14px; margin: 0; }
.np__loc .location__addr span { font-size: 12px; }
.np__loc-side .hours { margin-bottom: 16px; }
.np__loc-side .hours div { padding: 7px 0; font-size: 12.5px; }
.np__loc-side .marg__title { margin-bottom: 8px; }
.np__loc-side .marg__list li { padding: 5px 0; font-size: 12.5px; }
.np__row3 { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 20px; align-items: stretch; }
.np__cta { --notch: 18px; padding: 24px 24px 44px !important; display: flex; flex-direction: column; justify-content: space-between; gap: 22px; }
.np__cta h2 { font-size: clamp(22px, 1.9vw, 32px); line-height: 1.1; letter-spacing: -.03em; }
.np__cta h2 br { display: inline; }
.np__cta .hero__actions .btn { height: 38px; font-size: 13.5px; padding: 0 16px 5px; }
.np__box--fees .fees__table { font-size: 12.5px; border-top-color: var(--line); }
.np__box--fees .fees__table td { padding: 7px 4px; }
.np__box--fees .note { font-size: 11px; margin-top: 10px; }
.np__box--fees .fill { margin-top: 8px; }
.np__footer { background: #111; color: rgba(255,255,255,.7); padding: 18px 20px 16px; margin-top: 2px; }
.np__footer-top { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.np__footer .logo__text { color: #fff; font-size: 16px; }
.np__footer .logo__mark { color: #fff; width: 20px; height: 20px; }
.np__footer-tel { font-family: Inter, sans-serif; font-size: 18px; font-weight: 800; color: #fff; letter-spacing: -.02em; }
.np__footer-links { display: flex; gap: 14px; margin-left: auto; font-size: 12px; }
.np__footer-links a { color: #fff; }
.np__footer-legal { font-size: 10.5px; color: rgba(255,255,255,.45); margin-top: 12px; line-height: 1.6; }
.tabbar { display: none; }

@media (max-width: 1180px) {.np { min-height: 0; }
.np__grid { grid-template-columns: 1fr; gap: 28px; }
.np__masthead span:nth-child(3), .np__masthead span:nth-child(4) { display: none; }
.np__folio { display: none; }
body::before { display: none; }

}

@media (max-width: 768px) {.np { padding: 68px 16px 0; }
.np__cols--2, .np__cols--2f, .np__photo-row, .np__row2, .np__loc, .np__row3, .np__space-grid { grid-template-columns: 1fr; }
.stats--np { grid-template-columns: 1fr 1fr; }
.np__footer-links { margin-left: 0; flex-wrap: wrap; }
.tabbar { display: grid; }
body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }

}
.np__flow-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.np__flow-list li { border-left: 1px solid var(--line); padding-left: 12px; font-size: 13px; }
.np__flow-list li span { display: block; font-family: Inter, sans-serif; font-size: 10.5px; color: var(--pri-deep); margin-bottom: 6px; }
.np__flow-list li b { display: block; font-weight: 700; margin-bottom: 3px; }
.np__flow-list li small { display: block; font-size: 11.5px; color: var(--muted); line-height: 1.55; }

@media (max-width: 768px) {.np__flow-list { grid-template-columns: 1fr 1fr; }
 }
body::before { display: none; }
.np { max-width: 2200px; margin: 0 auto; }
.np .fill { text-align: left; color: #98A2AE; }
.np__cta { align-items: flex-start; text-align: left; }
.header { border-bottom: 1px solid var(--line); }
        
@media (max-width: 768px) {.np { padding-top: 84px; }
.np__masthead { display: none; }
 }


/* 초광폭: 헤더를 지면 폭(2200)에 맞춤 */
.header__inner.container { max-width: 2200px; padding-left: clamp(20px, 2.6vw, 56px); padding-right: clamp(20px, 2.6vw, 56px); }

/* ---- 제호 줄 = 내비 헤더 (PC). 고정 헤더는 모바일에서만 ---- */
.np__masthead--nav { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); align-items: center; padding: 10px 0; text-transform: none; letter-spacing: 0; }
.np__masthead--nav .logo { gap: 8px; }
.np__masthead--nav .logo__mark { width: 20px; height: 20px; color: var(--pri); }
.np__masthead--nav .logo__text { font-size: 16px; }
.np__masthead--nav .logo__en { font-size: 11px; color: var(--muted); font-weight: 500; }
.np__gnb { display: flex; gap: 22px; font-size: 13px; font-weight: 500; margin: 0 auto; }
.np__gnb a { opacity: .6; } .np__gnb a.is-active, .np__gnb a:hover { opacity: 1; }
.np__edition { font-family: Inter, sans-serif; font-size: 10.5px; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); margin-right: 16px; }
.np__masthead--nav .btn--sm { height: 33px; }
@media (min-width: 769px) { .header { display: none; } .np { padding-top: 16px; } [id] { scroll-margin-top: 64px; } }
@media (max-width: 1180px) { .np__masthead--nav .np__edition { display: none; } }
@media (max-width: 768px) { .np__masthead--nav { display: none; } }

/* 버튼 노치 제거 : 컨테이너에만 남김 */
.btn, .btn--dark, .btn--pri, .btn--white, .header .btn--dark, .tabbar__pri, .np__masthead--nav .btn--sm, .sp-loc .location__actions .btn--dark, .np__cta .hero__actions .btn { clip-path: none; height: 38px; padding-bottom: 0; }
.btn--sm { height: 32px; }
.location__actions .btn { height: 44px; }

/* 잡지 '척' 요소 제거 후 간격 보정 */
.np--2 { padding-top: clamp(48px, 7vh, 88px); }
.np { padding-bottom: clamp(40px, 6vh, 72px); }
.np--2 { padding-bottom: 0; }
.np__footer { margin-bottom: 0; }

/* 헤드라인을 1페이지(좌) 안으로 */
.np__grid--1 { margin-top: clamp(20px, 3vh, 36px); }
.np__hero .np__h1 { font-size: clamp(40px, 4.9vw, 92px); line-height: .98; margin: 0 0 14px; }
.np__hero .np__deck { max-width: 640px; margin-bottom: 0; padding-bottom: 20px; }

/* =====================================================================
   4단 그리드 1:1:1:1 — 모든 요소가 단 경계에 맞음
   ===================================================================== */
:root { --g4-gap: clamp(20px, 2.4vw, 44px); --g4-row: clamp(28px, 4vh, 48px); }
.g4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: var(--g4-gap); row-gap: var(--g4-row); align-items: start; margin-top: clamp(20px, 3vh, 36px); }
.g4__a { grid-column: 1; } .g4__b { grid-column: 2; } .g4__c { grid-column: 3; } .g4__d { grid-column: 4; }
.g4__ab { grid-column: 1 / 3; } .g4__cd { grid-column: 3 / 5; }
.g4__inner2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: var(--g4-gap); }   /* AB 안의 2단 = A, B 와 정확히 일치 */
.g4__inner2 p { font-size: 13.5px; line-height: 1.7; }

/* 1면 */
.np__hero .np__h1 { font-size: clamp(40px, 4.6vw, 84px); }
.np__hero .np__cta-line { margin-top: 0; border-top: 1px solid var(--text); padding-top: 14px; }
.np__hero .np__deck { padding-bottom: 18px; border-bottom: 0; }
.np__photo img { aspect-ratio: 4 / 5; }
.np__bio { border-top: 1px solid var(--text); padding-top: 12px; }
.stat { --notch: 8px; background: var(--soft); padding: 12px 12px 26px; clip-path: polygon(0 0, 100% 0, 100% 100%, calc(50% + var(--notch)) 100%, 50% calc(100% - var(--notch)), calc(50% - var(--notch)) 100%, 0 100%); }
.stat dt { font-size: clamp(22px, 1.9vw, 32px); font-weight: 700; color: var(--pri-deep); letter-spacing: -.03em; line-height: 1.05; }
.stat dd { font-size: 11.5px; margin-top: 5px; color: var(--text); opacity: .7; }

/* 2면 */
.space__item .np__kicker { margin-bottom: 10px; }
.space__item img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; display: block; background: var(--alt); }
.np__space-stack { display: flex; flex-direction: column; gap: 12px; padding-top: 24px; }   /* 키커 높이만큼 내려 사진 상단 맞춤 */
.np__space-stack .space__item img { aspect-ratio: 4 / 3; }
.np__space-stack figcaption, .space__item figcaption { font-size: 11px; color: var(--muted); margin-top: 5px; }
.np__loc-main .location__map { aspect-ratio: 4 / 5; margin-bottom: 10px; }
.np__loc-side .hours { margin-bottom: 14px; }
.np__cta.g4__c { --notch: 16px; padding: 22px 20px 40px !important; min-height: 100%; }
.np__cta.g4__c h2 { font-size: clamp(20px, 1.6vw, 26px); }
.step { border-top: 1px solid var(--text); padding-top: 10px; font-size: 13px; }
.step span { display: block; font-family: Inter, sans-serif; font-size: 10.5px; color: var(--pri-deep); margin-bottom: 6px; }
.step b { display: block; font-weight: 700; margin-bottom: 3px; }
.step small { display: block; font-size: 11.5px; color: var(--muted); line-height: 1.55; }
.np__standfirst--sm { font-size: 15px; margin: 0 0 6px; }
.np__footer { margin-top: 0; height: 100%; }

@media (max-width: 1180px) {
  .g4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .g4__a, .g4__b, .g4__c, .g4__d { grid-column: auto; }
  .g4__ab, .g4__cd { grid-column: 1 / -1; }
}
@media (max-width: 768px) {
  .g4 { grid-template-columns: 1fr; row-gap: 24px; }
  .g4__inner2 { grid-template-columns: 1fr; }
  .np__space-stack { padding-top: 0; }
}

/* =====================================================================
   톤 다운 패스 : 선은 연하게, 주장은 하나만(헤드라인 + CTA). 나머지는 조용히.
   ===================================================================== */
:root { --line: #E3E8EE; --line-2: #CFD6DE; --soft: #EEF5FC; --pri-deep: #1F6FCF; }
/* 선 */
.np__masthead { border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line); }
.np__box, .np__bio, .np__hero .np__cta-line, .step, .np__faq { border-top-color: var(--line-2); }
.np__svc li, .hero__career li, .marg__list li, .marg__steps li, .faq__list details, .fees__table td, .hours div { border-color: var(--line); }
.np__svc li:last-child, .marg__list li:last-child, .marg__steps li:last-child { border-bottom-color: var(--line); }
.np__box--fees .fees__table { border-top-color: var(--line-2); }
/* 키커 · 소제 : 회색으로 */
.np__kicker { color: #8A94A3; font-weight: 600; }
.np__kicker small { color: #A3ACB8; }
.marg__title { color: #8A94A3; }
.marg__steps li::before, .step span { color: #8A94A3; }
/* 톱기사 제목·문장 : 네이비, 무게 완화 */
.np__lead h2 { color: var(--text); font-weight: 700; }
.np__standfirst { font-weight: 600; }
.np__bio h3 { color: var(--text); font-weight: 700; }
.np__quote { font-weight: 600; font-size: clamp(14.5px, 1.05vw, 17px); color: var(--text); }
.hero__career li:first-child { font-weight: 600; }
/* 스탯 : 연블루 + 네이비 숫자 */
.stat { background: var(--soft); }
.stat dt { color: var(--text); font-weight: 600; }
/* 진료과목 메인 : 솔리드 블루 → 연블루 타일 + 딥블루 텍스트 (솔리드 블루는 CTA 하나만) */
.np__svc-main { background: var(--soft); color: var(--text); }
.np__svc-main span { color: #8A94A3 !important; }
.np__svc-main b { color: var(--pri-deep); }
.np__svc-main small { color: var(--muted) !important; }
/* FAQ · 표 · 시간 */
.faq__list summary { font-weight: 500; }
.faq__list summary::after { color: #A3ACB8; }
.fees__table td:last-child { font-weight: 600; }
.hours em { background: var(--soft); color: var(--pri-deep); }
/* 채움 텍스트 조금 더 연하게 */
.np .fill { color: #A3ACB8; }
.fill b { color: #8A94A3; }
/* 버튼 : 검정 → 네이비, 라인 버튼 연하게 */
.btn--dark { background: var(--text); }
.btn--dark:hover { background: var(--pri-deep); }
.btn--line { border-color: var(--line-2); color: var(--text); }
.np__tel { font-weight: 700; color: var(--text); }
/* CTA : 유일한 솔리드 블루. 채도만 살짝 낮춤 */
.np__cta { background: #3F97E6; }
/* 푸터 : 블랙 → 네이비 */
.np__footer { background: var(--text); }
/* 헤드라인 : 유지, 블루만 살짝 깊게 */
.np__h1 em { color: var(--pri-deep); }

/* 빈 곳 정리 */
.g4__abcd { grid-column: 1 / -1; }
.np__terms { margin-top: 18px; }
.np__space-stack { padding-top: 0; }
.np__space-stack .space__item img { aspect-ratio: 16 / 10; }
.np__box--terms .fill--2 { column-gap: var(--g4-gap); }

/* 버튼 세로 정렬 복구 : 상하 패딩 제거, flex 센터에 맡김 */
.btn, .btn--dark, .btn--line, .btn--white, .btn--pri, .btn--light { padding-top: 0; padding-bottom: 0; height: 40px; line-height: 1; }
.btn--sm, .np__masthead--nav .btn--sm { height: 32px; padding-left: 14px; padding-right: 14px; }
.location__actions .btn { height: 44px; }

/* =====================================================================
   위계 복원 : 1) 헤드라인·사진·버튼  2) About 제목·CTA  3) 리스트  4) 채움
   ===================================================================== */
:root { --g4-row: clamp(40px, 6vh, 72px); }
/* 1단계 */
.np__hero { display: flex; flex-direction: column; height: 100%; }
.np__hero .np__h1 { font-size: clamp(44px, 5.2vw, 96px); margin-bottom: 18px; }
.np__hero .np__deck { font-size: clamp(16px, 1.25vw, 20px); color: var(--text); font-weight: 500; max-width: 560px; }
.np__hero .np__cta-line { margin-top: auto; border-top: 0; padding-top: 0; }
.np__hero .btn--dark { height: 46px; padding: 0 26px; font-size: 15px; }
.np__hero .btn--line { height: 46px; padding: 0 22px; font-size: 15px; }
.np__tel { font-size: 20px; color: var(--muted); font-weight: 600; }
/* 약력 : 조용히 */
.np__bio h3 { font-size: 18px; margin-bottom: 8px; }
.np__quote { font-weight: 400; font-size: 14px; color: var(--muted); line-height: 1.6; margin-bottom: 14px; }
.np__bio .hero__career { font-size: 12px; }
.np__bio .hero__career li:first-child { font-weight: 600; color: var(--text); }
/* 2단계 : About 제목 */
.np__lead h2 { font-size: clamp(32px, 3.2vw, 56px); margin-bottom: 10px; }
.np__lead .np__standfirst { font-size: clamp(17px, 1.3vw, 21px); color: var(--pri-deep); margin-bottom: 18px; }
.g4__inner2 p { font-size: 14px; color: var(--muted); }
/* 3단계 : 리스트들 작게 */
.np__svc-main { background: transparent; padding: 10px 0 12px !important; clip-path: none; border-bottom: 1px solid var(--line) !important; margin-bottom: 0; }
.np__svc-main b { font-size: 17px; }
.np__svc-main small { font-size: 12px !important; }
.np__svc li { font-size: 13px; padding: 8px 0; }
.np__svc li small { font-size: 11.5px; }
.marg__steps li { font-size: 12.5px; }
.stat { padding: 12px 12px 24px; }
.stat dt { font-size: clamp(20px, 1.6vw, 26px); }
.faq__list summary { font-size: 14px; }
.np__cols--2f details p { font-size: 12.5px; }
/* CTA : 2단계 */
.np__cta.g4__c h2 { font-size: clamp(22px, 1.8vw, 30px); font-weight: 700; }
/* 4단계 : 채움 */
.np .fill { font-size: 11px; line-height: 1.6; }

/* 4단 전체 채움 텍스트는 4컬럼으로 (그리드와 일치) */
.g4__abcd .fill--2 { columns: 4; column-gap: var(--g4-gap); }
@media (max-width: 1180px) { .g4__abcd .fill--2 { columns: 2; } }
@media (max-width: 768px) { .g4__abcd .fill--2 { columns: 1; } }

/* =====================================================================
   6단 모듈 조판
   ===================================================================== */
:root { --g6-gap: clamp(18px, 2vw, 36px); --g6-row: clamp(36px, 5vh, 60px); }
.np { padding-top: 0; }
.np__masthead--nav { display: none; }

/* 제호 : 가운데 로고, 좌우 박스 */
.mh { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 18px 0 14px; border-bottom: 1px solid var(--line-2); position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.mh__logo { display: flex; flex-direction: column; align-items: center; gap: 4px; text-align: center; }
.mh__logo .logo__mark { width: 26px; height: 26px; color: var(--pri); }
.mh__name { font-size: clamp(22px, 1.8vw, 30px); font-weight: 800; letter-spacing: -.03em; line-height: 1; }
.mh__tag { font-size: 11px; color: var(--muted); }
.mh__side { display: flex; align-items: center; gap: 14px; font-size: 12px; color: var(--muted); }
.mh__side--l { justify-content: flex-start; flex-wrap: wrap; row-gap: 2px; }
.mh__side--r { justify-content: flex-end; }
.mh__label { font-family: Inter, sans-serif; font-size: 10.5px; letter-spacing: .04em; text-transform: uppercase; color: #8A94A3; }
.mh__side em { font-style: normal; font-size: 10.5px; padding: 1px 6px; background: var(--soft); color: var(--pri-deep); margin-left: 4px; }
.mh__gnb { display: flex; gap: 18px; font-size: 13px; font-weight: 500; }
.mh__gnb a { opacity: .6; } .mh__gnb a.is-active, .mh__gnb a:hover { opacity: 1; }

/* 그리드 */
.g6 { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); column-gap: var(--g6-gap); row-gap: var(--g6-row); margin-top: clamp(24px, 3.4vh, 40px); align-items: start; }
.span-1 { grid-column: span 1; } .span-2 { grid-column: span 2; } .span-3 { grid-column: span 3; } .span-4 { grid-column: span 4; } .span-6 { grid-column: 1 / -1; }
.g6__inner2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: var(--g6-gap); }
.g6__inner2 p { font-size: 13.5px; line-height: 1.7; color: var(--muted); }
.mod { min-width: 0; border-top: 1px solid var(--line-2); padding-top: 12px; }
.mod .np__kicker { margin-bottom: 10px; }

/* 톱 모듈 */
.mod--top { border-top: 0; padding-top: 0; display: flex; flex-direction: column; min-height: 100%; }
.mod--top .np__h1 { font-size: clamp(44px, 5.6vw, 104px); line-height: .98; margin: 6px 0 18px; }
.mod--top .np__deck { font-size: clamp(15px, 1.15vw, 19px); color: var(--text); max-width: 720px; border: 0; padding: 0; margin-bottom: 28px; }
.mod--top .np__cta-line { margin-top: auto; border-top: 0; padding-top: 0; }
.mod--top .btn--dark, .mod--top .btn--line { height: 46px; font-size: 15px; padding: 0 24px; }

/* 원장 모듈 */
.mod--doc { border-top: 0; padding-top: 0; }
.mod--doc .np__photo { margin: 0 0 12px; }
.mod--doc .np__photo img { aspect-ratio: 4 / 5; object-position: center 12%; }
.mod--doc h3 { font-size: 17px; margin-bottom: 8px; }
.mod--doc h3 small { display: block; font-size: 11.5px; color: var(--muted); font-weight: 500; margin-top: 3px; }
.mod--doc .np__quote { font-size: 13.5px; margin-bottom: 10px; }
.mod--doc .hero__career { font-size: 12px; }
.mod--doc .hero__career li { padding: 5px 0; }

/* About 모듈 : 본문 2단 + 스탯 1단 세로 */
.mod--about h2 { font-size: clamp(30px, 3vw, 52px); letter-spacing: -.035em; line-height: 1.05; margin-bottom: 8px; }
.mod--about .np__standfirst { font-size: clamp(16px, 1.2vw, 20px); color: var(--pri-deep); font-weight: 600; margin-bottom: 18px; }
.mod--about__body { display: grid; grid-template-columns: 2fr 1fr; column-gap: var(--g6-gap); align-items: start; }
.stats-v { display: flex; flex-direction: column; gap: 8px; }
.stats-v div { --notch: 7px; background: var(--soft); padding: 10px 12px 20px; clip-path: polygon(0 0, 100% 0, 100% 100%, calc(50% + var(--notch)) 100%, 50% calc(100% - var(--notch)), calc(50% - var(--notch)) 100%, 0 100%); }
.stats-v dt { font-size: clamp(18px, 1.4vw, 24px); font-weight: 600; letter-spacing: -.03em; line-height: 1.05; color: var(--text); }
.stats-v dd { font-size: 11px; margin-top: 3px; color: var(--text); opacity: .7; }

/* 공간 : 큰 1 + 작은 2 */
.sp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.sp-grid__big { grid-column: 1 / -1; }
.sp-grid .space__item img { aspect-ratio: 16 / 9; }
.sp-grid__big img { aspect-ratio: 16 / 9; }
.sp-grid figcaption { font-size: 11px; color: var(--muted); margin-top: 4px; }

/* 지도 */
.mod .location__map { aspect-ratio: 16 / 11; margin-bottom: 10px; }
.mod .location__addr { font-size: 14px; margin: 0; }
.mod .location__addr span { font-size: 12px; }
.mod .hours { margin-bottom: 14px; } .mod .hours div { padding: 7px 0; font-size: 12.5px; }
.mod .marg__list li { font-size: 12.5px; padding: 5px 0; }

/* CTA · 비급여 */
.np__cta.mod { border-top: 0; padding: 22px 22px 40px !important; --notch: 16px; min-height: 100%; }
.np__cta.mod h2 { font-size: clamp(22px, 1.8vw, 30px); }
.np__box--fees.mod .fees__table { font-size: 11.5px; } .np__box--fees.mod .fees__table td { padding: 6px 2px; }
.np__box--fees.mod .fees__table td:first-child { max-width: 60%; }
.np__box--fees.mod .note { font-size: 10.5px; }

/* 절차 6단 띠 : 4개 균등 */
.steps-row { display: grid; grid-template-columns: repeat(4, 1fr); column-gap: var(--g6-gap); }
.steps-row .step { border-top: 0; padding-top: 0; }
.mod--note .fill--4 { columns: 4; column-gap: var(--g6-gap); font-size: 11px; }
.mod--note { border-top-color: var(--line); }
.g6 .np__footer { margin: 0; }

@media (max-width: 1180px) {
  .mh { grid-template-columns: 1fr auto; } .mh__side--l { display: none; }
  .g6 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .span-1, .span-2, .span-3, .span-4 { grid-column: span 1; }
  .span-4, .span-3 { grid-column: 1 / -1; }
  .steps-row { grid-template-columns: 1fr 1fr; row-gap: 20px; }
  .mod--note .fill--4 { columns: 2; }
}
@media (max-width: 768px) {
  .mh { display: none; }
  .np { padding-top: 76px; }
  .g6 { grid-template-columns: 1fr; row-gap: 28px; }
  .span-1, .span-2 { grid-column: 1 / -1; }
  .g6__inner2, .mod--about__body, .steps-row { grid-template-columns: 1fr; }
  .stats-v { flex-direction: row; flex-wrap: wrap; } .stats-v div { flex: 1 1 45%; }
  .mod--note .fill--4 { columns: 1; }
}

/* 톱 모듈 : 버튼은 덱 바로 아래, 늘리지 않음. 원장 사진 살짝 낮게 */
.mod--top { min-height: 0; }
.mod--top .np__cta-line { margin-top: 8px; }
.mod--doc .np__photo img { aspect-ratio: 1 / 1; object-position: center 8%; }

/* ---- 히어로 하단 플레이스 : 4단 폭을 1단씩 4칸 ---- */
.mod--top { display: flex; flex-direction: column; min-height: 100%; }
.mod--top .np__cta-line { margin-top: 8px; }
.place { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line-2); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: var(--g6-gap); }
.place__item { min-width: 0; font-size: 13px; line-height: 1.55; }
.place__k { display: block; font-family: Inter, sans-serif; font-size: 10.5px; letter-spacing: .04em; text-transform: uppercase; color: #8A94A3; margin-bottom: 6px; }
.place__item b { display: block; font-weight: 600; color: var(--text); letter-spacing: -.01em; }
.place__item b a { color: inherit; }
.place__item small { display: block; font-size: 11.5px; color: var(--muted); margin-top: 3px; line-height: 1.5; }
.place__item--links a { display: block; font-size: 13px; color: var(--pri-deep); padding: 2px 0; }

/* ---- 자간·행간 점검 : 답답한 곳 풀기 ---- */
.mod--top .np__h1 { line-height: 1.04; letter-spacing: -.035em; }
.mod--top .np__deck { line-height: 1.65; }
.mod--about h2 { line-height: 1.1; letter-spacing: -.03em; }
.g6__inner2 p { line-height: 1.8; }
.np__kicker { letter-spacing: .06em; }
.np__svc li { padding: 10px 0; line-height: 1.5; }
.np__svc li small { line-height: 1.55; margin-top: 3px; }
.np__svc-main small { line-height: 1.55 !important; }
.marg__steps li { padding: 7px 0 7px 24px; line-height: 1.55; }
.marg__list li { line-height: 1.5; }
.stats-v div { padding: 12px 12px 22px; }
.stats-v dd { margin-top: 5px; line-height: 1.45; }
.mod--doc .np__quote { line-height: 1.7; }
.mod--doc .hero__career li { line-height: 1.55; padding: 6px 0; }
.faq__list details { padding: 12px 0; }
.faq__list summary { line-height: 1.5; }
.np__cols--2f details p, .faq__list details p { line-height: 1.7; }
.hours div { padding: 8px 0; }
.fees__table td { line-height: 1.5; }
.step small { line-height: 1.6; }
.np .fill { line-height: 1.7; }
.mh__side { line-height: 1.5; }
.mh__tag { letter-spacing: 0; }
.np__cta.mod h2 { line-height: 1.2; letter-spacing: -.025em; }
@media (max-width: 1180px) { .place { grid-template-columns: 1fr 1fr; row-gap: 16px; } }
@media (max-width: 640px) { .place { grid-template-columns: 1fr; } }

/* ---- 히어로 하단 스페이스 (사진 3장) ---- */
.hero-space { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line-2); }
.hero-space__head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 10px; }
.hero-space__head .np__kicker { margin: 0; }
.hero-space__cap { font-size: 13px; color: var(--muted); }
.hero-space__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: var(--g6-gap); }
.hero-space__grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; background: var(--alt); }
.hero-space__grid figcaption { font-size: 11px; color: var(--muted); margin-top: 5px; }
.hours-tel { margin: 0 0 12px; font-family: Inter, sans-serif; font-size: 20px; font-weight: 700; letter-spacing: -.02em; }
.hours-tel a { color: var(--text); }
.hours-tel small { display: block; font-family: "Pretendard Variable", Pretendard, sans-serif; font-size: 11.5px; color: var(--muted); font-weight: 400; margin-top: 2px; }
.mh__tel a { font-family: Inter, sans-serif; font-weight: 700; color: var(--text); letter-spacing: -.01em; }
.place { display: none; }
@media (max-width: 640px) { .hero-space__grid { grid-template-columns: 1fr; row-gap: 12px; } }

.g6__inner3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: var(--g6-gap); }
.g6__inner3 p { font-size: 13.5px; line-height: 1.8; color: var(--muted); }
@media (max-width: 768px) { .g6__inner3 { grid-template-columns: 1fr; row-gap: 12px; } }

/* 히어로 : 버튼 ↔ 스페이스 사이 빈 공간 제거 (바닥으로 밀지 않음) */
.mod--top { min-height: 0; display: block; }
.hero-space { margin-top: 40px; }
.mod--top .np__cta-line { margin-top: 8px; }

/* ---- 모자이크 : 한 장을 3×3으로 나눈 척 ---- */
.mosaic { --gap: 8px; display: grid; grid-template-columns: calc(var(--c1) * 100%) calc(var(--c2) * 100%) calc(var(--c3) * 100%); grid-template-rows: calc(var(--r1) * 100%) calc(var(--r2) * 100%) calc(var(--r3) * 100%); gap: var(--gap); aspect-ratio: 4 / 5; margin-bottom: 14px; --ratio: 1.5; }
.mosaic { grid-template-columns: calc((100% - 2 * var(--gap)) * var(--c1)) calc((100% - 2 * var(--gap)) * var(--c2)) calc((100% - 2 * var(--gap)) * var(--c3)); grid-template-rows: calc((100% - 2 * var(--gap)) * var(--r1)) calc((100% - 2 * var(--gap)) * var(--r2)) calc((100% - 2 * var(--gap)) * var(--r3)); }
.tile { position: relative; overflow: hidden; background: var(--alt); min-width: 0; }
.tile img { position: absolute; display: block; object-fit: cover;
  width: calc(100% / var(--w)); height: calc(100% / var(--h));
  left: calc(-100% * var(--x) / var(--w) - var(--gx) * var(--gap));
  top: calc(-100% * var(--y) / var(--h) - var(--gy) * var(--gap)); }
/* 이미지 원본 비율(2:3)이 컨테이너(4:5)와 다르니 cover 로 맞춤 : 컨테이너 전체 크기의 img 를 각 타일이 잘라 보는 구조 */
.tile--text { background: #fff; display: flex; flex-direction: column; justify-content: flex-end; padding: 10px 2px 6px; }
.tile--text .np__kicker { margin-bottom: auto; }
.tile--text b { font-size: clamp(16px, 1.3vw, 22px); line-height: 1.1; letter-spacing: -.03em; }
.tile--text small { font-size: 11px; color: var(--muted); margin-top: 6px; }
.tile--zoom img { width: 260%; height: 260%; left: -120%; top: -150%; }   /* 가운 · 펜 부근 확대 컷 */
.mod--doc .np__quote { margin-top: 0; }

.tile img { max-width: none; }

/* 불규칙 모자이크 : 12×12 균등 트랙, 패널 스팬 제각각 */
.mosaic--free { grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: repeat(12, minmax(0, 1fr)); --gap: 8px; gap: var(--gap); aspect-ratio: 4 / 5; }
.mosaic--free .tile img { width: calc(100% / var(--w)); height: calc(100% / var(--h)); left: calc(-100% * var(--x) / var(--w) - var(--gx) * var(--gap)); top: calc(-100% * var(--y) / var(--h) - var(--gy) * var(--gap)); }
.mosaic--free .tile--zoom img { width: 660%; height: 660%; left: -290%; top: -150%; }   /* 얼굴 확대 (2.2×) */
.mosaic--free .tile--text { padding: 10px 2px 4px; }

/* 원장 모듈 2행 걸침 · 공간 불규칙 */
.rows-2 { grid-row: span 2; }
.mod--doc .mosaic { aspect-ratio: 3 / 4; }
.sp-free { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); grid-template-rows: auto auto; gap: 8px; }
.sp-free__a { grid-column: 1 / 4; grid-row: 1 / 3; } .sp-free__a img { aspect-ratio: 3 / 4; height: 100%; }
.sp-free__b { grid-column: 4 / 6; grid-row: 1; } .sp-free__c { grid-column: 4 / 6; grid-row: 2; }
.sp-free .space__item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.sp-free figcaption { font-size: 11px; color: var(--muted); margin-top: 4px; }
.mod .hero-space__cap { margin-top: 10px; }
.np__cta.span-4 { flex-direction: row; align-items: flex-end; justify-content: space-between; --notch: 20px; padding: 26px 26px 44px !important; }
.np__cta.span-4 h2 { font-size: clamp(24px, 2.2vw, 36px); }
.np__box--fees.span-2 .fees__table { font-size: 12.5px; }
@media (max-width: 1180px) { .rows-2 { grid-row: auto; } .np__cta.span-4 { flex-direction: column; align-items: flex-start; } }

/* 컷 격자 : 한 장 + 흰 선 */
.cutgrid { position: relative; aspect-ratio: 3 / 4; overflow: hidden; background: var(--alt); margin-bottom: 14px; }
.cutgrid > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 10%; display: block; }
.cut { position: absolute; background: #fff; display: block; }
.cutgrid__text { position: absolute; right: 0; bottom: 0; width: 34%; height: 18%; background: #fff; padding: 10px 0 0 12px; display: flex; flex-direction: column; justify-content: flex-end; }
.cutgrid__text .np__kicker { margin-bottom: auto; }
.cutgrid__text b { font-size: clamp(15px, 1.2vw, 20px); line-height: 1.1; letter-spacing: -.03em; }
.cutgrid__text small { font-size: 11px; color: var(--muted); margin-top: 4px; }
.mosaic { display: none; }

.sp-free__a img { height: auto; aspect-ratio: 3 / 4; }
.sp-free { align-items: start; }
.mod .hero-space__cap { margin-top: 12px; clear: both; }

/* 컷 패널 텍스트 : 직함 / 이름 분리 */
.cutgrid__text { justify-content: flex-end; padding: 0 0 0 12px; }
.cutgrid__role { display: block; font-size: 11px; font-weight: 500; color: var(--muted); letter-spacing: .02em; margin-bottom: 4px; }
.cutgrid__name { display: block; font-size: clamp(20px, 1.7vw, 28px); font-weight: 800; letter-spacing: -.035em; line-height: 1; color: var(--text); }
.cutgrid__text small { font-size: 11px; color: var(--muted); margin-top: 6px; }

.mh__side--r { gap: 10px; }
.mh__side--r .mh__gnb { margin-right: 8px; }
.mod--top .np__deck { margin-bottom: 0; }

/* 히어로 : 행간 넉넉히, 덱은 정보 한 줄 + 심볼 */
.mod--top .np__h1 { line-height: 1.14; margin-bottom: 26px; }
.np__deck--info { display: flex; align-items: center; gap: 12px; font-size: clamp(14px, 1.05vw, 17px); color: var(--muted); font-weight: 500; max-width: none; }
.np__deck-mark { width: 16px; height: 16px; color: var(--pri); flex: none; }
.np__deck-sep { color: var(--line-2); font-weight: 300; }
@media (max-width: 640px) { .np__deck--info { flex-wrap: wrap; row-gap: 4px; } .np__deck-sep { display: none; } .np__deck--info span:last-of-type::before { content: "· "; color: var(--line-2); } }

.about-body { max-width: 100%; }
.about-body p { font-size: 14px; line-height: 1.8; color: var(--muted); }

/* About : 좌 2유닛 본문(1유닛씩 2단) · 우 2유닛 큰 인용 */
.about-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: var(--g6-gap); align-items: start; margin-top: 18px; }
.about-body p { font-size: 13.5px; line-height: 1.85; }
.about-pull { font-size: clamp(26px, 2.4vw, 40px); font-weight: 700; line-height: 1.25; letter-spacing: -.03em; color: var(--pri-deep); padding-left: calc(var(--g6-gap) * .5); border-left: 2px solid var(--soft); }
.mod--about h2 { margin-bottom: 0; }
@media (max-width: 768px) { .about-grid { grid-template-columns: 1fr; } .about-pull { order: -1; border-left: 0; padding-left: 0; margin-bottom: 6px; } }

/* 사진 모듈 3단(면적 ≈ 2.2배). 톱·About 도 3단 */
.mod--top .np__h1 { font-size: clamp(44px, 5.2vw, 96px); }
.about-grid { grid-template-columns: 2fr 1fr; }
.about-pull { font-size: clamp(22px, 1.9vw, 32px); }
.mod--doc .cutgrid { aspect-ratio: 4 / 5; }
.cutgrid__text { width: 30%; height: 16%; }
.cutgrid__name { font-size: clamp(22px, 1.9vw, 32px); }

.rows-3 { grid-row: span 3; }
#services.span-3 .np__svc { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: var(--g6-gap); }
#services.span-3 .np__svc-main { grid-column: 1 / -1; }
@media (max-width: 1180px) { .rows-3 { grid-row: auto; } }
@media (max-width: 768px) { #services.span-3 .np__svc { grid-template-columns: 1fr; } }

/* 컷 패널 텍스트 크게 */
.mod--doc.span-3 .cutgrid__text { width: 34%; height: 20%; padding: 0 0 4px 16px; }
.mod--doc.span-3 .cutgrid__role { font-size: 13px; margin-bottom: 8px; }
.mod--doc.span-3 .cutgrid__name { font-size: clamp(30px, 2.8vw, 48px); }
.mod--doc.span-3 .cutgrid__text small { font-size: 13px; margin-top: 8px; }

/* 좌측 스택 : 톱 · About · 진료과목을 한 셀에 세로로. 스패닝 행 높이 분배 문제 제거 */
.col-stack { display: flex; flex-direction: column; gap: var(--g6-row); min-width: 0; }
.col-stack > .mod { width: 100%; }
@media (max-width: 1180px) { .col-stack { grid-column: 1 / -1; } }

.about-body { display: block; }
.about-body p { font-size: 14px; line-height: 1.85; }
.about-body p + p { margin-top: 14px; }

/* 좌우 높이 균형 : 사진 5:6, 좌측 스택 간격 조금 더 */
.mod--doc .cutgrid { aspect-ratio: 5 / 6; }
.col-stack { gap: clamp(44px, 6vh, 64px); }

/* ---- 진료과목 : 2구간 · 사진 4장 ---- */
.svc-a { display: grid; grid-template-columns: 2fr 1fr; column-gap: var(--g6-gap); align-items: end; }
.svc-ph { margin: 0; min-width: 0; }
.svc-ph img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; display: block; background: var(--soft); }
.svc-ph--main img { aspect-ratio: 16 / 9; }
.svc-ph figcaption { margin-top: 8px; font-size: 12px; color: var(--muted); }
.svc-ph figcaption b { display: block; font-size: 14px; color: var(--text); font-weight: 700; }
.svc-ph figcaption span { display: block; font-size: 12px; color: var(--muted); margin-top: 2px; }
.svc-ph.is-empty img { visibility: hidden; }          /* 사진 없을 때 연블루 자리표시 */
.svc-ph.is-empty { position: relative; }
.svc-ph.is-empty::before { content: ""; position: absolute; inset: 0 0 auto 0; aspect-ratio: 3 / 2; background: var(--soft); }
.svc-ph--main.is-empty::before { aspect-ratio: 16 / 9; }
.svc-a__text h3 { font-size: clamp(20px, 1.6vw, 26px); letter-spacing: -.03em; color: var(--pri-deep); margin-bottom: 8px; }
.svc-a__text p { font-size: 13.5px; line-height: 1.7; color: var(--muted); margin-bottom: 12px; }
.svc-a__tags li { font-size: 12px; color: var(--text); padding: 6px 0; border-top: 1px solid var(--line); }
.svc-a__tags li:last-child { border-bottom: 1px solid var(--line); }
.svc-b { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: var(--g6-gap); margin-top: clamp(20px, 3vh, 32px); }
@media (max-width: 768px) { .svc-a, .svc-b { grid-template-columns: 1fr; row-gap: 16px; } }

/* ---- About(1.5) | 지그재그 사진 띠(1.5) ---- */
.about-zig { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: var(--g6-gap); align-items: start; }
.about-zig .mod--about h2 { font-size: clamp(30px, 2.8vw, 46px); margin-bottom: 14px; }
.about-zig .about-pull { font-size: clamp(18px, 1.5vw, 24px); border-left: 0; padding-left: 0; margin-bottom: 18px; line-height: 1.3; }
.about-zig .about-body p { font-size: 13.5px; line-height: 1.85; }
.about-etc { margin-top: 16px !important; padding-top: 10px; border-top: 1px solid var(--line); font-size: 12.5px !important; color: #8A94A3 !important; }
.zig__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 10px; row-gap: 14px; }
.zig__item { margin: 0; min-width: 0; }
.zig__item--l { grid-column: 1; } .zig__item--r { grid-column: 2; }
.zig__item img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; display: block; background: var(--soft); }
.zig__item figcaption { margin-top: 6px; }
.zig__item figcaption b { display: block; font-size: 12.5px; font-weight: 700; color: var(--text); }
.zig__item figcaption span { display: block; font-size: 11px; color: var(--muted); margin-top: 2px; line-height: 1.5; }
.zig__item.is-empty img { visibility: hidden; }
.zig__item.is-empty { position: relative; } .zig__item.is-empty::before { content: ""; position: absolute; left: 0; right: 0; top: 0; aspect-ratio: 3 / 4; background: var(--soft); }
.steps-col { display: flex; flex-direction: column; gap: 16px; }
.steps-col .step { border-top: 1px solid var(--line); padding-top: 10px; }
.steps-col .step:first-child { border-top: 0; padding-top: 0; }
@media (max-width: 768px) { .about-zig { grid-template-columns: 1fr; row-gap: 32px; } }

/* ---- 지그재그 크게 : 좌측 3단 풀폭, 사진 2유닛 폭 ---- */
.zig--big .zig__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: var(--g6-gap); row-gap: clamp(20px, 3vh, 32px); }
.zig--big .zig__item--l { grid-column: 1 / 3; } .zig--big .zig__item--r { grid-column: 2 / 4; }
.zig--big .zig__item img { aspect-ratio: 4 / 3; }
.zig--big .zig__item figcaption { display: flex; align-items: baseline; gap: 12px; margin-top: 10px; }
.zig--big .zig__item figcaption b { font-size: 15px; } .zig--big .zig__item figcaption span { margin: 0; font-size: 12.5px; }
.zig--big .zig__item.is-empty::before { aspect-ratio: 4 / 3; }
/* About : 우측 원장 모듈 아래 */
.mod--about-r { border-top: 1px solid var(--line-2); padding-top: 14px; margin-top: 22px; }
.mod--about-r h2 { font-size: clamp(26px, 2.2vw, 36px); margin-bottom: 12px; }
.mod--about-r .about-pull { font-size: clamp(17px, 1.3vw, 21px); margin-bottom: 14px; }
.mod--about-r .about-body { display: grid; grid-template-columns: 1fr 1fr; column-gap: var(--g6-gap); }
.mod--about-r .about-body p { font-size: 13px; line-height: 1.8; }
.mod--about-r .about-body p + p { margin-top: 0; }
.mod--about-r .about-etc { grid-column: 1 / -1; }
@media (max-width: 768px) { .zig--big .zig__item--l, .zig--big .zig__item--r { grid-column: 1 / -1; } .mod--about-r .about-body { grid-template-columns: 1fr; } }

.zig--big .zig__item--main figcaption b { color: var(--pri-deep); font-size: 17px; }
.zig--big .zig__item--main figcaption { flex-direction: column; gap: 4px; }

/* 우측 컬럼 보강 : About 아래 진료시간 · 처음 오시는 분께 2열 */
.side-2 { display: grid; grid-template-columns: 1fr 1fr; column-gap: var(--g6-gap); margin-top: 22px; }
.mod--side { border-top: 1px solid var(--line-2); padding-top: 12px; }
/* 지그재그 사진 조금 낮게 */
.zig--big .zig__item img { aspect-ratio: 16 / 10; }
.np__cta.span-2 { flex-direction: column; align-items: flex-start; }
.np__cta.span-2 h2 { font-size: clamp(20px, 1.7vw, 28px); }
@media (max-width: 768px) { .side-2 { grid-template-columns: 1fr; } }

/* ---- About : 히어로 아래 좌측 ---- */
.mod--about-l { border-top: 1px solid var(--line-2); padding-top: 14px; }
.mod--about-l h2 { font-size: clamp(30px, 2.8vw, 46px); margin-bottom: 12px; }
.mod--about-l .about-pull { font-size: clamp(18px, 1.5vw, 24px); border-left: 0; padding-left: 0; margin-bottom: 16px; line-height: 1.3; }
.mod--about-l .about-body { display: grid; grid-template-columns: 1fr 1fr; column-gap: var(--g6-gap); }
.mod--about-l .about-body p { font-size: 13.5px; line-height: 1.85; }
.mod--about-l .about-body p + p { margin-top: 0; }

/* ---- 진료과목 : 풀폭, 귀퉁이 겹침 + 흰 테두리 ---- */
.zig--over { border-top: 1px solid var(--line-2); padding-top: 14px; }
.zig--over .zig__grid { display: block; }
.zig--over .zig__item { position: relative; width: 46%; margin: 0; background: #fff; }
.zig--over .zig__item img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border: 10px solid #fff; box-sizing: border-box; }
.zig--over .zig__item--l { margin-left: 0; }
.zig--over .zig__item--r { margin-left: 34%; }
.zig--over .zig__item + .zig__item { margin-top: -9%; }
.zig--over .zig__item:nth-child(1) { z-index: 1; } .zig--over .zig__item:nth-child(2) { z-index: 2; } .zig--over .zig__item:nth-child(3) { z-index: 3; } .zig--over .zig__item:nth-child(4) { z-index: 4; }
.zig--over .zig__item:nth-child(3) { margin-left: 8%; }
.zig--over .zig__item:nth-child(4) { margin-left: 46%; }
.zig--over .zig__item figcaption { position: absolute; left: 10px; bottom: -4px; transform: translateY(100%); display: flex; gap: 10px; align-items: baseline; background: #fff; padding: 6px 10px 6px 0; }
.zig--over .zig__item--r figcaption { left: auto; right: 10px; padding: 6px 0 6px 10px; }
.zig--over .zig__item figcaption b { font-size: 14px; } .zig--over .zig__item figcaption span { font-size: 12px; margin: 0; }
.zig--over .zig__item--main figcaption b { color: var(--pri-deep); font-size: 16px; }
.zig--over .zig__item--main figcaption { flex-direction: column; gap: 3px; max-width: 420px; }
.zig--over .zig__grid { padding-bottom: 56px; }
@media (max-width: 768px) {
  .zig--over .zig__item, .zig--over .zig__item:nth-child(n) { width: 100%; margin-left: 0; margin-top: 0; }
  .zig--over .zig__item + .zig__item { margin-top: 44px; }
  .zig--over .zig__item figcaption { position: static; transform: none; }
  .mod--about-l .about-body { grid-template-columns: 1fr; }
}

/* 겹침 사진 : 폭 40%, 귀퉁이만 살짝 겹침 */
.zig--over .zig__item { width: 40%; }
.zig--over .zig__item + .zig__item { margin-top: -10%; }
.zig--over .zig__item:nth-child(2) { margin-left: 33%; }
.zig--over .zig__item:nth-child(3) { margin-left: 8%; }
.zig--over .zig__item:nth-child(4) { margin-left: 46%; }
.zig--over .zig__grid { padding-bottom: 48px; }

/* ---- 진료과목 : 좌 4단 겹침 사진 · 우 2단 텍스트 ---- */
.zig__wrap { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 2fr); column-gap: var(--g6-gap); align-items: start; }
.zig--over .zig__grid { padding-bottom: 40px; }
.zig--over .zig__item, .zig--over .zig__item:nth-child(n) { width: 56%; }
.zig--over .zig__item:nth-child(1) { margin-left: 0; }
.zig--over .zig__item:nth-child(2) { margin-left: 38%; }
.zig--over .zig__item:nth-child(3) { margin-left: 6%; }
.zig--over .zig__item:nth-child(4) { margin-left: 42%; }
.zig--over .zig__item + .zig__item { margin-top: -11%; }
.zig--over .zig__item figcaption { position: absolute; left: 10px; bottom: 10px; transform: none; background: #fff; padding: 5px 10px; font-size: 12px; gap: 8px; }
.zig--over .zig__item figcaption b { font-family: Inter, sans-serif; font-size: 10.5px; color: var(--pri-deep); font-weight: 700; }
.zig--over .zig__item--main figcaption { flex-direction: row; max-width: none; }
.zig--over .zig__item--main figcaption b { font-size: 10.5px; color: var(--pri-deep); }
.zig--over .zig__item:nth-child(even) figcaption { left: auto; right: 10px; }
.zig__text { position: sticky; top: 96px; }
.zig__text h2 { font-size: clamp(30px, 2.8vw, 46px); letter-spacing: -.035em; line-height: 1.05; margin: 0 0 12px; }
.zig__lead { font-size: 14px; color: var(--muted); line-height: 1.7; margin-bottom: 20px; }
.zig__list li { display: grid; grid-template-columns: 30px 1fr; gap: 10px; padding: 12px 0; border-top: 1px solid var(--line); }
.zig__list li:last-child { border-bottom: 1px solid var(--line); }
.zig__list li span { font-family: Inter, sans-serif; font-size: 10.5px; color: #8A94A3; padding-top: 4px; }
.zig__list li b { display: block; font-size: 15px; font-weight: 700; }
.zig__list li small { display: block; font-size: 12.5px; color: var(--muted); margin-top: 3px; line-height: 1.6; }
.zig__list li.is-main b { color: var(--pri-deep); font-size: 17px; }
@media (max-width: 1180px) { .zig__wrap { grid-template-columns: 1fr; } .zig__text { position: static; } }
@media (max-width: 768px) { .zig--over .zig__item, .zig--over .zig__item:nth-child(n) { width: 100%; margin-left: 0; margin-top: 0; } .zig--over .zig__item + .zig__item { margin-top: 20px; } }

/* 진료과목 텍스트 : 중앙 고정, 항목만 뙁뙁 */
.zig__wrap { align-items: stretch; }
.zig__text { position: sticky; top: 50vh; transform: translateY(-50%); align-self: start; padding-top: 0; }
.zig__text h2 { font-size: clamp(32px, 3vw, 50px); margin-bottom: 22px; }
.zig__list li { display: block; padding: 0; border: 0 !important; }
.zig__list li + li { margin-top: 22px; }
.zig__list li b { font-size: 20px; letter-spacing: -.025em; margin-bottom: 6px; }
.zig__list li.is-main b { font-size: 24px; }
.zig__list li p { font-size: 13.5px; line-height: 1.75; color: var(--muted); }
.zig__list li span { display: none; }
@media (max-width: 1180px) { .zig__text { top: auto; transform: none; } }

/* 진료과목 텍스트 : 스티키 해제, 사진 스택 세로 중앙에 그냥 배치 */
.zig__wrap { align-items: center; }
.zig__text { position: static; transform: none; align-self: center; }

/* About : 길게, 한 컬럼 */
.mod--about-l .about-body { display: block; max-width: 640px; }
.mod--about-l .about-body p { font-size: 14px; line-height: 1.9; }
.mod--about-l .about-body p + p { margin-top: 16px; }
.mod--about-l .about-pull { font-size: clamp(20px, 1.7vw, 28px); margin-bottom: 22px; }

/* ---- 푸터 풀블리드 ---- */
.side-1 { margin-top: 22px; }
.np { padding-bottom: 0; }
.np__footer--bleed { width: 100vw; margin-left: calc(50% - 50vw); padding: clamp(40px, 6vh, 64px) 0 28px; }
.np__footer-inner { max-width: 2200px; margin: 0 auto; padding: 0 clamp(20px, 2.6vw, 56px); display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; column-gap: clamp(28px, 3vw, 64px); }
.np__footer-col--brand .logo__text { font-size: 18px; }
.np__footer-tel { display: block; margin-top: 16px; font-size: 24px; }
.np__footer-addr { margin-top: 10px; font-size: 12.5px; line-height: 1.7; color: rgba(255,255,255,.6); }
.np__footer-h { font-size: 11px; font-weight: 700; letter-spacing: .04em; color: rgba(255,255,255,.5); margin-bottom: 10px; text-transform: uppercase; }
.np__footer-list + .np__footer-h { margin-top: 22px; }
.np__footer-list li { font-size: 12.5px; padding: 5px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.85); display: flex; gap: 12px; }
.np__footer-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.np__footer-list li span { color: rgba(255,255,255,.45); width: 72px; flex: none; }
.np__footer-links li a { color: #fff; }
.np__footer-links { margin-left: 0; display: block; }
.np__footer--bleed .np__footer-legal { max-width: 2200px; margin: 28px auto 0; padding: 18px clamp(20px, 2.6vw, 56px) 0; border-top: 1px solid rgba(255,255,255,.12); }
@media (max-width: 1180px) { .np__footer-inner { grid-template-columns: 1fr 1fr; row-gap: 28px; } }
@media (max-width: 640px) { .np__footer-inner { grid-template-columns: 1fr; } }

/* 히어로 하단 진료시간 */
.hero-hours { margin-top: clamp(28px, 4vh, 44px); padding-top: 14px; border-top: 1px solid var(--line-2); display: grid; grid-template-columns: 1fr 1.4fr; column-gap: var(--g6-gap); align-items: start; }
.hero-hours .np__kicker { grid-column: 1 / -1; }
.hero-hours .hours-tel { margin: 0; font-size: 24px; }
.hero-hours .hours { margin: 0; }
.hero-hours .hours div { padding: 6px 0; font-size: 13px; }
@media (max-width: 640px) { .hero-hours { grid-template-columns: 1fr; row-gap: 12px; } }

/* 좌측 스택 위 빈 섹션 : 헤드라인을 내려 우상단 사진이 먼저 크게 보이게 */
.void { height: clamp(140px, 24vh, 300px); }
.col-stack { gap: clamp(36px, 5vh, 56px); }
@media (max-width: 1180px) { .void { display: none; } }

/* 빈 섹션 절반 */
.void { height: clamp(70px, 12vh, 150px); }
/* 원장 사진 아래 연락 한 줄 */
.doc-contact { font-size: 14px; color: var(--muted); margin: 0 0 12px; }
.doc-contact a { color: var(--text); font-family: Inter, sans-serif; font-weight: 700; margin-left: 6px; }

/* ---- 작은 글씨 전반 상향 ---- */
.np__kicker { font-size: 11.5px; }
.mod--doc .np__quote { font-size: 16px; line-height: 1.7; color: var(--text); }
.mod--doc .hero__career { font-size: 14px; }
.mod--doc .hero__career li { padding: 7px 0; }
.mod--doc.span-3 .cutgrid__role { font-size: 14px; }
.mod--doc.span-3 .cutgrid__text small { font-size: 14px; }
.hero-hours .hours div { font-size: 14px; padding: 8px 0; }
.hero-hours .hours-tel { font-size: 26px; }
.np__deck--info { font-size: clamp(15px, 1.1vw, 18px); }
.mod--about-l .about-body p { font-size: 15px; line-height: 1.9; }
.mod--about-l .about-pull { font-size: clamp(22px, 1.8vw, 30px); }
.zig__list li p { font-size: 14.5px; line-height: 1.75; }
.zig__list li b { font-size: 21px; } .zig__list li.is-main b { font-size: 26px; }
.zig--over .zig__item figcaption { font-size: 13px; }
.faq__list summary { font-size: 15px; }
.faq__list details p, .np__cols--2f details p { font-size: 14px; }
.np .fill { font-size: 12.5px; }
.mod .location__addr { font-size: 15px; } .mod .location__addr span { font-size: 13px; }
.step b { font-size: 15px; } .step small { font-size: 13px; } .step span { font-size: 11.5px; }
.np__box--fees.span-2 .fees__table, .np__box--fees.mod .fees__table { font-size: 13.5px; }
.np__box--fees.mod .fees__table td { padding: 8px 4px; }
.np__box--fees.mod .note { font-size: 12px; }
.np__cta.span-2 h2 { font-size: clamp(22px, 1.9vw, 30px); }
.mh__side { font-size: 13px; } .mh__tag { font-size: 12px; }
.mh__gnb { font-size: 14px; }
.np__footer-list li { font-size: 13.5px; padding: 6px 0; }
.np__footer-addr { font-size: 13.5px; }
.np__footer-h { font-size: 12px; }
.np__footer--bleed .np__footer-legal { font-size: 12px; }

/* 진료시간 : 원장 사진 아래 (시험 배치) */
.hero-hours--r { margin-top: 0; margin-bottom: 18px; border-top: 0; padding-top: 0; grid-template-columns: 1fr 1.5fr; }

/* 헤드라인 행간 확실히 벌림 */
.np .mod--top h1.np__h1 { line-height: 1.3 !important; }
/* About : 제목만 */
.mod--about-l h2 { font-size: clamp(30px, 2.8vw, 46px); line-height: 1.22; letter-spacing: -.035em; margin-bottom: 22px; color: var(--text); }

/* 히어로 하단 진료시간 : 간소화 한 줄 */
.hero-hours--slim { display: flex; align-items: baseline; gap: 22px; flex-wrap: wrap; margin-top: clamp(24px, 3.4vh, 36px); padding-top: 14px; border-top: 1px solid var(--line-2); }
.hero-hours__tel { font-family: Inter, sans-serif; font-size: 22px; font-weight: 700; letter-spacing: -.02em; color: var(--text); }
.hero-hours__list { display: flex; gap: 18px; flex-wrap: wrap; font-size: 14px; color: var(--text); }
.hero-hours__list li span { color: var(--muted); margin-right: 6px; }

/* 덱 : 전화번호 동급 */
.np__deck--info a { color: var(--text); font-family: Inter, sans-serif; font-weight: 600; }
/* 진료시간 강화 */
.hero-hours--slim { display: block; }
.hero-hours__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px clamp(20px, 3vw, 48px); font-size: 15px; }
.hero-hours__list li { display: flex; align-items: baseline; gap: 12px; padding: 8px 0; border-bottom: 1px solid var(--line); }
.hero-hours__list li span { color: var(--muted); width: 84px; flex: none; margin: 0; }
.hero-hours__list li b { font-family: Inter, sans-serif; font-weight: 600; font-size: 16px; letter-spacing: -.01em; }
.hero-hours__list li em { font-style: normal; font-size: 11.5px; color: var(--pri-deep); background: var(--soft); padding: 2px 7px; margin-left: 2px; }
@media (max-width: 640px) { .hero-hours__list { grid-template-columns: 1fr; } }

.mark-inline { width: .8em; height: .8em; vertical-align: -.06em; margin-right: .3em; color: var(--pri); }

/* 진료과목 상단 워터마크 텍스트 : 크고 두껍고 은은하게, 흐름 안에서 사진을 한 칸 밀어냄 */
.zig--over { border-top: 0; padding-top: 0; }
.zig__wm { font-size: clamp(64px, 9.5vw, 190px); font-weight: 800; letter-spacing: -.05em; line-height: .95; color: #EDF3F9; margin: 0 0 clamp(-10px, -1vw, -24px); white-space: nowrap; overflow: hidden; user-select: none; }
.zig__wrap { position: relative; z-index: 1; }

/* 테스트 : 겹침 사진 모서리만 살짝 */
.zig--over .zig__item img { border-radius: 10px; }
.zig--over .zig__item { border-radius: 10px; }

/* 직선 복귀 · 워터마크 영문 우측 정렬 · 상단 구분선 복구 */
.zig--over .zig__item img, .zig--over .zig__item { border-radius: 0; }
.zig--over { border-top: 1px solid var(--line-2); padding-top: 14px; }
.zig__wm { text-align: right; font-family: Inter, sans-serif; font-weight: 800; letter-spacing: -.04em; font-size: clamp(56px, 8.4vw, 168px); }

.zig__wm { text-transform: uppercase; letter-spacing: -.03em; font-size: clamp(52px, 7.6vw, 150px); }

/* 빈 섹션 → 블루 블록 (자리 확인용) */
.void { background: var(--pri); }

/* 블루 블록 = 전화번호 */
.tel-block { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 clamp(20px, 2.2vw, 36px) 12px; color: #fff; --notch: 12px; clip-path: polygon(0 0, 100% 0, 100% 100%, calc(50% + var(--notch)) 100%, 50% calc(100% - var(--notch)), calc(50% - var(--notch)) 100%, 0 100%); }
.tel-block__label { font-size: 14px; font-weight: 600; line-height: 1.4; }
.tel-block__label small { display: block; font-size: 12px; font-weight: 400; color: rgba(255,255,255,.75); margin-top: 3px; }
.tel-block__num { font-family: Inter, sans-serif; font-size: clamp(28px, 3vw, 48px); font-weight: 800; letter-spacing: -.03em; line-height: 1; }
@media (max-width: 1180px) { .void.tel-block { display: flex; height: auto; padding: 18px 20px 28px; margin-bottom: 8px; } }
@media (max-width: 640px) { .tel-block { flex-direction: column; align-items: flex-start; gap: 8px; } }

.tel-block { justify-content: flex-start; }
.tel-block__num { font-size: clamp(40px, 4.6vw, 76px); letter-spacing: -.035em; }

.tel-block { clip-path: none; justify-content: center; padding-bottom: 0; }

.void { background: #F3F5F8; }

.mh .btn--icon { gap: 7px; padding-left: 12px; padding-right: 14px; }
.mh .btn--icon > svg { width: 15px; height: 15px; flex: none; }

.zig__wm { color: #EEF0F3; }

/* ---- 하단 재구성 ---- */
.steps-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: var(--g6-gap); }
.steps-row .step { border-top: 0; padding-top: 0; }
#faq.span-3 .faq__list details { padding: 14px 0; }
#location.span-3 .location__map { aspect-ratio: 16 / 9; }
.np__cta--wide { flex-direction: row !important; align-items: flex-end !important; justify-content: space-between; min-height: 0 !important; padding: 28px 28px 44px !important; --notch: 18px; }
.np__cta--wide h2 { font-size: clamp(24px, 2.2vw, 36px); }
/* 푸터 : 섹션 밖, 진짜 풀블리드 */
.np__footer--bleed { width: 100%; margin-left: 0; }
@media (max-width: 1180px) { .steps-row { grid-template-columns: 1fr 1fr; row-gap: 20px; } .np__cta--wide { flex-direction: column !important; align-items: flex-start !important; } }
@media (max-width: 768px) { .steps-row { grid-template-columns: 1fr; } }

/* FAQ 강화 */
#faq.span-3 .faq__list details { padding: 13px 0; }
#faq.span-3 .faq__list summary { font-size: 15.5px; font-weight: 600; }
#faq.span-3 .faq__list details p { font-size: 14px; line-height: 1.75; margin-top: 8px; max-width: 640px; }
#location.span-3 .location__map { aspect-ratio: 4 / 3; }

/* ---- FAQ : 아코디언 → 펼친 Q&A, 3단 ---- */
.qa-grid { columns: 3; column-gap: var(--g6-gap); }
.qa { break-inside: avoid; padding: 0 0 18px; margin-bottom: 18px; border-bottom: 1px solid var(--line); }
.qa h4 { font-size: 16px; font-weight: 700; letter-spacing: -.02em; line-height: 1.45; margin-bottom: 8px; }
.qa h4::before { content: "Q"; font-family: Inter, sans-serif; font-weight: 800; color: var(--pri-deep); margin-right: 8px; }
.qa p { font-size: 14px; line-height: 1.75; color: var(--muted); }
.np__box--fees.span-3 .fees__table { font-size: 14px; }
@media (max-width: 1180px) { .qa-grid { columns: 2; } }
@media (max-width: 640px) { .qa-grid { columns: 1; } }

/* Q&A : Q 마크 제거, 질문을 진료과목 제목급으로 시원하게 */
.qa h4::before { content: none; }
.qa h4 { font-size: clamp(22px, 1.9vw, 30px); letter-spacing: -.03em; line-height: 1.25; margin-bottom: 12px; }
.qa p { font-size: 14.5px; }
.qa { padding-bottom: 26px; margin-bottom: 26px; }

/* FAQ : 거대 섹션 제목 + 항목 제목은 진료과목 항목급 */
.faq__title { font-size: clamp(32px, 3vw, 50px); letter-spacing: -.035em; line-height: 1.05; margin: 4px 0 28px; }
.qa h4 { font-size: 21px; letter-spacing: -.025em; line-height: 1.35; margin-bottom: 8px; }
.qa p { font-size: 14.5px; }
.qa { padding-bottom: 20px; margin-bottom: 20px; }

/* FAQ : 제목 아래 여유, 열 계단식 */
.faq__title { margin-bottom: clamp(40px, 5vh, 64px); }
.qa-grid--stair { columns: auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: var(--g6-gap); align-items: start; }
.qa-col:nth-child(2) { padding-top: clamp(40px, 6vh, 80px); }
.qa-col:nth-child(3) { padding-top: clamp(80px, 12vh, 160px); }
@media (max-width: 1180px) { .qa-grid--stair { grid-template-columns: 1fr 1fr; } .qa-col:nth-child(3) { grid-column: 1 / -1; padding-top: 0; columns: 2; column-gap: var(--g6-gap); } }
@media (max-width: 640px) { .qa-grid--stair { grid-template-columns: 1fr; } .qa-col:nth-child(n) { padding-top: 0; columns: 1; } }

/* 계단 역방향 : 3열 맨 위, 1열 맨 아래. 크게 */
.qa-col:nth-child(1) { padding-top: clamp(160px, 20vh, 300px); }
.qa-col:nth-child(2) { padding-top: clamp(80px, 10vh, 150px); }
.qa-col:nth-child(3) { padding-top: 0; }
@media (max-width: 1180px) { .qa-col:nth-child(1), .qa-col:nth-child(2) { padding-top: 0; } }

/* 계단 방향 재역전 : 1열 위, 3열 아래 (300) */
.qa-col:nth-child(1) { padding-top: 0; }
.qa-col:nth-child(2) { padding-top: clamp(80px, 10vh, 150px); }
.qa-col:nth-child(3) { padding-top: clamp(160px, 20vh, 300px); }
@media (max-width: 1180px) { .qa-col:nth-child(3) { padding-top: 0; } }
/* 섹션 구분선 ↔ 내용 간격 확대 */
@media (min-width: 769px) {
  :root { --g6-row: clamp(48px, 7vh, 88px); }
  .mod { padding-top: clamp(28px, 3.2vh, 44px); }
  .mod--top, .mod--doc { padding-top: 0; }
  .zig.mod { padding-top: clamp(28px, 3.2vh, 44px); }
}
/* 공간 · FAQ 아래 사진 3장 */
.space__title { font-size: clamp(32px, 3vw, 50px); letter-spacing: -.035em; line-height: 1.05; margin: 0 0 clamp(28px, 3.4vh, 44px); }
.space__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: var(--g6-gap); }
.space__grid figure { margin: 0; }
.space__grid img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.space__grid figcaption { margin-top: 12px; font-size: 14px; color: var(--text); font-weight: 600; }
.space__grid figcaption b { font-family: Inter, sans-serif; font-weight: 500; font-size: 12px; color: var(--muted); margin-right: 10px; }
@media (max-width: 768px) { .space__grid { grid-template-columns: 1fr; row-gap: 20px; } }
.space__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
/* 영업정보 행 (푸터에서 승격) · CTA 위 */
.info-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: var(--g6-gap); }
.info-h { font-size: 15px; font-weight: 700; letter-spacing: -.01em; margin-bottom: 12px; }
.info-list li { font-size: 13.5px; padding: 7px 0; border-top: 1px solid var(--line); display: flex; gap: 12px; }
.info-list li:last-child { border-bottom: 1px solid var(--line); }
.info-list li span { color: var(--muted); width: 84px; flex: none; }
.np__footer-inner { grid-template-columns: 2fr 1fr; }
@media (max-width: 768px) { .info-row { grid-template-columns: 1fr; row-gap: 24px; } }
.space__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 768px) { .space__grid { grid-template-columns: 1fr; } }
/* 공간 · 매거진 배치: 단체샷 크게, 작은 컷은 좌상·우하 귀퉁이에 흰 테두리로 겹침 */
.space__mag { position: relative; padding: 7% 0; }
.space__mag figure { margin: 0; }
.space__mag img { display: block; width: 100%; object-fit: cover; }
.space__big { margin: 0 6% 0 10%; }
.space__big img { aspect-ratio: 16 / 9; }
.space__sm { position: absolute; width: 30%; border: 10px solid #fff; z-index: 2; }
.space__sm img { aspect-ratio: 4 / 3; }
.space__sm--tl { top: 0; left: 0; }
.space__sm--br { bottom: 0; right: 0; }
@media (max-width: 768px) {
  .space__mag { padding: 0; }
  .space__big { margin: 0; }
  .space__sm { position: static; width: 100%; border: 0; margin-top: 12px; }
}
/* 공간 · 계단 배치: 좌상 작은컷 | 가운데 단체샷 | 우하 작은컷 · 겹침 없음 */
.space__stag { display: grid; grid-template-columns: 1.1fr 2.8fr 1.1fr; grid-template-rows: 1fr 1fr; column-gap: var(--g6-gap); }
.space__stag figure { margin: 0; }
.space__stag img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.space__stag .space__sm { position: static; width: auto; border: 0; }
.space__sm--tl { grid-column: 1; grid-row: 1; align-self: start; }
.space__big { grid-column: 2; grid-row: 1 / 3; margin: 0; }
.space__sm--br { grid-column: 3; grid-row: 2; align-self: end; }
@media (max-width: 768px) { .space__stag { grid-template-columns: 1fr; grid-template-rows: auto; row-gap: 12px; } .space__sm--tl, .space__big, .space__sm--br { grid-column: 1; grid-row: auto; } }
/* 영업정보를 지도·비급여 아래로 분산 + 소형 텍스트 전반 상향 */
.info-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: var(--g6-gap); margin-top: clamp(28px, 3.4vh, 44px); }
.info-col--first { margin-top: clamp(28px, 3.4vh, 44px); }
.info-h { font-size: 16px; }
.info-list li { font-size: 14.5px; padding: 8px 0; }
.info-list li span { width: 92px; }
.mod .location__map { aspect-ratio: 16 / 10; }
.mod .location__addr { font-size: 17px; line-height: 1.6; } .mod .location__addr span { font-size: 14.5px; }
.np__kicker { font-size: 12.5px; }
.np__box--fees.span-3 .fees__table { font-size: 15px; } .np__box--fees.mod .fees__table td { padding: 9px 4px; }
.np__box--fees.mod .note { font-size: 13px; line-height: 1.7; }
.mod--doc .np__quote { font-size: 17px; } .mod--doc .hero__career { font-size: 14.5px; }
.cutgrid__text small, .cutgrid__role { font-size: 12.5px; }
.zig__list li p { font-size: 15px; }
.qa p { font-size: 15px; }
.mh__side { font-size: 13.5px; } .mh__tag { font-size: 12.5px; } .mh__side em { font-size: 11.5px; }
.hero-hours__list li em { font-size: 12px; }
.np__footer-list li, .np__footer-addr { font-size: 14px; } .np__footer--bleed .np__footer-legal { font-size: 12.5px; }
@media (max-width: 768px) { .info-grid { grid-template-columns: 1fr; row-gap: 20px; } }
/* 하단 정리: 지도(지도+주소만) | 비급여(표+주석만) → 영업정보 3열 → CTA */
.info-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: var(--g6-gap); }
.info-list li em { font-style: normal; font-size: 12px; color: var(--pri-deep); background: var(--soft); padding: 2px 7px; margin-left: 4px; }
.mod .location__map { aspect-ratio: 16 / 9; margin-bottom: 16px; }
.mod .location__addr { font-size: 17px; }
.np__box--fees.mod .fees__table { margin-top: 0; }
.np__box--fees.mod .note { margin-top: 14px; }
@media (max-width: 768px) { .info-row { grid-template-columns: 1fr; row-gap: 24px; } }
/* 지도 | 안내(진료시간·처음·주차) 나란히 · 비급여는 모달 */
.info-side .info-col + .info-col { margin-top: clamp(24px, 3vh, 36px); }
.info-side .np__kicker { margin-bottom: 10px; }
.info-fees { margin-top: clamp(24px, 3vh, 36px); }
.link-btn { border: 0; background: none; padding: 0; font: inherit; font-size: 14.5px; font-weight: 600; color: var(--text); text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.link-btn small { font-weight: 400; color: var(--muted); font-size: 12px; margin-left: 4px; }
.fees-dialog { border: 0; padding: 0; max-width: min(640px, calc(100vw - 32px)); width: 100%; background: #fff; color: var(--text); }
.fees-dialog::backdrop { background: rgba(20,33,61,.55); }
.fees-dialog__inner { position: relative; padding: 32px 32px 28px; }
.fees-dialog .np__kicker { margin-bottom: 16px; }
.fees-dialog .fees__table { width: 100%; font-size: 15px; border-top: 1px solid var(--text); }
.fees-dialog .fees__table td { padding: 11px 4px; }
.fees-dialog .fees__table td:last-child { text-align: right; font-family: Inter, sans-serif; font-weight: 600; white-space: nowrap; }
.fees-dialog .note { margin-top: 16px; font-size: 13px; color: var(--muted); line-height: 1.7; }
.fees-dialog__close { position: absolute; top: 12px; right: 14px; width: 36px; height: 36px; border: 0; background: none; font-size: 26px; line-height: 1; color: var(--muted); cursor: pointer; }
.fees-dialog__close:hover { color: var(--text); }
.fees-dialog { margin: auto; inset: 0; }
/* 푸터 = CTA 흡수 · 강조 */
.np__footer--bleed { padding: clamp(56px, 8vh, 96px) 0 28px; }
.np__footer-inner { display: block; }
.np__footer-cta { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; flex-wrap: wrap; padding-bottom: clamp(40px, 6vh, 72px); border-bottom: 1px solid rgba(255,255,255,.18); margin-bottom: clamp(36px, 5vh, 56px); }
.np__footer-cta h2 { font-size: clamp(34px, 3.6vw, 64px); line-height: 1.12; letter-spacing: -.04em; color: #fff; font-weight: 800; }
.np__footer-cta .hero__actions { margin: 0; gap: 10px; }
.np__footer-cta .btn { height: 48px; font-size: 15px; padding: 0 22px; }
.np__footer-cta .btn--white { background: #fff; color: var(--text); border-color: #fff; }
.np__footer-cta .btn--light { color: #fff; border-color: rgba(255,255,255,.45); }
.np__footer-cols { display: grid; grid-template-columns: 2fr 1fr 1fr; column-gap: clamp(28px, 3vw, 64px); }
.np__footer-col--brand .logo__text { font-size: 20px; }
.np__footer-addr { margin-top: 14px; font-size: 14.5px; }
.np__footer-h { font-size: 12.5px; }
.np__footer-list li { font-size: 14.5px; padding: 7px 0; }
.np__footer-list li span { width: 84px; }
@media (max-width: 1180px) { .np__footer-cols { grid-template-columns: 1fr 1fr; row-gap: 28px; } }
@media (max-width: 640px) { .np__footer-cols { grid-template-columns: 1fr; } .np__footer-cta h2 { font-size: 30px; } .np__footer-cta .hero__actions { width: 100%; } .np__footer-cta .btn { flex: 1 1 auto; } }
@media (min-width: 769px) { .np { padding-bottom: clamp(56px, 8vh, 96px); } }
/* 푸터: CTA 없이 정보만 크게 */
.np__footer-col--brand .logo__mark { width: 26px; height: 26px; }
.np__footer-col--brand .logo__text { font-size: 24px; }
.np__footer-tel { display: block; margin-top: 22px; font-size: clamp(30px, 2.6vw, 44px); font-weight: 800; letter-spacing: -.03em; line-height: 1; }
.np__footer-addr { margin-top: 16px; font-size: 15px; line-height: 1.75; }
.np__footer-cols { column-gap: clamp(40px, 4vw, 96px); }
.np__footer--bleed .np__footer-legal { margin-top: clamp(40px, 6vh, 64px); }
/* ===== 모바일: 일반 페이지 문법 (PC 불변) ===== */
@media (max-width: 768px) {
  .np { padding-top: 76px; }
  .g6 { margin-top: 8px; row-gap: 40px; }
  .mod { padding-top: 20px; }
  .mod--top, .mod--doc { padding-top: 0; }
  .mod--top .np__h1 { margin-top: 0; }
  /* 진료과목: 제목·항목 먼저, 사진은 2×2 */
  .zig__wm { display: none; }
  .zig__wrap { display: flex; flex-direction: column; }
  .zig__text { order: 1; }
  .zig__grid { order: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; padding-bottom: 0; }
  .zig--over .zig__item, .zig--over .zig__item:nth-child(n) { width: auto; margin: 0; border: 0; }
  .zig--over .zig__item + .zig__item { margin-top: 0; }
  .zig__item figcaption { position: static; margin-top: 8px; font-size: 13px; }
  /* FAQ: 계단 해제 */
  .qa-col:nth-child(1), .qa-col:nth-child(2), .qa-col:nth-child(3) { padding-top: 0; }
  .qa-grid--stair { row-gap: 0; }
  .faq__title { margin-bottom: 24px; }
  /* 공간: 큰 컷 먼저 */
  .space__big { order: -1; }
  .space__stag { row-gap: 12px; }
}
@media (max-width: 768px) {
  .zig--over .zig__item figcaption { position: absolute; left: 0; bottom: 0; transform: none; padding: 4px 8px; font-size: 11.5px; }
  .zig--over .zig__item { z-index: auto; }
}
@media (max-width: 768px) { .np { padding-top: 20px; } }
@media (max-width: 768px) {
  .zig--over .zig__grid, .zig .zig__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0; margin-top: 28px; }
  .zig--over .zig__item, .zig--over .zig__item:nth-child(n) { width: auto; margin: 0 !important; }
  .zig--over .zig__item img { aspect-ratio: 1 / 1; object-fit: cover; }
}
/* 주소에 치아 마크 */
.location__addr--mark { display: grid; grid-template-columns: auto 1fr; column-gap: 12px; align-items: start; }
.location__addr--mark .np__deck-mark { width: 18px; height: 18px; color: var(--pri); margin-top: 4px; grid-row: 1 / 3; }
.location__addr--mark b { font-weight: 700; }
.location__addr--mark br { display: none; }
.location__addr--mark span { grid-column: 2; display: block; margin-top: 2px; }
/* 모바일 순서: 원장 얼굴 → 카피 → 원장 인용·약력 → About → … */
@media (max-width: 768px) {
  .col-stack, .mod--doc { display: contents; }
  .mod--doc .cutgrid { order: 1; margin: 0; }
  .mod--top { order: 2; }
  .mod--doc .np__quote { order: 3; margin: 0; }
  .mod--doc .hero__career { order: 4; margin-top: -22px; }
  .mod--about { order: 5; }
  #services { order: 6; } #faq { order: 7; } #space { order: 8; } #location { order: 9; } #info { order: 10; }
}
/* 모바일: 헤드라인 → 얼굴 → 나머지 카피 */
@media (max-width: 768px) {
  .mod--top { display: contents; }
  .mod--top .np__h1 { order: 0; margin: 0; }
  .mod--doc .cutgrid { order: 1; }
  .mod--top .np__deck--info { order: 2; margin: -8px 0 0; }
  .mod--top .hero-hours { order: 3; margin-top: -16px; }
  .mod--doc .np__quote { order: 4; }
  .mod--doc .hero__career { order: 5; }
  .mod--about { order: 6; }
}
/* 모바일: 헤드라인 → 얼굴 → 인용·약력 → 역·진료시간 */
@media (max-width: 768px) {
  .mod--doc .np__quote { order: 2; margin-top: -16px; }
  .mod--doc .hero__career { order: 3; }
  .mod--top .np__deck--info { order: 4; margin: 0; }
  .mod--top .hero-hours { order: 5; }
}
/* 모바일 공간: 큰 컷 1장 + 작은 컷 2장 나란히 */
@media (max-width: 768px) {
  .space__stag { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; column-gap: 10px; row-gap: 10px; }
  .space__big { grid-column: 1 / -1; grid-row: 1; order: 0; }
  .space__sm--tl { grid-column: 1; grid-row: 2; }
  .space__sm--br { grid-column: 2; grid-row: 2; }
}
/* 모바일 FAQ: 아코디언 (PC는 펼침 유지) */
@media (max-width: 768px) {
  .qa { border-top: 1px solid var(--line); padding: 0; margin: 0; }
  .qa-col:last-child .qa:last-child { border-bottom: 1px solid var(--line); }
  .qa h4 { position: relative; margin: 0; padding: 16px 36px 16px 0; font-size: 17px; cursor: pointer; }
  .qa h4::after { content: ""; position: absolute; right: 4px; top: 50%; width: 10px; height: 10px; border-right: 1.5px solid var(--muted); border-bottom: 1.5px solid var(--muted); transform: translateY(-70%) rotate(45deg); transition: transform .25s; }
  .qa.is-open h4::after { transform: translateY(-30%) rotate(-135deg); }
  .qa p { display: none; margin: 0; padding: 0 0 18px; }
  .qa.is-open p { display: block; }
  .faq__title { margin-bottom: 12px; }
}
/* 모바일 푸터: 위 여백 */
@media (max-width: 768px) {
  .np { padding-bottom: 48px; }
  .np__footer--bleed { padding-top: 56px; }
  .np__footer-cols { row-gap: 32px; }
}
/* 모바일: 토글 3줄 균일 · 탭바 정리 · 컷선 얇게 */
@media (max-width: 768px) {
  .nav-toggle { gap: 6px; align-items: center; padding: 0; }
  .nav-toggle span, .nav-toggle span:nth-child(1), .nav-toggle span:nth-child(2), .nav-toggle span:nth-child(3) { width: 22px; height: 2px; border-radius: 0; }
  .tabbar a, .tabbar__pri { height: auto; clip-path: none; padding: 6px 0 4px; gap: 4px; font-size: 11px; --notch: 0; }
  .tabbar svg, .tabbar__pri svg { width: 22px; height: 22px; flex: none; }
  .tabbar__pri { color: var(--pri-deep); }
  .cutgrid .cut[style*="height:14px"] { height: 8px !important; }
  .cutgrid .cut[style*="width:14px"] { width: 8px !important; }
}
/* 모바일 풀스크린 메뉴: 흰 바탕, 본문 톤 */
@media (max-width: 768px) {
  .nav { background: #fff; color: var(--text); justify-content: flex-start; padding: 100px 20px 40px; transform: none; opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s; }
  .nav.is-open { opacity: 1; visibility: visible; }
  .nav__links a { display: flex; align-items: center; justify-content: space-between; gap: 0; font-size: 22px; font-weight: 700; letter-spacing: -.03em; padding: 18px 0; border-top: 1px solid var(--line); color: var(--text); }
  .nav__links a:last-child { border-bottom: 1px solid var(--line); }
  .nav__links a span { order: 2; font-family: Inter, sans-serif; font-size: 12px; font-weight: 500; color: var(--muted); opacity: 1; }
  .nav__foot { margin-top: 28px; font-size: 14px; color: var(--muted); line-height: 1.8; }
  .header.is-menu-open { color: var(--text); background: #fff; }
  .header.is-menu-open .logo__text { color: var(--text); }
  .header.is-menu-open .nav-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .header.is-menu-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .header.is-menu-open .nav-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .nav-toggle span { transition: transform .25s, opacity .2s; }
}
/* 태블릿: 좌측 정보 숨겨도 로고는 가운데 유지 */
@media (min-width: 769px) and (max-width: 1180px) { .mh { grid-template-columns: 1fr auto 1fr; } .mh__side--l { display: block; visibility: hidden; } }
