.sec4 {
    padding: 129px 0 146px;
    background: linear-gradient(270deg, #4CB034 0%, #02A3E4 100%);
}

.sec4 .wrap .title {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 44px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sec4 .wrap .des {
    width: 1000px;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    margin: 0 auto 60px;
}

.sec4 .wrap .common_more {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: unset;
    padding-left: 21px;
}

.sec4 .wrap .common_more p {
    font-family: 'Montserrat L';
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
}

.sec4 .wrap .common_more p div {
    font-family: 'Montserrat L';
    color: #FFFFFF;
    font-weight: 300;
    font-size: 14px;
}

.sec4 .wrap .common_more .cir {
    background: #FFFFFF;
}

.sec4 .wrap .common_more .cir .jt img {
    filter: invert(1);
}

.sec1 {
    padding: 150px 0 101px;
}

.sec1 .wrap {
    width: 1080px;
    margin: 0 auto;
}

.sec1 .wrap .back {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 2px 23px 2px 2px;
    border-radius: 40px;
    width: fit-content;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.sec1 .wrap .back p {
    font-weight: 300;
    font-size: 18px;
    color: #111111;
}

.sec1 .wrap .back .cir {
    width: 36px;
    height: 36px;
    background: #000000;
    border-radius: 18px 18px 18px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1 .wrap .back .cir .jt {
    width: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1 .wrap .back .cir .jt img {
    display: block;
    width: 100%;
    height: auto;
    transition: 0.8s;
    transform: rotate(180deg);
}

.sec1 .wrap .back .cir .jt img:nth-last-child(1) {
    position: absolute;
    transform: translateX(150%) rotate(180deg);
}

.sec1 .wrap .back:hover .cir .jt img {
    transform: translateX(-150%) rotate(180deg);
}

.sec1 .wrap .back:hover .cir .jt img:nth-last-child(1) {
    position: absolute;
    transform: translateX(0%) rotate(180deg);
}

.sec1 .wrap .title {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 44px;
    color: #000000;
    text-transform: uppercase;
    margin: 50px 0 40px;
}

.sec1 .wrap .table table tr th {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    text-align: left;
    line-height: 30px;
    padding: 0 19px 0 0;
}

.sec1 .wrap .table table tr td {
    font-family: 'Montserrat R';
    font-weight: 400;
    font-size: 16px;
    color: #0D2E28;
    line-height: 30px;
}

.sec1 .wrap .content {
    margin: 50px 0 0;
    padding: 0 0 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sec1 .wrap .content p {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 30px;
}

.sec2 {
    overflow: hidden;
    padding: 0 0 121px;
}

.sec2 .swiper_box .swiper {
    width: 1960px;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
}

.sec2 .swiper_box .swiper .swiper-slide .slide_box {
    display: block;
    background: #F2F3F5;
    border-radius: 10px;
}

.sec2 .swiper_box .swiper .swiper-slide .slide_box .img {
    width: 100%;
    height: 260px;
    background: #EFEFF0;
    border-radius: 10px;
    overflow: hidden;
}

.sec2 .swiper_box .swiper .swiper-slide .slide_box .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec2 .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom {
    padding: 35px 30px 21px;
}

.sec2 .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .h5 {
    font-family: 'Montserrat M';
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    transition: 0.6s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec2 .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .p {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
    height: 72px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 20px 0 50px;
}

.sec2 .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .date {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0 0;
}

.sec2 .swiper_box .swiper .swiper-slide .slide_box:hover .img img {
    transform: scale(1.1);
}

.sec2 .swiper_box .swiper .swiper-slide .slide_box:hover .slide_box_bottom .h5 {
    color: #53C3F1;
}


@media screen and (max-width: 1919px) {
    .sec4 {
        padding: 6.71875vw 0px 7.6041666667vw;
    }

    .sec4 .wrap .title {
        font-size: 2.2916666667vw;
        margin-bottom: 0.78125vw;
    }

    .sec4 .wrap .des {
        width: 52.0833333333vw;
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
        margin: 0px auto 3.125vw;
    }

    .sec4 .wrap .common_more {
        padding-left: 1.09375vw;
    }

    .sec4 .wrap .common_more p {
        font-size: 0.7291666667vw;
    }

    .sec4 .wrap .common_more p div {
        font-size: 0.7291666667vw;
    }

    .sec1 {
        padding: 7.8125vw 0px 5.2604166667vw;
    }

    .sec1 .wrap {
        width: 56.25vw;
    }

    .sec1 .wrap .back {
        gap: 0.78125vw;
        padding: 0.1041666667vw 1.1979166667vw 0.1041666667vw 0.1041666667vw;
        border-radius: 2.0833333333vw;
    }

    .sec1 .wrap .back p {
        font-size: 0.9375vw;
    }

    .sec1 .wrap .back .cir {
        width: 1.875vw;
        height: 1.875vw;
        border-radius: 0.9375vw;
    }

    .sec1 .wrap .back .cir .jt {
        width: 0.5208333333vw;
    }

    .sec1 .wrap .title {
        font-size: 2.2916666667vw;
        margin: 2.6041666667vw 0px 2.0833333333vw;
    }

    .sec1 .wrap .table table tr th {
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
        padding: 0px 0.9895833333vw 0px 0px;
    }

    .sec1 .wrap .table table tr td {
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }

    .sec1 .wrap .content {
        margin: 2.6041666667vw 0px 0px;
        padding: 0px 0px 2.6041666667vw;
    }

    .sec1 .wrap .content p {
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }

    .sec2 {
        padding: 0px 0px 6.3020833333vw;
    }

    .sec2 .swiper_box .swiper {
        width: 102.0833333333vw;
    }

    .sec2 .swiper_box .swiper .swiper-slide .slide_box {
        border-radius: 0.5208333333vw;
    }

    .sec2 .swiper_box .swiper .swiper-slide .slide_box .img {
        height: 13.5416666667vw;
        border-radius: 0.5208333333vw;
    }

    .sec2 .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom {
        padding: 1.8229166667vw 1.5625vw 1.09375vw;
    }

    .sec2 .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .h5 {
        font-size: 0.9375vw;
    }

    .sec2 .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .p {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
        height: 3.75vw;
        margin: 1.0416666667vw 0px 2.6041666667vw;
    }

    .sec2 .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .date {
        font-size: 0.8333333333vw;
        padding: 1.0416666667vw 0px 0px;
    }
}

@media screen and (max-width: 768px) {
    .sec1 {
        padding: 100px 0 60px;
    }
    .sec1 .wrap {
        width: 90%;
    }
    .sec1 .wrap .back {
        gap: 15px;
        padding: 3px 15px 3px 3px;
        border-radius: 40px;
    }
    .sec1 .wrap .back p {
        font-size: 14px;
    }
    .sec1 .wrap .title {
        font-size: 20px;
        margin: 25px 0 15px;
    }
    .sec1 .wrap .table table tr th {
        font-size: 14px;
        line-height: 1.4;
        padding: 0 15px 0 0;
    }
    .sec1 .wrap .table table tr td {
        font-size: 14px;
        line-height: 1.4;
    }
    .sec1 .wrap .back .cir {
        width: 28px;
        height: 28px;
        border-radius: 50%;
    }
    .sec1 .wrap .back .cir .jt {
        width: 10px;
    }
    .sec1 .wrap .content {
        margin: 30px 0 0;
        padding: 15px 0;
        border-top: 1px solid #cccccc;
    }
    .sec1 .wrap .content p {
        font-size: 14px;
        line-height: 1.8;
    }
    .sec2 .swiper_box .swiper {
        width: 90%;
    }
    .sec2 .swiper_box .swiper .swiper-slide .slide_box .img {
        height: 56vw;
        border-radius: 6px;
    }
    .sec2 .swiper_box .swiper .swiper-slide .slide_box {
        border-radius: 6px;
    }
    .sec2 .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom {
        padding: 20px;
    }
    .sec2 .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .h5 {
        font-size: 15px;
    }
    .sec2 .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .p {
        font-size: 14px;
        line-height: 1.4;
        height: 40px;
        margin: 10px 0;
    }
    .sec2 .swiper_box .swiper .swiper-slide .slide_box .slide_box_bottom .date {
        font-size: 12px;
        padding: 10px 0 0;
    }
    .sec2 {
        padding: 0 0 50px;
    }
    .sec4 {
        padding: 50px 0;
    }
    .sec4 .wrap .title {
        font-size: 20px;
    }
    .sec4 .wrap .des {
        width: 100%;
        font-size: 14px;
        line-height: 1.4;
        margin: 15px 0 25px;
        text-align: center;
    }
}
