/* banner */
#banner {padding: 90px 0 0;width: 100%;z-index: 3;}
#banner .item { height: 90vh; }
#banner .main-slider {  }
#banner .item .clip >* { min-width: 100%; width: 100%; }
#banner .item .clip .bgBox {  }
#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: 40%;left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);filter: contrast(80%) saturate(90%);}
#banner .item .info >div {margin: auto;width: calc(100% - 60px);}
#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;text-align: center;}
#banner .item .info >div .txt:nth-child(2) { -webkit-transition-delay: .4s; transition-delay: .4s; }
#banner .item .info >div .txt >* {padding: 10px 15px;font-size: 18px;text-align: center;}
#banner .item .info >div .txt .h3 {margin-bottom: 15px;line-height: 120%;font-size: 35px;margin-top: 20px;}
#banner .item .info >div .txt .entit{display: flex;align-items: center;gap: 40px;justify-content: center;letter-spacing: 2px;font-size: 14px;}
#banner .item .info >div .txt .entit:before, #banner .item .info >div .txt .entit:after{content:'';display: block;width: 300px;height: 1px;background: white;opacity: .5;}
#banner .item .info >div .txt img{height: 80px;padding: 0;margin: 5% auto 0;}
#banner .item.slick-current .clip .bgBox { -webkit-animation: scale_banner 6s linear infinite; animation: scale_banner 6s linear infinite; }
#banner .item.slick-current .info >div .txt { transform: scaleX(1); -webkit-transform: scaleX(1); }

/* scrolldown */
#scrolldown {font-size: 0;position: absolute;font-weight: 300;color: #1b1b1b;white-space: nowrap;-webkit-writing-mode: vertical-rl;-ms-writing-mode: tb-rl;writing-mode: vertical-rl;bottom: 4%;right: calc(50% - 10px);display: flex;flex-direction: row;align-items: center;gap: 30px;z-index: 5;}
#scrolldown span{width:1px;height: 100px;background: rgb(255 255 255 / 15%);position: relative;overflow: hidden;}
#scrolldown span:after{content:'';width: 1px;height: 50px;background: white;position: absolute;top: 0;animation: scrollLine 2s linear infinite;}
#scrolldown b{display: flex;align-items: center;justify-content: center;}
#scrolldown svg{width:20px;height: 20px;fill: white;}

@keyframes scrollLine{0%{top:-50px;}100%{top:100px;}}

@media screen and (max-width: 1400px){
    #scrolldown span{height: 40px;}
    #scrolldown{gap: 15px;}
}
@media screen and (max-width: 1280px){
	#banner { padding-top: 70px; }
}
@media screen and (max-width: 1024px){
	#banner .item {height: 85vh;}
    #banner .item .clip video{height:100%;width: auto;top: 50%;}
}
@media screen and (max-width: 640px){
    #banner .item .info >div .txt >*{font-size: 13px;}
    #banner .item .info >div .txt img{height: 35px;margin-top: 30%;}
    #banner .item .info >div .txt .h3{font-size:30px;}
    #banner .item .info >div .txt .entit{gap:20px;}
    #banner .item .info >div .txt .entit:before, #banner .item .info >div .txt .entit:after{width:100px;}
}