@import url("../changil/style.css?v=1");

/* 공지사항 (changil_news) — changil_lib_style.css 변형 */
.cwl-head { display: flex; align-items: baseline; gap: 12px; margin-bottom: 4px; }
.cwl-head h1 { font-size: 26px; font-weight: 800; letter-spacing: -0.5px; margin: 0; color: #14202E; }
.cwl-head .sub { font-size: 14px; color: #64748B; }
.cwl-desc { font-size: 13.5px; color: #64748B; margin-bottom: 16px; }
.cwl-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; flex-wrap: wrap; }
.cwl-top .cnt { font-size: 15px; font-weight: 800; color: #14202E; }
.cwl-top .cnt b { color: #1D4ED8; }
.cwl-search { display: flex; align-items: center; gap: 8px; border: 1px solid #D5DAE3; border-radius: 8px; padding: 4px 6px 4px 14px; background: #fff; width: 280px; margin: 0; }
.cwl-search input[type=text] { flex: 1; min-width: 0; border: 0; outline: none; font-size: 13.5px; font-family: inherit; color: #14202E; background: transparent; height: 32px; }
.cwl-search button { border: 0; background: none; cursor: pointer; font-size: 14px; padding: 4px 8px; }
.cwl-empty { padding: 60px 20px; text-align: center; color: #94A3B8; font-size: 14px; }
.cwl-adm { margin-top: 14px; text-align: right; }
.cwl-adm a { display: inline-block; background: #0F2E4D; color: #fff; font-size: 13.5px; font-weight: 700; padding: 11px 20px; border-radius: 9px; text-decoration: none; }
/* 상세 */
.cwl-card { background: #fff; border: 1px solid #E2E8F0; border-radius: 14px; padding: 34px 38px 30px; max-width: 860px; margin: 0 auto; }
.cwl-cat-label { font-size: 12px; font-weight: 800; color: #1D4ED8; margin-bottom: 6px; }
.cwl-vtitle { font-size: 20px; font-weight: 800; letter-spacing: -0.5px; margin: 0 0 8px; line-height: 1.4; color: #14202E; }
.cwl-vmeta { font-size: 12.5px; color: #94A3B8; padding-bottom: 16px; border-bottom: 1px solid #EEF0F4; margin-bottom: 18px; }
.cwl-vcontent { font-size: 14px; line-height: 1.9; color: #334155; }
.cwl-vcontent img { max-width: 100%; height: auto; }
.cwl-files { border-top: 1px solid #EEF0F4; padding-top: 16px; margin-top: 16px; }
.cwl-file { display: flex; align-items: center; gap: 10px; background: #F7F9FB; border-radius: 8px; padding: 14px 16px; margin-bottom: 8px; text-decoration: none; }
.cwl-file .ext { font-size: 11px; font-weight: 700; color: #fff; background: #64748B; padding: 3px 7px; border-radius: 4px; flex-shrink: 0; }
.cwl-file .ext.pdf { background: #B91C1C; }
.cwl-file .ext.lk { background: #1D4ED8; }
.cwl-file .name { flex: 1; min-width: 0; font-size: 13.5px; font-weight: 600; color: #1D4ED8; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cwl-file .down { font-size: 12.5px; color: #64748B; flex-shrink: 0; }
.cwl-vbtns { display: flex; justify-content: center; gap: 10px; margin-top: 24px; }
.cwl-vbtns a { font-size: 14px; font-weight: 700; padding: 11px 34px; border-radius: 8px; text-decoration: none; }
.cwl-vbtns .lst { border: 1px solid #C7CDD6; color: #334155; }
.cwl-vbtns .adm { border: 1px solid #0F2E4D; color: #0F2E4D; }
.cwl-writewrap { background: #fff; border: 1px solid #E2E8F0; border-radius: 14px; padding: 24px; margin-top: 14px; }

/* 공지 목록 테이블 (신규) */
.cwn-tbl { background: #fff; border: 1px solid #E2E8F0; border-radius: 12px; overflow: hidden; }
.cwn-tbl-h, .cwn-tbl-r { display: grid; grid-template-columns: 70px 1fr 110px 90px; align-items: center; }
.cwn-tbl-h { background: #F7F9FB; border-bottom: 1px solid #E2E8F0; font-size: 13px; font-weight: 700; color: #475569; }
.cwn-tbl-h > div, .cwn-tbl-r > div { padding: 13px 16px; text-align: center; }
.cwn-tbl-r { border-bottom: 1px solid #F1F5F9; font-size: 14px; }
.cwn-tbl-r:last-child { border-bottom: 0; }
.cwn-tbl-r.notice { background: #F7F9FC; }
.cwn-tbl-r .num { color: #94A3B8; font-size: 13px; font-weight: 600; }
.cwn-tbl-r .subj { text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cwn-tbl-r .subj a { color: #14202E; text-decoration: none; }
.cwn-tbl-r .subj a:hover { color: #1D4ED8; }
.cwn-tbl-r .date { color: #64748B; font-size: 13px; }
.cwn-tbl-r .hit { color: #94A3B8; font-size: 13px; }
.cwn-notice-badge { display: inline-block; font-size: 11px; font-weight: 700; color: #fff; background: #1D4ED8; padding: 3px 9px; border-radius: 4px; }

@media (max-width: 800px) {
  .cwl-card { padding: 22px 16px; }
  .cwn-tbl-h, .cwn-tbl-r { grid-template-columns: 50px 1fr 70px; }
  .cwn-tbl-h > div:nth-child(3), .cwn-tbl-r .date { display: none; }
}

/* 새글 표시 (이미지 아이콘 대체) */
.cwn-new { display:inline-block; background:#DC2626; color:#fff; font-size:10px; font-weight:800; padding:1px 5px; border-radius:4px; margin-right:6px; vertical-align:2px; }
