:root{--bf-bg0:#07090c;--bf-bg1:#0b0f14;--bf-surface:hsla(0,0%,100%,.06);--bf-surface-2:hsla(0,0%,100%,.08);--bf-surface-3:hsla(0,0%,100%,.04);--bf-text:#f4f6f8;--bf-text-2:#fff;--bf-muted:rgba(244,246,248,.72);--bf-muted-2:rgba(244,246,248,.56);--bf-muted-3:rgba(244,246,248,.4);--bf-border:hsla(0,0%,100%,.14);--bf-border-2:hsla(0,0%,100%,.22);--bf-accent:#d6b35c;--bf-accent-2:#f1d58a;--bf-accent-soft:rgba(214,179,92,.16);--bf-orange:rgba(255,138,0,.95);--bf-orange-2:rgba(255,98,0,.95);--bf-radius:18px;--bf-radius-sm:12px;--bf-shadow:0 16px 40px rgba(0,0,0,.35);--bf-shadow-soft:0 8px 24px rgba(0,0,0,.22);--bf-serif:"Noto Serif KR","Apple SD Gothic Neo","Noto Serif CJK KR","Songti SC",Georgia,serif;--bf-sans:"Pretendard Variable","Pretendard",-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Segoe UI",Roboto,sans-serif;--bf-max:1120px;--bf-read:680px}.brief-page{min-height:100vh;color:var(--bf-text);font-family:var(--bf-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(1200px 480px at 5% -10%,rgba(214,179,92,.075),transparent 55%),radial-gradient(900px 360px at 100% 8%,hsla(44,79%,74%,.04),transparent 60%),linear-gradient(180deg,var(--bf-bg0) 0,var(--bf-bg1) 100%)}.brief-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--bf-border);background:rgba(7,9,12,.72);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:background .24s ease,border-color .24s ease}.brief-header[data-scrolled=true]{background:rgba(7,9,12,.92);border-bottom-color:var(--bf-border-2)}.brief-header-inner{max-width:var(--bf-max);margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brief-brand{display:flex;align-items:flex-start;gap:12px;text-decoration:none;color:inherit;min-width:0}.brief-brand-logo{height:46px;width:auto;object-fit:contain;flex:0 0 auto;filter:drop-shadow(0 8px 14px rgba(0,0,0,.35));align-self:flex-start;margin-top:2px}.brief-brand-copy{display:flex;flex-direction:column;gap:3px;min-width:0}.brief-brand-name{font-weight:780;font-size:1.05rem;letter-spacing:-.02em;color:var(--bf-text)}.brief-brand-name,.brief-brand-tagline{line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brief-brand-tagline{font-size:.88rem;color:var(--bf-muted)}.brief-brand-state{font-size:.78rem;line-height:1.15;font-weight:860;letter-spacing:.2px;color:rgba(255,176,95,.95);white-space:nowrap}.brief-header-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.brief-switch-line{display:flex;align-items:center;gap:8px}.brief-switch-axis{font-size:.72rem;font-weight:900;letter-spacing:.25px;color:rgba(244,246,248,.68);white-space:nowrap}.brief-lang{border:1px solid var(--bf-border);border-radius:9999px;overflow:hidden;background:hsla(0,0%,100%,.04)}.brief-lang,.brief-lang-link{display:inline-flex;align-items:center}.brief-lang-link{justify-content:center;padding:7px 12px;font-size:.78rem;font-weight:820;letter-spacing:.2px;color:rgba(244,246,248,.78);text-decoration:none;transition:background .16s,color .16s}.brief-lang-link:hover{background:hsla(0,0%,100%,.07);color:var(--bf-text)}.brief-lang-link.is-active{background:linear-gradient(180deg,var(--bf-accent-2),var(--bf-accent));color:#1a1206;font-weight:900}.brief-back-line{font-size:.78rem;font-weight:700;color:var(--bf-muted);text-decoration:none;letter-spacing:.02em}.brief-back-line:hover{color:var(--bf-accent-2)}@media (max-width:720px){.brief-header-inner{padding:12px 16px}.brief-brand-tagline{display:none}.brief-brand-logo{height:38px}.brief-back-line,.brief-switch-axis{display:none}}.brief-masthead{max-width:var(--bf-max);margin:0 auto;padding:64px 24px 28px}.brief-masthead-eyebrow{display:inline-flex;align-items:center;gap:12px;padding:8px 14px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:1.1px;text-transform:uppercase;color:#f1d58a;background:var(--bf-accent-soft);border:1px solid rgba(214,179,92,.22);margin-bottom:20px}.brief-masthead-eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--bf-accent);box-shadow:0 0 0 5px var(--bf-accent-soft)}.brief-masthead-title{font-family:var(--bf-serif);font-weight:900;font-size:clamp(2.4rem,1.6rem + 3.6vw,4.4rem);letter-spacing:-.03em;line-height:1.04;margin:0 0 14px;color:var(--bf-text-2);word-break:keep-all}.brief-masthead-sub{font-size:1.02rem;line-height:1.65;color:var(--bf-muted);max-width:620px;margin:0;word-break:keep-all}.brief-masthead-date{margin-top:18px;font-size:.78rem;letter-spacing:.06em;color:var(--bf-muted-3);font-variant-numeric:tabular-nums}.brief-list-body{max-width:var(--bf-max);margin:0 auto;padding:28px 24px 80px}.brief-spread{display:grid;gap:32px;grid-template-columns:1fr}@media (min-width:980px){.brief-spread{grid-template-columns:minmax(0,1.65fr) minmax(0,1fr);gap:40px}}.brief-featured{display:flex;flex-direction:column;text-decoration:none;color:inherit;border-radius:var(--bf-radius);background:var(--bf-surface);border:1px solid var(--bf-border);overflow:hidden;transition:border-color .2s,background .2s,transform .2s}.brief-featured:hover{border-color:rgba(214,179,92,.42);background:var(--bf-surface-2);transform:translateY(-2px)}.brief-featured-cover{position:relative;aspect-ratio:16/9;overflow:hidden;background:var(--bf-surface-3)}.brief-featured-cover img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.2,.6,.2,1)}.brief-featured:hover .brief-featured-cover img{transform:scale(1.03)}.brief-featured-kicker{position:absolute;top:18px;left:18px;z-index:2;display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:1.2px;text-transform:uppercase;color:#1a1206;background:linear-gradient(180deg,var(--bf-accent-2),var(--bf-accent));box-shadow:0 6px 16px rgba(214,179,92,.22)}.brief-featured-body{padding:26px 28px 28px}.brief-featured-title{font-family:var(--bf-serif);font-weight:800;font-size:clamp(1.5rem,1.2rem + 1.2vw,2.1rem);line-height:1.2;letter-spacing:-.022em;margin:0 0 12px;color:var(--bf-text-2);word-break:keep-all}.brief-featured-excerpt{font-size:.98rem;line-height:1.62;color:var(--bf-muted);margin:0 0 18px;word-break:keep-all}.brief-featured-meta{display:flex;align-items:center;gap:12px;font-size:.78rem;letter-spacing:.04em;color:var(--bf-muted-3);font-weight:700}.brief-featured-meta-dot{width:3px;height:3px;border-radius:50%;background:var(--bf-muted-3)}.brief-featured-cta{color:var(--bf-accent-2);font-weight:800}.brief-latest-rail{border-radius:var(--bf-radius);background:var(--bf-surface);border:1px solid var(--bf-border);padding:22px 22px 8px}.brief-latest-head{display:flex;align-items:center;gap:10px;font-size:.72rem;font-weight:900;letter-spacing:.24em;text-transform:uppercase;color:var(--bf-accent);margin:0 0 18px;padding-bottom:14px;border-bottom:1px solid var(--bf-border)}.brief-latest-head:before{content:"";width:18px;height:2px;background:var(--bf-accent);border-radius:999px}.brief-latest-list{list-style:none;padding:0;margin:0}.brief-latest-item{padding:14px 0;border-top:1px solid var(--bf-border)}.brief-latest-item:first-child{border-top:none;padding-top:0}.brief-latest-link{display:grid;grid-template-columns:auto 1fr;align-items:start;column-gap:14px;row-gap:4px;text-decoration:none;color:inherit}.brief-latest-num{grid-row:1/3;font-family:var(--bf-serif);font-weight:700;font-size:1rem;color:var(--bf-accent);font-variant-numeric:tabular-nums;padding-top:2px}.brief-latest-title{font-weight:700;font-size:.98rem;line-height:1.4;letter-spacing:-.012em;margin:0;color:var(--bf-text);transition:color .18s ease}.brief-latest-link:hover .brief-latest-title{color:var(--bf-accent-2)}.brief-latest-date{font-size:.72rem;letter-spacing:.05em;color:var(--bf-muted-3);font-variant-numeric:tabular-nums}.brief-grid-section{margin-top:72px}.brief-grid-section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--bf-border)}.brief-grid-section-title{font-family:var(--bf-serif);font-weight:800;font-size:1.4rem;letter-spacing:-.015em;margin:0;color:var(--bf-text)}.brief-grid-section-count{font-size:.76rem;letter-spacing:.06em;color:var(--bf-muted-3);font-variant-numeric:tabular-nums;font-weight:700}.brief-grid{display:grid;grid-template-columns:1fr;gap:24px;list-style:none;padding:0;margin:0}@media (min-width:640px){.brief-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.brief-grid{grid-template-columns:repeat(3,1fr)}}.brief-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;background:var(--bf-surface);border:1px solid var(--bf-border);border-radius:var(--bf-radius);overflow:hidden;transition:border-color .2s,background .2s,transform .2s}.brief-card:hover{border-color:rgba(214,179,92,.42);background:var(--bf-surface-2);transform:translateY(-2px)}.brief-card-cover{aspect-ratio:16/10;overflow:hidden;background:var(--bf-surface-3)}.brief-card-cover img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.2,.6,.2,1)}.brief-card:hover .brief-card-cover img{transform:scale(1.04)}.brief-card-body{padding:18px 20px 20px;display:flex;flex-direction:column;gap:8px;flex:1}.brief-card-title{font-weight:760;font-size:1.05rem;line-height:1.4;letter-spacing:-.012em;margin:0;color:var(--bf-text);transition:color .18s ease}.brief-card:hover .brief-card-title{color:var(--bf-accent-2)}.brief-card-excerpt{font-size:.88rem;line-height:1.55;color:var(--bf-muted);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.brief-card-meta{margin-top:auto;font-size:.72rem;letter-spacing:.05em;color:var(--bf-muted-3);font-variant-numeric:tabular-nums;font-weight:700;padding-top:6px}.brief-empty{padding:80px 24px;text-align:center;border:1px solid var(--bf-border);border-radius:var(--bf-radius);background:var(--bf-surface-3)}.brief-empty-mark{font-family:var(--bf-serif);font-size:2.6rem;color:var(--bf-accent);opacity:.55;letter-spacing:-.04em;margin:0 0 10px}.brief-empty-text{color:var(--bf-muted);font-size:.95rem;letter-spacing:.02em;margin:0}.brief-article-shell{max-width:var(--bf-max);margin:0 auto;padding:64px 24px 48px}.brief-article-head{max-width:860px;margin:0 auto 40px}.brief-article-kicker{display:inline-flex;align-items:center;gap:10px;padding:8px 14px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:1.1px;text-transform:uppercase;color:#f1d58a;background:var(--bf-accent-soft);border:1px solid rgba(214,179,92,.22);margin-bottom:22px}.brief-article-kicker:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--bf-accent);box-shadow:0 0 0 5px var(--bf-accent-soft)}.brief-article-title{font-family:var(--bf-serif);font-weight:800;font-size:clamp(2rem,1.4rem + 2.4vw,3.2rem);line-height:1.18;letter-spacing:-.028em;margin:0 0 22px;color:var(--bf-text-2);word-break:keep-all}.brief-article-excerpt{font-size:1.15rem;line-height:1.6;color:var(--bf-muted);margin:0 0 24px;max-width:720px;word-break:keep-all}.brief-article-meta{display:flex;align-items:center;gap:14px;font-size:.78rem;font-weight:700;letter-spacing:.06em;color:var(--bf-muted-3);font-variant-numeric:tabular-nums;padding-top:18px;border-top:1px solid var(--bf-border)}.brief-article-meta-dot{width:3px;height:3px;border-radius:50%;background:var(--bf-muted-3)}.brief-article-cover{margin:0 0 56px;border-radius:var(--bf-radius);overflow:hidden;border:1px solid var(--bf-border);background:var(--bf-surface-3);box-shadow:var(--bf-shadow)}.brief-article-cover img{display:block;width:100%;max-height:min(70vh,620px);object-fit:cover;object-position:center}.brief-article-body-wrap{display:grid;grid-template-columns:1fr;gap:56px}@media (min-width:1024px){.brief-article-body-wrap{grid-template-columns:minmax(0,var(--bf-read)) minmax(0,1fr);gap:72px;max-width:1040px;margin:0 auto}}.brief-article-aside{align-self:start}@media (min-width:1024px){.brief-article-aside{position:sticky;top:96px}}.brief-content{font-family:var(--bf-sans);font-size:1.05rem;line-height:1.82;color:var(--bf-text);word-break:keep-all}.brief-content>:first-child{margin-top:0}.brief-content p{margin:1.3em 0;color:rgba(244,246,248,.92)}.brief-content p:first-of-type:first-letter{font-family:var(--bf-serif);font-weight:800;font-size:3.4em;line-height:1;float:left;margin:.08em .14em -.06em 0;color:var(--bf-accent)}@media (max-width:640px){.brief-content p:first-of-type:first-letter{font-size:2.6em}}.brief-content h2{font-family:var(--bf-serif);font-weight:800;font-size:1.55rem;line-height:1.3;letter-spacing:-.018em;margin:2.4em 0 .7em;color:var(--bf-text-2);position:relative;padding-top:.6em}.brief-content h2:before{content:"";position:absolute;top:0;left:0;width:32px;height:2px;border-radius:999px;background:var(--bf-accent)}.brief-content h3{font-family:var(--bf-serif);font-weight:700;font-size:1.18rem;line-height:1.32;letter-spacing:-.012em;margin:1.8em 0 .6em;color:var(--bf-text-2)}.brief-content a{color:var(--bf-accent-2);text-decoration:none;border-bottom:1px solid rgba(214,179,92,.45);transition:color .18s,border-color .18s}.brief-content a:hover{color:var(--bf-accent-2);border-bottom-color:var(--bf-accent-2)}.brief-content strong{color:var(--bf-text-2);font-weight:700}.brief-content em{font-style:italic}.brief-content u{text-decoration:underline;text-decoration-color:rgba(214,179,92,.5);text-underline-offset:3px}.brief-content ol,.brief-content ul{padding-left:0;margin:1.3em 0;list-style:none}.brief-content ol li,.brief-content ul li{position:relative;padding-left:1.6em;margin:.55em 0;color:rgba(244,246,248,.92)}.brief-content ul li:before{content:"";position:absolute;left:.4em;top:.78em;width:8px;height:2px;border-radius:999px;background:var(--bf-accent)}.brief-content ol{counter-reset:bf-counter}.brief-content ol li{counter-increment:bf-counter}.brief-content ol li:before{content:counter(bf-counter,decimal-leading-zero);position:absolute;left:0;top:0;font-family:var(--bf-serif);font-weight:700;color:var(--bf-accent);font-size:.9em;font-variant-numeric:tabular-nums;letter-spacing:.05em}.brief-content blockquote{margin:2.2em 0;padding:22px 26px;background:var(--bf-surface);border:1px solid var(--bf-border);border-left:3px solid var(--bf-accent);border-radius:var(--bf-radius-sm);font-family:var(--bf-serif);font-size:1.18rem;line-height:1.55;color:var(--bf-text);font-style:italic}.brief-content blockquote p{margin:0}.brief-content blockquote p+p{margin-top:.6em}.brief-content img{display:block;width:100%;max-width:100%;max-height:min(60vh,540px);height:auto;margin:2em 0;object-fit:contain;background:var(--bf-surface-3);border:1px solid var(--bf-border);border-radius:var(--bf-radius-sm)}.brief-content hr{border:none;margin:2.2em auto;width:56px;height:2px;border-radius:999px;background:var(--bf-accent);opacity:.7}.brief-content .brief-youtube{margin:2.2em 0;border:1px solid var(--bf-border);border-radius:var(--bf-radius-sm);overflow:hidden;background:#000;box-shadow:var(--bf-shadow-soft)}.brief-article-aside-block{margin-bottom:32px;background:var(--bf-surface);border:1px solid var(--bf-border);border-radius:var(--bf-radius);padding:20px 22px 8px}.brief-article-aside-head{display:flex;align-items:center;gap:10px;font-size:.72rem;font-weight:900;letter-spacing:.24em;text-transform:uppercase;color:var(--bf-accent);margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid var(--bf-border)}.brief-article-aside-head:before{content:"";width:18px;height:2px;border-radius:999px;background:var(--bf-accent)}.brief-aside-related-list{list-style:none;padding:0;margin:0}.brief-aside-related-item{padding:13px 0;border-top:1px solid var(--bf-border)}.brief-aside-related-item:first-child{border-top:none;padding-top:0}.brief-aside-related-link{display:block;text-decoration:none;color:inherit}.brief-aside-related-title{font-weight:720;font-size:.95rem;line-height:1.4;letter-spacing:-.01em;margin:0 0 4px;color:var(--bf-text);transition:color .18s}.brief-aside-related-link:hover .brief-aside-related-title{color:var(--bf-accent-2)}.brief-aside-related-date{font-size:.7rem;letter-spacing:.05em;color:var(--bf-muted-3);font-variant-numeric:tabular-nums;font-weight:700}.brief-article-locale{margin:64px auto 0;max-width:var(--bf-read);padding-top:22px;border-top:1px solid var(--bf-border);display:flex;align-items:center;gap:12px;flex-wrap:wrap}.brief-article-locale-label{font-size:.7rem;font-weight:900;letter-spacing:.24em;text-transform:uppercase;color:var(--bf-muted-3)}.brief-article-locale a{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;border:1px solid var(--bf-border);background:var(--bf-surface-3);font-size:.82rem;font-weight:720;color:var(--bf-muted);text-decoration:none;transition:all .18s ease}.brief-article-locale a:hover{border-color:var(--bf-border-2);color:var(--bf-text);background:var(--bf-surface)}.brief-article-locale a.is-active{background:linear-gradient(180deg,var(--bf-accent-2),var(--bf-accent));border-color:transparent;color:#1a1206;font-weight:900}.brief-footer{margin-top:64px;border-top:1px solid var(--bf-border);background:rgba(7,9,12,.6)}.brief-footer-inner{max-width:var(--bf-max);margin:0 auto;padding:32px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.brief-footer-brand{display:flex;align-items:center;gap:12px;font-weight:720;font-size:.92rem;color:var(--bf-muted)}.brief-footer-brand:before{content:"";width:22px;height:2px;border-radius:999px;background:var(--bf-accent)}.brief-footer-link{font-size:.85rem;font-weight:720;color:var(--bf-accent-2);text-decoration:none;letter-spacing:.02em}.brief-footer-link:hover{color:var(--bf-text)}@media (prefers-reduced-motion:reduce){.brief-card,.brief-card-cover img,.brief-featured,.brief-featured-cover img{transition:none}.brief-card:hover,.brief-featured:hover{transform:none}}