@charset "UTF-8";

.wrap_popup{display:flex;flex-direction:column-reverse;}

/*타이틀*/
.wrap_popup h3{line-height:1;color:#FFF;font-size:22px;background:#6d6d6d;padding:15px 20px;}

/*슬라이드*/
.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;}

/*넘버링*/
.wrap_popup .numbering{display:none;}
.wrap_popup .numbering span{}
.wrap_popup .numbering .now{}
.wrap_popup .numbering .now:after{}
.wrap_popup .numbering .total{}

/*이전다음*/
.wrap_popup .prevnext{}
.wrap_popup .prevnext .container{}
.wrap_popup .prevnext button{display:inline-block;font-size:0;width:20px;height:12px;position:absolute;bottom:19px;background:url(/sites/style_guide/images/common/arrow_2_w.png) no-repeat center;}
.wrap_popup .prevnext button.prev{right:70px;transform:rotate(180deg);}
.wrap_popup .prevnext button.next{right:10px;}

/*컨트롤*/
.wrap_popup .control{}
.wrap_popup .control .container{}
	/*페이징*/
	.wrap_popup .paging{}
	.wrap_popup .paging ul{}
	.wrap_popup .paging li{}
	.wrap_popup .paging button{}
	.wrap_popup .paging li.slick-active button{}
	/*재생정지*/
	.wrap_popup .playstop{line-height:0;}
	.wrap_popup .playstop button{display:none;font-size:0;width:20px;height:12px;position:absolute;bottom:19px;right:40px;}
	.wrap_popup .playstop button.play{background:url(/sites/style_guide/images/common/play_2_w.png) no-repeat center;}
	.wrap_popup .playstop button.stop{background:url(/sites/style_guide/images/common/pause_2_w.png) no-repeat center;}
	.wrap_popup .playstop button.on{display:inline-block;}

@media all and (max-width:768px) {
}
@media all and (max-width:420px) {
}


/*HOVER효과************************************************************/
@media all and (min-width:1025px) {
}