/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/index.css ***!
  \***************************************************************************************************************/
.mobile {
  display: none !important;
}

.learn-more {
  font-size: 16px;
  display: inline-block;
}

.learn-more:hover {
  text-decoration: underline;
}

.learn-more i {
  font-size: 14px;
  vertical-align: middle;
}

.learn-more span {
  vertical-align: middle;
}

.text-light,
.text-light a {
  color: #fff !important;
}

.home-banner {
  aspect-ratio: 12 / 5;
  position: relative;
}

.home-banner:hover .button-prev,
.home-banner:hover .button-next {
  display: block;
}

.home-banner .swiper-container {
  height: 100%;
}

.home-banner .banner-link,
.home-banner .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-banner .banner-link {
  z-index: 9;
}

.home-banner .banner-bg {
  background: none no-repeat center center;
  background-size: cover;
}

.home-banner .banner-content {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
  box-sizing: content-box;
}

.home-banner .banner-content .banner-text {
  width: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.home-banner .banner-content .title {
  font-size: 54px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 12px;
}

.home-banner .banner-content .description {
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 24px;
}

.home-banner .content-center .banner-text {
  text-align: center;
  padding-top: 60px;
}

.home-banner .content-left .banner-text {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-banner .learn-more {
  font-size: 22px;
}

.home-banner .banner-content .title,
.home-banner .banner-content .description,
.home-banner .learn-more {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  transition: all 0.6s;
}

.swiper-slide-active .banner-content .title,
.swiper-slide-active .banner-content .description,
.swiper-slide-active .learn-more {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.home-banner .learn-more i {
  font-size: 20px;
}

.home-banner .swiper-pagination {
  bottom: 24px;
}

.home-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
 
  .home-banner .banner-content .title {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .home-banner .banner-content .description {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .home-banner .learn-more {
    font-size: 17px;
  }

  .home-banner .learn-more i {
    font-size: 15px;
  }

  }

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  

  .home-banner .banner-content .banner-text {
    width: 100%;
    padding-top: 48px;
  }

  .home-banner .content-left .banner-text {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
  }

  .home-banner .banner-content .title {
    font-size: 32px;
    margin-bottom: 8px;
  }

  .home-banner .banner-content .description {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .home-banner .learn-more {
    font-size: 14px;
  }

  .home-banner .learn-more i {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .home-banner {
    aspect-ratio: 9 / 16;
  }
}

