﻿/* ---reset.css--- */
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

a:hover {
    text-decoration: none;
}
/* ---reset.css--- */

html, body {
    font-family: Microsoft JhengHei;
    -webkit-text-size-adjust: none;
    background-color: #fff;
}


.d-no {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.img {
    width: 100%;
}

.content {
    width: 100%;
    margin: 0 auto;
}

.content2 {
    max-width: 1350px;
    margin: 0 auto;
    clear: both;
}

.box-left {
    width: 23%;
    height: auto;
    border-radius: 5px;
    float: left;
}

.box-right {
    width: 77%;
    height: 40px;
    float: right;
    align-items: center;
    display: flex;
}

.box-left_en {
    width: 15%;
    height: auto;
    border-radius: 5px;
    float: left;
}

.box-right_en {
    width: 85%;
    height: auto;
    float: right;
    align-items: center;
    display: flex;
}

.input {
    background-color: #e5e5e5;
    border-radius: 5px;
    margin-top: 5px;
    width: 100%;
    font-size: 12px;
    padding: 2px;
}

.admin-btn {
    margin: auto;
    text-align: center;
}

.btn-save {
    padding: 10px 15px 10px 15px;
    border: 1px solid #d60000;
    cursor: pointer;
    width: 100%;
    background: #d60000;
    color: #fff;
}

.btn-other {
    padding: 10px 15px 10px 15px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #fff;
    cursor: pointer;
    width: 50%;
    background: #d00022;
    color: #fff;
}

.btn-other-I04 {
    padding: 10px 15px 10px 15px;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #fff;
    cursor: pointer;
    width: 30%;
    background: #d00022;
    color: #fff;
}

.btn-other-F05 {
    padding: 10px 15px 10px 15px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #fff;
    cursor: pointer;
    width: 30%;
    background: #d00022;
    color: #fff;
}

.btn-other-center {
    padding: 10px 15px 10px 15px;
    float: center;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #fff;
    cursor: pointer;
    width: 30%;
    background: #d00022;
    color: #fff;
}

.btn-other:hover {
    border: 1px solid #d60000;
    background: #d6000000;
    color: #FFF;
}

.btn-save:hover {
    border: 1px solid #d60000;
    background: #fff;
    color: #d60000;
}

.btn-other-F05:hover {
    border: 1px solid #d60000;
    background: #d6000000;
    color: #d60000;
}

.btn-other-center:hover {
    border: 1px solid #d60000;
    background: #d6000000;
    color: #d60000;
}

.btn-save-F05:hover {
    border: 1px solid #d60000;
    background: #fff;
    color: #d60000;
}
/* ===頁籤=== */
.tabs-nav {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
}

    .tabs-nav li {
        list-style: none;
        display: inline-block;
        padding-bottom: 0px;
    }

.tabs-nav1 {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    letter-spacing: 3px;
}

    .tabs-nav1 li {
        list-style: none;
        display: inline-block;
        padding-bottom: 0px;
    }

.menu-div-top li:before {
    content: "";
    padding-right: 0px;
    color: #f5515d
}

a.tab-menu {
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.menu-div-top a:hover {
    border-bottom: 2px solid #d4d3c1;
    text-decoration: none;
}

a.tab-menu.tabs-active {
    border-bottom: 2px solid #d4d3c1;
}

.tabs-container {
    margin-top: -1px;
    background-color: #fff;
}

.tabs-panel {
    display: none;
    min-height: 150px;
}
/* ===頁籤=== */
/* ===表格=== */
.textpic {
    width: 80%;
}

.textpic2 {
    width: 70%;
}

.tr-yellow {
    background-color: #d00022;
    color: #fff;
    border-color: #d00022;
    font-weight: bold;
    font-size: 12px;
}

.tr-blue {
    color: #000;
    font-weight: bold;
    font-size: 12px;
}

.tr-red {
    width: 100%;
}

.tr-red2 {
    width: 80%;
}

.td-spac {
    width: 20%;
    line-height: 30px;
    text-align: center;
    height: 30px;
    border: 1px solid #d4d3c1;
}

.td-spac2 {
    padding: 10px 10px 10px 10px;
    font-size: 16px;
    width: 25%;
}

.td-spac3 {
    width: 20%;
    line-height: 20px;
    text-align: center;
    height: 50px;
    font-size: 14px;
    background-color: #f4f4f4;
    border: 1px solid #fff;
    color: a3a2a2;
    font-weight: 500;
    padding: 10px;
}

.td-spac32 {
    width: 20%;
    line-height: 20px;
    text-align: center;
    height: 50px;
    font-size: 14px;
    background-color: #e8e6e6;
    border: 1px solid #fff;
    color: a3a2a2;
    font-weight: 500;
    padding: 10px;
}

.td-spac33 {
    line-height: 20px;
    height: 50px;
    font-size: 14px;
    background-color: #f4f4f4;
    border: 1px solid #fff;
    color: a3a2a2;
    font-weight: 500;
    padding: 10px;
}

.td-spac34 {
    line-height: 20px;
    height: 50px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #fff;
    color: a3a2a2;
    font-weight: 500;
    padding: 10px;
}

.td-spacN_06 {
    width: 20%;
    line-height: 25px;
    text-align: center;
    height: 25px;
    font-size: 14px;
    background-color: #f4f4f4;
    border: 1px solid #fff;
    color: 000000;
    font-weight: 500;
    padding: 10px;
}

.td-spac3_D_16 {
    width: 15%;
    line-height: 50px;
    text-align: center;
    height: 50px;
    font-size: 14px;
    background-color: #f4f4f4;
    border: 1px solid #fff;
    color: a3a2a2;
    font-weight: 500;
}

.td-spac3_D_29 {
    width: 10%;
    line-height: 30px;
    text-align: center;
    height: 30px;
    font-size: 14px;
    background-color: #f4f4f4;
    border: 1px solid #fff;
    font-weight: 500;
    padding: 7px;
}

.td-spac3_D_29-2 {
    width: 10%;
    line-height: 50px;
    text-align: center;
    height: 50px;
    font-size: 14px;
    background-color: #f4f4f4;
    color: a3a2a2;
    font-weight: 500;
    border: 0px none #fff;
}

.td-spac3_D_29-3 {
    width: 20%;
    line-height: 30px;
    text-align: center;
    height: 30px;
    font-size: 14px;
    background-color: #c7c7c7;
    border: 1px solid #fff;
    font-weight: 500;
    padding: 7px;
}

.td-spac3_image {
    line-height: 30px;
    text-align: center;
    height: 30px;
    background-color: #f4f4f4;
    border: 1px solid #fff;
    padding: 7px;
}

.td-spac3 a {
    color: #000;
    text-decoration: underline;
}

    .td-spac3 a:hover {
        color: #d00022;
    }

.td-spacB_05 a {
    color: #000;
    text-decoration: underline;
}

.td-spacB_05-2 {
    width: 20%;
    line-height: 25px;
    text-align: left;
    height: 30px;
    font-size: 14px;
    background-color: #E7E7E7;
    border: 1px solid #fff;
    color: #000;
    font-weight: 500;
    padding-top: 5px;
    padding: 8px 8px 8px 8px;
}

.td-spacB_05 a:hover {
    color: #d00022;
}

.td-spacN_06 a {
    color: #000;
    text-decoration: none;
}

    .td-spacN_06 a:hover {
        color: #d00022;
    }

.td-spac3_30p {
    width: 30%;
    line-height: 20px;
    text-align: center;
    height: 50px;
    font-size: 14px;
    background-color: #f4f4f4;
    border: 1px solid #fff;
    color: a3a2a2;
    font-weight: 500;
    padding: 10px;
}

.td-spac4 {
    width: 20%;
    line-height: 30px;
    text-align: center;
    height: 40px;
    font-size: 17px;
    margin-bottom: 10px;
    padding: 5px;
}

.td-spac4-w10 {
    max-width: 10%;
    line-height: 30px;
    text-align: center;
    height: 40px;
    font-size: 17px;
    margin-bottom: 10px;
    padding: 5px;
}

.td-spac4-w40 {
    width: 40%;
    line-height: 30px;
    text-align: center;
    height: 40px;
    font-size: 17px;
    margin-bottom: 10px;
    padding: 5px;
}

.td-spac43 {
    width: 10%;
    line-height: 30px;
    text-align: center;
    height: 40px;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 5px;
}

.td-spac42 {
    line-height: 30px;
    text-align: center;
    height: 40px;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 5px;
}

.td-spac41 {
    width: 20%;
    line-height: 30px;
    text-align: center;
    height: 40px;
    font-size: 17px;
    margin-bottom: 10px;
    background-color: #e8e7e7;
    padding: 5px;
}

.td-spac41-w10 {
    max-width: 10%;
    line-height: 30px;
    text-align: center;
    height: 40px;
    font-size: 17px;
    margin-bottom: 10px;
    background-color: #e8e7e7;
    padding: 5px;
}

.td-spac41-w40 {
    width: 40%;
    line-height: 30px;
    text-align: center;
    height: 40px;
    font-size: 17px;
    margin-bottom: 10px;
    background-color: #e8e7e7;
    padding: 5px;
}

.td-spac4_D_16 {
    width: 15%;
    line-height: 30px;
    text-align: center;
    height: 30px;
    font-size: 15px;
}

.td-spac4_D_29 {
    width: 10%;
    line-height: 30px;
    text-align: center;
    height: 30px;
    font-size: 15px;
}

.td-spac4_J_17 {
    width: 20%;
    line-height: 30px;
    text-align: center;
    height: 30px;
    font-size: 15px;
    background-color: #666;
}

.td-spac4-1 {
    width: 10%;
    line-height: 30px;
    text-align: left;
    height: 30px;
    font-size: 15px;
    padding-left: 15px;
}

.td-spac4-2 {
    width: 10%;
    line-height: 30px;
    text-align: left;
    height: 30px;
    font-size: 15px;
    padding-left: 15px;
    border-bottom: #fff 1px solid;
}

.td-spacJ_42-red {
    width: 15%;
    line-height: 30px;
    text-align: left;
    height: 30px;
    font-size: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-right: 10px;
    border-bottom: #fff 1px solid;
}

.td-spac4_30p {
    width: 30%;
    line-height: 30px;
    text-align: center;
    height: 30px;
    font-size: 15px;
}

.td-spac5 {
    width: 20%;
    line-height: 30px;
    height: 40px;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 5px;
    background-color: #f4f4f4;
}

.td-spac51 {
    width: 20%;
    line-height: 30px;
    height: 40px;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 5px;
    background-color: #e8e7e7;
}

.td-spac6 {
    width: 20%;
    line-height: 50px;
    text-align: left;
    height: 50px;
    padding: 10px;
    font-size: 14px;
    background-color: #f4f4f4;
    border: 1px solid #fff;
    color: a3a2a2;
    font-weight: 500;
    text-decoration: none;
}

.td-spac7 {
    width: 2%;
    line-height: 30px;
    text-align: center;
    height: 125px;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 20px;
    vertical-align: middle;
    letter-spacing: 2px;
    background-color: #f4f4f4;
    color: #000;
}

    .td-spac7 span {
        -webkit-writing-mode: vertical-lr;
        letter-spacing: 5px;
        writing-mode: vertical-lr;
        height: 12em;
    }

.td-spacB_02 {
    width: 2%;
    line-height: 20px;
    text-align: center;
    height: 125px;
    font-size: 15px;
    padding: 10px 20px 10px 15px;
    vertical-align: middle;
    letter-spacing: 2px;
    background-color: #d00022;
    color: #FFFFFF;
    border-bottom: #fff 1px solid;
}

.td-spacB_02-2 {
    width: 20%;
    line-height: 2.2em;
    text-align: left;
    height: 50px;
    font-size: 14px;
    background-color: #E7E7E7;
    border: 1px solid #fff;
    color: a3a2a2;
    font-weight: 500;
    padding: 10px 10px 10px 30px;
    padding-top: 1em;
}

.td-spacB_02 span {
    -webkit-writing-mode: vertical-lr;
    letter-spacing: 5px;
    writing-mode: vertical-lr;
    height: 12em;
}

.td-spacB_05 {
    width: 20%;
    line-height: 25px;
    text-align: center;
    height: 30px;
    font-size: 14px;
    background-color: #f4f4f4;
    border: 1px solid #fff;
    color: #000;
    font-weight: 500;
    padding-top: 5px;
    padding: 8px 8px 8px 8px;
}

.td-spacB_051 {
    width: 20%;
    line-height: 25px;
    text-align: center;
    height: 30px;
    font-size: 14px;
    background-color: #f4f4f4;
    border: 1px solid #fff;
    color: #000;
    font-weight: 500;
    padding-top: 5px;
    padding: 8px 8px 8px 8px;
    vertical-align: middle;
}

.td-spacB_052 {
    width: 20%;
    line-height: 25px;
    text-align: left;
    height: 30px;
    font-size: 14px;
    background-color: #f4f4f4;
    border: 1px solid #fff;
    color: #000;
    font-weight: 500;
    padding-top: 5px;
    padding: 8px 8px 8px 8px;
    vertical-align: middle;
}

.td-spacB_06-1 {
    width: 10%;
    line-height: 2.2em;
    text-align: left;
    height: 50px;
    font-size: 14px;
    background-color: #f4f4f4;
    border: 1px solid #fff;
    color: a3a2a2;
    font-weight: 500;
    padding: 1em;
}

.td-spacB_06-11 {
    width: 10%;
    line-height: 2.2em;
    text-align: center;
    height: 50px;
    font-size: 14px;
    background-color: #f4f4f4;
    border: 1px solid #fff;
    color: a3a2a2;
    font-weight: 500;
    padding: 1em;
}

.td-spacB_06-2 {
    width: 20%;
    line-height: 2.2em;
    text-align: left;
    height: 50px;
    font-size: 14px;
    background-color: #f4f4f4;
    border: 1px solid #fff;
    color: a3a2a2;
    font-weight: 500;
    padding: 1em;
}

.td-spacB_06-3 {
    width: 10%;
    line-height: 2.2em;
    text-align: left;
    height: 50px;
    font-size: 14px;
    background-color: #E7E7E7;
    border: 1px solid #fff;
    color: a3a2a2;
    font-weight: 500;
    padding: 1em;
}

.td-spacB_06-31 {
    width: 10%;
    line-height: 2.2em;
    text-align: center;
    height: 50px;
    font-size: 14px;
    background-color: #E7E7E7;
    border: 1px solid #fff;
    color: a3a2a2;
    font-weight: 500;
    padding: 1em;
}

.td-spacB_06-4 {
    width: 20%;
    line-height: 2.2em;
    text-align: left;
    height: 50px;
    font-size: 14px;
    background-color: #E7E7E7;
    border: 1px solid #fff;
    color: a3a2a2;
    font-weight: 500;
    padding: 1em;
}

.td-spac8 {
    width: 20%;
    line-height: 2.2em;
    text-align: left;
    height: 50px;
    font-size: 14px;
    background-color: #f4f4f4;
    border: 1px solid #fff;
    color: a3a2a2;
    font-weight: 500;
    padding-left: 15px;
    padding-top: 1em;
}

.td-spac8-1 {
    width: 10%;
    line-height: 2.2em;
    text-align: left;
    height: 50px;
    font-size: 14px;
    background-color: #f4f4f4;
    border: 1px solid #fff;
    color: a3a2a2;
    font-weight: 500;
    padding-left: 15px;
    padding-top: 1em;
}

.td-spac9 {
    width: 20%;
    line-height: 50px;
    text-align: left;
    height: 50px;
    font-size: 14px;
    background-color: #f4f4f4;
    color: #000;
    font-weight: 500;
    padding-left: 10px;
}

.td-spacB_11-1 {
    width: 20%;
    line-height: 50px;
    text-align: left;
    height: 50px;
    font-size: 14px;
    background-color: #e7e7e7;
    color: #000;
    font-weight: 500;
    padding-left: 10px;
}

.td-spacB_11-2 {
    width: 20%;
    line-height: 50px;
    text-align: right;
    height: 50px;
    font-size: 14px;
    background-color: #e7e7e7;
    color: #000;
    font-weight: 500;
    padding-right: 10px;
}

.td-spac9-1 {
    width: 20%;
    line-height: 50px;
    text-align: left;
    height: 50px;
    font-size: 14px;
    background-color: #e7e7e7;
    font-weight: 500;
    padding-left: 15px;
}

.td-spac9-2 {
    width: 20%;
    line-height: 50px;
    text-align: left;
    height: 50px;
    font-size: 14px;
    background-color: #eeefef;
    font-weight: 500;
    padding-left: 15px;
}

.td-spac9-3 {
    width: 60%;
    line-height: 35px;
    text-align: left;
    height: 50px;
    font-size: 14px;
    background-color: #eeefef;
    font-weight: 500;
    padding-left: 15px;
    border-bottom: #fff 1px solid;
}

.td-spacB_25-1 {
    width: 20%;
    line-height: 30px;
    text-align: left;
    height: 20px;
    font-size: 14px;
    background-color: #eeefef;
    font-weight: 500;
    padding: 10px 10px 10px 30px;
    border-bottom: 1px #fff solid;
}

.td-spacB_25-2 {
    width: 20%;
    line-height: 30px;
    text-align: left;
    height: 20px;
    font-size: 14px;
    background-color: #E0E0E0;
    font-weight: 500;
    padding: 10px 10px 10px 30px;
    border-bottom: 1px #fff solid;
}

.td-spacB_27_3 {
    width: 20%;
    line-height: 50px;
    text-align: center;
    height: 50px;
    font-size: 14px;
    background-color: #C4C4C4;
    border: 1px solid #fff;
    font-weight: 500;
}

.td-spacB_27-1 {
    width: 20%;
    line-height: 30px;
    text-align: left;
    height: 20px;
    font-size: 14px;
    background-color: #E0E0E0;
    font-weight: 500;
    padding: 10px;
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
}

.td-spacB_27-2 {
    width: 20%;
    line-height: 30px;
    text-align: left;
    height: 20px;
    font-size: 14px;
    background-color: #eeefef;
    font-weight: 500;
    padding: 10px;
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
}

.td-spacB_27-1-2 {
    width: 20%;
    line-height: 30px;
    text-align: left;
    height: 20px;
    font-size: 14px;
    background-color: #E0E0E0;
    font-weight: 500;
    padding: 10px;
    border-right: 1px #fff solid;
}

.td-spacB_27-2-2 {
    width: 20%;
    line-height: 30px;
    text-align: left;
    height: 20px;
    font-size: 14px;
    background-color: #eeefef;
    font-weight: 500;
    padding: 10px;
    border-right: 1px #fff solid;
}

.td-spacD_12-0 {
    width: 20%;
    line-height: 30px;
    text-align: left;
    height: 30px;
    font-size: 15px;
    background-color: #d00022;
    padding: 10px 10px 10px 20px;
}

.td-spacD_12-1 {
    width: 20%;
    line-height: 30px;
    text-align: left;
    height: 20px;
    font-size: 14px;
    background-color: #E0E0E0;
    font-weight: 500;
    padding: 10px;
    border-right: 1px #fff solid;
}

.td-spacD_12-1-2 {
    width: 20%;
    line-height: 30px;
    text-align: left;
    height: 20px;
    font-size: 14px;
    background-color: #E0E0E0;
    font-weight: 500;
    padding: 10px;
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
}

.td-spacD_12-2 {
    width: 25%;
    line-height: 30px;
    text-align: left;
    height: 20px;
    font-size: 14px;
    background-color: #eeefef;
    font-weight: 500;
    padding: 10px;
    border-right: 1px #fff solid;
}

.td-spacD_12-2-2 {
    width: 25%;
    line-height: 30px;
    text-align: left;
    height: 20px;
    font-size: 14px;
    background-color: #eeefef;
    font-weight: 500;
    padding: 10px;
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
}

.td-spacD_12-3 {
    width: 20%;
    line-height: 30px;
    text-align: left;
    height: 20px;
    font-size: 14px;
    background-color: #eeefef;
    font-weight: 500;
    padding: 10px;
    border-bottom: 1px #fff solid;
}

.td-spacD_12-4 {
    width: 20%;
    line-height: 30px;
    text-align: left;
    height: 20px;
    font-size: 14px;
    background-color: #eeefef;
    font-weight: 500;
    padding: 10px;
    border-bottom: 1px #fff solid;
    border-left: 1px #fff solid;
}

.td-spacG_12-0-1 {
    width: 20%;
    line-height: 30px;
    text-align: left;
    height: 30px;
    font-size: 15px;
    background-color: #d00022;
    padding: 10px 10px 10px 20px;
}

.td-spacG_12-0-2 {
    width: 25%;
    line-height: 30px;
    text-align: left;
    height: 30px;
    font-size: 15px;
    background-color: #d00022;
    padding: 10px 10px 10px 20px;
}

.td-spacG_12-0-3 {
    width: 10%;
    line-height: 30px;
    text-align: left;
    height: 30px;
    font-size: 15px;
    background-color: #d00022;
    padding: 10px 10px 10px 20px;
}

.td-spacG_12-1 {
    width: 20%;
    line-height: 30px;
    text-align: left;
    height: 20px;
    font-size: 14px;
    background-color: #f4f4f4;
    font-weight: 500;
    padding: 10px;
    border-left: 1px #fff solid;
    border-bottom: 1px #fff solid;
}

.td-spacG_12-2 {
    width: 25%;
    line-height: 30px;
    text-align: left;
    height: 20px;
    font-size: 14px;
    background-color: #f4f4f4;
    font-weight: 500;
    padding: 10px;
    border-bottom: 1px #fff solid;
}

.td-spacG_12-3 {
    width: 10%;
    line-height: 30px;
    text-align: left;
    height: 20px;
    font-size: 14px;
    background-color: #f4f4f4;
    font-weight: 500;
    padding: 10px;
    border-bottom: 1px #fff solid;
}

.td-spacG_12-4 {
    width: 10%;
    line-height: 30px;
    text-align: left;
    height: 20px;
    font-size: 14px;
    background-color: #f4f4f4;
    font-weight: 500;
    padding: 10px;
    border-bottom: 1px #fff solid;
    border-left: 1px #fff solid;
    border-right: 1px #fff solid;
}

.td-spacG_12-5 {
    width: 20%;
    line-height: 30px;
    text-align: left;
    height: 20px;
    font-size: 14px;
    background-color: #f4f4f4;
    font-weight: 500;
    padding: 10px;
    border-left: 1px #fff solid;
}

.td-spacJ_42-blue {
    width: 30%;
    line-height: 35px;
    text-align: left;
    height: 50px;
    font-size: 14px;
    background-color: #eeefef;
    color: a3a2a2;
    font-weight: 500;
    padding-left: 15px;
    padding-top: 10px;
    padding-right: 10px;
    border-bottom: #fff 1px solid;
}

.td-spac10 {
    width: 20%;
    line-height: 50px;
    text-align: right;
    height: 50px;
    font-size: 14px;
    background-color: #f4f4f4;
    color: #000;
    font-weight: 500;
    padding-right: 10px;
}

.textss_input {
    width: 28%;
    height: 30px;
    margin: 10px;
    border: 0px;
    background-color: #ececec;
}

.textss_input-D01 {
    width: 15%;
    height: 30px;
    margin: 10px;
    border: 0px;
    background-color: #ececec;
}

.textss_input-D24 {
    width: 20%;
    height: 30px;
    margin: 10px;
    border: 0px;
    background-color: #ececec;
}

.red-bar {
    background-color: #d00022;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

.form-block {
    background-color: #fff;
    border: 1px solid #d00022;
    overflow: auto
}

.textss .red-bar p {
    letter-spacing: 2px;
    margin: 0px;
    line-height: 1.2;
}

.wh-block div {
    padding: 10px;
}

.info_title {
    background-color: #d00022;
    color: #FFF;
    word-spacing: 1px;
    text-align: center;
    height: 30px;
    padding-bottom: 3px;
    line-height: 30px;
}

.table_small {
    font-size: 80%;
    letter-spacing: 1px;
    word-spacing: 1px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #fff;
}

    .table_small td {
        padding: 5px;
        border: 1px solid #E4E4E4;
    }

.info_title th {
    padding: 5px;
    border: 1px solid #E4E4E4;
}
/* ===表格END=== */
.more_btn {
    background-color: #fff;
    border: 0px;
    color: #000;
    font-size: 12px;
    letter-spacing: 2px;
    margin-top: 10px;
}

    .more_btn:hover {
        color: #d60000;
        cursor: pointer;
    }

/* --PC------------------------------------- */
#WRAPPER {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

/* --最上面MENU------------------------------------- */
#NAV {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    background-color: #FFF;
    margin-top: 20px;
}

    #NAV #XX {
        display: none;
    }

    #NAV li {
        float: left;
    }

        #NAV li a {
            display: block;
            margin-right: 2.5vw;
            line-height: 50px;
            text-align: center;
            text-decoration: none;
            color: #222;
            font-weight: bold;
        }

            #NAV li a:hover {
                border-bottom: 3px solid #d0111b;
            }

            #NAV li a:active {
                border-bottom: 3px solid #d0111b;
            }

    #NAV img {
        max-width: 100%;
    }

