@charset "utf-8";

/* 최신글 — notice 스킨 (푸터 공지 컬럼) */

.notice h2 {
  font-size: 13px; font-weight: 700; letter-spacing: .02em; text-transform: uppercase;
  color: var(--text-3); margin: 0 0 14px;
}
.notice h2 a { color: var(--text-3); }
.notice h2 a:hover { color: var(--accent); }

.notice ul { margin: 0; }
.notice li {
  display: flex; align-items: center; gap: 6px;
  line-height: 2.1; min-width: 0;
}
.notice li a {
  flex: 1 1 auto; min-width: 0;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  color: var(--text-2); font-size: 13.5px;
}
.notice li a:hover { color: var(--accent); }
.notice li a strong { font-weight: 500; }

.notice .lock_icon { color: var(--text-3); font-size: 11px; }
.notice .new_icon {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 15px; height: 15px; padding: 0 3px; margin: 0;
  border-radius: 4px; font-size: 9.5px; font-weight: 800; line-height: 1;
  color: var(--new); background: var(--new-soft); flex: 0 0 auto;
}

.notice .empty_li { padding: 12px 0 !important; text-align: left; }
