@charset "UTF-8";

.ii-arrow1:before {
    content: "\e900";
}

.RWDphoto010 {
    padding: 0 0 0;
    display: block;
    margin: 0 auto 0;
    width: 210px;
    position: fixed;
    color: #333333;
    letter-spacing: .05em;
    right: 65px;
    bottom: 50px;
    z-index: 20;
}
.RWDphoto010 .big-container{

}
.RWDphoto010 .big-container  > .swiper-wrapper{
    display: block;
}
.RWDphoto010 .big-container  > .swiper-wrapper >.swiper-slide{
    width: 210px;
}


.RWDphoto010 .s_box{
    margin-top: 15px;
    position: relative;
    display: block;
}
.RWDphoto010 .s_box .swiper-slide{
    width: 210px;
    height: 210px;
}
.RWDphoto010 .s_box .swiper-slide img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}
.RWDphoto010 .closeit{
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 5;
    cursor: pointer;
}
.RWDphoto010 .s_box .swiper-slide{

}
.RWDphoto010 .RWDphoto010-pagination{
    display: none;
}
.RWDphoto010 .RWDphoto010-prev{
    display: none;
    outline: none;
}
.RWDphoto010 .RWDphoto010-next{
    display: none;
    outline: none;
}


.RWDphoto010_btn{
    display: none;
}
.RWDphoto010_btn img{

}

.webtech_edit_mode .RWDphoto010 {
    z-index: 999;
}



@media only screen and (min-width:1200px) {

}


@media only screen and (max-width:1200px) {


}


@media only screen and (max-width:767px) {
    .RWDphoto010_btn{
        display: flex;
    }

    .RWDphoto010{
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        display: none;
    }
    .RWDphoto010.mobile_show{
        display: block;
    }

    .RWDphoto010_btn{
        z-index: 30;
        width: 50px;
        height: 50px;
        right: 25px;
        bottom: 100px;
        position: fixed;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
    }
    .RWDphoto010_btn img{
        width: 32px;
    }
    .RWDphoto010 .big-container > .swiper-wrapper{
        display: flex;
    }
    .RWDphoto010 .big-container{
        width: 210px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: -50px;
    }
    .RWDphoto010 .big-container > .swiper-wrapper >.swiper-slide{
        height: 210px;
    }
    .RWDphoto010 .s_box{
        margin-top: 0;
    }

    .RWDphoto010 .RWDphoto010-pagination{
        top: 50%;
        display: flex;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 80px;
        z-index: 20;
    }
    .RWDphoto010 .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        margin: 0 8px;
        background: #BDBDBD;
        opacity: 1;
    }
    .RWDphoto010 .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background: #E74384;
    }
    .RWDphoto010 .RWDphoto010-prev{
        display: flex;
        color: white;
        top: 50%;
        margin-top: -66px;
    }
    .RWDphoto010 .RWDphoto010-prev::after{
        font-size: 18px;
    }
    .RWDphoto010 .RWDphoto010-next{
        display: flex;
        color: white;
        top: 50%;
        margin-top: -66px;
    }
    .RWDphoto010 .RWDphoto010-next::after{
        font-size: 18px;
    }


}


@media only screen and (max-width:350px) {


}