#TOP-MENU {
    display: none;
}

    #TOP-MENU h4 {
    }

#TOP-BAR {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background-color: #e8e9e8;
}

    #TOP-BAR .block {
        float: right;
    }

    #TOP-BAR ul {
        width: 100%;
        height: 50px;
    }

    #TOP-BAR li {
        float: left;
    }

        #TOP-BAR li a {
            display: block;
            width: 100%;
            line-height: 48px;
            margin-right: 20px;
            text-align: center;
            text-decoration: none;
            font-size: 14px;
            color: #424040;
        }

            #TOP-BAR li a:hover {
                border-bottom: 2px solid #c21a1f;
                color: #c21a1f;
            }

#NAV_TOP #menu ul li ul li a:hover:before {
    position: relative;
    left: 90%;
    top: 25px;
    display: block;
    width: 17px;
    height: 12px;
    background: url(../images/tab.png) no-repeat;
    content: "";
}

#NAV_TOP #menu ul li ul li a:before {
    position: relative;
    left: 100px;
    top: 25px;
    display: block;
    width: 17px;
    height: 12px;
    content: "";
}

#dlicon ul li a:before {
    position: fix;
    top: 5px;
    vertical-align: middle;
    display: inline-block;
    width: 17px;
    height: 12px;
    background: url(../images/DLicon.png) no-repeat;
    content: "";
    margin-left: -17px;
}

