@charset "UTF-8";
/* 리스트 */
.board_list .list_wrap {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  margin: 2px 0 8px;
}
.board_list .list_wrap > caption {
  display: none;
}
.board_list .list_wrap thead tr:first-child th {
  border-top: 2px solid #222;
}
.board_list .list_wrap th, .board_list .list_wrap td {
  color: var(--bh_color_gray_900);
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border-bottom: 1px solid var(--bh_color_gray_300);
  padding: 13px 11px;
}
.board_list .list_wrap th.title {
  width: 100%;
}
.board_list .list_wrap td {
  color: var(--bh_color_gray_800);
  padding: 11px;
}
.board_list .list_wrap td.title {
  text-align: left;
  white-space: normal;
  word-break: break-all;
}
.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 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 tr:hover {
  background: var(--bh_color_gray_50);
}
.board_list .list_wrap a:hover {
  color: var(--bh_color_black);
  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=43db0cb8d50c6c5d28ef25def9ef4b6188e5c135.list.scss.map */
