@charset "UTF-8";
/* 리스트 */
.board_list .list_wrap {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .board_list .list_wrap {
    margin-bottom: 20px;
  }
}
.board_list .list_wrap > caption {
  display: none;
}
.board_list .list_wrap thead tr:first-child th {
  font-size: 20px;
  font-weight: bold;
  border-top: 3px solid var(--bh_color_gray_900);
}
@media (max-width: 992px) {
  .board_list .list_wrap thead tr:first-child th {
    font-size: 1.8rem;
  }
}
.board_list .list_wrap th, .board_list .list_wrap td {
  color: var(--bh_color_gray_900);
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border-bottom: 1px solid var(--bh_color_gray_300);
  padding: 20px 40px;
}
@media (max-width: 992px) {
  .board_list .list_wrap th, .board_list .list_wrap td {
    padding: 15px 10px;
  }
}
.board_list .list_wrap th.title {
  width: 100%;
}
.board_list .list_wrap td {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--bh_color_gray_500);
  padding: 30px 33px;
}
.board_list .list_wrap td.number {
  color: var(--bh_color_gray_900);
}
.board_list .list_wrap td.title {
  text-align: left;
  white-space: normal;
  word-break: break-all;
  color: var(--bh_color_gray_900);
}
.board_list .list_wrap td.title > a {
  display: flex;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--bh_color_gray_900);
  transition: font-weight 0.1s;
}
.board_list .list_wrap td.title > a .title_inner {
  width: 0;
  flex-grow: 1;
  display: flex;
  gap: 5px;
}
.board_list .list_wrap td.title > a .title_inner .title_text {
  flex-shrink: 1;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.board_list .list_wrap td.title > a .title_new_img {
  flex-shrink: 0;
}
.board_list .list_wrap td.title .info {
  color: var(--bh_color_gray_500);
  font-size: 14px;
  line-height: 1;
}
.board_list .list_wrap td.title .info > span {
  display: inline-block;
  border-right: 1px solid var(--bh_color_gray_300);
  padding-right: 9px;
  margin: 7px 7px 0 0;
}
.board_list .list_wrap td.title .info > span:last-child {
  border-right: 0;
  margin-right: 0;
}
.board_list .list_wrap td.title .info > span > span {
  color: var(--bh_color_gray_600);
}
.board_list .list_wrap td.download_file {
  font-size: 24px;
  line-height: 1;
  color: var(--bh_color_gray_800);
}
@media (max-width: 992px) {
  .board_list .list_wrap td {
    font-size: 1.6rem;
    padding: 15px 10px;
  }
  .board_list .list_wrap td.download_file {
    font-size: 16px;
  }
}
.board_list .list_wrap tr {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.board_list .list_wrap tr.notice {
  background: var(--bh_color_gray_50);
}
.board_list .list_wrap a:hover {
  text-decoration: underline;
}
.board_list .list_wrap .cate span {
  display: block;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
}
.board_list .list_wrap .cate.bg span {
  color: #ffffff;
  border-radius: 3px;
  padding: 3px 4px;
}
.board_list .list_wrap .label {
  display: inline-block;
  color: #ffffff;
  line-height: 18px;
  background-color: #343a40;
  padding: 4px 9px 3px 9px;
  margin: 0 1px;
}
.board_list .list_wrap .label1 {
  background-color: #7cc576;
}
.board_list .list_wrap .label2 {
  background-color: #f63440;
}
.board_list .list_wrap .label3 {
  background-color: #3F51B5;
}
.board_list .list_wrap .label4 {
  color: #3F51B5;
  border: 1px solid #3F51B5;
}
@media (max-width: 992px) {
  .board_list .list_wrap .label {
    padding: 3px 3px 3px 3px !important;
    margin: 0 !important;
    font-size: 11px !important;
    line-height: 11px !important;
  }
}
/*# sourceMappingURL=d9a32f2980e903afe6af1ab638f721dfa1b6262b.list.scss.map */
