/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/index.css ***!
  \***************************************************************************************************************/
:root{
  --max-width:1550px;
  --floor-bottom: 80px;
}
/* .header-top{
  position: fixed;
  top:0;
  left:0;
  right:0;
  margin:auto;
} */
/* .header-sticky {
  margin-top: 100vh;
} */
.home-header-img{
  width: 100%;
  height: calc(100vh - 16vh);
  position: fixed;
  top: 16vh;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.home-header-svg{
  position: fixed;
  width: 72px;
  top: calc(16vh + 32px);
  left: 80px;
  margin: auto;
}
.home-header-svg img{
  width: 100%;
}
.home-header-picture{
  width: 100%;
  height: 100%;
}
.home-header-picture img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-header-video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-wrapper {
  height: calc(100vh - 70px);
}
.banner-wrapper .swiper-container {
  height: 100%;
  background-color: #000;
}
.banner-mobile {
  display: none !important;
}
.banner-wrapper .swiper-slide .banner-bg {
  height: 100%;
}
.banner-wrapper .swiper-slide .banner-bg img{
  width: 100%;
  height: 100%;
 object-fit: cover;
}
.banner-wrapper .swiper-slide a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.banner-wrapper .banner-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  width: calc(100% - 80px);
  height: 100%;
  max-width: var(--max-width);
  margin: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #fff;
}
.banner-wrapper .banner-content .banner-text .title{
   font-size: 4.688vw;
   font-weight: 500;
}
.banner-wrapper .banner-content .banner-btn {
   display: flex;
   align-items: center;
   font-size: 20px;
   line-height: 1.25;
}
.banner-wrapper .banner-content .icon-arrow-right-new{
  color: #fff;
  margin-left: 8px;
}
.banner-wrapper .banner-text .subtitle {
  font-size: 1.25vw;
}
.banner-wrapper .banner-content .banner-text.text-light {
  color: #fff;
}
.banner-wrapper .banner-content .banner-text.text-dark {
  color: #000;
}
.banner-btn .text-light .icon-arrow-right-new{
  color: #fff;
}
.banner-btn .text-dark .icon-arrow-right-new{
  color: #000;
}   
.banner-wrapper .banner-btn .text-light{
  color:#fff;
  border-bottom: 1px solid #fff;
}
.banner-wrapper .banner-btn .text-dark{
  color:#000;
  border-bottom: 1px solid #000;
}
.banner-wrapper .col-right .banner-text {
  right: 40px;
}
.banner-wrapper .col-left .banner-text {
  left: 40px;
}

.banner-wrapper .prev-btn,
.banner-wrapper .next-btn {
  display: none;
}
.banner-wrapper:hover .prev-btn,
.banner-wrapper:hover .next-btn {
  display: block;
}

.floor2-container {
  padding: 10.469vw 0;
  height: auto;
  background: #000;
  --floor2-radius: 0vw;
  --floor2-bottom: 0.99vw;
  --floor2-font: 2.083vw;
  --floor2-desc: 1.042vw;
}

.floor2-container .floor-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: var(--floor2-bottom);
  padding: 0 3.125vw;
}

.floor2-container .floor-box {
  display: flex;
  flex-direction: column;
  gap: var(--floor2-bottom);
  color: #2a49ff;
}
.floor2-container .floor-item {
  position: relative;
  color: #ffffff;
}

.floor2-container .floor-item .floor-item-bg {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--floor2-radius);
  overflow: hidden;
  -webkit-border-radius: var(--floor2-radius);
  -moz-border-radius: var(--floor2-radius);
  -ms-border-radius: var(--floor2-radius);
  -o-border-radius: var(--floor2-radius);
}

.floor2-container .floor-item1 {
  width: 18.125vw;
  height: 18.229vw;
  background-color: #fff;
  border-radius: var(--floor2-radius);
}

.floor2-container .floor-item2 {
  width: 39.844vw;
  height: 35.104vw;
}

.floor2-container .floor-item3 {
  width: 18.125vw;
  height: 18.229vw;
  position: relative;
}

.floor2-container .floor-item4 {
  width: 18.125vw;
  height: 27.344vw;
}

.floor2-container .floor-item5 {
  width: 39.844vw;
  height: 10.417vw;
}

.floor2-container .floor-item6 {
  width: 18.125vw;
  height: 27.344vw;
}

.floor2-container .floor-text {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  color: #2a49ff;
}

.floor2-container .floor-item .floor-desc {
  font-size: var(--floor2-desc);
  line-height: 1.15;
  margin-top: 0.417vw;
  color: #2a49ff;
}

.floor2-container .floor-item1-img {
  width: 100%;
  height: 100%;
  display: block;
  height: auto;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}

.floor2-container .floor-item1 .floor-name {
  font-size: var(--floor2-font);
  line-height: 1.15;
  font-weight: bold;
  color: #2a49ff;
}

