.section5 {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.Box5 {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top5 {
    position: absolute;
    z-index: 3;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.top5 .gif5 {
    width: 12vw;
    position: absolute;
    top: -10%;
}

.top5 .indexTitle {
    position: absolute;
    color: var(--color);
    transform: skew(0deg, -30deg) translate(80px, 40px);
    box-reflect: below 10px linear-gradient(180deg, #0000 30%, rgba(255, 255, 255, 0.2) 100%);
    -webkit-box-reflect: below 10px linear-gradient(180deg, #0000 30%, rgba(255, 255, 255, 0.2) 100%);
}

.top5 .top5Img {
    width: 100%;
    position: relative;
    z-index: -1;

}

.Swiper5 {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.Swiper5 .swiper-wrapper {
    display: flex;
    align-items: center;
}

.Slide5 {
    position: relative;
    transform: scale(1.2) !important;
    height: auto;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.Slide5 .img5 {
    position: absolute;
    z-index: 2;
    width: 50%;
    transform: skew(0deg, -30deg) translate(10px, -20px);
    /* box-reflect: below 0px linear-gradient(180deg, #0000 30%, rgba(255, 255, 255, 0.2) 100%);
    -webkit-box-reflect: below 0px linear-gradient(180deg, #0000 30%, rgba(255, 255, 255, 0.2) 100%); */
    transform-origin: center;
    transition: 0.5s 0.5s;
    opacity: 0;
    margin-top: 50px;
}

.slideLength1 .img5,
.slideLength2 .img5,
.slideLength3 .img5,
.slideLength4 .img5,
.slideLength5 .img5,
.slideLength6 .img5,
.slideLength7 .img5,
.slideLength8 .img5 {
    opacity: 1;
    margin-top: 0px;
}

.Slide5 .icon5 {
    position: relative;
    z-index: 1;
    width: 100%;
}

.pagination5 span.swiper-pagination-bullet-active {
    background: var(--color);
    opacity: 1;
}

.pagination5 span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #FFFFFF;
    opacity: 1;
}

@media (min-width: 720px) {
    .slideLength1 {
        opacity: 1;
        left: 1%;
        top: 35%;
    }

    .slideLength2 {
        opacity: 1;
        left: 0%;
        top: 0;
    }

    .slideLength3 {
        opacity: 1;
        left: 0%;
        top: -35%;
    }

    .slideLength4 {
        opacity: 1;
        left: -10%;
        top: 35%;
    }

    .slideLength5 {
        opacity: 1;
        left: 10%;
        top: 35%;
    }

    .slideLength6 {
        opacity: 1;
        left: 0%;
        top: -35%;
    }

    .slideLength7 {
        opacity: 1;
        left: 0%;
        top: 0%;
    }

    .slideLength8 {
        opacity: 1;
        left: -1%;
        top: 35%;
    }
}

@media (max-width: 1200px) {
    .section5 {
        padding: 30px 0;
        height: 50vw;
    }

    .top5 .indexTitle {
        transform: skew(0deg, -30deg) translate(40px, 10px);
    }

    .Slide5 .img5 {
        transform: skew(0deg, -30deg) translate(00px, -10px);
    }
}

@media (max-width: 720px) {
    .section5 {
        padding-top: 60px;
        height: auto;
    }

    .Box5 {
        flex-wrap: wrap;
    }

    .top5 {
        position: relative;
        width: 275px;
    }

    .top5 .gif5 {
        width: 120px;
        position: absolute;
        top: -30px;
    }

    .Swiper5 {
        padding-bottom: 60px;
    }

    .Slide5 {
        opacity: 1;
        transform: scale(1) !important;
    }

    .Slide5 .img5 {
        transform: none;
        width: 65%;
        height: 60%;
        object-fit: contain;
        top: 12%;
    }
}

@media (max-width: 460px) {}

@media (max-width: 380px) {}