#dlicon ul {
    list-style: none;
}

    #dlicon ul li a {
        text-decoration: none;
        color: #000;
        padding-left: 10px;
    }

    #dlicon ul :hover {
        text-decoration: none;
        color: #3685C8;
    }

    #dlicon ul li a :hover {
        text-decoration: none;
        color: #3685C8;
    }

    #dlicon ul p a {
        font-weight: normal;
        text-decoration: underline;
        font-size: 95%;
        padding-left: 20px;
    }

        #dlicon ul p a :hover {
            text-decoration: none;
            color: #3685C8;
        }

#dlicon2 ul li a:before {
    text-decoration: none;
    position: fix;
    top: 5px;
    vertical-align: middle;
    display: inline-block;
    width: 17px;
    height: 12px;
    background: url(../images/DLicon.png) no-repeat;
    content: "";
    margin-left: -17px;
}

#dlicon2 ul {
    list-style: none;
    font-size: 110%;
}

    #dlicon2 ul li a {
        text-decoration: none;
        color: #000;
        padding-left: 10px;
    }

    #dlicon2 ul :hover {
        text-decoration: none;
        color: #3685C8;
    }

    #dlicon2 ul li a :hover {
        text-decoration: none;
        color: #3685C8;
    }

    #dlicon2 ul p a {
        font-weight: normal;
        text-decoration: none;
        padding-left: 20px;
    }

        #dlicon2 ul p a :hover {
            text-decoration: none;
            color: #3685C8;
        }

