@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 .bh_wrap {
  max-width: 1430px;
}
.bh #content {
  padding: 80px 0 150px 0;
}
.bh .xe-widget-wrapper {
  overflow: hidden;
}
.bh .main_ttl_box .text_label {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.bh .main_ttl_box .main_ttl {
  font-size: 48px;
  font-weight: bold;
}
.bh .pt-130 {
  padding-top: 130px;
}
.bh .pb-130 {
  padding-bottom: 130px;
}
.bh .ai-st {
  align-items: stretch;
}
.bh .ttl_effect {
  transform: translateY(65%);
  clip-path: inset(0 0 65% 0);
  opacity: 0;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1), clip-path 2s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease;
}
.bh .ttl_effect.anim-trigger.is-active {
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
.bh .up_effect {
  transform: translateY(10%);
  opacity: 0;
  transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
  transition-delay: var(--delay, 0s);
}
.bh .up_effect.anim-trigger.is-active {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 992px) {
  .bh #content {
    padding: 50px 0 70px 0;
  }
  .bh .main_ttl_box .text_label {
    margin-bottom: 5px;
  }
  .bh .main_ttl_box .main_ttl {
    font-size: 28px;
  }
  .bh .pt-130 {
    padding-top: 60px;
  }
  .bh .pb-130 {
    padding-bottom: 60px;
  }
}
/* header */
.bh.index .header_wrap {
  position: fixed;
  background-color: transparent;
  box-shadow: none;
  border-bottom: none;
  z-index: 999;
}
.bh.index .header_wrap .main_menu > ul > li.active > a {
  color: var(--bh_color_white) !important;
}
.bh.index .header_wrap .main_menu > ul > li > a {
  color: var(--bh_color_white) !important;
}
.bh.index .header_wrap .logo_img {
  display: block !important;
}
.bh.index .header_wrap .logo_img_dark {
  display: none !important;
}
.bh.index .header_wrap.scroll_down {
  background-color: var(--bh_color_white);
}
.bh.index .header_wrap.scroll_down .logo_img {
  display: none !important;
}
.bh.index .header_wrap.scroll_down .logo_img_dark {
  display: block !important;
}
.bh.index .header_wrap.scroll_down .logo {
  height: 45px;
}
.bh.index .header_wrap.scroll_down .main_menu > ul > li.active > a {
  color: var(--bh_color_gray_900) !important;
}
.bh.index .header_wrap.scroll_down .main_menu > ul > li > a {
  color: var(--bh_color_gray_900) !important;
}
.bh .header_wrap {
  border-bottom: none;
  box-shadow: none;
}
.bh .header_wrap .logo {
  min-height: auto;
  margin: 27px 0;
  height: 45px;
}
.bh .header_wrap .logo a img {
  height: 45px;
  object-fit: contain;
}
.bh .header_wrap .logo_img {
  display: none !important;
}
.bh .header_wrap .logo_img_dark {
  display: block !important;
}
.bh .header_wrap .main_menu > ul > li.active > a {
  color: var(--bh_color_gray_900) !important;
}
.bh .header_wrap .main_menu > ul > li > a {
  padding: 35px 25px 34px 25px;
  font-size: 18px;
  font-weight: 500;
  color: var(--bh_color_gray_900) !important;
  letter-spacing: normal;
  line-height: 1.5;
}
.bh .header_wrap .main_menu > ul > li > a::after {
  display: none;
}
.bh .header_wrap .main_menu > ul > li > a:hover::after {
  display: none;
}
.bh .header_wrap.scroll_down {
  box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.03);
}
/* section1 */
.section.section1 {
  padding: 0;
}
.section.section1 > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.section.section1 .sec01_wrap {
  position: relative;
}
.section.section1 .sec01_wrap .sec01_text_bg {
  position: absolute;
  top: 0;
  left: 0;
}
.section.section1 .sec01_wrap .main_ttl_box {
  position: absolute;
  top: 0;
  left: 0;
}
.section.section1 .sec01_wrap .sec01_swiper {
  overflow: hidden;
  align-items: stretch;
}
.section.section1 .sec01_wrap .sec01_swiper .swiper-slide {
  height: auto;
}
.section.section1 .sec01_wrap .sec01_swiper .sec01_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  height: 100%;
}
.section.section1 .sec01_wrap .sec01_swiper .sec01_item .item_text {
  flex-grow: 1;
  opacity: 0;
  transition: all 0.5s linear;
}
.section.section1 .sec01_wrap .sec01_swiper .sec01_item .item_text .num {
  font-weight: bold;
  font-size: 150px;
  color: var(--bh_color_main_50);
}
.section.section1 .sec01_wrap .sec01_swiper .sec01_item .item_text .ttl {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: bold;
}
.section.section1 .sec01_wrap .sec01_swiper .sec01_item .item_text .desc {
  font-size: 20px;
}
.section.section1 .sec01_wrap .sec01_swiper .sec01_item .item_img {
  width: 690px;
  flex-shrink: 0;
  opacity: 0;
  transition: all 0.5s linear;
}
.section.section1 .sec01_wrap .sec01_swiper .sec01_item .item_img img {
  width: 100%;
  object-fit: contain;
}
.section.section1 .sec01_wrap .sec01_swiper .swiper-slide-active .sec01_item .item_text {
  opacity: 1;
}
.section.section1 .sec01_wrap .sec01_swiper .swiper-slide-active .sec01_item .item_img {
  opacity: 1;
}
.section.section1 .sec01_wrap .sec01_swiper .sec01-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 650px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--bh_color_white);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  color: var(--bh_color_main);
  font-size: 35px;
  cursor: pointer;
  z-index: 2;
}
.section.section1 .sec01_wrap .sec01_bg {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1200px) {
  .section.section1 .sec01_wrap .main_ttl_box {
    position: relative;
    margin-bottom: 20px;
  }
  .section.section1 .sec01_wrap .sec01_swiper .sec01_item .item_img {
    width: 300px;
    flex-shrink: 0;
  }
  .section.section1 .sec01_wrap .sec01_swiper .sec01-button-next {
    right: 272px;
    bottom: 109px;
    top: unset;
    transform: unset;
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}
@media (max-width: 992px) {
  .section.section1 .sec01_wrap .sec01_swiper .sec01_item {
    flex-direction: column-reverse;
    align-items: unset;
    justify-content: unset;
  }
  .section.section1 .sec01_wrap .sec01_swiper .sec01_item .item_text .num {
    font-size: 50px;
  }
  .section.section1 .sec01_wrap .sec01_swiper .sec01_item .item_text .ttl {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .section.section1 .sec01_wrap .sec01_swiper .sec01_item .item_text .desc {
    font-size: 1.8rem;
  }
  .section.section1 .sec01_wrap .sec01_swiper .sec01_item .item_text br {
    display: none;
  }
  .section.section1 .sec01_wrap .sec01_swiper .sec01_item .item_img {
    width: 100%;
  }
  .section.section1 .sec01_wrap .sec01_swiper .sec01-button-next {
    display: none;
  }
}
/* section2 */
.section2 .sec02_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  height: 100%;
  cursor: pointer;
}
.section2 .sec02_item > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section2 .sec02_item .item_img {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
}
.section2 .sec02_item .item_img img {
  width: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.section2 .sec02_item .item_img .more {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--bh_color_white);
  font-size: 18px;
  opacity: 0;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.45);
}
.section2 .sec02_item .item_text {
  color: var(--bh_color_white);
}
.section2 .sec02_item .item_text .ttl {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 19.5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 19.5px;
}
.section2 .sec02_item .item_text .desc {
  font-size: 20px;
}
.section2 .sec02_item:hover .item_img img {
  scale: 1.05;
}
.section2 .sec02_item:hover .item_img .more {
  opacity: 1;
}
@media (max-width: 992px) {
  .section2 .sec02_item {
    gap: 10px;
  }
  .section2 .sec02_item .item_img .more {
    font-size: 14px;
  }
  .section2 .sec02_item .item_text .ttl {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .section2 .sec02_item .item_text .desc {
    font-size: 1.8rem;
  }
}
/* section3 */
/* section4 */
/* section5 */
/* section7 */
/* section8 */
/* section9 */
/* section10 */
/* sub */
/* footer */
/* slider */
.swiper-main .item .slider_content_wrap span.slider_content_text_1 {
  text-align: left !important;
  font-size: 64px;
  font-weight: bold;
  font-family: "Pretendard", sans-serif !important;
  letter-spacing: normal;
  line-height: 1.5;
  text-shadow: none;
  text-transform: unset;
}
.swiper-main .item .slider_content_wrap span.slider_content_text_1 .text_label {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
}
.swiper-main .item .slider_content_wrap span.slider_content_text_1 .main_line {
  max-width: 850px;
  width: 100%;
  margin: 29px 0;
  height: 1px;
  background-image: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.swiper-main .item .slider_content_wrap span.slider_content_text_2 {
  text-align: left !important;
  font-family: "Pretendard", sans-serif !important;
  letter-spacing: normal;
  line-height: 1.5;
  text-shadow: none;
  font-size: 20px;
  font-weight: normal;
  text-transform: unset;
}
.swiper-main .main_scroll_box {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.swiper-main .main_scroll_box .main_scroll {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.swiper-main .main_scroll_box span {
  display: inline-block;
  font-size: 14px;
  color: var(--bh_color_white);
  white-space: nowrap;
}
.swiper-main .main_scroll_box .line {
  position: relative;
  width: 1px;
  height: 62px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.4);
  overflow: hidden;
}
.swiper-main .main_scroll_box .line::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 1px;
  height: 20px;
  background-color: var(--bh_color_white);
  animation: scroll linear infinite alternate 1s;
}
@keyframes scroll {
  0% {
    top: 0;
  }
  100% {
    top: calc(100% - 20px);
  }
}
@media (max-width: 992px) {
  .swiper-main .item .slider_content_wrap span.slider_content_text_1 {
    font-size: 24px;
  }
  .swiper-main .item .slider_content_wrap span.slider_content_text_1 .text_label {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
  .swiper-main .item .slider_content_wrap span.slider_content_text_1 .main_line {
    max-width: 300px;
    margin: 10px 0;
  }
  .swiper-main .item .slider_content_wrap span.slider_content_text_2 {
    font-size: 1.6rem;
  }
  .swiper-main .main_scroll_box span {
    font-size: 1.2rem;
  }
  .swiper-main .main_scroll_box .line {
    height: 30px;
  }
  .swiper-main .main_scroll_box .line::after {
    height: 10px;
  }
  @keyframes scroll {
    0% {
      top: 0;
    }
    100% {
      top: calc(100% - 10px);
    }
  }
}
/*# sourceMappingURL=ec72ed7608216a3260e3e4432c4bd366ad6b799a.page.scss.map */
