:root { color-scheme: light; }
.aw-body { margin: 0; background: #f5f7f8; }
.aw-app, .aw-app * { box-sizing: border-box; }
.aw-app { color: #152e3f; background: #f5f7f8; font-family: -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Malgun Gothic', 'Noto Sans KR', sans-serif; font-size: 15px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
.aw-app button, .aw-app select { font: inherit; }
.aw-app a { color: inherit; }
.aw-app [hidden] { display: none !important; }
.aw-app :focus-visible { outline: 3px solid #168fd3; outline-offset: 3px; }
.aw-shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.aw-header { background: #102b40; color: #fff; }
.aw-header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.aw-brand { display: inline-flex; align-items: center; gap: 12px; font-size: 20px; font-weight: 800; letter-spacing: -.06em; white-space: nowrap; }
.aw-brand small { display: inline-block; margin-left: 7px; font-size: 10px; font-weight: 700; letter-spacing: .14em; opacity: .68; vertical-align: middle; }
.aw-header-caption { color: #c5d6df; font-size: 13px; letter-spacing: -.02em; }
.aw-main { padding-top: 38px; padding-bottom: 54px; }
.aw-intro { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 30px; }
.aw-eyebrow, .aw-panel-kicker { color: #147b95; font-size: 11px; font-weight: 800; letter-spacing: .17em; margin: 0 0 8px; }
.aw-intro h1 { font-size: clamp(27px, 3vw, 37px); letter-spacing: -.065em; line-height: 1.3; margin: 0 0 9px; }
.aw-lead { margin: 0; color: #5d6d77; font-size: 14px; }
.aw-kst { background: #e8f1f4; border: 1px solid #d4e2e8; border-radius: 10px; padding: 12px 16px; min-width: 190px; display: grid; align-content: center; white-space: nowrap; }
.aw-kst-label { color: #5c7481; font-size: 11px; font-weight: 700; }
.aw-kst time { color: #213f4d; font-size: 13px; font-weight: 750; }
.aw-tabs { display: flex; gap: 3px; border-bottom: 1px solid #ccdae0; overflow-x: auto; scrollbar-width: thin; }
.aw-tab { flex: 0 0 auto; position: relative; border: 0; background: transparent; color: #657680; padding: 14px 19px 17px; font-weight: 700; cursor: pointer; white-space: nowrap; }
.aw-tab:hover { color: #116987; }
.aw-tab.is-active { color: #135a75; }
.aw-tab.is-active::after { content: ''; position: absolute; left: 8px; right: 8px; bottom: -1px; height: 3px; border-radius: 3px 3px 0 0; background: #177da0; }
.aw-panel { background: #fff; border: 1px solid #dce5e9; border-radius: 0 0 14px 14px; padding: 28px; box-shadow: 0 9px 28px rgba(23, 54, 74, .04); }
.aw-panel-head { display: flex; justify-content: space-between; align-items: start; gap: 18px; margin-bottom: 22px; }
.aw-panel-head h2 { margin: 0 0 3px; font-size: 23px; line-height: 1.35; letter-spacing: -.045em; }
.aw-muted { color: #70818a; font-size: 13px; margin: 0; }
.aw-source-link { display: inline-flex; align-items: center; justify-content: center; min-height: 37px; border: 1px solid #cddce3; border-radius: 8px; padding: 6px 11px; color: #43606f !important; text-decoration: none; font-size: 12px; font-weight: 700; white-space: nowrap; }
.aw-source-link:hover { border-color: #1686a8; color: #155d79 !important; }
.aw-source-link span { margin-left: 6px; }
.aw-controls { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 15px; }
.aw-segment { display: inline-flex; padding: 4px; gap: 3px; border-radius: 9px; background: #edf3f5; }
.aw-segment-button { border: 0; color: #5b737e; background: transparent; border-radius: 6px; padding: 7px 24px; font-size: 14px; font-weight: 700; cursor: pointer; }
.aw-segment-button.is-active { background: #fff; color: #155c78; box-shadow: 0 1px 5px rgba(16, 43, 64, .12); }
.aw-region-label { display: inline-flex; gap: 10px; align-items: center; color: #59707d; font-size: 13px; font-weight: 700; }
.aw-region-label select { min-width: 150px; border: 1px solid #cbd9df; border-radius: 8px; color: #223f50; background: #fff; padding: 8px 31px 8px 12px; cursor: pointer; }
.aw-map-frame { position: relative; width: 100%; height: clamp(400px, 55vw, 630px); overflow: hidden; background: #dbe8ee; border: 1px solid #d2e0e5; border-radius: 10px; }
.aw-map-frame iframe { border: 0; width: 100%; height: 100%; display: block; }
.aw-map-loading { position: absolute; z-index: 1; display: grid; place-items: center; inset: 0; background: #e7eff3; color: #507181; text-align: center; font-weight: 700; }
.aw-status { font-size: 13px; color: #40616f; font-weight: 700; margin: 13px 1px 5px; }
.aw-footnote { font-size: 12px; color: #71808b; line-height: 1.6; margin: 10px 1px 0; }
.aw-footnote a { color: #135e83; text-underline-offset: 2px; }
.aw-empty { margin: 8px auto 7px; border: 1px dashed #b9cdd5; background: #f6f9fa; border-radius: 12px; padding: 38px 24px 40px; text-align: center; max-width: 740px; }
.aw-empty-icon { margin: auto auto 12px; display: grid; place-items: center; width: 42px; height: 42px; background: #e2f0f4; color: #1e7c9e; border-radius: 50%; font-size: 20px; }
.aw-empty h3 { font-size: 19px; letter-spacing: -.04em; margin: 0 0 8px; }
.aw-empty p { color: #647682; max-width: 560px; margin: 0 auto 22px; font-size: 13px; }
.aw-primary-link { display: inline-flex; align-items: center; gap: 7px; background: #116586; border-radius: 8px; color: #fff !important; text-decoration: none; font-weight: 700; font-size: 14px; padding: 11px 16px; }
.aw-primary-link:hover { background: #0b4c66; }
.aw-player-top, .aw-player-bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.aw-player-top { margin-bottom: 12px; }
.aw-player-label { margin: 0; font-size: 14px; font-weight: 750; }
.aw-badge { display: inline-block; vertical-align: middle; margin-left: 5px; padding: 2px 6px; background: #eaf5f5; color: #31767d; border-radius: 4px; font-size: 10px; }
.aw-frame-list { padding: 0 0 10px; }
.aw-date-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; padding: 2px 1px 9px; }
.aw-date-button { min-width: 0; border: 1px solid #c6dce7; border-radius: 8px; background: #eaf2f7; color: #365b70; padding: 8px 2px; font-size: 12px; font-weight: 750; line-height: 1.5; cursor: pointer; }
.aw-date-number, .aw-date-weekday { display: block; white-space: nowrap; }
.aw-date-weekday { font-size: 11px; font-weight: 600; }
.aw-date-button.is-active { border-color: #156d8c; background: #156d8c; color: #fff; }
.aw-date-button:hover:not(.is-active) { background: #dcebf3; }
.aw-date-row { padding: 2px 0 4px; }
.aw-time-buttons { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 6px; }
.aw-valid-at { margin: 0; padding: 11px 14px; background: #eaf5f8; color: #155c78; font-size: 16px; font-weight: 800; text-align: center; border-radius: 8px 8px 0 0; }
.aw-frame-button { min-width: 0; border: 1px solid #cfdee3; border-radius: 7px; background: #fff; color: #536b79; padding: 8px 4px; font-size: 12px; font-weight: 700; cursor: pointer; white-space: nowrap; }
.aw-frame-button:hover, .aw-frame-button.is-active { border-color: #1b84a5; color: #126b89; background: #eaf5f8; }
.aw-image-stage { min-height: 380px; display: grid; place-items: center; background: #f4f7f9; border: 1px solid #dce6ea; border-radius: 10px; overflow: hidden; }
.aw-image-stage img { display: block; width: min(100%, 640px); height: auto; object-fit: contain; }
.aw-image-message { color: #5d7682; font-size: 14px; text-align: center; padding: 30px; }
.aw-player-bar { padding-top: 14px; }
.aw-player-buttons { display: flex; gap: 6px; }
.aw-enlarge-link { margin-left: auto; }
.aw-secondary-button { border: 1px solid #cbdce3; border-radius: 7px; color: #245e76; background: #fff; padding: 7px 10px; font-size: 12px; font-weight: 750; cursor: pointer; }
.aw-secondary-button:hover:not(:disabled) { background: #eaf5f8; }
.aw-secondary-button:disabled { opacity: .48; cursor: not-allowed; }
.aw-frame-current { color: #4a6472; font-size: 12px; font-weight: 700; }
.aw-link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.aw-link-card { position: relative; display: grid; align-content: start; gap: 5px; min-height: 158px; padding: 21px 36px 20px 19px; border: 1px solid #dbe5e9; border-radius: 10px; text-decoration: none; background: #fafcfc; }
.aw-link-card:hover { border-color: #1481a0; box-shadow: 0 5px 13px rgba(21, 69, 87, .09); }
.aw-card-eyebrow { color: #27869e; font-size: 11px; font-weight: 750; }
.aw-link-card strong { font-size: 17px; letter-spacing: -.04em; }
.aw-link-card > span:nth-last-child(2) { font-size: 12px; color: #6f8089; }
.aw-card-arrow { position: absolute; right: 18px; top: 20px; font-size: 20px; color: #43758a; }
.aw-safety { display: flex; align-items: start; gap: 12px; margin-top: 18px; padding: 14px 17px; border: 1px solid #e5dfca; border-radius: 10px; background: #fcfaf4; color: #6a6046; }
.aw-safety-mark { flex: 0 0 auto; display: grid; place-items: center; width: 20px; height: 20px; border: 2px solid #ae9661; border-radius: 50%; line-height: 1; font-size: 12px; font-weight: 800; }
.aw-safety p { font-size: 12px; line-height: 1.55; margin: 0; }
.aw-footer { border-top: 1px solid #dde6e8; color: #7b8a92; }
.aw-footer-inner { display: flex; justify-content: space-between; gap: 12px; padding: 22px 0; font-size: 12px; }
.aw-embed .aw-header, .aw-embed .aw-footer { display: none; }
.aw-embed .aw-main { padding-top: 20px; padding-bottom: 20px; }
@media (max-width: 740px) {
  .aw-shell { width: min(100% - 28px, 1120px); }
  .aw-header-inner { min-height: 61px; }
  .aw-brand { font-size: 18px; }
  .aw-header-caption { display: none; }
  .aw-main { padding-top: 15px; padding-bottom: 24px; }
  .aw-intro { display: block; margin-bottom: 10px; }
  .aw-eyebrow { display: none; }
  .aw-intro h1 { font-size: 22px; margin: 0; }
  .aw-lead, .aw-kst { display: none; }
  .aw-tabs { gap: 0; }
  .aw-tab { font-size: 13px; padding: 12px 13px 14px; }
  .aw-panel { padding: 13px 10px; border-radius: 0 0 10px 10px; }
  #aw-panel-imoc .aw-panel-head { display: none; }
  .aw-player-top { margin-bottom: 5px; }
  .aw-player-label { font-size: 12px; }
  .aw-badge { display: none; }
  .aw-status { margin: 6px 1px; font-size: 12px; }
  .aw-controls { margin-bottom: 4px; }
  .aw-controls { flex-wrap: wrap; }
  .aw-region-label { margin-left: auto; }
  .aw-region-label select { min-width: 126px; }
  .aw-segment-button { padding: 7px 17px; }
  .aw-time-buttons { grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 4px; }
  .aw-frame-button { font-size: 11px; padding: 7px 1px; }
  .aw-valid-at { font-size: 13px; padding: 7px 8px; }
  .aw-image-stage { min-height: 280px; }
  .aw-map-frame { height: 470px; }
  .aw-link-grid { grid-template-columns: 1fr; }
  .aw-link-card { min-height: 116px; }
  .aw-player-bar { display: block; }
  .aw-enlarge-link { margin-top: 11px; }
  .aw-frame-current { display: block; margin-top: 9px; }
  .aw-footer-inner { display: block; }
  .aw-footer-inner span { display: block; }
}
@media (max-width: 430px) {
  .aw-time-buttons { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 400px) {
  .aw-region-label { width: 100%; justify-content: space-between; margin-left: 0; }
  .aw-region-label select { flex: 1; max-width: 230px; }
  .aw-tab { font-size: 12px; padding-left: 10px; padding-right: 10px; }
}
