.recr .w1440 {

    background-color: #eae4d8;
    padding: 0 30px;
}

.recruitment {
    padding: 100px 8%;
    background-color: #f7f5f3;

}

.recruitment .recruitment_mine {}

.recruitment .m_txte {
    letter-spacing: 0px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;

}

.recruitment .gg {

    display: flex;
    align-items: center;
}

.recruitment .gg p {
    margin-right: 5px;
    letter-spacing: 0px;
    color: #606060;
}

.recruitment .re_des {

    border-bottom: solid 1px rgb(32, 32, 32, 0.2);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.fond_txt {

    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 40px;
}

.table_mine table {

    border: solid 1px #c9c9c9;
    width: 100%;
}

.table_mine table thead tr {

    background-color: #dfdfdf;
    width: 100%;
}


.table_mine .table_1 table thead tr th:nth-child(1) {

    width: 16%;
}

.table_mine .table_1 table thead tr th:nth-child(2) {

    width: 35%;
}

.table_mine .table_1 table thead tr th:nth-child(3) {

    width: 35%;
}

.table_mine .table_1 table thead tr th:nth-child(4) {

    width: 14%;
}


.table_mine .table_2 table thead tr th:nth-child(1) {

    width: 16%;
}

.table_mine .table_2 table thead tr th:nth-child(2) {
    width: 14%;

}

.table_mine .table_2 table thead tr th:nth-child(3) {
    width: 25%;

}

.table_mine .table_2 table thead tr th:nth-child(4) {
    width: 35%;

}

.table_mine .table_2 table thead tr th:nth-child(5) {
    width: 10%;

}

.table_mine .table_3 table thead tr th:nth-child(1) {

    width: 16%;
}

.table_mine .table_3 table thead tr th:nth-child(2) {
    width: 14%;

}

.table_mine .table_3 table thead tr th:nth-child(3) {
    width: 25%;

}

.table_mine .table_3 table thead tr th:nth-child(4) {
    width: 35%;

}

.table_mine .table_3 table thead tr th:nth-child(5) {
    width: 10%;

}

.table_mine table thead tr th {
    border: 1px solid #c9c9c9;
    height: 56px;
    background-color: #dfdfdf;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 2px;
}

.table_mine table tbody tr td {
    border: 1px solid #c9c9c9;
    height: 56px;
    /* background-color: #dfdfdf; */
    text-align: center;
    /* font-weight: bold; */
    line-height: 1.5;
    font-size: 16px;
    padding: 8px;
}

.fond_h {

    letter-spacing: 0px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
}

.recruitment_mine .tablea {

    margin-bottom: 3vw;
}

.recruitment_mine .table_5 {
    margin-bottom: 0vw;

}

.recruitment_mine .table_4 ul li {

    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 20px;
}

.recruitment_mine .table_5 p {

    margin-bottom: 20px;
    letter-spacing: 0px;
    color: #000000;
}

@media screen and (max-width: 768px) {
    .recruitment {

        padding: 0;
    }

    .recr .w1440 {
        padding: 0 5px;

    }

    .recruitment .recruitment_mine {

        padding: 40px 10px;
    }

    .table_mine table thead tr th {
        font-size: 14px;
        padding: 5px;
    }

    .recruitment .m_txte {
        text-align: center;
        margin-bottom: 10px;

    }

    .recruitment .gg {

        justify-content: center;
    }

    .recruitment .re_des {

        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .fond_txt {

        margin-bottom: 15px;
        margin-top: 15px;
    }

    .table_mine table tbody tr td {


        padding: 5px;
        font-size: 12px;

    }

    .fond_h {

        margin-bottom: 15px;
    }

    .recruitment_mine .tablea {
        margin-bottom: 20px;
    }

    .recruitment_mine .table_4 ul li {

        margin-bottom: 10px;
    }

    .recruitment_mine .table_5 p {
        margin-bottom: 10px;
    }

    .table_mine table {

        margin-top: 0;
    }
}