@charset "UTF-8";
/* Original file: widgets/bh_gall_widget/skins/bh_gall_tc_name/css/swiper.card.scss */
.bh_gall_tc_name {
  /* swiper.card */
}
.bh_gall_tc_name .swiper-card {
  height: auto;
}
.bh_gall_tc_name .swiper-card .swiper-button-prev, .bh_gall_tc_name .swiper-card .swiper-button-next {
  width: 32px;
  height: 32px;
  margin: 0 35px;
  margin-top: calc(0px - (32px/ 2));
}
.bh_gall_tc_name .swiper-card .swiper-button-prev:after, .bh_gall_tc_name .swiper-card .swiper-button-next:after {
  content: "";
}
.bh_gall_tc_name .swiper-card .swiper-button-prev {
  background-image: url("../../../../widgets/bh_gall_widget/skins/bh_gall_tc_name/css/btn.prev_b2.png") !important;
}
.bh_gall_tc_name .swiper-card .swiper-button-next {
  background-image: url("../../../../widgets/bh_gall_widget/skins/bh_gall_tc_name/css/btn.next_b2.png") !important;
}
.bh_gall_tc_name .swiper-card .swiper-horizontal > .swiper-pagination-bullets, .bh_gall_tc_name .swiper-card .swiper-pagination-bullets.swiper-pagination-horizontal {
  right: 0;
  left: unset;
  width: 50%;
  top: 0;
}
.bh_gall_tc_name .swiper-card .swiper-pagination-bullet {
  width: 100%;
  height: 60px;
  margin: 0 0 15px !important;
  border-radius: 50px;
  background: var(--bh_color_white);
  border: 1px solid var(--bh_color_gray_300);
  opacity: 1;
  line-height: 60px;
  text-align: left;
  padding: 0 50px;
  display: flex;
  align-items: center;
}
.bh_gall_tc_name .swiper-card .swiper-pagination-bullet .num {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--bh_color_white);
  background-color: var(--bh_color_main);
  margin-right: 20px;
}
.bh_gall_tc_name .swiper-card .swiper-pagination-bullet-active {
  color: var(--bh_color_white);
}
.bh_gall_tc_name .swiper-card .swiper-pagination-bullet-active .num {
  color: var(--bh_color_main);
  background-color: var(--bh_color_white);
}
@media (max-width: 992px) {
  .bh_gall_tc_name .swiper-card {
    height: auto;
  }
}

