.bh_gall_partner {
  /* widget */
}
.bh_gall_partner.bh_widget_wrap {
  position: relative;
  overflow: hidden;
}
.bh_gall_partner .bh_widget_content.member_items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.bh_gall_partner .bh_widget_content.member_items .bh_item {
  width: calc((100% - 30px * 4) / 5);
}
@media (max-width: 992px) {
  .bh_gall_partner .bh_widget_content.member_items {
    gap: 15px;
    justify-content: start;
  }
  .bh_gall_partner .bh_widget_content.member_items .bh_item {
    flex: 0 0 calc(50% - 7.5px);
  }
}
.bh_gall_partner .bh_widget_content .bh_item {
  position: relative;
  height: auto;
}
.bh_gall_partner .bh_widget_content .bh_item .bh_item_inner {
  border-radius: 10px;
  border: 1px solid var(--bh_color_gray_300);
  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;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.bh_gall_partner .bh_widget_content .bh_item > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.bh_gall_partner .bh_widget_content .bh_item:hover .bh_item_inner {
  /*border: 1px solid #0a0a0a;*/
}
.bh_gall_partner .bh_widget_content .bh_item:hover .bh_img_content img {
  /*-webkit-filter: grayscale(0%) blur(0px);
					filter: grayscale(0%) blur(0px);*/
}
.bh_gall_partner .bh_widget_content.swiper-card .bh_item {
  margin-bottom: 0;
}
.bh_gall_partner .bh_widget_content .bh_img_content {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background-color: var(--bh_color_gray_50);
  aspect-ratio: 1.1480144404;
}
@media (max-width: 992px) {
  .bh_gall_partner .bh_widget_content .bh_img_content {
    aspect-ratio: 0.8958333333;
  }
}
.bh_gall_partner .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_partner .bh_widget_content .bh_img_content img {
  width: 100%;
  height: 100%;
  display: block;
  background-color: var(--bh_color_gray_50);
  object-fit: cover;
  object-position: top center;
}
@media (max-width: 992px) {
  .bh_gall_partner .bh_widget_content .bh_img_content img {
    aspect-ratio: 0.8958333333;
  }
}
.bh_gall_partner .bh_widget_content .bh_img_content > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.bh_gall_partner .bh_widget_content .bh_content_wrap {
  flex-grow: 1;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 30px;
  border: 0;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 10px 10px;
  border-top: 0;
  background-color: var(--bh_color_white);
}
@media (max-width: 992px) {
  .bh_gall_partner .bh_widget_content .bh_content_wrap {
    padding: 15px 15px 30px 15px !important;
  }
}
.bh_gall_partner .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_partner .bh_widget_content .bh_content_wrap .bh_title {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.bh_gall_partner .bh_widget_content .bh_content_wrap .bh_title a {
  font-size: 24px;
  font-weight: 700;
}
.bh_gall_partner .bh_widget_content .bh_content_wrap .bh_title span {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .bh_gall_partner .bh_widget_content .bh_content_wrap .bh_title {
    margin-bottom: 5px;
    column-gap: 10px;
  }
  .bh_gall_partner .bh_widget_content .bh_content_wrap .bh_title a {
    font-size: 22px;
  }
  .bh_gall_partner .bh_widget_content .bh_content_wrap .bh_title span {
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .bh_gall_partner .bh_widget_content .bh_content_wrap .bh_title {
    column-gap: 6px;
  }
  .bh_gall_partner .bh_widget_content .bh_content_wrap .bh_title a {
    font-size: 20px;
  }
  .bh_gall_partner .bh_widget_content .bh_content_wrap .bh_title span {
    font-size: 12px;
  }
}
.bh_gall_partner .bh_widget_content .bh_content_wrap .desc {
  flex-grow: 1;
  font-size: 18px;
  color: var(--bh_color_gray_800);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
  font-weight: 500;
}
@media (max-width: 992px) {
  .bh_gall_partner .bh_widget_content .bh_content_wrap {
    padding: 15px;
  }
  .bh_gall_partner .bh_widget_content .bh_content_wrap .desc {
    font-size: 14px;
    -webkit-line-clamp: 6;
  }
}
.bh_gall_partner .bh_widget_content .bh_content_wrap .view_btn {
  margin-top: 5rem;
  width: 100%;
  max-width: 165px;
}
.bh_gall_partner .bh_widget_content .bh_content_wrap .view_btn a {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid var(--bh_color_gray_900);
  transition: all 0.3s;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--bh_color_gray_900);
}
@media (max-width: 992px) {
  .bh_gall_partner .bh_widget_content .bh_content_wrap .view_btn a {
    font-size: 14px;
  }
}
/*# sourceMappingURL=4fa928e1e9fd833d7a758ed292ea12be499c9a07.widget.scss.map */
