:root{--ink:#171717;--muted:#666;--line:#e5e5e5;--accent:#f97316;--bg:#fff;--soft:#f6f6f4}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,"Noto Sans KR",sans-serif;line-height:1.58}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{border-bottom:1px solid var(--line);background:#fff}.topline{display:flex;justify-content:space-between;gap:16px;padding:8px max(18px,calc((100vw - 1120px)/2));background:#191919;color:#f8f8f8;font-size:13px}.brand{display:grid;place-items:center;padding:34px 16px 26px}.brand strong{font-family:Georgia,serif;color:var(--accent);font-size:clamp(34px,6vw,54px);line-height:1}.brand span{font-family:Georgia,serif;color:#2563eb;font-style:italic}.nav{display:flex;justify-content:center;gap:28px;padding:14px 16px;border-top:1px solid var(--line);font-weight:700;overflow-x:auto}.nav a{white-space:nowrap}.nav a:hover{color:var(--accent)}main{max-width:1120px;margin:0 auto;padding:24px 18px}.lead-grid{display:grid;grid-template-columns:1.45fr 1fr 1fr;grid-template-rows:225px 225px;grid-template-areas:"feature second third" "feature fourth fifth";gap:4px}.lead-grid .card{min-height:0;border:0;background:#111;overflow:hidden}.lead-grid .card:nth-child(1){grid-area:feature}.lead-grid .card:nth-child(2){grid-area:second}.lead-grid .card:nth-child(3){grid-area:third}.lead-grid .card:nth-child(4){grid-area:fourth}.lead-grid .card:nth-child(5){grid-area:fifth}.lead-grid .feature{grid-row:auto}.lead-grid .thumb{height:100%;background:#eee}.lead-grid .thumb img{width:100%;height:100%;object-fit:cover}.lead-grid .card-body{position:absolute;inset:auto 0 0 0;padding:18px;background:linear-gradient(transparent,rgba(0,0,0,.82));color:#fff}.lead-grid .card p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#e5e7eb}.card{position:relative;background:#fff;border-bottom:1px solid var(--line)}.card-hit{position:absolute;inset:0;z-index:2}.card .thumb,.card .card-body{position:relative}.card .cat,.card h2 a{position:relative;z-index:3}.thumb{display:block;aspect-ratio:16/10;background:var(--soft);overflow:hidden}.thumb img{width:100%;height:100%;object-fit:cover}.card-body{padding:12px 0}.cat,.mini-cat{display:inline-block;background:#111;color:#fff;font-size:12px;font-weight:700;padding:2px 7px}.card h2{font-size:18px;line-height:1.33;margin:7px 0 5px}.lead-grid .feature h2{font-size:clamp(25px,3vw,34px)}.card p{color:var(--muted);font-size:14px;margin:0 0 8px}.card-meta{display:flex;flex-wrap:wrap;gap:6px;align-items:center;color:#777;font-size:12px}.lead-grid .card-meta{color:#d1d5db}.card-meta time{border-left:1px solid currentColor;padding-left:6px}.image-credit{margin-top:6px;color:#8b8b8b;font-size:11px;line-height:1.35}.lead-grid .image-credit{color:#c9c9c9}.card time,.compact-item time{color:inherit;font-size:12px}.home-layout{display:grid;grid-template-columns:minmax(0,1fr) 324px;gap:36px;align-items:start;margin-top:26px}.home-main{min-width:0}.sidebar{position:sticky;top:12px}.ad-wrap{height:126px;overflow:hidden;margin:0 0 24px;padding:12px;border:1px solid var(--line);background:#fafafa}.ad-label{margin-bottom:6px;color:#999;font-size:11px;text-transform:uppercase}.ad-slot{height:90px;overflow:hidden}.ad-sidebar{height:286px}.ad-sidebar .ad-slot{height:250px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin:28px 0 14px;border-bottom:2px solid #111}.section-head h1,.section-head h2{font-size:20px;margin:0;background:#111;color:#fff;padding:4px 12px}.section-head a{font-size:13px;color:#555;margin-bottom:6px}.compact-list{display:grid;gap:0;border-top:1px solid var(--line)}.compact-item{display:grid;grid-template-columns:172px minmax(0,1fr);gap:16px;padding:14px 0;border-bottom:1px solid var(--line)}.compact-thumb{aspect-ratio:16/10;background:var(--soft);overflow:hidden}.compact-thumb img{width:100%;height:100%;object-fit:cover}.compact-item h3{font-size:18px;line-height:1.35;margin:5px 0 7px}.category-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px 28px}.category-block .section-feature .thumb{aspect-ratio:16/9}.category-block .section-feature p{display:block}.headline-list{list-style:none;margin:0;padding:0;border-top:1px solid var(--line)}.headline-list li{display:grid;gap:4px;padding:10px 0;border-bottom:1px solid var(--line)}.headline-list a{font-weight:700;line-height:1.35}.headline-list span{font-size:12px;color:var(--accent)}.side-box{border-top:3px solid #111;margin-bottom:24px;padding-top:12px}.side-title{display:inline-block;background:#111;color:#fff;font-weight:700;padding:5px 10px;margin-bottom:10px}.tv-box{background:#f8f8f8;border:1px solid var(--line);border-top:3px solid #111;padding:14px}.tv-box p{margin:4px 0 12px;color:#555}.tv-box a{font-weight:700;color:#2563eb}.post-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.related{margin-top:34px}.related-list{grid-template-columns:repeat(2,minmax(0,1fr))}.wide-head{margin-top:38px}.article-layout{display:grid;grid-template-columns:minmax(0,760px) 324px;gap:36px;align-items:start}.post{max-width:100%;margin:0}.breadcrumbs{margin-bottom:14px;color:#999;font-size:13px}.breadcrumbs a{color:#777}.post h1{font-size:clamp(30px,5vw,46px);line-height:1.18;margin:10px 0 20px}.post-meta{color:var(--muted);font-size:14px}.post-meta a{color:var(--accent);font-weight:700}.post-hero-wrap{margin:18px 0 24px}.post-hero{width:100%;max-height:520px;object-fit:cover;margin:0}.post-hero-wrap figcaption{margin-top:8px;color:#777;font-size:13px;line-height:1.45}.content{font-size:18px}.content p{margin:0 0 1.15em}.content a{color:#2563eb;text-decoration:underline}.content code{display:inline-block;background:#fff1f2;border:1px solid #fecdd3;border-radius:6px;color:#9f1239;font-family:Consolas,monospace;font-size:.9em;font-weight:700;line-height:1.35;padding:2px 7px;word-break:break-all}.content li{margin:.34em 0}.content li code:only-child{background:#111827;border-color:#374151;color:#f9fafb;box-shadow:inset 3px 0 0 #f97316;min-width:min(100%,360px);padding:5px 10px}.content figure{margin:24px 0}.site-footer{margin-top:56px;padding:28px 18px;border-top:1px solid var(--line);text-align:center;color:var(--muted)}@media(max-width:980px){main{padding:20px 16px}.lead-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto;grid-template-areas:"feature feature" "second third" "fourth fifth"}.lead-grid .feature{grid-column:auto;grid-row:auto}.home-layout,.article-layout{grid-template-columns:1fr}.sidebar{position:static;display:grid;grid-template-columns:1fr 1fr;gap:20px}.sidebar .ad-wrap{grid-column:1/-1;height:126px}.sidebar .ad-slot{height:90px}.post-list,.related-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.topline{font-size:12px}.brand{padding:26px 12px 20px}.nav{justify-content:flex-start;gap:20px}.lead-grid{display:block}.lead-grid .card{margin-bottom:18px;background:#fff}.lead-grid .thumb{aspect-ratio:16/10}.lead-grid .card-body{position:static;background:#fff;color:var(--ink);padding:10px 0}.lead-grid .card p{display:block}.lead-grid .feature h2{font-size:22px}.home-layout{gap:18px}.compact-item{grid-template-columns:112px minmax(0,1fr);gap:12px;padding:12px 0}.compact-item h3{font-size:16px}.category-grid,.post-list,.related-list,.sidebar{grid-template-columns:1fr}.section-head{margin-top:24px}.section-head h1,.section-head h2{font-size:18px}.post h1{font-size:28px}.content{font-size:17px}.ad-wrap,.sidebar .ad-wrap{height:108px}.ad-slot,.sidebar .ad-slot{height:66px}}
body{font-family:"Apple SD Gothic Neo","Noto Sans KR","Malgun Gothic",Arial,sans-serif;word-break:keep-all}
.skip-link{position:fixed;top:8px;left:8px;z-index:10000;padding:9px 13px;border-radius:4px;background:#111;color:#fff;font-weight:800;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.reading-progress{position:fixed;top:0;right:0;left:0;z-index:9999;height:3px;pointer-events:none}.reading-progress span{display:block;width:100%;height:100%;background:#f36f21;transform:scaleX(0);transform-origin:left center;transition:transform .08s linear}
.site-header{position:relative}.topline{display:block;height:28px;padding:0;background:#1d1d1d;color:#f5f5f5;font-size:12px;line-height:28px}.topline-inner{display:flex;align-items:center;justify-content:space-between;max-width:1068px;height:28px;margin:0 auto}.topline time{font-weight:600}.topline-about{color:#e5e7eb;font-size:11px;font-weight:700;letter-spacing:.02em}.topline-about:hover{text-decoration:underline}.header-brand-row{display:grid;grid-template-columns:320px minmax(320px,748px);align-items:center;max-width:1068px;height:100px;margin:0 auto;padding:0}.header-brand-row .brand{display:flex;flex-direction:column;align-items:center;justify-content:center;justify-self:start;width:320px;height:100px;padding:0}.header-brand-row .brand strong{font-family:Georgia,"Times New Roman",serif;color:#f36f21;font-size:40px;line-height:1;font-weight:700;letter-spacing:-.025em}.header-brand-row .brand span{margin-top:4px;font-family:Georgia,"Times New Roman",serif;color:#1f4da8;font-size:14px;font-weight:400;font-style:italic;line-height:1.15;letter-spacing:-.01em}.header-brand-row .brand .brand-tagline-name{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:800;letter-spacing:inherit}.header-ad{justify-self:end;width:100%;max-width:700px;height:90px;overflow:hidden}.header-ad .ad-slot{height:90px}.header-nav-row{display:flex;align-items:center;max-width:1068px;height:48px;margin:0 auto}.nav{flex:1;justify-content:flex-start;height:48px;padding:0;border-top:0;overflow-x:auto}.nav a{height:48px;padding:0 14px}.nav a:first-child{margin-left:-14px}.site-search{display:grid;flex:0 0 48px;width:48px;height:48px;padding:0;place-items:center;margin-left:auto;border:0;background:#fff;cursor:pointer}.site-search svg{width:22px;height:22px;fill:none;stroke:#111;stroke-linecap:round;stroke-width:2}.site-search:hover svg,.site-search[aria-expanded="true"] svg{stroke:var(--accent)}.site-search-panel{position:absolute;top:100%;right:0;left:0;z-index:2000;padding:20px max(32px,calc((100vw - 1068px)/2));border-top:1px solid #e5e7eb;border-bottom:1px solid #dbe2ea;background:#fff;box-shadow:0 12px 28px rgba(15,23,42,.14)}.site-search-panel[hidden]{display:none}.site-search-box{display:grid;grid-template-columns:auto minmax(180px,1fr) auto auto;align-items:center;gap:10px;max-width:1068px;margin:0 auto}.site-search-box label{font-weight:800}.site-search-box input{width:100%;height:42px;padding:9px 12px;border:1px solid #aeb9c7;border-radius:4px;font:500 15px/1.3 Pretendard,"Noto Sans KR",sans-serif}.search-submit,.search-close{height:42px;border:0;border-radius:4px;cursor:pointer}.search-submit{padding:0 18px;background:#f36f21;color:#fff;font-weight:800}.search-close{width:42px;background:#eef1f5;color:#344256;font-size:24px}.search-note{max-width:1068px;margin:11px auto 0;color:#64748b;font-size:13px}.search-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px;max-width:1068px;max-height:min(58vh,560px);margin:9px auto 0;overflow:auto}.search-result{padding:12px 0;border-top:1px solid #e5e7eb}.search-result>a{display:block;font-size:16px;font-weight:800;line-height:1.35}.search-result>a:hover{color:#e65f0e}.search-result p{margin:4px 0;color:#64748b;font-size:12px}.search-result span{display:-webkit-box;overflow:hidden;color:#4b5563;font-size:13px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.article-layout,.post,.content{min-width:0;max-width:100%}.post h1,.content h1,.content h2,.content h3,.content h4,.content p,.content li,.content blockquote,.content figcaption{overflow-wrap:anywhere}.content p,.content li,.content blockquote{word-break:normal;overflow-wrap:break-word}.post-hero-wrap{max-width:100%;overflow:visible}.post-hero{display:block;width:auto;max-width:100%;height:auto;max-height:none;margin:0 auto;object-fit:contain}.content figure,.content .wp-block-image,.content .wp-block-video,.content .wp-block-embed,.content .wp-block-embed__wrapper,.content .youtube-embed{max-width:100%}.content img,.content video,.content svg,.content canvas{max-width:100%!important;height:auto!important}.content iframe,.content embed,.content object{display:block;max-width:100%!important}.content .wp-block-embed.is-type-video .wp-block-embed__wrapper,.content .youtube-embed{width:100%;overflow:hidden;aspect-ratio:16/9}.content .wp-block-embed.is-type-video .wp-block-embed__wrapper>iframe,.content .youtube-embed>iframe{width:100%!important;height:100%!important;aspect-ratio:16/9}.content .wp-block-table{max-width:100%;overflow-x:auto}.content table{max-width:100%}.content pre{max-width:100%;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere}.content a{overflow-wrap:anywhere}
.quick-share{justify-content:flex-start;margin:-12px 0 22px}.quick-share-button{min-height:32px;padding:5px 11px;border:1px solid #cbd5e1;border-radius:4px;background:#fff;color:#475569;font:700 12px/1.2 Pretendard,"Noto Sans KR",sans-serif;cursor:pointer}.quick-share-button:first-child{border-color:#f36f21;color:#df5b0b}.quick-share-button:hover{background:#f8fafc}.quick-share .share-status{flex-basis:auto;text-align:left}.article-share{display:flex;align-items:center;justify-content:space-between;gap:22px;margin:36px 0 28px;padding:20px 22px;border:1px solid #dbe4ee;border-left:4px solid #f36f21;background:#fbfdff}.article-share h2{margin:0 0 3px;font-size:19px;line-height:1.35}.article-share p{margin:0;color:#64748b;font-size:14px}.share-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px}.share-button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 13px;border:1px solid #cbd5e1;border-radius:5px;background:#fff;color:#27364a;font:800 13px/1.2 Pretendard,"Noto Sans KR",sans-serif;cursor:pointer}.share-button:hover{border-color:#94a3b8;background:#f8fafc}.share-native{border-color:#e66c1f;background:#f47b2b;color:#fff}.share-native:hover{border-color:#d75d13;background:#e96c1f}.share-status{flex-basis:100%;min-height:17px;color:#475569;font-size:12px;text-align:right}.share-fallback-actions{display:flex;flex-basis:100%;flex-wrap:wrap;justify-content:flex-end;gap:6px}.share-fallback-link{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:6px 10px;border:1px solid #cbd5e1;border-radius:4px;background:#fff;color:#334155;font:700 12px/1.2 Pretendard,"Noto Sans KR",sans-serif;text-decoration:none}.share-fallback-link:hover{border-color:#94a3b8;background:#f8fafc}.share-copy-fallback{flex-basis:100%;width:100%;min-height:36px;padding:7px 9px;border:1px solid #94a3b8;border-radius:4px;background:#fff;color:#334155;font-size:12px}.back-to-top{position:fixed;right:22px;bottom:22px;z-index:1000;width:44px;height:44px;border:1px solid #d8dee7;border-radius:50%;background:#fff;color:#29384b;font-size:22px;line-height:1;cursor:pointer;box-shadow:0 5px 18px rgba(15,23,42,.14);opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity .18s ease,transform .18s ease}.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.back-to-top:hover{border-color:#f36f21;color:#e65f0e}
.category-intro{margin-bottom:24px}.category-intro>.section-head{margin-bottom:12px}.category-intro>p{max-width:760px;margin:0;color:#4b5563;font-size:16px}
.topic-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:14px}.topic-links a{padding:6px 10px;border:1px solid #bfdbfe;border-radius:5px;background:#f0f7ff;color:#1d4ed8;font-size:13px;font-weight:700}.topic-header{max-width:820px;margin:0 0 28px}.topic-header h1,.policy-page h1{margin:8px 0 10px;font-size:clamp(30px,5vw,44px);line-height:1.2}.topic-header>p,.policy-lead{color:#475569;font-size:18px}.policy-page{max-width:820px;margin:0 auto}.policy-page section{margin-top:30px}.policy-page h2{margin:0 0 10px;font-size:23px}.policy-page p{font-size:17px}.policy-page a,.article-links a{color:#1d4ed8;text-decoration:underline}.policy-updated{margin-top:40px!important;padding-top:16px;border-top:1px solid #e5e7eb;color:#64748b;font-size:14px!important}.author-posts{grid-template-columns:repeat(2,minmax(0,1fr))}.article-links{margin:30px 0;padding:18px 20px;border:1px solid #bfdbfe;border-radius:6px;background:#f4f9ff}.article-links h2{margin:0 0 8px;font-size:20px}.article-links ul{margin:0;padding-left:20px}.site-footer>p{margin:0;color:#64748b;font-size:13px}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:6px 0;margin-top:7px}.footer-links a{color:#64748b;font-size:12px;line-height:1.4}.footer-links a+a::before{content:"·";display:inline-block;margin:0 8px;color:#cbd5e1}.footer-links a:hover{color:#334155;text-decoration:underline}
.card-hit{z-index:20}
.card .cat,.card h2 a{z-index:auto}
.ad-wrap{border:0!important;background:transparent!important;padding:0!important}
.ad-in-article{height:auto!important;min-height:100px;overflow:visible!important;margin:30px 0!important}.ad-in-article .ad-slot{height:auto!important;min-height:100px;overflow:visible!important}
.ad-label{display:none!important}
.affiliate-box{margin:30px 0;padding:18px 20px;border:1px solid #d8e0ea;border-left:4px solid #e66c1f;background:#fffaf5}.affiliate-box h2{margin:8px 0 10px;font-size:20px}.affiliate-box ul{margin:0;padding-left:20px}.affiliate-box li{margin:8px 0}.affiliate-box li a{color:#1d4ed8;font-weight:800;text-decoration:underline}.affiliate-box li span{display:block;margin-top:2px;color:#64748b;font-size:13px}.affiliate-disclosure,.affiliate-check{margin:0!important;color:#64748b;font-size:13px!important}.affiliate-check{margin-top:10px!important}
.cat,.mini-cat,.side-title,.section-head h1,.section-head h2{border-radius:4px;border:1px solid transparent;box-shadow:none}
.cat,.mini-cat{padding:3px 8px}
.cat-list,.headline-cats{display:flex;flex-wrap:wrap;gap:5px;align-items:center}
.lead-grid .cat-list{margin-bottom:5px}
.compact-item .cat-list{margin-bottom:5px}
.headline-cats{margin-top:4px}
.headline-list span{display:inline-block;width:max-content;border-radius:4px;padding:2px 7px;font-weight:700}
.section-head h1,.section-head h2,.side-title{color:#1f2937}
.tone-life{background:#7fbe4b!important;border-color:#7fbe4b!important;color:#fff!important}
.tone-health{background:#e86c9d!important;border-color:#e86c9d!important;color:#fff!important}
.tone-finance{background:#7a63c7!important;border-color:#7a63c7!important;color:#fff!important}
.tone-global{background:#d94f5c!important;border-color:#d94f5c!important;color:#fff!important}
.tone-it{background:#3f80d4!important;border-color:#3f80d4!important;color:#fff!important}
.tone-discovery{background:#a166c5!important;border-color:#a166c5!important;color:#fff!important}
.tone-series{background:#7769bd!important;border-color:#7769bd!important;color:#fff!important}
.tone-editor{background:#8794a5!important;border-color:#8794a5!important;color:#fff!important}
.tone-important{background:#f28c3a!important;border-color:#f28c3a!important;color:#fff!important}
.tone-tv{background:#ed7732!important;border-color:#ed7732!important;color:#fff!important}
.tone-latest{background:#83b94f!important;border-color:#83b94f!important;color:#fff!important}
.tone-news{background:#e7b72f!important;border-color:#e7b72f!important;color:#fff!important}
.tv-links{display:flex;flex-wrap:wrap;gap:8px}
.tv-links a{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:7px 12px;border:1px solid #bfdbfe;border-radius:6px;background:#eff6ff;color:#1d4ed8!important;font-size:14px;font-weight:800;text-decoration:none;box-shadow:0 1px 0 rgba(29,78,216,.08)}
.tv-links a:hover{background:#dbeafe;border-color:#93c5fd}
.content code{background:#eaf6ff;border:1px solid #bfdbfe;color:#1d4ed8;box-shadow:none;font-weight:700}
.content li code:only-child{background:#eaf6ff;border-color:#bfdbfe;color:#1d4ed8;box-shadow:none;min-width:min(100%,360px);padding:5px 10px}
.lead-grid .card .card-body{position:absolute;inset:auto 0 0 0;z-index:5;padding:18px;background:linear-gradient(transparent,rgba(0,0,0,.82));color:#fff}
.lead-grid .card .cat,.lead-grid .card h2,.lead-grid .card p,.lead-grid .card-meta{position:relative;z-index:6}
.lead-grid .card .cat-list,.lead-grid .card p{display:none}
.lead-grid .card p{color:#e5e7eb}
.lead-grid .card-hit{z-index:20}
.nav{gap:0}.nav a{display:flex;height:48px;padding:0 14px;align-items:center}
.trending-strip{display:flex;align-items:center;gap:14px;min-height:25px;margin:0 0 24px;overflow:hidden;white-space:nowrap}.trending-label{flex:0 0 auto;width:max-content;height:25px;padding:2px 10px 1px;background:#e2555a;color:#fff;font:400 12px/22px Roboto,"Noto Sans KR",Arial,sans-serif}.trending-items{min-width:0;flex:1}.trending-items a{display:block;overflow:hidden;color:#222;font-size:14px;text-overflow:ellipsis}.trending-items a[hidden]{display:none}.trending-items a:hover{color:var(--accent)}.trending-controls{display:flex;flex:0 0 auto;gap:7px;margin-left:auto}.trending-controls button{display:grid;width:25px;height:25px;padding:0;place-items:center;border:1px solid #d7dce3;background:#fff;color:#8a94a3;font-size:18px;line-height:1;cursor:pointer}.trending-controls button:hover{border-color:#f36f21;color:#e65f0e}
.lead-grid .cat-list{display:flex!important}
.cat,.mini-cat,.headline-list span{display:inline-block!important;width:max-content;height:17px;padding:3px 6px 4px!important;border:0!important;border-radius:0!important;font:600 10px/10px Roboto,"Noto Sans KR",Arial,sans-serif!important}
.section-head{border-bottom-color:var(--section-tone,#e67e22)}.section-head h1,.section-head h2,.side-title{min-height:28px;padding:7px 12px 4px!important;border:0!important;border-radius:0!important;font:400 14px/17px Roboto,"Noto Sans KR",Arial,sans-serif!important}
.line-tone-editor{--section-tone:#8794a5}.line-tone-important{--section-tone:#f28c3a}.line-tone-life{--section-tone:#7fbe4b}.line-tone-health{--section-tone:#e86c9d}.line-tone-finance{--section-tone:#7a63c7}.line-tone-global{--section-tone:#d94f5c}.line-tone-it{--section-tone:#3f80d4}.line-tone-discovery{--section-tone:#a166c5}.line-tone-series{--section-tone:#7769bd}.line-tone-tv{--section-tone:#ed7732}.line-tone-latest{--section-tone:#83b94f}.line-tone-news{--section-tone:#e7b72f}
.side-box{border-top:0;padding-top:0}.tv-box{border:1px solid var(--line)}.side-section-head{margin:0 0 12px}.side-section-head .side-title{margin:0}
.compact-item h2{font-size:18px;line-height:1.35;margin:5px 0 7px}.card-meta{color:#737373}.header-brand-row .brand strong{color:#e65f0e}.trending-label{background:#c6414a}.tone-life{background:#3f7f22!important;border-color:#3f7f22!important}.tone-health{background:#c13f75!important;border-color:#c13f75!important}.tone-finance{background:#6750b4!important;border-color:#6750b4!important}.tone-global{background:#bd3946!important;border-color:#bd3946!important}.tone-it{background:#2464ad!important;border-color:#2464ad!important}.tone-discovery{background:#7c3ca2!important;border-color:#7c3ca2!important}.tone-series{background:#594a9e!important;border-color:#594a9e!important}.tone-editor{background:#657386!important;border-color:#657386!important}.tone-important{background:#b65308!important;border-color:#b65308!important}.tone-tv{background:#b84e10!important;border-color:#b84e10!important}.tone-latest{background:#477a25!important;border-color:#477a25!important}.tone-news{background:#936b00!important;border-color:#936b00!important}.line-tone-life{--section-tone:#3f7f22}.line-tone-health{--section-tone:#c13f75}.line-tone-finance{--section-tone:#6750b4}.line-tone-global{--section-tone:#bd3946}.line-tone-it{--section-tone:#2464ad}.line-tone-discovery{--section-tone:#7c3ca2}.line-tone-series{--section-tone:#594a9e}.line-tone-editor{--section-tone:#657386}.line-tone-important{--section-tone:#b65308}.line-tone-tv{--section-tone:#b84e10}.line-tone-latest{--section-tone:#477a25}.line-tone-news{--section-tone:#936b00}
@media(max-width:1100px){.topline-inner,.header-brand-row,.header-nav-row{margin-right:32px;margin-left:32px}.header-brand-row{grid-template-columns:290px minmax(280px,1fr)}.header-brand-row .brand{width:290px}.header-brand-row .brand strong{font-size:38px}}
.share-actions.quick-share{justify-content:flex-start}
@media(max-width:980px){.sidebar .ad-wrap.ad-sidebar{height:286px}.sidebar .ad-sidebar .ad-slot{height:250px}}
@media(max-width:760px){.topline-inner{margin:0 16px}.topline-about{display:block}.header-brand-row{display:block;height:92px;margin:0;padding:0 16px}.header-brand-row .brand{width:100%;height:92px;margin:0 auto}.header-brand-row .brand strong{font-size:36px}.header-ad,.ad-header-unit{display:none!important}.header-nav-row{height:48px;margin:0 12px}.site-search{position:sticky;right:0;background:#fff}.nav a:first-child{margin-left:0}.site-search-panel{padding:16px}.site-search-box{grid-template-columns:1fr auto auto}.site-search-box label{grid-column:1/-1}.search-results{grid-template-columns:1fr}}
@media(max-width:680px){.ad-wrap.ad-banner,.sidebar .ad-wrap.ad-banner{height:90px}.ad-banner .ad-slot,.sidebar .ad-banner .ad-slot{height:90px}.ad-in-article{min-height:120px;margin:26px 0!important}.share-actions.quick-share{display:flex!important;visibility:visible!important;min-height:40px;margin:8px 0 22px!important;opacity:1!important}.quick-share .quick-share-button{display:inline-flex!important;visibility:visible!important;min-width:94px;min-height:38px;align-items:center;justify-content:center;opacity:1!important}.quick-share .share-status{flex-basis:100%}.article-share{display:block;margin:28px 0 24px;padding:18px 16px}.share-actions,.share-fallback-actions{justify-content:flex-start;margin-top:14px}.share-button{flex:1 1 calc(50% - 8px)}.share-status{text-align:left}.back-to-top{right:14px;bottom:14px}.trending-strip{gap:9px}.trending-controls{gap:4px}.topic-links{justify-content:flex-start}.author-posts{grid-template-columns:1fr}.policy-page p{font-size:16px}}
.content p,.content li,.content blockquote{word-break:normal;overflow-wrap:break-word}
@media(max-width:680px){.compact-item h2{font-size:16px}.content a{word-break:break-all}}
