:root{
  --paper:#f5efe4; --paper-2:#ece3d2; --card:#fffaf2;
  --ink:#1d1916; --ink-2:#3f362f; --muted:#6b5f53; --line:#dccfb9;
  --tan:#c98a4b; --brown:#7a4f2c; --sage:#4f6b3d; --sage-l:#a8c48c; --red:#b8322a;
  --serif:"Noto Serif KR",serif; --sans:"Pretendard",-apple-system,"Malgun Gothic",sans-serif; --mono:"IBM Plex Mono",monospace;
  --r:14px;
}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:var(--sans);color:var(--ink);background:var(--paper);line-height:1.6;-webkit-font-smoothing:antialiased;
  background-image:radial-gradient(circle at 20% 0%,#fbf6ec 0,transparent 45%),radial-gradient(circle at 100% 40%,#efe5d3 0,transparent 40%)}
a{color:inherit;text-decoration:none}
img{display:block;width:100%;height:auto}
svg.i{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:none}
.wrap{max-width:1200px;margin:0 auto;padding:0 32px}
:focus-visible{outline:3px solid var(--tan);outline-offset:2px;border-radius:6px}

/* 맨 위 띠 */
.strip{background:var(--ink);color:#e9dfcf;font-size:13px}
.strip .wrap{display:flex;justify-content:space-between;align-items:center;height:36px}
.strip b{color:var(--sage-l);font-weight:600}
.strip a{display:flex;align-items:center;gap:6px;color:#fff}
.strip .dot{width:7px;height:7px;border-radius:50%;background:#e8483b;display:inline-block;margin-right:6px}

/* 제호 */
.mast{padding-top:26px}
.mast .row{display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:16px}
.brand img{width:64px;height:64px;border-radius:16px}
.brand h1{font-family:var(--serif);font-weight:900;font-size:44px;letter-spacing:-1.5px;line-height:1}
.brand p{font-size:14px;color:var(--muted);margin-top:6px;letter-spacing:.2px}
.tools{display:flex;gap:10px;align-items:center}
.search{display:flex;align-items:center;gap:8px;border:1.5px solid var(--line);background:var(--card);border-radius:999px;padding:0 16px;height:44px;width:260px;color:var(--muted);font-size:14px}
.btn{display:inline-flex;align-items:center;gap:8px;height:44px;padding:0 20px;border-radius:999px;font-weight:700;font-size:15px;cursor:pointer;transition:transform .15s,background .2s}
.btn:hover{transform:translateY(-1px)}
.btn-ink{background:var(--ink);color:#fff}
.btn-line{border:1.5px solid var(--ink);color:var(--ink)}
.icon-btn{display:none;width:44px;height:44px;border-radius:12px;align-items:center;justify-content:center;border:1.5px solid var(--line);background:var(--card)}
.nav{margin-top:22px;border-top:3px double var(--ink);border-bottom:1px solid var(--ink);display:flex;gap:4px;padding:0 4px;overflow-x:auto;scrollbar-width:none}
.nav a{padding:12px 16px;font-weight:600;font-size:15px;white-space:nowrap;border-bottom:3px solid transparent;margin-bottom:-1px}
.nav a.on{border-color:var(--red);color:var(--red)}
.nav .sp{flex:1}
.nav .date{padding:12px 4px;font-size:13px;color:var(--muted);white-space:nowrap;font-family:var(--mono)}

/* 오늘의 사건 */
.hero{margin-top:36px;display:grid;grid-template-columns:1.25fr 1fr;gap:40px;align-items:center;position:relative}
.file{position:relative;background:var(--card);border-radius:4px var(--r) var(--r) var(--r);padding:14px;box-shadow:0 1px 0 var(--line),0 20px 40px -24px rgba(60,40,20,.45)}
.file::before{content:"";position:absolute;left:0;top:-26px;width:190px;height:28px;background:var(--card);border-radius:10px 10px 0 0}
.file .tab{position:absolute;left:18px;top:-21px;font-size:12.5px;font-weight:600;color:var(--brown)}
.file img{border-radius:8px;aspect-ratio:16/9;object-fit:cover}
.file .play{position:absolute;right:30px;bottom:30px;display:flex;align-items:center;gap:8px;background:rgba(20,16,13,.82);color:#fff;border-radius:999px;padding:8px 16px 8px 10px;font-size:14px;font-weight:600;backdrop-filter:blur(4px)}
.file .play span.c{width:28px;height:28px;border-radius:50%;background:#e8483b;display:flex;align-items:center;justify-content:center}
.file .play svg{width:12px;height:12px;fill:#fff;stroke:none}
.stamp{position:absolute;right:-14px;top:-30px;transform:rotate(9deg);border:3px solid var(--red);color:var(--red);font-family:var(--serif);font-weight:900;font-size:18px;padding:6px 14px;border-radius:8px;background:rgba(255,250,242,.9);letter-spacing:2px;box-shadow:0 0 0 2px rgba(255,250,242,.9)}
.kicker{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:700;color:var(--red);letter-spacing:.5px}
.kicker i{width:28px;height:2px;background:var(--red);display:block}
.hero h2{font-family:var(--serif);font-weight:900;font-size:40px;line-height:1.28;letter-spacing:-1.2px;margin:14px 0 16px;word-break:keep-all}
.hero .lede{font-size:17px;color:var(--ink-2);word-break:keep-all}
.meta{display:flex;flex-wrap:wrap;gap:16px;margin:20px 0 26px;font-size:13.5px;color:var(--muted)}
.meta span{display:flex;align-items:center;gap:6px}
.meta svg.i{width:15px;height:15px}
.acts{display:flex;gap:10px;flex-wrap:wrap}
.beagle{position:absolute;right:-8px;bottom:-40px;width:120px;display:flex;flex-direction:column;align-items:flex-end;pointer-events:none}
.beagle .bub{background:var(--ink);color:#fff;font-size:13px;padding:8px 12px;border-radius:12px 12px 2px 12px;margin-bottom:-6px;margin-right:60px;white-space:nowrap;font-weight:600}

/* 숫자 띠 */
.nums{margin-top:14px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--ink);border-bottom:1px solid var(--ink)}
.nums a{padding:22px 22px 20px;border-left:1px solid var(--line);transition:background .2s}
.nums a:first-child{border-left:0}
.nums a:hover{background:var(--paper-2)}
.nums .k{font-family:var(--serif);font-weight:900;font-size:40px;letter-spacing:-1px;line-height:1.1;font-variant-numeric:tabular-nums}
.nums .k small{font-size:20px;margin-left:2px}
.nums .d{font-size:14px;color:var(--ink-2);margin-top:6px}
.nums .s{font-size:12px;color:var(--muted);margin-top:4px;display:flex;align-items:center;gap:4px}
.lbl{font-size:13px;font-weight:600;color:var(--muted);margin:72px 0 0}

/* 광고 자리 */
.ad{border:1.5px dashed #c7b89f;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#9a8b74;font-size:12.5px;letter-spacing:.5px;background:repeating-linear-gradient(135deg,transparent 0 12px,rgba(201,138,75,.05) 12px 24px)}
.ad-wide{height:100px;margin-top:40px}
.ad-box{height:250px}

/* 본문 격자 */
.main{display:grid;grid-template-columns:1fr 330px;gap:48px;margin-top:48px}
.sec-h{display:flex;align-items:baseline;justify-content:space-between;border-bottom:2px solid var(--ink);padding-bottom:10px;margin-bottom:24px}
.sec-h h3{font-family:var(--serif);font-weight:900;font-size:26px;letter-spacing:-.6px}
.sec-h a{font-size:14px;font-weight:600;color:var(--brown);display:flex;align-items:center;gap:4px}
.grid{display:grid;grid-template-columns:1fr 1fr;gap:34px 28px}
.card{display:block;cursor:pointer}
.card .th{position:relative;border-radius:10px;overflow:hidden;background:var(--paper-2)}
.card .th img{aspect-ratio:16/9;object-fit:cover;transition:transform .35s}
.card:hover .th img{transform:scale(1.03)}
.card .dur{position:absolute;right:10px;bottom:10px;background:rgba(20,16,13,.85);color:#fff;font-size:12px;font-weight:600;padding:3px 8px;border-radius:6px;display:flex;gap:5px;align-items:center;font-variant-numeric:tabular-nums}
.card .dur svg{width:10px;height:10px;fill:#fff;stroke:none}
.cat{display:inline-block;font-size:12px;font-weight:700;padding:3px 10px;border-radius:999px;margin-top:14px}
.c-eco{background:#e7efdc;color:#3d5a2c}.c-geo{background:#e3e9f1;color:#2d4a6e}.c-biz{background:#f3e3d0;color:#7a4a1d}.c-soc{background:#f1dfe0;color:#8a2f36}
.card h4{font-family:var(--serif);font-weight:700;font-size:20px;line-height:1.4;letter-spacing:-.4px;margin-top:8px;word-break:keep-all}
.card:hover h4{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px;text-decoration-color:var(--tan)}
.card p{font-size:14.5px;color:var(--muted);margin-top:6px;word-break:keep-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.card .m{font-size:12.5px;color:var(--muted);margin-top:10px;display:flex;gap:12px}

aside{display:flex;flex-direction:column;gap:28px}
.pop{background:var(--card);border-radius:var(--r);padding:22px 22px 8px;box-shadow:0 1px 0 var(--line)}
.pop h3{font-family:var(--serif);font-weight:900;font-size:20px;margin-bottom:8px}
.pop ol{list-style:none}
.pop li a{display:flex;gap:14px;padding:14px 0;border-top:1px solid var(--line)}
.pop li:first-child a{border-top:0}
.pop .n{font-family:var(--serif);font-weight:900;font-size:26px;color:var(--tan);line-height:1;width:24px;flex:none}
.pop .t{font-size:15px;font-weight:600;line-height:1.45;word-break:keep-all}
.pop .t small{display:block;font-weight:400;color:var(--muted);font-size:12.5px;margin-top:4px}
.sub{background:var(--ink);color:#f3eadb;border-radius:var(--r);padding:24px;position:relative;overflow:hidden}
.sub img{width:96px;position:absolute;right:-6px;bottom:-10px}
.sub h3{font-family:var(--serif);font-size:21px;font-weight:900;line-height:1.35}
.sub p{font-size:14px;color:#cdbfa9;margin:8px 0 18px;max-width:180px;word-break:keep-all}
.sub .btn{background:#e8483b;color:#fff;height:42px;font-size:14px}

/* 분야별 서랍 */
.drawers{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:8px}
.drawer{background:var(--card);border-radius:var(--r);padding:20px;box-shadow:0 1px 0 var(--line);position:relative;border-top:5px solid}
.drawer.d-eco{border-color:#6f8f55}.drawer.d-geo{border-color:#4f6f96}.drawer.d-biz{border-color:#b77a3e}.drawer.d-soc{border-color:#a8474f}
.drawer h4{font-family:var(--serif);font-weight:900;font-size:21px;display:flex;justify-content:space-between;align-items:baseline}
.drawer h4 small{font-family:var(--sans);font-size:12px;color:var(--muted);font-weight:500}
.drawer ul{list-style:none;margin-top:10px}
.drawer li{font-size:14.5px;padding:10px 0;border-top:1px dashed var(--line);line-height:1.45;word-break:keep-all}
.drawer li:first-child{border-top:0}

/* 약속 */
.promise{margin-top:64px;display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid var(--ink);border-radius:var(--r);overflow:hidden;background:var(--card)}
.promise div{padding:26px 26px 24px;border-left:1px solid var(--line)}
.promise div:first-child{border-left:0}
.promise .no{font-size:12.5px;font-weight:700;color:var(--red)}
.promise h5{font-family:var(--serif);font-size:19px;font-weight:900;margin:6px 0 6px}
.promise p{font-size:14px;color:var(--muted);word-break:keep-all}

footer{margin-top:72px;background:var(--ink);color:#bfb09a;padding:44px 0 36px;font-size:13.5px}
footer .row{display:flex;justify-content:space-between;gap:32px;align-items:flex-start}
footer .fb{display:flex;gap:12px;align-items:center;color:#fff}
footer .fb img{width:44px;border-radius:12px}
footer .fb b{font-family:var(--serif);font-size:22px;font-weight:900}
footer nav{display:flex;gap:22px;flex-wrap:wrap}
footer nav a{color:#efe4d2}
footer .note{margin-top:28px;padding-top:20px;border-top:1px solid #3a322b;line-height:1.7;font-size:12.5px;color:#9c8e7a}

/* ─── 모바일 ─── */
@media (max-width:720px){
  .wrap{padding:0 18px}
  .strip .wrap{height:32px;font-size:12px}
  .strip .hide-m{display:none}
  .mast{padding-top:14px}
  .brand{gap:10px}.brand img{width:42px;height:42px;border-radius:11px}
  .brand h1{font-size:26px;letter-spacing:-.8px}
  .brand p{font-size:12px;margin-top:3px}
  .search,.tools .btn{display:none}
  .icon-btn{display:flex}
  .nav{margin-top:14px;margin-left:-18px;margin-right:-18px;padding:0 10px}
  .nav a{padding:11px 12px;font-size:15px}
  .nav .sp,.nav .date{display:none}
  .hero{grid-template-columns:1fr;gap:22px;margin-top:36px}
  .file{padding:8px}.file::before{width:150px;top:-22px;height:24px}.file .tab{font-size:11px;top:-18px;left:14px}
  .file .play{right:16px;bottom:16px;font-size:12.5px;padding:5px 11px 5px 6px}
  .file .play span.c{width:22px;height:22px}
  .stamp{font-size:14px;right:4px;top:-26px;padding:4px 10px}
  .hero h2{font-size:28px;margin:10px 0 12px;letter-spacing:-.8px}
  .hero .lede{font-size:16px}
  .meta{margin:14px 0 18px;gap:12px}
  .acts .btn{flex:1;justify-content:center;height:48px}
  .beagle{display:none}
  .nums{grid-template-columns:1fr 1fr;margin-top:40px}
  .nums a{padding:16px 14px}
  .nums a:nth-child(3){border-left:0}
  .nums a:nth-child(n+3){border-top:1px solid var(--line)}
  .nums .k{font-size:30px}
  .ad-wide{height:100px;margin-top:28px}
  .main{grid-template-columns:1fr;gap:36px;margin-top:36px}
  .sec-h h3{font-size:22px}
  .grid{grid-template-columns:1fr;gap:0}
  .card{display:grid;grid-template-columns:132px 1fr;gap:14px;padding:16px 0;border-top:1px solid var(--line)}
  .card:first-child{display:block;border-top:0;padding-top:0}
  .card:not(:first-child) .cat{margin-top:0}
  .card .th{align-self:start}
  .lbl{margin-top:44px}
  .card:not(:first-child) h4{font-size:16.5px;margin-top:4px}
  .card:not(:first-child) p,.card:not(:first-child) .dur{display:none}
  .card:not(:first-child) .m{margin-top:6px}
  .card:first-child h4{font-size:21px}
  .drawers{grid-template-columns:1fr 1fr;gap:12px}
  .drawer{padding:16px}
  .drawer h4{font-size:18px}
  .drawer li:nth-child(n+2){display:none}
  .promise{grid-template-columns:1fr}
  .promise div{border-left:0;border-top:1px solid var(--line);padding:20px}
  .promise div:first-child{border-top:0}
  footer .row{flex-direction:column}
}
@media (prefers-reduced-motion:reduce){*{transition:none!important}}

/* ─── 공통 보조 ─── */
.skip{position:absolute;left:-999px;top:0;background:var(--ink);color:#fff;padding:10px 16px;z-index:50}
.skip:focus{left:12px;top:12px}
.brand h1,.brand .name{font-family:var(--serif);font-weight:900;font-size:44px;letter-spacing:-1.5px;line-height:1}
.drawer-menu{display:none}
.drawer-menu.open{display:block;position:fixed;inset:0;background:rgba(29,25,22,.55);z-index:40}
.drawer-menu .panel{position:absolute;right:0;top:0;bottom:0;width:78%;max-width:320px;background:var(--paper);padding:24px 22px;display:flex;flex-direction:column;gap:4px}
.drawer-menu .panel a{padding:14px 4px;font-size:17px;font-weight:600;border-bottom:1px solid var(--line)}
.drawer-menu .close{align-self:flex-end;margin-bottom:10px}
.empty{padding:40px 0;color:var(--muted)}

/* ─── 글 머리 ─── */
.crumb{margin-top:28px;font-size:13.5px;color:var(--muted);display:flex;gap:8px;align-items:center}
.crumb a:hover{color:var(--ink);text-decoration:underline}
.post-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:56px;margin-top:18px}
.post-head .cat{margin-top:0}
.post-head h1{font-family:var(--serif);font-weight:900;font-size:42px;line-height:1.3;letter-spacing:-1.2px;margin:14px 0 16px;word-break:keep-all}
.post-head .lede{font-size:18px;color:var(--ink-2);word-break:keep-all;line-height:1.75}
.post-head .meta{margin:18px 0 0;padding-bottom:22px;border-bottom:1px solid var(--line)}

/* 영상 (누르면 그때 유튜브를 불러옴) */
.yt{position:relative;margin-top:26px;border-radius:12px;overflow:hidden;background:#000;aspect-ratio:16/9;cursor:pointer}
.yt img{width:100%;height:100%;object-fit:cover;opacity:.92;transition:opacity .2s}
.yt:hover img{opacity:1}
.yt button{position:absolute;right:18px;bottom:18px;display:flex;align-items:center;gap:10px;background:rgba(20,16,13,.86);color:#fff;border:0;border-radius:999px;padding:10px 20px 10px 10px;font:600 15px var(--sans);cursor:pointer;backdrop-filter:blur(4px)}
.yt button span{width:40px;height:40px;border-radius:50%;background:#e8483b;display:flex;align-items:center;justify-content:center}
.yt button svg{width:16px;height:16px;fill:#fff}
.yt iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

/* 핵심만 먼저 */
.keyfacts{margin-top:30px;background:var(--card);border-radius:var(--r);padding:22px 24px;box-shadow:0 1px 0 var(--line);border-left:5px solid var(--tan)}
.keyfacts h2{font-family:var(--serif);font-size:19px;font-weight:900;display:flex;align-items:center;gap:10px}
.keyfacts h2 img{width:34px;height:34px;border-radius:9px}
.keyfacts ul{list-style:none;margin-top:10px}
.keyfacts li{position:relative;padding:8px 0 8px 22px;font-size:16px;line-height:1.65;word-break:keep-all;border-top:1px dashed var(--line)}
.keyfacts li:first-child{border-top:0}
.keyfacts li::before{content:"";position:absolute;left:4px;top:18px;width:8px;height:8px;border-radius:50%;background:var(--tan)}

/* ─── 본문 ─── */
.body{margin-top:12px;font-size:17.5px;line-height:1.95;color:#2a231e;word-break:keep-all}
.body h2{font-family:var(--serif);font-weight:900;font-size:28px;line-height:1.4;letter-spacing:-.6px;margin:56px 0 6px;scroll-margin-top:20px}
.body h2 .no{display:block;font-family:var(--sans);font-size:13px;font-weight:700;color:var(--red);letter-spacing:.5px;margin-bottom:6px}
.body .part-sub{font-size:15px;color:var(--muted);margin-bottom:18px}
.body p{margin:0 0 20px}
.body sup{font-size:11px;line-height:0;margin-left:2px;font-weight:700}
.body sup a{color:var(--brown);padding:0 2px;border-radius:4px}
.body sup a:hover{background:var(--paper-2)}
.body figure{margin:30px 0 32px}
.body figure img{border-radius:10px;box-shadow:0 12px 30px -18px rgba(29,25,22,.6);background:#1d1916}
.body figcaption{font-size:13.5px;color:var(--muted);margin-top:10px;display:flex;gap:8px}
.body figcaption b{color:var(--ink-2)}
.box{margin:28px 0;background:var(--card);border-radius:var(--r);padding:20px 22px;box-shadow:0 1px 0 var(--line)}
.box .t{font-size:12.5px;font-weight:700;color:var(--red);letter-spacing:.5px}
.box h3{font-family:var(--serif);font-size:21px;font-weight:900;margin:4px 0 4px}
.box p{margin:0;font-size:15.5px;line-height:1.7;color:var(--ink-2)}
.box p+p{margin-top:6px}
.note{background:var(--ink);color:#efe4d2;position:relative;overflow:hidden;padding-right:120px}
.note .t{color:var(--sage-l)}
.note h3{color:#fff}
.note ol{margin:10px 0 0 20px;font-size:15.5px;line-height:1.75}
.note img{position:absolute;right:10px;bottom:-6px;width:96px}
.ad-in{height:120px;margin:34px 0}

/* 여러분의 생각은? */
.ask{margin-top:48px;border:2px solid var(--ink);border-radius:var(--r);padding:24px;background:var(--card)}
.ask .t{font-size:13px;font-weight:700;color:var(--red)}
.ask h2{font-family:var(--serif);font-size:23px;font-weight:900;margin:6px 0 14px;word-break:keep-all}
.ask ol{list-style:none;display:grid;gap:8px}
.ask li{border:1.5px solid var(--line);border-radius:12px;padding:12px 16px;font-weight:600;display:flex;gap:12px;align-items:center}
.ask li span{font-family:var(--serif);color:var(--tan);font-weight:900}
.ask p{margin-top:14px;font-size:14px;color:var(--muted)}
.ask p a{color:var(--brown);font-weight:700;text-decoration:underline;text-underline-offset:3px}

/* 근거 기사 */
.sources{margin-top:48px}
.sources h2{font-family:var(--serif);font-size:24px;font-weight:900;border-bottom:2px solid var(--ink);padding-bottom:10px}
.sources .why{font-size:14px;color:var(--muted);margin:10px 0 6px}
.sources ol{list-style:none;counter-reset:s}
.sources li{padding:16px 0 16px 40px;border-bottom:1px solid var(--line);position:relative;scroll-margin-top:20px}
.sources li:target{background:#fbf3e3}
.sources li .n{position:absolute;left:0;top:14px;width:28px;height:28px;border-radius:8px;background:var(--paper-2);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:var(--brown)}
.sources li a{font-weight:700;font-size:15.5px;word-break:break-all}
.sources li a:hover{text-decoration:underline}
.sources li .d{font-size:13px;color:var(--muted);margin-left:8px;font-weight:400}
.sources blockquote{margin-top:6px;font-size:14.5px;color:var(--ink-2);border-left:3px solid var(--line);padding-left:12px;line-height:1.65;word-break:keep-all}

.post-foot-sub{margin-top:40px}

/* 옆 목차 */
.post-side{position:relative}
.post-side .sticky{position:sticky;top:24px;display:flex;flex-direction:column;gap:24px}
.toc{background:var(--card);border-radius:var(--r);padding:20px 20px 12px;box-shadow:0 1px 0 var(--line)}
.toc h3{font-family:var(--serif);font-size:17px;font-weight:900;margin-bottom:6px}
.toc a{display:block;padding:10px 0;border-top:1px solid var(--line);font-size:14.5px;line-height:1.45;word-break:keep-all}
.toc a:first-of-type{border-top:0}
.toc a small{display:block;font-size:12px;font-weight:700;color:var(--red)}
.toc a:hover{color:var(--brown)}

.related{margin-top:72px}
.related .grid{grid-template-columns:repeat(3,1fr)}

/* 목록 페이지 */
.list-head{margin-top:36px;padding-bottom:18px;border-bottom:3px double var(--ink)}
.list-head h1{font-family:var(--serif);font-weight:900;font-size:40px;letter-spacing:-1px}
.list-head p{color:var(--muted);margin-top:6px}
.list-page .grid{grid-template-columns:repeat(3,1fr);margin-top:32px}
.searchbox{margin-top:24px;display:flex;gap:10px}
.searchbox input{flex:1;height:52px;border:1.5px solid var(--ink);border-radius:12px;padding:0 18px;font:500 17px var(--sans);background:var(--card)}

/* 소개·정책 */
.page{max-width:760px;margin:0 auto}
.page h1{font-family:var(--serif);font-weight:900;font-size:38px;margin:40px 0 20px;letter-spacing:-1px}
.page h2{font-family:var(--serif);font-weight:900;font-size:22px;margin:34px 0 10px}
.page p,.page li{font-size:16.5px;line-height:1.85;color:var(--ink-2);word-break:keep-all}
.page ul{margin:0 0 0 20px}

@media (max-width:720px){
  .post-grid{grid-template-columns:1fr;gap:0}
  .post-side{display:none}
  .post-head h1{font-size:28px;letter-spacing:-.8px}
  .post-head .lede{font-size:16.5px}
  .yt{margin-left:-18px;margin-right:-18px;border-radius:0}
  .keyfacts{padding:18px}
  .body{font-size:17px;line-height:1.9}
  .body h2{font-size:23px;margin-top:44px}
  .body figure{margin-left:-18px;margin-right:-18px}
  .body figure img{border-radius:0}
  .body figcaption{padding:0 18px}
  .note{padding-right:22px}
  .note img{display:none}
  .related .grid,.list-page .grid{grid-template-columns:1fr}
  .list-head h1{font-size:30px}
  .page h1{font-size:30px}
}

/* 홈 제목 단계(h1/h2)를 시안과 같게 */
.sec-h h2{font-family:var(--serif);font-weight:900;font-size:26px;letter-spacing:-.6px}
.hero h1.hero-t{font-family:var(--serif);font-weight:900;font-size:40px;line-height:1.28;letter-spacing:-1.2px;margin:14px 0 16px;word-break:keep-all}
.hero h1.hero-t a:hover{text-decoration:underline;text-decoration-color:var(--tan);text-underline-offset:6px}
.search input::placeholder{color:var(--muted)}
.ad-real{margin:40px 0;min-height:100px}
@media (max-width:720px){
  .brand .name{font-size:26px;letter-spacing:-.8px}
  .hero h1.hero-t{font-size:28px;margin:10px 0 12px;letter-spacing:-.8px}
  .sec-h h2{font-size:22px}
}

/* 재생 단추: 썸네일 글씨를 가리지 않게 모서리의 동그란 단추만 */
.yt button{right:16px;bottom:16px;padding:6px;gap:0}
.yt button span{width:52px;height:52px}
.yt button svg{width:20px;height:20px}
.yt button em{font-style:normal;max-width:0;overflow:hidden;white-space:nowrap;transition:max-width .25s,padding .25s}
.yt:hover button em,.yt:focus-visible button em{max-width:200px;padding:0 12px 0 10px}
.file .play{right:26px;bottom:26px;padding:5px}
.file .play span.c{width:44px;height:44px}
.file .play svg{width:16px;height:16px}
@media (max-width:720px){
  .yt button{right:10px;bottom:10px;padding:4px}
  .yt button span{width:44px;height:44px}
  .file .play{right:14px;bottom:14px;padding:4px}
  .file .play span.c{width:36px;height:36px}
}
.nums .k{white-space:nowrap}
@media (min-width:721px){.nums.n2{grid-template-columns:repeat(2,1fr)}.nums.n3{grid-template-columns:repeat(3,1fr)}}

/* 블로그 전용 글: 종류 딱지, 대표 그림, 관련 영상 안내 */
.kind{display:inline-block;font-size:12px;font-weight:700;padding:3px 10px;border-radius:999px;margin:14px 0 0 6px;background:var(--ink);color:#f3eadb}
.post-head .kind{margin-top:0}
.card:not(:first-child) .kind{margin-top:0}
.cover{margin-top:26px}
.cover img{border-radius:12px;aspect-ratio:16/9;object-fit:cover}
.relvid{margin-top:16px;display:flex;gap:16px;align-items:center;background:var(--card);border-radius:var(--r);padding:12px;box-shadow:0 1px 0 var(--line);transition:transform .15s}
.relvid:hover{transform:translateY(-1px)}
.relvid img{width:180px;border-radius:8px;flex:none;aspect-ratio:16/9;object-fit:cover}
.relvid small{display:block;font-size:12px;font-weight:700;color:var(--red)}
.relvid b{display:block;font-family:var(--serif);font-size:17px;line-height:1.4;margin:2px 0 6px;word-break:keep-all}
.relvid em{font-style:normal;font-size:13px;font-weight:600;color:var(--brown);display:inline-flex;gap:6px;align-items:center}
.relvid em svg{width:12px;height:12px;fill:#e8483b}
@media (max-width:720px){.cover{margin-left:-18px;margin-right:-18px}.cover img{border-radius:0}.relvid img{width:120px}.relvid b{font-size:15px}}
.sumtable table{width:100%;border-collapse:collapse;margin-top:10px;font-size:15px}
.sumtable th,.sumtable td{padding:10px 8px;border-top:1px solid var(--line);text-align:left;vertical-align:top;word-break:keep-all}
.sumtable thead th{border-top:0;font-size:13px;color:var(--brown)}
.sumtable tbody th{font-size:13px;color:var(--muted);font-weight:600;white-space:nowrap;width:1%}
.sumtable td{font-weight:600}
.body .box p{margin:0;line-height:1.7}
.body .box p+p{margin-top:6px}
.body .box h3{margin:4px 0 8px;line-height:1.35}
.body aside.box{display:block}
