/* Theme Name: Onco Cost Guide */
:root{--ink:#102a32;--muted:#587078;--paper:#f7faf9;--white:#fff;--brand:#0b6b67;--brand2:#174e67;--line:#dce8e5;--r:20px;--shadow:0 18px 55px rgba(16,42,50,.10);--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;font-size:17px;line-height:1.75;word-break:keep-all}a{color:var(--brand);text-decoration:none}a:hover{color:var(--brand2)}img{display:block;max-width:100%;height:auto}.wrap{width:min(1160px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:30;background:rgba(247,250,249,.9);backdrop-filter:blur(14px);border-bottom:1px solid rgba(220,232,229,.8)}.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;color:var(--ink);font-weight:800;letter-spacing:-.04em}.brand img{width:42px;height:42px;border-radius:12px}.nav{display:flex;gap:26px;align-items:center}.nav a{color:var(--ink);font-size:15px;font-weight:650}.menu-toggle{display:none;background:none;border:0;padding:10px;font:inherit}.hero{padding:104px 0 88px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center}.eyebrow{color:var(--brand);font-size:14px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.hero h1{font-family:"Noto Serif KR",serif;font-size:clamp(48px,6vw,78px);line-height:1.14;letter-spacing:-.065em;margin:18px 0 26px}.hero p{font-size:20px;color:var(--muted);max-width:600px}.hero-media{position:relative}.hero-media img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:32px;box-shadow:var(--shadow)}.hero-note{position:absolute;left:-32px;bottom:32px;background:var(--white);padding:20px 24px;border-radius:16px;box-shadow:var(--shadow);font-weight:700}.button{display:inline-flex;min-height:48px;align-items:center;padding:0 22px;border-radius:999px;background:var(--brand);color:white;font-weight:750;transition:.2s}.button:hover{color:white;background:var(--brand2);transform:translateY(-2px)}.section{padding:96px 0}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:40px}.section h2{font-family:"Noto Serif KR",serif;font-size:clamp(32px,4vw,48px);line-height:1.25;letter-spacing:-.045em;margin:0}.section-kicker{color:var(--muted);max-width:520px}.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.42;margin:0 0 10px}.card p{font-size:15px;color:var(--muted);margin:0}.band{background:var(--ink);color:white;border-radius:30px;padding:56px;display:grid;grid-template-columns:1fr 1fr;gap:48px}.band p{color:#c7d8d7}.article-shell{width:min(820px,calc(100% - 40px));margin:auto;padding:72px 0 110px}.article-head{text-align:center;margin-bottom:48px}.article-head h1{font-family:"Noto Serif KR",serif;font-size:clamp(38px,6vw,60px);line-height:1.2;letter-spacing:-.055em}.featured{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:28px;margin:32px 0 56px}.entry h2{font-size:30px;line-height:1.35;margin:72px 0 22px;letter-spacing:-.04em}.entry h3{font-size:23px;margin-top:42px}.entry p{margin:0 0 22px}.entry figure{margin:40px 0}.entry figure img{width:100%;border-radius:20px;aspect-ratio:16/10;object-fit:cover}.entry figcaption{font-size:14px;color:var(--muted);margin-top:10px}.keybox,.toc,.sources{padding:28px;background:#eaf4f1;border:1px solid var(--line);border-radius:18px;margin:28px 0}.toc ol{columns:2;margin-bottom:0}.entry blockquote{margin:32px 0;padding:24px 28px;border-left:4px solid var(--brand);background:white;border-radius:0 16px 16px 0;font-weight:650}.table-wrap{overflow:auto;margin:32px 0;border:1px solid var(--line);border-radius:16px}table{width:100%;border-collapse:collapse;background:white;min-width:560px}caption{text-align:left;padding:18px 20px;font-weight:800;background:#eaf4f1}th,td{text-align:left;padding:15px 18px;border-bottom:1px solid var(--line)}th{font-size:14px;color:var(--brand)}.related{margin-top:72px}.site-footer{background:#0b252d;color:#c6d5d7;padding:70px 0 36px}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px}.site-footer a{color:white}.footer-links{display:flex;gap:18px;justify-content:flex-end}.legal-global{border-top:1px solid #29434a;margin-top:36px;padding-top:28px;font-size:13px;line-height:1.7;color:#9fb3b7}.copyright{font-size:13px;margin-top:24px}.reveal{opacity:0;transform:translateY(16px);transition:.6s}.reveal.on{opacity:1;transform:none}:focus-visible{outline:3px solid #4bb6aa;outline-offset:3px}@media(max-width:800px){body{font-size:16px}.nav{display:none;position:absolute;top:76px;left:0;right:0;background:var(--white);padding:20px;flex-direction:column}.nav.open{display:flex}.menu-toggle{display:block;min-width:44px;min-height:44px}.hero{padding:64px 0}.hero-grid,.band,.footer-grid{grid-template-columns:1fr;gap:32px}.hero-media{order:-1}.hero-media img{aspect-ratio:16/11}.hero-note{left:16px;bottom:16px}.cards{grid-template-columns:1fr}.section{padding:72px 0}.section-head{display:block}.band{padding:32px}.toc ol{columns:1}.footer-links{justify-content:flex-start;flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}.reveal{opacity:1;transform:none}}
