.bh_gall_tc_story {
  /* tab_top */
  /* widget */
}
.bh_gall_tc_story .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_story .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_story .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_story .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_story .tab_top.bh_tab_wrap .bh_widget_tab a:hover span {
  /*color: #fff;*/
}
.bh_gall_tc_story .tab_top.bh_tab_wrap .bh_widget_tab a.active {
  /*border-color: #006ad0;
					background-color: #006ad0;*/
}
.bh_gall_tc_story .tab_top.bh_tab_wrap .bh_widget_tab a.active span {
  /*color: #fff;*/
}
.bh_gall_tc_story .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_story .tab_top.bh_tab_wrap .bh_widget_tab li:first-child a {
  margin-left: 0;
}
.bh_gall_tc_story .tab_top.bh_tab_wrap .bh_widget_tab li:last-child a {
  margin-right: 0;
}
.bh_gall_tc_story .tab_top.bh_tab_wrap .bh_tab_li {
  overflow: hidden;
}
.bh_gall_tc_story.bh_widget_wrap {
  position: relative;
}
.bh_gall_tc_story .bh_widget_content {
  position: relative;
}
.bh_gall_tc_story .bh_widget_content .link_more {
  position: absolute;
  top: -20px;
  right: 15px;
  transform: translateY(-100%);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--bh_color_white);
  transition: 0.3s;
}
.bh_gall_tc_story .bh_widget_content .link_more:hover {
  color: var(--bh_color_main);
}
@media (max-width: 992px) {
  .bh_gall_tc_story .bh_widget_content .link_more {
    top: -5px;
    right: 5px;
    font-size: 1.4rem;
  }
}
.bh_gall_tc_story .bh_widget_content .bh_item {
  position: relative;
}
.bh_gall_tc_story .bh_widget_content .bh_item .bh_item_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  -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_story .bh_widget_content .bh_item > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.bh_gall_tc_story .bh_widget_content .bh_item:hover .bh_item_inner {
  /*border: 1px solid #0a0a0a;*/
}
.bh_gall_tc_story .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_story .bh_widget_content.swiper-card .bh_item {
  margin-bottom: 0;
}
.bh_gall_tc_story .bh_widget_content .bh_img_content {
  position: relative;
  background-color: var(--bh_color_white);
  overflow: hidden;
  border-radius: 20px;
}
.bh_gall_tc_story .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_story .bh_widget_content .bh_img_content > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
@media (max-width: 992px) {
  .bh_gall_tc_story .bh_widget_content .bh_img_content {
    border-radius: 10px;
  }
}
.bh_gall_tc_story .bh_widget_content .bh_content_wrap {
  flex-grow: 1;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.bh_gall_tc_story .bh_widget_content .bh_content_wrap .bh_title {
  font-size: 2rem;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.bh_gall_tc_story .bh_widget_content .bh_content_wrap .bh_date {
  flex-grow: 1;
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--bh_color_gray_200);
  display: flex;
  align-items: end;
}
@media (max-width: 992px) {
  .bh_gall_tc_story .bh_widget_content .bh_content_wrap {
    margin-top: 10px;
  }
  .bh_gall_tc_story .bh_widget_content .bh_content_wrap .bh_title {
    font-size: 1.6rem;
  }
  .bh_gall_tc_story .bh_widget_content .bh_content_wrap .bh_date {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=ab46089ae2210234d96785cc11ccbc00f3581a71.widget.scss.map */
