:root{color-scheme:light;--bg:#faf9f6;--surface:#fff;--text:#111;--text-soft:#3a3d42;--muted:#666a70;--line:#e9e6df;--line-strong:#dedad2;--accent:#111;--accent-ink:#666a70;--accent-wash:#1111110d;--gold:#c49a52;--gold-soft:#e8d6b3;--max-width:1200px;--reading-width:680px;--gutter:clamp(20px, 4vw, 32px)}@media (prefers-color-scheme:dark){:root{color-scheme:dark;--bg:#0e0e0e;--surface:#171717;--text:#f8f7f4;--text-soft:#c9cacc;--muted:#9ca3af;--line:#262626;--line-strong:#3d3d3d;--accent:#f8f7f4;--accent-ink:#9ca3af;--accent-wash:#f8f7f412;--gold:#d4ae6a;--gold-soft:#4a3d26}}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--text);word-break:keep-all;overflow-wrap:anywhere;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:Pretendard Variable,Pretendard,system-ui,-apple-system,Segoe UI,Noto Sans KR,sans-serif;font-size:17px;font-weight:400;line-height:1.78}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.wrap{width:min(var(--max-width), 100% - var(--gutter) * 2);margin-inline:auto}main{width:min(var(--max-width), 100% - var(--gutter) * 2);margin:0 auto;padding:clamp(40px,6vw,72px) 0 clamp(64px,8vw,104px)}section+section{margin-top:clamp(48px,6vw,80px)}h1,h2,h3{letter-spacing:-.035em;margin:0;font-weight:800;line-height:1.18}.display{letter-spacing:-.045em;font-size:clamp(2.6rem,7vw,4.6rem);font-weight:850;line-height:1.04}.eyebrow{color:var(--muted);letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:600;line-height:1.4}.lead{max-width:46ch;color:var(--text-soft);margin:0;font-size:clamp(1.05rem,1.6vw,1.22rem);line-height:1.68}.section-head{border-top:1px solid var(--line-strong);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px 24px;margin-bottom:clamp(24px,3.5vw,36px);padding-top:20px;display:flex}.section-head h2{font-size:clamp(1.5rem,2.6vw,2.1rem)}.section-head .eyebrow{flex-basis:100%;margin-bottom:10px}.section-head .count{color:var(--muted);letter-spacing:.04em;font-size:.86rem;font-weight:500}.section-note{max-width:52ch;color:var(--muted);margin:0 0 clamp(28px,4vw,40px);font-size:.98rem;line-height:1.65}.link-more{color:var(--accent);white-space:nowrap;border-bottom:1px solid #0000;font-size:.94rem;font-weight:600;transition:border-color .15s}.link-more:after{content:" →"}.link-more:hover{border-bottom-color:currentColor}.hero-actions{flex-wrap:wrap;align-items:center;gap:12px 28px;display:flex}.button-link{border:1px solid var(--line-strong);color:var(--text);border-radius:999px;align-items:center;padding:11px 22px;font-size:.95rem;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.button-link:hover{border-color:var(--text)}.button-link.primary{background:var(--accent);border-color:var(--accent);color:var(--bg)}.button-link.primary:hover{background:var(--accent-ink);border-color:var(--accent-ink)}.site-header{z-index:20;background:color-mix(in srgb, var(--bg) 94%, transparent);backdrop-filter:saturate(180%)blur(12px);border-bottom:1px solid var(--line);position:sticky;top:0}.site-header .inner,.site-footer .inner{width:min(var(--max-width), 100% - var(--gutter) * 2);margin-inline:auto}.site-header .inner{justify-content:space-between;align-items:center;gap:28px;padding:18px 0;display:flex}.brand{letter-spacing:-.03em;white-space:nowrap;font-size:1.05rem;font-weight:800}.site-header nav{flex-wrap:wrap;justify-content:flex-end;gap:4px 26px;display:flex}.site-header nav a{color:var(--muted);padding:4px 0;font-size:1rem;font-weight:500;transition:color .15s;position:relative}.site-header nav a:after{content:"";background:var(--gold);height:2px;transition:transform .18s;position:absolute;bottom:-2px;left:0;right:0;transform:scaleX(0)}.site-header nav a:hover,.site-header nav a.active{color:var(--text)}.site-header nav a.active:after,.site-header nav a:hover:after{transform:scaleX(1)}.site-footer{border-top:1px solid var(--line);background:var(--surface)}.site-footer .inner{color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:16px 32px;padding:44px 0 56px;font-size:.9rem;display:flex}.site-footer .inner>div{gap:6px;display:grid}.site-footer .inner p{margin:0}.footer-brand{color:var(--text);letter-spacing:-.03em;font-size:1rem;font-weight:800}.footer-end{text-align:right;justify-items:end}.site-footer nav{flex-wrap:wrap;justify-content:flex-end;gap:8px 20px;display:flex}.site-footer a:hover{color:var(--text)}.hero{gap:clamp(20px,3vw,28px);margin-bottom:clamp(48px,6vw,88px);display:grid}.hero .display{max-width:14ch}.post-card a{display:block}.post-card .thumb{background:var(--line);border-radius:4px;overflow:hidden}.post-card .thumb img{aspect-ratio:16/10;object-fit:cover;width:100%;transition:transform .5s cubic-bezier(.2,.7,.3,1)}.post-card:hover .thumb img{transform:scale(1.035)}.post-card h2,.post-card h3{letter-spacing:-.03em;margin:12px 0 8px;font-size:1.32rem}.post-card:hover h2 a,.post-card:hover h3 a{color:var(--accent)}.post-card p{color:var(--muted);margin:0;font-size:.98rem;line-height:1.65}.post-card.featured .thumb img{aspect-ratio:16/9;border-radius:6px}.post-card.featured h2{letter-spacing:-.04em;margin-top:20px;font-size:clamp(1.8rem,3.6vw,2.8rem);line-height:1.12}.post-card.featured p{max-width:58ch;font-size:1.06rem}.post-card.row{grid-template-columns:minmax(0,260px) minmax(0,1fr);align-items:start;gap:24px;display:grid}.post-card.row h3{margin-top:0}.post-card.row .thumb img{aspect-ratio:4/3}.meta-row{color:var(--muted);letter-spacing:.02em;flex-wrap:wrap;align-items:center;gap:8px;font-size:.8rem;font-weight:500;display:flex}.meta-row .category{color:var(--accent);letter-spacing:.1em;text-transform:uppercase;font-size:.72rem;font-weight:700}.dot{opacity:.5}.post-list{gap:clamp(32px,4vw,48px);display:grid}.post-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:clamp(32px,4vw,44px);display:grid}.grid-two{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(40px,6vw,72px);display:grid}.tag-list,.tag-cloud{flex-wrap:wrap;gap:8px 16px;margin:14px 0 0;padding:0;list-style:none;display:flex}.tag-list a,.tag-cloud a{color:var(--muted);font-size:.86rem;font-weight:500}.tag-list a:hover,.tag-cloud a:hover{color:var(--accent)}.tag-cloud{gap:12px 24px}.tag-cloud a{font-size:1rem}.taxonomy-header,.archive-intro,.info-page{margin-bottom:0}.taxonomy-header h1,.info-page h1,.archive-intro h1{letter-spacing:-.04em;font-size:clamp(2.1rem,5vw,3.4rem)}.archive-total{color:var(--muted);letter-spacing:.04em;margin:10px 0 0;font-size:.86rem;font-weight:500}.taxonomy-header p,.archive-intro p,.info-page p,.info-page li{color:var(--text-soft)}.taxonomy-header .eyebrow,.archive-intro .eyebrow,.info-page .eyebrow{margin-bottom:14px}.info-page{max-width:var(--reading-width)}.info-page h2{margin-top:2.2rem;font-size:1.3rem}.info-page ul{padding-left:1.2rem}.category-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(28px,4vw,40px);display:grid}.post-main{width:min(var(--max-width), 100% - var(--gutter) * 2)}.post-header{max-width:var(--reading-width);text-align:center;margin:0 auto clamp(32px,5vw,48px)}.post-header h1{letter-spacing:-.04em;margin:14px 0 18px;font-size:clamp(2rem,4.6vw,3.2rem)}.post-header .description{color:var(--text-soft);margin:0;font-size:1.08rem;line-height:1.7}.post-header .meta-row,.post-header .tag-list{justify-content:center}.hero-image{justify-content:center;margin-bottom:clamp(36px,5vw,56px);display:flex}.hero-image img{border-radius:6px;width:auto;max-width:100%;max-height:min(72vh,640px)}.prose{width:min(100%, var(--reading-width));margin:0 auto;font-size:1.06rem}.prose>*+*{margin-top:1.35rem}.prose h2{margin-top:3rem;font-size:1.45rem}.prose h3{margin-top:2.4rem;font-size:1.18rem}.prose a{color:var(--accent);border-bottom:1px solid color-mix(in srgb, var(--accent) 40%, transparent)}.prose a:hover{border-bottom-color:currentColor}.prose ul,.prose ol{padding-left:1.3rem}.prose li+li{margin-top:.5rem}.prose img{border-radius:6px;margin:2.4rem auto}.prose .hit{border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong);text-align:center;margin:2.8rem 0;padding:30px 0 26px}.prose .hit .amount{letter-spacing:-.055em;font-size:clamp(3.2rem,12vw,5.4rem);font-weight:850;line-height:1;display:block}.prose .hit .amount-note{color:var(--muted);margin-top:16px;font-size:.98rem;line-height:1.6;display:block}.prose video{background:#000;border-radius:6px;width:auto;max-width:100%;max-height:min(72vh,640px);margin:2.4rem auto;display:block}.prose figure{margin:2.4rem 0}.prose figure video,.prose figure img{margin:0 auto}.prose figcaption{color:var(--muted);text-align:center;margin-top:12px;font-size:.9rem;line-height:1.6}.prose blockquote{border-left:2px solid var(--accent);color:var(--text-soft);margin-inline:0;padding:4px 0 4px 22px;font-size:1.08rem}.prose .table-wrap,.prose table{max-width:100%;display:block;overflow-x:auto}.prose table{border-collapse:collapse;margin:32px 0;font-size:.96rem;line-height:1.6}.prose thead th{text-align:left;color:var(--text);border-bottom:2px solid var(--line-strong);font-weight:600}.prose th,.prose td{border-bottom:1px solid var(--line);vertical-align:top;text-align:left;padding:10px 18px 10px 0}.prose td:first-child{color:var(--muted);white-space:nowrap;padding-right:28px}.prose tbody tr:last-child th,.prose tbody tr:last-child td{border-bottom:0}.prose code{background:var(--accent-wash);border-radius:4px;padding:.15em .4em;font-size:.9em}.prose pre{color:#f8fafc;background:#0f172a;border-radius:8px;padding:18px 20px;line-height:1.6;overflow-x:auto}.prose pre code{background:0 0;padding:0}.prose hr{border:0;border-top:1px solid var(--line-strong)}@media (width<=900px){.grid-two{grid-template-columns:1fr}.post-card.row{grid-template-columns:minmax(0,200px) minmax(0,1fr);gap:18px}}@media (width<=640px){body{font-size:16px}.site-header .inner{flex-direction:column;align-items:flex-start;gap:10px;padding:12px 0}.site-header nav{justify-content:flex-start;gap:4px 16px}.post-card.row{grid-template-columns:1fr;gap:14px}.post-card.row .thumb img{aspect-ratio:16/10}.site-footer .footer-end{text-align:left;justify-items:start}.site-footer nav{justify-content:flex-start}.post-header{text-align:left}.post-header .meta-row,.post-header .tag-list{justify-content:flex-start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.post-card .thumb img,.site-header nav a:after{transition:none}}.site-search[data-astro-cid-av774hkb]{flex:0 268px;min-width:0;position:relative}.field[data-astro-cid-av774hkb]{border:1px solid var(--line);background:var(--surface);border-radius:999px;align-items:center;gap:11px;height:38px;padding:0 6px 0 13px;transition:border-color .18s,box-shadow .18s;display:flex}.field[data-astro-cid-av774hkb]:hover{border-color:var(--line-strong)}.field[data-astro-cid-av774hkb]:focus-within{border-color:var(--line-strong);box-shadow:0 0 0 3px var(--accent-wash)}.lead[data-astro-cid-av774hkb]{flex:none;align-items:center;min-width:15px;height:21px;display:flex;position:relative}.mark[data-astro-cid-av774hkb]{white-space:nowrap;max-width:90px;color:var(--text);align-items:center;gap:3px;transition:max-width .2s,opacity .16s;display:flex;overflow:hidden}.mark[data-astro-cid-av774hkb] svg[data-astro-cid-av774hkb]{flex:none;width:18px;height:18px}.mark[data-astro-cid-av774hkb] b[data-astro-cid-av774hkb]{letter-spacing:-.03em;font-family:Georgia,Times New Roman,serif;font-size:.84rem;font-weight:700;line-height:1}.icon[data-astro-cid-av774hkb]{width:15px;height:15px;color:var(--muted);opacity:0;transition:opacity .16s,transform .16s,color .18s;position:absolute;top:50%;left:0;transform:translateY(-50%)scale(.7)}.field[data-astro-cid-av774hkb].typing .mark[data-astro-cid-av774hkb]{opacity:0;max-width:0}.field[data-astro-cid-av774hkb].typing .icon[data-astro-cid-av774hkb]{opacity:1;transform:translateY(-50%)}.field[data-astro-cid-av774hkb].typing:focus-within .icon[data-astro-cid-av774hkb]{color:var(--text)}input[data-astro-cid-av774hkb]{min-width:0;height:100%;color:var(--text);font:inherit;letter-spacing:-.01em;background:0 0;border:0;outline:none;flex:1;padding:0;font-size:.875rem}input[data-astro-cid-av774hkb]::placeholder{color:var(--muted);letter-spacing:0}input[data-astro-cid-av774hkb]::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.clear[data-astro-cid-av774hkb]{width:26px;height:26px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;place-items:center;padding:0;transition:background .15s,color .15s;display:grid}.clear[data-astro-cid-av774hkb] svg[data-astro-cid-av774hkb]{width:13px;height:13px}.clear[data-astro-cid-av774hkb]:hover{background:var(--accent-wash);color:var(--text)}.clear[data-astro-cid-av774hkb][hidden]{display:none}.panel[data-astro-cid-av774hkb]{z-index:40;width:min(438px, calc(100vw - var(--gutter) * 2));overscroll-behavior:contain;background:var(--surface);border:1px solid var(--line);border-radius:16px;max-height:min(72vh,560px);position:absolute;top:calc(100% + 10px);right:0;overflow-y:auto;box-shadow:0 1px 2px #0000000a,0 10px 20px #0000000d,0 24px 52px #00000017}@media (prefers-color-scheme:dark){.panel[data-astro-cid-av774hkb]{box-shadow:0 1px 2px #0006,0 24px 52px #0000008c}}.panel[data-astro-cid-av774hkb] .head{color:var(--muted);letter-spacing:.13em;text-transform:uppercase;justify-content:space-between;align-items:baseline;gap:10px;padding:12px 16px 10px;font-size:.68rem;font-weight:600;display:flex}.panel[data-astro-cid-av774hkb] .head b{color:var(--text);letter-spacing:.04em;font-weight:700}.panel[data-astro-cid-av774hkb] a.row{border-top:1px solid var(--line);color:var(--text);grid-template-columns:76px 1fr;align-items:start;gap:12px;padding:11px 16px;text-decoration:none;display:grid}.panel[data-astro-cid-av774hkb] a.row:hover,.panel[data-astro-cid-av774hkb] a.row.on{background:var(--accent-wash)}.panel[data-astro-cid-av774hkb] a.row img{object-fit:cover;background:var(--accent-wash);border-radius:6px;width:76px;height:48px;display:block}.panel[data-astro-cid-av774hkb] .eyebrow{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:.64rem;font-weight:600;display:block}.panel[data-astro-cid-av774hkb] .t{letter-spacing:-.015em;margin-top:3px;font-size:.89rem;font-weight:600;line-height:1.42;display:block}.panel[data-astro-cid-av774hkb] .s{-webkit-line-clamp:2;line-clamp:2;color:var(--text-soft);-webkit-box-orient:vertical;margin-top:4px;font-size:.78rem;line-height:1.6;display:-webkit-box;overflow:hidden}.panel[data-astro-cid-av774hkb] mark{box-shadow:inset 0 -.42em 0 color-mix(in srgb, var(--text) 11%, transparent);color:inherit;background:0 0;font-weight:700}.panel[data-astro-cid-av774hkb] .hint{padding:14px 16px 16px}.panel[data-astro-cid-av774hkb] .hint p{color:var(--text-soft);margin:0 0 11px;font-size:.82rem;line-height:1.6}.panel[data-astro-cid-av774hkb] .hint p b{color:var(--text)}.panel[data-astro-cid-av774hkb] .chips{flex-wrap:wrap;gap:6px;display:flex}.panel[data-astro-cid-av774hkb] .chips button{border:1px solid var(--line-strong);color:var(--text-soft);font:inherit;cursor:pointer;background:0 0;border-radius:999px;padding:5px 11px;font-size:.78rem;transition:background .15s,color .15s,border-color .15s}.panel[data-astro-cid-av774hkb] .chips button:hover{background:var(--text);border-color:var(--text);color:var(--bg)}.panel[data-astro-cid-av774hkb] .chips button i{opacity:.5;margin-left:4px;font-size:.72rem;font-style:normal}.sr-only[data-astro-cid-av774hkb]{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width>=641px){.site-search[data-astro-cid-av774hkb]{transition:flex-basis .22s}.site-search[data-astro-cid-av774hkb]:focus-within{flex-basis:324px}}@media (width<=640px){.site-search[data-astro-cid-av774hkb]{flex:auto;width:100%}input[data-astro-cid-av774hkb]{font-size:16px}.field[data-astro-cid-av774hkb]{height:42px}.panel[data-astro-cid-av774hkb]{width:100%;left:0;right:auto}.panel[data-astro-cid-av774hkb] a.row{grid-template-columns:64px 1fr;gap:11px}.panel[data-astro-cid-av774hkb] a.row img{width:64px;height:40px}}@media (prefers-reduced-motion:reduce){.site-search[data-astro-cid-av774hkb],.field[data-astro-cid-av774hkb],.lead[data-astro-cid-av774hkb],.mark[data-astro-cid-av774hkb],.icon[data-astro-cid-av774hkb],.clear[data-astro-cid-av774hkb],.panel[data-astro-cid-av774hkb] .chips button{transition:none}}.brand-logo[data-astro-cid-nen7h5rs]{align-items:center;line-height:0;display:inline-flex}.brand-logo[data-astro-cid-nen7h5rs] svg{width:auto;height:32px;color:var(--text);display:block}
