/* banner */
#banner {width: 100vw;z-index: 3;}
#banner .slick-slide { min-width: 100vw; }
#banner:before{content:'';position: absolute;width: 78px;height: 100%;background: var(--white);z-index: 2;}
#banner .item {height: 99vh;}
#banner .main-slider { -webkit-clip-path: url(#clip_banner); clip-path: url(#clip_banner); }
#banner .item .clip >* { min-width: 100vw; width: 100vw; }
#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: 0;left: 0;}
#banner .item .info{background: rgb(28 28 28 / 30%);}
#banner .item .info >div {margin: auto;width: calc(45% - 60px);margin-left: 33%;}
#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 >* {max-width: calc(100% - 30px);font-size: 17px;color: var(--white);}
#banner .item .info >div .txt .h3 {margin-bottom: 25px;line-height: 150%;font-size: 60px;word-spacing: 100vw;max-width: 100%;font-weight: 300;letter-spacing: 6px;}
#banner .item .info >div .txt p{letter-spacing: 6px;text-transform: uppercase;font-family: "Arimo", sans-serif;}

/* baScro */
#banner .baScro{position:absolute;right: 30px;top: calc(50% - (215px / 2));}
#banner .baScro a{display:flex;flex-direction: column;align-items: center;cursor: pointer;}
#banner .baScro a b{font-size:16px;writing-mode: vertical-rl;color: var(--white);font-weight: 500;}
#banner .baScro a span{height: 120px;width: 1px;background: var(--white);margin: 20px 0;position: relative;}
#banner .baScro a span:before{content:'';position: absolute;top: 0;left: 0;height: 60px;width: 1px;background: var(--primary);animation-name: fish;animation-direction: alternate;animation-iteration-count: infinite;animation-timing-function: ease-in-out;animation-duration: 2s;}
#banner .baScro a svg{width:23px;height: 23px;fill: var(--white);}
@keyframes fish{0%{top:0;}100%{top:60px;}}

@media screen and (max-width: 1440px){
	#banner .item .info >div{width: calc(50% - 60px);}
}
@media screen and (max-width: 1366px){
    #banner .item .info >div .txt .h3{font-size: 50px;}
	#banner .item .info >div{width: calc(50% - 60px);margin-bottom: 8%;margin-left: 30%;}
}
@media screen and (max-width: 1280px){
	#banner:before{display:none;}
	#banner { padding-top: 70px; }
	#banner .item .info >div{width: calc(80% - 60px);margin: auto;}
}
@media screen and (max-width: 1024px){
	#banner .item { height: 75vh; }
	#banner .item .info >div .txt .h3{font-size: 40px;}
}
@media screen and (max-width: 980px){
	#banner .item .clip video{width:auto;height: 100%;}
}
@media screen and (max-width: 640px){
	#banner .baScro{display:none;}
	#banner .item { height: 55vh; }
	#banner .item .info >div .txt .h3{font-size: 30px;letter-spacing: 2px;}
	#banner .item .info >div .txt P{font-size: 14px;letter-spacing: 2px;}
	#banner .item .info >div{width: calc(90% - 30px);margin-bottom: 10%;}
}