@charset "UTF-8";

._fnctWrap {line-height:1.5;}

.sitemap-popup {position:relative; z-index:90; background-color: #fff; padding: 50px 70px;}
.sitemap-popup .slick-slide{border-left: 1px solid transparent;}
.sitemap-popup .slick-active + .slick-active{border-left: 1px solid #b2ceeb;}
.sitemap-popup .slick-current{}

.sitemap-popup li .slide-inner{display:table; background-repeat:no-repeat; background-position: 25px center; height:50px;}
.sitemap-popup li .slide-inner a,
.sitemap-popup li .slide-inner p{display:table-cell; vertical-align:middle; padding-left: 90px; color: #333;}

.sitemap-popup .control {text-align:center; position:absolute; bottom:20px; left:50%;}
.sitemap-popup .control .paging {display:inline-block;}
.sitemap-popup .control .paging ul {display:inline-block;}
.sitemap-popup .control .paging li {float:left; margin:0 2px;}
.sitemap-popup .control .paging li.slick-active button {width:22px; background:url('../images/pop-dot-on.png') no-repeat center center; position:relative;}
.sitemap-popup .control .paging li button {width:12px; height:22px; background:url('../images/pop-dot-off.png') no-repeat center center; text-indent:-9999px;}
.sitemap-popup .control .playstop {display:inline-block; position:relative; top:-5px; margin:0 0 0 4px;}
.sitemap-popup .control .playstop button {display:none; text-indent:-9999px;}
.sitemap-popup .control .playstop button.on {display:inline-block;}
.sitemap-popup .control .play {width:22px; height:22px; background:url('../images/pop-play.png') no-repeat center center;}
.sitemap-popup .control .stop {width:22px; height:22px; background:url('../images/pop-stop.png') no-repeat center center;}
.sitemap-popup .prevnext {position: absolute; left: 0; top: 50%; width: 100%; z-index: 100;}
.sitemap-popup .prevnext .container {position: relative;}
.sitemap-popup .prevnext button {position: absolute; width: 53px; height:53px; text-indent: -9999px; transform: translate(0px, -50%);}
.sitemap-popup .prevnext .prev {left: 30px; background: url('../images/sitemap-prev.png') no-repeat center center; }
.sitemap-popup .prevnext .next {right: 30px; background: url('../images/sitemap-next.png') no-repeat center center; }

@media all and (max-width: 1400px) {
  .sitemap-popup{padding: 30px 60px;}
  .sitemap-slider-image{display: block; margin: 0 auto;}
  .sitemap-slider-wrap p{display: block; margin-top: 10px; font-size: 16px; line-height: 1.3; position: static; width: 100%; height: 20px;}
}

@media all and (max-width: 1024px) {
  .sitemap-popup{padding: 30px 80px;}
}
