@charset "UTF-8";
/* Original file: widgets/bh_gall_widget/skins/bh_gall_tc_popup/widget.scss */
.bh_gall_tc_popup {
  /* tab_top */
  /* widget */
}
.bh_gall_tc_popup.on {
  overflow: hidden;
  height: 100vh;
}
.bh_gall_tc_popup .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_popup .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_popup .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_popup .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_popup .tab_top.bh_tab_wrap .bh_widget_tab a:hover span {
  /*color: #fff;*/
}
.bh_gall_tc_popup .tab_top.bh_tab_wrap .bh_widget_tab a.active {
  /*border-color: #006ad0;
					background-color: #006ad0;*/
}
.bh_gall_tc_popup .tab_top.bh_tab_wrap .bh_widget_tab a.active span {
  /*color: #fff;*/
}
.bh_gall_tc_popup .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_popup .tab_top.bh_tab_wrap .bh_widget_tab li:first-child a {
  margin-left: 0;
}
.bh_gall_tc_popup .tab_top.bh_tab_wrap .bh_widget_tab li:last-child a {
  margin-right: 0;
}
.bh_gall_tc_popup .tab_top.bh_tab_wrap .bh_tab_li {
  overflow: hidden;
}
.bh_gall_tc_popup.bh_widget_wrap {
  position: relative;
  /*overflow: hidden;*/
}
.bh_gall_tc_popup .bh_widget_content .bh_item {
  position: relative;
  margin-top: -40px;
}
.bh_gall_tc_popup .bh_widget_content .bh_item:nth-child(1), .bh_gall_tc_popup .bh_widget_content .bh_item:nth-child(3) {
  margin-top: 0;
}
.bh_gall_tc_popup .bh_widget_content .bh_item:nth-child(3n+2) {
  margin-top: 30px;
}
.bh_gall_tc_popup .bh_widget_content .bh_item:nth-child(2) {
  margin-top: 70px;
}
.bh_gall_tc_popup .bh_widget_content .bh_item .bh_item_inner {
  position: relative;
  /*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;
  overflow: hidden;
}
.bh_gall_tc_popup .bh_widget_content .bh_item > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.bh_gall_tc_popup .bh_widget_content .bh_item:hover .bh_item_inner {
  /*border: 1px solid #0a0a0a;
					box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.25);*/
}
.bh_gall_tc_popup .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_tc_popup .bh_widget_content.swiper-card .bh_item {
  margin-bottom: 0;
}
.bh_gall_tc_popup .bh_widget_content .bh_img_content {
  position: relative;
  overflow: hidden;
}
.bh_gall_tc_popup .bh_widget_content .bh_img_content .bh_category {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  background-color: #5fbb68;
  padding: 3px 7px;
  z-index: 6;
  box-sizing: border-box;
}
.bh_gall_tc_popup .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_tc_popup .bh_widget_content .bh_img_content > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.bh_gall_tc_popup .bh_widget_content .bh_img_content .bh_hover_content {
  display: none;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  z-index: 1;
  -webkit-transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
  -moz-transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
  transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
  -webkit-transform: scale3d(1, 1, 0.99);
  -moz-transform: scale3d(1, 1, 0.99);
  -ms-transform: scale3d(1, 1, 0.99);
  transform: scale3d(1, 1, 0.99);
}
.bh_gall_tc_popup .bh_widget_content .bh_img_content .bh_hover_content .hover_title {
  display: block;
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
}
.bh_gall_tc_popup .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_popup .bh_widget_content .bh_content_wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  padding: 4rem 3rem;
  bottom: 0;
  transition: all 0.4s ease-in-out;
}
.bh_gall_tc_popup .bh_widget_content .bh_content_wrap .hover_img {
  display: none;
  margin-bottom: 1.7rem;
}
.bh_gall_tc_popup .bh_widget_content .bh_content_wrap .hover_img img {
  height: 30px;
}
.bh_gall_tc_popup .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_popup .bh_widget_content .bh_content_wrap .bh_title {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  font-size: 80px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 5px;
  color: var(--bh_color_white);
  margin-bottom: 0rem;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  -webkit-text-stroke: thick;
}
.bh_gall_tc_popup .bh_widget_content .bh_content_wrap .bh_title a {
  text-decoration: none;
  pointer-events: none;
}
.bh_gall_tc_popup .bh_widget_content .bh_content_wrap .bh_title a span {
  font-weight: 500;
}
.bh_gall_tc_popup .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_popup .bh_widget_content .bh_content_wrap .bh_price {
  position: relative;
  margin-bottom: 10px;
}
.bh_gall_tc_popup .bh_widget_content .bh_content_wrap .bh_price .price {
  display: inline-block;
  font-size: 22px;
  padding: 8px 0 0;
}
.bh_gall_tc_popup .bh_widget_content .bh_content_wrap .bh_price .price span {
  font-weight: 600;
  font-family: Tahoma, sans-serif;
}
.bh_gall_tc_popup .bh_widget_content .bh_content_wrap .bh_price .price_org {
  display: inline-block;
  color: #999;
  font-size: 15px;
  font-family: Tahoma, sans-serif;
  text-decoration: line-through;
}
.bh_gall_tc_popup .bh_widget_content .bh_content_wrap .bh_price .discount_percent {
  display: inline-block;
  color: #ff8a00;
  font-size: 22px;
  font-weight: 600;
}
.bh_gall_tc_popup .bh_widget_content .bh_content_wrap .bh_profile_wrap {
  position: relative;
  padding-left: 47px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.bh_gall_tc_popup .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_popup .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_popup .bh_widget_content .bh_content_wrap .bh_profile_wrap .bh_profile_info {
  padding-top: 1px;
  overflow: hidden;
}
.bh_gall_tc_popup .bh_widget_content .bh_content_wrap .bh_act_wrap {
  overflow: hidden;
  padding: 15px 20px 15px 20px;
}
.bh_gall_tc_popup .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_popup .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_popup .bh_widget_content .bh_content_wrap .separator {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin: 16px 0;
}
.bh_gall_tc_popup .bh_widget_content .bh_content_wrap .separator span {
  display: inline-block;
  position: relative;
  color: var(--bh_color_gray_600);
  background-color: var(--bh_color_gray_100);
  padding: 0 16px;
}
.bh_gall_tc_popup .bh_widget_content .bh_content_wrap .separator::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--bh_color_gray_300);
  content: "";
}
.bh_gall_tc_popup .bh_widget_content .bh_content_wrap .bh_address {
  color: var(--bh_color_gray_600);
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bh_gall_tc_popup .bh_widget_content .bh_content_wrap .bh_distance {
  color: var(--bh_color_gray_600);
  font-size: 12px;
  font-weight: 400;
}
.bh_gall_tc_popup .bh_widget_content .btn_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 100;
}
.bh_gall_tc_popup .bh_widget_content .btn_wrap p {
  width: 100%;
  height: 100%;
  background: transparent;
}
@media (max-width: 992px) {
  .bh_gall_tc_popup .bh_widget_content .bh_item {
    margin-top: 10px;
  }
  .bh_gall_tc_popup .bh_widget_content .bh_item:nth-child(3), .bh_gall_tc_popup .bh_widget_content .bh_item:nth-child(3n+2) {
    margin-top: -40px;
  }
  .bh_gall_tc_popup .bh_widget_content .bh_item:nth-child(2) {
    margin-top: 50px;
  }
  .bh_gall_tc_popup .bh_widget_content .bh_content_wrap {
    padding: 20px 15px;
  }
  .bh_gall_tc_popup .bh_widget_content .bh_content_wrap .bh_title {
    font-size: 18px;
  }
}
.bh_gall_tc_popup .bh_widget_content .bh_modal .bh_modal_dimmed {
  background: rgba(0, 0, 0, 0.85);
}
.bh_gall_tc_popup .bh_widget_content .bh_modal_content {
  background-color: transparent;
  /*padding: 50px;*/
}
.bh_gall_tc_popup .bh_widget_content .bh_modal_content::-webkit-scrollbar {
  display: none;
}
.bh_gall_tc_popup .bh_widget_content .bh_modal_content .bh_modal_header {
  padding: 0;
  border-bottom: 0;
  height: 50px;
}
.bh_gall_tc_popup .bh_widget_content .bh_modal_content .bh_modal_header img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.bh_gall_tc_popup .bh_widget_content .bh_modal_content .bh_modal_header .bh_modal_close {
  height: auto;
  padding: 10px;
  font-size: 25px;
  color: var(--bh_color_white);
  background-color: var(--bh_color_main);
  border-radius: 50px;
  margin-top: 25px;
  margin-right: 40px;
  cursor: pointer;
}
.bh_gall_tc_popup .bh_widget_content .bh_modal_content .bh_modal_close {
  position: fixed;
  top: 20px;
  right: 40px;
  text-align: center;
  font-size: 18px;
  padding: 5px;
  margin-top: 15px;
  cursor: pointer;
  z-index: 99;
  background-color: var(--bh_color_main);
  color: var(--bh_color_white);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}
