/* banner */
#banner {padding: 88px 0 0;width: 100%;z-index: 3;}
#banner .item { height: 85vh; }
#banner .item .clip:before{content:'';position: absolute;width: 100%;height: 100%;background: #1a1a1a;z-index: 1;opacity: .15;}
#banner .item >a { z-index:5 }
#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{z-index:2}
#banner .item .info >div { margin: auto; width: calc(100% - 60px); }
#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;text-align: center;}
#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: 20px;text-align: center;}
#banner .item .info >div .txt .h3 {margin-bottom: 15px;line-height: 120%;font-size: 40px;}
#banner .arrowBox{position:absolute;bottom: calc(50% - 33px);display: flex;align-items: center;justify-content: space-between;width: 98%;left: 1%;z-index: 6;}
#banner .arrowBox a{width: 66px;aspect-ratio: 1/1;border-radius: 50px;display: inline-flex !important;align-items: center;justify-content: center;position: absolute;}
#banner .arrowBox a svg{width: 35px;height: 35px;fill: white;}
#banner .arrowBox a#banner_prev svg{transform:scaleX(-1);}
#banner .arrowBox a#banner_next{right:0}
#banner .arrowBox a:hover{background: var(--secondary);}

#banner .item.slick-current .info >div .txt { transform: scaleX(1); -webkit-transform: scaleX(1); }


@media screen and (max-width: 1280px){
	#banner { padding-top: 70px; }
}
@media screen and (max-width: 1024px){
    #banner .item .info >div{width: 70%;}
	#banner .item {height: 85vh;}
    #banner .item .clip video{width:auto;height:100%}
}
@media screen and (max-width: 640px){
    #banner .item .info >div .txt .h3{font-size:30px;}
    #banner .item .info >div .txt >*{font-size: 14px;padding: 0;max-width: 100%;}
}