/* banner */
#banner {width: 100%;z-index: 3;margin-top: 87px;}
#banner .item {height: 90vh;}
#banner .main-slider {  }
#banner .item .clip >* { min-width: 100%; width: 100%; }
#banner .item .clip:before{content:'';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-image: url(/images/44/img-banner.png);z-index: 3;background-size: cover;background-position: 50% 50%;background-repeat: no-repeat;}
#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%; }
#banner .item .info{z-index: 3;}
#banner .item .info >div {margin: auto auto 8%;width: calc(65% - 80px);}
#banner .item .info >div .txt { -webkit-transition-delay: .2s; transition-delay: .2s; }
#banner .item .info >div .txt:nth-child(2) { -webkit-transition-delay: .4s; transition-delay: .4s; }
#banner .item .info >div .txt >* {font-size: 30px;letter-spacing: 6px;}
#banner .item .info >div .txt .h3 {line-height: 150%;font-size: 40px;word-spacing: 100vw;letter-spacing: 11px;font-weight: 600;margin-bottom: 25px;}
#banner .item .info >div a{margin-top:50px;}

@media screen and (max-width: 1280px){
}
@media screen and (max-width: 1024px){
	#banner .item { height: 85vh; }
    #banner .item .clip video{width:auto;height: 100%;}
}
@media screen and (max-width: 640px){
    #banner .item .info >div a{display:none;}
    #banner .item .info >div .txt .h3{font-size:30px;}
	#banner .item { height: 55vh; }
    #banner .item .info >div{width: calc(95% - 30px);margin-bottom: 20%;}
    #banner .item .info >div .txt >*{font-size: 24px;}
}