@charset "UTF-8";
/* Original file: widgets/bh_gall_widget/skins/bh_gall_tc_1_main_board/widget.scss */
.bh_gall_tc_1_main_board {
  /* tab_top */
  /* widget */
}
.bh_gall_tc_1_main_board .tab_top.bh_tab_wrap .bh_widget_tab {
  text-align: center;
  border-bottom: 1px solid var(--bh_color_gray_400);
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.bh_gall_tc_1_main_board .tab_top.bh_tab_wrap .bh_widget_tab a {
  display: inline-block;
  color: var(--bh_color_text);
  font-size: 18px;
  line-height: 1.4;
  padding: 0;
  margin: 5px;
  margin-bottom: -1px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.bh_gall_tc_1_main_board .tab_top.bh_tab_wrap .bh_widget_tab a span {
  display: block;
  position: relative;
  font-weight: 600;
  padding: 0 10px 15px 10px;
}
.bh_gall_tc_1_main_board .tab_top.bh_tab_wrap .bh_widget_tab a:hover {
  /*border-color: #006ad0;
					background-color: #006ad0;
					-webkit-transition: all 0.3s;
					-o-transition: all 0.3s;
					transition: all 0.3s;*/
}
.bh_gall_tc_1_main_board .tab_top.bh_tab_wrap .bh_widget_tab a:hover span {
  /*color: #fff;*/
}
.bh_gall_tc_1_main_board .tab_top.bh_tab_wrap .bh_widget_tab a.active {
  /*border-color: #006ad0;
					background-color: #006ad0;*/
}
.bh_gall_tc_1_main_board .tab_top.bh_tab_wrap .bh_widget_tab a.active span {
  /*color: #fff;*/
}
.bh_gall_tc_1_main_board .tab_top.bh_tab_wrap .bh_widget_tab a.active span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 0px;
  background-color: var(--bh_color_gray_800);
}
.bh_gall_tc_1_main_board .tab_top.bh_tab_wrap .bh_widget_tab li:first-child a {
  margin-left: 0;
}
.bh_gall_tc_1_main_board .tab_top.bh_tab_wrap .bh_widget_tab li:last-child a {
  margin-right: 0;
}
.bh_gall_tc_1_main_board .tab_top.bh_tab_wrap .bh_tab_li {
  overflow: hidden;
}
.bh_gall_tc_1_main_board.bh_widget_wrap {
  position: relative;
}
.bh_gall_tc_1_main_board .main_banner_head {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}
.bh_gall_tc_1_main_board .main_banner_head .main_banner_title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}
.bh_gall_tc_1_main_board .main_banner_head .main_banner_btn_inquiry {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 45px;
  border-radius: 50px;
  gap: 5px;
  color: var(--bh_color_white);
  background-color: var(--bh_color_main);
  border: 1px solid transparent;
  transition: 0.3s;
}
.bh_gall_tc_1_main_board .main_banner_head .main_banner_btn_inquiry:hover {
  border-color: var(--bh_color_main);
  background-color: var(--bh_color_white);
  color: var(--bh_color_main);
}
.bh_gall_tc_1_main_board .main_banner_head .main_banner_btn_inquiry > i {
  font-size: 20px;
  line-height: 1;
}
.bh_gall_tc_1_main_board .main_banner_head .main_banner_notice {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--bh_color_gray_600);
}
@media (max-width: 992px) {
  .bh_gall_tc_1_main_board .main_banner_head {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
  }
  .bh_gall_tc_1_main_board .main_banner_head .main_banner_title {
    font-size: 20px;
  }
  .bh_gall_tc_1_main_board .main_banner_head .main_banner_btn_inquiry {
    position: initial;
    transform: translateY(0);
    width: 100px;
    height: 30px;
  }
  .bh_gall_tc_1_main_board .main_banner_head .main_banner_notice {
    transform: translateY(0);
    top: unset;
    bottom: 0;
    right: 0;
    text-align: right;
    font-size: 12px;
  }
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_item {
  position: relative;
  margin-bottom: 10px;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_item .bh_item_inner {
  height: 100%;
  border: 1px solid var(--bh_color_gray_300);
  border-radius: 8px;
  overflow: hidden;
  background-color: var(--bh_color_white);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_item .bh_item_inner .bh_content_wrap {
  text-align: center;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_item .bh_item_inner .bh_content_wrap .content_body {
  padding: 15px 10px;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_item .bh_item_inner .bh_content_wrap .content_body .main_banner_title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed var(--bh_color_gray_300);
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_item .bh_item_inner .bh_content_wrap .content_body .main_banner_title > span {
  display: block;
  font-weight: 700;
  text-align: center;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_item .bh_item_inner .bh_content_wrap .content_body .bh_content {
  margin-bottom: 0;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_item .bh_item_inner .bh_content_wrap .content_body .bh_content > span {
  display: block;
  font-size: 14px;
}
@media (max-width: 992px) {
  .bh_gall_tc_1_main_board .bh_widget_content .bh_item .bh_item_inner .bh_content_wrap .content_body {
    padding: 5px;
  }
  .bh_gall_tc_1_main_board .bh_widget_content .bh_item .bh_item_inner .bh_content_wrap .content_body .bh_content > span {
    font-size: 12px;
  }
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_item .bh_item_inner .bh_content_wrap .main_banner_comp_name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-top: 1px solid var(--bh_color_gray_300);
  transition: 0.3s;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_item .bh_item_inner .bh_content_wrap .main_banner_comp_name .comp_name {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 700;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_item .bh_item_inner .bh_content_wrap .main_banner_comp_name .comp_name > .img_not_hover {
  display: block;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_item .bh_item_inner .bh_content_wrap .main_banner_comp_name .comp_name > .img_hover {
  display: none;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_item .bh_item_inner .bh_content_wrap .main_banner_comp_name .comp_name_con_wrap > .comp_location {
  display: flex;
  width: 40px;
  height: 20px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border: 1px solid var(--bh_color_main);
  color: var(--bh_color_main);
  border-radius: 50px;
  line-height: 1.2;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_item .bh_item_inner .bh_content_wrap .main_banner_comp_name .comp_name_con_wrap > a {
  display: none;
  font-size: 12px;
  color: var(--bh_color_white);
}
@media (max-width: 992px) {
  .bh_gall_tc_1_main_board .bh_widget_content .bh_item .bh_item_inner .bh_content_wrap .main_banner_comp_name {
    padding: 5px;
    flex-direction: column;
    align-items: start;
    gap: 5px;
  }
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_item > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_item:hover .bh_item_inner {
  /*border: 1px solid #0a0a0a;*/
  border: 1px solid var(--bh_color_main);
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_item:hover .bh_item_inner .bh_content_wrap .main_banner_comp_name {
  background-color: var(--bh_color_main);
  color: var(--bh_color_white);
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_item:hover .bh_item_inner .bh_content_wrap .main_banner_comp_name .comp_name > .img_not_hover {
  display: none;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_item:hover .bh_item_inner .bh_content_wrap .main_banner_comp_name .comp_name > .img_hover {
  display: block;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_item:hover .bh_item_inner .bh_content_wrap .main_banner_comp_name .comp_name_con_wrap {
  background-color: var(--bh_color_man);
  color: var(--bh_color_white);
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_item:hover .bh_item_inner .bh_content_wrap .main_banner_comp_name .comp_name_con_wrap > .comp_location {
  display: none;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_item:hover .bh_item_inner .bh_content_wrap .main_banner_comp_name .comp_name_con_wrap > a {
  display: block;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_item:hover .bh_img_content img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  /*-webkit-filter: grayscale(0%) blur(0px);
					filter: grayscale(0%) blur(0px);*/
}
.bh_gall_tc_1_main_board .bh_widget_content.swiper-card .bh_item {
  margin-bottom: 0;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_img_content {
  position: relative;
  background-color: var(--bh_color_white);
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_img_content .bh_category {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  background-color: #5fbb68;
  padding: 13px 8px;
  z-index: 6;
  box-sizing: border-box;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_img_content img {
  width: 100%;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
  -moz-transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
  transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
  /*-webkit-filter: grayscale(100%) blur(0px);
				filter: grayscale(100%) blur(0px);*/
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_img_content > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_img_content .bh_hover_content .hover_title {
  display: block;
  font-size: 20px;
  line-height: 1.6;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_img_content .bh_hover_content .hover_content {
  display: block;
  height: 75px;
  color: var(--bh_color_gray_300);
  font-size: 15px;
  line-height: 1.6;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_content_wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: var(--bh_color_white);
  padding: 10px;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_content_wrap .bh_category {
  position: relative;
  display: inline-block;
  font-size: 15px;
  letter-spacing: -1px;
  font-weight: 300;
  margin-bottom: 5px;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_content_wrap .bh_title {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  font-size: 18px;
  letter-spacing: -1px;
  font-weight: 500;
  text-align: left;
  color: var(--bh_color_text);
  margin-bottom: 0;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_content_wrap .bh_title a {
  color: var(--bh_color_text);
  text-decoration: none;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_content_wrap .bh_title a:hover {
  color: var(--bh_color_white);
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_content_wrap .bh_content {
  position: relative;
  display: inline-block;
  color: var(--bh_color_gray_500);
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  word-break: break-all;
  margin-bottom: 10px;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_content_wrap .bh_profile_wrap {
  position: relative;
  padding-left: 47px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_content_wrap .bh_profile_wrap .bh_profile_img {
  position: absolute;
  top: 1px;
  left: 0;
  width: 40px;
  height: 40px;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_content_wrap .bh_profile_wrap .bh_profile_img a img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
  height: 40px;
  border: 1px solid rgba(221, 221, 221, 0.3);
  border-radius: 15px;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_content_wrap .bh_profile_wrap .bh_profile_info {
  padding-top: 1px;
  overflow: hidden;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_content_wrap .bh_act_wrap {
  overflow: hidden;
  padding: 15px 20px 15px 20px;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_content_wrap .bh_act_wrap i {
  color: var(--bh_color_gray_700);
  font-size: 18px;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 5px;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_content_wrap .bh_date {
  position: relative;
  display: inline-block;
  color: var(--bh_color_gray_500);
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 15px;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_content_wrap .btn_wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_content_wrap .btn_wrap .bh_more {
  position: relative;
  display: inline-block;
  color: var(--bh_color_text);
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  border: 1px solid var(--bh_color_gray_800);
  padding: 9px 50px 9px 10px;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_content_wrap .btn_wrap .bh_more .bh_plus {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  width: 13px;
  height: 13px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_content_wrap .btn_wrap .bh_more:hover .bh_plus {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_content_wrap .btn_wrap .bh_more .bh_plus:before {
  width: 100%;
  height: 1px;
  background: var(--bh_color_black);
  left: 0;
  top: 6px;
  display: block;
  position: absolute;
  content: "";
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_content_wrap .btn_wrap .bh_more .bh_plus:after {
  width: 1px;
  height: 100%;
  background: var(--bh_color_black);
  left: 6px;
  top: 0;
  display: block;
  position: absolute;
  content: "";
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_modal_content {
  height: 783px;
  background: var(--bh_color_bg_main);
  background: url("../../../../widgets/bh_gall_widget/skins/bh_gall_tc_1_main_board/img/modal_bg.gif") no-repeat center top;
  border-radius: 0;
  padding: 50px;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_modal_content .bh_modal_header {
  padding: 60px 30px 30px 40px;
  border-bottom: 0;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_modal_content .bh_modal_header .bh_title {
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 5px;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_modal_content .bh_modal_header .bh_title::before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0px;
  box-sizing: border-box;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_modal_content .bh_modal_header .bh_modal_close {
  height: auto;
  padding: 0;
  font-size: 40px;
}
.bh_gall_tc_1_main_board .bh_widget_content .bh_modal_content .bh_modal_body {
  max-height: 553px;
  padding: 30px 30px 30px 40px;
  padding-top: 0;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 992px) {
  .bh_gall_tc_1_main_board .bh_widget_content .bh_modal_content {
    height: auto;
    padding: 15px;
  }
  .bh_gall_tc_1_main_board .bh_widget_content .bh_modal_content .bh_modal_slider .swiper-popup {
    height: auto;
  }
  .bh_gall_tc_1_main_board .bh_widget_content .bh_modal_content .bh_modal_header {
    padding: 10px 15px 30px 15px;
  }
  .bh_gall_tc_1_main_board .bh_widget_content .bh_modal_content .bh_modal_header .bh_modal_close {
    padding: 12px 0;
    font-size: 30px;
  }
  .bh_gall_tc_1_main_board .bh_widget_content .bh_modal_content .bh_modal_body {
    padding: 15px 0 15px 15px;
  }
}

