/* Theme Name: Medical Location Data Guide */
:root{--ink:#102a2b;--muted:#5e7272;--paper:#f6f8f6;--white:#fff;--brand:#087f75;--brand2:#dcefeb;--line:#dbe5e2;--r:22px;--shadow:0 20px 50px rgba(16,42,43,.09);--space:8px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Pretendard,"Noto Sans KR",sans-serif;line-height:1.75;letter-spacing:-.015em}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.site-head{position:sticky;top:0;z-index:30;background:rgba(246,248,246,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(219,229,226,.8)}.head-in{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:-.04em}.brand img{width:42px;height:42px;border-radius:13px}.nav{display:flex;align-items:center;gap:26px;font-size:15px;font-weight:650}.nav a{padding:12px 0}.nav a:hover{color:var(--brand)}.hero{padding:96px 0 76px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}.eyebrow{color:var(--brand);font-size:14px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.hero h1{font-family:"Noto Serif KR",serif;font-size:clamp(52px,7vw,88px);line-height:1.08;letter-spacing:-.065em;margin:18px 0 28px}.lede{font-size:19px;color:var(--muted);max-width:620px}.hero-media{position:relative}.hero-media img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:36px;box-shadow:var(--shadow)}.hero-note{position:absolute;left:-32px;bottom:30px;background:var(--white);border:1px solid var(--line);border-radius:18px;padding:20px 22px;box-shadow:var(--shadow);max-width:280px}.section{padding:104px 0}.section-white{background:var(--white)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:42px}.section h2{font-family:"Noto Serif KR",serif;font-size:clamp(32px,4vw,48px);line-height:1.25;letter-spacing:-.045em;margin:0}.section-copy{color:var(--muted);max-width:600px}.search-panel{background:var(--white);border:1px solid var(--line);border-radius:28px;padding:32px;box-shadow:var(--shadow)}.filters{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.field label{display:block;font-size:13px;font-weight:750;margin:0 0 7px}.field select,.field input{width:100%;height:50px;border:1px solid var(--line);border-radius:12px;padding:0 14px;background:#fff;color:var(--ink);font:inherit}.btn{min-height:50px;border:0;border-radius:13px;padding:0 22px;background:var(--brand);color:white;font-weight:750;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-2px);filter:brightness(.94)}.result-status{margin:24px 0 12px;color:var(--muted)}.result-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.result-card{padding:20px;border:1px solid var(--line);border-radius:16px;background:#fbfcfb}.result-card strong{display:block;font-size:18px}.result-card span{color:var(--muted);font-size:14px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--r);overflow:hidden;transition:.25s}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.card img{width:100%;aspect-ratio:16/10;object-fit:cover}.card-body{padding:24px}.card h3{font-size:21px;line-height:1.4;margin:8px 0}.card p{color:var(--muted);font-size:15px}.article-shell{padding:72px 0 110px}.article{width:min(800px,calc(100% - 40px));margin:auto}.article-head{text-align:center;margin-bottom:44px}.article-head h1{font-family:"Noto Serif KR",serif;font-size:clamp(40px,6vw,66px);line-height:1.18;letter-spacing:-.055em}.featured{width:min(1080px,calc(100% - 40px));margin:0 auto 60px}.featured img{width:100%;aspect-ratio:16/8;object-fit:cover;border-radius:30px}.entry{font-size:18px}.entry h2{font-family:"Noto Serif KR",serif;font-size:32px;line-height:1.35;margin:76px 0 22px}.entry p{margin:0 0 22px}.entry figure{margin:46px 0}.entry figure img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:20px}.entry figcaption{color:var(--muted);font-size:14px;margin-top:10px}.entry table{width:100%;border-collapse:separate;border-spacing:0;margin:30px 0;border:1px solid var(--line);border-radius:16px;overflow:hidden;font-size:15px}.entry th,.entry td{padding:15px;border-bottom:1px solid var(--line);text-align:left}.entry th{background:var(--brand2)}.entry tr:last-child td{border-bottom:0}.entry blockquote,.keybox{margin:32px 0;padding:24px 26px;background:var(--brand2);border-left:4px solid var(--brand);border-radius:0 15px 15px 0}.entry ul,.entry ol{padding-left:24px;margin:26px 0}.legal-notice,.ai-notice{font-size:.85em}.site-foot{background:#0d2929;color:#dce8e6;padding:72px 0 34px}.foot-grid{display:grid;grid-template-columns:1fr 2fr;gap:60px}.site-foot p{color:#a9bfbb;font-size:13px}.foot-links{display:flex;gap:22px;flex-wrap:wrap}.legal-foot{margin-top:36px;border-top:1px solid #294544;padding-top:26px;font-size:12px;color:#a9bfbb}.focus-visible,:focus-visible{outline:3px solid #f0b85a;outline-offset:3px}@media(max-width:850px){.nav{display:none}.hero{padding-top:58px}.hero-grid{grid-template-columns:1fr;gap:42px}.hero-media img{aspect-ratio:16/11}.hero-note{left:14px}.filters{grid-template-columns:1fr 1fr}.cards{grid-template-columns:1fr 1fr}.foot-grid{grid-template-columns:1fr}.section{padding:76px 0}}@media(max-width:560px){.wrap{width:min(100% - 28px,1180px)}.hero h1{font-size:50px}.filters,.cards,.result-grid{grid-template-columns:1fr}.search-panel{padding:20px}.section-head{display:block}.entry{font-size:17px}.entry h2{font-size:28px}.article{width:calc(100% - 28px)}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
