@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: unset;
}
.bh #content {
  padding: 130px 0 150px 0;
}
.bh .main_title {
  margin-bottom: 40px;
}
.bh .main_title h3 {
  font-size: 34px;
  font-weight: bold;
}
.bh .main_title p {
  font-size: 18px;
  color: var(--bh_color_gray_800);
  margin-top: 15px;
}
.bh .main_btn {
  margin-top: 50px;
  text-align: center;
}
.bh .main_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.8rem;
  line-height: 4.8rem;
  border-radius: 50px;
  border: 1px solid var(--bh_color_main_200);
  text-align: center;
  margin: 0 auto;
  transition: all 0.3s;
}
.bh .main_btn a span {
  font-weight: 500;
  color: var(--bh_color_main);
  padding-right: 10px;
}
.bh .main_btn a i {
  font-size: 2.4rem;
  color: var(--bh_color_main_200);
}
.bh .main_btn a:hover {
  background-color: var(--bh_color_main);
  border-color: var(--bh_color_main);
}
.bh .main_btn a:hover span {
  color: var(--bh_color_white);
}
@media (max-width: 992px) {
  .bh #content {
    padding: 50px 0 70px 0;
  }
  .bh .main_title {
    margin-bottom: 25px;
  }
  .bh .main_title h3 {
    font-size: 24px;
  }
  .bh .main_title p {
    font-size: 14px;
    margin-top: 10px;
  }
  .bh .main_btn {
    margin-top: 30px;
  }
}
/* header */
.bh .header_wrap {
  position: fixed;
  box-shadow: none;
  border: 0;
}
.bh .body {
  padding-top: 100px;
}
.bh .logo {
  margin: 20px 0;
}
.bh .main_menu > ul > li > a {
  font-size: 18px;
  font-weight: 500;
  padding: 36px 22px;
}
.bh .main_menu > ul > li > a::after {
  display: none;
  margin-top: 0;
}
.bh .main_menu > ul > li.active > a {
  font-weight: bold;
  color: var(--bh_color_gray_900) !important;
}
.index .header_wrap {
  background-color: transparent;
  transition: all 0.3s;
}
.index .header_wrap.on {
  background-color: var(--bh_color_white);
}
.index .header_wrap.on .logo img {
  filter: unset;
}
.index .header_wrap.on .main_menu > ul > li > a {
  color: var(--bh_color_gray_900);
}
.index .body {
  padding-top: 0;
}
.index .logo img {
  filter: brightness(100);
}
.index .main_menu > ul > li > a {
  color: var(--bh_color_white);
}
/* section1 */
.section1 .more_btn {
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s;
}
.section1 .more_btn span {
  color: var(--bh_color_gray_800);
}
.section1 .more_btn i {
  width: 4rem;
  height: 4rem;
  border-radius: 40px;
  background-color: var(--bh_color_gray_100);
  color: var(--bh_color_main);
  text-align: center;
  line-height: 4rem;
}
.section1 .more_btn:hover span {
  text-decoration: underline;
}
.section1 .more_btn:hover i {
  color: var(--bh_color_white);
  background-color: var(--bh_color_main);
}
.section1 .news_wg {
  margin: 0 -80px;
}
@media (max-width: 992px) {
  .section1 .news_wg {
    margin: 0 -20px;
  }
}
/* section2 */
.bh .section2 {
  margin-top: -38px;
}
.bh .section2 > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.bh .section2 .bottom_img {
  margin-top: -6px;
}
@media (max-width: 992px) {
  .bh .section2 {
    margin-top: 0;
  }
  .bh .section2 .photo_wg {
    padding: 0 15px;
  }
}
/* section3 */
.bh .section3 {
  position: relative;
  margin-top: -200px;
}
@media (max-width: 992px) {
  .bh .section3 {
    margin-top: 0;
  }
}
.hover_width_wrap {
  display: flex;
  gap: 30px;
}
.hover_width_wrap .content {
  position: relative;
  height: 428px;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  width: calc((40% - 30px * 2) / 2);
  transition: all 0.3s;
}
.hover_width_wrap .content:nth-of-type(1) {
  background-image: url(/assets/images/main/hover_img1.jpg);
}
.hover_width_wrap .content:nth-of-type(2) {
  background-image: url(/assets/images/main/hover_img2.jpg);
}
.hover_width_wrap .content:nth-of-type(3) {
  background-image: url(/assets/images/main/hover_img3.jpg);
}
.hover_width_wrap .content .number {
  font-weight: bold;
  margin-bottom: 5px;
}
.hover_width_wrap .content .title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.hover_width_wrap .content .before_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/main/hover_bg.png);
  background-size: cover;
  color: var(--bh_color_white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  transition: all 0.3s;
}
.hover_width_wrap .content .before_text .rotate_text {
  transform: rotate(90deg);
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hover_width_wrap .content .before_text .rotate_text .number {
  position: relative;
  margin-top: -10px;
}
.hover_width_wrap .content .before_text i {
  display: block;
  font-size: 3rem;
  text-align: center;
  line-height: 6rem;
  width: 6rem;
  height: 6rem;
  border-radius: 60px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: rgba(255, 255, 255, 0.2);
}
.hover_width_wrap .content .hover_text {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px 35px;
  color: var(--bh_color_white);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  transition: all 0.3s;
}
.hover_width_wrap .content .hover_text p {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.85);
}
.hover_width_wrap .content.active {
  width: 60%;
}
.hover_width_wrap .content.active .before_text {
  opacity: 0;
}
.hover_width_wrap .content.active .hover_text {
  opacity: 1;
}
@media (max-width: 992px) {
  .hover_width_wrap {
    flex-wrap: wrap;
    gap: 15px;
  }
  .hover_width_wrap .content {
    width: 100% !important;
    height: 200px;
  }
  .hover_width_wrap .content .before_text {
    display: none;
  }
  .hover_width_wrap .content .hover_text {
    opacity: 1;
    padding: 30px;
  }
}
/* section4 */
.link_box_wrap .main_title p {
  color: rgba(255, 255, 255, 0.85);
}
.link_box_wrap .small_box {
  width: 470px;
}
.link_box_wrap .box {
  display: block;
  height: 100%;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: rgba(255, 255, 255, 0.2);
  padding: 30px;
  display: flex;
  flex-direction: column;
  min-height: 220px;
  justify-content: space-between;
}
.link_box_wrap .box .top {
  display: flex;
  justify-content: space-between;
}
.link_box_wrap .box .top .icon {
  width: 8rem;
  height: 8rem;
  border-radius: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 1.5rem;
}
.link_box_wrap .box .top .icon img {
  filter: brightness(100);
}
.link_box_wrap .box .top i {
  font-size: 2.4rem;
  color: var(--bh_color_white);
  opacity: 0.5;
}
.link_box_wrap .box p {
  font-size: 24px;
  font-weight: bold;
  color: var(--bh_color_white);
}
.link_box_wrap .box:hover {
  background-image: url(/assets/images/main/hover_bg2.jpg);
  background-size: cover;
  background-position: center bottom;
}
.link_box_wrap .box:hover .top .icon {
  background-color: var(--bh_color_gray_100);
}
.link_box_wrap .box:hover .top .icon img {
  filter: none;
}
.link_box_wrap .box:hover .top i {
  color: var(--bh_color_gray_600);
}
.link_box_wrap .box:hover p {
  color: var(--bh_color_gray_900);
}
@media (max-width: 1200px) {
  .link_box_wrap .small_box {
    width: 370px;
  }
}
@media (max-width: 992px) {
  .link_box_wrap .small_box {
    width: 100%;
  }
  .link_box_wrap .box {
    padding: 20px;
    min-height: 150px;
  }
  .link_box_wrap .box p {
    font-size: 18px;
  }
}
/* section5 */
/* section7 */
/* section8 */
/* section9 */
/* section10 */
/* sub */
/* footer */
/* slider */
.swiper-main .item .slider_content_wrap {
  background-color: transparent;
}
.swiper-main .item .slider_content_wrap span.slider_content_text_1 {
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
  font-family: "Pretendard";
  font-size: 74px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: normal;
  text-transform: unset;
}
.swiper-main .item .slider_content_wrap span.slider_content_text_1 .label {
  width: 330px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  background-image: url(/assets/images/main/slide_label.png);
  background-size: cover;
  background-position: right center;
  padding: 12px 35px 12px 15px;
  text-shadow: none;
  margin-bottom: 20px;
}
.swiper-main .item .slider_content_wrap span.slider_content_text_2 {
  margin-top: 30px;
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.custom_controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
  margin: 0 auto;
  z-index: 99;
}
.custom_controls .controls_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.custom_controls .swiper-pagination-custom {
  width: auto;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 20px;
}
.custom_controls .swiper-pagination-custom .current {
  color: var(--bh_color_white);
}
.custom_controls .swiper-button-prev, .custom_controls .swiper-button-next {
  position: unset;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: none !important;
  margin: 0;
  transition: all 0.3s;
}
.custom_controls .swiper-button-prev::after, .custom_controls .swiper-button-next::after {
  display: none;
}
.custom_controls .swiper-button-prev i, .custom_controls .swiper-button-next i {
  font-size: 24px;
  color: var(--bh_color_white);
  text-align: center;
  line-height: 50px;
}
.custom_controls .swiper-button-prev:hover, .custom_controls .swiper-button-next:hover {
  background-color: var(--bh_color_white);
}
.custom_controls .swiper-button-prev:hover i, .custom_controls .swiper-button-next:hover i {
  color: var(--bh_color_main);
}
@media (max-width: 991.98px) {
  .swiper-main .item .slider_content_wrap span.slider_content_text_1 {
    text-align: left !important;
    font-size: 24px;
  }
  .swiper-main .item .slider_content_wrap span.slider_content_text_1 .label {
    width: 220px;
    font-size: 13px;
    padding: 8px 20px 8px 12px;
    margin-bottom: 15px;
  }
  .swiper-main .item .slider_content_wrap span.slider_content_text_2 {
    text-align: left !important;
    font-size: 14px;
    margin-top: 20px;
  }
  .custom_controls {
    bottom: 30px;
  }
  .custom_controls .swiper-pagination-custom {
    font-size: 14px;
    margin-right: 10px;
  }
  .custom_controls .swiper-button-prev, .custom_controls .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .custom_controls .swiper-button-prev i, .custom_controls .swiper-button-next i {
    font-size: 18px;
    line-height: 40px;
  }
}
/*# sourceMappingURL=fb734fcbbec856254a05cb9f1024f479c74ef137.page.scss.map */
