.cooperation {
    padding: 90px 0 100px 0
}

.cooperation .wrap {
    width: 1440px;
    margin: auto
}

.cooperation .wrap .text {
    font-weight: 400;
    font-size: 18px;
    color: #333;
    line-height: 36px;
    text-indent: 36px
}

.cooperation .wrap .content {
    margin: 87px 0 0 0;
    width: 100%
}

.cooperation .wrap .content table {
    width: 100%
}

.cooperation .wrap .content table tr:first-child {
    position: relative !important;
    z-index: 2;
    transform: translate(0,0);
}

.cooperation .wrap .content table tr:first-child:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 75px;
    top: 0;
    left: 0;
    background: #c8161d;
    border-radius: 38px;
    z-index: -1
}

.cooperation .wrap .content table tr:first-child td {
    font-weight: bold !important;
    font-size: 20px !important;
    color: #fff !important;
    border: none !important
}

.cooperation .wrap .content table tr td {
    height: 75px;
    font-weight: 400;
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 0 80px
}

.cooperation .wrap .content table tr td:not(:first-child) {
    text-align: center;
    color: #333;
    font-weight: 300;
    padding: 0
}

.cooperation .wrap .content table tr td:last-child {
    padding: 0 60px 0 0
}

@media screen and (max-width: 1920px) {
    .cooperation {
        padding: 4.6875vw 0 5.208333333333334vw 0
    }

    .cooperation .wrap {
        width: 75vw;
        margin: auto
    }

    .cooperation .wrap .text {
        font-weight: 400;
        font-size: 0.9375vw;
        color: #333;
        line-height: 1.875vw;
        text-indent: 1.875vw
    }

    .cooperation .wrap .content {
        margin: 4.53125vw 0 0 0;
        width: 100%
    }

    .cooperation .wrap .content table {
        width: 100%
    }



    .cooperation .wrap .content table tr:first-child:after {
        border-radius: 1.9791666666666667vw;
        height: 3.90625vw;
    }

    .cooperation .wrap .content table tr:first-child td {
        font-weight: bold !important;
        font-size: 1.0416666666666667vw !important;
        color: #fff !important;
        border: none !important
    }

    .cooperation .wrap .content table tr td {
        height: 3.90625vw;
        font-weight: 400;
        font-size: 0.8333333333333334vw;
        border-bottom: 1px solid #e6e6e6;
        padding: 0 0 0 4.166666666666667vw
    }

    .cooperation .wrap .content table tr td:not(:first-child) {
        text-align: center;
        color: #333;
        font-weight: 300;
        padding: 0
    }

    .cooperation .wrap .content table tr td:last-child {
        padding: 0 3.125vw 0 0
    }

}

@media screen and (max-width: 1024px) {
    .cooperation .wrap .text{
        font-size: 14px;
        line-height: 1.7;
    }
    .cooperation .wrap{
        width: 90%;

    }
    .cooperation .wrap .content table tr td{
        height: 30px;
        font-size: 12px;
    }
    .cooperation .wrap .content table tr:first-child td{
        font-size: 12px!important;
    }
    .cooperation .wrap .content table {
        width: max-content;
        min-width: 600px;
        margin: 0 auto;
    }
    .cooperation .wrap .content{
        margin: 35px 0 0 0;
        overflow-x: scroll;
    }
    .cooperation .wrap .content::-webkit-scrollbar{
        display: none;
    }
    .cooperation{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .cooperation .wrap .content table tr:first-child:after{
        height: 30px;
    }
}
@media screen and (max-width: 767px) {
    .cooperation{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}