#NAV_TOP {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    background-color: #ececec;
}

    #NAV_TOP #menu {
        width: 100%;
        height: 30px;
        margin: 0 auto;
        margin-right: 30px;
        background-color: #ececec;
    }

    #NAV_TOP #XX {
        display: none;
    }

    #NAV_TOP ul {
    }

    #NAV_TOP li {
        float: left;
    }

        #NAV_TOP li a {
            display: block;
            width: 70%;
            margin-right: 50px;
            line-height: 50px;
            text-align: center;
            text-decoration: none;
            color: #222;
            font-weight: bold;
        }

            #NAV_TOP li a:hover {
                border-bottom: 3px solid #d0111b;
            }

    #NAV_TOP img {
        width: 60%;
    }

    #NAV_TOP #menu ul li a {
        display: block;
        float: left;
        font-size: 14px;
        height: auto;
        width: 100%;
        text-align: center;
        font-weight: 400;
        margin: 0 10px;
        line-height: 30px;
    }

    #NAV_TOP #menu ul li ul {
        background: #fff0;
        border-bottom: 0px solid #fff;
    }

    #NAV_TOP #menu ul li ul {
        position: absolute;
        overflow: visible;
        clear: left;
        margin-top: 15px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: -250px;
    }

        #NAV_TOP #menu ul li ul li {
            float: left;
            text-align: left;
        }

            #NAV_TOP #menu ul li ul li a {
                float: none;
                width: 100%;
                letter-spacing: 2px;
                padding: 5px;
                / line-height: 30px;
                border-bottom: 1px solid #fff;
            }

