.part01-template-07 {
    padding: calc(160 / 1920 * 100vw) calc(255 / 1920 * 100vw) calc(40 / 1920 * 100vw);
    background-size: cover;
    background-position: center;
}

.part01-template-07 .bg-mobile {
    display: none;
}

.part01-template-07__title {
    font-size: clamp(20px, 1.875vw, 36px);
    font-weight: 600;
    line-height: 1.15;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.part01-template-07__title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.part01-template-07__swiper-container {
    margin-top: calc(60 / 1920 * 100vw);
}

.part01-template-07__swiper-wrapper {
    height: initial;
}

.part01-template-07__swiper-wrapper.active {
    justify-content: center;
}

.part01-template-07__swiper-slide .img-wrapper {
    width: 100%;
}

.part01-template-07__swiper-slide .img-wrapper img {
    width: 100%;
}

.part01-template-07 .part01-template-07__swiper-pagination {
    position: absolute;
    left: auto;
    bottom: auto;
    width: auto;
    top: calc(160 / 1920 * 100vw);
    right: calc(255 / 1920 * 100vw);
}

.part01-template-07 .part01-template-07__swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    margin: 10px calc(19 / 1920 * 100vw);
}
.part01-template-07 .part01-template-07__swiper-pagination .swiper-pagination-bullet:last-child{
    margin-right: 0;
}


.part01-template-07 .part01-template-07__swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff !important;
    border: 1px solid #b1b1b1 !important;
}

.part01-template-07__swiper-container .swiper-slide {
    width: 7.8125vw;
}

/* tablet */

@media (max-width: 1100px) {
    .part01-template-07 {
        padding: 56px calc(55 / 768 * 100vw) 30px;
        background-size: 0;
    }

    .part01-template-07 .bg-mobile {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
    }

    .part01-template-07__swiper-container {
        margin-top: 48px;
    }

    .part01-template-07 .part01-template-07__swiper-pagination {
        display: flex;
        top: 56px;
        right: calc(63 / 768 * 100vw)
    }


}


/* mobile */



@media (max-width: 700px) {
    .part01-template-07 {
        padding: 38px;
    }

    .part01-template-07__swiper-container {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .part01-template-07__swiper-pagination--desktop {
        display: none;
    }

    .part01-template-07 .part01-template-07__swiper-pagination {
        justify-content: center;

        bottom: 30px;
        right: 0;
        top: auto;
        left: 0;
    }

    .part01-template-07__swiper-wrapper.active {
        justify-content: center;
    }
    .part01-template-07 .part01-template-07__swiper-pagination .swiper-pagination-bullet{
        margin: 10px;
    }
}