.swiper-container {
    width: 100%;
    height: 100%;
}
.choice-box{
    width: 50%;
    height: 80px;
    position: absolute;
    bottom: 65%;
    z-index: 3;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
background-image: url(../images/butn_lancer.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 27%;
    height: 100%;
    min-width: 80px;
    min-height: 55px;
    left: 17%;
    cursor: pointer;
    display: inline-block !important;
    opacity: .35;
}
.swiper-button-prev:hover {

}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/butn_archer.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 47%;
    height: 100%;
    min-width: 80px;
    min-height: 55px;
    left: 43%;
    cursor: pointer;
    display: inline-block !important;
    opacity: .35;
}
.swiper-button-next:hover {

}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity:1;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity:1;
}



.swiper-pagination-bullet {
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 0;
    opacity: 1;
}
.swiper-container {
    overflow: hidden;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: auto;
    left: auto;
    width: 272px;
    right: 0;
    top: 100px;
}

@media screen and (max-width:768px){
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        width: 205px;
        right: 0;
        top: 300px;
    }
    span.swiper-pagination-bullet {
        width: 81px;
        height: 81px;
    }

}
@media screen and (max-width:700px){
    span.swiper-pagination-bullet {
        width: 70px;
        height: 70px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        width: 100%;
        top: 0px;
    }
}
@media screen and (max-width:660px){
    .idol01-content {
         background-size: 100%; 
    }
}
@media screen and (max-width:414px){
    span.swiper-pagination-bullet {
        width: 56px;
        height: 56px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        width: 100%;
        top: 0px;
    }
}
@media screen and (max-width:375px){
    span.swiper-pagination-bullet {
        width: 50px;
        height: 50px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        width: 100%;
        top: 0px;
    }
}
@media screen and (max-width: 320px){
    span.swiper-pagination-bullet {
        width: 41px;
        height: 41px;
    }
}