@charset "UTF-8";

.wrap_popup{}

/*타이틀*/
.wrap_popup h3{display:none;}

/*슬라이드*/
.wrap_popup ul{}
.wrap_popup ul .slick-list{}
.wrap_popup li{text-align:center;}
.wrap_popup li a,
.wrap_popup li img{display:inline-block;width:100%;}

/*컨트롤*/
.wrap_popup .control{background:#00417f;position:absolute;bottom:0;left:0;width:100%;padding:10px;}
.wrap_popup .control .container{display:flex;align-items:center;justify-content:center;}
	/*넘버링*/
	.wrap_popup .numbering{display:none;}
	.wrap_popup .numbering span{}
	.wrap_popup .numbering .now{}
	.wrap_popup .numbering .now:after{}
	.wrap_popup .numbering .total{}
	/*페이징*/
	.wrap_popup .paging{}
	.wrap_popup .paging ul{display:flex;align-items:center;justify-content:center;}
	.wrap_popup .paging li{margin:0 3px;line-height:0;}
	.wrap_popup .paging button{display:inline-block;font-size:0;width:10px;height:10px;background:#FFF;border:2px solid #FFF;border-radius:100%;}
	.wrap_popup .paging li.slick-active button{background:transparent;}
	/*재생정지*/
	.wrap_popup .playstop{line-height:0;}
	.wrap_popup .playstop button{display:none;font-size:0;width:20px;height:20px;}
	.wrap_popup .playstop button.play{background:url(../images/play_2_w.png) no-repeat center;}
	.wrap_popup .playstop button.stop{background:url(../images/pause_2_w.png) no-repeat center;}
	.wrap_popup .playstop button.on{display:inline-block;}
	/*이전다음*/
	.wrap_popup .prevnext{display:none;}
	.wrap_popup .prevnext button{display:inline-block;font-size:0;width:20px;height:20px;position:absolute;bottom:29px;background:url(../images/arrow_2_b.png) no-repeat center;}
	.wrap_popup .prevnext button.prev{right:80px;transform:rotate(180deg);}
	.wrap_popup .prevnext button.next{right:20px;}

@media all and (max-width:1024px) {
	.wrap_popup h3{padding:10px 15px;}
	.wrap_popup h3 span{font-size:18px;}
	.wrap_popup .playstop button,
	.wrap_popup .prevnext button{bottom:19px;}
}
@media all and (max-width:420px) {
}


/*HOVER효과************************************************************/
@media all and (min-width:1025px) {
}