@media (max-width: 991.98px) {
  html {
    /*font-size: 6px;*/
    /*font-size: 37.5%;*/
    font-size: 8px;
    font-size: 50%;
  }
  input, select, textarea {
    font-size: 16px;
  }
}
.xe_content {
  color: var(--bh_color_text) !important;
  font-size: 14px;
  /*line-height: 1.5 !important;*/
  font-family: inherit !important;
}
/* common */
.bh .xe-widget-wrapper {
  overflow: visible;
}
.bh .main_ttl_box span {
  display: inline-block;
  position: relative;
  font-size: 58px;
  font-weight: 800;
}
.bh .main_ttl_box span::after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  background-image: url(/assets/images/main/main_ttl_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.bh .common_main_btn {
  width: 157px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background-color: var(--bh_color_white);
  border: 1px solid var(--bh_color_gray_900);
  border-radius: 10px;
  font-weight: 800;
  transition: all 0.3s;
}
.bh .common_main_btn i {
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
}
.bh .common_main_btn:hover {
  border: 1px solid var(--bh_color_main);
  color: var(--bh_color_main);
}
.bh .pt-120 {
  padding-top: 120px;
}
@media (max-width: 992px) {
  .bh .main_ttl_box span {
    font-size: 28px;
    padding-left: 10px;
  }
  .bh .main_ttl_box span::after {
    left: 0px;
    width: 12px;
    height: 12px;
  }
  .bh .common_main_btn {
    width: 130px;
    height: 40px;
    font-size: 1.8rem;
  }
  .bh .common_main_btn i {
    font-size: 16px;
  }
  .bh .pt-120 {
    padding-top: 60px;
  }
}
/* header */
.bh .header_wrap {
  position: fixed;
  background-color: transparent;
  border-bottom: none;
}
.bh .header_wrap.scroll_down {
  background-color: var(--bh_color_white);
}
.bh .header_wrap .logo {
  margin: 30px 0;
  min-height: auto;
  line-height: 1;
}
.bh .header_wrap .logo a {
  line-height: 1;
}
.bh .header_wrap .main_menu > ul > li.active > a {
  font-weight: 800;
}
.bh .header_wrap .main_menu > ul > li > a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  padding: 33px 35px 33px 35px;
  color: var(--bh_color_white) !important;
}
.bh .header_wrap .main_menu > ul > li > a:hover {
  color: var(--bh_color_white) !important;
}
.bh .header_wrap .main_menu > ul > li > a:hover::after {
  background-color: var(--bh_color_white) !important;
}
.bh .header_wrap .main_menu > ul > li > a::after {
  background-color: var(--bh_color_white) !important;
  margin-top: 4px;
}
.bh .header_wrap .select_lang_dropdown > a {
  font-weight: normal;
  font-size: 24px;
  padding: 24px 0px 15px 65px;
  line-height: 1.5;
}
.bh .header_wrap .select_lang_dropdown > a i {
  position: relative;
  top: 2px;
  color: var(--bh_color_white);
}
.bh .header_wrap .select_lang_dropdown > ul.select_lang_dropdown-content {
  right: -15px;
  padding: 15px 30px;
  opacity: 1;
  border-radius: 10px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}
.bh .header_wrap .select_lang_dropdown > ul.select_lang_dropdown-content > li > a {
  color: var(--bh_color_gray_400);
  font-size: 18px;
  font-weight: 800;
  padding: 5px 0;
  line-height: 1.5;
}
.bh .header_wrap .select_lang_dropdown > ul.select_lang_dropdown-content > li > a:hover {
  color: var(--bh_color_gray_900) !important;
}
.bh .mobile_header_wrap .select_lang_dropdown {
  position: absolute;
  right: 15px;
  top: 15px;
}
/* section1 */
.section.section1 {
  padding: 0;
}
.section.section1 > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.section.section1 .sec01_wrap .sec01_item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.section.section1 .sec01_wrap .sec01_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.section1 .sec01_wrap .sec01_item .item_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  z-index: 1;
}
/* section2 */
.section.section2 {
  padding: 0;
}
.section.section2 > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.section.section2 .sec02_wrap {
  position: relative;
  padding-bottom: 200px;
}
.section.section2 .sec02_wrap .sec02_inner > .bh_wrap {
  gap: 118px;
}
.section.section2 .sec02_wrap .sec02_inner .title_box {
  width: 472px;
}
.section.section2 .sec02_wrap .product_list {
  overflow: hidden;
}
.section.section2 .sec02_wrap .product_list .list_item {
  position: relative;
  padding-bottom: 163px;
}
.section.section2 .sec02_wrap .product_list .list_item .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: var(--bh_color_white);
  padding: 50px 50px 157px 50px;
  border: 20px solid var(--bh_color_gray_300);
  transition: all 0.3s;
}
.section.section2 .sec02_wrap .product_list .list_item .inner .title p {
  font-weight: 500;
  color: var(--bh_color_gray_500);
  transition: all 0.3s;
}
.section.section2 .sec02_wrap .product_list .list_item .inner .title div {
  margin-top: 5px;
  font-size: 32px;
  font-weight: 800;
  color: var(--bh_color_gray_500);
  transition: all 0.3s;
}
.section.section2 .sec02_wrap .product_list .list_item .inner .more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid var(--bh_color_gray_900);
  background-color: var(--bh_color_white);
  transition: all 0.3s;
  font-size: 24px;
  line-height: 1;
}
.section.section2 .sec02_wrap .product_list .list_item .product_img_wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
/* section3 */
/* section4 */
/* section5 */
/* section7 */
/* section8 */
/* section9 */
/* section10 */
/* sub */
/* footer */
/* slider */
.swiper-main .slider_content_wrap .slider_content .bh_row .col-12 {
  height: 100%;
}
.swiper-main .item .slider_content_wrap span.slider_content_text_1 {
  margin-top: 365px;
  font-weight: 800;
  color: var(--bh_color_white);
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.5;
  font-family: "Pretendard", sans-serif !important;
  font-size: 24px;
}
.swiper-main .item .slider_content_wrap span.slider_content_text_2 {
  margin-top: 15px;
  font-size: 64px;
  font-weight: 800;
  color: var(--bh_color_white);
  letter-spacing: normal;
  text-transform: none;
  text-shadow: none;
  font-family: "Pretendard", sans-serif !important;
}
.swiper-main .swiper-pagination {
  display: flex;
  gap: 10px;
  bottom: 80px;
  text-align: left;
}
.swiper-main .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  background-color: transparent !important;
  opacity: 1;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.swiper-main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  height: 10px;
  border-radius: 500px;
  background-color: var(--bh_color_main) !important;
  border-color: transparent !important;
}
@media (max-width: 992px) {
  .swiper-main .item .slider_content_wrap span.slider_content_text_1 {
    text-align: left !important;
    margin-top: 60px;
    font-size: 1.8rem;
  }
  .swiper-main .item .slider_content_wrap span.slider_content_text_2 {
    text-align: left !important;
    margin-top: 5px;
    font-size: 24px;
  }
  .swiper-main .swiper-pagination {
    bottom: 30px;
    gap: 6px;
  }
  .swiper-main .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
  .swiper-main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
    height: 7px;
  }
}
/*# sourceMappingURL=201e15a5f5b55a28fe98763fdae58e5037b07330.page.scss.map */