/* --最上面MENU END------------------------------------- */

/* --EN 首頁------------------------------------- */
#BANNER_en {
    background: #fff url(../images/en_home.png) center center fixed no-repeat;
    clear: both;
}

.title_en {
    padding-top: 250px;
    margin-left: 15%;
    margin-right: 50%;
    padding-bottom: 350px;
}

.titletext {
    color: #FFF;
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 10px;
    font-weight: bold;
    text-align: left;
    margin-top: 20px;
    padding: 3px;
    border-bottom: 3px #d0111b solid;
}

.titletext_p {
    color: #FFF;
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 10px;
    text-align: left;
    margin-top: 20px;
    padding: 3px;
}
/* --EN 首頁 END------------------------------------- */

/* --BANNER------------------------------------- */
#BANNER {
    width: 100%;
    height: 460px;
    margin: 0 auto;
    background-color: #6c757d;
}

    #BANNER h1 {
        font-size: 2.5em;
        width: 180px;
        margin: 0 auto;
        color: #FFF;
        text-align: center;
        padding-top: 70px;
        line-height: 1.3;
        padding-bottom: 20px;
        border-bottom: 1px solid #FFF;
        letter-spacing: 2px;
    }

    #BANNER h2 {
        font-size: 14px;
        text-align: center;
        color: #EEE;
        padding-top: 20px;
        letter-spacing: 2px;
    }

/* --BANNER END------------------------------------- */

/* --MENU------------------------------------- */


* html body {
    behavior: url("csshover3.htc");
}

#menu {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    background-color: #FFF;
}

    #menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
    }

    * html #menu ul {
        height: 30px;
    }

        #menu ul li {
            float: left;
        }

        * html #menu ul li {
            display: inline;
        }

            #menu ul li a {
                display: block;
                float: left;
                font-size: 18px;
                height: auto;
                width: 100%;
                text-align: center;
            }

            #menu ul li ul li a {
                text-align: left;
            }

            #menu ul li ul {
                position: absolute;
                overflow: visible;
                clear: left;
                margin-top: 73px;
                margin-right: 0;
                margin-bottom: 0;
                margin-left: -250px;
            }

            *:first-child + html #menu ul li ul {
                margin-top: 0;
            }

            * html #menu ul li ul {
                margin-top: 0;
            }

.box-right #menu ul li ul li {
    float: left;
    text-align: left;
    width: 100%;
    clear: both;
}

#menu ul li ul li a {
    float: none;
    width: 100%;
    letter-spacing: 2px;
    padding: 5px;
    / line-height: 40px;
    border-bottom: 1px solid #fff;
}

#menu ul li ul li ul {
    margin-top: -30px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 100px;
    width: 100%;
}

#menu ul li ul li a:hover {
    border-bottom: 1px solid #fff;
    color: #e60012;
}

*:first-child + html #menu ul li ul li ul {
    margin-top: -30px;
}


#menu ul li ul,
#menu ul li:hover ul li ul,
#menu ul li ul li:hover ul li ul {
    visibility: hidden;
}

    #menu ul li:hover ul,
    #menu ul li ul li:hover ul,
    #menu ul li ul li ul li:hover ul {
        visibility: visible;
    }

#menu {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
}

    #menu ul {
        background: #fff0;
    }

        #menu ul li {
            white-space: nowrap;
        }

            #menu ul li a {
                color: #000;
                text-decoration: none;
                line-height: 70px;
            }

            #menu ul li ul {
                background: #efefef;
                z-index: 9999;
                border-bottom: 1px solid #fff;
            }

                #menu ul li ul li a {
                    font-size: 13px;
                    color: #333333;
                    text-decoration: none;
                    line-height: 30px;
                }

