﻿F@charset "UTF-8";
/* CSS Document */
html {
    font-family: 微軟正黑體, "Microsoft JhengHei",Sans-serif;
}

body {
    color: #333333;
    line-height: 1.5em;
    font-family: 微軟正黑體, "Microsoft JhengHei",Sans-serif;
    font-size: 0.8125em;
    backgroundF: #ffffe9 !important;
}

a, button {
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 480px) {
}







/*-- index --*/


.main-header {
    overflow: auto;
}


/*--- nav ---*/
.navbar {
    margin: 0 !important;
}

ul.navbar-nav {
    padding: 0;
    margin: 0;
    width: 100%;
}

.navbar-nav > li {
    margin: 0;
    padding: 0.5%;
    width: 33.3%;
    float: left;
    list-style: none;
}

    .navbar-nav > li > a {
        text-align: left;
        display: block;
        letter-spacing: .1em;
        text-shadow: 0 1px 3px rgba(0,0,0, .1);
        font-size: 1.125em;
        font-weight: bold;
        margin: 0;
        padding: 10px 10px !important;
        background-image: linear-gradient(to top, #ec6705, #ff8830);
        color: #FFF;
        border-radius: 8px;
    }

        .navbar-nav > li > a:hover,
        .navbar-nav > li > a:focus {
            background-color: #790100 !important;
            background-image: none;
            box-shadow: 0 2px 5px rgba(0,0,0, .2);
            color: #FFF;
        }

        .navbar-nav > li > a img {
            width: 40px;
            height: 40px;
            margin-right: 10px;
        }

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
    color: #FFF;
    background: rgba(0,65,124,1);
    box-shadow: 0 2px 5px rgba(0,0,0, .2);
}

.navbar-toggle {
    margin-top: -55px !important;
    margin-right: 15px !important;
}

    .navbar-toggle .icon-bar {
        background-color: #790100 !important;
    }

@media only screen and (max-width: 768px) and (min-width: 480px) {
    ul.navbar-nav {
        padding: 0;
        margin: 0 auto;
        width: 96%;
    }

    .navbar-nav > li {
        width: 100%;
    }

    .dropdown-menu > li > a {
        text-align: center;
        background-color: #e7f7ff;
        margin-bottom: 1px;
        color: #FFF;
    }
}

@media only screen and (max-width: 480px) {
    ul.navbar-nav {
        padding: 0;
        margin: 0 auto;
        width: 96%;
    }

    .navbar-nav > li {
        width: 100%;
    }

    .navbar-toggle {
        margin-top: -50px !important;
        margin-right: 15px !important;
    }
}

.logo {
    padding: 10px 0 0 0;
    margin: 0 auto;
}


@media only screen and (max-width: 998px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 480px) {
}


/*------ nav-tabs -----------*/
.select-type .nav-tabs li {
    margin-right: 5px;
}

.nav-tabs li a {
    /*background-image: linear-gradient(to top, #eeeeee, #FFFFFF);*/
    background-color: #00b8ba;
    color: #FFF;
    border: 2px solid #93dfe0 !important;
    border-bottom: none !important;
    border-radius: 10px 10px 0 0 !important;
}

    .nav-tabs li a:hover,
    .nav-tabs li.active a:hover {
        background-color: #009a9c !important;
        color: #FFF !important;
        border: 2px solid #009a9c !important;
        border-bottom: none !important;
    }

.nav-tabs li.active a {
    background-color: #FFF;
    color: #000000 !important;
}

.tab-content {
    border: 1px solid #5fbec4;
    border-top: none;
    border-radius: 0 0 8px 8px;
    margin-top: 0 !important;
    padding: 20px;
    overflow: auto;
}

/*-----*/
.main {
    margin: 10px 0px;
}

    .main img {
        width: 100%;
        overflow: auto;
        box-shadow: 0 0 16px rgba(0,0,0, .2);
        border-radius: 8px;
    }

h1.main-title {
    color: #1072bd;
    font-size: 1.5em;
    padding: 10px 10px 10px 0;
    margin: 20px 0 0px 0;
    font-weight: bold;
}
    h1.main-title > img {
        width: 28px;
        margin-right: 5px;
        margin-top: -4px;
    }

.mobile-newline {
        display: none;
    }

h1.main-title a {
        margin-left: 28px;
    }

h1.news-title img {
    width: 40px;
    margin-bottom: 8px;
    margin-right: 10px;
}

@media only screen and (max-width: 480px) {
    h1.main-title {
        font-size: 1.2em;
    }

    .mobile-newline {
        display: inline-block;
    }
}


.qna {
    background-color: #FFF;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
}

.qna-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 1.5rem 0 1rem;
}

    .qna .question {
        padding: 8px;
        background-color: #ddecd4;
        border-radius: 6px;
    }

        .qna .question span {
            background-color: #72ac4d;
            display: inline-block;
            text-align: center;
            vertical-align: central;
            width: 2.75rem;
            height: 2rem;
            border-radius: 11px;
            color: #FFF;
            margin-right: 5px;
            padding-top: 0.125rem;
        }

    .qna .answer {
        padding: 8px;
    }