.floor2-container .floor-item1 .floor-text {
  top: 1vw;
  left: 1vw;
  z-index: 1;
}
.floor2-container .floor-item3 .floor-text{
  top: 1vw;
  left: 1vw;
  font-size: var(--floor2-font);
  font-weight: bold;
}
.floor2-container .floor-item3 .floor-name{
  font-size: var(--floor2-font);
  font-weight: bold;
  line-height: 1.15;
}
.floor2-container .floor-item2 .floor-name {
  font-size: 3.229vw;
  font-weight: bold;
  line-height: 1;
  color: #2a49ff;
}
.floor2-container .floor-item2 .floor-text{
  bottom: 1.875vw;
  left: 2.083vw;
}

.floor2-container .floor-item4 .floor-name {
  font-size: var(--floor2-font);
  line-height: 1.15;
  font-weight: bold;
  color: #2a49ff;
}
.floor2-container .floor-item4 .floor-text{
  top: 1vw;
  left: 1vw;
}

.floor2-container .floor-item5 .floor-text {
  top: 50%;
  transform: translate(0, -50%);
  left: 2.083vw;
}

.floor2-container .floor-item5 .floor-name {
  font-size: 1.667vw;
  font-weight: bold;
  line-height: 1.25;

}

.floor2-container .floor-item6 .floor-text {
  bottom: 2.344vw;
  top: unset;
  padding: 0 2.2vw;
}

.floor2-container .floor-item6 .floor-name {
  font-size: var(--floor2-font);
  line-height: 1.187;
  font-weight: bold;
  color: #2a49ff;
}
.floor2-container .floor-item6 .floor-desc {
   color: #2a49ff;
}




.floor-container{
   position: relative;
   z-index: 1;
}

