#content .notice-board {
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 80px;
  padding-right: 20px;
  padding-bottom: 80px;
  padding-left: 20px;
}


#content .sub_visual h1 {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}


#content .board-table table {
  width: 100%;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 20px;
}


#content thead {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(79, 70, 229);
  color: rgb(255, 255, 255);
}


#content th {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}


#content td {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(240, 240, 240);
}


#content .badge {
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  font-size: 13px;
  font-weight: 600;
}


#content .badge.notice {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(239, 68, 68);
  color: rgb(255, 255, 255);
}


#content .badge.schedule {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(16, 185, 129);
  color: rgb(255, 255, 255);
}


#content .badge.general {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: #6B6C72;
  color: rgb(255, 255, 255);
}


#content a {
  color: rgb(26, 26, 26);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}


#content a:hover {
  color: rgb(79, 70, 229);
}

/* 이전 약관 보기: 긴 서브카테고리 라벨이 탭 컬럼(120px)·기준선 침범 → 컬럼 150px 확장 + 한 줄 고정 (이 페이지 전용) */
#content .board-notice .top_title .tab_area { width: 150px; }
#content .board-notice .top_title .tab_area a { white-space: nowrap; }
#content .board-notice .list_box { margin-left: calc(16.66% + 150px); }
@media screen and (max-width:1024px) {
  #content .board-notice .list_box { margin-left: calc(8% + 150px); }
}