#NAV #menu ul li ul li a:hover:after {
    content: "";
    position: relative;
    right: -5px;
    top: 2px;
    display: inline-block;
    width: 17px;
    height: 12px;
    background: url(../images/tab.png) no-repeat;
}

#NAV #menu ul li ul li a:after {
    content: "";
    position: relative;
    right: -5px;
    top: 2px;
    display: inline-block;
    width: 17px;
    height: 12px;
}

#menu .ul_po {
    display: flex;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

/* --MENU END------------------------------------- */

/* --MENU_en------------------------------------- */


* html body {
    behavior: url("csshover3.htc");
}

#menu_en {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    background-color: #FFF;
}

    #menu_en ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
    }

    * html #menu_en ul {
        height: 30px;
    }

        #menu_en ul li {
            float: left;
        }

        * html #menu_en ul li {
            display: inline;
        }

            #menu_en ul li a {
                display: block;
                float: left;
                font-size: 15px;
                height: auto;
                width: 100%;
                text-align: center;
            }

            #menu_en ul li ul li a {
                text-align: left;
            }

            #menu_en ul li ul {
                position: absolute;
                overflow: visible;
                clear: left;
                margin-top: 73px;
                margin-right: 0;
                margin-bottom: 0;
                margin-left: -250px;
            }

            *:first-child + html #menu_en ul li ul {
                margin-top: 0;
            }

            * html #menu_en ul li ul {
                margin-top: 0;
            }

.box-right #menu_en ul li ul li {
    float: left;
    text-align: left;
    width: 100%;
    clear: both;
}

#menu_en ul li ul li a {
    float: none;
    width: 100%;
    letter-spacing: 2px;
    padding: 5px;
    / line-height: 40px;
    border-bottom: 1px solid #fff;
}

#menu_en ul li ul li ul {
    margin-top: -30px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 100px;
    width: 100%;
}

#menu_en ul li ul li a:hover {
    border-bottom: 1px solid #fff;
    color: #e60012;
}

*:first-child + html #menu_en ul li ul li ul {
    margin-top: -30px;
}


#menu_en ul li ul,
#menu_en ul li:hover ul li ul,
#menu_en ul li ul li:hover ul li ul {
    visibility: hidden;
}

    #menu_en ul li:hover ul,
    #menu_en ul li ul li:hover ul,
    #menu_en ul li ul li ul li:hover ul {
        visibility: visible;
    }

#menu_en {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
}

    #menu_en ul {
        background: #fff0;
    }

        #menu_en ul li {
            white-space: nowrap;
        }

            #menu_en ul li a {
                color: #000;
                text-decoration: none;
                line-height: 70px;
            }

            #menu_en ul li ul {
                background: #efefef;
                z-index: 9999;
                border-bottom: 1px solid #fff;
            }

                #menu_en ul li ul li a {
                    font-size: 13px;
                    color: #333333;
                    text-decoration: none;
                    line-height: 30px;
                }

#NAV #menu_en ul li ul li a:hover:after {
    content: "";
    position: relative;
    right: -5px;
    top: 2px;
    display: inline-block;
    width: 17px;
    height: 12px;
    background: url(../images/tab.png) no-repeat;
}

#NAV #menu_en ul li ul li a:after {
    content: "";
    position: relative;
    right: -5px;
    top: 2px;
    display: inline-block;
    width: 17px;
    height: 12px;
}

#menu_en .ul_po {
    display: flex;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

/* --MENU_en END------------------------------------- */
/* --漢堡------------------------------------- */
.breadcrumb {
    margin: 15px 0;
    color: #666;
}

    .breadcrumb ol li:first-child {
        padding: 0;
    }

    .breadcrumb ol li {
        position: relative;
        display: inline-block;
        padding: 0 0 0 10px;
        margin-right: 10px;
    }

ol li a {
    color: #727171;
}

    ol li a:before {
        content: "〉";
        position: absolute;
        left: 103%;
        vertical-align: middle;
        display: inline-block;
    }
/* --漢堡END------------------------------------- */

/* --側邊欄區-------------------------------------*/
.subMenu {
    clear: both;
    width: 20%;
    float: left;
    background-color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
}

