@charset "UTF-8";
/* 플래티넘 pc , vip pc css */
.bh_gall_tc_2 {
  /* tab_top */
  /* widget */
}
@media (max-width: 992px) {
  .bh_gall_tc_2 .swiper-grid-column > .swiper-wrapper {
    flex-direction: initial;
  }
}
.bh_gall_tc_2 .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_2 .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_2 .tab_top.bh_tab_wrap .bh_widget_tab a span {
  display: block;
  position: relative;
  font-weight: 600;
}
.bh_gall_tc_2 .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_2 .tab_top.bh_tab_wrap .bh_widget_tab a:hover span {
  /*color: #fff;*/
}
.bh_gall_tc_2 .tab_top.bh_tab_wrap .bh_widget_tab a.active {
  /*border-color: #006ad0;
					background-color: #006ad0;*/
}
.bh_gall_tc_2 .tab_top.bh_tab_wrap .bh_widget_tab a.active span {
  /*color: #fff;*/
}
.bh_gall_tc_2 .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_2 .tab_top.bh_tab_wrap .bh_widget_tab li:first-child a {
  margin-left: 0;
}
.bh_gall_tc_2 .tab_top.bh_tab_wrap .bh_widget_tab li:last-child a {
  margin-right: 0;
}
.bh_gall_tc_2 .tab_top.bh_tab_wrap .bh_tab_li {
  overflow: hidden;
}
.bh_gall_tc_2.bh_widget_wrap {
  position: relative;
  /*overflow: hidden;*/
}
.bh_gall_tc_2 .bh_widget_content .bh_item {
  position: relative;
  height: 276px;
  margin-bottom: 20px;
}
.bh_gall_tc_2 .bh_widget_content .bh_item .bh_item_inner {
  position: absolute;
  width: calc(100% - 20px);
  top: 0;
  left: 10px;
  border: 0.5px solid var(--bh_color_gray_300);
  border-top: 3px solid var(--bh_color_main);
  border-radius: 10px;
  overflow: hidden;
}
.bh_gall_tc_2 .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_2 .bh_widget_content .bh_item:hover {
  z-index: 2;
}
.bh_gall_tc_2 .bh_widget_content .bh_item:hover .bh_item_inner {
  height: 572px;
  /*border: 1px solid #0a0a0a;*/
  /*box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.25);*/
  box-shadow: 2px 4px 20px 0 rgba(105, 127, 203, 0.4);
  border: none;
  outline: 2px solid var(--bh_color_main);
  border-top: 1px solid var(--bh_color_main);
}
.bh_gall_tc_2 .bh_widget_content .bh_item:hover .bh_img_content .company_name_display {
  filter: brightness(1.1);
}
.bh_gall_tc_2 .bh_widget_content .bh_item:hover .bh_content_wrap .detail_content1, .bh_gall_tc_2 .bh_widget_content .bh_item:hover .bh_content_wrap .detail_content2, .bh_gall_tc_2 .bh_widget_content .bh_item:hover .bh_content_wrap .btn_wrap {
  display: block;
}
.bh_gall_tc_2 .bh_widget_content .bh_item:hover .bh_content_wrap .bh_content {
  white-space: unset;
  height: 65px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.bh_gall_tc_2 .bh_widget_content.swiper-card .bh_item {
  margin-bottom: 0;
}
.bh_gall_tc_2 .bh_widget_content .bh_img_content {
  position: relative;
  background-color: var(--bh_color_white);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.bh_gall_tc_2 .bh_widget_content .bh_img_content .company_name_display {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  padding: 20px;
  background-color: #4A7FC7;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.bh_gall_tc_2 .bh_widget_content .bh_img_content .company_name_display span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  word-break: keep-all;
  letter-spacing: -0.3px;
}
.bh_gall_tc_2 .bh_widget_content .bh_img_content .scrap_btn {
  position: relative;
  z-index: 5;
}
.bh_gall_tc_2 .bh_widget_content .bh_item:nth-child(8n+1) .company_name_display {
  background-color: #4A7FC7;
}
.bh_gall_tc_2 .bh_widget_content .bh_item:nth-child(8n+2) .company_name_display {
  background-color: #5A9E6F;
}
.bh_gall_tc_2 .bh_widget_content .bh_item:nth-child(8n+3) .company_name_display {
  background-color: #8B6FB0;
}
.bh_gall_tc_2 .bh_widget_content .bh_item:nth-child(8n+4) .company_name_display {
  background-color: #D4896A;
}
.bh_gall_tc_2 .bh_widget_content .bh_item:nth-child(8n+5) .company_name_display {
  background-color: #5DADE2;
}
.bh_gall_tc_2 .bh_widget_content .bh_item:nth-child(8n+6) .company_name_display {
  background-color: #48C9B0;
}
.bh_gall_tc_2 .bh_widget_content .bh_item:nth-child(8n+7) .company_name_display {
  background-color: #85929E;
}
.bh_gall_tc_2 .bh_widget_content .bh_item:nth-child(8n+8) .company_name_display {
  background-color: #C0695D;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: var(--bh_color_white);
  padding: 20px 20px 15px 20px;
}
.bh_gall_tc_2 .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_2 .bh_widget_content .bh_content_wrap .bh_title {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  font-size: 18px;
  height: 31px;
  font-weight: 600;
  text-align: left;
  color: var(--bh_color_text);
  margin-bottom: 0;
  padding-right: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(224, 224, 224, 0.55);
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .bh_title a {
  color: var(--bh_color_text);
  text-decoration: none;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .bh_content {
  position: relative;
  display: inline-block;
  color: var(--bh_color_gray_600);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-all;
  padding-top: 10px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .detail_content1 {
  display: none;
  padding: 20px 0;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .detail_content1 .detail_content {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 7px;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .detail_content1 .detail_content:last-child {
  margin-bottom: 0;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .detail_content1 .detail_content .ttl {
  width: 80px;
  color: var(--bh_color_gray_600);
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .detail_content1 .detail_content .cont {
  width: calc(100% - 80px);
  text-align: right;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .detail_content2 {
  display: none;
  padding: 20px 0;
  border-top: 1px dashed var(--bh_color_gray_300);
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .detail_content2 .detail_content {
  display: flex;
  align-items: center;
  font-size: 11px;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .detail_content2 .detail_content .address {
  position: relative;
  color: var(--bh_color_gray_600);
  padding-right: 10px;
  margin-right: 9px;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .detail_content2 .detail_content .address::after {
  position: absolute;
  content: "|";
  font-size: 10px;
  color: var(--bh_color_gray_300);
  right: 0;
  top: 1px;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .detail_content2 .detail_content .bh_date {
  position: relative;
  display: inline-block;
  color: var(--bh_color_gray_400);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .btn_wrap {
  display: none;
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .btn_wrap .bh_more {
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  color: var(--bh_color_white);
  background-color: var(--bh_color_main);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .btn_wrap .bh_more .bh_plus {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  width: 13px;
  height: 13px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .btn_wrap .bh_more:hover .bh_plus {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .btn_wrap .bh_more .bh_plus:before {
  width: 100%;
  height: 1px;
  background: var(--bh_color_black);
  left: 0;
  top: 6px;
  display: block;
  position: absolute;
  content: "";
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .btn_wrap .bh_more .bh_plus:after {
  width: 1px;
  height: 100%;
  background: var(--bh_color_black);
  left: 6px;
  top: 0;
  display: block;
  position: absolute;
  content: "";
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .bottom_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--bh_color_gray_500);
  margin-top: -6px;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .bottom_wrap .d-day {
  font-size: 12px;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .separator {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin: 16px 0;
}
.bh_gall_tc_2 .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_2 .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_2 .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_2 .bh_widget_content .bh_content_wrap .bh_distance {
  color: var(--bh_color_gray_600);
  font-size: 12px;
  font-weight: 400;
}
.bh_gall_tc_2 .bh_widget_content .bh_modal_content {
  height: 783px;
  background: var(--bh_color_bg_main);
  background: url("../../../../widgets/bh_gall_widget/skins/bh_gall_tc_2/img/modal_bg.gif") no-repeat center top;
  border-radius: 0;
  padding: 50px;
}
.bh_gall_tc_2 .bh_widget_content .bh_modal_content .bh_modal_header {
  padding: 60px 30px 30px 40px;
  border-bottom: 0;
}
.bh_gall_tc_2 .bh_widget_content .bh_modal_content .bh_modal_header .bh_title {
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 5px;
}
.bh_gall_tc_2 .bh_widget_content .bh_modal_content .bh_modal_header .bh_title::before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0px;
  box-sizing: border-box;
}
.bh_gall_tc_2 .bh_widget_content .bh_modal_content .bh_modal_header .bh_modal_close {
  height: auto;
  padding: 0;
  font-size: 40px;
}
.bh_gall_tc_2 .bh_widget_content .bh_modal_content .bh_modal_body {
  max-height: 553px;
  padding: 30px 30px 30px 40px;
  padding-top: 0;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 992px) {
  .bh_gall_tc_2 .bh_widget_content .bh_modal_content {
    height: auto;
    padding: 15px;
  }
  .bh_gall_tc_2 .bh_widget_content .bh_modal_content .bh_modal_slider .swiper-popup {
    height: auto;
  }
  .bh_gall_tc_2 .bh_widget_content .bh_modal_content .bh_modal_header {
    padding: 10px 15px 30px 15px;
  }
  .bh_gall_tc_2 .bh_widget_content .bh_modal_content .bh_modal_header .bh_modal_close {
    padding: 12px 0;
    font-size: 30px;
  }
  .bh_gall_tc_2 .bh_widget_content .bh_modal_content .bh_modal_body {
    padding: 15px 0 15px 15px;
  }
}
.bh_gall_tc_2 .bh_page {
  display: none;
}
.bh_gall_tc_2 .bh_page.active {
  display: block;
}
.bh_gall_tc_2 .bh_page .btn_change_page_content {
  display: inline-block;
  color: var(--bh_color_gray_900);
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-color: var(--bh_color_gray_300);
  padding: 13px 25px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}
.bh_gall_tc_2 .bh_page .btn_change_page_content > i {
  font-size: 0.9em;
  vertical-align: middle;
  margin-top: -4px;
}
.bh_gall_tc_2 .bh_page .btn_change_page_content:hover {
  color: #fff;
  font-weight: 500;
  background-color: var(--bh_color_main) !important;
  border-color: var(--bh_color_main) !important;
}
.bh_gall_tc_2 .bh_page .btn_change_page_content.round {
  border-radius: 3px;
}
.bh_gall_tc_2 .bh_page .btn_change_page_content.round2 {
  border-radius: 100px;
}
.bh_gall_tc_2 .pagination {
  position: relative;
  text-align: center;
  margin: 32px auto;
}
.bh_gall_tc_2 .pagination > div {
  display: inline-block;
}
.bh_gall_tc_2 .pagination .direction {
  float: left;
  position: relative;
  width: 40px;
  height: 40px;
  color: var(--bh_color_gray_900);
  font-size: 0.95em;
  line-height: 38px;
  text-align: center;
  letter-spacing: -2px;
  vertical-align: middle;
  background-color: var(--bh_color_bg_main);
  border-top: solid 1px var(--bh_color_gray_300);
  border-right: solid 1px var(--bh_color_gray_300);
  border-bottom: solid 1px var(--bh_color_gray_300);
  margin-right: 0;
  margin-left: 0;
}
.bh_gall_tc_2 .pagination .direction:first-child {
  border-left: solid 1px var(--bh_color_gray_300);
}
.bh_gall_tc_2 .pagination .direction:hover {
  color: var(--bh_color_black);
  background-color: var(--bh_color_gray_100);
}
.bh_gall_tc_2 .pagination .direction.active {
  color: var(--bh_color_white);
  font-weight: 400;
  background: var(--bh_color_gray_800);
  border-color: var(--bh_color_gray_800);
}
.bh_gall_tc_2 .pagination_simple {
  position: relative;
  text-align: center;
  margin: 32px auto;
}
.bh_gall_tc_2 .pagination_simple > div {
  display: inline-block;
  color: var(--bh_color_gray_500);
  font-size: 16px;
  margin: 0 10px;
}
.bh_gall_tc_2 .pagination_simple .current_page_no {
  color: var(--bh_color_gray_900);
  font-weight: 500;
}
.bh_gall_tc_2 .pagination_simple .direction {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 40px;
  color: var(--bh_color_gray_900);
  font-size: 0.95em;
  line-height: 38px;
  text-align: center;
  letter-spacing: -2px;
  vertical-align: middle;
  background-color: var(--bh_color_bg_main);
  border-top: solid 1px var(--bh_color_gray_300);
  border-right: solid 1px var(--bh_color_gray_300);
  border-bottom: solid 1px var(--bh_color_gray_300);
  margin-right: 0;
  margin-left: 0;
}
.bh_gall_tc_2 .pagination_simple .direction:first-child {
  border-left: solid 1px var(--bh_color_gray_300);
}
.bh_gall_tc_2 .pagination_simple .direction:hover {
  color: var(--bh_color_black);
  background-color: var(--bh_color_gray_100);
}
.bh_gall_tc_2 .pagination_simple .direction.active {
  color: var(--bh_color_white);
  font-weight: 400;
  background: var(--bh_color_gray_800);
  border-color: var(--bh_color_gray_800);
}
/* 플래티넘 mobile css */
@media (max-width: 992px) {
  .bh_gall_tc_2 .bh_widget_content .swiper-slide {
    margin-top: 10px !important;
  }
  .bh_gall_tc_2 .bh_widget_content .bh_img_content {
    position: relative;
  }
  .bh_gall_tc_2 .bh_widget_content .bh_img_content .scrap_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
  }
  .bh_gall_tc_2 .bh_widget_content .bh_img_content .scrap_btn img {
    height: auto;
  }
  .bh_gall_tc_2 .bh_widget_content .bh_img_content .company_name_display {
    height: 120px;
  }
  .bh_gall_tc_2 .bh_widget_content .bh_img_content .company_name_display span {
    font-size: 18px;
  }
  .bh_gall_tc_2 .bh_widget_content .bh_content_wrap {
    padding: 10px;
  }
  .bh_gall_tc_2 .bh_widget_content .bh_content_wrap .bh_title {
    font-size: 14px;
    color: var(--bh_color_gray_600);
    font-weight: normal;
    padding-bottom: 4.5px;
    height: 26px;
  }
  .bh_gall_tc_2 .bh_widget_content .bh_content_wrap .bh_title a {
    color: var(--bh_color_gray_600);
  }
  .bh_gall_tc_2 .bh_widget_content .bh_content_wrap .bh_content {
    padding-top: 4.5px;
    font-size: 16px;
    font-weight: bold;
    color: #424242;
    overflow: hidden;
    white-space: unset;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .bh_gall_tc_2 .bh_widget_content .bh_content_wrap .bottom_wrap {
    display: block;
    margin-top: 20px;
  }
  .bh_gall_tc_2 .bh_widget_content .bh_content_wrap .bottom_wrap .pay_ {
    font-size: 14px;
    font-weight: 500;
    color: var(--bh_color_gray_800);
    margin-bottom: 5px;
  }
  .bh_gall_tc_2 .bh_widget_content .bh_content_wrap .bottom_wrap .content2 {
    font-size: 14px;
    color: var(--bh_color_gray_600);
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .bh_gall_tc_2 .bh_widget_content .bh_item {
    height: auto;
    margin-bottom: 10px;
  }
  .bh_gall_tc_2 .bh_widget_content .bh_item > a {
    pointer-events: unset;
  }
  .bh_gall_tc_2 .bh_widget_content .bh_item .bh_item_inner {
    width: 100%;
    position: unset;
    border: none;
    box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
  }
  .bh_gall_tc_2 .bh_widget_content .bh_item .bh_item_inner.logged {
    border-right: none;
    border-bottom: none;
  }
  .bh_gall_tc_2 .bh_widget_content .bh_item:hover .bh_item_inner {
    height: auto;
    outline: none;
    border: none;
  }
  .bh_gall_tc_2 .bh_widget_content .bh_item:hover .bh_content_wrap .detail_content1, .bh_gall_tc_2 .bh_widget_content .bh_item:hover .bh_content_wrap .detail_content2, .bh_gall_tc_2 .bh_widget_content .bh_item:hover .bh_content_wrap .btn_wrap {
    display: none;
  }
  .bh_gall_tc_2 .bh_widget_content .bh_item:hover .bh_content_wrap .bh_content {
    height: auto;
  }
  .bh_gall_tc_2 .bh_widget_content .bh_item:hover .bh_content_wrap .bottom_wrap {
    margin-top: 7px;
  }
}
/* vip mobile css */
.bh_gall_tc_2 .bh_widget_content.vip_mobile .bh_item .bh_item_inner {
  border-top: unset !important;
}
.bh_gall_tc_2 .bh_widget_content.vip_mobile .bh_img_content {
  position: relative;
}
.bh_gall_tc_2 .bh_widget_content.vip_mobile .bh_img_content .company_name_display {
  height: 71px;
}
.bh_gall_tc_2 .bh_widget_content.vip_mobile .bh_img_content .company_name_display span {
  font-size: 15px;
}
.bh_gall_tc_2 .bh_widget_content.vip_mobile .bh_img_content .scrap_btn {
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}
.bh_gall_tc_2 .bh_widget_content.vip_mobile .bh_img_content .scrap_btn img {
  height: auto;
}
.bh_gall_tc_2 .bh_widget_content.vip_mobile .bh_content_wrap {
  padding: 10px;
}
.bh_gall_tc_2 .bh_widget_content.vip_mobile .bh_content_wrap .bh_title {
  font-size: 14px;
  color: var(--bh_color_gray_600);
  font-weight: normal;
  padding-bottom: 4.5px;
  height: 26px;
}
.bh_gall_tc_2 .bh_widget_content.vip_mobile .bh_content_wrap .bh_title a {
  color: var(--bh_color_gray_600);
}
.bh_gall_tc_2 .bh_widget_content.vip_mobile .bh_content_wrap .bh_content {
  height: 50px;
  padding-top: 4.5px;
  font-size: 16px;
  font-weight: bold;
  color: #424242;
  overflow: hidden;
  white-space: unset;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bh_gall_tc_2 .bh_widget_content.vip_mobile .bh_content_wrap .bottom_wrap {
  display: block;
  margin-top: 20px;
}
.bh_gall_tc_2 .bh_widget_content.vip_mobile .bh_content_wrap .bottom_wrap .pay_ {
  font-size: 13px;
  font-weight: 500;
  color: var(--bh_color_gray_800);
  margin-bottom: 5px;
}
.bh_gall_tc_2 .bh_widget_content.vip_mobile .bh_content_wrap .bottom_wrap .content2 {
  font-size: 12px;
  color: var(--bh_color_gray_600);
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bh_gall_tc_2 .bh_widget_content.vip_mobile .bh_item {
  height: auto;
  margin-bottom: 10px;
}
.bh_gall_tc_2 .bh_widget_content.vip_mobile .bh_item > a {
  pointer-events: unset;
}
.bh_gall_tc_2 .bh_widget_content.vip_mobile .bh_item .bh_item_inner {
  width: 100%;
  position: unset;
  border: none;
  box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.bh_gall_tc_2 .bh_widget_content.vip_mobile .bh_item .bh_item_inner.logged {
  border-right: none;
  border-bottom: none;
}
.bh_gall_tc_2 .bh_widget_content.vip_mobile .bh_item:hover .bh_item_inner {
  height: auto;
  outline: none;
  border: none;
}
.bh_gall_tc_2 .bh_widget_content.vip_mobile .bh_item:hover .bh_content_wrap .detail_content1, .bh_gall_tc_2 .bh_widget_content.vip_mobile .bh_item:hover .bh_content_wrap .detail_content2, .bh_gall_tc_2 .bh_widget_content.vip_mobile .bh_item:hover .bh_content_wrap .btn_wrap {
  display: none;
}
.bh_gall_tc_2 .bh_widget_content.vip_mobile .bh_item:hover .bh_content_wrap .bh_content {
  height: auto;
}
.bh_gall_tc_2 .bh_widget_content.vip_mobile .bh_item:hover .bh_content_wrap .bottom_wrap {
  margin-top: 7px;
}
/* 채용정보 리스트 vip mobile css */
.bh_gall_tc_2 .bh_widget_content.bhjob_list .bh_item {
  margin-bottom: 15px;
}
.bh_gall_tc_2 .bh_widget_content.bhjob_list .bh_img_content .logo_img_wrap {
  display: none;
}
/* 모바일 상단 배너 css */
.bh_gall_tc_2 .bh_widget_content.mobile_b .bh_img_content .logo_img_wrap {
  right: unset;
  left: 15px;
}
.bh_gall_tc_2 .bh_widget_content.mobile_b .bh_content_wrap {
  padding-top: 30px;
}
.bh_gall_tc_2 .bh_widget_content.mobile_b .bh_content_wrap .bh_title {
  padding: 5px 0 0;
  border: unset;
}
/*# sourceMappingURL=f6d99776a7c1a54f4a77f5a8cc5dd25b4280913d.widget.scss.map */
