@charset "utf-8";

.wrap_popup,
.wrap_popup .container,
.wrap_popup .slider,
.wrap_popup .slick-list,
.wrap_popup .slick-track,
.wrap_popup .slick-slide{height:100%;}
.wrap_popup h2{font-size:26px;color:#333;font-family:'Dream Bold';line-height:1;position:absolute;left:0;top:0;}
.wrap_popup h2 b{display:none;}
.wrap_popup a.item{display:block;width:100%;height:100%;}
.wrap_popup .wrap{height:100%;}
.wrap_popup .item_1{height:100%;}
.wrap_popup .item_1 img{transition:0.5s;object-fit:cover;object-position:center;width:100%;height:100%;}
.wrap_popup .item_2{display:none;}
.wrap_popup .control{width:100%;height:50px;display:flex;align-items:center;justify-content:flex-end;}
.wrap_popup .numbering{font-family:'Mont Bold';display:flex;align-items:center;}
.wrap_popup .numbering i{padding:0 10px;font-size:10px;}
.wrap_popup .numbering .now{color:#22ba31;}
.wrap_popup .playStop{margin-left:10px;}
.wrap_popup .playStop button{width:12px;height:12px;font-size:0;display:none;}
.wrap_popup .playStop button.on{display:block;}
.wrap_popup .play{background:url(../images/play.png) no-repeat center;}
.wrap_popup .stop{background:url(../images/stop.png) no-repeat center;}
.wrap_popup .paging ul{margin-left:10px;display:flex;}
.wrap_popup .paging li{margin-left:10px;}
.wrap_popup .paging li button{width:10px;height:10px;background:#000;border-radius:100%;display:block;font-size:0;}
.wrap_popup .paging li.slick-active button{background:#22ba31;}