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

/* ── 목록 ── */
.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: #83876e; text-decoration: none;
  border: 1px solid #e8eadd; 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 #f0f1e8; border-radius: 16px;
  padding: 24px 28px; text-decoration: none; color: inherit;
  box-shadow: 0 1px 3px rgba(34,39,17,.04); transition: border-color .15s, box-shadow .15s, transform .15s; }
.kt-ntc-card:hover { border-color: #f1fdb9; box-shadow: 0 6px 18px rgba(205,240,43,.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: #8e927a; }
.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: #fafee8; color: #778924; }
.kt-ntc-cat.c-svc { background: #e5f6ec; color: #177140; }
.kt-ntc-cat.c-pol { background: #f4ecfb; color: #548924; }
.kt-ntc-tt { display: block; font-size: 17.5px; font-weight: 800; color: #252815;
  letter-spacing: -.015em; line-height: 1.5; margin-bottom: 8px; }
.kt-ntc-card:hover .kt-ntc-tt { color: #778924; }
.kt-ntc-sum { display: block; font-size: 15px; color: #61644e; line-height: 1.75; }
.kt-ntc-empty { background: #fff; border: 1px dashed #dfe2d3; border-radius: 14px;
  padding: 46px; text-align: center; color: #9fa38a; }

/* ── 본문 ── */
.kt-ntv { max-width: 780px; margin: 0 auto; }
.kt-ntv-head { padding: 8px 0 22px; border-bottom: 1px solid #f0f1e8; margin-bottom: 26px; }
.kt-ntv-head h1 { font-size: 27px; font-weight: 800; letter-spacing: -.02em; color: #202312;
  line-height: 1.4; margin: 12px 0 0; }
.kt-ntv-body { font-size: 16px; line-height: 1.9; color: #3a3e2a; 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: #252815; letter-spacing: -.015em; margin: 34px 0 14px; }
.kt-ntv-body h2::before { content: ''; width: 5px; height: 19px; border-radius: 3px;
  background: linear-gradient(180deg, #778924, #748924); 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: #778924; font-weight: 700; text-underline-offset: 3px; }
.kt-ntv-body b, .kt-ntv-body strong { color: #252815; }
.kt-ntv-body .kt-ntv-box { background: #fdfff6; border: 1px solid #f5fbdb; border-radius: 12px;
  padding: 18px 22px; margin: 0 0 16px; font-size: 15px; }
.kt-ntv-foot { margin-top: 34px; border-top: 1px solid #f0f1e8; 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: #494c38; text-decoration: none;
  padding: 11px 18px; border: 1px solid #e8eadd; border-radius: 10px; background: #fff; }
.kt-ntv-nav a:hover { border-color: #778924; color: #778924; }
.kt-ntv-nav a.ls { background: #252815; color: #fff; border-color: #252815; }
.kt-ntv-adm { text-align: right; margin: 14px 0 0; }
.kt-ntv-adm a { font-size: 12.5px; color: #9fa38a; 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; }
}
