@charset "utf-8";

.wrap_popup,
.wrap_popup .container,
.wrap_popup .slider,
.wrap_popup .slick-list,
.wrap_popup .slick-track,
.wrap_popup .slick-slide{height:100%;}

.wrap_popup h2{margin-bottom:60px;font-size:36px;color:#1e1e1e;line-height:.9;letter-spacing:-1px;font-family:'NH Medium';font-weight: normal;}
.wrap_popup h2 b{display:none;}

.wrap_popup a.item{display:block;width:100%;height:100%;}
.wrap_popup .wrap{height:100%;}
.wrap_popup .item_1{width:100%;height:100%;}
.wrap_popup .item_1 img{transition:0.5s;width:100%;}
.wrap_popup .item_2{display:none;}

.wrap_popup .slick-initialized .slick-slide + .slick-slide{margin-left: 10px;} 
/*.wrap_popup .control{width:100%;position:absolute;top:0;right:0;}
.wrap_popup .numbering{display:none;}
.wrap_popup .prevNext{position:relative;display:flex;align-items:center;justify-content:flex-end;}
.wrap_popup .prevNext::before{width:1px;height:24px;background:#a2a2a2;position:absolute;top:6px;right:34.5px;content:"";display:block;}
.wrap_popup .prev,
.wrap_popup .next{width:35px;height:35px;text-indent:-9999px;display:block;}
.wrap_popup .prev{background:url(../images/prev_2.png) no-repeat left center;}
.wrap_popup .next{background:url(../images/next_2.png) no-repeat right center;}*/

/*CONTROL*/
.wrap_popup .control{}
.wrap_popup .paging,
.wrap_popup .numbering,
.wrap_popup .play,
.wrap_popup .stop{display:none;}
.wrap_popup .prev,
.wrap_popup .next{width:50px;height:50px;border:1px solid #dddddd;border-radius:100%;text-indent:-9999px;position:absolute;bottom: calc(50% - 70px);display:block;}
.wrap_popup .prev{left:-25px;background:#FFF url(../images/prev_1.png) no-repeat center;}
.wrap_popup .next{right:-15px;background:#FFF url(../images/next_1.png) no-repeat center;}


@media all and (max-width:1023px){
	.wrap_popup h2{font-size:30px;margin-bottom:50px;}
	.wrap_popup .prev,
	.wrap_popup .next{width:50px;height:50px;bottom:unset;top:0;}
	.wrap_popup .prev{left:unset;right:60px;}
	.wrap_popup .next{right:5px;}
	
}

/*HOVER효과*/
@media all and (min-width:1024px) {
.wrap_popup a.item:focus .item_1 img,
	.wrap_popup a.item:hover .item_1 img{transform:scale(1.1);}
}