@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:65px;font-size:35px;color:#000;line-height:1;letter-spacing:-1px;font-family:'Noto Bold';}
.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 .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;}

@media all and (max-width:1023px){
	.wrap_popup h2{font-size:30px;margin-bottom:30px;}
}

/*HOVER효과*/
@media all and (min-width:1281px) {
	.wrap_popup a.item:hover .item_1 img{transform:scale(1.1);}
}