/* banner */
#banner {padding: 200px 0 0;width: 100%;z-index: 3;}
#banner:after{content:'';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(360deg, rgb(255 255 255 / 0%), rgb(255 255 255 / 50%));z-index: -1;}
#banner .item { height: 85vh; }
#banner .item .clip{width: 84%;}
#banner .main-slider { }
#banner .item .clip >* { min-width: 100%; width: 100%; }
#banner .item .clip .bgBox { transform: scale(1.2); -webkit-transform: scale(1.2); }
#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 2.5% 7% auto;width: 185px;}
#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 0;max-width: calc(100% - 30px);color: #575046;letter-spacing: .5px;}
#banner .item .info >div .txt .h3 {margin-bottom: 15px;line-height: 120%;font-size: 19px;writing-mode: vertical-lr;letter-spacing: 15px;}

#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); }

@-webkit-keyframes scale_banner { to { -webkit-transform: scale(1); } }
@keyframes scale_banner { to { transform: scale(1); } }

@media screen and (max-width: 1440px){
    #banner .item .clip{width:80%}
}
@media screen and (max-width: 1280px){
	#banner {padding-top: 150px;}
}
@media screen and (max-width: 1024px){
	#banner .item { height: 85vh; }
    #banner .item .clip{width: 73%;}
}
@media screen and (max-width: 768px){
	#banner .item { height: 60vh; }
    #banner .item .clip{width: 67%;}
}
@media screen and (max-width: 640px){
    #banner .item .clip{width: 100%;height: 58%;top: unset;bottom: 0;}
    #banner .item .info >div .txt .h3{writing-mode:unset}
	#banner {padding-top: 100px;}
    #banner .item .info >div{width:90%;margin-top: 10%;}
}