/*
Theme Name: Clean Cost Guide
Version: 1.0.0
*/
:root{--ink:#142522;--muted:#64736f;--paper:#f7faf8;--white:#fff;--brand:#126b5c;--brand2:#d9eee7;--line:#dce6e2;--r:20px;--shadow:0 18px 50px rgba(20,37,34,.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",system-ui,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:50;background:rgba(247,250,248,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(220,230,226,.8)}.head-inner{height:80px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:-.04em}.mark{width:38px;height:38px;border-radius:12px;background:var(--brand);position:relative;box-shadow:inset 0 0 0 1px rgba(255,255,255,.2)}.mark:before,.mark:after{content:"";position:absolute;background:#fff;border-radius:99px}.mark:before{width:18px;height:6px;left:10px;top:11px;transform:rotate(-35deg)}.mark:after{width:14px;height:6px;left:13px;top:21px;transform:rotate(-35deg)}nav{margin-left:auto;display:flex;gap:4px}nav a{display:flex;align-items:center;min-height:44px;padding:0 14px;border-radius:12px;font-size:14px;font-weight:650}nav a:hover,nav a:focus-visible{background:var(--brand2);color:var(--brand)}:focus-visible{outline:3px solid #70bbaa;outline-offset:3px}.hero{padding:96px 0 112px}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:64px}.eyebrow{display:inline-block;color:var(--brand);font-weight:800;font-size:13px;letter-spacing:.08em;text-transform:uppercase}.hero h1{font-family:"Noto Serif KR",serif;font-size:clamp(48px,6vw,78px);line-height:1.08;letter-spacing:-.06em;margin:18px 0 24px}.hero p{font-size:19px;color:var(--muted);max-width:580px}.hero-media{position:relative}.hero-media img{aspect-ratio:4/5;object-fit:cover;border-radius:32px;box-shadow:var(--shadow)}.hero-card{position:absolute;left:-32px;bottom:32px;background:var(--white);padding:22px 24px;border-radius:18px;box-shadow:var(--shadow);max-width:240px;font-weight:750}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:14px;background:var(--brand);color:white;font-weight:750;transition:.2s}.button:hover{transform:translateY(-2px);filter:brightness(.95)}.section{padding:100px 0}.section.alt{background:#edf5f1}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px}.section h2{font-family:"Noto Serif KR",serif;font-size:clamp(32px,4vw,48px);line-height:1.25;letter-spacing:-.045em;margin:0}.section-head p{max-width:480px;color:var(--muted)}.grid{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;box-shadow:0 6px 22px rgba(20,37,34,.04)}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.card img{width:100%;aspect-ratio:16/9;object-fit:cover}.card-body{padding:24px}.card h3{font-size:21px;line-height:1.4;margin:6px 0 10px}.card p{color:var(--muted);font-size:14px;margin:0}.chips{display:flex;flex-wrap:wrap;gap:10px}.chip{padding:12px 16px;background:var(--white);border:1px solid var(--line);border-radius:99px;font-weight:700}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;counter-reset:step}.step{background:var(--white);border-radius:var(--r);padding:28px;border:1px solid var(--line)}.step:before{counter-increment:step;content:"0" counter(step);display:block;color:var(--brand);font-weight:800;margin-bottom:18px}.site-foot{background:#10241f;color:#dbe9e4;padding:72px 0 32px}.foot-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:50px}.foot-links{display:flex;justify-content:flex-end;gap:18px;flex-wrap:wrap}.notice{border-top:1px solid rgba(255,255,255,.14);margin-top:40px;padding-top:24px;color:#a9bbb5;font-size:12px}.article-shell{padding:72px 0 110px}.article-head,.entry{width:min(790px,calc(100% - 40px));margin:auto}.article-head h1{font-family:"Noto Serif KR",serif;font-size:clamp(38px,6vw,60px);line-height:1.18;letter-spacing:-.05em;margin:14px 0 24px}.article-hero{width:min(1050px,calc(100% - 40px));margin:44px auto 56px}.article-hero img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}.entry{font-size:17px;background:white;padding:clamp(28px,6vw,64px);border-radius:28px;border:1px solid var(--line)}.entry h2{font-family:"Noto Serif KR",serif;font-size:31px;line-height:1.35;margin:64px 0 20px;color:var(--ink)}.entry h3{font-size:23px;margin:38px 0 14px}.entry p{margin:0 0 24px}.entry img{margin:36px 0;border-radius:18px;width:100%}.entry table{width:100%;border-collapse:collapse;min-width:580px}.entry .wp-block-table,.entry figure:has(table){overflow-x:auto}.entry th,.entry td{padding:14px;border:1px solid var(--line);text-align:left}.entry th{background:var(--brand2)}.entry blockquote{margin:32px 0;padding:22px 24px;border-left:4px solid var(--brand);background:#f0f7f4;border-radius:0 14px 14px 0}.entry ul,.entry ol{padding-left:24px;margin-bottom:28px}.related{width:min(1050px,calc(100% - 40px));margin:0 auto 100px}.page-shell{padding:80px 0 110px}.page-shell .entry h1{font-family:"Noto Serif KR",serif;font-size:48px;line-height:1.2}.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(max-width:850px){.head-inner{height:auto;min-height:72px;flex-wrap:wrap;padding:12px 0}nav{width:100%;overflow:auto;margin:0;order:3}.hero{padding:64px 0 80px}.hero-grid{grid-template-columns:1fr;gap:40px}.hero-media img{aspect-ratio:16/11}.hero-card{left:16px;bottom:16px}.grid{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr 1fr}.section{padding:76px 0}.section-head{display:block}.foot-grid{grid-template-columns:1fr}.foot-links{justify-content:flex-start}}@media(max-width:560px){.wrap{width:min(100% - 28px,1180px)}.grid,.steps{grid-template-columns:1fr}.hero h1{font-size:46px}.hero-card{position:static;margin:-20px 14px 0;position:relative}.section{padding:64px 0}.entry{width:calc(100% - 20px);padding:26px 20px}.article-head{width:calc(100% - 28px)}.article-hero{width:calc(100% - 20px);margin-top:30px}.article-hero img{border-radius:18px}.foot-links{display:grid}.entry h2{font-size:27px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