ul.area-set {
    padding: 0;
    margin: 0;
}

    ul.area-set li {
        padding: .5%;
        margin: 0;
        width: 33.3%;
        float: left;
        list-style: none;
    }

        ul.area-set li a {
            text-align: center;
            display: block;
            color: #1f5e70;
            border-radius: 8px;
            padding: 40px 10px;
            font-size: 1.5em;
            background-color: #FFF;
            border: 2px solid #eceeeb;
        }

        ul.area-set li:nth-child(1) a:hover {
            background-color: #ff7151;
            color: #FFF;
        }

        ul.area-set li:nth-child(2) a:hover {
            background-color: #ffc000;
        }

        ul.area-set li:nth-child(3) a:hover {
            background-color: #73992a;
        }

        ul.area-set li:nth-child(4) a:hover {
            background-color: #0071c1;
        }

        ul.area-set li:nth-child(5) a:hover {
            background-color: #3d8f78;
        }

        ul.area-set li a:hover {
            box-shadow: 0 3px 8px rgba(0,0,0,.4);
            text-decoration: none;
            color: #FFF;
        }

ul.service-set {
    padding: 0;
    margin: 0;
}

    ul.service-set li {
        padding: 15px 15px;
        margin: 5px 0;
        display: block;
        list-style: none;
        background-color: #FFF;
        border-radius: 30px;
        box-shadow: 0 2px 5px rgba(0,0,0,.1);
        font-size: 1.125em;
    }

        ul.service-set li i {
            color: #eaae00;
            margin-right: 5px;
            font-size: 1.2em;
        }

        ul.service-set li:hover {
            background-color: #0071c1;
            color: #FFF;
            box-shadow: 0 2px 5px rgba(0,0,0,.2);
        }

            ul.service-set li:hover i {
                color: #FFF;
            }

.table {
    margin-bottom: 0px !important;
}

.table-typeA {
    border-bottom: 1px #dbdbdb solid;
    margin-top: 5px;
}

.table-responsive {
    border: none !important;
}

.table-typeA th {
    color: #283e4c;
    text-align: center;
}

    .table-typeA th a {
        color: #FFF;
    }

.table-typeA td {
    border-bottom: 1px solid #dbdbdb;
    border-top: none !important;
}

.table-typeA tbody {
}

    .table-typeA tbody tr:hover {
        background-color: #e7faf7;
    }

.table-typeA th.mark {
    color: #ff8a00 !important;
}

.table-typeA td a {
    display: block;
    color: #2f2f2f;
}

    .table-typeA td a:hover {
        color: #aa000a;
        text-decoration: none;
    }

.table-typeA .data {
    color: #8a8a8a;
}

.table-typeA td span {
    background-color: #65b5e5;
    width: auto;
    padding: 1px 6px;
    color: #FFFFFF;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 0 !important;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: none !important;
    }
}

@media only screen and (max-width: 480px) {
    .table {
        margin-bottom: 0 !important;
    }

    .table-typeA .td {
        border-bottom: none;
        padding: 6px;
    }

    .table-typeA .tr {
        background-color: #E3E3E3;
        margin-bottom: 10px !important;
        border: 2px solid #333333;
    }
}


/*--- btn ---*/
.space-right {
    margin-right: 4px;
}


.btnbar {
    margin: 0px 0 10px 0px;
    text-align: center;
    background-color: #fef4f0;
    overflow: auto;
}

    .btnbar .btn-left {
        float: left;
        width: 50%;
        text-align: left;
    }

    .btnbar .btn-right {
        float: right;
        width: 50%;
        text-align: right;
    }

    .btnbar i {
        padding-right: 3px;
    }

    .btnbar .btn {
        margin: 4px;
        padding: 5px 2% !important;
    }

.btn-submit {
    background-color: #ffa800;
    color: #FFF;
    border-radius: 4px !important;
    display: block;
    width: 100%;
}

    .btn-submit:hover {
        background-color: #dc3420;
        color: #FFF !important;
    }

.btn-more {
    color: #656565;
    background-color: #f4f4f4;
    display: block;
    padding: 6px;
}

    .btn-more:hover {
        background-color: #ffa800;
        color: #FFF !important;
        text-decoration: none;
        border-radius: 0 0 6px 6px;
    }

.btn-print {
    background-color: #0096d5;
    color: #FFF;
}

    .btn-print:hover {
        background-color: #006d84;
        color: #FFF !important;
    }

.btn-reset {
    background-color: #dfdfdf;
    color: #333333;
}

    .btn-reset:hover {
        background-color: #ba0000;
        color: #FFF !important;
    }

.table-pager {
    background-color: #f3f3f3;
    border-radius: 0 0 4px 4px;
    text-align: center;
    font-size: 0.9rem;
    padding: 8px;
}

    .table-pager a {
        padding: 0px 8px;
        display: inline-block;
        background-color: #FFFFFF;
        border-radius: 15px;
        margin: 0 2px;
    }

        .table-pager a:hover {
            background: #2a8fc3;
            color: #FFFFFF;
            text-decoration: none;
        }

