:root { --navy: #061d35; --deep-navy: #03182c; --orange: #ff582d; --ink: #11151a; --muted: #87909a; --line: #e4e7e9; --pale: #f5f8fa; }
* { 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, input, select { font: inherit; }
button { cursor: pointer; }
.search-shell { width: min(1100px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; overflow: hidden; width: 1px; height: 1px; padding: 0; border: 0; margin: -1px; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.utility-bar { height: 34px; 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: 34px; 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: 105px; 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: 48px; color: #fff; background: var(--navy); }
.nav-inner { display: flex; align-items: stretch; height: 100%; overflow: hidden; }
.nav-inner a { flex: 1 1 0; min-width: 0; padding: 0 12px; display: flex; align-items: center; justify-content: center; color: #f4f7fa; font-size: 13px; 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; }
.search-main { min-height: 610px; padding: 33px 0 80px; background: linear-gradient(#fff 0, #fff 52%, #f5f8fa 100%); }
.search-intro { padding: 49px 58px 55px; border-radius: 3px; color: #fff; background: linear-gradient(110deg, rgba(4, 24, 44, .98), rgba(7, 45, 76, .91)), url("https://images.unsplash.com/photo-1519225421980-715cb0215aed?auto=format&fit=crop&w=1500&q=80") center/cover; }
.search-kicker { margin: 0 0 12px; color: #ff9e7f; font-size: 10px; font-weight: 800; letter-spacing: 1.6px; }
.search-intro h1 { margin: 0; font-size: 37px; letter-spacing: -2px; }
.search-intro > p:not(.search-kicker) { margin: 14px 0 0; color: #c8d5df; font-size: 14px; }
.news-search-form { max-width: 760px; margin-top: 29px; display: grid; grid-template-columns: minmax(0, 1fr) 145px 112px; gap: 8px; }
.news-search-form input, .news-search-form select { height: 48px; margin: 0; padding: 0 15px; border: 0; border-radius: 2px; outline: 0; color: #202a32; background: #fff; font-size: 13px; }
.news-search-form select { color: #596875; }
.news-search-form button { height: 48px; border: 0; border-radius: 2px; color: #fff; background: var(--orange); font-size: 12px; font-weight: 700; }
.news-search-form button:hover { background: #f0441c; }
.news-search-form button span { margin-left: 5px; font-size: 18px; vertical-align: -2px; }
.search-results-section { margin-top: 39px; }
.result-heading { height: 43px; display: flex; align-items: flex-start; justify-content: space-between; border-bottom: 1px solid #172330; }
.result-heading h2 { margin: 0; font-size: 21px; letter-spacing: -1.4px; }
.result-heading span { color: #8b949c; font-size: 12px; }
.search-results { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding-top: 17px; }
.search-result-card { min-width: 0; display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 17px; padding: 15px; border: 1px solid var(--line); border-radius: 3px; background: #fff; transition: box-shadow .2s, transform .2s; }
.search-result-card:hover { box-shadow: 0 9px 22px rgba(6, 29, 53, .09); transform: translateY(-2px); }
.search-result-card img { width: 150px; height: 112px; object-fit: cover; border-radius: 2px; }
.search-result-copy { min-width: 0; }
.search-result-copy .label { display: block; color: var(--orange); font-size: 10px; font-weight: 800; }
.search-result-copy h3 { overflow: hidden; display: -webkit-box; margin: 7px 0 5px; color: var(--navy); font-size: 15px; line-height: 1.4; letter-spacing: -1px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.search-result-copy p { overflow: hidden; display: -webkit-box; margin: 0; color: #737e87; font-size: 11px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.search-result-copy time { display: block; margin-top: 8px; color: #9ba3aa; font-size: 10px; }
.search-empty { padding: 74px 0; color: var(--muted); font-size: 13px; text-align: center; }
.search-footer { padding: 31px 0 38px; color: #dbe5ed; background: var(--deep-navy); }
.footer-brand { color: #f3f6fa; font: 700 24px Georgia, serif; letter-spacing: -1px; }
.search-footer p { margin: 8px 0 23px; color: #afbdca; font-size: 11px; }
.search-footer small { color: #8291a0; font-size: 10px; }
@media (max-width: 900px) {
  .search-shell { width: min(100% - 32px, 680px); }
  .nav-inner { width: 100%; overflow-x: auto; }
  .nav-inner a { min-width: max-content; flex: 0 0 auto; }
  .search-results { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .search-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; }
  .search-main { padding-top: 18px; }
  .search-intro { padding: 32px 22px 28px; }
  .search-intro h1 { font-size: 28px; }
  .news-search-form { grid-template-columns: 1fr; }
  .news-search-form input, .news-search-form select, .news-search-form button { height: 44px; }
  .search-result-card { grid-template-columns: 115px minmax(0, 1fr); gap: 12px; padding: 11px; }
  .search-result-card img { width: 115px; height: 96px; }
}
