.employee_wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

@media screen and (max-width: 1440px) {
    .employee_wrapper {
        max-width: 1000px;
    }
}

@media screen and (max-width: 1024px) {
    .employee_wrapper {
        max-width: 800px;
    }
}

.employee_wrapper .heading {
    margin-top: 220px;
}

@media screen and (max-width: 1024px) {
    .employee_wrapper .heading {
        margin-top: 120px;
    }
}

@media screen and (max-width: 600px) {
    .employee_wrapper .heading {
        margin-top: 90px;
        margin-bottom: 30px;
    }
}

/* Section Employee */

.section_employee h3 {
    border-bottom: 1px dashed #555;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.section_employee h3 span {
    background-color: #F4CE20;
}

.section_employee figure.wp-block-flexible-table-block-table {
    margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
    #employee .section_employee table th {
        width: 220px !important;
        padding: 24px !important;
        font-size: 16px !important;
    }
}

@media screen and (max-width: 600px) {
    #employee .section_employee table th {
        width: 100% !important;
        display: block !important;
        box-sizing: border-box !important;
        padding: 5px 20px !important;
        text-align: left !important;
        border-bottom: none !important;
    }
}

@media screen and (max-width: 600px) {
    .section_employee .employee_group th .sp_none {
        display: none !important;
    }
}

#employee .section_employee table td {
    text-align: justify;
}

@media screen and (max-width: 1024px) {
    #employee .section_employee table td {
        padding: 24px !important;
        font-size: 16px !important;
    }
}

@media screen and (max-width: 600px) {
    #employee .section_employee table td {
        width: 100% !important;
        display: block;
        box-sizing: border-box !important;
        padding: 20px 20px !important;
    }
}

@media screen and (max-width: 600px) {
    #employee .section_employee table .td_others {
        border-bottom: none !important;
    }
}

.section_employee .employee_group th.th_last {
    border-bottom: 1px solid #A3C2C7;
}

#employee .section_employee table {
    max-width: 100% !important;
}