@media only screen and (max-width: 480px) {
}

/*----*/
.text-bar {
    border: 1px solid #d3d3d3;
    padding: 5px 10px;
    border-radius: 6px;
    margin: 5px 0;
    color: #00768b;
}

    .text-bar span {
        font-weight: bold;
    }

@media (max-width: 768px) {
}

footer {
    text-align: center;
    margin-top: 20px;
}

    footer img {
        display: block;
        margin: 0 auto;
        padding: 10px;
    }

.footer {
    padding: 10px 0 20px 0;
    margin-bottom: 20px;
    font-size: 1.125em;
    color: #333333;
}
.footer span {
    white-space: nowrap; 
}
@media only screen and (max-width: 480px) {
    .footer {
        min-height: 500px;
    }
    .footer .footer_seprator {
        display:none;
    }
}

.applyHint {
    text-align: center;
    font-size: 1.36em;
    font-weight: bold;
    margin-top: 30px;
    line-height: 1.5em;
}

.picBlock {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border-top: 1px solid #ccc;
}



.rwd-table {
    overflow: hidden;
}

    .rwd-table tr:nth-of-type(2n) {
        background: #eee;
    }

    .rwd-table th, .rwd-table td {
        margin: 0.5em 1em;
    }

.rwd-table {
    min-width: 100%;
}

    .rwd-table th {
        display: none;
        /*white-space: nowrap;*/
        min-width: 5rem;
    }

    .rwd-table td {
        display: flex !important;
        /*flex-wrap: wrap;*/
    }

        .rwd-table td:before {
            content: attr(data-th) ": ";
            font-weight: bold;
            width: 6.5em;
            display: inline-block;
        }

@media (max-width: 767px) {
    .rwd-table td.hide-mobile { 
        display: none !important;
    }
}        
    .rwd-table th, .rwd-table td {
        text-align: left;
    }

        .rwd-table th, .rwd-table td:before {
            color: #25517d;
            font-weight: bold;
        }

@media (min-width: 768px) {

    .rwd-table td:before {
        display: none;
    }

    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: 0.25em 0.5em;
    }

        .rwd-table th:first-child, .rwd-table td:first-child {
            padding-left: 0;
        }

        .rwd-table th:last-child, .rwd-table td:last-child {
            padding-right: 0;
        }

    .rwd-table th, .rwd-table td {
        padding: 1rem 0.5em !important;
    }
}

.rwd-table {
    background: #fff;
    overflow: hidden;
}

    .rwd-table tr:nth-of-type(2n) {
        background: #eee;
    }

    .rwd-table th, .rwd-table td {
        margin: 0.5em 1em;
        /*width: 50%;*/
    }

.rwd-table {
    min-width: 100%;
}

    .rwd-table th {
        display: none;
    }

    .rwd-table td {
        display: block;
        vertical-align: top;
    }

@media (max-width: 767px) {
    .rwd-table td {
        width: 100%;
    }
}

        .rwd-table td:before {
            content: attr(data-th) "";
            font-weight: bold;
            width: 6.5em;
            display: inline-block;
        }

    .rwd-table th, .rwd-table td {
        text-align: left;
    }

        .rwd-table th, .rwd-table td:before {
            color: #25517d;
            font-weight: bold;
        } 

@media screen and (min-width: 768px) {
    .rwd-table td:before {
        display: none !important;
    }

    .rwd-table th, .rwd-table td {
        display: table-cell !important;
        padding: 0.25em 0.5em;
    }

        .rwd-table th:first-child, .rwd-table td:first-child {
            padding-left: 0;
        }

        .rwd-table th:last-child, .rwd-table td:last-child {
            padding-right: 0;
        }

    .rwd-table th, .rwd-table td {
        /*padding: 1em !important;*/
    }
}
@media screen and (max-width: 576px) {
    .rwd-table td:before {
        content: attr(data-th) "";
        font-weight: bold;
        width: 30%!important;
        min-width: 30%;
        display: inline-block;
        text-align: left;
        margin-right: 0.25rem;
    }
    .yngTable .rwd-table td:before {
        content: attr(data-th) "";
        font-weight: bold;
        width: 100%!important;
        min-width: 30%;
        display: inline-block;
        text-align: left;
        margin-right: 0rem;
        background-color:#25517d;
        color:#FFF;
        padding:5px 10px;
    }
    .rwd-table td.mobile-no-th:before {
        display: none;
    }
    .rwd-table td .t-flex, .rwd-table td .t-inline-flex {
        width: 68%;
    }
    .tech-list.rwd-table td:before, .tblIntrList.rwd-table td:before  { /*履歷表-技能證照-技術士證, 安穩僱用介紹卡清單*/
        width: 8rem !important;
    }
    .tblPayList.rwd-table td:before {
        width: 5rem !important;
        min-width: 5rem;
    }
}