

@charset "UTF-8";

/* popup */
.wrap_popup{position:relative; z-index:1;}
.wrap_popup .container,
.wrap_popup .slick-slider,
.wrap_popup .slick-list,
.wrap_popup .slick-track{height:100%;}

.wrap_popup h2,
.wrap_popup .text_1,
.wrap_popup .text_2{display:none;}
.wrap_popup .slick-slide{display:inline-block;}
.wrap_popup .item_1{overflow:hidden;height:100%;}
.wrap_popup .item_1 img{width:100%;height:100%;}

.wrap_popup .control{position:absolute;left: 0; bottom:0;z-index:1002;background: rgba(0,0,0,.5);width: 100%;}
.wrap_popup .control .playStop,
.wrap_popup .control .prevNext{display:none;}
.wrap_popup .paging .slick-dots{display:flex;gap:10px;justify-content: center; padding:10px 0;}
.wrap_popup .paging .slick-dots > li{line-height:1.1; padding:5px 0;}
.wrap_popup .paging .slick-dots > li button{width:15px;height: 15px;border-radius: 50%;background-color: #9fc9f4;text-indent: -9999px;}
.wrap_popup .paging .slick-dots > li.slick-active button{background-color: #0681ff;}

@media screen and (max-width:1500px) {
	.wrap_popup .slick-slide{height: 100%;}
	.wrap_popup .item_1 img{width:100%; height:100%;}
}
