:root{--ink:#101010;--soft:#7c7c7c;--line:#ececec;--bg:#fff;--ac:#d9480f}
*{box-sizing:border-box}body{margin:0;font-family:"Pretendard","Apple SD Gothic Neo",system-ui,sans-serif;background:var(--bg);color:var(--ink);line-height:1.75;font-size:16.5px}
a{color:var(--ac);text-decoration:none}a:hover{text-decoration:underline}
.bar{border-bottom:2px solid var(--ink);position:sticky;top:0;background:#fff;z-index:8}
.bar .in{max-width:960px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;gap:10px}
.bar .dot{width:12px;height:12px;border-radius:50%;background:var(--ac)}
.bar .brand{font-size:19px;font-weight:900;letter-spacing:-.5px}.bar .brand a{color:var(--ink)}
.bar nav{margin-left:auto;font-size:14.5px;font-weight:600}.bar nav a{margin-left:20px;color:var(--soft)}.bar nav a:hover{color:var(--ink)}
.big{max-width:960px;margin:0 auto;padding:72px 24px 30px}
.big h1{font-size:52px;line-height:1.12;letter-spacing:-2px;font-weight:900;margin:0 0 18px}
.big h1 em{font-style:normal;color:var(--ac)}
.big p{font-size:18px;color:#3d3d3d;max-width:600px;margin:0}
.big .chips{margin-top:26px;display:flex;flex-wrap:wrap;gap:10px}
.big .chip{font-size:13px;font-weight:700;border:1.5px solid var(--ink);border-radius:20px;padding:6px 15px}
.glist{max-width:960px;margin:0 auto;padding:20px 24px 60px;display:grid;grid-template-columns:1fr 1fr;gap:22px}
@media(max-width:680px){.glist{grid-template-columns:1fr}.big h1{font-size:38px;letter-spacing:-1px}}
.gc{border:2px solid var(--ink);border-radius:16px;overflow:hidden;display:block;transition:.12s;background:#fff}
.gc:hover{text-decoration:none;box-shadow:6px 6px 0 var(--ac);transform:translate(-2px,-2px)}
.gc .cimg{width:100%;height:160px;object-fit:cover;display:block;border-bottom:2px solid var(--ink)}
.gc .gbody{padding:20px 22px}
.gc .no{font-size:13px;font-weight:900;color:var(--ac);letter-spacing:1px}
.gc .bdg{font-size:11.5px;font-weight:700;color:var(--soft);border:1px solid var(--line);border-radius:5px;padding:2px 8px;margin-left:8px}
.gc .ti{font-size:20px;font-weight:800;margin:8px 0 8px;line-height:1.35;color:var(--ink)}
.gc .ex{font-size:14.5px;color:#4a4a4a}.gc .dt{font-size:12.5px;color:var(--soft);margin-top:12px}
.rd{max-width:680px;margin:0 auto;padding:0 24px}
h1.title{font-size:30px;line-height:1.3;margin:42px 0 12px;letter-spacing:-1px;font-weight:900}
.meta{color:var(--soft);font-size:13.5px;margin-bottom:22px}
article p{margin:18px 0}article h2{font-size:21px;margin:36px 0 12px;font-weight:800}
.answer{border:2px solid var(--ink);border-radius:12px;padding:18px 20px;font-size:16px;box-shadow:5px 5px 0 var(--ac)}
.faq{border-top:2px solid var(--ink);margin-top:42px;padding-top:20px}.faq h3{font-size:16px;margin:20px 0 6px}.faq p{margin:0 0 8px;color:#3f3f3f}
.more{border-top:1px solid var(--line);margin-top:36px;padding-top:18px;font-size:14px}.more a{display:block;margin:6px 0}
.author{display:flex;gap:14px;align-items:center;border:2px solid var(--ink);border-radius:14px;padding:16px;margin:24px 0}.author .av{width:48px;height:48px;border-radius:50%;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:center;font-size:19px}.author .nm{font-weight:800}.author .bio{font-size:13.5px;color:var(--soft)}
.team{list-style:none;padding:0}.team li{border-bottom:1px solid var(--line);padding:12px 0}.team .tn{font-weight:800}.team .tb{font-size:13.5px;color:var(--soft)}
footer.c{border-top:2px solid var(--ink);margin-top:40px}.cin{max-width:960px;margin:0 auto;padding:26px 24px 60px;color:var(--soft);font-size:13px}.cin a{color:var(--soft);margin-right:14px}
.listicle,.steps{counter-reset:it;list-style:none;padding:0}
.listicle>li,.steps>li{position:relative;padding:2px 0 2px 46px;margin:22px 0;counter-increment:it}
.listicle>li:before,.steps>li:before{content:counter(it);position:absolute;left:0;top:0;width:32px;height:32px;border-radius:50%;background:var(--ac,#333);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:15px}
.listicle h2,.listicle h3,.steps h3{margin:0 0 4px}.listicle p,.steps p{margin:4px 0 0}
.pimg{width:100%;max-height:420px;object-fit:cover;border-radius:12px;margin:8px 0 22px;display:block}
.tags{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 0;padding:0}
.tags a,.tags span{font-size:12.5px;color:var(--ac,#555);text-decoration:none;border:0}
.tags a:hover{text-decoration:underline}
.cmpwrap{overflow-x:auto;margin:24px 0}
table.cmp{border-collapse:collapse;width:100%;min-width:520px;font-size:14.5px;line-height:1.6}
table.cmp caption{caption-side:top;text-align:left;font-weight:800;font-size:15px;padding:0 0 10px}
table.cmp th,table.cmp td{border:1px solid var(--line,#e5e5e5);padding:10px 13px;text-align:left;vertical-align:top}
table.cmp thead th{background:rgba(0,0,0,.045);font-weight:800;white-space:nowrap}
table.cmp tbody th{font-weight:700;white-space:nowrap;background:rgba(0,0,0,.02)}
.tlist{list-style:none;padding:0;margin:22px 0}
.tlist li{border-bottom:1px solid var(--line,#e5e5e5);padding:18px 0}
.tlist .tt{font-weight:800;font-size:18px;display:block;margin-bottom:5px}
.tlist .tx{font-size:14.5px;margin:0}.tlist .td{font-size:12.5px;color:var(--soft,#888);margin-top:7px}

:root{--ac:#2f6fb0}