/*
Theme Name: Learncard Guide
Version: 1.0.0
*/
:root{--ink:#14231f;--muted:#60706a;--paper:#f7faf8;--white:#fff;--brand:#176b57;--brand2:#d7efe7;--line:#dce7e2;--warn:#fff8e8;--radius:20px;--shadow:0 18px 48px rgba(20,35,31,.09);--space:8px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Pretendard,"Noto Sans KR",system-ui,sans-serif;line-height:1.75;letter-spacing:-.015em}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(247,250,248,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(220,231,226,.85)}.nav{height:76px;display:flex;align-items:center;gap:32px}.brand{display:flex;align-items:center;gap:12px;font-weight:800;white-space:nowrap}.brand img{width:42px;height:42px;border-radius:13px}.navlinks{display:flex;gap:25px;margin-left:auto;font-size:15px;font-weight:650}.navlinks a:hover{color:var(--brand)}.menu-toggle{display:none;margin-left:auto;border:1px solid var(--line);background:#fff;border-radius:12px;min-width:44px;min-height:44px}.hero{padding:112px 0 96px}.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:72px;align-items:center}.eyebrow{display:inline-flex;padding:8px 13px;border-radius:999px;background:var(--brand2);color:var(--brand);font-weight:750;font-size:14px}.hero h1{font-family:"Noto Serif KR",serif;font-size:clamp(48px,6vw,76px);line-height:1.14;letter-spacing:-.055em;margin:24px 0}.lead{font-size:19px;color:var(--muted);max-width:650px}.actions{display:flex;gap:12px;margin-top:32px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:14px;background:var(--brand);color:#fff;font-weight:750;border:1px solid var(--brand);transition:.2s}.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.btn.secondary{background:#fff;color:var(--brand)}.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:28px;background:#fff;padding:18px 20px;border-radius:16px;box-shadow:var(--shadow);max-width:250px;font-size:14px}.section{padding:104px 0}.section.alt{background:#edf5f1}.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:40px}.section h2{font-family:"Noto Serif KR",serif;font-size:clamp(32px,4vw,48px);line-height:1.25;letter-spacing:-.04em;margin:0}.section-head p{max-width:520px;color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.path-card,.post-card,.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 8px 24px rgba(20,35,31,.04);overflow:hidden}.path-card{padding:28px;transition:.2s}.path-card:hover,.post-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.path-card .num{font-size:13px;color:var(--brand);font-weight:800}.path-card h3{margin:14px 0 8px;font-size:22px}.path-card p{margin:0;color:var(--muted);font-size:15px}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.post-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.post-card-body{padding:24px}.post-card h3{font-size:21px;line-height:1.4;margin:8px 0}.meta{font-size:13px;color:var(--brand);font-weight:700}.site-footer{background:#14231f;color:#d9e5e0;padding:72px 0 32px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:60px}.footer-links{display:flex;gap:20px;flex-wrap:wrap}.legal-footer{font-size:.8em;color:#aebdb7;border-top:1px solid #35453f;margin-top:40px;padding-top:24px}.article-hero{padding:72px 0 40px}.article-hero .inner{width:min(820px,calc(100% - 40px));margin:auto}.article-hero h1{font-family:"Noto Serif KR",serif;font-size:clamp(40px,6vw,64px);line-height:1.2;letter-spacing:-.045em}.featured{width:min(1060px,calc(100% - 40px));margin:16px auto 56px}.featured img{width:100%;max-height:620px;object-fit:cover;border-radius:28px}.article{width:min(780px,calc(100% - 40px));margin:0 auto 100px;font-size:17px;background:#fff;padding:clamp(24px,6vw,64px);border-radius:28px;border:1px solid var(--line)}.article h2{font-family:"Noto Serif KR",serif;font-size:32px;line-height:1.35;margin:72px 0 24px}.article h3{font-size:23px;margin-top:40px}.article p{margin:0 0 22px}.article img{border-radius:18px;margin:40px 0;width:100%}.article ul,.article ol{background:#f2f7f4;border-radius:16px;padding:22px 26px 22px 46px;margin:28px 0}.table-wrap{overflow-x:auto;margin:32px 0;border:1px solid var(--line);border-radius:16px}.article table{border-collapse:collapse;width:100%;min-width:560px}.article th,.article td{text-align:left;padding:15px;border-bottom:1px solid var(--line)}.article th{background:#edf5f1;color:var(--brand)}.callout{background:var(--warn);border-left:4px solid #c58c22;padding:20px 22px;border-radius:0 14px 14px 0;margin:32px 0}.timeline{display:grid;gap:12px;margin:30px 0}.step{display:grid;grid-template-columns:44px 1fr;gap:14px;align-items:start}.step b{width:44px;height:44px;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center}.step div{padding:9px 0 20px;border-bottom:1px solid var(--line)}.toc{background:#edf5f1;padding:24px;border-radius:18px}.toc a{display:block;padding:5px;color:var(--brand)}.finance{display:grid;grid-template-columns:.8fr 1.2fr;gap:32px}.finance-form{padding:30px}.finance-form input{width:100%;min-height:48px;border:1px solid var(--line);border-radius:12px;padding:0 14px;font:inherit}.finance-result{padding:30px;min-height:280px}.focus-ring:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid #68b6a2;outline-offset:3px}@media(max-width:900px){.hero-grid,.finance,.footer-grid{grid-template-columns:1fr}.cards{grid-template-columns:repeat(2,1fr)}.post-grid{grid-template-columns:repeat(2,1fr)}.hero-media{max-width:620px}.hero-note{left:16px}.navlinks{display:none}.menu-toggle{display:block}.navlinks.open{display:flex;position:absolute;top:76px;left:0;right:0;background:#fff;padding:20px;flex-direction:column;border-bottom:1px solid var(--line)}}@media(max-width:600px){.wrap{width:min(100% - 28px,1180px)}.hero{padding:72px 0}.section{padding:76px 0}.cards,.post-grid{grid-template-columns:1fr}.hero h1{font-size:44px}.article{width:100%;border-left:0;border-right:0;border-radius:0}.article h2{font-size:28px}.section-head{display:block}.nav{height:68px}.brand img{width:38px;height:38px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