.subMenu, .content article {
    display: inline-block;
    vertical-align: top;
}

    .subMenu ul > li {
        margin-bottom: 5px;
    }

    .subMenu ul li a {
        display: block;
        padding: 0 20px;
        line-height: 60px;
    }

    .subMenu > ul > li.current ul {
        height: auto;
        opacity: 1;
    }

    .subMenu ul ul {
        overflow: hidden;
        height: 0px;
        opacity: 0;
        font-size: 14px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .subMenu ul ul > li:first-child {
            margin-top: 2px;
        }

        .subMenu ul ul > li {
            margin-bottom: 2px;
        }

    .subMenu ul li ul {
        visibility: hidden;
    }

    .subMenu ul li:hover ul {
        visibility: visible;
    }










ul {
    list-style-type: none;
}

a {
    color: #b63b4d;
    text-decoration: none;
}

/** =======================
 * Contenedor Principal
 ===========================*/
h1 {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 80px;
}

    h1 a {
        color: #c12c42;
        font-size: 16px;
    }

.accordion {
    width: 100%;
    max-width: 360px;
    margin: 30px auto 20px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .accordion .link {
        cursor: pointer;
        display: block;
        padding: 15px 15px 15px 42px;
        color: #4D4D4D;
        font-size: 14px;
        font-weight: 700;
        border-bottom: 1px solid #CCC;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .accordion li:last-child .link {
        border-bottom: 0;
    }

    .accordion li i {
        position: absolute;
        top: 16px;
        left: 12px;
        font-size: 18px;
        color: #595959;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .accordion li i.fa-chevron-down {
            right: 12px;
            left: auto;
            font-size: 16px;
        }

    .accordion li.open .link {
        color: #b63b4d;
    }

    .accordion li.open i {
        color: #b63b4d;
    }

        .accordion li.open i.fa-chevron-down {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

/**
 * Submenu
 -----------------------------*/
.submenu {
    display: none;
    background: #444359;
    font-size: 14px;
}

    .submenu li {
        border-bottom: 1px solid #4b4a5e;
    }

    .submenu a {
        display: block;
        text-decoration: none;
        color: #d9d9d9;
        padding: 12px;
        padding-left: 42px;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

        .submenu a:hover {
            background: #b63b4d;
            color: #FFF;
        }

/* --側邊欄區END-------------------------------------*/

/* --內頁內容區-------------------------------------*/
#manual {
    background-color: #ececec;
}

.text_content {
    width: 82%;
    float: right;
    background-color: #FFF;
}

    /*.text_content img
{
	width:100%;
}*/
    .text_content .imgtest {
        width: 20%;
        margin: -12px;
    }

    .text_content .imgicon {
        width: auto;
        margin: 0px;
        padding-right: 15px;
    }

.word_block {
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    line-height: 20px;
}

    .word_block h2 {
        font-weight: bold;
        font-size: 20px;
        color: #d00022;
        letter-spacing: 2px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

.pic_block {
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
}

.word_block_CSR {
    padding: 10px 0 10px 0;
    font-weight: bold;
    line-height: 24px;
}

.word_block_ENG {
    text-align: left;
    font-size: 85%;
    padding: 10px 0 10px 0;
    font-weight: bold;
    line-height: 24px;
}

    .word_block_ENG p {
        text-align: left;
    }

    .word_block_ENG ul {
        margin-left: 20px;
        list-style-type: lower-latin;
    }


/*各大項主圖*/
.heading {
    background-image: url(../images/main_banner/1.jpg);
    height: 263px;
    background-size: cover;
    background-position: center;
}

    .heading h1 {
        color: #FFF;
        font-size: 24px;
        font-weight: 400;
        line-height: 263px;
        letter-spacing: 10px;
        font-weight: bold;
        text-align: center;
        margin-top: 0px;
    }

.heading_corporate {
    background-image: url(../images/main_banner/Corporate.jpg);
    height: 263px;
    background-size: cover;
}

    .heading_corporate h1 {
        color: #FFF;
        font-size: 24px;
        font-weight: 400;
        line-height: 263px;
        letter-spacing: 10px;
        font-weight: bold;
        text-align: center;
        margin-top: 0px;
    }

.heading_personal {
    background-image: url(../images/main_banner/PersonalFinance.jpg);
    height: 263px;
    background-size: cover;
}

    .heading_personal h1 {
        color: #FFF;
        font-size: 24px;
        font-weight: 400;
        line-height: 263px;
        letter-spacing: 10px;
        font-weight: bold;
        text-align: center;
        margin-top: 0px;
    }

.heading_wealth {
    background-image: url(../images/main_banner/Wealth.jpg);
    height: 263px;
    background-size: cover;
}

    .heading_wealth h1 {
        color: #000;
        font-size: 24px;
        font-weight: 400;
        line-height: 263px;
        letter-spacing: 10px;
        font-weight: bold;
        text-align: center;
        margin-top: 0px;
    }

.heading_statutory {
    background-image: url(../images/main_banner/Statutory.jpg);
    height: 263px;
    background-size: cover;
}

    .heading_statutory h1 {
        color: #FFF;
        font-size: 24px;
        font-weight: 400;
        line-height: 263px;
        letter-spacing: 10px;
        font-weight: bold;
        text-align: center;
        margin-top: 0px;
    }

.heading_download {
    background-image: url(../images/main_banner/Download.jpg);
    height: 263px;
    background-size: cover;
}

    .heading_download h1 {
        color: #FFF;
        font-size: 24px;
        font-weight: 400;
        line-height: 263px;
        letter-spacing: 10px;
        font-weight: bold;
        text-align: center;
        margin-top: 0px;
    }

.heading_product {
    background-image: url(../images/main_banner/Product.jpg);
    height: 263px;
    background-size: cover;
}

    .heading_product h1 {
        color: #FFF;
        font-size: 24px;
        font-weight: 400;
        line-height: 263px;
        letter-spacing: 10px;
        font-weight: bold;
        text-align: center;
        margin-top: 0px;
    }

.heading_financeservice {
    background-image: url(../images/main_banner/FinanceService.jpg);
    height: 263px;
    background-size: cover;
}

    .heading_financeservice h1 {
        color: #000;
        font-size: 24px;
        font-weight: 400;
        line-height: 263px;
        letter-spacing: 10px;
        font-weight: bold;
        text-align: center;
        margin-top: 0px;
    }

.textss {
    margin-bottom: 40px;
}

.textss_p {
    line-height: 30px;
    font-weight: bold;
}

.textss_index {
    font-size: 15px;
    color: #000;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 2px;
}

    .textss_index ul li {
        padding-bottom: 10px;
    }

.textss h3 {
    border-bottom: 1px solid #d00022;
    padding-bottom: 10px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    font-size: 18px;
    width: 60%;
    font-weight: bold;
    line-height: 23px;
}

.textss p {
    letter-spacing: 2px;
    margin: 10px 0px 10px 0px;
    line-height: 1.2;
    font-weight: bolder;
}

.textss_p2 {
    letter-spacing: 2px;
    margin: 0px;
    padding: 5px;
    line-height: 1.2;
    font-weight: bolder;
    background-color: #ececec;
}

.textss ul {
    list-style-type: decimal;
    margin: 2%;
}

    .textss ul li {
        letter-spacing: 2px;
        line-height: 1.2;
        margin-bottom: 10px;
        margin-left: 10px;
    }

        .textss ul li ul {
            list-style-type: square;
            margin: 2%;
        }

.textss .inside_ul {
    list-style-type: square;
    margin: 2%;
}

.atten {
    font-weight: bold;
    color: #d00022;
    margin-top: 20px;
    font-size: 18px;
}

.sm_p {
    letter-spacing: 2px;
    margin: 10px 0px 10px 0px;
    line-height: 1.2;
    font-size: 13px;
    color: #6c6c6c;
}

.textss a {
    color: #000;
    text-decoration: underline;
}

    .textss a:hover {
        color: #d00022;
    }

.textss span {
    margin-left: 10px;
    margin-right: 10px;
}
/* --頁碼-------------------------------------*/

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

    ul.pagination li {
        display: inline;
    }

        ul.pagination li a {
            color: #313131;
            float: left;
            padding: 8px 16px;
            text-decoration: none;
        }

            ul.pagination li a.active {
                background-color: #f4f4f4;
                color: #e03535;
            }

            ul.pagination li a:hover:not(.active) {
                background-color: #f7f7f7;
            }
/* --頁碼end-------------------------------------*/
/* --內頁內容區END-------------------------------------*/


/* --icon選單------------------------------------- */

#FEATURE {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 30px;
    background-color: #e60012;
    padding-top: 30px;
    padding-bottom: 20px;
}

    #FEATURE .wh_icon {
        transition: all .5s ease-out;
    }

        #FEATURE .wh_icon:hover {
            transform: scale(1.2,1.2);
            transition: all .5s;
            -webkit-transform: scale(1.2,1.2); /* Chrome, Safari, Opera */
            -ms-transform: scale(1.2,1.2); /* IE 9 */
        }

    #FEATURE img {
        display: block;
        margin: 0 auto;
        width: 60%;
    }

    #FEATURE p {
        text-align: center;
        padding-top: 20px;
        color: #fff;
        font-size: 16px;
        letter-spacing: 8px;
        text-decoration: none;
    }

    #FEATURE .WORD p {
        font-size: 15px;
        line-height: 1.7;
        color: #333;
    }
