:root { --navy: #061d35; --deep-navy: #03182c; --orange: #ff582d; --ink: #11151a; --muted: #87909a; --line: #e4e7e9; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Noto Sans KR", Arial, sans-serif; word-break: keep-all; overflow-wrap: break-word; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.category-shell { width: min(950px, calc(100% - 48px)); margin: 0 auto; }
.utility-bar { height: 33px; border-bottom: 1px solid #eff0f1; font-size: 11px; }
.utility-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.utility-inner p { margin: 0; }
.utility-inner p span { margin-left: 16px; color: #646a70; }
.utility-inner > div { display: flex; align-items: center; gap: 10px; color: #60666b; }
.utility-inner i { width: 1px; height: 10px; background: #d6d9dc; }
.utility-inner .business-utility-link { color: var(--orange); font-weight: 700; }
.search-button { width: 36px; height: 33px; padding: 0 0 0 8px; border: 0; border-left: 1px solid #e4e6e8; display: grid; place-items: center; color: var(--ink); background: transparent; cursor: pointer; }
.search-button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.brand-row { height: 100px; display: flex; align-items: center; justify-content: space-between; }
.brand { color: #0c2038; font: 700 43px/.95 Georgia, serif; letter-spacing: -2.1px; }
.brand > span, .footer-brand > span { color: var(--orange); }
.brand small { display: block; margin-top: 9px; color: #30363b; font: 500 12px/1.2 "Noto Sans KR", sans-serif; letter-spacing: -.6px; }
.slogan { margin: 0; color: #151515; font: italic 16px/1.5 Georgia, serif; text-align: right; }
.slogan small { color: #a2a2a2; font: 11px "Noto Sans KR", sans-serif; }
.main-nav { height: 47px; color: #fff; background: var(--navy); }
.nav-inner { display: flex; align-items: stretch; height: 100%; }
.nav-inner a { flex: 1 1 0; min-width: 0; padding: 0 13px; display: flex; align-items: center; justify-content: center; color: #f4f7fa; font-size: 14px; font-weight: 700; letter-spacing: -1px; white-space: nowrap; transition: background .2s; }
.nav-inner a:hover, .nav-inner a.active { background: #0d3558; }
.nav-inner .home-link { min-width: 42px; flex: 0 0 42px; padding: 0; font-size: 25px; font-family: Arial, sans-serif; }
.category-main { padding: 0 0 74px; }
.category-subcategories { display:flex; flex-wrap:wrap; gap:10px; padding:24px 0; border-bottom:1px solid var(--line); margin-bottom:24px; }
.category-subcategories a { padding:11px 18px; border:1px solid #dce5e5; border-radius:24px; font-size:15px; color:#345352; }
.category-subcategories a[aria-current], .category-subcategories a:hover { background:#245956; color:white; border-color:#245956; }
.category-intro .category-banner-subcategories { justify-content:center; gap:8px 36px; padding:0; margin:0 auto; border:0; max-width:1200px; }
.category-intro .category-banner-subcategories a { display:inline-flex; align-items:center; min-height:44px; padding:4px 0; border:0; border-radius:0; color:#fff; font-size:18px; font-weight:700; white-space:nowrap; }
.category-intro .category-banner-subcategories a:hover,
.category-intro .category-banner-subcategories a[aria-current] { background:transparent; text-decoration:underline; text-underline-offset:8px; text-decoration-thickness:2px; }
.category-intro .category-banner-subcategories a:focus-visible { outline:2px solid #fff; outline-offset:4px; }
@media(max-width:600px) {
 .category-intro .category-banner-subcategories { gap:4px 20px; }
 .category-intro .category-banner-subcategories a { font-size:15px; }
}
body.category-section-page .category-main .category-grid.view-list .category-card.text-only { grid-template-columns:minmax(0,1fr); }
body.category-section-page .category-main .category-grid.view-list .category-card.text-only .category-card-copy { grid-column:1; }
.category-layout[hidden] { display:none !important; }
.category-intro { margin: 31px 0 30px; padding: 41px 46px; color: #fff; background: linear-gradient(110deg, rgba(4, 24, 44, .99), rgba(7, 45, 76, .9)), url("https://images.unsplash.com/photo-1519225421980-715cb0215aed?auto=format&fit=crop&w=1300&q=75") center/cover; }
.kicker { margin: 0 0 11px; color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: 1.5px; }
.category-intro h1 { margin: 0; font-size: 34px; letter-spacing: -2px; }
.category-intro > p:last-child { margin: 13px 0 0; color: #c6d3df; font-size: 13px; letter-spacing: -.8px; }
.category-layout { display: grid; grid-template-columns: 1fr 238px; gap: 22px; }
.result-heading { height: 39px; display: flex; align-items: flex-start; justify-content: space-between; border-bottom: 1px solid #111; }
.result-heading h2 { margin: 0; font-size: 20px; letter-spacing: -1.3px; }
.result-heading span { color: #92979d; font-size: 11px; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px 15px; padding-top: 14px; }
.category-card { min-width: 0; }
.category-card img, .image-placeholder { width: 100%; height: 145px; border-radius: 2px; object-fit: cover; background: linear-gradient(135deg, #dce4e8, #f5eee8); }
.category-card .card-label { display: block; margin-top: 10px; color: var(--orange); font-size: 11px; font-weight: 700; }
.category-card h3 { margin: 5px 0 5px; font-size: 15px; line-height: 1.42; letter-spacing: -1px; white-space: pre-line; transition: color .2s; }
.category-card p { min-height: 19px; margin: 0 0 4px; color: #717980; font-size: 12px; line-height: 1.5; white-space: pre-line; }
.category-card time { color: #9ba1a6; font-size: 10px; }
.category-card:hover h3 { color: var(--orange); }
.category-empty { padding: 70px 0; color: var(--muted); text-align: center; }
.category-aside > div:first-child { padding: 25px 20px 27px; background: #f7efe8; }
.category-aside h2 { margin: 0 0 12px; font-size: 18px; line-height: 1.42; letter-spacing: -1.2px; }
.category-aside p { color: #636b71; font-size: 11px; line-height: 1.7; }
.category-aside a { display: inline-block; margin-top: 10px; padding: 9px 11px; color: #fff; background: var(--orange); font-size: 11px; font-weight: 700; }
.aside-note { margin-top: 17px; padding: 18px 20px; border: 1px solid var(--line); }
.aside-note strong, .aside-note time, .aside-note span { display: block; }
.aside-note strong { font-size: 12px; }
.aside-note time { margin-top: 8px; color: var(--navy); font-size: 16px; font-weight: 700; }
.aside-note span { margin-top: 5px; color: var(--muted); font-size: 10px; }
.category-footer { padding: 30px 0 38px; color: #dae4ed; background: var(--deep-navy); }
.footer-brand { color: #f3f6fa; font: 700 24px Georgia, serif; letter-spacing: -1px; }
.category-footer p { margin: 8px 0 23px; color: #afbdca; font-size: 11px; }
.category-footer small { color: #8291a0; font-size: 10px; }
@media (max-width: 900px) { .category-shell { width: min(100% - 32px, 680px); } .nav-inner { width: 100%; overflow-x: auto; } .nav-inner a { min-width: max-content; flex: 0 0 auto; } .category-layout { grid-template-columns: 1fr; } .category-aside { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; } .aside-note { margin-top: 0; } }
@media (max-width: 600px) { .category-shell { width: calc(100% - 28px); } .utility-inner p span, .utility-inner > div a:not(.search-button), .utility-inner > div i { display: none; } .brand-row { height: 82px; } .brand { font-size: 28px; } .brand small { font-size: 9px; } .slogan { display: none; } .main-nav { height: 42px; } .nav-inner a { padding: 0 13px; font-size: 12px; } .category-intro { margin-top: 18px; padding: 30px 23px; } .category-intro h1 { font-size: 28px; } .category-grid { grid-template-columns: repeat(2, 1fr); gap: 22px 12px; } .category-card img, .image-placeholder { height: 115px; } .category-aside { display: block; } .aside-note { margin-top: 15px; } }

/* Article list view modes */
.result-heading { align-items: center; }
.result-heading > div:first-child { min-width: 0; }
.result-heading > div:first-child h2 { display: inline; }
.result-heading > div:first-child span { margin-left: 7px; }
.view-controls { display: flex; gap: 3px; }
.view-controls button { width: 32px; height: 29px; padding: 0; border: 1px solid #d7dfe4; color: #64727d; background: #fff; font-size: 16px; line-height: 1; }
.view-controls button:hover, .view-controls button.active { border-color: var(--orange); color: #fff; background: var(--orange); }
.category-grid.view-list { display: grid; grid-template-columns: 1fr; gap: 0; padding-top: 0; }
.category-grid.view-list .category-card { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 20px; padding: 19px 0; border-bottom: 1px solid #e5e8ea; }
.category-card-media { min-width: 0; overflow: hidden; background: linear-gradient(135deg, #dae5eb, #f7eee8); }
.category-grid.view-list .category-card-media { width: 180px; height: 118px; }
.category-card-media.image-fallback { background: linear-gradient(135deg, #dbe7ee, #f2e5dd); }
.category-card-media img, .category-card-media .image-placeholder { width: 100%; height: 100%; border-radius: 2px; object-fit: cover; }
.category-card-copy { min-width: 0; }
.category-grid.view-list .category-card-copy { align-self: center; }
.category-card .card-label { margin-top: 0; }
.category-card-title { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.category-card-description { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.category-grid.view-compact { display: grid; grid-template-columns: 1fr; gap: 0; padding-top: 0; }
.category-grid.view-compact .category-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; align-items: center; padding: 15px 0; border-bottom: 1px solid #e5e8ea; }
.category-grid.view-compact .category-card-media { display: none; }
.category-grid.view-compact .category-card-copy { min-width: 0; display: grid; grid-template-columns: auto minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 9px; align-items: center; }
.category-grid.view-compact .card-label { grid-column: 1; grid-row: 1 / 3; margin: 0; padding-right: 9px; border-right: 1px solid #dfe4e7; font-size: 10px; white-space: nowrap; }
.category-grid.view-compact .category-card-title { grid-column: 2; grid-row: 1; margin: 0; font-size: 14px; line-height: 1.45; -webkit-line-clamp: 1; }
.category-grid.view-compact .category-card-description { display: none; }
.category-grid.view-compact .category-card-time { grid-column: 2; grid-row: 2; margin-top: 3px; }
.category-grid.view-compact .category-card-copy > .category-card-title:first-child { grid-column: 1 / -1; }
.category-grid.view-compact .category-card-copy > .category-card-time:last-child { grid-column: 1 / -1; }
.category-grid.view-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px 15px; padding-top: 14px; }
.category-grid.view-grid .category-card { display: block; min-width: 0; }
.category-grid.view-grid .category-card-media { width: 100%; height: 145px; }
.category-grid.view-grid .category-card-copy { padding-top: 0; }
.category-grid.view-grid .category-card-title { margin-top: 5px; }
.category-ranking { padding: 19px 16px 15px !important; border: 1px solid var(--line); background: #fff !important; }
.category-ranking h2 { margin: 0 0 13px; color: var(--ink); font-size: 16px; letter-spacing: -1px; }
.category-ranking h2 em { color: var(--orange); font-style: normal; }
.category-ranking ol { margin: 0; padding: 0; list-style: none; }
.category-ranking li { border-bottom: 1px solid #edf0f1; }
.category-ranking li:last-child { border-bottom: 0; }
.category-ranking li a { min-width: 0; padding: 7px 0; display: flex; align-items: center; gap: 8px; font-size: 11px; }
.category-ranking li a > span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ranking-number { width: 21px; height: 21px; flex: 0 0 21px; display: grid; place-items: center; border: 1px solid #dfe4e7; color: #89939b; font-size: 10px; }
.ranking-number.top { border-color: var(--orange); color: #fff; background: var(--orange); }
.category-ranking li a:hover { color: var(--orange); }
.category-aside-home { padding: 22px 19px 24px; margin-top: 17px; background: #f7efe8; }
.category-aside-home h2 { margin: 0 0 12px; font-size: 18px; line-height: 1.42; letter-spacing: -1.2px; }
.category-aside-home p:not(.kicker) { color: #636b71; font-size: 11px; line-height: 1.7; }
.category-aside-home a { display: inline-block; margin-top: 10px; padding: 9px 11px; color: #fff; background: var(--orange); font-size: 11px; font-weight: 700; }
@media (max-width: 600px) {
  .result-heading { height: auto; min-height: 43px; gap: 10px; }
  .result-heading > div:first-child { display: flex; align-items: baseline; flex-wrap: wrap; }
  .view-controls button { width: 30px; height: 28px; }
  .category-grid.view-list .category-card { grid-template-columns: 115px minmax(0, 1fr); gap: 12px; padding: 15px 0; }
  .category-grid.view-list .category-card-media { width: 115px; height: 96px; }
  .category-grid.view-list .category-card-title { font-size: 14px; }
  .category-grid.view-list .category-card-description { font-size: 11px; }
  .category-grid.view-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 12px; }
  .category-grid.view-grid .category-card-media { height: 115px; }
  .category-grid.view-compact .category-card { gap: 10px; padding: 14px 0; }
  .category-grid.view-compact .category-card-title { font-size: 13px; }
  .category-grid.view-compact .card-label { font-size: 9px; }
}
