/* banner */
#banner {padding: 88px 0 0;width: 100%;z-index: 3;}
#banner .item {height: 75vh;}
#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 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%; }
#banner .item .info >div {margin: auto auto 7% 15%;width: calc(65% - 90px);}
#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;margin-bottom: 40px;}
#banner .item .info >div .txt >* {font-size: 23px;color: var(--white);font-weight: 300;}
#banner .item .info >div .txt h3 {margin-bottom: 15px;line-height: 140%;font-size: 36px;letter-spacing: 1px;font-weight: 500;}
#banner .more_btn{background:var(--white);}
#banner .more_btn font{background: linear-gradient(50deg,var(--primary), var(--secondary));-webkit-background-clip: text;color: transparent;font-weight: 600;letter-spacing: 2px;}
#banner .more_btn b{    background: linear-gradient(50deg,var(--primary), var(--secondary));}
#banner .more_btn b svg{fill:var(--white)}

@media screen and (max-width: 1440px){
	#banner .item .info >div {margin: auto auto 7%;width: calc(85% - 60px);}
}
@media screen and (max-width: 1280px){
	#banner{padding-top:83px}
}
@media screen and (max-width: 1024px){
	#banner .item .info >div {margin: auto auto 7%;width: calc(95% - 60px);}
	#banner .item .info >div .txt h3{font-size: 32px;}
	#banner .item .info >div .txt >*{font-size:20px;}
}
@media screen and (max-width: 640px){
	#banner{padding-top:79px}
	#banner .item {height: 55vh;}
	#banner .item .info >div .txt h3{font-size: 20px;letter-spacing: 3px;}
	#banner .item .info >div {width: 90%;margin-bottom: 10%;}
	#banner .item .info >div .txt >*{font-size: 14px;}
	#banner .more_btn{padding: 6px 8px 6px 25px;}
	#banner .more_btn font{font-size: 13px;}
	#banner .item .clip:after{content:'';width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: var(--primary);opacity: .5;}
}