/* --icon選單 END------------------------------------- */
/* --三欄------------------------------------- */
#COLUMN {
    clear: both;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0px;
}

    #COLUMN .BOX {
        float: left;
        width: 280px;
        margin-left: 45px;
    }

        #COLUMN .BOX h3 {
            font-size: 2em;
            line-height: 2;
            border-bottom: 2px solid #0CC;
            color: #0CC;
            text-align: center;
        }

        #COLUMN .BOX p {
            font-size: 13px;
            line-height: 1.8;
            padding: 20px;
            color: #333;
        }

    #COLUMN select {
        width: 100%;
        margin-bottom: 20px;
        padding: 12px;
        font-size: 12px;
        cursor: pointer;
    }

.news {
    background-color: #fff;
    padding: 0px;
}

.newsline {
    border-bottom: 1px solid #d4d3c1;
    margin-bottom: 10px;
}

    .newsline time {
        font-size: 14px;
        color: #a40000;
        font-weight: bold;
        letter-spacing: 1px;
    }

    .newsline p {
        font-size: 14px;
        color: #000;
        letter-spacing: 1px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

.serv_loc {
    padding: 10px;
    min-height: 400px;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

.sm_tittle {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 2px solid #d4d3c1;
    padding-bottom: 10px;
    margin-bottom: 20px;
    width: 25%;
}

.time_sear {
    margin-top: 10px;
    font-size: 12px;
    padding: 1px 6px;
}

.img_btn {
    box-shadow: 0px 6px 16px 0px #88888830;
    margin-bottom: 30px;
    padding: 10px;
    margin: 0px auto;
}

.img_btn_textbox {
    width: auto;
    text-align: left;
}

.img_btn_text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* --三欄END------------------------------------- */
/* --FOOTER------------------------------------- */
#DOWN {
    clear: both;
    width: 100%;
    background-color: #767676;
    padding: 20px 0px;
}

    #DOWN p {
        font-size: 13px;
        text-align: left;
        line-height: 2.3;
        color: #FFF;
    }

    #DOWN a {
        text-decoration: none;
    }

        #DOWN a p:hover {
            text-decoration: none;
            color: #ccc;
        }

.footer_top {
}

.footer_pic {
    display: block;
    margin: 0 auto;
    padding: 20% 80% 20% 0%;
}

.color_block1 {
    width: 33.333%;
    height: 10px;
    background-color: #ff172a;
    float: left;
}

.color_block2 {
    width: 33.333%;
    height: 10px;
    background-color: #d0111b;
    float: left;
}

.color_block3 {
    width: 33.333%;
    height: 10px;
    background-color: #a2002c;
    float: left;
}

.footer_top div {
    margin: 20px;
}
/* --FOOTER END------------------------------------- */
#SM_MENU {
    width: 100%;
    background-image: url(images/top.png);
    background-repeat: repeat-x;
    background-color: #ececec;
    display: none;
}

    #SM_MENU h1 {
        color: #FFF;
        text-align: center;
        font-size: 23px;
        line-height: 48px;
        text-shadow: 1px 1px 2px #000, -1px -1px 2px #000;
    }

    #SM_MENU h4 {
        position: absolute;
        left: 7px;
        top: 10px;
    }

    #SM_MENU h4 {
        font-size: 0.8em;
        text-decoration: none;
        color: #FFF;
        text-shadow: 1px 1px 2px #000, -1px -1px 2px #000;
        display: block;
        width: 50px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        background-color: rgba(0,0,0,0.1);
        border: 1px solid #000;
        -webkit-border-radius: 5px;
        -webkit-box-shadow: inset 1px 1px 2px #000;
    }

        #SM_MENU h4:hover {
            background-color: rgba(0,0,0,0.5);
        }

#SUBMENU {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    position: absolute;
    top: 40px;
    display: none;
    z-index: 9999;
}

    #SUBMENU ul {
    }

    #SUBMENU li {
        background-color: #e8e9e8;
    }

        #SUBMENU li a {
            font-size: 20px;
            display: block;
            line-height: 25px;
            text-align: justify;
            text-justify: inter-word;
            color: #000;
            text-decoration: none;
            margin-bottom: -1px;
            font-weight: bold;
            padding: 0px 0px 5px 20px;
        }

            #SUBMENU li a:hover {
                color: #00F;
            }



/* 彈出視窗 */
.imgcontainer {
    text-align: left;
    color: #000;
    margin: 24px 0 12px 0;
    position: relative;
}

.avatar {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}


.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}


.modal-content {
    background-color: #fefefe;
    margin: 4% auto 15% auto;
    border: 1px solid #888;
    width: 40%;
    padding-bottom: 30px;
}


.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

    .close:hover, .close:focus {
        color: red;
        cursor: pointer;
    }


.animate {
    animation: zoom 0.6s
}

.map-block {
    background-color: #fff;
    width: 35%;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}

.map-bk {
    background-color: #fff;
    height: 120px;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.slick-next {
    right: 50px;
}

.slick-prev {
    left: 50px;
    z-index: 1;
}

.slick-dots {
    bottom: 15px;
}

    .slick-dots li.slick-active button:before {
        color: white;
    }

    .slick-dots li button:before {
        color: white;
    }

.text_webmap {
    background-color: #fff;
}

.search form {
    margin-left: 10%;
    margin-right: 10%;
}

.search {
    margin-bottom: 60px;
}

    .search i {
        margin-left: 5px;
    }

    .search input {
        width: 75%;
    }

.search_area {
    text-align: center;
    width: 100%;
}

    .search_area p {
        font-size: 15px;
        letter-spacing: 2px;
        margin-top: -10px;
    }

.slick-prev:before, .slick-next:before {
    font-size: 40px;
}
/* --other------------------------------------- */
.h4_title {
    font-size: 16px;
    font-weight: bold;
}

.dot {
    border-top: 1px dashed #999;
}

.td-spac4_20 {
    width: 20%;
    line-height: 30px;
    text-align: center;
    height: 40px;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 5px;
}

.td-spac4_30 {
    width: 30%;
    line-height: 30px;
    text-align: center;
    height: 40px;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 5px;
}

.td-spac4_50 {
    width: 50%;
    line-height: 30px;
    text-align: center;
    height: 40px;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 5px;
}

.CSR_h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-color: #060606 #060606 #cccccc;
    border-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 10px;
    bottom: 20px;
}

#page_navigation a {
    padding: 3px;
    border: 1px solid gray;
    margin: 2px;
    color: black;
    text-decoration: none
}

.active_page {
    background: darkblue;
    color: white !important;
}

.longNavli {
    white-space: normal !important;
    max-width: 240px;
}

.longNav {
    line-height: 25px !important;
    margin-top: 15px;
    margin-right: 0px !important;
    min-width: 170px;
}

