@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 {
    border-top: 1px solid var(--bh_color_gray_300);
  }
  .board_list .list_wrap thead {
    display: none;
  }
  .board_list .list_wrap .number {
    display: none;
  }
  .board_list .list_wrap .author, .board_list .list_wrap .writer_date {
    display: none;
  }
  .board_list .list_wrap .category_flag {
    margin-right: 5px;
    font-size: 15px;
    color: var(--bh_color_main);
  }
  .board_list .list_wrap .title_con {
    font-size: 15px;
    color: var(--bh_color_text);
    font-weight: 500;
    width: calc(100% - 70px);
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .board_list .list_wrap .getsummary {
    display: block !important;
    font-size: 13.5px;
    color: var(--bh_color_gray_600);
    margin-top: 5px;
  }
  .board_list .list_wrap .mobile_infor {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-top: 1px;
    font-size: 11px;
    color: var(--bh_color_gray_600);
  }
  .board_list .list_wrap .mobile_infor > .mobile_infor_in1 {
    width: 63%;
    display: flex;
    flex-wrap: wrap;
  }
  .board_list .list_wrap .mobile_infor > .mobile_infor_in1 span {
    margin-right: 10px;
  }
  .board_list .list_wrap .mobile_infor > .mobile_infor_in1 span:last-child {
    margin-right: 0;
  }
  .board_list .list_wrap .mobile_infor .bar {
    position: relative;
    top: 1px;
    width: 1px;
    height: 10px;
    background-color: var(--bh_color_gray_300);
    margin: 0 5px;
  }
  .board_list .list_wrap .label {
    padding: 3px 3px 3px 3px !important;
    margin: 0 !important;
    font-size: 11px !important;
    line-height: 11px !important;
  }
}
/*# sourceMappingURL=a1abe827317d7b03c4f1c85bc459a578691727d7.list.scss.map */
