/* 공지사항 스킨 — 프리미엄 카드 + 에디토리얼 리딩 (시인성 우선) */

/* ── 목록 ── */
.kt-ntc { max-width: 860px; margin: 0 auto; }
.kt-ntc-adm { text-align: right; margin: -6px 0 10px; }
.kt-ntc-adm a { font-size: 13px; font-weight: 700; color: #6e7987; text-decoration: none;
  border: 1px solid #dde3ea; border-radius: 8px; padding: 7px 13px; background: #fff; }
.kt-ntc-list { display: flex; flex-direction: column; gap: 14px; }
.kt-ntc-card { display: block; background: #fff; border: 1px solid #e8ecf1; border-radius: 16px;
  padding: 24px 28px; text-decoration: none; color: inherit;
  box-shadow: 0 1px 3px rgba(17,24,39,.04); transition: border-color .15s, box-shadow .15s, transform .15s; }
.kt-ntc-card:hover { border-color: #b9d4fd; box-shadow: 0 6px 18px rgba(43,123,240,.10); transform: translateY(-2px); }
.kt-ntc-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.kt-ntc-meta time { font-size: 13.5px; color: #7a8592; }
.kt-ntc-cat { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .02em;
  padding: 4px 11px; border-radius: 14px; }
.kt-ntc-cat.c-inf { background: #e8f1fe; color: #1d5fc4; }
.kt-ntc-cat.c-svc { background: #e5f6ec; color: #177140; }
.kt-ntc-cat.c-pol { background: #f4ecfb; color: #6d3fa4; }
.kt-ntc-tt { display: block; font-size: 17.5px; font-weight: 800; color: #17202b;
  letter-spacing: -.015em; line-height: 1.5; margin-bottom: 8px; }
.kt-ntc-card:hover .kt-ntc-tt { color: #2b7bf0; }
.kt-ntc-sum { display: block; font-size: 15px; color: #55606d; line-height: 1.75; }
.kt-ntc-empty { background: #fff; border: 1px dashed #d3d9e2; border-radius: 14px;
  padding: 46px; text-align: center; color: #8a95a3; }

/* ── 본문 ── */
.kt-ntv { max-width: 780px; margin: 0 auto; }
.kt-ntv-head { padding: 8px 0 22px; border-bottom: 1px solid #e8ecf1; margin-bottom: 26px; }
.kt-ntv-head h1 { font-size: 27px; font-weight: 800; letter-spacing: -.02em; color: #141c26;
  line-height: 1.4; margin: 12px 0 0; }
.kt-ntv-body { font-size: 16px; line-height: 1.9; color: #2e3743; max-width: 720px; }
.kt-ntv-body p { margin: 0 0 16px; }
.kt-ntv-body h2 { display: flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 800;
  color: #17202b; letter-spacing: -.015em; margin: 34px 0 14px; }
.kt-ntv-body h2::before { content: ''; width: 5px; height: 19px; border-radius: 3px;
  background: linear-gradient(180deg, #5b9bfd, #2563eb); flex: 0 0 auto; }
.kt-ntv-body ul, .kt-ntv-body ol { margin: 0 0 16px; padding-left: 22px; }
.kt-ntv-body li { margin-bottom: 8px; }
.kt-ntv-body a { color: #1d5fc4; font-weight: 700; text-underline-offset: 3px; }
.kt-ntv-body b, .kt-ntv-body strong { color: #17202b; }
.kt-ntv-body .kt-ntv-box { background: #f6f9ff; border: 1px solid #dbe7fb; border-radius: 12px;
  padding: 18px 22px; margin: 0 0 16px; font-size: 15px; }
.kt-ntv-foot { margin-top: 34px; border-top: 1px solid #e8ecf1; padding-top: 18px; }
.kt-ntv-nav { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.kt-ntv-nav a { font-size: 14.5px; font-weight: 700; color: #3d4753; text-decoration: none;
  padding: 11px 18px; border: 1px solid #dde3ea; border-radius: 10px; background: #fff; }
.kt-ntv-nav a:hover { border-color: #2b7bf0; color: #2b7bf0; }
.kt-ntv-nav a.ls { background: #17202b; color: #fff; border-color: #17202b; }
.kt-ntv-adm { text-align: right; margin: 14px 0 0; }
.kt-ntv-adm a { font-size: 12.5px; color: #8a95a3; margin-left: 10px; }

@media (max-width: 640px) {
  .kt-ntc-card { padding: 18px 18px; }
  .kt-ntc-tt { font-size: 16px; }
  .kt-ntv-head h1 { font-size: 21px; }
  .kt-ntv-body { font-size: 15.5px; }
  .kt-ntv-nav a { padding: 10px 13px; font-size: 13.5px; }
}
