.bh_gall_project {
  /* widget */
}
.bh_gall_project .main_title {
  max-width: 1185px;
  padding-right: 15px;
}
.bh_gall_project .bh_widget_content .bh_item {
  position: relative;
}
.bh_gall_project .bh_widget_content .bh_item .bh_item_inner {
  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_project .bh_widget_content .bh_item > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.bh_gall_project .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);
}
.bh_gall_project .bh_widget_content .bh_item:hover .bh_content_wrap::after {
  animation: lineEffect 0.4s ease-out forwards;
}
.bh_gall_project .bh_widget_content .bh_img_content {
  position: relative;
  background-color: var(--bh_color_white);
  overflow: hidden;
}
.bh_gall_project .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;
}
.bh_gall_project .bh_widget_content .bh_content_wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px 0 30px 0;
  border-bottom: 1px solid var(--bh_color_gray_300);
}
.bh_gall_project .bh_widget_content .bh_content_wrap::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--bh_color_main);
  left: 0;
  bottom: 0;
}
@keyframes lineEffect {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.bh_gall_project .bh_widget_content .bh_content_wrap .bh_category {
  font-size: 16px;
  font-weight: 600;
  color: var(--bh_color_main_400);
  margin-bottom: 5px;
}
.bh_gall_project .bh_widget_content .bh_content_wrap .bh_title {
  font-size: 30px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bh_gall_project .bh_widget_content .bh_content_wrap .bh_date {
  font-size: 18px;
  color: var(--bh_color_gray_800);
  margin-top: 20px;
}
@media (max-width: 992px) {
  .bh_gall_project .bh_widget_content .bh_content_wrap {
    padding: 15px 0 20px 0;
  }
  .bh_gall_project .bh_widget_content .bh_content_wrap .bh_category {
    font-size: 12px;
  }
  .bh_gall_project .bh_widget_content .bh_content_wrap .bh_title {
    font-size: 20px;
  }
  .bh_gall_project .bh_widget_content .bh_content_wrap .bh_date {
    font-size: 14px;
    margin-top: 10px;
  }
}
/*# sourceMappingURL=ff80d4fca2f4a8855e299b136d2d88960811c888.widget.scss.map */
