.recruit{
   margin: 0 0 80px;
}
.recruit-wrap{
    margin-top: 40px;
}

.recruit-wrap p{
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-top: 24px;
    text-indent: 2em;
}

.recruit-wrap p:first-child{
    margin-top: 0;
}

.recruit table{
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin: 40px 0 0px;
}

table, td, th {
    border: 1px solid #ccc;
}

.recruit table th{
    text-align: center;
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    background-color: #BC2121;
    height: 70px;
    line-height: 70px;
    font-weight: 400;
}

.recruit table td {
    text-align: center;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    white-space: nowrap;
    width: 13.3%;
}

.recruit table td:first-child{
    width: 20%;
}

.recruit table tbody tr{
    height: 64px;
    line-height: 64px;
    background-color: #F8F8F8;
    cursor: pointer;
}

@media (max-width: 992px) {
    .recruit{
        margin: 3rem 0 5rem;
    }
    
    .recruit-wrap{
        margin-top: 2.5rem;
    }
    
    .recruit-wrap p{
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-top: 1.5rem;
    }
    
    .recruit table{
        margin: 3rem 0 0;
    }
    .recruit table th{
        height: 4.8rem;
        line-height: 4.8rem;
        font-size: 1.8rem;
    }
    
    .recruit table td{
        font-size: 1.4rem;
    }
    
    .recruit table tbody tr{
        line-height: 3.8rem;
        height: 3.8rem;
    }
}