.sec1 {
    padding: 103px 0 0;
    overflow: hidden;
}

.sec1 .wrap .title {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 44px;
    color: #000000;
    line-height: 50px;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.sec1 .wrap .des {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
    margin-bottom: 83px;
    width: 1004px;
}

.sec1 .wrap .little_title {
    font-family: 'Montserrat M';
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.sec1 .wrap .swiper {
    overflow: unset;
}

.sec1 .wrap .swiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.sec1 .wrap .swiper .swiper-slide {
    display: flex;
    align-items: center;
}

.sec1 .wrap .swiper .swiper-slide .img {
    width: 880px;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
}

.sec1 .wrap .swiper .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec1 .wrap .swiper .swiper-slide .img:hover img {
    transform: scale(1.1);
}

.sec1 .wrap .swiper .swiper-slide .slide_r {
    width: 560px;
    padding: 0 99px 0 54px;
}

.sec1 .wrap .swiper .swiper-slide .slide_r .h5 {
    font-family: 'Montserrat M';
    font-weight: 500;
    font-size: 24px;
    color: #00AAEC;
    margin-bottom: 20px;
}

.sec1 .wrap .swiper .swiper-slide .slide_r .p {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 26px;
    padding: 0 10px 0 0;
    max-height: 234px;
    overflow-y: auto;
}

.sec1 .wrap .swiper .btns {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 0;
    right: 424px;
    z-index: 3;
}

.sec1 .wrap .swiper .btns .jt {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: #F2F3F5;
    border-radius: 50%;
    transition: 0.6s;
}

.sec1 .wrap .swiper .btns .jt img {
    display: block;
    width: 10px;
    filter: invert(1);
    transition: 0.6s;
}

.sec1 .wrap .swiper .btns .jt:nth-child(1) img {
    transform: rotate(180deg);
}

.sec1 .wrap .swiper .btns .jt:hover {
    background: #000000;
}

.sec1 .wrap .swiper .btns .jt:hover img {
    filter: invert(0);
}

.sec2 {
    padding: 120px 0 0;
}

.sec2 .wrap .title {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 44px;
    color: #000000;
    margin-bottom: 34px;
}

.sec2 .wrap .list .item {
    display: flex;
    align-items: center;
    background: #F2F3F5;
    border-radius: 10px;
    width: 100%;
}

.sec2 .wrap .list .item:not(:last-child) {
    margin-bottom: 50px;
}

.sec2 .wrap .list .item .img {
    width: 707px;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
}

.sec2 .wrap .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec2 .wrap .list .item .item_r {
    width: 733px;
    padding: 0 68px 0 66px;
}

.sec2 .wrap .list .item .item_r .date {
    font-weight: 400;
    font-size: 16px;
    color: rgba(13, 46, 40, 0.4);
}

.sec2 .wrap .list .item .item_r .item_title {
    font-family: 'Montserrat M';
    font-weight: 500;
    font-size: 24px;
    color: #00AAEC;
    margin: 20px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec2 .wrap .list .item .item_r .item_des {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 26px;
    height: 104px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sec2 .wrap .list .item .item_r .common_more {
    margin: 40px 0 0;
    background: unset;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 2px 2px 2px 21px;
}

.sec2 .wrap .list .item .item_r .common_more p {
    font-size: 14px;
    font-family: 'Montserrat L';
}

.sec2 .wrap .list .item .item_r .common_more p div {
    font-family: 'Montserrat L';
    font-size: 14px;
}

.sec2 .wrap .list .item:hover .img img {
    transform: scale(1.1);
}

.sec3 {
    padding: 80px 0 64px;
}

.sec3 .wrap .title {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 44px;
    color: #000000;
    margin-bottom: 34px;
}

.sec3 .wrap .list .item {
    display: flex;
    align-items: center;
    background: #F2F3F5;
    border-radius: 10px;
    width: 100%;
}

.sec3 .wrap .list .item:not(:last-child) {
    margin-bottom: 50px;
}

.sec3 .wrap .list .item .img {
    width: 707px;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
}

.sec3 .wrap .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec3 .wrap .list .item .item_r {
    width: 733px;
    padding: 0 68px 0 66px;
}

.sec3 .wrap .list .item .item_r .date {
    font-weight: 400;
    font-size: 16px;
    color: rgba(13, 46, 40, 0.4);
}

.sec3 .wrap .list .item .item_r .item_title {
    font-family: 'Montserrat M';
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    margin: 20px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.6s;
}

.sec3 .wrap .list .item .item_r .item_des {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 26px;
    height: 104px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sec3 .wrap .list .item .item_r .common_more {
    margin: 40px 0 0;
    background: unset;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 2px 2px 2px 21px;
}

.sec3 .wrap .list .item .item_r .common_more p {
    font-size: 14px;
    font-family: 'Montserrat L';
}

.sec3 .wrap .list .item .item_r .common_more p div {
    font-family: 'Montserrat L';
    font-size: 14px;
}

.sec3 .wrap .list .item:hover .img img {
    transform: scale(1.1);
}

.sec3 .wrap .list .item:hover .item_r .item_title {
    color: #00AAEC;
}

.page {
    margin: 50px 0 0;
}

.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);
}

@media screen and (max-width: 1919px) {
    .sec1 {
        padding: 5.3645833333vw 0px 0px;
    }

    .sec1 .wrap .title {
        font-size: 2.2916666667vw;
        line-height: 2.6041666667vw;
        margin-bottom: 1.1458333333vw;
    }

    .sec1 .wrap .des {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
        margin-bottom: 4.3229166667vw;
        width: 52.2916666667vw;
    }

    .sec1 .wrap .little_title {
        font-size: 1.25vw;
        margin-bottom: 1.8229166667vw;
    }

    .sec1 .wrap .swiper .swiper-slide .img {
        width: 45.8333333333vw;
        height: 26.0416666667vw;
        border-radius: 0.5208333333vw;
    }

    .sec1 .wrap .swiper .swiper-slide .slide_r {
        width: 29.1666666667vw;
        padding: 0px 5.15625vw 0px 2.8125vw;
    }

    .sec1 .wrap .swiper .swiper-slide .slide_r .h5 {
        font-size: 1.25vw;
        margin-bottom: 1.0416666667vw;
    }

    .sec1 .wrap .swiper .swiper-slide .slide_r .p {
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
        padding: 0px 0.5208333333vw 0px 0px;
        max-height: 12.1875vw;
    }

    .sec1 .wrap .swiper .btns {
        gap: 0.5208333333vw;
        right: 22.0833333333vw;
    }

    .sec1 .wrap .swiper .btns .jt {
        width: 1.875vw;
        height: 1.875vw;
    }

    .sec1 .wrap .swiper .btns .jt img {
        width: 0.5208333333vw;
    }

    .sec2 {
        padding: 6.25vw 0px 0px;
    }

    .sec2 .wrap .title {
        font-size: 2.2916666667vw;
        margin-bottom: 1.7708333333vw;
    }

    .sec2 .wrap .list .item {
        border-radius: 0.5208333333vw;
    }

    .sec2 .wrap .list .item:not(:last-child) {
        margin-bottom: 2.6041666667vw;
    }

    .sec2 .wrap .list .item .img {
        width: 36.8229166667vw;
        height: 20.8333333333vw;
        border-radius: 0.5208333333vw;
    }

    .sec2 .wrap .list .item .item_r {
        width: 38.1770833333vw;
        padding: 0px 3.5416666667vw 0px 3.4375vw;
    }

    .sec2 .wrap .list .item .item_r .date {
        font-size: 0.8333333333vw;
    }

    .sec2 .wrap .list .item .item_r .item_title {
        font-size: 1.25vw;
        margin: 1.0416666667vw 0px;
    }

    .sec2 .wrap .list .item .item_r .item_des {
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
        height: 5.4166666667vw;
    }

    .sec2 .wrap .list .item .item_r .common_more {
        margin: 2.0833333333vw 0px 0px;
        padding: 0.1041666667vw 0.1041666667vw 0.1041666667vw 1.09375vw;
    }

    .sec2 .wrap .list .item .item_r .common_more p {
        font-size: 0.7291666667vw;
    }

    .sec2 .wrap .list .item .item_r .common_more p div {
        font-size: 0.7291666667vw;
    }

    .sec3 {
        padding: 4.1666666667vw 0px 3.3333333333vw;
    }

    .sec3 .wrap .title {
        font-size: 2.2916666667vw;
        margin-bottom: 1.7708333333vw;
    }

    .sec3 .wrap .list .item {
        border-radius: 0.5208333333vw;
    }

    .sec3 .wrap .list .item:not(:last-child) {
        margin-bottom: 2.6041666667vw;
    }

    .sec3 .wrap .list .item .img {
        width: 36.8229166667vw;
        height: 20.8333333333vw;
        border-radius: 0.5208333333vw;
    }

    .sec3 .wrap .list .item .item_r {
        width: 38.1770833333vw;
        padding: 0px 3.5416666667vw 0px 3.4375vw;
    }

    .sec3 .wrap .list .item .item_r .date {
        font-size: 0.8333333333vw;
    }

    .sec3 .wrap .list .item .item_r .item_title {
        font-size: 1.25vw;
        margin: 1.0416666667vw 0px;
    }

    .sec3 .wrap .list .item .item_r .item_des {
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
        height: 5.4166666667vw;
    }

    .sec3 .wrap .list .item .item_r .common_more {
        margin: 2.0833333333vw 0px 0px;
        padding: 0.1041666667vw 0.1041666667vw 0.1041666667vw 1.09375vw;
    }

    .sec3 .wrap .list .item .item_r .common_more p {
        font-size: 0.7291666667vw;
    }

    .sec3 .wrap .list .item .item_r .common_more p div {
        font-size: 0.7291666667vw;
    }

    .page {
        margin: 2.6041666667vw 0px 0px;
    }

    .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;
    }
}

@media screen and (max-width: 768px) {
    .sec1 {
        padding: 50px 0 60px;
    }
    .sec1 .wrap .title {
        font-size: 19px;
        line-height: 1.1;
        margin-bottom: 15px;
    }
    .sec1 .wrap .des {
        width: 100%;
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 30px;
    }
    .sec1 .wrap .little_title {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .sec1 .wrap .swiper .swiper-slide {
        display: block;
    }
    .sec1 .wrap .swiper .swiper-slide .img {
        width: 100%;
        height: 50vw;
        border-radius: 6px;
    }
    .sec1 .wrap .swiper .swiper-slide .slide_r {
        padding: 15px 0px;
        width: 100%;
    }
    .sec1 .wrap .swiper .swiper-slide .slide_r .h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .sec1 .wrap .swiper .swiper-slide .slide_r .p {
        font-size: 14px;
        line-height: 1.4;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .sec1 .wrap .swiper .btns {
        gap: 10px;
        position: unset;
        margin: 20px 0 0 auto;
    }
    .sec1 .wrap .swiper .btns .jt {
        width: 36px;
        height: 36px;
    }
    .sec1 .wrap .swiper .btns .jt img {
        width: 8px;
    }
    .sec2 {
        padding: 20px 0 60px;
    }
    .sec2 .wrap .title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .sec2 .wrap .list .item:not(:last-child) {
        margin-bottom: 20px;
    }
    .sec2 .wrap .list .item {
        display: block;
        border-radius: 8px;
        padding: 15px;
    }
    .sec2 .wrap .list .item .img {
        width: 100%;
        height: 42vw;
        border-radius: 4px;
    }
    .sec2 .wrap .list .item .item_r {
        width: 100%;
        padding: 20px 0 0;
    }
    .sec2 .wrap .list .item .item_r .date {
        font-size: 13px;
    }
    .sec2 .wrap .list .item .item_r .item_title {
        font-size: 16px;
        margin: 15px 0;
    }
    .sec2 .wrap .list .item .item_r .item_des {
        font-size: 14px;
        line-height: 1.4;
        height: unset;
    }
    .sec2 .wrap .list .item .item_r .common_more {
        margin: 20px 0 0;
    }
    .sec2 .wrap .list .item .item_r .common_more .cir {
        width: 29px;
        height: 29px;
    }
    .sec3 {
        padding: 0 0 60px;
    }
    .sec3 .wrap .title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .sec3 .wrap .list .item:not(:last-child) {
        margin-bottom: 20px;
    }
    .sec3 .wrap .list .item {
        display: block;
        border-radius: 8px;
        padding: 15px;
    }
    .sec3 .wrap .list .item .img {
        width: 100%;
        height: 42vw;
        border-radius: 4px;
    }
    .sec3 .wrap .list .item .item_r {
        width: 100%;
        padding: 20px 0 0;
    }
    .sec3 .wrap .list .item .item_r .date {
        font-size: 13px;
    }
    .sec3 .wrap .list .item .item_r .item_title {
        font-size: 16px;
        margin: 15px 0;
    }
    .sec3 .wrap .list .item .item_r .item_des {
        font-size: 14px;
        line-height: 1.4;
        height: unset;
    }
    .sec3 .wrap .list .item .item_r .common_more {
        margin: 20px 0 0;
    }
    .sec3 .wrap .list .item .item_r .common_more .cir {
        width: 29px;
        height: 29px;
    }
    .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;
    }
}
