/*인트로팝업*/
.popN{position:absolute;background:rgb(0 0 0 / 85%);z-index:1000;top:0;bottom:0;width:100%;height:100%;left:0;right:0;display:none}
.popNw{padding-top:120px;}
.popNtit{color:#fff;font-size:36px;font-family:'Futura-Medium';padding-bottom:30px;text-align:center;}
.popNtit span{font-weight:700}
.popimg{width:1100px;overflow:hidden;margin:0 auto;position:relative;padding:0 50px;box-sizing:border-box;}
.popimg.popcnt1{width:480px;}
.popimg.popcnt2{width:900px;}
.popimg.popcnt3{width:1100px;}
.pop-button-prev{position:absolute;top:220px;background:url("../img/main/popup_prev.png") no-repeat;width:54px;height:54px;z-index:1;left:0px;cursor:pointer}
.pop-button-next{position:absolute;top:220px;background:url("../img/main/popup_next.png") no-repeat;width:54px;height:54px;z-index:1;right:0;cursor:pointer}
.popSwiper{margin:0 25px;overflow:hidden;}
.pop-pagination .swiper-pagination-bullet-active{background:#1458bd !important;opacity:1 }
.pop-pagination .swiper-pagination-bullet{opacity:1;background:#fff;margin:0 5px}
.pop-pagination{text-align:center}
.popinfo{width:1100px;margin:20px auto;text-align:center}
.popinfo > div{border:1px solid #5c5a5a;color:#00aeff;font-size:17px;margin:20px 7px 0 7px; display:inline-block;padding:7px 20px;cursor:pointer}
.popinfo > div span{color:#00f6ff;font-weight:800;padding-left:3px;}
.popNc{display:none}
.popN .closeBtn{width:auto}
@media only all and (max-width:1100px){
.popimg, .popinfo{width:100%!important;}
.popN .closeBtn{width:100%}
}