.sec1 {
    padding: 109px 0 321px;
    position: relative;
}

.sec1 .common_bg1 {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.sec1 .common_bg1 img {
    display: block;
    width: 100%;
}

.sec1 .wrap .l_box {
    width: 830px;
}

.sec1 .wrap .l_box .title {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 40px;
    color: #000000;
    line-height: 48px;
    text-transform: uppercase;
}

.sec1 .wrap .l_box .des {
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    margin: 22px 0 79px;
}

.sec1 .wrap .l_box .des1 {
    margin: 81px 0 0;
    width: 680px;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}

.sec1 .wrap .l_box .content {
    width: 710px;
}

.sec1 .wrap .l_box .content ul li {
    padding: 0 0 0 18px;
}

.sec1 .wrap .l_box .content ul li:not(:last-child) {
    margin-bottom: 40px;
}

.sec1 .wrap .l_box .content ul li h5 {
    font-family: 'Montserrat M';
    font-weight: 500;
    font-size: 16px;
    color: #00AAEC;
    margin-bottom: 10px;
    position: relative;
}

.sec1 .wrap .l_box .content ul li h5:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #00AAEC;
    border-radius: 50%;
    position: absolute;
    left: -18px;
    top: 5px;
}

.sec1 .wrap .l_box .content ul li p {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
}

.sec2 {
    padding: 90px 0 130px;
}

.sec2 .wrap .title {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 40px;
    color: #000000;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
}

.sec2 .wrap .des {
    width: 1000px;
    margin: 20px auto 60px;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
}

.sec2 .wrap .img {
    width: 1300px;
    margin: 0 auto 70px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec2 .wrap .img .play {
    width: 62px;
    height: 62px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.6s;
    position: absolute;
}

.sec2 .wrap .img .play img {
    display: block;
    width: 13px;
    transform: translateX(2px);
    transition: 0.6s;
}

.sec2 .wrap .img .play:hover {
    background: #000;
}

.sec2 .wrap .img .play:hover img {
    filter: invert(1);
}

.sec2 .wrap .img > img {
    display: block;
    width: 100%;
    transition: 3s;
}

.sec2 .wrap .little_title {
    font-family: 'Montserrat M';
    font-weight: 500;
    font-size: 30px;
    color: #000000;
    margin-bottom: 66px;
    text-align: center;
}

.sec2 .wrap .list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 30px;
}

.sec2 .wrap .list .item {
    width: 460px;
    position: relative;
}

.sec2 .wrap .list .item:not(:nth-last-child(1), :nth-last-child(2), :nth-last-child(3)) {
    border-bottom: 1px solid #E5E5E5;
}

.sec2 .wrap .list .item:nth-child(3n+1) {
    padding: 24px 40px 50px 0;
}

.sec2 .wrap .list .item:nth-child(3n+1):after {
    content: "";
    width: 1px;
    position: absolute;
    top: 0;
    right: -16px;
    height: calc(100% - 9px);
    background: #E5E5E5;
}

.sec2 .wrap .list .item:nth-child(3n+2) {
    padding: 24px 20px 50px;
}

.sec2 .wrap .list .item:nth-child(3n+2):after {
    content: "";
    width: 1px;
    position: absolute;
    top: 0;
    right: -16px;
    height: calc(100% - 9px);
    background: #E5E5E5;
}

.sec2 .wrap .list .item:nth-last-child(1) .h5, .sec2 .wrap .list .item:nth-last-child(2) .h5, .sec2 .wrap .list .item:nth-last-child(3) .h5 {
    height: 48px;
}

.sec2 .wrap .list .item:nth-child(3n) {
    padding: 24px 0 50px 40px;
}

.sec2 .wrap .list .item .h5 {
    font-family: 'Montserrat M';
    font-weight: 500;
    font-size: 20px;
    color: #00AAEC;
    margin-bottom: 20px;
}

.sec2 .wrap .list .item .p {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
}

.sec3 {
    padding: 123px 0 122px;
    position: relative;
}

.sec3 .wrap .l_box {
    width: 625px;
}

.sec3 .wrap .l_box .title {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 40px;
    color: #000000;
    line-height: 48px;
    text-transform: uppercase;
}

.sec3 .wrap .l_box .des {
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    margin: 20px 0 32px;
}

.sec3 .wrap .l_box .flex {
    display: flex;
    justify-content: space-between;
}

