.ProductSlide{
    width: 100%;
    height: 42vw;
    margin-top: 6.25vw;
    padding-top: 8vw;
    background-color: #F8F8F8;
}
.ProductSlide-title{
    width: 80%;
    margin: 0px auto;
    font-size: 1.6vw;
    font-weight: bold;
    color: #292525;
}

.ProductSlide-swiper{
    width: 100%;
}

.swiper {
    width: 100%;
    height: 30vw;
    margin-top: 3.125vw;
}
.ProductSlide-swiper .swiper-slide{
    width: auto !important;
}
.ProductSlide-swiper .swiper-slide img{
    width: 100%;
    height: 100%;
}
.ProductSlide-swiper .swiper-button-prev{
    width: 4.6vw !important;
    height: 4.6vw !important;
    border-radius: 50%;
    background-color: #ffffff5d;
    user-select:none;
}
.ProductSlide-swiper .swiper-button-next{
    width: 4.6vw !important;
    height: 4.6vw !important;
    border-radius: 50%;
    background-color: #ffffff5d;
    user-select:none;
}
.swiper-button-next:after, .swiper-button-prev:after{
    content: 'none' !important;
}
.swiper-button-prev{
    left: 12vw !important;
}
.swiper-button-next{
    right: 12vw !important;
}
.my-button-disabled{
    opacity:1 !important;
}
.mobile_arrow{
    display: inline;
}
.mobile_arrow{
    display: none;
}
@media (max-width: 996px) {
    .pc_arrow{
        display: none;
    }
    .mobile_arrow{
        display: inline;
    }
    .left_mobile{
        display: inline;
    }
    .right_mobile{
        display: inline;
    }
    .ProductSlide{
        height: auto;
        padding-top: 13.3vw;
        padding-bottom: 15vw;
    }
    .swiper {
        height: 60vw;
        margin-top: 6.4vw;
    }
    .swiper-wrapper{
        height: 60vw !important;
    }
    .ProductSlide-title{
        width: 88%;
        font-size: 18px;
    }
    .ProductSlide-swiper .swiper-slide{
        width: 100% !important;
        display: flex;
        justify-content: center;
    }
    .ProductSlide-swiper .swiper-slide img{
        width: 88% !important;
        object-fit: contain;
    }
    .ProductSlide-swiper .swiper-button-prev{
        background-color: #ffffff5f;
        width: 12vw !important;
        height: 12vw !important;
        left: 5vw !important;
    }
    .ProductSlide-swiper .swiper-button-next{
        background-color: #ffffff5f;
        width: 12vw !important;
        height: 12vw !important;
        right: 5vw !important;
    }
    .swiper-button-next, .swiper-button-prev{
        /* top: 83% !important; */
    }
    .ProductSlide-swiper .swiper-button-prev img{
        width: 50%;
    }
    .ProductSlide-swiper .swiper-button-next img{
        width: 50%;
    }
}