:root{--ink:#111827;--muted:#667085;--line:#e5e7eb;--soft:#f6f7f9;--paper:#fff;--accent:#e7352f;--teal:#087d79;--gold:#c78a18}*{box-sizing:border-box}body{margin:0;font-family:Arial,"Noto Sans KR",sans-serif;color:var(--ink);background:#fff;line-height:1.65}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.site-header{border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:20}.ticker{height:36px;display:flex;align-items:center;gap:22px;max-width:1240px;margin:0 auto;padding:0 20px;font-size:14px;white-space:nowrap;overflow:auto}.ticker strong{color:var(--accent);font-weight:800}.ticker a{color:#475467}.nav-wrap{max-width:1240px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px}.brand{display:flex;align-items:center;gap:12px;font-size:24px;font-weight:900}.brand span{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;background:#151827;color:#fff;font-size:20px}.nav-wrap nav{display:flex;gap:24px;font-weight:800;color:#344054}.nav-wrap nav a:hover{color:var(--accent)}main{max-width:1240px;margin:0 auto;padding:0 20px}.ad-shell{min-height:92px;margin:0 -20px 26px;padding:12px 20px;border-bottom:1px solid var(--line);background:#fafafa}.hub-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:22px 0 34px}.hub-strip a{border:1px solid var(--line);border-radius:8px;padding:14px 16px;background:#fff;font-weight:900;line-height:1.35}.hub-strip a span{display:block;color:var(--accent);font-size:11px;letter-spacing:.04em}.hub-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);gap:32px;align-items:end;margin:30px 0 36px;border-bottom:1px solid var(--line);padding-bottom:28px}.hub-hero h1{font-size:44px;line-height:1.14;margin:0 0 14px}.hub-hero p{font-size:18px;color:#475467;max-width:760px}.hub-featured{display:block}.hub-featured img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:8px;margin-bottom:12px}.hub-featured span{display:block;color:var(--accent);font-size:12px;font-weight:900}.hub-featured strong{display:block;font-size:22px;line-height:1.35}.front{display:grid;grid-template-columns:1.35fr .85fr;gap:28px;margin:26px 0 42px}.front-main{position:relative;min-height:440px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;border-radius:8px;background:#111;color:#fff}.front-main img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.76;transition:transform .4s}.front-main:hover img{transform:scale(1.035)}.front-main span,.front-main h1,.front-main p{position:relative;margin-left:28px;margin-right:28px}.front-main span{width:max-content;margin-bottom:10px;padding:6px 10px;background:var(--accent);border-radius:4px;font-size:13px;font-weight:900}.front-main h1{max-width:760px;margin-top:0;margin-bottom:10px;font-size:42px;line-height:1.16;letter-spacing:0}.front-main p{max-width:760px;margin-top:0;margin-bottom:30px;color:#f3f4f6;font-size:17px}.front-list{border-top:2px solid #111}.front-list a{display:block;padding:20px 0;border-bottom:1px solid var(--line)}.front-list strong{display:block;font-size:20px;line-height:1.35}.front-list span{display:block;margin-top:8px;color:var(--muted);font-size:14px}.hub-list{max-width:820px}.home-section{margin:44px 0}.section-head{display:flex;align-items:end;justify-content:space-between;border-bottom:2px solid #111;margin-bottom:16px}.section-head h2{margin:0 0 8px;font-size:25px;line-height:1.25}.section-head h2 span{display:block;color:var(--accent);font-size:13px;letter-spacing:.04em}.section-head a{margin-bottom:11px;color:#475467;font-size:13px;font-weight:800}.story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 20px}.story-card{display:block}.story-card img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:6px;margin-bottom:13px;background:#eee}.story-card span{display:block;color:#e21d48;font-size:12px;font-weight:900}.story-card h3{margin:5px 0 8px;font-size:20px;line-height:1.35;letter-spacing:0}.story-card p{margin:0;color:#4b5563;font-size:15px}.story-card small{display:block;margin-top:12px;color:#667085}.post{margin-bottom:70px}.post-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.95fr);gap:36px;align-items:end;border-bottom:1px solid var(--line);padding:34px 0 30px}.eyebrow{color:var(--accent);font-weight:900;margin:0 0 12px}.post-hero h1{margin:0;font-size:44px;line-height:1.15;letter-spacing:0}.lead{font-size:19px;color:#4b5563;margin:18px 0}.post-meta{display:flex;flex-wrap:wrap;gap:10px 18px;color:#667085;font-size:14px}.post-hero img{width:100%;height:430px;object-fit:cover;border-radius:8px}.article-shell{display:grid;grid-template-columns:minmax(0,780px) 310px;gap:48px;align-items:start;margin-top:34px}.article-body{font-size:17px}.intro{font-size:20px;line-height:1.75;margin-top:0}.disclosure{border:1px solid var(--line);border-left:4px solid var(--accent);border-radius:8px;padding:13px 16px;background:#fffaf9;color:#4b5563;font-size:14px;margin:22px 0 26px}.summary-table{border-top:2px solid #111;border-bottom:1px solid var(--line);margin:28px 0}.summary-table div{display:grid;grid-template-columns:150px 1fr;border-top:1px solid var(--line)}.summary-table div:first-child{border-top:0}.summary-table strong,.summary-table span{padding:13px 14px}.summary-table strong{background:#fafafa}.quick-notes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:28px 0}.quick-notes div{border:1px solid var(--line);border-radius:8px;padding:16px;background:#fff}.quick-notes strong{display:block;color:var(--teal);margin-bottom:6px}.quick-notes p{margin:0;color:#475467;font-size:15px}.article-section{margin:42px 0}.article-section h2,.photo-section h2,.checklist h2,.faq h2{font-size:28px;line-height:1.3;margin:0 0 14px}.article-section p{margin:0 0 16px}.inline-figure{margin:24px 0 0}.inline-figure img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px}.inline-figure figcaption,.photo-grid figcaption{color:#667085;font-size:13px;margin-top:8px}.affiliate-box{margin:42px 0;padding:24px;border:2px solid #111;border-radius:8px;background:#fff}.affiliate-box p{margin:0 0 6px;color:var(--accent);font-size:13px;font-weight:900}.affiliate-box h2{margin:0 0 10px;font-size:25px;line-height:1.3}.affiliate-box span{display:block;color:#475467;margin-bottom:18px}.affiliate-box a,.cpa-side a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:7px;background:var(--accent);color:#fff;font-weight:900}.photo-section{margin:46px 0}.photo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.photo-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:8px}.checklist{margin:44px 0;padding:24px;background:var(--soft);border-radius:8px}.checklist ul,.post-side ul{padding-left:20px;margin:0}.checklist li{margin:9px 0}.faq{margin:44px 0}.faq details{border-top:1px solid var(--line);padding:16px 0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;font-weight:900}.faq p{margin:10px 0 0;color:#475467}.post-side{position:sticky;top:112px}.side-block{border-top:2px solid #111;padding:17px 0 22px}.side-block h2{font-size:18px;margin:0 0 12px}.side-block p{color:#475467;margin:0 0 14px}.side-link{display:block;padding:12px 0;border-top:1px solid var(--line);font-weight:800;line-height:1.35}.side-ad{min-height:260px;border:1px solid var(--line);border-radius:8px;background:#fafafa;padding:10px}.site-footer{border-top:1px solid var(--line);max-width:1240px;margin:60px auto 0;padding:28px 20px 44px;color:#667085}.site-footer strong{color:#111827}.site-footer p{max-width:760px;margin:8px 0 0}@media (max-width:900px){.nav-wrap{align-items:flex-start;flex-direction:column}.nav-wrap nav{width:100%;overflow:auto;gap:18px;padding-bottom:2px}.front,.post-hero,.article-shell,.hub-hero{grid-template-columns:1fr}.hub-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.front-main{min-height:360px}.front-main h1,.post-hero h1,.hub-hero h1{font-size:32px}.post-hero img{height:auto;aspect-ratio:16/10}.story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.post-side{position:static}.quick-notes{grid-template-columns:1fr}.summary-table div{grid-template-columns:1fr}.summary-table strong{padding-bottom:4px}.summary-table span{padding-top:4px}.photo-grid{grid-template-columns:1fr}}@media (max-width:620px){main{padding:0 16px}.ticker{padding:0 16px}.nav-wrap{padding:14px 16px}.front-main span,.front-main h1,.front-main p{margin-left:18px;margin-right:18px}.front-main h1,.post-hero h1,.hub-hero h1{font-size:28px}.story-grid,.hub-strip{grid-template-columns:1fr}.article-body{font-size:16px}.intro{font-size:18px}.article-section h2,.photo-section h2,.checklist h2,.faq h2{font-size:24px}.ad-shell{margin-left:-16px;margin-right:-16px}}