
:root{
  --navy:#10395f; --navy-deep:#082e4e; --blue:#87c8f4;
  --ink:#15283a; --muted:#687887; --line:#e2e9ef; --soft:#f4f8fb;
  --warm:#faf9f6; --white:#fff; --shadow:0 22px 60px rgba(16,52,82,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Pretendard","Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",sans-serif;color:var(--ink);line-height:1.65;letter-spacing:-.025em;background:#fff}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.container{width:min(1380px,calc(100% - 120px));margin:0 auto}

/* HEADER */
header{height:94px;background:#fff;border-bottom:1px solid #eef2f5;display:flex;align-items:center;position:sticky;top:0;z-index:50}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;white-space:nowrap;flex:0 0 auto}
.brand img{display:block;width:600px;height:82px;max-width:none;object-fit:cover;object-position:center center}
.mobile-logo{display:none!important}
nav{display:flex;align-items:center;gap:33px;font-size:17px;font-weight:800;color:#283b4d;white-space:nowrap}
nav a{position:relative;padding:10px 0}
nav a:not(.reserve):after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:2px;background:#4b8fbe;transition:.2s}
nav a:hover:after{right:0}
.reserve{background:#123f6b;color:#fff!important;padding:13px 20px!important;border-radius:999px}
.menu-button{display:none;border:0;background:none;font-size:26px;color:#173e60}

/* HERO — 기존 선호 화면 방향 유지 */
.hero{position:relative;height:calc(100vh - 94px);min-height:760px;max-height:900px;overflow:hidden;background:#173952}
.hero-photo{position:absolute;inset:0;background-image:url("/assets/a1d8d527ba19fe1545e1e0d0df65f864c5761b5686125e3f3473398158071fea.png");background-repeat:no-repeat;background-size:94% auto;background-position:right 30%}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,37,61,.96) 0%,rgba(8,43,69,.84) 28%,rgba(15,49,74,.56) 50%,rgba(20,52,75,.20) 70%,rgba(12,38,58,.05) 100%)}
.hero-overlay:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,26,42,.03),rgba(7,26,42,.13))}
.hero-inner{position:relative;z-index:2;height:100%;display:flex;align-items:center}
.hero-copy{width:625px;color:#fff}
.eyebrow{display:inline-flex;align-items:center;min-height:44px;padding:0 32px;border-radius:999px;background:rgba(255,255,255,.95);color:#367ab4;font-size:16px;font-weight:690;margin-bottom:42px;box-shadow:0 8px 24px rgba(9,39,61,.07)}
.hero h1{font-size:64px;line-height:1.15;letter-spacing:-.065em;margin:0;font-weight:900;text-shadow:0 3px 16px rgba(0,0,0,.12)}
.hero h1 span{display:block;color:#94cef7;margin-top:8px}
.hero-desc{margin:30px 0 0;font-size:22px;line-height:1.72;color:rgba(255,255,255,.95);font-weight:520}
.hero-actions{display:flex;gap:18px;margin-top:46px}
.hero-btn{min-width:164px;height:62px;border:2px solid rgba(255,255,255,.92);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:17px;font-weight:830}
.hero-btn.primary{background:#fff;color:#143e61}
.hero-btn.secondary{background:rgba(255,255,255,.04);color:#fff;backdrop-filter:blur(4px)}
.hero-proof{margin-top:54px;padding-top:25px;position:relative;color:rgba(255,255,255,.78);font-size:15px;font-weight:650}
.hero-proof:before{content:"";position:absolute;top:0;left:0;width:48px;height:1px;background:rgba(255,255,255,.65)}

/* COMMON */
section.content{padding:112px 0}
.kicker{font-size:12px;letter-spacing:.14em;color:#3977a8;font-weight:900;margin-bottom:15px}
.title{margin:0;font-size:43px;line-height:1.27;letter-spacing:-.055em;color:#142e44}
.desc{margin:18px 0 0;max-width:750px;font-size:17px;color:var(--muted)}
.section-row{display:flex;align-items:end;justify-content:space-between;gap:32px}
.text-link{font-size:14px;color:#34739f;font-weight:850;white-space:nowrap}

/* PHILOSOPHY */
.philosophy{background:#fff}
.philosophy-head{display:grid;grid-template-columns:1.05fr .95fr;gap:90px;align-items:end}
.mission{font-size:27px;line-height:1.55;font-weight:830;color:#153f63}
.values{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:54px}
.value{border:1px solid var(--line);border-radius:24px;padding:31px 30px 34px;background:#fff}
.value-num{font-size:12px;color:#4d86b1;font-weight:900;letter-spacing:.08em}
.value h3{font-size:21px;margin:17px 0 8px}
.value p{margin:0;color:#6b7986;font-size:15px}


/* HISTORY */
.history{background:#0e3556;color:#fff;padding:88px 0 86px}
.history .kicker{color:#9bcff1;margin-bottom:13px}
.history-head{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:38px}
.history-title{margin:0;font-size:39px;line-height:1.24;letter-spacing:-.05em;color:#fff}
.history-note{max-width:620px;margin:0;color:#d7e5ee;font-size:17px;line-height:1.78}
.history-note .nowrap{white-space:nowrap}
.history-year b{font-weight:850;color:#fff}
.history-years{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.24);border-bottom:1px solid rgba(255,255,255,.24)}
.history-year{padding:30px 34px 31px;min-height:142px;position:relative}
.history-year+ .history-year{border-left:1px solid rgba(255,255,255,.20)}
.history-year strong{display:block;font-size:31px;line-height:1;color:#9bd0f3;letter-spacing:-.03em;margin-bottom:15px}
.history-year span{display:block;font-size:16px;line-height:1.62;color:#fff;font-weight:650}
.history-closing{margin-top:28px;font-size:21px;line-height:1.55;font-weight:800;color:#fff}
@media(max-width:840px){
  .history{padding:68px 0 66px}
  .history-head{display:block;margin-bottom:30px}
  .history-title{font-size:33px}
  .history-note{margin-top:19px;font-size:15px}
  .history-years{grid-template-columns:1fr}
  .history-year{padding:23px 4px;min-height:0}
  .history-year+ .history-year{border-left:0;border-top:1px solid rgba(255,255,255,.18)}
  .history-year strong{font-size:27px;margin-bottom:10px}
  .history-year span{font-size:14px}
  .history-closing{font-size:19px;margin-top:24px}
}

/* DIRECTOR */
.director{background:var(--soft)}
.director-grid{display:grid;grid-template-columns:.83fr 1.17fr;gap:80px;align-items:center}
.director-photo{height:620px;border-radius:30px;overflow:hidden;background:#e8eef2;box-shadow:var(--shadow)}
.director-photo img{width:100%;height:100%;object-fit:cover;object-position:center 27%}
.director-quote{font-size:27px;line-height:1.5;color:#163f62;font-weight:840;margin:27px 0 24px}
.director-copy p{font-size:16px;color:#61717e;margin:0 0 14px}
.director-meta{display:flex;gap:28px;margin-top:30px;padding-top:23px;border-top:1px solid #dce4ea;font-size:14px}
.director-meta b{color:#153d60}
.director-meta span{color:#788692}

/* TREATMENTS */
.treatments{background:#fff}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:45px}
.card{border:1px solid var(--line);border-radius:22px;padding:28px 28px 30px;min-height:215px;background:#fff;transition:.2s}
.card:hover{transform:translateY(-4px);box-shadow:0 12px 34px rgba(21,57,87,.09)}
.tag{display:inline-flex;padding:6px 10px;border-radius:8px;background:#eef6fb;color:#326e9d;font-size:12px;font-weight:850}
.card h3{font-size:21px;margin:18px 0 9px}
.card p{margin:0 0 20px;color:#6c7a87;font-size:15px}
.card-go{font-size:13px;color:#173d5e;font-weight:850}

/* EXPLANATION */
.explanation{padding:0;background:#0e3556;color:#fff}
.explain-grid{display:grid;grid-template-columns:1.18fr .82fr;min-height:650px}
.explain-photo{position:relative;overflow:hidden}
.explain-photo img{width:100%;height:100%;object-fit:cover;object-position:center}
.explain-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(14,53,86,0) 58%,rgba(14,53,86,.9) 100%)}
.explain-copy{display:flex;flex-direction:column;justify-content:center;padding:68px 7vw 68px 64px}
.explain-copy .kicker{color:#9ed0f1}
.explain-copy .title{color:#fff;font-size:34px;line-height:1.38;margin:10px 0 0}
.explain-copy .desc{color:#cadbe7}
.mini-points{display:grid;gap:16px;margin-top:34px}
.mini{padding-left:18px;border-left:2px solid #79bce9}
.mini b{display:block;font-size:16px}
.mini span{display:block;color:#b9cfdd;font-size:13px;margin-top:3px}
.explanation .explain-grid{grid-template-columns:1.12fr .88fr;min-height:650px}
.explanation .explain-copy{padding:72px 6vw 72px 58px;justify-content:center}
.explanation .core-values{display:flex;flex-direction:column;gap:0;margin-top:28px;border-top:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18)}
.explanation .core-value{display:grid;grid-template-columns:44px 1fr;align-items:start;column-gap:12px;padding:15px 0;border:none;border-bottom:1px solid rgba(255,255,255,.12);border-radius:0;background:transparent}
.explanation .core-value:last-child{border-bottom:none}
.explanation .core-value-num{font-size:12px;line-height:1.3;color:#91c9ee;font-weight:900;letter-spacing:.08em;margin-top:5px;margin-bottom:0}
.explanation .core-value b{display:block;color:#fff;font-size:16.5px;line-height:1.58;margin:0;font-weight:700}
.explanation .core-value span{display:none}

/* KNOWLEDGE FAQ */
.knowledge{background:var(--warm)}
.knowledge-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:72px;align-items:start}
.search-box{margin-top:30px;height:56px;border-radius:16px;background:#fff;border:1px solid #dde5eb;display:flex;align-items:center;padding:0 18px;color:#84919d;font-size:14px}
.topic-chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}
.chip{padding:8px 11px;border-radius:999px;background:#fff;border:1px solid #e0e7ed;font-size:12px;color:#526575}
.faq-list{border-top:1px solid #dfe5ea}
.faq-item{display:flex;justify-content:space-between;gap:20px;padding:23px 2px;border-bottom:1px solid #dfe5ea}
.faq-item b{font-size:16px}
.plus{color:#4f83a9;font-size:21px}
.faq-more{display:inline-flex;margin-top:22px;color:#2f6f9e;font-weight:850;font-size:14px}

/* COLUMN */
.columns{background:#fff}
.column-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px}
.column{border-radius:22px;background:#f7f9fb;padding:28px;min-height:230px;border:1px solid #e7ebef}
.column-cat{font-size:12px;font-weight:850;color:#4c82a8}
.column h3{font-size:20px;line-height:1.45;margin:16px 0 13px}
.column p{margin:0;color:#6b7985;font-size:15px}
.column-date{margin-top:25px;font-size:12px;color:#96a1aa}

/* SURGERY */
.surgery{position:relative;padding:0;overflow:hidden;background:#0a1622}
.surgery:before{content:"";position:absolute;inset:0;background-image:var(--surgery-bg);background-size:cover;background-position:left center;filter:grayscale(1) brightness(.78) contrast(1.03);transform:scale(1.03)}
.surgery:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,21,34,.74) 0%,rgba(8,21,34,.62) 34%,rgba(8,21,34,.44) 55%,rgba(8,21,34,.74) 100%)}
.surgery-wrap{position:relative;z-index:2;display:grid;grid-template-columns:minmax(320px,.78fr) minmax(0,1.22fr);gap:52px;align-items:center;min-height:600px;width:min(1240px,calc(100% - 120px));margin:0 auto;padding:64px 0}
.surgery-visual{display:flex;justify-content:flex-start}
.surgery-card{width:min(420px,100%);height:500px;border-radius:28px;overflow:hidden;background:#09111a;box-shadow:0 24px 60px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.18)}
.surgery-card img{width:100%;height:100%;object-fit:cover;object-position:center center}
.surgery-copy{padding:18px 0;color:#fff;max-width:520px}
.surgery-copy .kicker{color:#c8d8e5}
.surgery-copy .title{color:#fff;font-size:41px;line-height:1.28;margin-bottom:18px}
.surgery-copy p{color:#dce5eb;font-size:17px;max-width:500px}
@media(max-width:840px){
  .surgery-wrap{grid-template-columns:1fr;width:calc(100% - 40px);gap:28px;min-height:0;padding:44px 0}
  .surgery-visual{justify-content:center}
  .surgery-card{height:430px;max-width:420px}
  .surgery-copy{padding:0 0 20px}
}
@media(max-width:560px){
  .surgery-card{height:360px}
}

/* VISIT */
.visit{background:#f2f6f8}
.visit-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:24px;margin-top:42px}
.box{background:#fff;border-radius:24px;border:1px solid #e0e7ec;padding:32px}
.box h3{margin:0 0 18px;font-size:21px}
.address{font-size:19px;color:#153f62;font-weight:850}
.muted{font-size:15px;color:#73808c}
.map{margin-top:22px;border-radius:17px;border:1px solid #dce5eb;background:#fff;overflow:hidden}
.map img{width:100%;height:auto;display:block}
.map-links{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}
.map-link{min-height:46px;border:1px solid #cbd8e2;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:820;color:#29465f;background:#fff}
.map-link.primary{background:#123f6b;border-color:#123f6b;color:#fff}
.map-link:hover{filter:brightness(.98)}
.hour{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid #edf0f2;font-size:15px}
.hour b{color:#163e60}
.hour.sunday,.hour.sunday b{color:#3F7FAE}
.hour.thursday,.hour.thursday b{color:#B94A48}
.notice{margin-top:18px;padding:15px 16px;border-radius:14px;background:#f4f7f9;color:#697987;font-size:14px;line-height:1.65}

/* FOOTER */
footer{background:#0d304f;color:#dbe6ee;padding:46px 0}
.footer-inner{display:flex;justify-content:space-between;gap:40px;align-items:flex-end}
.footer-logo{font-size:27px;font-weight:900;color:#fff}
.footer-sub{font-size:14px;color:#a9bfce;margin-top:7px}
.footer-meta{font-size:13px;color:#9eb5c5;text-align:right}
.mobile-cta{display:none}

/* RESPONSIVE */
@media(max-width:1150px){
  .container{width:min(100% - 54px,1100px)}
  nav{gap:20px;font-size:15px}
  .brand .desktop-logo{width:470px;height:68px;max-width:none;object-fit:cover;object-position:center center}
  .hero-photo{background-size:cover;background-position:58% center}
  .hero-copy{width:570px}
}
@media(max-width:840px){
  header{height:74px} nav{display:none} .menu-button{display:block}
  .container{width:calc(100% - 40px)}
  .brand .desktop-logo{display:none!important}
  .brand .mobile-logo{display:block!important;width:auto;height:56px;max-width:calc(100vw - 96px);object-fit:contain;object-position:left center}
  .hero{height:700px;min-height:0;max-height:none}
  .hero-photo{background-size:cover;background-position:61% center}
  .hero-overlay{background:linear-gradient(180deg,rgba(8,37,60,.15) 0%,rgba(8,37,60,.30) 37%,rgba(7,34,56,.93) 76%,rgba(7,34,56,.98) 100%)}
  .hero-inner{align-items:flex-end;padding-bottom:54px}
  .hero-copy{width:100%}
  .eyebrow{min-height:35px;padding:0 17px;font-size:12px;margin-bottom:20px}
  .hero h1{font-size:43px} .hero-desc{font-size:16px;margin-top:18px}
  .hero-actions{margin-top:27px} .hero-btn{height:50px;min-width:132px;font-size:14px}
  .hero-proof{margin-top:29px}
  section.content{padding:78px 0}
  .title{font-size:34px}
  .philosophy-head,.director-grid,.knowledge-grid,.visit-grid{grid-template-columns:1fr}
  .philosophy-head{gap:30px} .values,.cards,.column-cards{grid-template-columns:1fr 1fr}
  .director-photo{height:520px;max-width:520px}
  .explain-grid{grid-template-columns:1fr} .explain-photo{height:420px}
  .explain-photo:after{background:linear-gradient(180deg,rgba(14,53,86,0) 70%,rgba(14,53,86,.78) 100%)}
  .explain-copy{padding:58px 32px}
  .surgery-wrap{grid-template-columns:1fr;min-height:0}
  .surgery-visual{padding:0;background:#0f141a;justify-content:center}
  .surgery-visual img{width:100%;height:360px;max-height:none;object-fit:cover;object-position:center}
  .surgery-copy{padding:42px 28px 48px;background:linear-gradient(180deg,#142131,#101a25)}
  .footer-inner{display:block} .footer-meta{text-align:left;margin-top:18px}
  .mobile-cta{display:grid;grid-template-columns:1fr 1fr;position:fixed;left:0;right:0;bottom:0;z-index:60;height:58px;box-shadow:0 -8px 28px rgba(9,38,60,.15)}
  .mobile-cta a{display:flex;align-items:center;justify-content:center;font-weight:850;font-size:14px}
  .mobile-cta .call{background:#fff;color:#123b5d} .mobile-cta .booking{background:#123d66;color:#fff}
  footer{padding-bottom:105px}
}
@media(max-width:560px){
  .values,.cards,.column-cards{grid-template-columns:1fr}
  .hero{height:650px} .hero h1{font-size:38px}
  .hero-actions{gap:10px} .hero-btn{flex:1;min-width:0}
  .mission{font-size:22px} .director-photo{height:460px}
  .explain-photo{height:330px} .explain-copy{padding:48px 20px}
  .surgery-wrap{height:auto}
}


/* DIRECTOR STORY + HISTORY — 2026-09-14 final candidate */
.director-story{background:var(--soft)}
.director-story .director{background:var(--soft);padding-top:96px;padding-bottom:92px}
.director-story .director-grid{display:grid;grid-template-columns:.80fr 1.20fr;gap:76px;align-items:start}
.director-story .director-photo{height:650px;border-radius:30px;overflow:hidden;background:#e8eef2;box-shadow:var(--shadow);position:sticky;top:104px}
.director-story .director-photo img{width:100%;height:100%;object-fit:cover;object-position:center 27%}
.director-story .director-copy .title{font-size:42px;line-height:1.28;margin-bottom:25px}
.director-story .director-copy p{font-size:16px;line-height:1.86;color:#596b79;margin:0 0 16px}
.director-story .director-copy p strong{color:#183f60}
.director-story .director-memory{font-size:25px;line-height:1.55;color:#173f61;font-weight:840;margin:27px 0 25px;padding:22px 0;border-top:1px solid #d7e2e9;border-bottom:1px solid #d7e2e9}
.director-story .director-belief{margin-top:28px;padding:27px 28px;border-radius:20px;background:#fff;border:1px solid #dfe8ee;font-size:21px;line-height:1.65;font-weight:830;color:#173f61;box-shadow:0 8px 28px rgba(18,57,88,.05)}
.director-story .director-ending{font-weight:760;color:#203f56!important;margin-top:17px!important}
.director-profile{display:grid;grid-template-columns:170px 1fr;gap:24px;margin-top:31px;padding-top:28px;border-top:1px solid #d7e1e8}
.director-profile-head b{display:block;font-size:20px;color:#163e60;margin-bottom:5px}.director-profile-head span{font-size:13px;color:#7a8894;font-weight:700}
.director-profile-list{display:grid;grid-template-columns:1fr 1fr;gap:8px 24px;font-size:14px;line-height:1.65;color:#556b7a}
.director-profile-list span{position:relative;padding-left:12px}.director-profile-list span:before{content:"";position:absolute;left:0;top:.78em;width:4px;height:4px;border-radius:50%;background:#4f88b1}

.director-story .history{background:#0e3556;color:#fff;padding:88px 0 90px}
.director-story .history .kicker{color:#9bcff1;margin-bottom:13px}
.director-story .history-head{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:end;margin-bottom:37px}
.director-story .history-title{margin:0;font-size:40px;line-height:1.25;letter-spacing:-.05em;color:#fff}
.director-story .history-note{margin:0;color:#d7e5ee;font-size:16px;line-height:1.82;max-width:none}
.director-story .history-note b{color:#fff}
.director-story .history-years{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.23);border-bottom:1px solid rgba(255,255,255,.23);margin-bottom:42px}
.director-story .history-year{padding:29px 32px 30px;min-height:140px}.director-story .history-year+.history-year{border-left:1px solid rgba(255,255,255,.18)}
.director-story .history-year strong{display:block;font-size:30px;line-height:1;color:#9bd0f3;margin-bottom:14px}.director-story .history-year span{display:block;font-size:16px;line-height:1.62;color:#fff;font-weight:650}.director-story .history-year b{color:#fff}
.history-photo-title{font-size:14px;letter-spacing:.02em;color:#b9d9ed;font-weight:800;margin-bottom:14px}
.history-photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:40px}
.history-photo-card{margin:0;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 11px 30px rgba(0,0,0,.14)}
.history-photo-card img{display:block;width:100%;height:245px;object-fit:cover;background:#e9eef2}
.history-photo-card figcaption{padding:15px 17px 17px;color:#163e5f;font-weight:800;font-size:15px;line-height:1.48}
.history-photo-card figcaption span{display:block;margin-top:4px;font-size:13px;color:#70808c;font-weight:650}
.history-change{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:12px}
.history-change .history-photo-card img{height:370px}
.history-closing-row{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:35px;padding-top:29px;border-top:1px solid rgba(255,255,255,.20)}
.director-story .history-closing{margin:0;font-size:22px;line-height:1.55;font-weight:850;color:#fff}
.history-column-link{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:12px;border:1px solid rgba(255,255,255,.42);color:#fff;font-size:14px;font-weight:800;white-space:nowrap;transition:.2s}.history-column-link:hover{background:#fff;color:#173e60}

@media(max-width:980px){
  .director-story .director-grid{grid-template-columns:1fr;gap:42px}
  .director-story .director-photo{position:relative;top:auto;height:560px;max-width:560px}
  .director-story .history-head{grid-template-columns:1fr;gap:18px}
  .history-photo-grid{grid-template-columns:1fr 1fr}.history-photo-grid .history-photo-card:last-child{grid-column:1/-1}
  .history-change .history-photo-card img{height:320px}
}
@media(max-width:680px){
  .director-story .director{padding-top:67px;padding-bottom:66px}
  .director-story .director-photo{height:455px}
  .director-story .director-copy .title{font-size:33px}
  .director-story .director-copy p{font-size:15px;line-height:1.8}
  .director-story .director-memory{font-size:21px;padding:18px 0;margin:22px 0}
  .director-story .director-belief{font-size:18px;padding:22px 20px}
  .director-profile{grid-template-columns:1fr;gap:15px}
  .director-profile-list{grid-template-columns:1fr;gap:6px}
  .director-story .history{padding:68px 0 70px}
  .director-story .history-title{font-size:33px}
  .director-story .history-note{font-size:15px}
  .director-story .history-years{grid-template-columns:1fr;margin-bottom:34px}
  .director-story .history-year{min-height:0;padding:22px 4px}.director-story .history-year+.history-year{border-left:0;border-top:1px solid rgba(255,255,255,.17)}
  .history-photo-grid,.history-change{grid-template-columns:1fr;gap:14px}.history-photo-grid .history-photo-card:last-child{grid-column:auto}
  .history-photo-card img,.history-change .history-photo-card img{height:auto;aspect-ratio:4/3;object-fit:cover}
  .history-closing-row{display:block}.director-story .history-closing{font-size:19px}.history-column-link{margin-top:19px}
}


.column a:hover h3{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}


/* Original images preserved; only card crop/zoom adjusted. */
.history-photo-card--topzoom img{transform:scale(1.19);transform-origin:50% 14%;}
.history-photo-card--building img{object-position:50% 50%;}
@media (max-width:680px){.history-photo-card--topzoom img{transform:scale(1.10);transform-origin:50% 12%;}}


/* FINAL history layout: original user photos only; crop handled by CSS. */
.director-story .history-photo-card .history-photo-frame{
  height:245px;
  overflow:hidden;
  background:#e9eef2;
}
.director-story .history-photo-card .history-photo-frame img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.director-story .history-photo-card--building .history-photo-frame img{
  object-position:50% 50%;
}
.director-story .history-photo-card--center-banner .history-photo-frame img{
  transform:scale(1.34);
  transform-origin:50% 8%;
}
.director-story .history-photo-card--right-banner .history-photo-frame img{
  transform:scale(1.31);
  transform-origin:64% 8%;
}
.director-story .history-story{
  display:grid;
  grid-template-columns:.36fr .64fr;
  gap:54px;
  margin:48px 0 42px;
  padding-top:38px;
  border-top:1px solid rgba(255,255,255,.20);
}
.director-story .history-story-title .kicker{color:#91c8ec}
.director-story .history-story-title h3{
  margin:9px 0 0;
  color:#fff;
  font-size:30px;
  line-height:1.3;
  letter-spacing:-.045em;
}
.director-story .history-story-copy p{
  margin:0 0 17px;
  color:#d7e5ee;
  font-size:16px;
  line-height:1.85;
}
.director-story .history-story-copy p:last-child{margin-bottom:0}
.director-story .history-story-copy strong{color:#fff;font-weight:850}
.director-story .history-photo-title--change{margin-top:6px}
.director-story .history-change{
  grid-template-columns:1fr 1fr;
  align-items:stretch;
}
.director-story .history-photo-frame--compare{
  height:350px;
}
.director-story .history-photo-frame--compare img{
  object-fit:cover;
  object-position:50% 48%;
  transform:none;
}
.director-story .history-change .history-photo-card img{height:100%}
.director-story .history-legacy{
  margin:34px 0 0;
  padding:26px 30px;
  border:1px solid rgba(255,255,255,.17);
  border-radius:18px;
  background:rgba(255,255,255,.055);
}
.director-story .history-legacy p{
  margin:0;
  color:#d7e5ee;
  font-size:16px;
  line-height:1.8;
}
.director-story .history-legacy p+p{margin-top:6px}
.director-story .history-legacy strong{color:#fff;font-weight:850}

@media(max-width:980px){
  .director-story .history-story{grid-template-columns:1fr;gap:18px}
  .director-story .history-photo-frame--compare{height:320px}
}
@media(max-width:680px){
  .director-story .history-change{grid-template-columns:1fr}
  .director-story .history-photo-card .history-photo-frame{height:auto;aspect-ratio:4/3}
  .director-story .history-photo-card--center-banner .history-photo-frame img{transform:scale(1.28);transform-origin:50% 8%}
  .director-story .history-photo-card--right-banner .history-photo-frame img{transform:scale(1.24);transform-origin:64% 8%}
  .director-story .history-story{margin:39px 0 34px;padding-top:31px}
  .director-story .history-story-title h3{font-size:27px}
  .director-story .history-story-copy p{font-size:15px;line-height:1.8}
  .director-story .history-photo-frame--compare{height:auto;aspect-ratio:4/3}
  .director-story .history-legacy{padding:22px 20px;margin-top:28px}
  .director-story .history-legacy p{font-size:15px}
}


/* Only the Seonkyung vs Well comparison photos: preserve the original 4:3 framing. */
.director-story .history-photo-frame--compare{
  height:auto !important;
  aspect-ratio:4 / 3;
}
.director-story .history-photo-frame--compare img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 50%;
  transform:none !important;
}
@media(max-width:980px){
  .director-story .history-photo-frame--compare{height:auto !important;aspect-ratio:4 / 3;}
}


/* Comparison only: keep Seonkyung framing, enlarge current Well Dental so both buildings read at similar visual size. */
.director-story .history-change .history-photo-card:nth-child(1) .history-photo-frame--compare img{
  transform:none !important;
  object-position:50% 50% !important;
}
.director-story .history-change .history-photo-card:nth-child(2) .history-photo-frame--compare img{
  transform:scale(1.30) !important;
  transform-origin:47% 52% !important;
  object-position:50% 50% !important;
}


/* 2026-09-15 review copy: typography/readability + approved history asset display only. */

/* Header tagline: render as real text over the small text embedded in the desktop logo.
   The source logo image itself is not modified. */
.brand{position:relative}
.brand-tagline{
  position:absolute;z-index:2;left:0;top:50%;transform:translateY(-50%);
  width:122px;min-height:58px;display:flex;flex-direction:column;
  align-items:center;justify-content:center;background:#fff;
  color:#0b7bd3;font-family:-apple-system,BlinkMacSystemFont,"Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",sans-serif;
  font-size:16px;line-height:1.22;font-weight:800;letter-spacing:-.035em;text-align:center;
}
@media(max-width:1150px) and (min-width:841px){
  .brand-tagline{width:96px;min-height:50px;font-size:13.5px}
}
@media(max-width:840px){
  .brand-tagline{display:none}
}

/* Approved top history files: no extra zoom/re-crop on the final center/right files. */
.director-story .history-photo-card .history-photo-frame{
  height:auto !important;
  aspect-ratio:1.75 / 1;
}
.director-story .history-photo-card .history-photo-frame img{
  width:100%;height:100%;
  transform:none !important;
  transform-origin:center center !important;
  object-position:center center !important;
}
.director-story .history-photo-card--building .history-photo-frame img{object-fit:cover !important}
.director-story .history-photo-card--center-banner .history-photo-frame img,
.director-story .history-photo-card--right-banner .history-photo-frame img{object-fit:contain !important}

/* The approved lower comparison is one combined file. Only top/bottom white margins are display-cropped. */
.director-story .history-change--combined{display:block;margin-top:12px}
.history-compare-combined{
  overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 11px 30px rgba(0,0,0,.14)
}
.history-compare-image-frame{
  width:100%;aspect-ratio:2.62 / 1;overflow:hidden;background:#fff
}
.history-compare-image-frame img{
  display:block;width:100%;height:100%;object-fit:cover;object-position:center 45%;
}
.history-compare-captions{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #e5e9ed}
.history-compare-caption{padding:15px 17px 17px;color:#163e5f;font-size:15px;line-height:1.45}
.history-compare-caption+ .history-compare-caption{border-left:1px solid #e5e9ed}
.history-compare-caption b{display:block;font-weight:800}
.history-compare-caption span{display:block;margin-top:4px;font-size:13px;color:#70808c;font-weight:650;line-height:1.55}

/* Desktop readability: keep large display titles unchanged, raise supporting/body text. */
@media(min-width:841px){
  .desc{font-size:18px;line-height:1.78}
  .value p{font-size:16px;line-height:1.72}
  .director-story .director-copy p{font-size:17px;line-height:1.82}
  .director-profile-list{font-size:15px}
  .director-story .history-note{font-size:17px;line-height:1.82}
  .director-story .history-year span{font-size:16px;line-height:1.62}
  .history-photo-title{font-size:15px}
  .history-photo-card figcaption{font-size:15px}
  .history-photo-card figcaption span{font-size:13px;line-height:1.55}
  .director-story .history-story-copy p{font-size:17px;line-height:1.85}
  .director-story .history-legacy p{font-size:17px;line-height:1.8}
  .card p{font-size:16px;line-height:1.72}
  .tag{font-size:13px}
  .card-go{font-size:14px}
  .text-link{font-size:15px}
  .mini b{font-size:17px}
  .mini span{font-size:15px;line-height:1.55}
  .search-box{font-size:15px}
  .chip{font-size:13px}
  .faq-item b{font-size:17px}
  .faq-more{font-size:15px}
  .column-cat{font-size:13px}
  .column p{font-size:16px;line-height:1.72}
  .column-date{font-size:13px}
  .hero-proof{font-size:16px}
  .address{font-size:19px}
  .muted{font-size:15px;line-height:1.7}
  .map-link{font-size:15px}
  .hour{font-size:16px;padding:13px 0}
  .notice{font-size:14px;line-height:1.75}
  .footer-sub{font-size:14px}
  .footer-meta{font-size:13px;line-height:1.7}
}

/* Mobile: do not shrink explanatory text back to the earlier very small sizes. */
@media(max-width:840px){
  .desc{font-size:16px;line-height:1.75}
  .value p{font-size:15.5px;line-height:1.72}
  .director-story .director-copy p{font-size:16px;line-height:1.8}
  .director-profile-list{font-size:15px}
  .director-story .history-note{font-size:16px;line-height:1.78}
  .director-story .history-year span{font-size:15px}
  .history-photo-title{font-size:14.5px}
  .history-photo-card figcaption{font-size:15px}
  .history-photo-card figcaption span{font-size:13px;line-height:1.55}
  .director-story .history-story-copy p{font-size:16px;line-height:1.82}
  .director-story .history-legacy p{font-size:16px}
  .history-compare-captions{grid-template-columns:1fr 1fr}
  .history-compare-caption{padding:13px 12px 15px;font-size:14px}
  .history-compare-caption span{font-size:12.5px}
  .card p{font-size:15.5px;line-height:1.72}
  .tag{font-size:12.5px}
  .card-go{font-size:14px}
  .mini b{font-size:16px}
  .mini span{font-size:14px;line-height:1.55}
  .search-box{font-size:15px}
  .chip{font-size:12.5px}
  .faq-item b{font-size:16px;line-height:1.55}
  .faq-more{font-size:14.5px}
  .column p{font-size:15.5px;line-height:1.72}
  .column-date{font-size:13px}
  .address{font-size:17px;line-height:1.6}
  .muted{font-size:14.5px}
  .map-link{font-size:14px}
  .hour{font-size:15.5px;padding:12px 0}
  .notice{font-size:13.5px;line-height:1.72}
  .footer-sub{font-size:14px}
  .footer-meta{font-size:13px;line-height:1.65}
}
@media(max-width:560px){
  .history-compare-captions{grid-template-columns:1fr}
  .history-compare-caption+ .history-compare-caption{border-left:0;border-top:1px solid #e5e9ed}
}


/* ===== 2026-09-16 targeted repair: only locked photo display, readability, and visit layout ===== */
/* Approved top-row image display: center uses its already-cropped final file; right uses the exact approved-card visual crop from the preserved approval screenshot. */
.director-story .history-photo-card--center-banner .history-photo-frame img{
  transform:none !important;
  transform-origin:50% 50% !important;
  object-fit:cover !important;
  object-position:50% 50% !important;
}
.director-story .history-photo-card--right-banner .history-photo-frame img{
  transform:none !important;
  transform-origin:50% 50% !important;
  object-fit:cover !important;
  object-position:50% 50% !important;
}
/* Desktop readability: increase only the smallest interface/body copy. */
@media (min-width:841px){
  header nav{font-size:18px !important;gap:29px !important}
  .kicker,.tag,.column-cat,.column-date{font-size:13px !important}
  .text-link,.card-go,.faq-more{font-size:14px !important}
  .hero-proof{font-size:16px !important}
  .director-profile-list,.director-meta{font-size:15px !important}
  .chip{font-size:14px !important}
  .visit-grid{align-items:stretch !important}
  .visit-grid>.box:nth-child(2){display:flex;flex-direction:column}
}
/* Fill the intentionally empty lower part of the hours card with useful patient-facing info. */
.visit-help{
  margin-top:auto;padding:22px 20px;border-radius:16px;
  background:#f6f9fb;border:1px solid #e4ecf2;
}
.visit-help-title{font-size:15px;font-weight:900;color:#234d6b;margin-bottom:11px}
.visit-help-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center}
.visit-help-contact{min-width:0}
.visit-help-phone{display:block;font-size:24px;line-height:1.2;font-weight:900;color:#123f6b;margin:0}
.visit-naver-booking{min-height:54px;padding:9px 17px 9px 10px;border-radius:999px;background:#03C75A;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:15px;font-weight:900;white-space:nowrap;box-shadow:0 6px 14px rgba(3,199,90,.18)}
.visit-naver-booking:hover{filter:brightness(.97)}
.visit-naver-icon{width:34px;height:34px;border-radius:50%;background:#fff;color:#03C75A;display:inline-flex;align-items:center;justify-content:center;font-size:20px;font-weight:950;line-height:1}
.visit-naver-label{display:block}
.visit-help-line{font-size:14px;line-height:1.6;color:#657887;margin-top:11px}
/* Mobile: no overlay/collision, natural-height cards, readable buttons/rows. */
@media (max-width:840px){
  .visit-grid{gap:16px !important}
  .visit-grid>.box{min-width:0;height:auto !important}
  .visit-grid>.box:nth-child(2){display:block}
  .visit-help{margin-top:20px}
  .visit-help-actions{grid-template-columns:1fr}
  .visit-naver-booking{width:100%;justify-self:stretch}
}
@media (max-width:560px){
  #visit .box{padding:24px !important}
  #visit .address{font-size:17px !important;line-height:1.55}
  #visit .map{margin-top:18px !important}
  #visit .map-links{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:7px !important}
  #visit .map-link{font-size:12px !important;min-height:42px !important;padding:4px !important}
  #visit .hour{font-size:15px !important;gap:12px !important;align-items:center}
  #visit .notice{font-size:13px !important}
  .visit-help-phone{font-size:22px}
  .visit-naver-booking{min-height:50px;font-size:14px}
  .visit-naver-icon{width:32px;height:32px;font-size:18px}
  .visit-help-line{font-size:13px}
}


/* 2026-09-16 PC refinement. Desktop only; mobile is intentionally not redesigned here. */
@media (min-width:841px){
  /* Header readability */
  .brand-tagline{
    width:130px!important;
    min-height:64px!important;
    font-size:18.5px!important;
    line-height:1.28!important;
    font-weight:650!important;
    letter-spacing:-.035em!important;
  }
  nav{
    gap:12px!important;
    font-size:17px!important;
    font-weight:680!important;
    letter-spacing:-.025em!important;
  }
  nav a:not(.reserve){padding:10px 1px!important}
  .nav-sep{
    display:inline-flex;align-items:center;justify-content:center;
    color:#a6b1ba;font-size:15px;font-weight:450;line-height:1;
    margin:0 1px;user-select:none;
  }
  .reserve{
    margin-left:8px!important;
    min-height:50px!important;
    padding:8px 17px 8px 9px!important;
    border-radius:999px!important;
    background:#03C75A!important;
    color:#fff!important;
    display:inline-flex!important;align-items:center!important;gap:9px!important;
    font-weight:820!important;
    box-shadow:0 6px 16px rgba(3,199,90,.16)!important;
  }
  .header-naver-n{
    width:32px;height:32px;border-radius:50%;background:#fff;color:#03C75A;
    display:inline-flex;align-items:center;justify-content:center;
    font-size:19px;font-weight:950;line-height:1;
  }
  .header-naver-label{display:inline-block;white-space:nowrap}

  /* Director story wording/readability */
  .director-story .director-belief{font-size:22px!important;line-height:1.62!important;font-weight:780!important}
  .director-profile{grid-template-columns:156px 1fr!important}
  .director-profile-head b{font-size:21px!important}
  .director-profile-head span{font-size:14px!important}

  /* History: make the narrative paragraph changes read as intentional beats. */
  .director-story .history-story-copy p{margin-bottom:14px!important}
  .director-story .history-story-copy p:nth-child(2),
  .director-story .history-story-copy p:nth-child(4){margin-top:3px!important}
  .director-story .history-year span{font-size:16.5px!important;line-height:1.62!important}

  /* Restore the early full-width treatment-focus composition, based on old index(3)/(4). */
  .surgery{padding:0!important;background:#0d1d2b!important;position:relative!important;overflow:hidden!important}
  .surgery:before,.surgery:after{display:none!important;content:none!important}
  .surgery-wrap.surgery-wrap--full{
    position:relative!important;
    display:block!important;
    width:100%!important;
    height:590px!important;
    min-height:590px!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
  }
  .surgery-full-img{
    display:block!important;width:100%!important;height:100%!important;
    object-fit:cover!important;object-position:center center!important;
    filter:grayscale(1) brightness(.94) contrast(1.02)!important;
  }
  .surgery-shade{
    position:absolute;inset:0;z-index:1;
    background:linear-gradient(90deg,rgba(6,20,31,.08) 0%,rgba(6,20,31,.22) 49%,rgba(7,25,39,.69) 100%);
  }
  .surgery-wrap--full .surgery-copy{
    position:absolute!important;z-index:2!important;
    right:max(6.4vw,calc((100vw - 1210px)/2))!important;
    top:50%!important;transform:translateY(-50%)!important;
    width:535px!important;max-width:535px!important;
    padding:0!important;color:#fff!important;
  }
  .surgery-wrap--full .surgery-copy .kicker{
    color:#b9d3e6!important;font-size:13px!important;letter-spacing:.15em!important;margin-bottom:19px!important;
  }
  .surgery-wrap--full .surgery-copy .title{
    color:#fff!important;font-size:45px!important;line-height:1.28!important;
    margin:0 0 23px!important;letter-spacing:-.05em!important;
  }
  .surgery-wrap--full .surgery-copy p{
    color:#e2e9ee!important;font-size:18px!important;line-height:1.78!important;
    max-width:525px!important;margin:0!important;
  }

  /* Visit: larger text, less artificial empty space, tighter relationship between hours and reservation. */
  #visit .visit-grid{align-items:stretch!important}
  #visit .box{padding:32px!important}
  #visit .box h3{font-size:25px!important;margin-bottom:20px!important}
  #visit .address{font-size:20px!important;line-height:1.55!important}
  #visit .hour{
    font-size:18px!important;line-height:1.35!important;
    padding:16px 0!important;gap:24px!important;align-items:center!important;
  }
  #visit .hour b{font-weight:800!important}
  #visit .hour span{font-weight:650!important;color:#334f65}
  #visit .hour.sunday span{color:#3F7FAE!important}
  #visit .hour.thursday span{color:#B94A48!important}
  #visit .notice{
    margin-top:17px!important;padding:17px 18px!important;
    border-radius:14px!important;font-size:16px!important;line-height:1.7!important;
  }
  #visit .visit-hours-box{display:flex!important;flex-direction:column!important}
  #visit .visit-help{
    margin-top:22px!important;padding:20px 20px 18px!important;
    border-radius:16px!important;
  }
  #visit .visit-help-title{font-size:17px!important;margin-bottom:12px!important}
  #visit .visit-help-actions{grid-template-columns:minmax(0,1fr) auto!important;gap:18px!important}
  #visit .visit-help-phone{font-size:28px!important}
  #visit .visit-naver-booking{min-height:56px!important;padding:9px 18px 9px 10px!important;font-size:15.5px!important}
  #visit .visit-naver-icon{width:36px!important;height:36px!important;font-size:20px!important}
  #visit .visit-help-line{font-size:14px!important;line-height:1.55!important;margin-top:10px!important}

  /* Footer: compact height, larger key information, slogan on the same visual line as the clinic name. */
  footer{padding:29px 0 27px!important}
  .footer-inner{align-items:center!important;gap:34px!important}
  .footer-brand{display:flex!important;align-items:baseline!important;gap:18px!important;white-space:nowrap}
  .footer-logo{font-size:26px!important;line-height:1.2!important}
  .footer-sub{font-size:15px!important;line-height:1.4!important;margin-top:0!important;color:#b8cbd8!important}
  .footer-meta{font-size:13.5px!important;line-height:1.65!important;color:#b0c3d0!important;text-align:right!important}
  .footer-copy{font-size:12.5px!important;color:#829cad!important}
}

/* New structural classes should remain harmless below desktop breakpoint; mobile will be rebuilt later. */
.surgery-full-img{max-width:none}


/* ===== 2026-09-16 PC integrated refinement ===== */
.director-profile-head{display:flex;flex-direction:column;align-items:flex-start;gap:4px}
.director-profile-head .director-profile-clinic{display:block;font-size:14px;color:#6d8292;font-weight:850;letter-spacing:.02em}
.director-profile-head b{display:block;font-size:21px;color:#163e60;margin:0}
.director-story .director-copy p{margin-bottom:15px}
.director-story .director-belief{line-height:1.65}

/* Treatment intro must remain fully visible */
.treatments .section-row>div:first-child{min-width:0;flex:1 1 auto}
.treatments .desc{max-width:820px!important;line-height:1.78!important;overflow:visible!important;white-space:normal!important}
.treatments .section-row{overflow:visible!important}

/* Explanation copy: three readable blocks + six values */
.explain-grid{grid-template-columns:.94fr 1.06fr;min-height:720px}
.explain-copy{padding:58px 5.2vw 58px 54px}
.explain-copy .title{font-size:40px}
.explain-copy .desc{display:flex;flex-direction:column;gap:10px;margin-top:24px;max-width:760px;font-size:17px;line-height:1.72;color:#d4e2eb}
.explain-desc-line{display:block}
.core-values{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:30px}
.core-value{min-width:0;padding:14px 15px 15px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.045)}
.core-value-num{font-size:11px;line-height:1;color:#91c9ee;font-weight:900;letter-spacing:.08em;margin-bottom:8px}
.core-value b{display:block;color:#fff;font-size:14.5px;line-height:1.42;margin-bottom:6px}
.core-value span{display:block;color:#bed1df;font-size:12.5px;line-height:1.58}

/* FAQ intro: one thought + deliberate pause + conclusion */
#knowledge .desc{display:flex;flex-direction:column;max-width:560px;line-height:1.72}
#knowledge .faq-desc-main{display:block}
#knowledge .faq-desc-last{display:block;margin-top:12px}

/* Focus section: deliberate two-part rhythm */
.surgery-copy p{display:flex;flex-direction:column;gap:11px}
.surgery-copy-line{display:block}

/* Visit: map wider, hours card about 2/3 of former width; day and time stay together */
@media(min-width:841px){
  #visit .visit-grid{grid-template-columns:1.4fr .6fr;gap:24px;align-items:start}
  #visit .visit-hours-box{padding:30px 27px 28px}
  #visit .visit-hours-box h3{font-size:23px;margin-bottom:16px}
  .hours-compact{display:flex;flex-direction:column;gap:0}
  .hours-pair{padding:12px 0;border-bottom:1px solid #edf1f4}
  .hours-main{display:flex;align-items:baseline;justify-content:flex-start;gap:16px;white-space:nowrap}
  .hours-main b{font-size:18px;line-height:1.25;color:#163e60}
  .hours-time{font-size:19px;line-height:1.25;font-weight:900;color:#123f6b;white-space:nowrap}
  .hours-sub{margin-top:6px;font-size:12.5px;line-height:1.35;color:#71818e;font-weight:650}
  .hours-lunch{display:flex;align-items:baseline;justify-content:flex-start;gap:15px;margin:13px 0 3px;padding:11px 13px;border-radius:12px;background:#f5f8fa;border:1px solid #e4ebf0;white-space:nowrap}
  .hours-lunch b{font-size:15px;color:#234d6b}
  .hours-lunch span{font-size:16px;color:#234d6b;font-weight:850}
  .hours-weekend{display:grid;grid-template-columns:max-content max-content;align-items:center;justify-content:start;gap:17px;padding:12px 0;border-bottom:1px solid #edf1f4}
  .hours-weekend-labels{display:flex;flex-direction:column;gap:5px}
  .hours-weekend-labels b{font-size:17px;line-height:1.25;color:#163e60}
  .hours-weekend-labels .hours-sunday-open{color:#3F7FAE}
  .hours-closed-row{display:flex;align-items:baseline;justify-content:flex-start;gap:14px;padding:11px 0;border-bottom:1px solid #edf1f4;white-space:nowrap}
  .hours-closed-row:last-child{border-bottom:0}
  .hours-closed-row b{font-size:16.5px;line-height:1.3;color:#163e60}
  .hours-closed{font-size:16.5px;line-height:1.3;font-weight:900;color:#c43c35}
  #visit .visit-help{margin-top:18px;padding:18px 17px}
  #visit .visit-help-title{font-size:15px}
  #visit .visit-help-phone{font-size:22px}
  #visit .visit-naver-booking{min-height:50px;padding:8px 14px 8px 9px;font-size:14px;gap:8px}
  #visit .visit-naver-icon{width:31px;height:31px;font-size:18px}
  #visit .visit-help-line{font-size:12.5px;line-height:1.5}
}


@media(min-width:841px){
  #visit .visit-grid{align-items:start!important}
  #visit .visit-hours-box{height:auto!important;align-self:start!important}
  #visit .visit-help{margin-top:18px!important;padding:17px 15px!important}
  #visit .visit-help-actions{grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important}
  #visit .visit-help-phone{font-size:20px!important;white-space:nowrap!important;letter-spacing:-.02em!important}
  #visit .visit-naver-booking{min-height:48px!important;padding:7px 12px 7px 8px!important;font-size:13.5px!important;gap:7px!important}
  #visit .visit-naver-icon{width:30px!important;height:30px!important;font-size:18px!important}
  #visit .visit-help-line{font-size:12.5px!important;line-height:1.5!important;margin-top:9px!important}
}


@media(min-width:1301px){
  header .header-inner{justify-content:flex-start!important;width:min(1380px,calc(100% - 60px))!important;gap:0!important}
  header .brand{flex:0 0 auto!important}
  header nav{margin-left:18px!important;gap:11px!important;font-size:16.5px!important;font-weight:620!important;letter-spacing:-.025em!important}
  header nav>a:not(.reserve){padding:10px 2px!important}
  header nav>a:first-of-type{font-size:19px!important;font-weight:650!important;color:#173e60!important}
  header .nav-sep{margin:0 1px!important;font-size:14px!important;color:#a8b2ba!important;font-weight:400!important}
  header .reserve{margin-left:11px!important;padding:7px 15px 7px 8px!important;gap:9px!important;font-size:15px!important;font-weight:820!important}
}
@media(min-width:841px) and (max-width:1300px){
  header .header-inner{justify-content:flex-start!important}
  header nav{margin-left:10px!important;gap:7px!important;font-weight:620!important}
  header nav>a:first-of-type{font-size:16.5px!important;font-weight:650!important}
  header .reserve{margin-left:7px!important}
}

/* Philosophy: one deliberate line break, not a dense run-on sentence */
.philosophy .desc{line-height:1.78!important}
.philosophy .mission{line-height:1.55!important}

/* Director story: strengthen the outcome, not the sound/water detail */
.director-story .director-copy p strong{font-weight:850}
.director-story .director-copy p{line-height:1.82!important}
.director-story .director-belief{line-height:1.72!important}

/* History copy rhythm */
.history-note{line-height:1.78!important}

/* Counseling / core values: keep text centered in the right half with breathing room */
@media(min-width:841px){
  .explanation .explain-grid{grid-template-columns:1.08fr .92fr!important;min-height:690px!important}
  .explanation .explain-copy{justify-content:center!important;padding:0 78px 0 78px!important;max-width:none!important}
  .explanation .explain-copy .title{font-size:36px!important;line-height:1.42!important;margin:0 0 0!important;max-width:520px!important}
  .explanation .core-values{margin-top:34px!important;max-width:540px!important;width:100%!important}
  .explanation .core-value{grid-template-columns:42px 1fr!important;padding:16px 0!important;column-gap:14px!important}
  .explanation .core-value b{font-size:16px!important;line-height:1.55!important;font-weight:690!important}
}

/* Treatment-focus photo: move copy safely to the right, away from glasses/face */
@media(min-width:841px){
  .surgery-wrap--full .surgery-copy{right:4.2vw!important;width:470px!important;max-width:470px!important}
  .surgery-wrap--full .surgery-copy .title{font-size:43px!important}
  .surgery-wrap--full .surgery-copy p{font-size:17px!important;max-width:465px!important}
  .surgery-shade{background:linear-gradient(90deg,rgba(6,20,31,.04) 0%,rgba(6,20,31,.12) 52%,rgba(7,25,39,.72) 100%)!important}
}

/* Map: preserve the current bright artwork, just add the local landmark label */
#visit .map{position:relative!important}
#visit .map-crossroad-label{position:absolute;left:50%;bottom:12px;transform:translateX(-50%);z-index:2;padding:8px 17px 9px;border-radius:999px;background:#123f6b;color:#fff;font-size:16px;line-height:1;font-weight:850;letter-spacing:-.02em;box-shadow:0 4px 10px rgba(18,63,107,.18);white-space:nowrap}

/* Hours: larger, equal-height rows and a slim lunch marker. Reservation remains anchored at the bottom. */
@media(min-width:841px){
  #visit .visit-grid{grid-template-columns:1.4fr .6fr!important;gap:24px!important;align-items:stretch!important}
  #visit .visit-hours-box{display:flex!important;flex-direction:column!important;padding:30px 27px 26px!important;height:auto!important;min-height:100%!important}
  #visit .visit-hours-box h3{font-size:29px!important;line-height:1.2!important;margin:0 0 16px!important}
  .hours-equal{display:flex;flex-direction:column;width:100%}
  .hours-equal-row{height:64px;min-height:64px;display:grid;grid-template-columns:max-content 1fr;column-gap:16px;align-items:center;border-bottom:1px solid #e8eef2}
  .hours-equal-label,.hours-weekend-label-stack{font-size:20px;line-height:1.25;font-weight:820;color:#163e60;letter-spacing:-.02em}
  .hours-equal-right{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-width:0}
  .hours-equal-time{font-size:21.5px;line-height:1.2;font-weight:900;color:#123f6b;white-space:nowrap;letter-spacing:-.025em}
  .hours-equal-sub{margin-top:4px;font-size:12px;line-height:1.2;color:#6e7f8c;font-weight:650;white-space:nowrap}
  .hours-lunch-slim{height:38px;min-height:38px;margin:5px 0;display:flex;align-items:center;justify-content:flex-start;gap:12px;padding:0 12px;border:1px solid #e1e9ef;border-radius:10px;background:#f7f9fb;color:#546b7d;white-space:nowrap}
  .hours-lunch-slim b{font-size:13px;line-height:1;font-weight:800;color:#48647b}
  .hours-lunch-slim span{font-size:14px;line-height:1;font-weight:800;color:#48647b}
  .hours-weekend-label-stack{display:flex;flex-direction:column;gap:3px}
  .hours-sunday-open{color:#3F7FAE!important}
  .hours-equal-closed{font-size:20px;line-height:1.2;font-weight:900;color:#c43c35}
  #visit .visit-help{margin-top:auto!important;padding:18px 17px 16px!important}
  #visit .visit-help-title{font-size:16px!important;margin-bottom:10px!important}
  #visit .visit-help-phone{font-size:25px!important}
  #visit .visit-naver-booking{min-height:52px!important;font-size:14px!important}
  #visit .visit-help-line{font-size:12.5px!important;margin-top:9px!important}
}


@media(min-width:841px){
  .director-profile-head .director-profile-clinic{font-size:19px!important;line-height:1.2!important;font-weight:620!important;letter-spacing:-.02em!important;color:#2e668f!important;margin-bottom:2px!important}
  .director-profile-head b{font-size:20px!important;line-height:1.25!important;font-weight:760!important;color:#163e60!important}
}


@media(min-width:841px){
  header .header-inner{justify-content:space-between!important;gap:28px!important;width:min(1380px,calc(100% - 120px))!important}
  header nav{margin-left:auto!important;gap:24px!important;font-size:16.5px!important;font-weight:720!important;letter-spacing:-.02em!important}
  header .nav-sep{display:none!important}
  header nav>a:not(.reserve){padding:10px 0!important}
  header .reserve{margin-left:12px!important;padding:11px 18px 11px 10px!important;font-size:15px!important}

  .philosophy-head{gap:72px!important;align-items:end!important}
  .philosophy .desc{font-size:18px!important;line-height:1.78!important}
  .philosophy .mission{font-size:28px!important;line-height:1.55!important}

  .director-story .director-grid{grid-template-columns:.82fr 1.18fr!important;gap:68px!important}
  .director-story .director-copy .title{font-size:44px!important;line-height:1.28!important;margin-bottom:26px!important}
  .director-story .director-copy p{font-size:17px!important;line-height:1.9!important;margin:0 0 15px!important}
  .director-story .director-memory{font-size:26px!important;padding:20px 0!important;margin:28px 0 24px!important}
  .director-story .director-belief{margin-top:26px!important;padding:22px 26px 20px!important;font-size:20px!important;line-height:1.66!important;display:inline-block!important;max-width:560px!important}
  .director-story .director-belief-ellipsis{display:block;font-size:28px;line-height:1;margin-top:2px}
  .director-story .director-ending{font-size:18px!important;line-height:1.7!important}
  .director-profile{grid-template-columns:150px 1fr!important;gap:20px!important}
  .director-profile-list{gap:8px 20px!important}
  .director-story .history-head{grid-template-columns:.92fr 1.08fr!important;gap:52px!important}
  .director-story .history-note{font-size:17px!important;line-height:1.82!important}
  .director-story .history-year strong{font-size:29px!important}
  .director-story .history-story p{font-size:17px!important;line-height:1.86!important}
  .history-photo-card figcaption{font-size:15px!important;line-height:1.48!important}
  .history-compare-caption{font-size:15px!important;line-height:1.52!important}

  .explanation .explain-grid{grid-template-columns:1.08fr .92fr!important;min-height:680px!important}
  .explanation .explain-copy{padding:0 88px 0 82px!important;justify-content:center!important;align-items:flex-start!important}
  .explanation .kicker{display:none!important}
  .explanation .title{font-size:40px!important;line-height:1.3!important;margin:0 0 6px!important;max-width:none!important}
  .explanation .core-values{margin-top:32px!important;max-width:560px!important;width:100%!important}
  .explanation .core-value{grid-template-columns:46px 1fr!important;column-gap:16px!important;padding:18px 0!important}
  .explanation .core-value-num{font-size:13px!important;margin-top:4px!important}
  .explanation .core-value b{font-size:18px!important;line-height:1.6!important;font-weight:720!important}

  .knowledge-grid{gap:56px!important}
  .knowledge .desc{font-size:18px!important;line-height:1.8!important}

  .surgery-wrap--full{min-height:620px!important}
  .surgery-wrap--full .surgery-copy{right:4vw!important;width:500px!important;max-width:500px!important}
  .surgery-wrap--full .surgery-copy .title{font-size:43px!important;line-height:1.3!important}
  .surgery-wrap--full .surgery-copy p{font-size:18px!important;line-height:1.82!important;max-width:500px!important}
  .surgery-copy-line{display:block}
  .surgery-copy-line + .surgery-copy-line{margin-top:8px}
  .surgery-shade{background:linear-gradient(90deg,rgba(6,20,31,.03) 0%,rgba(6,20,31,.10) 50%,rgba(7,25,39,.72) 100%)!important}

  #visit .map-crossroad-label{left:50%!important;bottom:84px!important;transform:translateX(-50%)!important;padding:8px 16px 9px!important;font-size:15px!important}
  #visit .visit-grid{grid-template-columns:1.34fr .66fr!important;gap:24px!important;align-items:stretch!important}
  #visit .visit-hours-box{padding:30px 28px 24px!important}
  #visit .visit-hours-box h3{font-size:28px!important;margin-bottom:16px!important}
  .hours-equal-row{height:72px!important;min-height:72px!important;display:grid!important;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)!important;column-gap:10px!important;align-items:center!important}
  .hours-equal-label,.hours-weekend-label-stack{font-size:22px!important;line-height:1.28!important;font-weight:820!important}
  .hours-equal-right{align-items:flex-end!important}
  .hours-equal-time{font-size:28px!important;line-height:1.15!important;letter-spacing:-.03em!important}
  .hours-equal-sub{margin-top:5px!important;font-size:13px!important;line-height:1.25!important}
  .hours-lunch-slim{height:40px!important;min-height:40px!important;margin:7px 0!important;padding:0 12px!important;justify-content:center!important;gap:10px!important}
  .hours-lunch-slim b{font-size:14px!important}
  .hours-lunch-slim span{font-size:15px!important}
  .hours-weekend-label-stack{gap:2px!important}
  .hours-equal-closed{font-size:28px!important;line-height:1.15!important}
  #visit .visit-help{margin-top:auto!important;padding:18px 16px 15px!important}
  #visit .visit-help-phone{font-size:25px!important}
  #visit .visit-naver-booking{min-height:50px!important;padding:8px 12px 8px 8px!important}
}


@media(min-width:1301px){
  header .header-inner{
    width:min(1388px,calc(100% - 40px))!important;
    margin:0 auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:24px!important;
  }
  header .brand{flex:0 0 auto!important}
  header nav{
    margin-left:auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:12px!important;
    font-size:16.5px!important;
    font-weight:650!important;
    letter-spacing:-.02em!important;
    white-space:nowrap!important;
  }
  header .nav-sep{
    display:inline-block!important;
    margin:0 2px!important;
    color:#aab5bd!important;
    font-size:15px!important;
    font-weight:400!important;
  }
  header nav>a:not(.reserve){padding:10px 1px!important}
  header nav>a:first-of-type{font-size:17.5px!important;font-weight:680!important;color:#173e60!important}
  header .reserve{
    margin-left:18px!important;
    padding:10px 18px 10px 9px!important;
    min-height:48px!important;
    display:inline-flex!important;
    align-items:center!important;
    gap:9px!important;
    font-size:15px!important;
    font-weight:850!important;
    background:#03C75A!important;
    color:#fff!important;
    border-radius:999px!important;
    white-space:nowrap!important;
  }
  header .header-naver-n{
    width:29px!important;height:29px!important;border-radius:50%!important;
    display:inline-flex!important;align-items:center!important;justify-content:center!important;
    background:#fff!important;color:#03C75A!important;font-size:17px!important;font-weight:950!important;
  }
}
@media(min-width:841px) and (max-width:1300px){
  header .header-inner{width:calc(100% - 36px)!important;gap:16px!important}
  header nav{margin-left:auto!important;gap:8px!important;font-size:14.5px!important;font-weight:650!important}
  header .nav-sep{display:inline-block!important;color:#aab5bd!important;font-size:13px!important;margin:0 1px!important}
  header .reserve{margin-left:10px!important;padding:9px 13px 9px 8px!important}
}


@media(min-width:841px){
  /* director/profile */
  .director-profile-head .director-profile-clinic{font-size:22px!important;font-weight:520!important;line-height:1.15!important;color:#2d6e9d!important;margin-bottom:4px!important}
  .director-profile-head b{font-size:19px!important;font-weight:720!important}
  .director-story .director-copy p{font-size:17px!important;line-height:1.9!important}
  .director-story .director-belief{display:inline-block!important;max-width:560px!important;padding:20px 25px 17px!important;margin-top:24px!important;font-size:20px!important;line-height:1.64!important}
  .director-belief-ellipsis{display:block!important;font-size:28px!important;line-height:.9!important;margin-top:4px!important}
  .director-story .history-note{font-size:17px!important;line-height:1.85!important}
  .director-story .history-story p{font-size:17px!important;line-height:1.88!important}
  .director-story .history-story p strong{font-weight:820!important}
  .history-compare-image-frame img{width:100%!important;height:auto!important;object-fit:contain!important;display:block!important}

  /* counseling text block centered in right half */
  .explanation .explain-grid{grid-template-columns:1.08fr .92fr!important;min-height:680px!important}
  .explanation .explain-copy{justify-content:center!important;align-items:center!important;padding:0 80px!important}
  .explanation .title{font-size:39px!important;line-height:1.32!important;margin:0!important;width:100%!important;max-width:560px!important}
  .explanation .core-values{width:100%!important;max-width:560px!important;margin-top:28px!important}
  .explanation .core-value{grid-template-columns:46px 1fr!important;padding:18px 0!important;column-gap:15px!important}
  .explanation .core-value-num{font-size:13px!important;margin-top:5px!important}
  .explanation .core-value b{font-size:18px!important;line-height:1.58!important;font-weight:720!important;margin:0!important}

  /* FAQ */
  #knowledge .desc{display:flex!important;flex-direction:column!important;line-height:1.8!important;font-size:18px!important}
  #knowledge .faq-desc-last{margin-top:12px!important}

  /* treatment focus text safely to the right */
  .surgery-wrap--full .surgery-copy{right:3.6vw!important;width:510px!important;max-width:510px!important}
  .surgery-wrap--full .surgery-copy .title{font-size:42px!important;line-height:1.28!important}
  .surgery-wrap--full .surgery-copy p{font-size:18px!important;line-height:1.82!important;max-width:500px!important}
  .surgery-copy-line{display:block!important}
  .surgery-copy-line + .surgery-copy-line{margin-top:8px!important}
  .surgery-shade{background:linear-gradient(90deg,rgba(6,20,31,.02) 0%,rgba(6,20,31,.08) 53%,rgba(7,25,39,.70) 100%)!important}

  /* map label on lower center bus lane */
  #visit .map{position:relative!important}
  #visit .map-crossroad-label{position:absolute!important;left:46.2%!important;bottom:10px!important;transform:translateX(-50%)!important;z-index:4!important;padding:7px 15px 8px!important;border-radius:999px!important;background:#123f6b!important;color:#fff!important;font-size:15px!important;font-weight:850!important;line-height:1!important;box-shadow:0 3px 9px rgba(18,63,107,.18)!important;white-space:nowrap!important}

  /* hours: bigger, equal rows, lunch at bottom, reservation anchored below */
  #visit .visit-grid{grid-template-columns:1.32fr .68fr!important;gap:24px!important;align-items:stretch!important}
  #visit .visit-hours-box{display:flex!important;flex-direction:column!important;padding:30px 28px 24px!important;min-height:100%!important}
  #visit .visit-hours-box h3{font-size:30px!important;line-height:1.15!important;margin:0 0 14px!important}
  .hours-equal{display:flex!important;flex-direction:column!important;width:100%!important}
  .hours-equal-row{height:78px!important;min-height:78px!important;display:grid!important;grid-template-columns:minmax(0,1.18fr) minmax(0,.82fr)!important;column-gap:10px!important;align-items:center!important;border-bottom:1px solid #e7edf1!important}
  .hours-equal-label,.hours-weekend-label-stack{font-size:23px!important;line-height:1.26!important;font-weight:820!important;letter-spacing:-.025em!important;color:#163e60!important}
  .hours-equal-right{display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-end!important;min-width:0!important}
  .hours-equal-time{font-size:28px!important;line-height:1.15!important;font-weight:900!important;color:#123f6b!important;white-space:nowrap!important;letter-spacing:-.03em!important}
  .hours-equal-sub{margin-top:5px!important;font-size:13px!important;line-height:1.2!important;color:#6e7f8c!important;font-weight:650!important;white-space:nowrap!important}
  .hours-weekend-label-stack{display:flex!important;flex-direction:column!important;gap:2px!important}
  .hours-sunday-open{color:#3F7FAE!important}
  .hours-equal-closed{font-size:28px!important;line-height:1.15!important;font-weight:900!important;color:#c43c35!important}
  .hours-lunch-slim{height:45px!important;min-height:45px!important;margin:10px 0 0!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;padding:0 14px!important;border:1px solid #e1e9ef!important;border-radius:10px!important;background:#f7f9fb!important;color:#48647b!important}
  .hours-lunch-slim b{font-size:15px!important;font-weight:820!important}
  .hours-lunch-slim span{font-size:17px!important;font-weight:850!important}
  #visit .visit-help{margin-top:auto!important;padding:18px 17px 16px!important}
  #visit .visit-help-title{font-size:16px!important}
  #visit .visit-help-phone{font-size:25px!important}
}


@media(min-width:841px){
  .history-legacy p:first-child{font-weight:600!important;color:#eef6fb!important}
  .history-legacy p:first-child strong{font-weight:600!important}
  .surgery-wrap--full .surgery-copy{right:2.8vw!important;width:455px!important;max-width:455px!important}
  .surgery-wrap--full .surgery-copy .title{font-size:41px!important}
  .surgery-wrap--full .surgery-copy p{max-width:455px!important}
}


@media(min-width:841px){
  /* Keep the already-approved PC header arrangement: booking at the far right. */
  header .header-inner{width:min(1388px,calc(100% - 40px))!important;margin:0 auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important}
  header nav{margin-left:auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:12px!important;font-size:16.5px!important;font-weight:650!important;letter-spacing:-.02em!important;white-space:nowrap!important}
  header .nav-sep{display:inline-block!important;margin:0 2px!important;color:#aab5bd!important;font-size:15px!important;font-weight:400!important}
  header .reserve{margin-left:18px!important;min-height:48px!important;padding:10px 18px 10px 9px!important;display:inline-flex!important;align-items:center!important;gap:9px!important;font-size:15px!important;font-weight:850!important;background:#03C75A!important;color:#fff!important;border-radius:999px!important;white-space:nowrap!important}

  /* First content block under hero: readable card copy. */
  .philosophy .value p{font-size:16px!important;line-height:1.72!important}
  .philosophy .value h3{font-size:22px!important;line-height:1.35!important}

  /* Director story: purposeful paragraph breaks and breathing room. */
  .director-story .director-copy p{font-size:17px!important;line-height:1.9!important;margin-bottom:16px!important}
  .director-story .director-belief{display:inline-block!important;max-width:545px!important;padding:20px 25px!important;margin-top:25px!important;font-size:20px!important;line-height:1.66!important}
  .director-story .director-ending{margin-top:28px!important;font-size:19px!important;line-height:1.7!important;font-weight:760!important}
  .history-note-block{display:block!important}
  .history-note-block--second{margin-top:14px!important}
  .director-story .history-note{font-size:17px!important;line-height:1.83!important}
  .director-story .history-year span{font-size:16px!important;line-height:1.58!important}
  .director-story .history-story p{font-size:17px!important;line-height:1.88!important}
  .history-compare-image-frame img{display:block!important;width:100%!important;height:auto!important;object-fit:contain!important}

  /* Core values: six title-only rows, vertically centered in the right panel. */
  .explanation .explain-grid{grid-template-columns:1.08fr .92fr!important;min-height:700px!important}
  .explanation .explain-copy{display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;padding:0 70px 0 92px!important}
  .explanation .title{font-size:39px!important;line-height:1.3!important;margin:0!important;width:100%!important;max-width:560px!important}
  .explanation .core-values{width:100%!important;max-width:560px!important;margin-top:30px!important;border-top:1px solid rgba(255,255,255,.18)!important;border-bottom:1px solid rgba(255,255,255,.18)!important}
  .explanation .core-value{display:grid!important;grid-template-columns:44px 1fr!important;align-items:center!important;column-gap:15px!important;padding:16px 0!important;border:none!important;border-bottom:1px solid rgba(255,255,255,.12)!important;border-radius:0!important;background:transparent!important}
  .explanation .core-value:last-child{border-bottom:none!important}
  .explanation .core-value-num{font-size:13px!important;line-height:1.2!important;color:#91c9ee!important;font-weight:900!important;margin:0!important}
  .explanation .core-value b{display:block!important;color:#fff!important;font-size:17px!important;line-height:1.55!important;font-weight:720!important;margin:0!important}
  .explanation .core-value span{display:none!important}

  /* FAQ text rhythm. */
  #knowledge .desc{display:flex!important;flex-direction:column!important;font-size:18px!important;line-height:1.8!important}
  #knowledge .faq-desc-last{display:block!important;margin-top:12px!important}

  /* Treatment cards must never clip. */
  .treatments .card{height:auto!important;min-height:250px!important;overflow:visible!important}
  .treatments .card p{overflow:visible!important;display:block!important}

  /* Keep treatment-focus copy safely on the right of the face/glasses. */
  .surgery-wrap--full .surgery-copy{right:2.8vw!important;width:455px!important;max-width:455px!important}
  .surgery-wrap--full .surgery-copy .title{font-size:41px!important}
  .surgery-wrap--full .surgery-copy p{font-size:18px!important;line-height:1.82!important;max-width:455px!important}

  /* Map label sits on the lower middle of the central bus lane. */
  #visit .map{position:relative!important}
  #visit .map-crossroad-label{position:absolute!important;left:46.1%!important;bottom:12px!important;transform:translateX(-50%)!important;z-index:4!important;padding:7px 15px 8px!important;border-radius:999px!important;background:#123f6b!important;color:#fff!important;font-size:15px!important;font-weight:850!important;line-height:1!important;box-shadow:0 3px 9px rgba(18,63,107,.18)!important;white-space:nowrap!important}

  /* Hours: weekdays first, lunch immediately below weekdays, weekend after lunch. */
  #visit .visit-grid{grid-template-columns:1.32fr .68fr!important;gap:24px!important;align-items:stretch!important}
  #visit .visit-hours-box{display:flex!important;flex-direction:column!important;padding:30px 28px 24px!important;min-height:100%!important}
  #visit .visit-hours-box h3{font-size:30px!important;line-height:1.15!important;margin:0 0 14px!important}
  .hours-equal{display:flex!important;flex-direction:column!important;width:100%!important}
  .hours-equal-row{height:78px!important;min-height:78px!important;display:grid!important;grid-template-columns:minmax(0,1.18fr) minmax(0,.82fr)!important;column-gap:10px!important;align-items:center!important;border-bottom:1px solid #e7edf1!important}
  .hours-equal-label,.hours-weekend-label-stack{font-size:23px!important;line-height:1.26!important;font-weight:820!important;letter-spacing:-.025em!important;color:#163e60!important}
  .hours-equal-right{display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-end!important;min-width:0!important}
  .hours-equal-time{font-size:28px!important;line-height:1.15!important;font-weight:900!important;color:#123f6b!important;white-space:nowrap!important;letter-spacing:-.03em!important}
  .hours-equal-sub{margin-top:5px!important;font-size:13px!important;line-height:1.2!important;color:#6e7f8c!important;font-weight:650!important;white-space:nowrap!important}
  .hours-lunch-slim{height:44px!important;min-height:44px!important;margin:8px 0!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;padding:0 14px!important;border:1px solid #e1e9ef!important;border-radius:10px!important;background:#f7f9fb!important;color:#48647b!important}
  .hours-lunch-slim b{font-size:15px!important;font-weight:820!important}
  .hours-lunch-slim span{font-size:17px!important;font-weight:850!important}
  .hours-weekend-label-stack{display:flex!important;flex-direction:column!important;gap:2px!important}
  .hours-sunday-open{color:#3F7FAE!important}
  .hours-equal-closed{font-size:28px!important;line-height:1.15!important;font-weight:900!important;color:#c43c35!important}
  #visit .visit-help{margin-top:auto!important;padding:18px 17px 16px!important}
  #visit .visit-help-phone{font-size:25px!important}
}


@media(min-width:841px){
  .director-story .director-ending{margin-top:34px!important;font-size:20px!important;line-height:1.7!important;font-weight:760!important}
  .history-legacy p:first-child{font-weight:500!important;color:#eef6fb!important}
  .history-legacy p:first-child strong{font-weight:600!important}
}


/* V46: only the explicitly agreed final micro-fixes. All other content/layout remains locked. */
@media (min-width:841px){
  /* PHILOSOPHY / MISSION: exact center divider + same headline size as the left title. */
  .philosophy .philosophy-head--structured{
    position:relative!important;
    grid-template-columns:1fr 1fr!important;
    gap:92px!important;
    align-items:start!important;
  }
  .philosophy .philosophy-head--structured::after{
    content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;
    transform:translateX(-.5px);background:#d9e3ea;pointer-events:none;
  }
  .philosophy .philosophy-mission-block{
    border-left:none!important;
    padding:16px 0 4px 54px!important;
  }
  .philosophy .philosophy-mission-title{
    font-size:43px!important;line-height:1.27!important;letter-spacing:-.055em!important;
    font-weight:830!important;color:#153f63!important;
  }

  /* DIRECTOR ENDING: visually equal space above/below the thought box; stronger final sentence. */
  .director-story .director-belief{margin-top:22px!important;margin-bottom:0!important;}
  .director-story .director-ending{
    margin-top:38px!important;font-size:25px!important;line-height:1.62!important;
    font-weight:800!important;color:#173f61!important;
  }

  /* MAP: place Banghak intersection at the bottom of the central bus-lane axis. */
  #visit .map-crossroad-label{
    left:45.25%!important;bottom:5px!important;transform:translateX(-50%)!important;
    background:#fff7ef!important;color:#a94d25!important;border:1.5px solid #d97842!important;
    box-shadow:0 3px 9px rgba(137,70,34,.16)!important;
    padding:7px 14px 8px!important;font-size:15px!important;font-weight:900!important;
  }

  /* HOURS: Saturday matches the other day labels; only 1·3·5 Sunday gets extra emphasis. */
  .hours-weekend-label-stack>div:first-child{
    font-size:23px!important;line-height:1.26!important;font-weight:820!important;
    color:#163e60!important;letter-spacing:-.025em!important;
  }
  .hours-weekend-label-stack .hours-sunday-open{
    font-size:24.5px!important;line-height:1.24!important;font-weight:900!important;
    color:#167f9c!important;letter-spacing:-.025em!important;
  }
}


@media (min-width:841px){
  /* PHILOSOPHY / MISSION: identical title scale and weight; meaning is separated only by color. */
  .philosophy .philosophy-intro .title,
  .philosophy .philosophy-mission-title{
    font-size:43px!important;
    line-height:1.27!important;
    letter-spacing:-.055em!important;
    font-weight:700!important;
    color:#142e44!important;
  }
  .philosophy .worry-accent{
    color:#8b3f46!important;
    font-weight:700!important;
  }
  .philosophy .mission-accent{
    color:#0b7bd3!important;
    font-weight:700!important;
  }
  .philosophy .philosophy-head--structured::after{
    left:50%!important;
    transform:translateX(-.5px)!important;
  }

  /* DIRECTOR STORY: requested emphasis, body-size consistency, and correct name hierarchy. */
  .director-story .director-copy > p{
    font-size:17px!important;
    line-height:1.9!important;
  }
  .director-story .director-copy > .director-memory + p,
  .director-story .director-copy > .director-memory + p + p{
    font-size:17px!important;
    line-height:1.9!important;
  }
  .director-story .director-turning-point{
    font-weight:850!important;
    color:#183f60!important;
  }
  .director-profile-head .director-profile-clinic{
    font-size:18px!important;
    line-height:1.2!important;
    font-weight:600!important;
    color:#2e668f!important;
    margin-bottom:4px!important;
  }
  .director-profile-head b{
    font-size:24px!important;
    line-height:1.2!important;
    font-weight:800!important;
    color:#163e60!important;
  }

  /* MAP: restore the previous horizontal axis and make the label slightly shorter, centered on the light-blue bus lane. */
  #visit .map .map-crossroad-label{
    left:45.25%!important;
    bottom:1px!important;
    transform:translateX(-50%)!important;
    padding:4px 13px 5px!important;
    min-height:0!important;
    font-size:14px!important;
    line-height:1.05!important;
    font-weight:900!important;
  }

  /* HOURS: keep every word exactly as-is; only create visual separation before the closed days. */
  #visit .hours-equal-row--weekend + .hours-equal-row{
    margin-top:18px!important;
  }
}


@media (min-width:841px){
  /* Philosophy/Mission: keep the structure locked, soften only the worry accent. */
  .philosophy .worry-accent{
    color:#A85C5C!important;
    font-weight:700!important;
  }
  .philosophy .mission-accent{
    color:#0b7bd3!important;
    font-weight:700!important;
  }

  /* Map landmark: center exactly on the pale-blue bus-only lane centerline. */
  #visit .map .map-crossroad-label{
    left:45.65%!important;
    bottom:0!important;
    transform:translateX(-50%)!important;
    padding:5px 11px 6px!important;
    font-size:15px!important;
    line-height:1!important;
  }

  /* Visually separate open-day rows from closed-day rows without changing any wording. */
  #visit .hours-equal-row.hours-closed-start{
    margin-top:18px!important;
    border-top:1px dashed #d7e0e7!important;
  }
}


@media (min-width:841px){
  /* Final hours rhythm only: keep all wording/colors unchanged. */
  #visit .hours-lunch-slim{
    height:30px!important;
    min-height:30px!important;
    margin:2px 0!important;
    padding:0 10px!important;
    gap:10px!important;
    border-radius:8px!important;
  }
  #visit .hours-equal-row--tue{
    margin-bottom:0!important;
  }
  #visit .hours-equal-row--weekend{
    margin-top:0!important;
  }
  #visit .hours-equal-row.hours-closed-start,
  #visit .hours-equal-row--weekend + .hours-equal-row{
    margin-top:24px!important;
  }
}


@media(max-width:840px){
  section.content{padding:56px 0!important}
  .section-row{gap:12px!important}
  .kicker{margin-bottom:10px!important}
  .title{font-size:31px!important;line-height:1.24!important}
  .desc{margin-top:12px!important;font-size:15px!important;line-height:1.6!important}

  /* philosophy -> director */
  .philosophy-vision{margin-top:34px!important;padding-top:22px!important}
  .philosophy .philosophy-vision .philosophy-small-label{margin-bottom:10px!important}
  .philosophy .philosophy-vision-title{font-size:25px!important;line-height:1.32!important}
  .philosophy .philosophy-vision p{margin-top:5px!important;font-size:15px!important;line-height:1.55!important}

  .director-story .director{padding-top:24px!important;padding-bottom:44px!important}
  .director-story .director-grid{gap:16px!important}
  .director-story .director-photo{height:auto!important;max-width:none!important;border-radius:24px!important}
  .director-story .director-copy .title{margin-bottom:12px!important;font-size:30px!important;line-height:1.28!important}
  .director-story .director-copy p{margin:0 0 10px!important;font-size:14.5px!important;line-height:1.68!important}
  .director-story .director-memory{margin:15px 0 14px!important;padding:13px 0!important;font-size:18px!important;line-height:1.5!important}
  .director-story .director-belief{margin-top:16px!important;padding:14px 16px!important;border-radius:16px!important;font-size:17px!important;line-height:1.55!important}
  .director-story .director-ending{margin-top:16px!important;font-size:17px!important;line-height:1.55!important}
  .director-profile{grid-template-columns:1fr!important;gap:12px!important;margin-top:14px!important;padding-top:14px!important}

  /* history */
  .history{padding:52px 0 50px!important}
  .history-head{margin-bottom:20px!important}
  .history-title{font-size:29px!important;line-height:1.2!important}
  .history-note{margin-top:12px!important;font-size:14px!important;line-height:1.62!important}
  .history-year{padding:14px 0!important}
  .history-year strong{font-size:23px!important;margin-bottom:6px!important}
  .history-year span{font-size:13.5px!important;line-height:1.5!important}
  .history-closing{margin-top:16px!important;font-size:17px!important;line-height:1.5!important}

  .director-story .history-story{margin:20px 0 18px!important;padding-top:18px!important;gap:10px!important}
  .director-story .history-story-title h3{margin:4px 0 0!important;font-size:24px!important;line-height:1.28!important}
  .director-story .history-story-copy p{margin:0 0 10px!important;font-size:14.5px!important;line-height:1.66!important}
  .director-story .history-photo-title{margin:0 0 8px!important;font-size:13px!important}
  .director-story .history-photo-title--change{margin-top:0!important}
  .director-story .history-change--combined{margin-top:8px!important}
  .history-compare-caption{padding:10px 12px 11px!important;font-size:13px!important;line-height:1.32!important}
  .history-compare-caption span{margin-top:2px!important;font-size:12px!important;line-height:1.35!important}
  .director-story .history-legacy{margin:14px 0 0!important;padding:14px 16px!important;border-radius:14px!important}
  .director-story .history-legacy p{font-size:14px!important;line-height:1.55!important}
  .director-story .history-legacy p+p{margin-top:4px!important}
  .history-closing-row{margin-top:14px!important;padding-top:14px!important;gap:14px!important}
  .director-story .history-closing{font-size:17px!important;line-height:1.5!important}
  .history-column-link{min-height:40px!important;padding:0 13px!important;font-size:12.5px!important}

  /* treatments */
  .cards{gap:12px!important;margin-top:18px!important}
  .card{padding:16px 18px!important;min-height:0!important;border-radius:20px!important}
  .tag{padding:5px 9px!important;font-size:11.5px!important}
  .card h3{font-size:18px!important;line-height:1.3!important;margin:12px 0 6px!important}
  .card p{margin:0 0 10px!important;font-size:14px!important;line-height:1.5!important}
  .card-go{font-size:12.5px!important}

  /* faq */
  .search-box{margin-top:16px!important;height:48px!important;padding:0 14px!important;font-size:13px!important;border-radius:14px!important}
  .topic-chips{gap:8px!important;margin-top:12px!important}
  .chip{padding:6px 10px!important;font-size:12px!important}
  .faq-item{padding:16px 0!important;gap:12px!important}
  .faq-item b{font-size:15px!important;line-height:1.42!important}
  .plus{font-size:19px!important}
  .faq-more{margin-top:14px!important;font-size:13px!important}

  /* columns */
  .column-cards{gap:12px!important;margin-top:18px!important}
  .column{padding:16px 16px 14px!important;min-height:0!important;border-radius:20px!important}
  .column-cat{font-size:11.5px!important}
  .column h3{font-size:18px!important;line-height:1.34!important;margin:10px 0 8px!important}
  .column p{font-size:14px!important;line-height:1.55!important}
  .column-date{margin-top:10px!important;font-size:12px!important}

  /* visit + hours */
  #visit .visit-grid{gap:12px!important;margin-top:18px!important}
  #visit .box{padding:16px!important;border-radius:20px!important}
  #visit .box h3{margin:0 0 10px!important;font-size:17px!important}
  #visit .address{font-size:16px!important;line-height:1.45!important}
  #visit .muted{font-size:13px!important;line-height:1.5!important}
  #visit .map{margin-top:12px!important;border-radius:14px!important}
  #visit .map-links{gap:8px!important;margin-top:10px!important}
  #visit .map-link{min-height:40px!important;font-size:12.5px!important;padding:4px!important;border-radius:10px!important}
  #visit .hour{padding:9px 0!important;font-size:14px!important}
  .hours-pair{padding:10px 0!important}
  .hours-main{gap:10px!important}
  .hours-main b,.hours-weekend-labels b,.hours-closed-row b{font-size:15px!important}
  .hours-time{font-size:16px!important}
  .hours-sub{margin-top:4px!important;font-size:11.5px!important;line-height:1.3!important}
  .hours-lunch{margin:9px 0 2px!important;padding:9px 12px!important;gap:10px!important;border-radius:10px!important}
  .hours-lunch b{font-size:13px!important}
  .hours-lunch span{font-size:14px!important}
  .hours-weekend{gap:12px!important;padding:10px 0!important}
  .hours-weekend-labels{gap:3px!important}
  .hours-closed-row{gap:10px!important;padding:9px 0!important}
  .hours-closed{font-size:15px!important}
  #visit .visit-help{margin-top:12px!important;padding:14px!important;border-radius:16px!important}
  #visit .visit-help-title{font-size:14px!important}
  #visit .visit-help-phone{font-size:18px!important;line-height:1.15!important}
  #visit .visit-naver-booking{min-height:46px!important;padding:7px 12px 7px 8px!important;font-size:13px!important;gap:7px!important}
  #visit .visit-naver-icon{width:29px!important;height:29px!important;font-size:16px!important}
  #visit .visit-help-line{font-size:12px!important;line-height:1.45!important}
}


@media(max-width:840px){
  /* 선경치과 ↔ 웰치과 비교 영역: 제목/캡션을 사진에 최대한 붙임 */
  .director-story .history-photo-title--change{
    margin:0 0 3px!important;
    line-height:1.2!important;
  }
  .director-story .history-change--combined{
    margin-top:3px!important;
  }
  .history-compare-captions{
    border-top:1px solid #e5e9ed!important;
  }
  .history-compare-caption{
    padding:3px 8px 4px!important;
    min-height:0!important;
    height:auto!important;
    line-height:1.18!important;
  }
  .history-compare-caption b{
    margin:0!important;
    line-height:1.18!important;
  }
  .history-compare-caption span{
    margin-top:1px!important;
    line-height:1.22!important;
  }

  /* 일반 역사 사진의 하단 글박스도 같은 방식으로 압축 */
  .history-photo-card figcaption{
    padding:4px 9px 5px!important;
    min-height:0!important;
    height:auto!important;
    line-height:1.2!important;
  }
  .history-photo-card figcaption span{
    margin-top:1px!important;
    line-height:1.24!important;
  }

  /* 진료카드: 기존보다 절반 이상 납작하게 */
  .treatments .cards{
    margin-top:8px!important;
    gap:6px!important;
  }
  .treatments .card,
  .card{
    padding:6px 11px 5px!important;
    min-height:0!important;
    height:auto!important;
    border-radius:14px!important;
  }
  .treatments .tag,
  .tag{
    margin:0 0 1px!important;
    padding:2px 7px!important;
    line-height:1.12!important;
  }
  .treatments .card h3,
  .card h3{
    margin:2px 0 2px!important;
    line-height:1.16!important;
  }
  .treatments .card p,
  .card p{
    margin:0 0 2px!important;
    line-height:1.30!important;
  }
  .treatments .card-go,
  .card-go{
    margin:0!important;
    padding:0!important;
    line-height:1.10!important;
    display:inline-block!important;
  }

  /* 원장칼럼 카드도 같은 밀도로 */
  .column-cards{
    margin-top:8px!important;
    gap:6px!important;
  }
  .column{
    padding:6px 11px 5px!important;
    min-height:0!important;
    height:auto!important;
    border-radius:14px!important;
  }
  .column-cat{margin:0!important;line-height:1.1!important;}
  .column h3{margin:2px 0!important;line-height:1.18!important;}
  .column p{margin:0 0 2px!important;line-height:1.30!important;}
  .column-date{margin-top:2px!important;line-height:1.1!important;}
}


.hero-desc-line{display:block;}


@media(max-width:840px){
  .footer-phone{display:block!important;margin-top:6px!important}
  .footer-phone-sep{display:none!important}
}


/* Header fit pass after readability rules: preserve full brand and keep booking CTA inside viewport. */
@media (min-width:1301px){
  header .header-inner{width:min(1380px,calc(100% - 60px))!important;gap:20px!important}
  header .brand .desktop-logo{width:560px!important;height:78px!important}
  header nav{gap:7px!important;font-size:16.5px!important;font-weight:680!important}
  header .nav-sep{font-size:14px!important;margin:0!important;color:#aab4bc!important}
  header .reserve{margin-left:4px!important;min-height:48px!important;padding:7px 14px 7px 8px!important;gap:8px!important}
  header .header-naver-n{width:30px!important;height:30px!important;font-size:18px!important}
}
@media (min-width:841px) and (max-width:1300px){
  header .header-inner{width:calc(100% - 40px)!important;gap:16px!important}
  header .brand .desktop-logo{width:470px!important;height:68px!important}
  header .brand-tagline{width:106px!important;min-height:54px!important;font-size:15.5px!important;line-height:1.27!important;font-weight:650!important}
  header nav{gap:4px!important;font-size:14.5px!important;font-weight:670!important;letter-spacing:-.03em!important}
  header .nav-sep{font-size:12.5px!important;margin:0!important;color:#aab4bc!important}
  header .reserve{margin-left:3px!important;min-height:44px!important;padding:6px 11px 6px 7px!important;gap:7px!important;font-size:14px!important}
  header .header-naver-n{width:28px!important;height:28px!important;font-size:17px!important}
}


/* V45: ONLY the user-approved micro-adjustments. Everything else stays locked. */
@media (min-width:1360px){
  header .header-inner{width:min(1380px,calc(100% - 60px))!important;gap:20px!important}
  header nav{gap:10px!important;font-size:20px!important;font-weight:680!important;letter-spacing:-.025em!important}
  header .nav-sep{font-size:15.5px!important;margin:0 1px!important;color:#a7b1ba!important;font-weight:400!important}
  header .reserve{margin-left:12px!important;font-size:15.5px!important;min-height:48px!important;padding:7px 15px 7px 8px!important;gap:8px!important}
}
@media (min-width:1301px) and (max-width:1359px){
  header nav{gap:8px!important;font-size:18px!important;font-weight:680!important;letter-spacing:-.025em!important}
  header .nav-sep{font-size:14.5px!important;margin:0!important}
  header .reserve{margin-left:9px!important;font-size:15px!important}
}
@media (min-width:841px) and (max-width:1300px){
  header nav{gap:5px!important;font-size:15.5px!important;font-weight:670!important}
  header .nav-sep{font-size:12.5px!important}
  header .reserve{margin-left:5px!important}
}

@media (min-width:841px){
  /* Philosophy -> Mission -> 3 cards -> Vision */
  .philosophy .philosophy-head--structured{grid-template-columns:1fr 1fr!important;gap:92px!important;align-items:start!important}
  .philosophy .philosophy-intro .desc{margin-top:28px!important;font-size:18px!important;line-height:1.85!important;max-width:590px!important}
  .philosophy .philosophy-mission-block{padding:16px 0 4px 66px!important;border-left:1px solid #d9e3ea!important;min-height:250px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
  .philosophy .philosophy-small-label{font-size:12px!important;line-height:1!important;letter-spacing:.14em!important;color:#4d86b1!important;font-weight:900!important;margin-bottom:18px!important}
  .philosophy .philosophy-mission-title{margin:0!important;font-size:31px!important;line-height:1.45!important;letter-spacing:-.045em!important;color:#153f63!important;font-weight:830!important}
  .philosophy .philosophy-mission-desc{margin:24px 0 0!important;font-size:17px!important;line-height:1.82!important;color:#647582!important;max-width:560px!important}
  .philosophy .values{margin-top:72px!important}
  .philosophy .philosophy-vision{margin-top:68px!important;padding-top:38px!important;border-top:1px solid #e0e7ec!important;text-align:center!important}
  .philosophy .philosophy-vision .philosophy-small-label{margin-bottom:14px!important}
  .philosophy .philosophy-vision-title{font-size:30px!important;line-height:1.4!important;font-weight:840!important;color:#153f63!important;letter-spacing:-.04em!important}
  .philosophy .philosophy-vision p{margin:9px 0 0!important;font-size:18px!important;line-height:1.65!important;color:#647582!important}

  /* Director story ending: keep the thought box centered between the preceding paragraph and final sentence. */
  .director-story .director-belief{margin-top:38px!important;margin-bottom:0!important}
  .director-story .director-ending{margin-top:38px!important;font-size:23px!important;line-height:1.65!important;font-weight:780!important;color:#173f61!important}

  /* Map: slightly left and lower, with a warmer high-contrast marker. */
  #visit .map-crossroad-label{left:41.8%!important;bottom:3px!important;background:#fff7ef!important;color:#a94d25!important;border:1.5px solid #d97842!important;box-shadow:0 3px 9px rgba(137,70,34,.16)!important;padding:7px 14px 8px!important;font-size:15px!important;font-weight:900!important}

  /* Weekend readability: quiet Saturday, stronger 1·3·5 Sunday. */
  .hours-weekend-label-stack>div:first-child{font-size:21px!important;font-weight:620!important;color:#35546d!important}
  .hours-weekend-label-stack .hours-sunday-open{font-size:24px!important;line-height:1.24!important;font-weight:900!important;color:#167f9c!important;letter-spacing:-.025em!important}
}


@media (min-width:841px){
  /* Mission divider: one line, geometrically centered. Mission headline = left headline size. */
  .philosophy .philosophy-head--structured{position:relative!important;grid-template-columns:1fr 1fr!important;gap:92px!important;align-items:start!important;}
  .philosophy .philosophy-head--structured::after{content:""!important;position:absolute!important;left:50%!important;top:0!important;bottom:0!important;width:1px!important;transform:translateX(-.5px)!important;background:#d9e3ea!important;pointer-events:none!important;}
  .philosophy .philosophy-mission-block{border-left:none!important;padding:16px 0 4px 54px!important;}
  .philosophy .philosophy-mission-title{font-size:43px!important;line-height:1.27!important;letter-spacing:-.055em!important;font-weight:830!important;color:#153f63!important;}

  /* Director ending: equal visual gap around thought box, larger conclusion. */
  .director-story .director-copy .director-belief{margin-top:22px!important;margin-bottom:0!important;}
  .director-story .director-copy p.director-ending{margin-top:38px!important;font-size:25px!important;line-height:1.62!important;font-weight:800!important;color:#173f61!important;}

  /* Map landmark: central bus-lane axis, at the very bottom so it reads as the south intersection. */
  #visit .map .map-crossroad-label{left:45.25%!important;bottom:5px!important;transform:translateX(-50%)!important;background:#fff7ef!important;color:#a94d25!important;border:1.5px solid #d97842!important;box-shadow:0 3px 9px rgba(137,70,34,.16)!important;padding:7px 14px 8px!important;font-size:15px!important;font-weight:900!important;}

  /* Weekend: Saturday same hierarchy as other day labels; Sunday alone is emphasized. */
  #visit .hours-weekend-label-stack>div:first-child{font-size:23px!important;line-height:1.26!important;font-weight:820!important;color:#163e60!important;letter-spacing:-.025em!important;}
  #visit .hours-weekend-label-stack .hours-sunday-open{font-size:24.5px!important;line-height:1.24!important;font-weight:900!important;color:#167f9c!important;letter-spacing:-.025em!important;}
}


@media (min-width:1301px){
  /* Header: make the right navigation read as a deliberate menu block while keeping Naver pinned right. */
  header .header-inner{justify-content:space-between!important;gap:20px!important;}
  header nav{margin-left:auto!important;gap:13px!important;font-size:21px!important;font-weight:680!important;letter-spacing:-.025em!important;}
  header nav>a:first-of-type{font-size:23px!important;font-weight:720!important;color:#173e60!important;}
  header .nav-sep{font-size:16px!important;margin:0 1px!important;color:#a7b1ba!important;font-weight:400!important;}
  header .reserve{margin-left:13px!important;font-size:15.5px!important;min-height:48px!important;padding:7px 15px 7px 8px!important;gap:8px!important;}
}

@media (min-width:841px){
  /* Mission: exactly same typographic scale/weight as left headline. Emphasis comes only from color. */
  .philosophy .philosophy-mission-title{
    font-size:43px!important;
    line-height:1.27!important;
    letter-spacing:-.055em!important;
    font-weight:700!important;
    color:#142e44!important;
  }
  .philosophy .philosophy-mission-title .mission-accent{
    color:#0b7bd3!important;
    font-weight:700!important;
  }
  .philosophy .philosophy-head--structured::after{
    left:50%!important;
    transform:translateX(-.5px)!important;
  }

  /* Director ending: visibly balanced air above and below the thought box. */
  .director-story .director-copy .director-belief{
    margin-top:28px!important;
    margin-bottom:0!important;
  }
  .director-story .director-copy p.director-ending{
    margin-top:44px!important;
    font-size:26px!important;
    line-height:1.62!important;
    font-weight:800!important;
    color:#173f61!important;
  }

  /* Map landmark: slightly right, aligned to the very bottom edge of the map. */
  #visit .map .map-crossroad-label{
    left:46.5%!important;
    bottom:0!important;
    transform:translateX(-50%)!important;
    background:#fff7ef!important;
    color:#a94d25!important;
    border:1.5px solid #d97842!important;
    box-shadow:0 3px 9px rgba(137,70,34,.16)!important;
    padding:7px 14px 8px!important;
    font-size:15px!important;
    font-weight:900!important;
  }

  /* Weekend: Saturday matches weekday hierarchy; 1·3·5 Sunday gets a clear purple accent. */
  #visit .hours-weekend-label-stack>div:first-child{
    font-size:23px!important;
    line-height:1.26!important;
    font-weight:820!important;
    color:#163e60!important;
    letter-spacing:-.025em!important;
  }
  #visit .hours-weekend-label-stack .hours-sunday-open{
    font-size:25px!important;
    line-height:1.24!important;
    font-weight:900!important;
    color:#6b4bc3!important;
    letter-spacing:-.025em!important;
  }
}


@media (min-width:841px){
  #visit .map .map-crossroad-label{
    left:45.65%!important;
    bottom:0!important;
    transform:translateX(-50%)!important;
    padding:5px 11px 6px!important;
    font-size:15px!important;
    line-height:1!important;
  }
  #visit .hours-equal-row.hours-closed-start{
    margin-top:18px!important;
    border-top:1px dashed #d7e0e7!important;
  }
}


@media (min-width:841px){
  #visit .hours-equal-closed{
    font-size:23px!important;
    line-height:1.26!important;
    font-weight:820!important;
    color:#c43c35!important;
  }
  #visit .hours-equal-row.hours-closed-start{
    margin-top:24px!important;
    border-top:1px dashed #d7e0e7!important;
  }
}


@media (min-width:841px){
  #visit .hours-lunch-slim{
    width:max-content!important;
    max-width:100%!important;
    align-self:flex-start!important;
    height:30px!important;
    min-height:30px!important;
    margin:2px 0!important;
    padding:0 12px!important;
    gap:10px!important;
  }
  #visit .hours-equal-row.hours-closed-start,
  #visit .hours-equal-row--weekend + .hours-equal-row{
    margin-top:48px!important;
  }
}


/* REVIEW: additive mobile rules only. Original PC rules and image bytes are retained. */
@media (max-width:840px) {
  html {scroll-padding-top:88px;-webkit-text-size-adjust:100%;}
  body {word-break:keep-all;overflow-wrap:break-word;}
  .container {width:calc(100% - 40px);max-width:640px;}
  header {height:76px!important;}
  header .header-inner {width:calc(100% - 32px)!important;max-width:672px;gap:16px!important;}
  header .brand {min-width:0;}
  header .brand .desktop-logo, header .brand-tagline {display:none!important;}
  header .brand .mobile-logo {display:block!important;width:168px!important;height:auto!important;max-width:calc(100vw - 108px)!important;object-fit:contain!important;}
  header .menu-button {display:flex!important;align-items:center;justify-content:center;width:48px;height:48px;flex:0 0 48px;padding:0;border:1px solid #dce5ed;border-radius:12px;background:#fff;color:#173e60;font-size:26px;cursor:pointer;}
  header nav {display:none!important;position:absolute;top:100%;left:0;right:0;max-height:calc(100dvh - 150px);overflow:auto;background:#fff;border-bottom:1px solid #dce5ed;box-shadow:0 18px 25px rgba(8,46,78,.13);padding:12px 20px 20px;margin:0!important;white-space:normal!important;}
  header.mobile-menu-open nav {display:grid!important;grid-template-columns:1fr;gap:0!important;}
  header .nav-sep {display:none!important;}
  header nav>a, header nav>a:first-of-type {display:flex!important;align-items:center;min-height:52px;padding:12px 8px!important;border-bottom:1px solid #edf1f5;font-size:17px!important;font-weight:750!important;}
  header nav>a:after {display:none!important;}
  header nav>a.reserve {justify-content:center;gap:9px!important;background:#03c75a!important;color:#fff!important;margin:14px 0 0!important;padding:9px 16px!important;border:0;border-radius:999px;}
  header .header-naver-n {display:inline-flex!important;align-items:center;justify-content:center;width:30px!important;height:30px!important;flex:0 0 30px;border-radius:50%;background:#fff;color:#03c75a;font-size:18px!important;font-weight:950;}
  header .header-naver-label {display:inline-block!important;}
  a:focus-visible, button:focus-visible {outline:3px solid #1687d0;outline-offset:4px;}
  .mobile-cta {display:grid;grid-template-columns:1fr 1.2fr;position:fixed;left:0;right:0;bottom:0;z-index:60;height:auto;min-height:58px;padding-bottom:env(safe-area-inset-bottom,0px);background:#fff;border-top:1px solid #e2e9ef;box-shadow:0 -5px 18px rgba(9,38,60,.10);}
  .mobile-cta a {display:flex;align-items:center;justify-content:center;min-height:58px;font-size:16px;font-weight:800;}
  .mobile-cta .call {background:#fff;color:#123b5d;}
  .mobile-cta .booking {background:#03c75a;color:#fff;}
  footer {padding:36px 0 calc(90px + env(safe-area-inset-bottom,0px));}
  .footer-inner {display:block;}
  .footer-brand {display:block;white-space:normal;}
  .footer-logo {font-size:25px;}
  .footer-sub {font-size:14px;margin-top:8px;}
  .footer-meta {text-align:left;margin-top:22px;font-size:13px;line-height:1.8;}
}
@media (max-width:359px) {
  .container {width:calc(100% - 32px);}
}
@media (max-width:840px) and (prefers-reduced-motion:reduce) {
  html {scroll-behavior:auto;}
  *,*::before,*::after {transition:none!important;}
}

@media (max-width:840px) {
  .hero {height:auto;min-height:0;max-height:none;background:#0e3556;overflow:visible;}
  .hero-photo {position:relative;inset:auto;width:100%;aspect-ratio:4/3;background-size:100% auto;background-position:center top;}
  .hero-overlay {inset:0 0 auto;height:75vw;pointer-events:none;background:linear-gradient(180deg,transparent 68%,rgba(14,53,86,.25) 88%,#0e3556 100%);}
  .hero-overlay:after {display:none;}
  .hero-inner {height:auto;padding-top:24px;padding-bottom:40px;align-items:flex-start;}
  .hero-copy {width:100%;}
  .eyebrow {font-size:13px;line-height:1.5;min-height:36px;padding:7px 14px;margin-bottom:22px;}
  .hero h1 {font-size:clamp(31px,8.8vw,46px);line-height:1.22;letter-spacing:-.055em;}
  .hero h1 span {margin-top:7px;}
  .hero-desc {font-size:16px;line-height:1.8;margin-top:22px;}
  .hero-desc br {display:none;}
  .hero-actions {gap:12px;margin-top:26px;}
  .hero-btn {flex:1;min-width:0;height:52px;font-size:16px;}
  .hero-proof {font-size:14px;line-height:1.6;margin-top:26px;padding-top:18px;}
  section.content {padding:60px 0;}
  .kicker {font-size:12px;margin-bottom:14px;}
  .title {font-size:30px;line-height:1.36;letter-spacing:-.045em;}
  .desc {font-size:16px;line-height:1.8!important;}
  .section-row {display:flex;flex-direction:column;align-items:flex-start;gap:20px;}
  .text-link,.faq-more {display:inline-flex;align-items:center;min-height:44px;font-size:15px;}
  .philosophy .philosophy-head--structured {display:grid;grid-template-columns:1fr;gap:30px;}
  .philosophy .philosophy-head--structured:after {display:none;}
  .philosophy .philosophy-mission-block {padding:28px 0 0;border:0;border-top:1px solid #d9e3ea;}
  .philosophy .philosophy-small-label {font-size:12px;letter-spacing:.13em;color:#3977a8;font-weight:850;margin-bottom:12px;}
  .philosophy .philosophy-intro .title,.philosophy .philosophy-mission-title {font-size:30px;line-height:1.36;letter-spacing:-.045em;font-weight:700;color:#142e44;margin:0;}
  .philosophy .worry-accent {color:#a85c5c;font-weight:700;}
  .philosophy .mission-accent {color:#0b7bd3;font-weight:700;}
  .philosophy-mission-desc {margin:18px 0 0;font-size:16px;line-height:1.8;color:#687887;}
  .philosophy .desc br,.philosophy-mission-desc br {display:none;}
  .values {grid-template-columns:1fr;gap:14px;margin-top:32px;}
  .value {padding:24px;border-radius:20px;}
  .value h3 {font-size:21px;line-height:1.4;margin:12px 0 10px;}
  .value p {font-size:16px;line-height:1.75;}
  .philosophy-vision {border-top:1px solid #d9e3ea;margin-top:30px;padding-top:26px;}
  .philosophy-vision-title {font-size:24px;font-weight:750;color:#153f63;line-height:1.4;}
  .philosophy-vision p {font-size:16px;color:#687887;margin:12px 0 0;}
  .director-story .director {padding:60px 0;}
  .director-story .director-grid {grid-template-columns:1fr;gap:34px;}
  .director-story .director-photo {position:static;top:auto;height:auto;max-width:440px;width:100%;margin:0 auto;aspect-ratio:3/4;border-radius:22px;}
  .director-story .director-photo img {height:auto;object-fit:contain;transform:none;}
  .director-story .director-copy .title {font-size:30px;line-height:1.36;margin-bottom:24px;}
  .director-story .director-copy p {font-size:16px;line-height:1.85!important;margin-bottom:20px;}
  .director-story .director-copy p br {display:none;}
  .director-story .director-memory {font-size:22px;line-height:1.55;padding:22px 0;margin:28px 0;}
  .director-story .director-belief {font-size:20px;line-height:1.7!important;padding:24px 20px;margin-top:28px;}
  .director-story .director-belief br {display:none;}
  .director-story .director-copy p.director-ending {font-size:22px;line-height:1.65!important;margin:28px 0 0!important;font-weight:800;}
  .director-profile {grid-template-columns:1fr;gap:18px;margin-top:30px;padding-top:28px;}
  .director-profile-head .director-profile-clinic {font-size:16px;color:#2e668f;}
  .director-profile-head b {font-size:23px;}
  .director-profile-list {grid-template-columns:1fr;gap:8px;font-size:15px;}
  .director-story .history {padding:60px 0;}
  .director-story .history-head {grid-template-columns:1fr;gap:24px;margin-bottom:30px;}
  .director-story .history-title {font-size:31px;line-height:1.36;}
  .director-story .history-note {font-size:16px;line-height:1.85!important;}
  .history-note-block {display:block;}
  .history-note-block--second {margin-top:18px;}
  .history-note br {display:none;}
  .director-story .history-years {grid-template-columns:1fr;margin-bottom:32px;}
  .director-story .history-year {padding:24px 0;min-height:0;}
  .director-story .history-year+.history-year {border-left:0;border-top:1px solid rgba(255,255,255,.18);}
  .director-story .history-year strong {font-size:27px;margin-bottom:12px;}
  .director-story .history-year span {font-size:16px;line-height:1.7;}
  .history-photo-title {font-size:16px;line-height:1.5;margin-bottom:16px;}
  .history-photo-grid {grid-template-columns:1fr;gap:20px;margin-bottom:34px;}
  .history-photo-grid .history-photo-card:last-child {grid-column:auto;}
  .director-story .history-photo-card .history-photo-frame {height:auto!important;aspect-ratio:auto!important;}
  .director-story .history-photo-card .history-photo-frame img {display:block;width:100%;height:auto!important;aspect-ratio:auto!important;object-fit:contain!important;transform:none!important;}
  .history-photo-card figcaption {padding:18px 20px;font-size:16px;line-height:1.5;}
  .history-photo-card figcaption span {font-size:14px;line-height:1.65;margin-top:8px;}
  .director-story .history-story {grid-template-columns:1fr;gap:22px;margin:34px 0;padding-top:30px;}
  .director-story .history-story-title h3 {font-size:28px;line-height:1.36;}
  .director-story .history-story-title h3 br {display:none;}
  .director-story .history-story-copy p {font-size:16px;line-height:1.85;margin-bottom:18px;}
  .history-compare-image-frame {aspect-ratio:auto;}
  .history-compare-image-frame img {width:100%;height:auto;object-fit:contain;}
  .history-compare-captions {grid-template-columns:1fr 1fr;}
  .history-compare-caption {padding:14px 12px;font-size:14px;}
  .history-compare-caption+.history-compare-caption {border-left:1px solid #e5e9ed;border-top:0;}
  .history-compare-caption span {font-size:13px;line-height:1.6;}
  .director-story .history-legacy {padding:22px 20px;margin-top:28px;}
  .director-story .history-legacy p {font-size:16px;line-height:1.85;}
  .director-story .history-legacy p+p {margin-top:16px;}
  .history-closing-row {display:block;margin-top:28px;padding-top:26px;}
  .director-story .history-closing {font-size:22px;line-height:1.55;}
  .history-column-link {margin-top:22px;width:100%;min-height:52px;font-size:15px;white-space:normal;text-align:center;}
  .cards,.column-cards {grid-template-columns:1fr;gap:16px;margin-top:28px;}
  .card,.column {height:auto;min-height:0;padding:26px;border-radius:20px;}
  .card h3,.column h3 {font-size:22px;line-height:1.45;}
  .card p,.column p {font-size:16px;line-height:1.8;}
  .tag,.column-cat {font-size:13px;}
  .card-go {font-size:14px;}
  .card:hover {transform:none;}
  .explanation .explain-grid {grid-template-columns:1fr;min-height:0;}
  .explanation .explain-photo {height:auto;}
  .explanation .explain-photo img {width:100%;height:auto;object-fit:contain;}
  .explanation .explain-photo:after {display:none;}
  .explanation .explain-copy {padding:38px 20px 46px;max-width:680px;width:100%;margin:auto;}
  .explanation .explain-copy .title {font-size:30px;line-height:1.36;margin:0;}
  .explanation .core-values {margin-top:26px;}
  .explanation .core-value {grid-template-columns:26px minmax(0,1fr);column-gap:12px;align-items:start;padding:18px 0;}
  .explanation .core-value-num {font-size:13px;margin-top:4px;}
  .explanation .core-value b {font-size:17px;line-height:1.65;font-weight:700;}
  .knowledge-grid {grid-template-columns:1fr;gap:32px;}
  .faq-desc-main,.faq-desc-last {display:block;}
  .faq-desc-last {margin-top:12px;}
  .search-box {font-size:15px;padding:0 15px;}
  .topic-chips {gap:8px;}
  .chip {font-size:14px;padding:8px 12px;}
  .faq-item {padding:20px 0;gap:16px;align-items:flex-start;}
  .faq-item b {font-size:16px;line-height:1.65;}
  .plus {flex:0 0 auto;}
  .surgery:before,.surgery:after,.surgery-shade {display:none;}
  .surgery-wrap.surgery-wrap--full {display:block;width:100%;height:auto;min-height:0;padding:0;margin:0;}
  .surgery-full-img {width:100%;max-width:100%;height:auto;object-fit:contain;}
  .surgery-wrap--full .surgery-copy {position:static;transform:none;width:100%;max-width:680px;margin:auto;padding:38px 20px 46px;background:transparent;}
  .surgery-copy .title {font-size:30px;line-height:1.36;}
  .surgery-copy p {font-size:16px;line-height:1.85;}
  .surgery-copy-line {display:block;}
  .surgery-copy-line+.surgery-copy-line {margin-top:16px;}
  #visit .visit-grid {grid-template-columns:1fr;gap:22px!important;margin-top:28px;}
  #visit .box {padding:24px 20px!important;border-radius:20px;min-width:0;}
  #visit .box h3 {font-size:25px;margin-bottom:18px;}
  #visit .address {font-size:17px!important;line-height:1.65;}
  #visit .map {margin:20px -8px 0!important;border-radius:12px;}
  #visit .map img {width:100%;height:auto;}
  #visit .map .map-crossroad-label {left:45.65%;bottom:0;transform:translateX(-50%);padding:3px 5px;font-size:11px;line-height:1;background:#fff7ef;color:#a94d25;border:1px solid #d97842;box-shadow:none;}
  #visit .map-links {grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;}
  #visit .map-link {min-height:46px!important;padding:8px 3px!important;font-size:13px!important;white-space:nowrap;}
  .hours-equal {display:flex;flex-direction:column;width:100%;}
  .hours-equal-row {display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;min-height:74px;padding:15px 0;border-bottom:1px solid #e7edf1;}
  .hours-equal-label,.hours-weekend-label-stack {font-size:16px;line-height:1.5;font-weight:800;color:#163e60;}
  .hours-equal-right {display:flex;flex-direction:column;align-items:flex-end;justify-content:center;min-width:0;}
  .hours-equal-time {font-size:20px;line-height:1.3;font-weight:850;color:#123f6b;white-space:nowrap;font-variant-numeric:tabular-nums;letter-spacing:-.04em;}
  .hours-equal-sub {font-size:12px;line-height:1.5;color:#6e7f8c;margin-top:5px;white-space:nowrap;}
  .hours-lunch-slim {display:flex;align-items:center;align-self:flex-start;gap:12px;max-width:100%;margin:6px 0;padding:7px 11px;border:1px solid #e1e9ef;border-radius:8px;background:#f7f9fb;color:#48647b;font-size:14px;line-height:1.5;}
  .hours-lunch-slim b,.hours-lunch-slim span {white-space:nowrap;}
  .hours-weekend-label-stack {display:flex;flex-direction:column;gap:3px;}
  .hours-weekend-label-stack .hours-sunday-open {color:#6b4bc3!important;font-weight:900;}
  .hours-equal-closed {font-size:18px;font-weight:820;color:#c43c35;}
  #visit .hours-closed-start {margin-top:24px;border-top:1px dashed #d7e0e7;}
  #visit .visit-help {margin-top:24px;padding:20px 16px;}
  .visit-help-actions {grid-template-columns:1fr;gap:16px;}
  .visit-help-phone {font-size:26px;}
  .visit-naver-booking {width:100%;min-height:52px;font-size:16px;}
  .visit-help-line {font-size:14px;line-height:1.65;margin-top:16px;}
}
@media (min-width:560px) and (max-width:840px) {
  .cards,.column-cards {grid-template-columns:repeat(2,minmax(0,1fr));}
  .card,.column {padding:24px;}
  .hours-equal-label,.hours-weekend-label-stack {font-size:18px;}
  .hours-equal-time {font-size:24px;}
}
@media (max-width:359px) {
  .hero h1 {font-size:30px;}
  .eyebrow {font-size:12px;}
  .title,.philosophy .philosophy-intro .title,.philosophy .philosophy-mission-title {font-size:27px;}
  #visit .box {padding:22px 16px!important;}
  .hours-equal-time {font-size:18px;}
  .hours-equal-label,.hours-weekend-label-stack {font-size:15px;}
  .hours-equal-sub {font-size:11px;}
  .hours-equal-row {gap:8px;}
}



/* First mobile revision: visible menu label; header/logo dimensions are unchanged. */
@media (max-width:840px) {
  header .menu-button {width:92px;flex-basis:92px;gap:7px;}
  header .menu-button::after {content:"MENU";font-size:12px;line-height:1;font-weight:750;letter-spacing:.035em;}
}

/* Only spacing and targeted character spacing change; font sizes and images stay fixed. */
@media (max-width:840px) {
  .hero-inner {padding-top:20px;padding-bottom:30px;}
  .eyebrow {margin-bottom:18px;}
  .hero-desc {margin-top:18px;}
  .hero-actions {margin-top:20px;}
  .hero-proof {margin-top:20px;padding-top:14px;}
  section.content {padding:42px 0;}
  .kicker {margin-bottom:10px;}
  .desc {margin-top:14px;}
  .section-row {gap:12px;}
  .philosophy .philosophy-head--structured {gap:22px;}
  .philosophy .philosophy-mission-block {padding-top:22px;}
  .philosophy .philosophy-small-label {margin-bottom:9px;}
  .philosophy-mission-desc {margin-top:14px;}
  .philosophy .values {margin-top:24px;gap:10px;align-items:start;}
  .philosophy .value {height:auto;min-height:0;padding-top:16px;padding-bottom:16px;}
  .philosophy .value h3 {margin-top:8px;margin-bottom:6px;}
  .philosophy .value p {margin:0;}
  .philosophy-vision {margin-top:24px;padding-top:20px;}
  .philosophy-vision p {margin-top:8px;}
  .director-story .director {padding:42px 0;}
  .director-story .director-grid {gap:24px;}
  .director-story .director-copy .title {margin-bottom:18px;}
  .director-story .director-copy p {margin-bottom:14px;}
  .director-story .director-memory {margin:20px 0;padding:16px 0;}
  .director-story .director-belief {margin-top:20px;padding-top:18px;padding-bottom:18px;}
  .director-story .director-copy p.director-ending {margin-top:20px!important;}
  .director-profile {gap:14px;margin-top:24px;padding-top:20px;}
  .director-story .history {padding:44px 0;}
  .director-story .history-head {gap:18px;margin-bottom:24px;}
  .history-note-block--second {margin-top:14px;}
  .director-story .history-years {margin-bottom:24px;}
  .director-story .history-year {padding-top:18px;padding-bottom:18px;}
  .director-story .history-year strong {margin-bottom:9px;}
  .history-photo-title {margin-bottom:12px;}
  .history-photo-grid {gap:16px;margin-bottom:26px;}
  .history-photo-card figcaption {padding-top:14px;padding-bottom:14px;}
  .history-photo-card figcaption span {margin-top:6px;}
  .director-story .history-story {gap:16px;margin:26px 0;padding-top:24px;}
  .director-story .history-story-copy p {margin-bottom:14px;}
  .director-story .history-story-title h3 {letter-spacing:0;word-spacing:.04em;}
  .history-compare-caption {padding-top:11px;padding-bottom:11px;}
  .director-story .history-legacy {margin-top:22px;padding-top:16px;padding-bottom:16px;}
  .director-story .history-legacy p+p {margin-top:12px;}
  .history-closing-row {margin-top:22px;padding-top:20px;}
  .history-column-link {margin-top:16px;}
  .cards,.column-cards {gap:12px;margin-top:22px;}
  .treatments .card {height:auto;min-height:0;padding-top:18px;padding-bottom:18px;}
  .treatments .card h3 {margin-top:10px;margin-bottom:6px;}
  .treatments .card p {margin-top:0;margin-bottom:10px;}
  .column {height:auto;min-height:0;padding-top:20px;padding-bottom:20px;}
  .column h3 {margin-top:12px;margin-bottom:10px;}
  .column-date {margin-top:16px;}
  .explanation .explain-copy {padding-top:28px;padding-bottom:32px;}
  .explanation .core-values {margin-top:20px;}
  .explanation .core-value {padding-top:13px;padding-bottom:13px;}
  .knowledge-grid {gap:24px;}
  .faq-desc-last {margin-top:8px;}
  .search-box {margin-top:22px;}
  .topic-chips {margin-top:14px;}
  .faq-item {padding-top:16px;padding-bottom:16px;}
  .faq-more {margin-top:16px;}
  .surgery-wrap--full .surgery-copy {padding-top:28px;padding-bottom:32px;}
  .surgery-copy .title {margin-bottom:14px;}
  .surgery-copy-line+.surgery-copy-line {margin-top:12px;}
  #visit .visit-grid {margin-top:22px;gap:18px!important;}
  #visit .box {padding-top:20px!important;padding-bottom:20px!important;}
  #visit .box h3 {margin-bottom:14px;}
  #visit .visit-help {margin-top:18px;padding-top:16px;padding-bottom:16px;}
  .visit-help-line {margin-top:12px;}
}



/* R2 REVIEW: intermediate widths only; preserve the 840px and 1440px layouts. */
@media (min-width:841px) and (max-width:1338px) {
  header .header-inner {width:calc(100% - 20px)!important;gap:8px!important;}
  header nav {display:grid!important;grid-template-columns:repeat(5,max-content max-content) max-content;column-gap:2px!important;row-gap:2px!important;font-size:15px!important;}
  header nav>a:not(.reserve) {padding:6px 1px!important;}
  header nav>a:first-of-type {font-size:15px!important;}
  header .reserve {grid-column:1 / -1;justify-self:end;margin-left:0!important;}
}

@media (min-width:841px) and (max-width:1024px) {
  #visit .hours-equal-row {height:auto!important;min-height:78px!important;grid-template-columns:minmax(0,1fr)!important;row-gap:6px!important;padding:12px 0!important;}
  #visit .visit-help-actions {grid-template-columns:minmax(0,1fr)!important;}
}


/* BASE: Work+Claude reviewed mobile main v3. ONLY mobile hero visual is replaced. */
@media (max-width:840px) {
  .hero {
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:visible!important;
    background:#0e3556!important;
  }
  .hero-photo {
    position:relative!important;
    inset:auto!important;
    display:block!important;
    width:100%!important;
    height:auto!important;
    aspect-ratio:1646/825!important;
    background-image:url("/assets/399a8b911bc29bca67b916818c581c2a2ac5d2fbe29b1c8eb71619866a4a4335.png")!important;
    background-size:100% 100%!important;
    background-position:center!important;
    background-repeat:no-repeat!important;
    filter:none!important;
  }
  .hero-overlay {display:none!important;}
  .hero-overlay:after {display:none!important;}
  .hero-inner {
    height:auto!important;
    padding-top:20px!important;
    padding-bottom:30px!important;
    align-items:flex-start!important;
    background:#0e3556!important;
  }
}


@media (max-width:840px){
  /* ONLY the screen immediately after hero: philosophy / values */
  .philosophy.content{padding:28px 0!important;}
  .philosophy .kicker{margin-bottom:6px!important;}
  .philosophy .philosophy-head--structured{gap:14px!important;}
  .philosophy .philosophy-intro .title{line-height:1.20!important;}
  .philosophy .philosophy-intro .desc{margin-top:9px!important;line-height:1.55!important;}
  .philosophy .philosophy-mission-block{padding-top:14px!important;}
  .philosophy .philosophy-small-label{margin-bottom:6px!important;}
  .philosophy .philosophy-mission-title{line-height:1.22!important;}
  .philosophy .philosophy-mission-desc{margin-top:9px!important;line-height:1.55!important;}
  .philosophy .values{margin-top:16px!important;gap:8px!important;}
  .philosophy .value{height:auto!important;min-height:0!important;padding:12px 16px 13px!important;border-radius:16px!important;}
  .philosophy .value-num{line-height:1.1!important;}
  .philosophy .value h3{margin:5px 0 4px!important;line-height:1.25!important;}
  .philosophy .value p{margin:0!important;line-height:1.52!important;}
  .philosophy .philosophy-vision{margin-top:16px!important;padding-top:14px!important;}
  .philosophy .philosophy-vision .philosophy-small-label{margin-bottom:5px!important;}
  .philosophy .philosophy-vision-title{line-height:1.25!important;}
  .philosophy .philosophy-vision p{margin-top:5px!important;line-height:1.5!important;}
}


@media (max-width:840px){
  /* Director: keep all text/photos, only tighten vertical rhythm */
  .director-story .director{padding:34px 0!important;}
  .director-story .director-grid{gap:18px!important;}
  .director-story .director-copy .title{margin-bottom:14px!important;line-height:1.24!important;}
  .director-story .director-copy p{line-height:1.58!important;margin:0 0 10px!important;}
  .director-story .director-memory{font-size:20px!important;line-height:1.42!important;padding:12px 0!important;margin:14px 0!important;}
  .director-story .director-belief{font-size:18px!important;line-height:1.48!important;padding:14px 16px!important;margin-top:14px!important;border-radius:16px!important;}
  .director-story .director-copy p.director-ending{font-size:20px!important;line-height:1.45!important;margin:15px 0 0!important;}
  .director-profile{gap:10px!important;margin-top:16px!important;padding-top:16px!important;}
  .director-profile-head b{margin-bottom:2px!important;}
  .director-profile-list{gap:4px!important;line-height:1.45!important;}

  /* History: reduce section gaps and row heights */
  .director-story .history{padding:34px 0 38px!important;}
  .director-story .history-head{gap:12px!important;margin-bottom:18px!important;}
  .director-story .history-note{line-height:1.58!important;}
  .history-note-block--second{margin-top:9px!important;}
  .director-story .history-years{margin-bottom:20px!important;}
  .director-story .history-year{padding:14px 0!important;}
  .director-story .history-year strong{margin-bottom:6px!important;line-height:1.05!important;}
  .director-story .history-year span{line-height:1.45!important;}

  /* History photo cards / banner captions */
  .history-photo-title{margin-bottom:9px!important;line-height:1.35!important;}
  .history-photo-grid{gap:11px!important;margin-bottom:20px!important;}
  .history-change{gap:11px!important;margin-top:8px!important;}
  .history-photo-card{border-radius:15px!important;}
  .history-photo-card figcaption{padding:10px 14px 11px!important;font-size:15px!important;line-height:1.34!important;}
  .history-photo-card figcaption span{margin-top:3px!important;font-size:13.5px!important;line-height:1.42!important;}

  /* Mid-history narrative */
  .director-story .history-story{gap:11px!important;margin:20px 0!important;padding-top:18px!important;}
  .director-story .history-story-title .kicker{margin-bottom:5px!important;}
  .director-story .history-story-title h3{margin-top:5px!important;line-height:1.24!important;}
  .director-story .history-story-copy p{line-height:1.58!important;margin-bottom:9px!important;}
  .director-story .history-legacy{padding:13px 16px!important;margin-top:16px!important;border-radius:15px!important;}
  .director-story .history-legacy p{line-height:1.55!important;}
  .director-story .history-legacy p+p{margin-top:7px!important;}
  .history-closing-row{margin-top:17px!important;padding-top:15px!important;}
  .history-column-link{margin-top:10px!important;min-height:42px!important;}

  /* Compare card captions */
  .history-compare-captions{min-height:0!important;}
  .history-compare-caption{padding:9px 10px!important;line-height:1.35!important;}
  .history-compare-caption span{margin-top:3px!important;line-height:1.42!important;}

  /* Treatments: shorten introduction and cards */
  .treatments.content{padding:34px 0 40px!important;}
  .treatments .section-row{gap:10px!important;}
  .treatments .kicker{margin-bottom:6px!important;}
  .treatments .title{line-height:1.22!important;}
  .treatments .desc{margin-top:10px!important;line-height:1.58!important;}
  .treatments .text-link{min-height:34px!important;margin-top:4px!important;}
  .treatments .cards{margin-top:18px!important;gap:10px!important;}
  .treatments .card{height:auto!important;min-height:0!important;padding:15px 17px 16px!important;border-radius:17px!important;}
  .treatments .tag{padding:5px 9px!important;}
  .treatments .card h3{margin:8px 0 5px!important;line-height:1.28!important;}
  .treatments .card p{margin:0 0 9px!important;line-height:1.52!important;}
  .treatments .card-go{line-height:1.3!important;}
}


@media (max-width: 768px){
  /* History photo cards: text box should feel attached right under image */
  .history-photo-card,
  .history-compare-combined{overflow:hidden!important;}
  .history-photo-card .history-photo-frame,
  .history-compare-image-frame,
  .history-photo-frame--compare{display:block!important;margin:0!important;line-height:0!important;}
  .history-photo-card figcaption{padding:7px 14px 8px!important;line-height:1.28!important;}
  .history-photo-card figcaption span{margin-top:1px!important;line-height:1.34!important;}
  .history-compare-caption{padding:7px 10px 8px!important;line-height:1.28!important;}
  .history-compare-caption span{margin-top:1px!important;line-height:1.34!important;}
  .history-photo-grid{gap:9px!important;margin-bottom:16px!important;}
  .history-change,
  .director-story .history-change{gap:9px!important;margin-top:4px!important;}

  /* Mid history narrative + compare block */
  .director-story .history-story{margin:16px 0 14px!important;padding-top:14px!important;gap:8px!important;}
  .history-photo-title--change{margin-top:2px!important;}
  .director-story .history-legacy{padding:11px 14px!important;margin-top:12px!important;}

  /* Treatments header spacing */
  .treatments.content{padding:28px 0 34px!important;}
  .treatments .section-row{gap:8px!important;}
  .treatments .kicker{margin-bottom:4px!important;}
  .treatments .title{margin:0!important;line-height:1.16!important;}
  .treatments .desc{margin-top:7px!important;line-height:1.48!important;}
  .treatments .text-link{margin-top:1px!important;min-height:28px!important;}
  .treatments .cards{margin-top:12px!important;gap:8px!important;}

  /* Treatment cards: reduce top/bottom whitespace so border sits close under the link */
  .treatments .card{min-height:0!important;height:auto!important;padding:12px 16px 10px!important;border-radius:16px!important;}
  .treatments .tag{padding:4px 9px!important;margin-bottom:4px!important;}
  .treatments .card h3{margin:6px 0 4px!important;line-height:1.18!important;}
  .treatments .card p{margin:0 0 6px!important;line-height:1.42!important;}
  .treatments .card-go{display:inline-block!important;line-height:1.15!important;margin:0!important;}
}


@media (max-width:768px){
  /* Generic mobile content cards: content-height only */
  .card,
  .column,
  .knowledge .faq-item,
  .faq-item,
  .director-story .director-belief,
  .director-story .history-legacy,
  .visit .box,
  .visit-hours-box,
  .history-photo-card figcaption,
  .history-compare-caption{
    min-height:0!important;
    height:auto!important;
  }

  /* Treatment cards: almost no vertical air around text */
  .treatments .cards{gap:7px!important;margin-top:9px!important;}
  .treatments .card{
    padding:8px 14px 7px!important;
    min-height:0!important;
    height:auto!important;
  }
  .treatments .tag{margin:0 0 3px!important;padding:3px 8px!important;line-height:1.25!important;}
  .treatments .card h3{margin:3px 0!important;line-height:1.18!important;}
  .treatments .card p{margin:0 0 3px!important;line-height:1.38!important;}
  .treatments .card-go{margin:0!important;padding:0!important;line-height:1.18!important;}

  /* FAQ rows */
  .knowledge.content{padding-top:26px!important;padding-bottom:28px!important;}
  .knowledge-grid{gap:14px!important;}
  .faq-list{margin-top:8px!important;}
  .faq-item{padding:10px 0!important;gap:10px!important;}
  .faq-item b{line-height:1.32!important;}
  .faq-more{margin-top:10px!important;}

  /* Director column section */
  .columns.content{padding-top:28px!important;padding-bottom:30px!important;}
  .columns .desc{margin-top:8px!important;line-height:1.48!important;}
  .columns .text-link{margin-top:6px!important;}
  .column-cards{gap:8px!important;margin-top:12px!important;}
  .column{padding:10px 14px 9px!important;min-height:0!important;height:auto!important;border-radius:16px!important;}
  .column-cat{line-height:1.2!important;}
  .column h3{margin:4px 0!important;line-height:1.26!important;}
  .column p{margin:0!important;line-height:1.4!important;}
  .column-date{margin-top:4px!important;}

  /* Visit / hours card */
  .visit.content{padding-top:28px!important;padding-bottom:30px!important;}
  .visit-grid{gap:10px!important;margin-top:16px!important;}
  .visit .box{padding:12px 14px!important;border-radius:16px!important;}
  .visit .box h3{margin:0 0 7px!important;}
  .hours-equal-row{padding:8px 0!important;min-height:0!important;}
  .hours-lunch-slim{margin:5px 0!important;padding:6px 10px!important;min-height:0!important;}
  .visit-help{margin-top:8px!important;padding:10px 12px!important;}
  .visit-help-title{margin-bottom:5px!important;}

  /* Pending column cards / gray cards shown in screenshot */
  .column-card,
  .column-preview-card,
  .content-card{
    min-height:0!important;
    height:auto!important;
    padding-top:9px!important;
    padding-bottom:9px!important;
  }
}


@media (max-width: 768px){
  /* Overall section rhythm: keep section separation, remove extra internal air */
  section.content{padding:24px 0 28px!important;}
  .container{width:calc(100% - 32px)!important;}
  .kicker{margin-bottom:4px!important;}
  .title{margin:0!important;line-height:1.14!important;}
  .desc{margin-top:7px!important;line-height:1.44!important;}
  .text-link,.faq-more{margin-top:8px!important;}

  /* Explanation / philosophy blocks */
  .philosophy-head{gap:16px!important;}
  .values{gap:10px!important;margin-top:14px!important;}
  .value{padding:12px 14px!important;min-height:0!important;height:auto!important;}
  .mission{margin:10px 0 0!important;line-height:1.34!important;}
  .explanation .explain-copy{padding:24px 18px!important;}
  .explanation .core-values{margin-top:14px!important;}
  .explanation .core-value{padding:9px 0!important;column-gap:10px!important;}
  .explanation .core-value-num{margin-top:2px!important;}

  /* Director story / history */
  .director-story .director{padding-top:34px!important;padding-bottom:34px!important;}
  .director-story .director-grid{gap:22px!important;}
  .director-story .director-copy .title{margin-bottom:12px!important;}
  .director-story .director-copy p{margin:0 0 10px!important;}
  .director-story .director-memory{margin:16px 0 14px!important;padding:12px 0!important;}
  .director-story .director-belief{margin-top:14px!important;padding:12px 14px!important;min-height:0!important;height:auto!important;}
  .director-profile{margin-top:16px!important;padding-top:14px!important;gap:10px!important;}
  .director-story .history{padding:40px 0 42px!important;}
  .director-story .history-head{gap:10px!important;margin-bottom:16px!important;}
  .director-story .history-years{margin-bottom:18px!important;}
  .director-story .history-year{padding:16px 2px!important;min-height:0!important;}
  .history-photo-title{margin-bottom:8px!important;line-height:1.32!important;}
  .history-photo-grid{gap:8px!important;margin-bottom:12px!important;}
  .history-photo-card{border-radius:14px!important;}
  .history-photo-card figcaption{padding:6px 12px 7px!important;line-height:1.3!important;min-height:0!important;height:auto!important;}
  .history-photo-card figcaption span{margin-top:2px!important;line-height:1.36!important;}
  .history-change,.director-story .history-change{gap:8px!important;margin-top:4px!important;}
  .history-compare-caption{padding:6px 8px 7px!important;line-height:1.3!important;min-height:0!important;height:auto!important;}
  .history-compare-caption span{margin-top:2px!important;line-height:1.36!important;}
  .director-story .history-story{margin:14px 0 12px!important;padding-top:12px!important;gap:8px!important;}
  .director-story .history-story-copy p{margin:0 0 10px!important;}
  .director-story .history-legacy{padding:10px 12px!important;margin-top:10px!important;min-height:0!important;height:auto!important;}
  .history-closing-row{margin-top:12px!important;}
  .history-column-link{margin-top:10px!important;}

  /* Treatments */
  .treatments.content{padding-top:24px!important;padding-bottom:28px!important;}
  .treatments .section-row{gap:8px!important;}
  .treatments .cards{margin-top:10px!important;gap:8px!important;}
  .treatments .card,
  .card{padding:8px 12px 8px!important;min-height:0!important;height:auto!important;border-radius:16px!important;}
  .treatments .tag,.tag{margin:0 0 3px!important;padding:3px 8px!important;line-height:1.2!important;}
  .treatments .card h3,.card h3{margin:4px 0!important;line-height:1.2!important;}
  .treatments .card p,.card p{margin:0 0 4px!important;line-height:1.38!important;}
  .treatments .card-go,.card-go{margin:0!important;line-height:1.15!important;display:inline-block!important;}

  /* FAQ */
  .knowledge.content{padding-top:24px!important;padding-bottom:28px!important;}
  .knowledge-grid{gap:14px!important;}
  .search-box{margin-top:10px!important;height:46px!important;padding:0 14px!important;border-radius:14px!important;}
  .topic-chips{gap:7px!important;margin-top:10px!important;}
  .chip{padding:6px 10px!important;}
  .faq-list{margin-top:6px!important;}
  .faq-item{padding:11px 0!important;gap:10px!important;min-height:0!important;height:auto!important;}
  .faq-item b{line-height:1.32!important;}
  .plus{line-height:1!important;}

  /* Column cards */
  .columns.content{padding-top:24px!important;padding-bottom:28px!important;}
  .column-cards{gap:8px!important;margin-top:10px!important;}
  .column{padding:8px 12px 8px!important;min-height:0!important;height:auto!important;border-radius:16px!important;}
  .column-cat{line-height:1.15!important;}
  .column h3{margin:4px 0!important;line-height:1.24!important;}
  .column p{margin:0 0 4px!important;line-height:1.38!important;}
  .column-date{margin-top:4px!important;line-height:1.2!important;}

  /* Surgery banner */
  .surgery-wrap{width:calc(100% - 32px)!important;padding:28px 0!important;gap:18px!important;}
  .surgery-copy{padding:18px 18px 22px!important;}
  .surgery-copy .title{margin-bottom:10px!important;line-height:1.2!important;}
  .surgery-copy p{margin:0!important;line-height:1.45!important;}

  /* Visit / location / hours */
  .visit.content{padding-top:24px!important;padding-bottom:28px!important;}
  .visit-grid{gap:8px!important;margin-top:12px!important;}
  .visit .box,#visit .box{padding:10px 12px!important;border-radius:16px!important;min-height:0!important;height:auto!important;}
  .visit .box h3,#visit .box h3{margin:0 0 6px!important;}
  .map{margin-top:10px!important;}
  .map-links{gap:8px!important;margin-top:10px!important;}
  .map-link{min-height:38px!important;border-radius:10px!important;}
  .hours-equal-row{height:auto!important;min-height:0!important;padding:8px 0!important;}
  .hours-equal-sub{margin-top:2px!important;}
  .hours-lunch-slim{height:auto!important;min-height:0!important;margin:4px 0!important;padding:5px 10px!important;}
  .visit-help,#visit .visit-help{margin-top:8px!important;padding:10px 12px!important;}
  .visit-help-title,#visit .visit-help-title{margin-bottom:5px!important;}
  .visit-help-actions,#visit .visit-help-actions{gap:8px!important;}
  .visit-help-line,#visit .visit-help-line{margin-top:6px!important;line-height:1.45!important;}

  /* Any generic preview cards that may appear in some versions */
  .column-card,.column-preview-card,.content-card,.preview-card,.faq-card{
    min-height:0!important;
    height:auto!important;
    padding-top:8px!important;
    padding-bottom:8px!important;
  }
}


@media (max-width:840px){
  /* 1) 메인 가치 3박스: 글자 높이에 거의 맞추기 */
  .philosophy .values{margin-top:10px!important;gap:6px!important;}
  .philosophy .value{
    padding:6px 14px 7px!important;
    min-height:0!important;
    height:auto!important;
    border-radius:15px!important;
  }
  .philosophy .value-num{line-height:1.05!important;margin:0!important;}
  .philosophy .value h3{margin:2px 0 2px!important;line-height:1.18!important;}
  .philosophy .value p{margin:0!important;line-height:1.34!important;}

  /* VISION 자체와 원장사진 사이 */
  .philosophy.content{padding-bottom:8px!important;}
  .philosophy .philosophy-vision{margin-top:10px!important;padding-top:9px!important;}
  .philosophy .philosophy-vision .philosophy-small-label{margin-bottom:3px!important;}
  .philosophy .philosophy-vision p{margin-top:3px!important;line-height:1.35!important;}
  .director-story .director{padding-top:8px!important;padding-bottom:18px!important;}
  .director-story .director-grid{gap:10px!important;}
  .director-story .director-photo{margin-top:0!important;}

  /* 2) 원장 소개 내부 */
  .director-story .director-copy .title{margin-bottom:7px!important;}
  .director-story .director-copy p{margin:0 0 6px!important;line-height:1.46!important;}
  .director-story .director-memory{margin:8px 0!important;padding:7px 0!important;line-height:1.35!important;}
  .director-story .director-belief{margin-top:8px!important;padding:8px 12px!important;line-height:1.35!important;}
  .director-story .director-ending{margin-top:8px!important;line-height:1.4!important;}
  .director-profile{margin-top:8px!important;padding-top:8px!important;gap:6px!important;}
  .director-profile-list{gap:3px!important;line-height:1.3!important;}

  /* 3) 연혁: 각 연도 사이와 섹션 여백 대폭 축소 */
  .director-story .history{padding:22px 0 24px!important;}
  .director-story .history-head{margin-bottom:8px!important;gap:6px!important;}
  .director-story .history-note{margin-top:6px!important;line-height:1.42!important;}
  .director-story .history-years{margin:8px 0 10px!important;}
  .director-story .history-year{padding:7px 0 8px!important;min-height:0!important;}
  .director-story .history-year strong{margin-bottom:3px!important;line-height:1!important;}
  .director-story .history-year span{line-height:1.34!important;}
  .history-photo-title{margin:6px 0 5px!important;line-height:1.2!important;}
  .history-photo-grid{margin-bottom:8px!important;gap:6px!important;}

  /* 역사 설명 문단 */
  .director-story .history-story{margin:8px 0!important;padding-top:8px!important;gap:6px!important;}
  .director-story .history-story-title .kicker{margin-bottom:2px!important;}
  .director-story .history-story-title h3{margin:2px 0 0!important;line-height:1.18!important;}
  .director-story .history-story-copy p{margin:0 0 5px!important;line-height:1.42!important;}

  /* 4) 선경치과 ↔ 웰치과 : 사진과 글자를 붙이고 설명 박스 높이 최소화 */
  .director-story .history-photo-title--change{margin:6px 0 4px!important;}
  .director-story .history-change--combined{margin-top:0!important;}
  .history-compare-combined{border-radius:14px!important;}
  .history-compare-captions{margin:0!important;}
  .history-compare-caption{
    padding:3px 8px 4px!important;
    min-height:0!important;
    height:auto!important;
    line-height:1.18!important;
  }
  .history-compare-caption b{margin:0!important;line-height:1.16!important;}
  .history-compare-caption span{margin:1px 0 0!important;line-height:1.22!important;}

  /* 비교사진 아래 이어지는 박스도 상하패딩 최소화 */
  .director-story .history-legacy{
    margin-top:7px!important;
    padding:6px 10px!important;
    min-height:0!important;
    height:auto!important;
    border-radius:12px!important;
  }
  .director-story .history-legacy p{margin:0!important;line-height:1.35!important;}
  .director-story .history-legacy p+p{margin-top:2px!important;}
  .history-closing-row{margin-top:7px!important;padding-top:7px!important;gap:7px!important;}
  .director-story .history-closing{line-height:1.35!important;}
  .history-column-link{margin-top:6px!important;min-height:34px!important;padding:0 10px!important;}

  /* 5) 진료 메인 카드도 위아래 여백을 글자에 맞게 */
  .treatments .cards{margin-top:8px!important;gap:6px!important;}
  .treatments .card,
  .card{
    padding:6px 12px 7px!important;
    min-height:0!important;
    height:auto!important;
    border-radius:15px!important;
  }
  .treatments .tag,.tag{margin:0 0 2px!important;padding:3px 8px!important;line-height:1.1!important;}
  .treatments .card h3,.card h3{margin:2px 0!important;line-height:1.16!important;}
  .treatments .card p,.card p{margin:0 0 2px!important;line-height:1.3!important;}
  .treatments .card-go,.card-go{margin:0!important;padding:0!important;line-height:1.1!important;}
}


@media(max-width:840px){
  /* PC에서 잡은 줄바꿈을 모바일에서도 강제로 유지 */
  .director-mobile-line,
  .history-mobile-line,
  .belief-line{display:block!important;}
  .director-mobile-line--next{margin-top:6px!important;}
  .director-story .director-copy p.director-origin-block{margin-bottom:10px!important;line-height:1.5!important;}

  .director-story .director-belief{padding:7px 10px!important;line-height:1.34!important;}
  .director-story .director-belief .belief-line{margin:0!important;}
  .director-story .director-belief .belief-line + .belief-line{margin-top:2px!important;}
  .director-story .director-belief .belief-line--last{white-space:nowrap!important;}

  .director-story .history-note .history-mobile-line{line-height:1.42!important;}
  .director-story .history-note .history-mobile-line + .history-mobile-line{margin-top:2px!important;}
  .director-story .history-note-block--second{margin-top:8px!important;}

  /* 진료카드: 자세히 보기 아래 빈 공간 거의 제거 */
  .treatments .card{padding:5px 12px 3px!important;}
  .treatments .card-go{margin:0!important;padding:0!important;line-height:1.05!important;}
  .treatments .card p{margin-bottom:2px!important;}
}


@media(max-width:840px){
  .director-story .director-mobile-line--tight{margin-top:1px!important;}
  .director-story .director-belief .belief-line--middle,
  .director-story .director-belief .belief-line--last{white-space:nowrap!important;}
}


@media(max-width:840px){
  /* 철학 3박스: 내용은 그대로, 상하 공백만 한 단계 축소 */
  .philosophy .values{gap:7px!important;margin-top:12px!important;}
  .philosophy .value{padding:9px 14px 8px!important;min-height:0!important;height:auto!important;}
  .philosophy .value h3{margin:5px 0 3px!important;}
  .philosophy .value p{margin:0!important;line-height:1.38!important;}

  /* VISION과 원장사진 사이 */
  .philosophy-vision{margin-top:28px!important;padding-top:18px!important;}
  .director-story .director{padding-top:18px!important;}

  /* 원장 핵심가치 01~06: 행 내부만 축소 */
  .explanation .core-value{padding:7px 0!important;}

  /* 연혁: 항목 간 높이만 조금 더 압축 */
  .director-story .history-years{margin:6px 0 8px!important;}
  .director-story .history-year{padding:5px 0 6px!important;min-height:0!important;}
  .director-story .history-year strong{margin-bottom:2px!important;}
  .director-story .history-year span{line-height:1.30!important;}

  /* 역사 사진 캡션 */
  .director-story .history-photo-card figcaption{padding:5px 10px 5px!important;}
  .director-story .history-photo-card figcaption span{margin-top:2px!important;}

  /* 선경치과 ↔ 웰치과 비교 캡션과 그 아래 설명 */
  .director-story .history-photo-title--change{margin-bottom:3px!important;}
  .history-compare-caption{padding:2px 8px 3px!important;}
  .history-compare-caption span{margin-top:0!important;line-height:1.20!important;}
  .director-story .history-legacy{margin-top:5px!important;padding:5px 10px!important;}
  .director-story .history-legacy p+p{margin-top:1px!important;}
  .history-closing-row{margin-top:5px!important;padding-top:5px!important;}

  /* 진료 카드: 자세히 보기 아래와 카드 사이 공백만 추가 축소 */
  .treatments .cards{gap:5px!important;margin-top:8px!important;}
  .treatments .card{padding:5px 12px 2px!important;min-height:0!important;height:auto!important;}
  .treatments .card p{margin-bottom:2px!important;}
  .treatments .card-go{margin:0!important;padding:0!important;line-height:1.05!important;}

  /* FAQ 끝 → 원장칼럼 시작 사이의 큰 공백 축소 */
  .knowledge.content{padding-bottom:18px!important;}
  .knowledge .faq-more{margin-top:8px!important;margin-bottom:0!important;}
  .columns.content{padding-top:18px!important;padding-bottom:26px!important;}

  /* 원장칼럼 카드: 내용 대비 남는 아래 공간 축소 */
  .column-cards{gap:6px!important;margin-top:8px!important;}
  .column{padding:6px 12px 5px!important;min-height:0!important;height:auto!important;}
  .column h3{margin:3px 0!important;}
  .column p{margin:0 0 2px!important;}
  .column-date{margin-top:2px!important;}

  /* FOCUS ON TREATMENT → 오시는 길: 파트 구분은 남기고 조금만 축소 */
  .surgery-wrap{padding-top:24px!important;padding-bottom:22px!important;}
  .visit.content{padding-top:20px!important;}

  /* 진료시간: 각 행의 상하 여백만 줄임 */
  #visit .hours-equal-row{padding:6px 0!important;min-height:0!important;height:auto!important;}
  #visit .hours-lunch-slim{margin:6px 0 1px!important;padding:7px 10px!important;}
  #visit .hours-closed-start{margin-top:3px!important;}
}
