/* 자료실 페이지 전용 스타일 */

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

/* 다운로드 버튼 */
.archive__download-btn {
  padding: 8px 16px;
  background: #231815;
  color: #fff;
  border: none;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
}

.archive__download-btn:hover {
  background: #000;
}

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

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

.archive__table__col--category {
  width: 100px;
}

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

.archive__table__col--download {
  width: 120px;
}
