@charset "UTF-8";

._fnctWrap {line-height:1.5;}

.wrap-popup {position:relative; margin:0 0 0 15.5%; z-index:90;}
.wrap-popup .slider {box-shadow: 10px 15px 22px 0px rgba(0,0,0,0.21);}
.wrap-popup .slider li img {width:100%;}
.wrap-popup .control {text-align:center; position:absolute; bottom:20px; left:50%; transform:translate(-50%,0); background:rgba(0,0,0,0.6); padding:2px 6% 0 6%;  border-radius:100px; }
.wrap-popup .control .paging {display:inline-block;}
.wrap-popup .control .paging ul {display:inline-block;}
.wrap-popup .control .paging li {float:left; margin:0 2px;}
.wrap-popup .control .paging li.slick-active button {width:22px; background:url('../images/pop-dot-on.png') no-repeat center center; position:relative;}
.wrap-popup .control .paging li button {width:12px; height:22px; background:url('../images/pop-dot-off.png') no-repeat center center; text-indent:-9999px;}
.wrap-popup .control .playstop {display:inline-block; position:relative; top:-5px; margin:0 0 0 4px;}
.wrap-popup .control .playstop button {display:none; text-indent:-9999px;}
.wrap-popup .control .playstop button.on {display:inline-block;}
.wrap-popup .control .play {width:22px; height:22px; background:url('../images/pop-play.png') no-repeat center center;}
.wrap-popup .control .stop {width:22px; height:22px; background:url('../images/pop-stop.png') no-repeat center center;}
.wrap-popup .prevnext {position: absolute; left: 0; top: 50%; width: 100%; z-index: 100;}
.wrap-popup .prevnext .container {position: relative;}
.wrap-popup .prevnext button {position: absolute; width:70px; height:70px; text-indent: -9999px; background: rgba(0, 0, 0, 0.6) url('../images/arrow-control.png') no-repeat center center; transform: translate(0px, -50%);}
.wrap-popup .prevnext .prev {left: 0; background-position: left center;}
.wrap-popup .prevnext .next {right: 0; background-position: right center;}

@media all and (max-width:1023px) {
    .wrap-popup {margin: 0 0 0 8.5%;}
}

@media all and (max-width:768px) {
    .wrap-popup {padding:0px; margin:0 0 40px 0;}
    .wrap-popup .control {left:50%;}
}