:root{color-scheme:light;--ink:#111827;--muted:#5e6b7d;--line:#d7e0ec;--paper:#fff;--soft:#f5f8fc;--blue:#1463d9;--blue-dark:#0c3d8f;--mint:#16a777;--mint-dark:#07875d;--amber:#f5a524;--navy:#0f172a;--radius:8px;--shadow:0 22px 60px #0f172a24}*{box-sizing:border-box}body{color:var(--ink);background:#f7fafc;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans KR,Apple SD Gothic Neo,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}p,h1,h2,h3{margin:0}.page{min-width:320px}.container{width:min(1040px,100% - 40px);margin:0 auto}.button{border-radius:var(--radius);color:#fff;background:var(--blue);justify-content:center;align-items:center;min-height:40px;padding:0 18px;font-weight:750;transition:transform .16s,box-shadow .16s;display:inline-flex;box-shadow:0 10px 24px #1463d93d}.button:hover,.post-card:hover{transform:translateY(-1px)}.blog-hero,.article-hero{color:#fff;background:linear-gradient(90deg, #091322f7 0%, #0b1f3be6 52%, #1463d98f 100%), var(--hero-background) center / cover no-repeat;position:relative;overflow:hidden}.blog-hero{padding:80px 0 72px}.article-hero{padding:70px 0 58px}.eyebrow{color:#ffffffe6;background:#ffffff1f;border:1px solid #ffffff47;border-radius:999px;align-items:center;min-height:30px;padding:0 10px;font-size:13px;font-weight:760;display:inline-flex}h1{letter-spacing:0;max-width:840px;margin-top:18px;font-size:48px;line-height:1.12}.hero-copy{color:#ffffffd6;max-width:720px;margin-top:18px;font-size:19px}.hero-meta{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.hero-meta span{border-radius:var(--radius);color:#ffffffd1;background:#ffffff1a;border:1px solid #fff3;align-items:center;min-height:32px;padding:0 10px;font-size:13px;font-weight:720;display:inline-flex}.section{background:#fff;padding:64px 0}.section.soft{background:var(--soft)}.section-head{max-width:720px;margin-bottom:28px}.section-kicker{color:var(--blue);margin-bottom:9px;font-size:14px;font-weight:850;display:block}h2{color:var(--navy);letter-spacing:0;font-size:32px;line-height:1.22}.section-head p{color:var(--muted);margin-top:12px;font-size:18px}.post-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.post-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;flex-direction:column;justify-content:space-between;min-height:244px;padding:22px;transition:transform .16s,box-shadow .16s,border-color .16s;display:flex;box-shadow:0 10px 28px #0f172a0d}.post-card:hover{border-color:#1463d947;box-shadow:0 18px 40px #0f172a14}.post-card time{color:var(--muted);margin-top:22px;font-size:13px;font-weight:400;display:block}.post-card h2,.post-card h3{margin-top:12px;font-size:22px;line-height:1.28}.post-card p{color:var(--muted);margin-top:12px}.faq-page-list{gap:14px;max-width:900px;display:grid}.faq-page-list details{background:#fff;border:1px solid #d7e0ec;border-radius:18px;padding:0 24px;box-shadow:0 12px 30px #0f172a0d}.faq-page-list summary{color:#0f172a;cursor:pointer;padding:22px 36px 22px 0;font-size:18px;font-weight:800;line-height:1.45}.faq-page-list details p{color:#475569;max-width:760px;margin:-4px 0 22px;line-height:1.75}.faq-page-list details[open]{border-color:#b9c9de}.article-layout{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:42px;display:grid}.article-body{color:#27364a;font-size:18px}.article-body>p{margin-top:18px}.article-body a{color:var(--blue-dark);text-underline-offset:3px;font-weight:760;text-decoration:underline 1px}.article-body a:hover{color:var(--blue);text-decoration-thickness:2px}.article-body a:focus-visible{outline-offset:3px;border-radius:3px;outline:3px solid #1463d947}.article-body section{padding-top:42px}.article-body h2{margin-top:84px;margin-bottom:14px}.article-body h3{color:var(--navy);margin:24px 0 10px;font-size:22px;line-height:1.3}.article-body ul,.article-body ol{margin:14px 0 0;padding-left:22px}.article-body li+li{margin-top:8px}.path-flow{counter-reset:path-step;gap:10px;margin:18px 0 0;padding:0;list-style:none;display:grid}.path-flow li{border-radius:var(--radius);min-height:52px;color:var(--navy);background:#f5f9ff;border:1px solid #1463d933;margin:0;padding:13px 16px 13px 52px;font-weight:760;position:relative}.path-flow li:before{color:#fff;background:var(--blue);counter-increment:path-step;content:counter(path-step);border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;font-weight:850;display:inline-flex;position:absolute;top:11px;left:14px}.guide-figure{margin:24px 0 0}.guide-figure img{border:1px solid var(--line);border-radius:var(--radius);background:#fff;width:100%;height:auto;display:block;box-shadow:0 14px 36px #0f172a14}.guide-figure figcaption{color:var(--muted);margin-top:10px;font-size:14px;line-height:1.5}.tutorial-step-title{align-items:center;gap:12px;display:flex;margin-top:38px!important;font-size:24px!important}.tutorial-step-title span{color:#fff;background:var(--blue);letter-spacing:.04em;white-space:nowrap;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:850;display:inline-flex}.tutorial-figure{margin-bottom:40px}.lead,.article-body>p:first-child{border-left:4px solid var(--mint);border-radius:var(--radius);color:#21483a;background:#eefbf5;padding:22px;font-weight:680}.note{border-radius:var(--radius);color:#664512;background:#fff8e8;border:1px solid #fde3ad;margin-top:20px;padding:18px}.note a{color:#0c3d8f;text-underline-offset:3px;font-weight:800;text-decoration:underline}.data-table{border-collapse:collapse;border:1px solid var(--line);border-radius:var(--radius);width:100%;margin-top:18px;font-size:16px;overflow:hidden}.data-table th,.data-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:14px 16px}.data-table th{width:32%;color:var(--navy);background:var(--soft);font-weight:850}.issue-method-prepare-table th{width:20%}.prior-year-decision-table,.prior-year-process-table,.prior-year-example-table,.prior-year-prepare-table,.prior-year-amount-table{table-layout:fixed}.prior-year-decision-table thead th:first-child,.prior-year-decision-table tbody th,.prior-year-process-table thead th:first-child,.prior-year-process-table tbody th,.prior-year-example-table thead th:first-child,.prior-year-example-table tbody th,.prior-year-prepare-table tbody th,.prior-year-amount-table thead th:first-child,.prior-year-amount-table tbody th{width:28%}.prior-year-process-table thead th:last-child,.prior-year-process-table tbody td,.prior-year-prepare-table tbody td{width:72%}.prior-year-decision-table thead th:nth-child(2),.prior-year-decision-table thead th:nth-child(3),.prior-year-decision-table tbody td,.prior-year-example-table thead th:nth-child(2),.prior-year-example-table thead th:nth-child(3),.prior-year-example-table tbody td,.prior-year-amount-table thead th:nth-child(2),.prior-year-amount-table thead th:nth-child(3),.prior-year-amount-table tbody td{width:36%}.data-table tr:last-child th,.data-table tr:last-child td{border-bottom:0}.toc{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:18px;position:sticky;top:88px;box-shadow:0 10px 28px #0f172a0a}.toc strong{color:var(--navy);font-size:14px;display:block}.toc a{color:var(--muted);margin-top:10px;font-size:14px;font-weight:700;display:block}.source-list{gap:10px;margin-top:14px;padding:0;list-style:none;display:grid}.source-list a{color:var(--blue-dark);text-underline-offset:3px;font-weight:760;text-decoration:underline}.related-list{gap:12px;margin-top:18px;display:grid}.related-list a{border:1px solid var(--line);border-radius:var(--radius);color:var(--blue-dark);background:#fff;padding:16px;font-weight:800;display:block}@media (width<=900px){h1{font-size:40px}.post-grid,.article-layout{grid-template-columns:1fr}.toc{position:static}}@media (width<=560px){.container{width:min(100% - 28px,1040px)}h1{font-size:34px}h2{font-size:27px}.blog-hero,.article-hero{padding:56px 0 48px}.section{padding:52px 0}.article-body{font-size:17px}.tutorial-step-title{align-items:flex-start;font-size:21px!important}.data-table,.data-table tbody,.data-table tr,.data-table th,.data-table td{width:100%;display:block}.data-table th{border-bottom:0}.prior-year-decision-table thead th,.prior-year-decision-table tbody th,.prior-year-decision-table tbody td,.prior-year-process-table thead th:first-child,.prior-year-process-table thead th:last-child,.prior-year-process-table tbody th,.prior-year-process-table tbody td,.prior-year-example-table thead th,.prior-year-example-table tbody th,.prior-year-example-table tbody td,.prior-year-prepare-table tbody th,.prior-year-prepare-table tbody td,.prior-year-amount-table thead th,.prior-year-amount-table tbody th,.prior-year-amount-table tbody td{width:100%}}
