/* 공지사항 제목 글자 굵기 조정
   - 기존 style.css의 .notice-col-title { font-weight:800; } 설정을 덮어씀
   - 제목 항목을 작성자/등록일/조회 항목과 같은 일반 굵기로 표시
*/
.notice-list .notice-row .notice-col-title,
.notice-list .notice-row .notice-col-title b,
.notice-row .notice-col-title,
.notice-row .notice-col-title b {
    font-weight: 400 !important;
}

/* 제목 색상도 작성자 항목과 비슷한 톤으로 맞춤 */
.notice-list .notice-row .notice-col-title,
.notice-row .notice-col-title {
    color: #666 !important;
}

/* 분류 표시 [공지] 등은 색상만 유지하고 굵기는 일반으로 */
.notice-list .notice-row .notice-col-title b,
.notice-row .notice-col-title b {
    color: #e67828 !important;
}

/* 이전 테이블형 구조가 남아 있을 경우 대비 */
.notice-table td a,
.notice-table .notice-title,
.notice-list td a {
    font-weight: 400 !important;
}
