/* banner */
#banner {width: 100vw;z-index: 3;}
#banner .slick-slide { min-width: 100vw; }
#banner .item {height: 98vh;}
#banner .main-slider {}
#banner .item .clip >* { min-width: 100vw; width: 100vw; }
#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 >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); }

#banner .btn {position:absolute;display: flex;align-items: center;justify-content: center;bottom: 12%;left: 13%;flex-direction: column;padding: 0;}
#banner .btn a{display: flex !important;!i;!;align-items: center;justify-content: center;background: #6fb4ad;);width: 70px;aspect-ratio: 1/1;border*-r: 5;margin: 10px 0;border-radius: 50px;}
#banner .btn a#banner_next{background:#33a1a1}
#banner .btn a:hover{background:var(--primary)}
#banner .btn a#banner_next img{transform:scaleX(-1);}


#banner #scrollDown{cursor:pointer;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction: row-reverse;-webkit-box-align:center;align-items:center;position:absolute;bottom: 13%;left: 20.5%;z-index:2}
#banner .upDown{width:100%;height: 100%;bottom: 0;left: 0;z-index: 2;position: absolute;}
#banner span{color: #585858;line-height: 1;font-family: "Kanit", serif;text-transform: uppercase;font-weight: 600;}
#banner svg{fill: #585858;width: 18px;height: 18px;animation-name: mouse;animation-direction: alternate;animation-iteration-count: infinite;animation-timing-function: ease-in-out;animation-duration: 2s;}
@keyframes mouse{0%{margin-left:20px}100%{margin-left:50px}}

@media screen and (max-width: 1680px){
	#banner .btn{left: 6%;}
	#banner #scrollDown{left: 16%;}
}
@media screen and (max-width: 1400px){
	#banner #scrollDown{left: 20.5%;bottom: 10%;}
}
@media screen and (max-width: 1024px){
	#banner #scrollDown, #banner .btn{display:none;}
	#banner .item { height:80vh; }
}
@media screen and (max-width: 980px){
	#banner .item { height:50vh; }
}
@media screen and (max-width: 640px){
	#banner  {margin-top: 90px;}
	#banner .item .clip .bgBox{background-position: 40% 50%;}
	#banner .item { height:40vh; }
}