/* banner */
#banner {padding: 100px 0vw 0;width: 100vw;z-index: 3;background-image: url(/images/44/bg.jpg);background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;}
#banner .item {height: 97vh;}
#banner .item .clip >* { min-width: 96vw; width: 96vw; }
#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 >div {margin: auto;width: calc(100% - 60px);display: none;}
#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 >* { padding: 10px 15px; max-width: calc(100% - 30px); font-size: 18px; }
#banner .item .info >div .txt h3 { margin-bottom: 15px; line-height: 120%; font-size: 35px; }
.webBox #banner .item.slick-current .clip .bgBox{
    animation: unset;
    -webkit-transform: scale(1);
    min-width: 100%;
    width: 100%;
    background-position: 13% 50%;
}

@media screen and (max-width: 1280px){
	#banner { padding-top: 70px; }
}
@media screen and (max-width: 1024px){
	#banner .item { height: 65vh; }
}
@media screen and (max-width: 768px){
	#banner .item { height: 45vh; }
}
@media screen and (max-width: 640px){
	#banner .item {height: 40vh;}
	#banner .item .clip >div{background-position: 30% 50%;}
	#banner:after{zoom: 75%;}
	@keyframes star{0%{bottom:3%;}100%{bottom:0%;}}
}