/* banner */
#banner {padding: 85px 0 0;z-index: 3;}
#banner .item { height: 88vh; }
#banner .main-slider { -webkit-clip-path: url(#clip_banner); clip-path: url(#clip_banner); }
#banner .item .clip >* { min-width: 100%; width: 100%; }
#banner .item .clip .tt{z-index: 2;top: 0;left: 0;width: 100%;height: 100%;}
#banner .item .clip .tt img{height: 100%;width: 100%;object-fit: cover;}
#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;bottom: 0;left: 0;z-index: 0;}
#banner .item:nth-child(3) .clip:before{content:'';background-image: url(/userfiles/images/20231114002148781.png);background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;position: absolute;top: 0;left: 0;width: 100%;height: 100%;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; }
#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 .baScro {position:absolute;left: 290px;bottom: 0;}
#banner .baScro a{padding: 45px 300px 45px 50px;background: var(--white);display: inline-flex;align-items: center;font-family: 'Kanit', sans-serif;color: var(--primary);font-size: 17px;font-weight: 600;cursor: pointer;}
#banner .baScro a b{margin-right: 20px;border: solid var(--primary);border-width: 0px 1px 1px 0;display: inline-block;padding: 3px;transform: rotate(45deg);}

@media screen and (max-width: 1680px){
	#banner .baScro{left: 170px;}
}
@media screen and (max-width: 1280px){
	#banner { padding-top: 70px; }
	#banner .baScro{left: 50px;}
	#banner .baScro a{padding: 25px 250px 25px 50px;}
}
@media screen and (max-width: 1024px){
	#banner .item { height: 65vh; }
}
@media screen and (max-width: 768px){
	#banner .item .clip video{height: 110%;width:auto;}
	#banner .item {height: 60vh;}
	#banner .baScro{display: none;}
}
@media screen and (max-width: 640px){
	#banner .item {height: 40vh;}
}