/* banner */
#banner {padding: 100px 0 0;width: 100vw;z-index: 3;}
#banner:after{content:'';background: #969696;opacity: .2;width: 1px;height: 100%;position: absolute;left: 148px;top: 0;z-index: 0;}
#banner .item {height: 70vh;}
#banner .main-slider { -webkit-clip-path: url(#clip_banner); clip-path: url(#clip_banner); }
#banner .item .clip >* { min-width: 100vw; width: 100vw; }
#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: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }
#banner .item .info >div {margin: auto auto auto 15%;width: calc(25% - 60px);}
#banner .item .info >div a{position:relative;z-index:5;margin-top: 30px;margin-left: 15px;}
#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; }
#banner .item .info >div .txt:nth-child(2) { -webkit-transition-delay: .4s; transition-delay: .4s; }
#banner .item .info >div .txt >* {padding: 10px 15px;max-width: calc(100% - 30px);font-size: 15px;text-transform: uppercase;font-weight: 500;}
#banner .item .info >div .txt h3 {margin-bottom: 15px;line-height: 140%;font-size: 35px;font-weight: 700;}
#banner .item .info >div .txt em{font-style:normal;font-family: "Lato", sans-serif;display: block;font-size: 15px;letter-spacing: 2px;font-weight: 400;}
#banner .btn{position:absolute;bottom: calc(50% - 93px););)(););padding: 0;left: 6vw;z-index: 2;}
#banner .btn a{margin:10px 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); }

@media screen and (max-width: 1440px){
	#banner{padding-top:88px;}
	#banner .btn{left: 3vw;}
	#banner:after{left: 75px;}
	#banner .item .info >div{margin-left:10%;width: calc(40% - 60px);}
}
@media screen and (max-width: 1280px){
	#banner{padding-top:80px}
	#banner .item { height: 80vh; }
	#banner .item .info >div .txt h3{font-size:30px}
}
@media screen and (max-width: 1100px){
	#banner .item .info >div{margin-left:5%;width: calc(45% - 60px);}
	#banner .btn, #banner:after{display:none;}
}
@media screen and (max-width: 800px){
	#banner .item .info >div a{display:none;}
	#banner .item .info >div .txt >*{color:#fff;}
	#banner .item .info {background: rgb(0 0 0 / 50%);}
	#banner .item .info >div{margin: 0 auto 10%;width: 90%;display: flex;flex-direction: column;justify-content: flex-end;}
}
@media screen and (max-width: 640px){
	#banner{padding-top: 60px;}
	#banner .item { height: 55vh; }
	#banner .item .info >div .txt em{display:none;}
}