@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 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);
}
.board_list .list_wrap th {
  font-size: 18px;
  font-weight: bold;
  padding: 21px;
}
.board_list .list_wrap th.title {
  width: 100%;
}
.board_list .list_wrap td {
  font-size: 14px;
  color: var(--bh_color_gray_600);
  padding: 20px;
}
.board_list .list_wrap td.title {
  font-size: 18px;
  color: var(--bh_color_gray_900);
  text-align: left;
  white-space: normal;
  word-break: break-all;
  transition: all 0.3s;
}
.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 {
  display: flex;
  gap: 5px;
  width: 100%;
}
.board_list .list_wrap td.title > a .title_inner .title_text {
  flex-shrink: 1;
  width: 0;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  gap: 5px;
}
.board_list .list_wrap td.title > a .title_inner .title_text .txt {
  max-width: calc(100% - 50px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.board_list .list_wrap td.title > a .title_inner .title_text .title_new_img {
  display: flex;
  align-items: center;
  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 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_white);
}
.board_list .list_wrap tr:hover td.title {
  font-weight: bold;
}
.board_list .list_wrap .cate span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: var(--bh_color_gray_900);
  padding: 5px 10px;
  border-radius: 5px;
  background-color: var(--bh_color_gray_200);
}
.board_list .list_wrap .cate span.wait {
  color: var(--bh_color_main);
  background-color: var(--bh_color_main_100);
}
.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 th {
    font-size: 14px;
    padding: 5px;
  }
  .board_list .list_wrap .cate span {
    font-size: 12px;
  }
  .board_list .list_wrap td {
    font-size: 11px;
    padding: 5px;
  }
  .board_list .list_wrap td.title > a {
    font-size: 14px;
    font-weight: bold;
  }
  .board_list .list_wrap td.title > a .title_inner .title_text .txt {
    max-width: calc(100% - 20px);
  }
  .board_list .list_wrap td .custom_date {
    font-size: 11px;
    color: var(--bh_color_gray_600);
  }
}
/*# sourceMappingURL=cb00812644b1c8765167915842271486bc4cd995.list.scss.map */
