:root{
--paper:#F7F8F6;--card:#FFF;--ink:#191C19;--muted:#6A706A;--rule:#DCE0DA;
--stamp:#2F5D50;--stamp-bg:#EAF1ED;--mono:'SFMono-Regular',Consolas,monospace}
*{box-sizing:border-box}
body{margin:0;background:var(--paper);color:var(--ink);
font-family:Pretendard,-apple-system,'Malgun Gothic',sans-serif;
font-size:16px;line-height:1.8;-webkit-font-smoothing:antialiased}
.wrap{max-width:720px;margin:0 auto;padding:2rem 1.25rem 5rem}
a{color:var(--stamp);text-underline-offset:3px}
.crumb{font-size:12px;color:var(--muted);margin-bottom:1.5rem}
.crumb a{color:var(--muted)}
.kind{display:inline-block;font-size:12px;letter-spacing:.03em;padding:2px 10px;
border-radius:3px;background:var(--stamp-bg);color:var(--stamp);margin-bottom:1rem}
h1{font-size:29px;font-weight:600;line-height:1.35;margin:0 0 1rem;letter-spacing:-.01em}
.byline{font-size:13px;color:var(--muted);margin:0 0 2.5rem;padding-bottom:1.5rem;
border-bottom:1px solid var(--rule)}
.body h2{font-size:20px;font-weight:600;margin:2.75rem 0 .9rem;letter-spacing:-.01em}
.body h3{font-size:17px;font-weight:600;margin:2rem 0 .6rem;color:#333}
.body p{margin:0 0 1.15rem}
.body ul,.body ol{margin:0 0 1.15rem;padding-left:1.4rem}
.body li{margin:.35rem 0}
.body blockquote{margin:1.5rem 0;padding:1.1rem 1.35rem;background:var(--card);
border:1px solid var(--rule);border-left:3px solid var(--stamp);border-radius:2px;
font-family:'Nanum Myeongjo',Batang,serif;font-size:17px;line-height:1.85}
.body table{width:100%;border-collapse:collapse;font-size:15px;margin:1.5rem 0}
.body th,.body td{text-align:left;padding:.65rem .8rem;border-bottom:1px solid var(--rule);
vertical-align:top}
.body thead th{border-bottom:2px solid #333;font-weight:600;color:var(--muted)}
.faq{margin:3.5rem 0 0;padding-top:2rem;border-top:1px solid var(--rule)}
.faq h2{font-size:19px;font-weight:600;margin:0 0 1.25rem}
.faq details{border-bottom:1px solid var(--rule);padding:.85rem 0}
.faq summary{font-weight:500;cursor:pointer;font-size:15px;list-style:none}
.faq summary::-webkit-details-marker{display:none}
.faq summary::before{content:"+ ";color:var(--stamp);font-weight:600}
.faq details[open] summary::before{content:"− "}
.faq .ans{margin-top:.7rem;font-size:15px;color:#444;line-height:1.75}
.refs{margin:3rem 0 0;padding-top:1.5rem;border-top:1px solid var(--rule);font-size:13px}
.refs h2{font-size:15px;font-weight:600;color:var(--muted);margin:0 0 .8rem}
.refs ol{padding-left:1.3rem;color:var(--muted);line-height:1.7}
.notice{margin:2.5rem 0 0;padding:1.1rem 1.25rem;background:#F1EFE8;border-radius:8px;
font-size:13px;color:#5F5E5A;line-height:1.75}
.sum-top{margin:0 0 2.5rem;padding:1.3rem 1.5rem;background:var(--stamp-bg);
border-radius:10px;border:1px solid #D3E2DA}
.sum-top .lbl{font-size:11px;letter-spacing:.06em;color:var(--stamp);font-weight:600;
display:block;margin-bottom:.6rem}
.sum-top ul{margin:0;padding-left:1.1rem;list-style:none}
.sum-top li{position:relative;padding-left:.2rem;margin:.4rem 0;font-size:15px;
line-height:1.65;color:#243B33}
.sum-top li::before{content:"—";position:absolute;left:-1rem;color:var(--stamp)}
.sum-bot{margin:3rem 0 0;padding:1.4rem 1.6rem;background:var(--card);
border:1px solid var(--rule);border-radius:10px}
.sum-bot .lbl{font-size:13px;font-weight:600;color:var(--ink);display:block;margin-bottom:.85rem}
.sum-bot ol{margin:0;padding-left:1.3rem}
.sum-bot li{margin:.5rem 0;font-size:15px;line-height:1.65;color:#333}
footer{margin-top:3.5rem;padding-top:1.5rem;border-top:1px solid var(--rule);
font-size:13px;color:var(--muted);line-height:1.8}
.idx-item{display:block;padding:1rem 0;border-bottom:1px solid var(--rule);text-decoration:none}
.idx-item:hover h3{text-decoration:underline}
.idx-item h3{margin:0 0 .3rem;font-size:17px;font-weight:600;color:var(--ink)}
.idx-item p{margin:0;font-size:14px;color:var(--muted);line-height:1.6}
.idx-item .k{font-size:11px;color:var(--stamp);letter-spacing:.03em}
@media(max-width:560px){h1{font-size:25px}.body h2{font-size:18px}}
