@charset "UTF-8";

._fnctWrap {line-height:1.5;}

.wrap-popup {position:relative;height:100%;background:#FFF;}
.wrap-popup .slider {text-align:center;}
.wrap-popup .slider li{}
.wrap-popup .slider li img {display:inline-block;}
.wrap-popup .text_1{display:none;font-family:'Noto Medium';}
.wrap-popup .control {display:none;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:50px; height:50px; 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:768px) {
    .wrap-popup .control {left:50%;}
}