@charset "UTF-8";

._fnctWrap {line-height:1.5;}

.wrap-popup {position:relative; z-index:90; height: 270px;}
.wrap-popup .slider, .wrap-popup .slider .slick-list, .wrap-popup .slider .slick-track {height: 100%;}
.wrap-popup .slider li {width:100%; height: 100%;}
.wrap-popup .slider li a {display:block; width:100% ; height:100%;}

.wrap-popup .control {text-align:center; position:absolute; bottom:20px; right:20px; }
.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:15px; background: #113C5A;}
.wrap-popup .control .paging li button {width:15px; height:15px; background: #fff; text-indent: -9999px; border-radius: 50%;}

.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) {

}

@media all and (max-width:768px) {

}
