@charset "UTF-8";

.wrap_popup{}
.wrap_popup .container{}
.wrap_popup h2{font-size:26px;color:#333;display:block;line-height: 1;margin-bottom: 30px;font-family: 'S-CoreDream-6Bold';}
.wrap_popup h2 .numbering{font-size:20px;color:#666;margin-left:10px;position: relative;top: -2px;display:none;}
.wrap_popup h2 .numbering span{padding: 0 12px;display: inline-block;}
.wrap_popup h2 .numbering .now{font-weight: 600;color:#005bac;padding-right: 0;}
.wrap_popup h2 .numbering .now:after{content:'/';font-size:12px;color:#ccc;display:inline-block;vertical-align: middle;font-weight: 800;padding-left: 20px;position: relative;top: -4px;transform: rotate(10deg);}

.wrap_popup .text_1,
.wrap_popup .text_2{display:none;}
.wrap_popup .slick-slide{display:inline-block;}
.wrap_popup .item_1{border:1px solid #bfbfbf;border-radius:25px;overflow:hidden;height: 350px;}
.wrap_popup .item_1 img{width:100%;height:100%;transition:all ease .55s;object-fit: cover;object-position: left top;}
.wrap_popup .item_1:hover img{transform:scale(1.05);}

.wrap_popup .control{position:absolute;right:30px;bottom:20px;z-index:1002;}
.wrap_popup .control .playStop,
.wrap_popup .control .prevNext{display:none;}
.wrap_popup .paging .slick-dots{display:flex;gap:10px;}
.wrap_popup .paging .slick-dots > li button{width:15px;height: 15px;border-radius: 50%;background-color: #8ecca7;text-indent: -9999px;}
.wrap_popup .paging .slick-dots > li.slick-active button{background-color: #1fb25a;}

@media screen and (max-width:1280px) {
    .wrap_popup h2{font-size:20px;margin-bottom:20px;}
    .wrap_popup .item_1{height:220px;border-radius:15px;}
}
@media screen and (max-width:767px) {
    .wrap_popup h2{font-size:26px;margin-bottom:30px;}
    .wrap_popup .item_1{min-height:240px;height: inherit;min-height: auto;}
    .wrap_popup .control{right:20px;bottom:5px;}
    .wrap_popup .paging .slick-dots > li button{width:12px;height:12px;}
}