/* 공지사항 페이지 전용 스타일 */

/* 로고 크기 조정 (공지사항 페이지만) */
.header__left img {
  height: 18px;
}

/* 중요 공지 배지 */
.notice__badge--important {
  display: inline-block;
  padding: 3px 10px;
  background: #231815;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}

.notice__table__row--important {
  background: transparent !important;
}

.notice__table__row--important:hover {
  background: #fafafa !important;
}

/* 테이블 컬럼 너비 */
.notice__table__col--number {
  width: 80px;
}

.notice__table__col--title {
  text-align: left !important;
}

.notice__table__col--date {
  width: 120px;
}

.notice__table__col--views {
  width: 80px;
}
