@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anek+Latin:wght@100..800&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=DM+Serif+Display:ital@0;1&family=Lexend:wght@100..900&display=swap");
@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 */
/* font */
.anek-latin-font {
  font-family: "Anek Latin", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
/* header */
.bh .header_wrap {
  position: absolute;
  background-color: transparent;
  border-bottom: 1px solid var(--bh_color_white);
  z-index: 9999;
  box-shadow: none;
}
.bh .header_wrap .bh_wrap {
  max-width: 1430px;
}
.bh .header_wrap .main_menu > ul > li > a {
  font-family: "Pretendard";
  display: inline-block;
  color: var(--bh_color_white);
  font-size: 18px;
  font-weight: 500;
  padding: 40px 22.5px 41px;
}
.bh .header_wrap .main_menu > ul > li > a::after {
  display: none;
}
.bh .header_wrap .main_menu > ul > li > a:hover {
  color: var(--bh_color_white) !important;
}
.bh .header_wrap .main_menu > ul > li > a:active {
  color: var(--bh_color_white) !important;
}
.bh .header_wrap .main_menu > ul > li > a:focus {
  color: var(--bh_color_white) !important;
}
/* section1 */
/* section2 */
/* section3 */
/* section4 */
/* section5 */
/* section7 */
/* section8 */
/* section9 */
/* section10 */
/* sub */
/* footer */
/* slider */
.swiper-main .main_text {
  color: var(--bh_color_white);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: calc(100% - 30px);
}
.swiper-main .main_text h1 {
  font-size: 7rem;
  font-weight: bold;
  margin-bottom: 3rem;
  display: inline-block;
}
.swiper-main .main_text h1 .blue {
  color: #00c2ff;
}
.swiper-main .main_text h1 #line1::after, .swiper-main .main_text h1 #line2::after {
  content: "";
}
.swiper-main .main_text h1 #line1.active::after, .swiper-main .main_text h1 #line2.active::after {
  content: "|";
  animation: blink 0.8s infinite;
}
.swiper-main .main_text h1 #line2:empty::before {
  content: "Engineering";
  visibility: hidden;
}
.swiper-main .main_text .middle {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.swiper-main .main_text .small {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .swiper-main .main_text h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
  .swiper-main .main_text .middle {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
  .swiper-main .main_text .small {
    font-size: 1.4rem;
  }
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
.swiper-main {
  /* 스크롤 */
  /* 페이지네이션 */
}
.swiper-main .swiper-wrapper .item {
  position: relative;
  overflow: hidden;
}
.swiper-main .swiper-wrapper .item::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  animation: zoom 6s ease-in-out infinite;
}
.swiper-main .swiper-wrapper .item.item1::before {
  background-image: url("/assets/images/main/main_slide1.jpg");
}
.swiper-main .swiper-wrapper .item.item2::before {
  background-image: url("/assets/images/main/main_slide2.jpg");
}
.swiper-main .swiper-wrapper .item.item3::before {
  background-image: url("/assets/images/main/main_slide3.jpg");
}
.swiper-main .main_scroll {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  animation-delay: 10s;
}
.swiper-main .main_scroll .bh_wrap > div {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--bh_color_white);
}
.swiper-main .main_scroll span.text {
  display: block;
  font-size: 2rem;
  color: var(--bh_color_white);
  white-space: nowrap;
  margin-bottom: 1.5rem;
}
.swiper-main .main_scroll i {
  font-size: 4.5rem;
  line-height: 1;
  display: block;
  animation: scrollDown 1.5s ease-out infinite;
}
@media (max-width: 991.98px) {
  .swiper-main .main_scroll {
    bottom: 2rem;
  }
  .swiper-main .main_scroll span.text {
    font-size: 1.4rem;
    margin-bottom: 0.2rem;
  }
  .swiper-main .main_scroll i {
    font-size: 2rem;
  }
}
.swiper-main .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 5rem;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.swiper-main .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  background: #d9d9d9;
  opacity: 1;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 0;
}
.swiper-main .swiper-pagination .swiper-pagination-bullet-active {
  width: 56px;
  background: #00c2ff !important;
  border-radius: 0;
}
@media (max-width: 991.98px) {
  .swiper-main .swiper-pagination {
    bottom: 2rem;
    gap: 1rem;
  }
  .swiper-main .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
  .swiper-main .swiper-pagination .swiper-pagination-bullet-active {
    width: 26px;
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scrollDown {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  20% {
    transform: translateY(0.4rem);
    opacity: 1;
  }
  100% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
/*# sourceMappingURL=2efd97182241579615a1072c184ff852da77b456.page.scss.map */
