@media screen and (max-width: 1700px) and (min-width:0px) {
    .section05 .swiper-scrollbar {
        width: 90vw;
        left: 5vw;
        bottom: 5vh;
    }

    .section05 .title {
        padding-left: calc((100% - 1440px) / 2 + 15px);
    }



    .section05 .box5 {
        padding-right: calc((100% - 1440px) / 2 + 15px);
    }
}

@media screen and (max-width: 1600px) and (min-width:0px) {
    .section02 .title {
      top: 30px;
      width: 420px;
    }
    
    .section02 .title h1 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    .section02 .title p {
        font-size: 14px;
        line-height: 1.25;
    }
}

@media screen and (max-width: 1600px) and (min-width:0px) {
    .section06 {
        padding: 0;
        display: block;
    }

    .section06 .box6 {
        width: 100vw;
        height: 100vh;
    }

    .section06 .box6 .img_1 {
        width: 100vw;
        height: 100vh;
        left: 0;
        top: 0;
    }

    .section06:hover .box6 .img_2 {
        width: 100vw;
        height: 100vh;
    }

    .section06 .box6 .img_2 img {
        width: 100vw;
        height: 100vh;
        left: -50vw;
        top: -50vh;
    }

    .section06 .title {
        left: 2vw;
        bottom: 10vh;
    }

    .section06 .title>p {
        font-size: 14px;
        line-height: 2;
        text-align: left;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .section06 .title .number {
        width: 230px;
    }

    .section06 .title .number h1 {
        font-size: 42px;
    }

    .section06 .title .number span {
        font-size: 24px;
    }

    .section06 .title .number p {
        font-size: 12px;
    }
}

@media screen and (max-width: 1440px) and (min-width:0px) {
    .section03 .right .item {
        padding: 30px;
    }

    .section05 .title {
        padding-left: calc((100% - 1200px) / 2 + 15px);
    }



    .section05 .box5 {
        padding-right: calc((100% - 1200px) / 2 + 15px);
    }
}
