/* banner */
#banner {z-index: 3;border: 14px solid var(--primary);}
#banner .slick-slide { min-width: 100vw; }
#banner .item { height: 95vh; }
#banner .item:before{content:'';position: absolute;top: 0;width: 100%;height: 100%;background: linear-gradient(0deg,rgb(0 0 0 / 0%), rgb(0 0 0 / 70%));z-index: 1;}
#banner .item .clip >* { min-width: 100vw; width: 100vw; }
#banner .item .clip .bgBox { transform: scale(1.3); -webkit-transform: scale(1.3); }
#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; 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; }
#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; }

#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); }

/* baScro */
#banner .baScro{position:absolute;right: 155px;bottom: calc(20% - (135px / 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: var(--white);font-family: "Kanit", sans-serif;}
#banner .baScro a svg{width:23px;height: 23px;fill: var(--white);margin-bottom: 20px;}

@media screen and (max-width: 1280px){
	#banner .baScro{right: 95px;}
	#banner {border: 7px solid var(--primary);}
}
@media screen and (max-width: 1024px){
	#banner .item { height: 65vh; }
}
@media screen and (max-width: 768px){
	#banner .baScro{display:none;}
	#banner .item .clip video{width:auto;height: 100%;}
	#banner .item { height: 65vh; }
}
@media screen and (max-width: 640px){
	#banner .item {height: 50vh;}
}