
.cooperateUnitBox {
    padding: 10px;
    position: relative;
}

.cooperateInfoBox {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 59vw;
    height: 42vw;
    font-size: 3vw;
    color: #464646;
}

.cooperateTitle {
    margin-top: 12vw;
    margin-bottom: 2vw;
    font-size: 5vw;

    font-weight: bold;
    color: #72BB4B;
}

.cooperateTitle.v2 {
    color: #AD7D33
}

.cooperateTitle.v3 {
    color: #A47DD2
}

.cooperateTitle.v4 {
    color: #43A88F
}