﻿.A-5img4 {
    max-width: 490px;
    margin: auto;
}

/* 職缺表格樣式 */
tr .titleName {
    padding-left: 1.3rem;
}

.table {
    color: #303030;
    margin-top: 0;
}

    .table th,
    .table td {
        border-top: 0;
        border-bottom: 1px solid #dee2e6;
    }

    .table th {
        border-top: 0px;
    }

    .table .thead-dark th {
        background-color: #096391;
        border-color: #096391;
        font-weight: 400;
        border-bottom: none;
    }

    .table tr th:nth-child(3),
    .table tr td:nth-child(3) {
        text-align: center;
    }

.titleName {
    color: #303030;
}

.to104 {
    right: 0;
    text-align: right;
}

/* 步驟(step)表格 */
table.step tbody tr td {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    vertical-align: top;
}

table.step td > img {
    width: 100px;
    margin-right: 1.5rem;
}

table.step h6 {
    padding-bottom: 0;
    color: #008bd3;
}

table.step p {
    padding-bottom: 0.6rem;
}

/******/
.iconBlue {
    display: inline-block;
}

.step.Chi {
    margin: 0 20px;
}

/**/
@media (max-width: 575px){
    table.step td > img {
        width: 70px;
        margin-right: 17px;
    }
    .step.Chi {
        margin: 0 0;
    }
    .step.Chi .iconBlue {
        padding: 2px 15px 3px;
        font-size: 0.875rem;
    }
    table.step h6 {
        font-size: 1.15rem;
    }
}

