
/********** 팝업 **********/
	.popup-layer{width:100%;height:100%;position: fixed;top:0;left:0;right:0;bottom:0;z-index:999999;background:rgba(0,0,0,0.5);}
	.popup-inner{width:100%;height:100%;display:flex;flex-direction: column;align-items:center;justify-content:center;}
	.popup-container{width: 960px; height: 670px; position:relative;}
	.popSwiper {width: 960px; height: 670px; overflow:hidden; position:relative;}
	.popSwiper .swiper-slide {height:670px;text-align: center; font-size: 18px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex;-webkit-box-pack: center; -ms-flex-pack: center;-webkit-justify-content: center; justify-content: center;-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center;  align-items: center;}
	.popSwiper .swiper-slide img {width: 100%;height: 100%; object-fit: cover; vertical-align:bottom}
	
	.popup-menu{width:960px; display:flex;flex-wrap:wrap;}
	.popup-menu li{flex:1; cursor:pointer; background:#fff; color:#333; font-size: 18px; text-align:center; height: 40px; display:flex; justify-content:center; align-items:center; border-right:1px solid #eee}
	.popup-menu li:last-child{border-right:none;}
	.popup-menu li.active{background:#363c54; color:#fff;}
	
	.btn_popClose{position: absolute;top: 10px;right: 20px;z-index:9; font-family:'SUIT', sans-serif;font-size: 36px;font-weight: 900;background:none;border:none;color:#fff;text-shadow:0 0 6px rgba(0,0,0,0.3);padding: 10px;}

	.swiper-pagination{display:none}
	
	.popSwiper .swiper-pagination-bullet {width: 20px; height: 20px;margin: 10px 0; background: transparent;border: 4px solid rgba(0, 0, 0, 0.3); opacity: 1;}
	.popSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active { border-color: #fd8204; }
	.popSwiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	  margin: 0px 10px;
	}
	.popSwiper .swiper-container-horizontal > .swiper-pagination-bullets { bottom: 50px;}
  /********** //팝업 **********/


  
@media screen and (max-width: 1024px) {
    .popup-container{width: 94vw; height: auto;}
    .popSwiper{width:100%; height: 100%;}
    .popSwiper .swiper-slide{width:100%; height: 100%;}

    .popup-menu{display:none}
    .btn_popClose{font-size: 24px}
	.swiper-pagination{display:block}
}