/* banner */
#banner {margin-top: 50px;z-index: 50;}
#banner .atag_item{border-radius: 30px;}
.webBox #banner .item.slick-current .clip .bgBox{animation:unset;-webkit-transform: scale(1);}
#banner .item {height: 44vh;}
#banner .main-slider { -webkit-clip-path: url(#clip_banner); clip-path: url(#clip_banner); }
#banner .item .clip >* { min-width: 96vw; width: 96vw; }
#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; 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 .arrowbtn {display:flex;position: absolute;bottom: calc(50% - 35px);align-items: center;justify-content: space-between;padding: 0px;width: 115%;left: -7.5%;z-index: -1;}
#banner .arrowbtn #banner_next img {transform:scaleX(-1);}

@media screen and (max-width: 1440px){
	#banner .arrowbtn{display: none;}
}
@media screen and (max-width: 1024px){
	#banner .item { height: 35vh; }
}
@media screen and (max-width: 980px){
	#banner .item { height: 35vh; }
}
@media screen and (max-width: 768px){
	#banner .item { height: 25vh; }
}

@media screen and (max-width: 550px){
	#banner .item { height: 25vh; }
    #banner {margin-top: 10px;}
}
@media screen and (max-width: 480px){
	#banner .item { height: 20vh; }
}