.bh_gall_tc_popup .bh_widget_content .bh_modal_content .bh_modal_body {
  overflow: hidden;
  overflow-y: auto;
  padding: 0;
}
.bh_gall_tc_popup .bh_widget_content .bh_modal_content .bh_modal_body img {
  height: 700px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.bh_gall_tc_popup .bh_widget_content .bh_modal_content .bh_modal_body::-webkit-scrollbar {
  display: none;
}
.bh_gall_tc_popup .bh_widget_content .bh_modal_content .bh_modal_body .main_btn {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  border-radius: 10px;
  color: var(--bh_color_white);
  background-color: var(--bh_color_main);
  border: 1px solid var(--bh_color_main);
  padding: 15px 0 14px 0;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.bh_gall_tc_popup .bh_widget_content .bh_modal_content .bh_modal_body .main_btn:hover {
  color: var(--bh_color_main);
  background-color: var(--bh_color_white);
}
.bh_gall_tc_popup .bh_widget_content .bh_modal_content .bh_modal_body div[id^="ckeditor_"], .bh_gall_tc_popup .bh_widget_content .bh_modal_content .bh_modal_body .editor_autosaved_message {
  display: none !important;
}
.bh_gall_tc_popup .bh_widget_content .bh_modal_content .bh_modal_body .info_top {
  margin-bottom: 25px;
}
.bh_gall_tc_popup .bh_widget_content .bh_modal_content .bh_modal_body .info_bottom {
  margin-top: 40px;
  margin-bottom: 20px;
}
.bh_gall_tc_popup .bh_widget_content .bh_modal_content .bh_modal_body .info_bottom .op1 {
  margin-bottom: 20px;
}
.bh_gall_tc_popup .bh_widget_content .bh_modal_content .bh_modal_body .bh_video_wrap {
  margin-bottom: 40px;
}
.bh_gall_tc_popup .bh_widget_content .bh_modal_content .bh_modal_body .xe_content {
  color: var(--bh_color_white) !important;
}
.bh_gall_tc_popup .bh_widget_content .bh_modal_content .bh_modal_body .xe_content iframe {
  width: 100%;
  height: 613px;
}
@media (max-width: 1200px) {
  .bh_gall_tc_popup .bh_widget_content .bh_modal_content .bh_modal_body .xe_content iframe {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .bh_gall_tc_popup .bh_widget_content .bh_modal_content {
    margin: 0 15px;
    height: auto;
  }
  .bh_gall_tc_popup .bh_widget_content .bh_modal_content .bh_modal_slider .swiper-popup {
    height: auto;
  }
  .bh_gall_tc_popup .bh_widget_content .bh_modal_content .bh_modal_header {
    /*height: 60px;*/
  }
  .bh_gall_tc_popup .bh_widget_content .bh_modal_content .bh_modal_close {
    top: 75px;
    right: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .bh_gall_tc_popup .bh_widget_content .bh_modal_content .bh_modal_body {
    padding: 60px 15px 70px;
  }
  .bh_gall_tc_popup .bh_widget_content .bh_modal_content .bh_modal_body img {
    height: auto;
  }
  .bh_gall_tc_popup .bh_widget_content .bh_modal_content .bh_modal_body .info_top {
    margin-bottom: 20px;
    padding-top: 20px;
    margin-top: 30px;
  }
  .bh_gall_tc_popup .bh_widget_content .bh_modal_content .bh_modal_body .info_bottom {
    margin-top: 25px;
  }
  .bh_gall_tc_popup .bh_widget_content .bh_modal_content .bh_modal_body .info_bottom .op1 {
    margin-bottom: 5px;
  }
  .bh_gall_tc_popup .bh_widget_content .bh_modal_content .bh_modal_body .bh_video_wrap {
    margin-bottom: 40px;
  }
}

