.worksPageImg_area {
    padding-top: 50px;
    max-width: 1000px;
    margin: 0 auto
}

.worksPageImg_area .swiper {
    width: 100%;
    height: 100%
}

.worksPageImg_area .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.worksPageImg_area .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.worksPageImg_area .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto
}

.worksPageImg_area .swiper-slide {
    background-size: cover;
    background-position: center
}

.worksPageImg_area .mySwiper2 {
    height: 80%;
    width: 100%
}

.worksPageImg_area .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    padding: 0;
    margin-top: 15px
}

.worksPageImg_area .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: .4;
    opacity: 1;
    cursor: pointer;
    transition: .3s ease all
}

.worksPageImg_area .mySwiper .swiper-slide:hover {
    opacity: .4
}

.worksPageImg_area .mySwiper .swiper-slide-thumb-active {
    opacity: 1
}

.worksPageImg_area .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.mySwiperBig .worksPageImg a:before {
    position: absolute;
    content: "";
    background: url(../images/zoom-in.svg);
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%) scale(0);
    transition: .2s ease all
}

.mySwiperBig .worksPageImg a:hover:before {
    z-index: 2;
    transform: translate(-50% ,-50%) scale(1);
    transition: .2 ease all
}

.worksPageImg_area .swiper-button-next,.worksPageImg_area .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-size: 30px;
    transform: translateY(calc(-50% + 0))
}

.worksPageImg_area .swiper-button-prev {
    left: 10px;
    background-image: url(../../../index/images/left_arrow02.svg)
}

.worksPageImg_area .swiper-button-next {
    right: 10px;
    background-image: url(../../../index/images/right_arrow02.svg)
}

.worksPageImg_area .swiper-button-next:hover,.worksPageImg_area .swiper-button-prev:hover {
    opacity: .5;
    transition: .3s ease all
}

.worksPageImg {
    width: 100%;
    margin-right: 5px
}

.worksPageImg a,.worksPageImg span {
    position: relative;
    padding-top: 56.25%;
    display: block;
    overflow: hidden;
    width: 100%
}

.worksPageImg img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    float: none;
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
    transition: all .3s ease-out
}

@media (max-width: 990px) {
    .worksPageImg_area {
        padding-bottom:20px
    }

    .worksPageImg {
        padding-bottom: 0
    }
}

.img_min_bg {
    margin: 0 -10px
}

.img_min {
    display: inline-block;
    width: 24.5%;
    box-sizing: border-box;
    padding: 0 10px;
    padding-bottom: 50px
}

.img_min a {
    display: block
}

.img_min img {
    width: 100%;
    height: auto
}

@media (max-width: 1100px) {
    .img_min_bg {
        margin:0 -7px
    }

    .img_min {
        padding: 0 7px 50px;
        width: 32.3%
    }
}

@media (max-width: 640px) {
    .img_min_bg {
        margin:0 -7px
    }

    .img_min {
        padding: 0 7px 50px;
        width: 49.5%
    }
}

@media (max-width: 570px) {
    .img_min_bg {
        margin:0 -5px
    }

    .img_min {
        padding: 0 5px 50px;
        width: 49%
    }
}

@media (max-width: 425px) {
    .img_min_bg {
        margin:0
    }

    .img_min {
        padding: 0 0 40px;
        width: 100%
    }
}
