/* banner */
#banner { width: 100%; z-index: 3; }
#banner:before{content:'';position: absolute;right: 135px;top: 0;width: 1px;height: 100%;background: white;z-index: 1;}
#banner .item { height: 100vh; }
#banner .item:before{content:'';position: absolute;bottom: 85px;left: 0;width: 100%;height: 1px;background: white;z-index: 2;}
#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: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }
#banner .item .info >div {margin: auto auto 26%;width: calc(40% - 90px);}
#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: 16px;letter-spacing: 1.5px;color: #3b3531;}
#banner .item .info >div .txt .h3 {margin-bottom: auto;line-height: 160%;font-size: 30px;letter-spacing: 8px;font-weight: 600;}

#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: 1680px){
	#banner:before{right: 5%;}
}
@media screen and (max-width: 1400px){
	#banner .item .info >div{margin-bottom:20%}
}
@media screen and (max-width: 1024px){
    #banner:before{display:none;}
    #banner .item .info >div{width: calc(60% - 90px);margin-bottom: 40%;}
#banner .item .clip video{
    width: auto;
    height: 100%;
}
}
@media screen and (max-width: 980px){
    #banner .item .info >div{width: calc(90% - 90px);margin-bottom: 53%;}
    #banner .item { height: 80vh; }
    #banner .item:before{display:none;}
}
@media screen and (max-width: 640px){
    #banner .item .info >div .txt >*{font-size:14px}
    #banner .item .info >div{width: calc(90% - 30px);margin-bottom: 53%;}
    #banner .item { height: 70vh; }
    #banner .item .info >div .txt .h3{font-size:20px;letter-spacing: 5px;}
}