@charset "utf-8";

.wrapBanner{height:100%;}
.wrapBanner h2{display:none;}
.wrapBanner .img img{display:inline;width:100%;}
.wrapBanner .txt{display:none;}
.wrapBanner .control{display:none;}
.wrapBanner .prevnext{}
.wrapBannerM .prevnext button{display:block;width:28px;height:28px;position:absolute;top:calc(50% - 14px);text-indent:-9999px;border-radius:20px;transition:0.3s;}
.wrapBanner .prevnext button.prev{left:20px;background:rgba(0,0,0,0.3) url(../images/prev.svg) no-repeat center;}
.wrapBanner .prevnext button.next{right:20px;background:rgba(0,0,0,0.3) url(../images/next.svg) no-repeat center;}
.wrapBanner .prevnext button:hover{background-color:rgba(0,0,0,0.8);}
@media all and (max-width:1280px){
}
@media all and (max-width:768px){
}