#banner { width: 100vw; z-index: 3; }
#banner img {width: 100vw;min-height: 50vh;hei;height: 50vh;}
#banner .pos_abs {width: 100vw;height: 50vh;top: 0;left: 0;}
#banner .info {background: rgba(var(--black-rgb), .25);}
#banner .info .txt {margin: auto auto 50px 5%;}
#banner .info .txt * {font-weight: 300;color: var(--white);opacity: 0;-webkit-transform: translateX(-10px);transform: translateX(-10px);}
#banner .info .txt h3 {font-size: 50px;letter-spacing: 3px;}
#banner .info .txt p { font-weight: 300; font-size: 18px; }
#banner a.pos_abs { z-index: 2; }
#banner video , #banner iframe { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }

/* slick-current */
#banner .slick-current .info .txt * { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); transition-delay: .3s; -webkit-transition-delay: .3s; }
#banner .slick-current .info .txt p { transition-delay: .6s; -webkit-transition-delay: .6s; }

/* baScro */
#banner .baScro{position:absolute;right: 29px;top: calc(45% - (255px / 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;font-weight: 400;color: #fff;}
#banner .baScro a span{height: 90px;width: 1px;background: #fff;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: #fff;}
@keyframes fish{0%{top:0;}100%{top:60px;}}
@media screen and (max-width: 1440px){
	#banner .baScro{right: 23px;}
}
@media screen and (max-width: 1024px){
	#banner .baScro{display: none;}
}
@media screen and (min-width: 761px){
	#banner img { min-height: 100vh; height: 100vh; }
	#banner .pos_abs { height: 100vh; }
	#banner .info {padding-bottom: 10vh;height: 90vh;}
}
@media screen and (max-width: 550px){
	#banner .info .txt h3 {font-size: 24px;}
}