.sec3 .wrap .l_box .flex .icon {
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec3 .wrap .l_box .flex .icon img {
    display: block;
    width: 36px;
}

.sec3 .wrap .l_box .flex .p {
    font-family: 'Montserrat M';
    width: 550px;
    height: 70px;
    padding: 0 20px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    font-weight: 500;
    font-size: 16px;
    color: #00AAEC;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.sec3 .wrap .l_box .des1 {
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    margin: 13px 0 50px;
    padding: 0 0 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.sec3 .wrap .l_box .p {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
}

.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.6770833333vw 0px 16.71875vw;
    }

    .sec1 .wrap .l_box {
        width: 43.2291666667vw;
    }

    .sec1 .wrap .l_box .title {
        font-size: 2.0833333333vw;
        line-height: 2.5vw;
    }

    .sec1 .wrap .l_box .des {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
        margin: 1.1458333333vw 0px 4.1145833333vw;
    }

    .sec1 .wrap .l_box .des1 {
        margin: 4.21875vw 0px 0px;
        width: 35.4166666667vw;
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }

    .sec1 .wrap .l_box .content {
        width: 36.9791666667vw;
    }

    .sec1 .wrap .l_box .content ul li {
        padding: 0px 0px 0px 0.9375vw;
    }

    .sec1 .wrap .l_box .content ul li:not(:last-child) {
        margin-bottom: 2.0833333333vw;
    }

    .sec1 .wrap .l_box .content ul li h5 {
        font-size: 0.8333333333vw;
        margin-bottom: 0.5208333333vw;
    }

    .sec1 .wrap .l_box .content ul li h5::after {
        width: 0.4166666667vw;
        height: 0.4166666667vw;
        left: -0.9375vw;
        top: 0.2604166667vw;
    }

    .sec1 .wrap .l_box .content ul li p {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }

    .sec2 {
        padding: 4.6875vw 0px 6.7708333333vw;
    }

    .sec2 .wrap .title {
        font-size: 2.0833333333vw;
        line-height: 2.5vw;
    }

    .sec2 .wrap .des {
        width: 52.0833333333vw;
        margin: 1.0416666667vw auto 3.125vw;
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }

    .sec2 .wrap .img {
        width: 67.7083333333vw;
        margin: 0px auto 3.6458333333vw;
        border-radius: 0.5208333333vw;
    }

    .sec2 .wrap .img .play {
        width: 3.2291666667vw;
        height: 3.2291666667vw;
    }

    .sec2 .wrap .img .play img {
        width: 0.6770833333vw;
        transform: translateX(0.1041666667vw);
    }

    .sec2 .wrap .little_title {
        font-size: 1.5625vw;
        margin-bottom: 3.4375vw;
    }

    .sec2 .wrap .list {
        gap: 0.7291666667vw 1.5625vw;
    }

    .sec2 .wrap .list .item {
        width: 23.9583333333vw;
    }

    .sec2 .wrap .list .item:nth-child(3n+1) {
        padding: 1.25vw 2.0833333333vw 2.6041666667vw 0px;
    }

    .sec2 .wrap .list .item:nth-child(3n+1)::after {
        right: -0.8333333333vw;
        height: calc(100% - 0.46875vw);
    }

    .sec2 .wrap .list .item:nth-child(3n+2) {
        padding: 1.25vw 1.0416666667vw 2.6041666667vw;
    }

    .sec2 .wrap .list .item:nth-child(3n+2)::after {
        right: -0.8333333333vw;
        height: calc(100% - 0.46875vw);
    }

    .sec2 .wrap .list .item:nth-last-child(1) .h5, .sec2 .wrap .list .item:nth-last-child(2) .h5, .sec2 .wrap .list .item:nth-last-child(3) .h5 {
        height: 2.5vw;
    }

    .sec2 .wrap .list .item:nth-child(3n) {
        padding: 1.25vw 0px 2.6041666667vw 2.0833333333vw;
    }

    .sec2 .wrap .list .item .h5 {
        font-size: 1.0416666667vw;
        margin-bottom: 1.0416666667vw;
    }

    .sec2 .wrap .list .item .p {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }

    .sec3 {
        padding: 6.40625vw 0px 6.3541666667vw;
    }

    .sec3 .wrap .l_box {
        width: 32.5520833333vw;
    }

    .sec3 .wrap .l_box .title {
        font-size: 2.0833333333vw;
        line-height: 2.5vw;
    }

    .sec3 .wrap .l_box .des {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
        margin: 1.0416666667vw 0px 1.6666666667vw;
    }

    .sec3 .wrap .l_box .flex .icon {
        width: 3.6458333333vw;
        height: 3.6458333333vw;
        border-radius: 0.3125vw;
    }

    .sec3 .wrap .l_box .flex .icon img {
        width: 1.875vw;
    }

    .sec3 .wrap .l_box .flex .p {
        width: 28.6458333333vw;
        height: 3.6458333333vw;
        padding: 0px 1.0416666667vw;
        border-radius: 0.3125vw;
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }

    .sec3 .wrap .l_box .des1 {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
        margin: 0.6770833333vw 0px 2.6041666667vw;
        padding: 0px 0px 2.6041666667vw;
    }

    .sec3 .wrap .l_box .p {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }

    .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: 60px 0 60vw;
    }
    .sec1 .wrap {
        position: relative;
        z-index: 3;
    }
    .sec1 .wrap .l_box {
        width: 100%;
    }
    .sec1 .wrap .l_box .title {
        font-size: 20px;
        line-height: 1.2;
    }
    .sec1 .wrap .l_box .des {
        font-size: 14px;
        line-height: 1.3;
        margin: 15px 0 25px;
    }
    .sec1 .wrap .l_box .content ul li:not(:last-child) {
        margin-bottom: 20px;

    }
    .sec1 .wrap .l_box .content ul li {
        padding: 0 0 0 10px;
    }
    .sec1 .wrap .l_box .content ul li h5::after {
        width: 4px;
        height: 4px;
        left: -10px;
        top: 7px;
    }
    .sec1 .wrap .l_box .content ul li p {
        font-size: 13px;
        line-height: 1.3;
    }
    .sec1 .wrap .l_box .content ul li h5 {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .sec1 .wrap .l_box .content {
        width: 100%;
    }
    .sec1 .wrap .l_box .des1 {
        font-size: 14px;
        line-height: 1.4;
        margin: 30px 0 0;
        width: 100%;
    }
    .sec2 {
        padding: 60px 0;
    }
    .sec2 .wrap .title {
        font-size: 20px;
        line-height: 1.3;
    }
    .sec2 .wrap .des {
        width: 100%;
        margin: 15px 0 30px;
        font-size: 14px;
        line-height: 1.4;
    }
    .sec2 .wrap .img {
        width: 100%;
        border-radius: 6px;
        margin: 0 0 50px;
    }
    .sec2 .wrap .img .play {
        width: 36px;
        height: 36px;

    }
    .sec2 .wrap .img .play img {
        width: 8px;
    }
    .sec2 .wrap .little_title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .sec2 .wrap .list {
        gap: 20px;
    }
    .sec2 .wrap .list .item {
        width: 100%;
        text-align: center;
        padding: 0 0 20px !important;
        border-bottom: 1px solid #E5E5E5;
    }
    .sec2 .wrap .list .item:nth-child(3n+1)::after {
        display: none;
    }
    .sec2 .wrap .list .item:nth-child(3n+2)::after {
        display: none;
    }
    .sec2 .wrap .list .item .h5 {
        font-size: 15px;
        margin-bottom: 10px;
        height: unset !important;
    }
    .sec2 .wrap .list .item .p {
        font-size: 14px;
        line-height: 1.4;
    }
    .sec4 {
        padding: 50px 0 70px;
    }
    .sec4 .wrap .title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .sec4 .wrap .des {
        width: 100%;
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 25px;
        text-align: center;
    }
    .sec3 {
        padding: 60px 0;
    }
    .sec3 .wrap .l_box {
        width: 100%;
    }
    .sec3 .wrap .l_box .title {
        font-size: 18px;
        line-height: 1.4;
    }
    .sec3 .wrap .l_box .des {
        font-size: 14px;
        margin: 15px 0 25px;
        line-height: 1.4;
    }
    .sec3 .wrap .l_box .flex {
        justify-content: flex-start;
        gap: 10px;
        flex-wrap: wrap;
    }
    .sec3 .wrap .l_box .flex .icon {
        width: 50px;
        height: 50px;
        border-radius: 4px;
    }
    .sec3 .wrap .l_box .flex .p {
        width: 100%;
        height: unset;
        border-radius: 4px;
        padding: 15px 15px;
        font-size: 13px;
        line-height: 1.3;
    }
    .sec3 .wrap .l_box .flex .icon img {
        width: 20px;
    }
    .sec3 .wrap .l_box .des1 {
        font-size: 14px;
        line-height: 1.4;
        margin: 15px 0;
        padding-bottom: 10px;
    }
    .sec3 .wrap .l_box .p {
        font-size: 14px;
        line-height: 1.4;
    }
}
