@charset "utf-8";

.innerText_inner img {
    display: block;
    margin: 0 auto;
    width: 1000px;
}

.technicians_table {
    margin: 130px 0 20px;
    width: 100%;
    text-align: center;
    border-top: 4px solid #444;
    border-bottom: 4px solid #444;
    table-layout: fixed;
}

.technicians_table th {
    height: 60px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    font-weight: 500;
}

.technicians_table th:first-child {
    width: 15%;
}

.technicians_table th:nth-child(2) {
    width: 20%;
}

.technicians_table th:nth-child(3) {
    width: 15%;
}

.technicians_table th:nth-child(4) {
    width: 25%;
}

.technicians_table th:last-child {
    width: 25%;
}

.technicians_table tr {
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.technicians_table td {
    height: 30px;
    font-size: 15px;
    padding: 15px 3px;
    color: #343434;
    box-sizing: border-box;
}

.only_th {
    background: rgba(0,71,157,.1);
}


@media (max-width: 1280px) {

    .only_th th {
        font-size: 17px;
    }
}



@media (max-width: 1000px) {

    .innerText_inner img {
        width: 100%;
    }

}

@media (max-width: 937px) {

    .technicians_table {
        margin: 100px 0 0px;
    }

    .only_th th {
        font-size: 16px;
        height: 50px;
    }

    .technicians_table td {
        height: 27px;
        font-size: 15px;
    }

    .last_td td {
        padding-bottom: 12px;
    }

}


@media (max-width: 550px) {

    .technicians_table {
        margin: 80px 0 0px;
        border-top: 3px solid #555;
        border-bottom: 2px solid #ccc;
    }

    .technicians_table td:first-child {
        width: 12%;
    }

    .technicians_table th:nth-child(3) {
        width: 14%;
    }

    .technicians_table td:nth-child(4) {
        width: 26%;
    }

    .technicians_table td:last-child {
        width: 28%;
    }

    .only_th th {
        font-size: 14px;
        height: 40px;
    }

    .technicians_table td {
        height: 23px;
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 10px 3px;
    }

    .first_td td {
        padding-top: 5px;
        line-height: 1.4;
    }

    .last_td td {
        padding-bottom: 8px;
    }

}



@media (max-width: 375px) {

    .technicians_table td {
        font-size: 12px;
    }
    
    .certi_num:hover,
    .certi_num:active,
    .certi_num:focus {
        cursor: help;
    }

}