/* banner */
#banner {width: 100%;z-index: 3;}
#banner .item { height: 95vh; }
#banner .item a{z-index:3}
#banner .main-slider { -webkit-clip-path: url(#clip_banner); clip-path: url(#clip_banner); }
#banner .item .clip >* { min-width: 100%; width: 100% }
#banner .item .clip:after{content:'';position: absolute;top: 0;width: 100%;height: 100%;background: linear-gradient(90deg, rgb(28 42 57 / 80%), rgb(28 42 57 / 0%));}
#banner .item .clip:before{content:'';position: absolute;top: 0;width: 100%;height: 20%;background: linear-gradient(
180deg, var(--secondary), rgb(28 42 57 / 0%));}
#banner .item .clip .bgBox {z-index:-2;position: relative;}
#banner .item .clip iframe { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
#banner .item .clip video {overflow: hidden;position: absolute;width: 100%;height: auto;top: 50%;left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);z-index: -1;}
#banner .item .info >div {margin: auto;width: calc(85% - 100px);}
#banner .item .info >div .txt {-webkit-transition-delay: .2s;transition-delay: .2s;transform: scaleX(0);-webkit-transform: scaleX(0);transform-origin: 0 0;-webkit-transform-origin: 0 0;width: 35%;}
#banner .item .info >div .txt:nth-child(2) { -webkit-transition-delay: .4s; transition-delay: .4s; }
#banner .item .info >div .txt >* {font-size: 23px;letter-spacing: 2.5px;color: white;}
#banner .typewriter { display: block; overflow: visible; border: 0; white-space: normal; line-height: 1.8; }
#banner .typewriter .type_line { display: block; width: fit-content; white-space: nowrap; overflow: hidden; letter-spacing: 2.5px; line-height: 1.8; color: white; font-size: 25px; }
#banner .typewriter .type_line.done { border-right-color: transparent; }
#banner .typewriter .type_line:last-child { border-right-color: rgba(255,255,255,.1); animation: blinkCaret 0.75s step-end infinite; }
@keyframes blinkCaret {
  50% { border-color: transparent; }
}

#banner .item .info >div .txt .h3 {margin-bottom: 35px;line-height: 135%;font-size: 75px;word-spacing: 100vw;font-weight: 300;letter-spacing: 10px;}

#banner .item.slick-current .info >div .txt { transform: scaleX(1); -webkit-transform: scaleX(1); }

@keyframes typing {  from { width: 0; }  to { width: 100%; }}
@keyframes blinkCaret {  50% { border-color: transparent; }}


@media screen and (max-width: 1680px){
    #banner .item .clip video{width:auto;height: 100%;}
}
@media screen and (max-width: 1440px){
    #banner .item .info >div .txt >*{font-size: 22px;}
	#banner .item .info >div .txt .h3{font-size: 60px;}
}
@media screen and (max-width: 1280px){
	#banner .item .info >div .txt{width: 70%;}
}
@media screen and (max-width: 980px){
#banner .typewriter .type_line { white-space: normal; width: auto; border: 0; animation: unset; }
    #banner .item .info >div .txt >*{font-size: 20px;}
	#banner .item .info >div .txt .h3{font-size: 50px;}
	#banner .item .info >div .txt{width: 100%;}
    #banner .item{height: 75vh;}
    #banner .item .clip .bgBox{background-position: 30% 50%;}
}
@media screen and (max-width: 700px){
    #banner .item .info >div{width: 85%;}
    #banner .item .info >div .txt >*{font-size: 17px;display: block;animation: unset;letter-spacing: 1px;overflow: unset;white-space: unset;border: 0;line-height: 1.8;}
	#banner .item .info >div .txt .h3{font-size: 35px;margin-top: 80px;margin-bottom: 20px;}
}
@media screen and (max-width: 640px){
    #banner .item{height: 55vh;}
    #banner .item .info >div .txt span{font-size:16px}
}