html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

    a:hover {
        text-decoration: underline;
    }

ol, ul {
    list-style: none;
}

hr {
    border-top: 1px solid white;
    opacity: 1;
}

.underline:hover {
    text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: none;
}

.breadcrumb a, .linkBlue {
    color: #007bff;
}

    .breadcrumb a:hover, .linkBlue:hover {
        color: #0056b3;
        text-decoration: underline;
    }

.listDecoration::before {
    width: 3px;
    height: 1.2rem;
    background-color: #28a745;
    content: "";
    display: inline-block;
}

.bgWrap {
    background-image: url(../img/index_blank.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.contentWrap {
    background-image: url(../img/NewInner_blank.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.contentCenterWrap {
    margin-top: 3rem;
    min-height: 300px;
    border-radius: 20px;
    border: black 1px solid;
    background-color: rgb(137, 184, 214);
}

.logo {
    width: 50px;
    height: 50px;
}

.logoText {
    font-size: 16px;
}

.keywordLink {
    color: #007bff;
    cursor: pointer;
}

    .keywordLink:hover {
        color: #0056b3;
    }

.searchButton {
    border: 1px solid #00B4CC;
    background: #00B4CC;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 1.25rem;
}

.letterSpace {
    letter-spacing: 5px;
}

.btn_layout {
    color: white;
    background-color: #F4A053;
    border-radius: 2rem;
    border: none;
    font-size: 1.2rem;
}

.mainLink {
    margin-top: 16px;
}

    .mainLink > div > a {
        font-size: 0rem;
    }

.contentLink {
    margin-top: 16px;
}

    .contentLink > div a {
        font-size: 0rem;
    }

.link_match_layout {
    background-image: url(../img/btn/btn-match-2.png);
}

    .link_match_layout:hover {
        background-image: url(../img/btn/btn-match-1.png);
        cursor: pointer;
    }

.link_project_layout {
    background-image: url(../img/btn/btn-project-1.png);
}

    .link_project_layout:hover {
        background-image: url(../img/btn/btn-project-2.png);
    }

.link_qa_layout {
    background-image: url(../img/btn/btn-qa-2.png);
}

    .link_qa_layout:hover {
        background-image: url(../img/btn/btn-qa-1.png);
    }

.link_links_layout {
    background-image: url(../img/btn/btn-link-2.png);
}

    .link_links_layout:hover {
        background-image: url(../img/btn/btn-link-1.png);
    }

.link_progress_layout {
    background-image: url(../img/btn/btn-progress-2.png);
}

    .link_progress_layout:hover {
        background-image: url(../img/btn/btn-progress-1.png);
    }

.link_daycheck_layout {
    background-image: url(../img/btn/btn-daycheck-2.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

    .link_daycheck_layout:hover {
        background-image: url(../img/btn/btn-daycheck-1.png);
    }

.link_stationQ_layout {
    background-image: url(../img/btn/btn-stationQ-2.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

    .link_stationQ_layout:hover {
        background-image: url(../img/btn/btn-stationQ-1.png);
    }

.link_layout {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 4px;
    margin-left: 4px;
    margin-bottom: 4px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* 以下給 QA 頁用 */
.Q_content {
    color: #C5192D;
    font-size: 1.5rem;
}

.Q::before {
    content: "Q";
    background-color: #C5192D;
    border-radius: 50%;
    color: #FFFFFF;
    margin-right: 4px;
    height: 36px;
    width: 36px;
    display: inline-block;
    text-align: center;
    color: white;
    font-size: 1.5rem;
}

.A_content {
    color: white;
    font-size: 1.5rem;
}

.A::before {
    content: "A";
    background-color: #666;
    border-radius: 50%;
    color: #FFFFFF;
    margin-right: 4px;
    height: 36px;
    width: 36px;
    display: inline-block;
    text-align: center;
    color: white;
    font-size: 1.5rem;
}

.tabRow .tab {
    background-color: #d5d5d5;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 1.5rem;
    font-weight: 700;
}

    .tabRow .tab:first-child {
        border-bottom: 3px solid #009ce1;
    }

    .tabRow .tab:last-child {
        border-bottom: 3px solid #9839bb;
    }

.tabRow .tabActive {
    color: #fff;
    background-color: #498035;
}

.tabRow a {
    cursor: pointer;
}

.custom-table,
.custom-table th,
.custom-table td {
    border: 1px solid #000;
    background-color: transparent;
}

    .custom-table th {
        text-align: center;
        font-weight: bold;
    }

/* 以下給 English 頁用 */
.li_unset {
    list-style: unset;
    font-size: 1.25rem;
}

.englishLink {
    font-size: 0.875rem;
}

.ol_decimal {
    list-style: decimal;
}

.ol_decimal_I {
    list-style-type: upper-roman;
}

.ul_disc {
    list-style: disc;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    .li_unset {
        font-size: 1.5rem;
    }

    .englishLink {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .logo {
        width: 80px;
        height: 80px;
    }

    .logoText {
        font-size: 20px;
    }

    .mainLink {
        margin-top: 152px;
    }

    .link_layout {
        width: 140px;
        height: 140px;
        margin-right: 8px;
        margin-left: 8px;
        margin-bottom: 8px;
    }
}