.floor-container .title {
  text-align: center;
  font-size: 10vw;
  font-weight: 800;
  line-height: 1.3;
}
.floor3-container {
  height:auto; 
  padding-bottom: 7.292vw;
  background-color: #000;
  box-sizing: border-box;
}
.floor3-container .row{
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0 10.938vw;
}
.floor3-container .left {
  width: 40.208vw;
  height: auto;
  overflow: hidden;
  background-color: #F6F6F6;
}
.floor3-container .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.floor3-container .right {
  width: calc(100% - 40.208vw);
  padding-left: 4.167vw;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
.floor3-container .right .product-name{
  width: 100%;
  line-height: 1;
  margin-bottom: 4.1vw;
  font-size: 4.166vw;
  font-weight: 500;
}
.floor3-container .product-info-desc {
    width: 100%;
    font-size: 20px;
    line-height: 1.2;
}
.floor3-container .product-info-one{
  margin-bottom: 4.1vw;
} 
.floor3-container .product-info-two {
  margin-bottom: var(--floor-bottom);
}
.floor3-container .learn-more{
  cursor: pointer;
  height: 25px;
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.floor3-container .learn-more:hover{
  border-bottom: 1px solid var(--hover-color);
}
.floor3-container .learn-more:hover a{
  color: var(--hover-color);
}
.floor3-container .learn-more:hover .icon-arrow-right-new{
  color: var(--hover-color);
}
.floor3-container  .learn-more a{
  color: #fff;
}
.icon-arrow-right-new, .icon-arrow-left-new{
  font-size: 18px;
  color: #000;
}
.learn-more .icon-arrow-right-new{
  font-size: 18px;
  margin-left: 12px;
  color: #fff;
}
@media (max-width: 1200px) {
  .home-page .title {
    font-size: 65px;
  }
}
@media (max-width: 768px) {
  .home-header-svg{
    left: 40px;
    top: calc(16vh + 40px);
    width: 56px;
  }
  .floor2-container{
    padding: 40px 0;
    height: auto;
  }
  .floor2-container .row {
    flex-wrap: wrap;
  }
  .floor2-container .left, .floor2-container .right{
    width: 100%;
    height: 100%;
  }
  .floor2-container .left .left-slide{
    height: auto;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .floor2-container .left-slide-text{
    bottom: 16px;
    text-align: center;
    left:0;
    right:0;
    margin:auto;
  }
  .banner-pc {
    display: none !important;
  }
  .banner-mobile {
    display: block !important;
  }
  .floor3-container{
    height: auto;
    padding: 0;
  }
  .floor3-container .row{
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    height: auto;
  }
  .floor3-container .left{
    width: 100%;
    margin-top: 40px;
  }
  .floor3-container .right{
    width: 100%;
    order: -1;
    padding-left: 0;
  }
  .floor3-container .right .product-name{
    margin-bottom: 32px;
  }
  .floor3-container .right .product-info-desc{
    font-size: 20px;
  }
  .floor3-container .product-info-one{
    margin-bottom: 20px;
  } 
  .floor3-container .product-info-two {
    margin-bottom: 13px;
  }
  .floor3-container .learn-more{
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .floor2-container .right .right-slide-text, .floor2-container .left-slide-text{
    font-size: 16px;
  }
  .banner-wrapper .prev-btn,
  .banner-wrapper .next-btn {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .banner-wrapper .banner-content .banner-text .title{
    font-size: 40px;
    line-height: 1.4;
    padding-top: 40px;
    margin-bottom: 0;
  }
  .home-header-svg{
    left: 20px;
    top: calc(16vh + 20px);
    width: 40px;
  }
  .banner-wrapper .banner-text .subtitle {
    font-size: 16px;
  }
  .banner-wrapper .banner-content .banner-btn {
    font-size: 14px;
  }
  .banner-wrapper .banner-content .icon-arrow-right-new{
    font-size: 12px;
  }
  .banner-wrapper .banner-content .icon-arrow-right-new{
    margin-left: 2px;
  }
  .banner-pc {
    display: none !important;
  }
  .banner-mobile {
    display: block !important;
  }
  .banner-wrapper .banner-text .subtitle {
    font-size: 18px;
  }
  .floor3-container{
    height: auto;
  }
  .floor3-container .row{
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    height: auto;
    padding: 0 20px;
  }
  .floor3-container .left{
    width: 100%;
    margin-top: 32px;
  }
  .floor3-container .right{
    width: 100%;
    order: -1;
    padding-left: 0;
  }
  .floor3-container .right .product-name{
    font-size: 40px;
    margin-bottom: 24px;
  }
  .floor3-container .right .product-info-desc{
    font-size: 16px;
  }
  .floor3-container .product-info-one{
    margin-bottom: 20px;
  } 
  .floor3-container .product-info-two {
    margin-bottom: 16px;
  }
  .floor3-container .learn-more{
    font-size: 16px;
  }
}

@media (max-width: 828px),
(orientation: portrait) {
  .banner-wrapper .banner-content {
    width: calc(100% - 40px);
    display: block;
    bottom: 0;
    text-align: center;
  }
  .banner-wrapper .banner-content .banner-text .title{
      font-size: 10.62vw;
      line-height: 1.4;
      padding-top: 6.5vh;
      margin-bottom: 0;
  }
  .banner-wrapper .banner-text .subtitle{
      font-size: 3.86vw;
  }
  .banner-wrapper .banner-content .banner-btn{
    font-size: 3.3816vw;
    margin-top: 3.864vw;
    justify-content: center;
  }
  .floor2-container{
    padding: 19.3226vw 0;
    --floor2-bottom: 1.93vw;
    --floor2-font: 4.3478vw;
    --floor2-desc: 2.898vw;
  }
  .floor2-container .floor-content{
     flex-wrap: wrap;
     justify-content: space-between;
     gap: var(--floor2-bottom);
     height: auto;
     padding: 0;
     width: 80.67vw;
     margin: 0 auto;
  }
  .floor2-container .floor-box:nth-child(1){
     height: auto;
     order: 2;
  }
  .floor2-container .floor-box:nth-child(2){
     width: 100%;
     height: auto;
     order: 1;
  }
  .floor2-container .floor-box:nth-child(3){
    order: 3;
    height: 200px;
  }

  .floor2-container .floor-item{
    width: 100%;
    height: auto;
  }
  .floor2-container .floor-item1{
    width: 39.35vw;
    height: 39.61vw;
  }
  .floor2-container .floor-item2{
    height: 71.25vw;
    overflow: hidden;
    margin-bottom: 0;
  }
  .floor2-container .floor-item3{
    width: 39.35vw;
    height: 39.61vw;
  }
  .floor2-container .floor-item4{
    width: 39.35vw;
    height: 59.42vw;
    overflow: hidden;
  }
  .floor2-container .floor-item5{
    height: 21.0144vw;
    overflow: hidden;
    position: relative;
  }
  .floor2-container .floor-item6{
    width: 39.35vw;
    height: 59.42vw;
  }
  .floor2-container .floor-text{
    width: auto;
  }
  .floor2-container .floor-item .floor-desc{
    font-size: var(--floor2-desc);
    margin-top: 1.449vw;
  }
  .floor2-container .floor-item1 .floor-text{
     left: 2.5vw;
     top: 2.5vw;
  }
  .floor2-container .floor-item3 .floor-text{
    left: 2.5vw;
    top: 2.5vw;
 }
  .floor2-container .floor-item1-img {
    border-bottom-right-radius: var(--floor2-radius);
}
  .floor2-container .floor-item2 .floor-name{
    font-size: 6.28vw;
    line-height: 1.15;
  }
  .floor2-container .floor-item2 .floor-text{
    bottom: 1.864vw;
    left: 3.864vw;
  }

  .floor2-container  .floor-item4 .floor-text{
    left: 2.5vw;
    top: 2.5vw;
  }
  .floor2-container .floor-item5 .floor-name{
    font-size: 3.864vw;
  }
  .floor2-container .floor-item6 .floor-name{
     line-height: 1.1;
  }
  .floor2-container .floor-item5 .floor-text{
    left: 3.864vw;
}
  .floor2-container .floor-item6 .floor-desc{
    margin-top: 0.966vw;
  }
  .floor2-container .floor-item6 .floor-text{
    left: 0;
    bottom: 3.814vw;
    padding: 0 4vw;
  }
  .floor3-container {
    padding-bottom: 19.323vw;
  }
  .floor3-container .right .product-name{
    font-size: 9.66vw;
  }
}

