@charset "UTF-8";

html,
body {
    font-family: "Microsoft JhengHei", "微軟正黑體", Arial, Helvetica, sans-serif;
    background: #fff;
    margin: 0;
    padding: 0;
    color: #222;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a:focus,
input:focus,
button[type="button"]:focus {
    outline: 3px #E60000 dashed !important;
    outline-offset: -2px;
}

.inner {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}

.list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.visible {
    opacity: 1;
}

.invisible {
    opacity: 0;
}

.wrapper {
    padding-top: 186px;
}

.w_01B {
    color: #CE1251;
    margin: 0 5px;
}

.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-top {
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-middle {
    -ms-flex-align: center;
    align-items: center;
}

/* slick
-----------------------------------------------------*/
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}

.slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 1.875rem;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/* slick end
-----------------------------------------------------*/

/* grid
-----------------------------------------------------*/
.col-1 {
    width: 8.333333%;
}

.col-2 {
    width: 16.666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.333333%;
}

.col-5 {
    width: 41.666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.333333%;
}

.col-8 {
    width: 66.666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.333333%;
}

.col-11 {
    width: 91.666667%;
}

.col-12 {
    width: 100%;
}

/* grid end
-----------------------------------------------------*/

/* rwd側選單
-----------------------------------------------------*/

.rwd-search {
    padding: 0 15px;
    margin: 18px 0;
    width: 100%;
}

.rwd-search input[type='text'] {
    padding: 8px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border: 0;
    border-radius: 2px;
    font-size: 1.1rem;
}

.rwd-search-btn {
    margin: 14px 0 0 0;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.rwd-search-btn .btn,
.rwd-search-btn .adv-btn {
    padding: 8px 5px;
    font-size: 1rem;
    border: 0;
    margin: 0;
    background-color: #004ea2;
    width: calc(100% / 2 - 5px);
    color: #fff;
    float: left;
    border-radius: 2px;
}

.rwd-search-btn .btn {
    margin-right: 10px;
}

.rwd-search-btn .adv-btn {
    background-color: #004ea2;
}

.rwd-lang {
    margin: 0 15px;
    border-radius: 2px;
    border: 1px solid #333;
    overflow: hidden;
}

.rwd-lang a {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    padding: 8px 0;
    font-size: 1rem;
    font-weight: bold;
}

.rwd-lang a.current {
    color: #fff;
    background: #004ea2;
}

.rwd-nav-wrap {
    float: left;
    width: 100%;
    margin: 20px 0px;
}

.rwd-nav-row a {
    font-size: 1.2rem;
    padding: 15px 32px 15px 20px;
    position: relative;
    line-height: 1.4;
}

.rwd-nav-row .arr {
    font-size: 0.6rem;
    position: absolute;
    right: 20px;
    top: 23px;
}

.rwd-nav-row .open .arr {
    transform: rotate(90deg);
    -moz-transition: linear 0.2s;
    -o-transition: linear 0.2s;
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
}

.rwd-main-nav {
    border-bottom: 1px solid #333;
}

.rwd-nav-row:first-child .rwd-main-nav {
    border-top: 1px solid #333;
}

.rwd-sub-nav {
    display: none;
    padding-left: 15px;
    background: #333;
}

.rwd-misc {
    float: left;
    width: 100%;
    margin: 18px 0 0 0;
    text-align: center;
}

.rwd-misc a {
    display: inline-block;
    width: 80%;
    margin: 0 10% 14px 10%;
    padding: 6px 5px;
    font-size: 1rem;
    border: 1px solid #565656;
    border-radius: 4px;
}

/* rwd側選單 end
-----------------------------------------------------*/

/* form style
-----------------------------------------------------*/
input[type="text"],
input[type="file"],
select,
textarea {
    border-radius: 5px;
    border: 1px solid #ccc;
    font-family: "Microsoft JhengHei", "微軟正黑體", Arial, Helvetica, sans-serif;
    background: #fff;
    padding: 8px 15px;
}

input[type="file"] {
    font-size: 1em;
}

.form-inline {
    display: inline-block;
}

.checkbox-inline,
.radio-inline {
    display: inline-block;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
    line-height: 1.3;
    cursor: pointer;
}

.checkbox-inline input[type="checkbox"],
.radio-inline input[type="radio"] {
    opacity: 0;
    width: 1px;
    height: 1px;
}

input[type="radio"] {
    height: 17px;
    width: 17px;
    margin-right: 5px;
}

input[type="checkbox"] {
    padding: 10px;
    width: 17px;
    height: 17px;
    border-radius: 0px;
    background-color: #fff;
}

.checkbox-inline .checkbox-btn,
.radio-inline .radio-btn {
    display: inline-block;
    border: 1px solid #999;
    width: 18px;
    height: 18px;
    left: 0;
    top: 1px;
    position: absolute;
}

.checkbox-inline .checkbox-btn {
    border-radius: 3px;
    border: 1px solid #ccc;
}

.radio-inline .radio-btn {
    border-radius: 99%;
}

.radio-inline-active .radio-btn {
    border: 2px solid #18a8c1;
}

.radio-inline-active .radio-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #18a8c1;
    border-radius: 100%;
}

.checkbox-inline-active .checkbox-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #18a8c1;
    border-radius: 100%;
}

.date-start,
.date-end {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.date-start {
    padding-right: 25px;
    margin-right: 5px;
}

.date-start input[type="text"],
.date-end input[type="text"],
.date-start .i-calendar,
.date-end .i-calendar {
    display: inline-block;
    vertical-align: top;
}

.date-start .i-calendar,
.date-end .i-calendar {
    width: 25px;
    margin-top: 5px;
    margin-left: 5px;
}

.date-start::after {
    content: "~";
    display: block;
    position: absolute;
    top: 45%;
    right: 0;
    font-size: 1.2rem;
    line-height: 1.3;
    transform: translateY(-50%);
}

.date-wrap {
    display: flex;
    align-items: center;
}

.date-wrap span {
    margin: 0 10px;
}

.date-wrap img {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 4px;
}

.info-wrap {
    display: block;
    width: 100%;
    margin: 0 0 8px 0;
    overflow: hidden;
}

.info-wrap .btn {
    font-size: 0.938rem;
    font-weight: bold;
    padding: 8px 15px;
    border-radius: 5px;
    margin: 0 0 0 10px;
    color: #fff;
    display: block;
    background: #0698b1;
    float: right;
}

.info-wrap .btn .icon {
    margin-right: 5px;
}

.info-wrap .search-total {
    float: left;
    margin: 8px 0;
    padding: 0;
}

.info-wrap .search-total strong {
    color: #e84545;
    margin: 0 2px;
}

.itemlist,
.itemlist-inner,
.chklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.chklist > li {
    display: inline-block;
    margin-right: 15px;
}

.itemlist > li input[type="checkbox"],
.itemlist > li input[type="radio"],
.itemlist > li label,
.chklist > li input[type="checkbox"],
.chklist > li input[type="radio"],
.chklist > li label {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

.chklist > li input[type="checkbox"],
.chklist > li input[type="radio"],
.itemlist > li input[type="checkbox"],
.itemlist > li input[type="radio"] {
    margin: 1px 0 0 0;
}

.itemlist .item {
    display: inline-block;
    width: 140px;
}

.itemlist > li {
    padding: 10px 0;
}

.itemlist-inner li {
    padding: 10px 0;
}

.itemlist-inner li .item {
    font-weight: normal;
}

/* form style end
-----------------------------------------------------*/

/* table style
-----------------------------------------------------*/

/*
.table {
    width: 100%;
    font-size: 1.08rem;
}

.table th,
.table td {
    padding: 15px;
}

.table td {
    background: #fff;
}

.table tr {
    border-top: 1px solid #dae5f3;
}

.table tr:first-child {
    border-top: 0;
}

.table tr:first-child th {
    border-top: 0;
}

.table {
    width: 100%;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

table.tb2 a {
    color: #2196F3;
    text-decoration: underline;
}

table.tb2 th {
    border-top: 1px solid #bfd4ea;
    background: #d0e4fd;
    text-align: left;
    color: #0c396b;
}

table.top-th th,
table.top-th td {
    text-align: center;
}

table.top-th td {
    line-height: 28px;
    padding: 10px 15px;
}

.table-note-basic {
    display: block;
    margin: 10px 30px;
    color: #666;
}

table.top-th .num {
    width: 80px !important;
}

table.tb2.top-th .status {
    width: 100px !important;
}

table.top-th .th-btn {
    min-width: 300px;
}

.table-info {
    padding: 15px 20px;
    background: #ddd;

    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.table-period {
    font-size: 1.1rem;
    font-weight: bold;
}

.table-made-date {
    float: right;
    font-size: 0.95rem;
}

.table-list li {
    margin: 10px 0;
}

.table-list-inline li {
    display: inline-block;
    margin: 3px 20px 3px 0;
}

.inner-table {
    border: 1px solid #ccc;
    border-radius: 0 !important;
}

.inner-table th,
.inner-table td {
    border: 1px solid #ccc;
}
*/

/* table style end
-----------------------------------------------------*/

/* 按鈕 style
-----------------------------------------------------*/
.btn-wrap.bottom.tbb a {
    background: #0f5e9c;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
}

.btn-wrap {
    width: 100%;
    text-align: center;
    margin: 25px 0 15px 0;
}

.btn-wrap.bottom {
    margin: 35px 0;
}

.btn-wrap a {
    background: #666;
    color: #fff;
    border-radius: 5px;
    min-width: 120px;
    display: inline-block;
    padding: 9px 20px;
    margin: 0 10px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}

.btn-wrap .confirm,
.btn-wrap .certain,
.btn-wrap .search {
    background: #0352a7;
}

.btn-wrap .preview {
    background: #0b96c3;
}

.btn-wrap .save {
    background: #0aa2ad;
}

.btn-wrap .clear {
    background: #999;
}

.btn-wrap .back {
    background: #999;
}

.tb-btn-wrap {
    text-align: center;
}

.import {
    color: #ff4848;
    font-weight: bold;
}

table .table-btn {
    font-size: 0.938rem;
    font-weight: bold;
    background: #00bcd4;
    padding: 4px 9px;
    border-radius: 5px;
    color: #fff !important;
    min-width: 100px;
    margin: 3px 0.5%;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-decoration: none !important;
}

table .table-btn .icon {
    margin-right: 5px;
}

.table-btn-inline {
    color: #fff !important;
    text-decoration: none !important;
    background: #2c608a;
    font-size: 0.938rem;
    padding: 10px 15px;
    border-radius: 5px;
    border: 0;
    display: inline-block;
    vertical-align: top;
}

.table-inline-add {
    width: 90px;
}

.widget-box-ctrl-btn {
    width: auto;
    display: inline-block;
    margin: 0 0 0 10px;
}

/* 按鈕 style end
-----------------------------------------------------*/

/* 頁數
-----------------------------------------------------*/
.pagination {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.pagination a {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 8px 12px;
    margin: 0 5px;
    font-size: 1rem;
    color: #555;
    border-radius: 4px;
    background: #fff;
}

.pagination a.active {
    background: #0352a7;
    color: #fff;
    border: 1px solid #0352a7;
}

/* 頁數 end
-----------------------------------------------------*/

/* header
-----------------------------------------------------*/
.header {
    position: fixed;
    z-index: 999;
    width: 100%;
    /* top: 0;*/
    background: #fff;
    box-shadow: 0px 2px 20px rgba(84, 84, 84, 0.15);
}

.header-inner {
    width: 94%;
    margin: 0 auto;
    position: relative;
}

.header-right {
    float: right;
    width: 70%;
    margin-bottom: 10px;
}

.header-misc {
    width: 100%;
    text-align: right;
    font-size: 0.95rem;
    float: left;
    margin: 10px 0;
}

.header-misc a {
    color: #333;
    display: inline-block;
    border-left: 1px solid #aaa;
    padding-left: 12px;
    margin-left: 10px;
    line-height: 1;
    font-size: 0.9rem;
    font-weight: bold;
}

.header .logo {
    display: block;
    float: left;
    width: 240px;
    margin: 31px 0;
    padding: 0;
}

.header .logo a,
.header .logo a img {
    display: block;
    width: 100%;
}

.header-search input[type=text] {
    background: #fff;
    border: 1px solid #e6e6e6;
    font-size: 0.9rem;
    padding: 0 20px;
    width: 40%;
    height: 45px;
    display: inline-block;
    vertical-align: top;
    border-radius: 0;
}

.header-search .search-btn {
    font-size: 0;
    background: url("../images/i-search-white.svg") center center no-repeat #21b7b6;
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 -5px;
    border: 0;
}

.header-search .adv {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    background: rgb(25, 106, 134);
    color: #fff;
    width: 100px;
    height: 45px;
    padding: 12px 0;
    text-align: center;
    border: 0;
}

.header-search .hot {
    font-size: 0.85rem;
    line-height: 1;
    margin: 8px 0 0 0;
    width: 100%;
}

.header-search .hot a {
    color: #333;
    display: inline-block;
    margin-right: 3px;
    text-decoration: underline;
}

/* header end
-----------------------------------------------------*/

/* 漢堡選單
-----------------------------------------------------*/
.hamburger {
    width: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none;
    float: right;
    margin: 30px;
}

.hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #333;
    border-radius: 100px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.hamburger span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.hamburger span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.hamburger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 5px;
}

.hamburger.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 5px;
}

/* 漢堡選單 end
-----------------------------------------------------*/

/* fat footer
-----------------------------------------------------*/
.fat-footer-switch {
    position: absolute;
    width: 100%;
    top: -24px;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.fat-footer-open,
.fat-footer-close {
    display: none;
    width: 47px;
    height: 24px;
    margin: 0 auto;
    background: #edf1f4;
    border-radius: 150px 150px 0 0;
}

.fat-footer-open:hover,
.fat-footer-close:hover {
    opacity: 1;
}

.fat-footer-open {
    background: url(../images/arr-up.svg) center 5px no-repeat #edf1f4;
    background-size: 15px;
}

.fat-footer-close {
    background: url(../images/arr-down.svg) center 5px no-repeat #edf1f4;
    display: block;
    background-size: 15px;
}

.fat-footer {
    border-top: 4px solid #edf1f4;
    background: #edf1f4;
    font-weight: bold;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 85px;
}

.fat-footer-inner {
    padding: 40px 0;
    display: block;
    text-align: center;
}

.fat-footer-col {
    width: calc(100% / 7 - 3%);
    float: left;
    vertical-align: top;
    margin: 0 1.5%;
    text-align: left;
}

.fat-footer-title a {
    color: #333;
    display: block;
    font-size: 1.05em;
}

.fat-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fat-footer ul li {
    padding: 12px 0 0 0;
}

.fat-footer ul li a {
    color: #333;
    font-size: 0.9rem;
}

.fat-footer-inner {
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
}

/* fat footer end
-----------------------------------------------------*/

/* footer
-----------------------------------------------------*/
.footer {
    background: #3a444f;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.6;
    float: left;
    width: 100%;
}

.footer-inner {
    width: 94%;
    max-width: 1360px;
    margin: 0 auto;
    overflow: hidden;
}

.footer-contact li {
    margin: 8px 0;
}

.footer-contact a {
    color: #6ff0ff;
    text-decoration: underline;
}

.footer-left,
.footer-right {
    padding: 30px 0;
}

.footer-left,
.footer-nav {
    float: left;
}

.footer-right,
.copyright {
    float: right;
}

.footer-bottom {
    width: 100%;
    border-top: 1px solid #6f777f;
    padding: 15px 0;
}

.footer-nav li {
    display: inline-block;
    border-right: 1px solid #fff;
    line-height: 1;
    margin-right: -4px;
}

.footer-nav li:first-child {
    border-left: 1px solid #fff;
}

.footer-nav li a {
    color: #fff;
    padding: 0 12px;
}

.footer-mark {
    margin: 0 0 25px 0;
    text-align: right;
}

.footer-mark a {
    margin: 0 0 0 8px;
    display: inline-block;
    vertical-align: top;
}

.footer-qrcode {
    text-align: right;
}

.footer-qrcode li {
    width: 120px;
    line-height: 1.4;
    font-size: 0.75rem;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: -9px;
}

.footer-qrcode li img {
    width: 80%;
    margin: 0 auto;
}

.footer-qrcode li p {
    margin: 8px 0 0 0;
    font-size: 0.8rem;
    line-height: 19px;
}

/* footer end
-----------------------------------------------------*/

/* main nav
-----------------------------------------------------*/
.main-nav {
    width: 92%;
    float: left;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 4%;
}

.main-nav > .list {
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
}

.main-nav > .list > li {
    width: 100%;
    text-align: center;
    list-style: none;
    padding: 12px 0;
}

.main-nav > .list > .current {
    background-color: #16b4c9;
}

.main-nav > .list > .current > a {
    color: #fff;
}

.main-nav > .list > li > a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 1.2rem;
}

.main-nav > .list > li > a > span {
    display: block;
    width: 100%;
    border-right: 1px solid #ccc;
    padding: 10px 0;
    background: url("../images/arr-down.svg") 92% 17px no-repeat;
    background-size: 14px;
}

.main-nav > .list > li:last-child > a > span {
    border-right: 0;
}

.main-nav > .list > li > .main-nav-open > span {
    background: url("../images/arr-up-white.svg") 92% 17px no-repeat;
    background-size: 14px;
}

.main-nav i {
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    margin-top: 1px;
}

.main-nav .nav-icon1 {
    background: url("../images/i-nav1.png") 0 0 no-repeat;
}

.main-nav .nav-icon2 {
    background: url("../images/i-nav2.png") 0 0 no-repeat;
}

.main-nav .nav-icon3 {
    background: url("../images/i-nav3.png") 0 0 no-repeat;
}

.main-nav .nav-icon4 {
    background: url("../images/i-nav4.png") 0 0 no-repeat;
}

.main-nav .nav-icon5 {
    background: url("../images/i-nav5.png") 0 0 no-repeat;
}

.main-nav .nav-icon6 {
    background: url("../images/i-nav6.png") 0 0 no-repeat;
}

.main-nav .nav-icon7 {
    background: url("../images/i-nav7.png") 0 0 no-repeat;
}

.main-nav .current .nav-icon1 {
    background: url("../images/i-nav1-current.png") 0 0 no-repeat;
}

.main-nav .current .nav-icon2 {
    background: url("../images/i-nav2-current.png") 0 0 no-repeat;
}

.main-nav .current .nav-icon3 {
    background: url("../images/i-nav3-current.png") 0 0 no-repeat;
}

.main-nav .current .nav-icon4 {
    background: url("../images/i-nav4-current.png") 0 0 no-repeat;
}

.main-nav .current .nav-icon5 {
    background: url("../images/i-nav5-current.png") 0 0 no-repeat;
}

.main-nav .current .nav-icon6 {
    background: url("../images/i-nav6-current.png") 0 0 no-repeat;
}

.main-nav .current .nav-icon7 {
    background: url("../images/i-nav7-current.png") 0 0 no-repeat;
}

/* sub-nav */
.sub-nav {
    display: none;
    width: 100%;
    background: #eaffff;
    box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.28);
    position: absolute;
    top: 186px;
    padding: 25px 0;
    border-top: 1px solid #16b4c9;
    left: 0;
}

.tiny .sub-nav {
    top: 70px;
}

.sub-nav-inner {
    margin: 0 auto;
    width: 96%;
    max-width: 1440px;
}

.sec-nav {
    text-align: left;
    width: 100%;
}

.sec-nav > li {
    width: calc(100% / 4 - 44px);
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 20px 20px;
}

.sec-nav > li > a {
    color: #105c66;
    padding: 10px 0 10px 20px;
    text-align: left;
    display: block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #b8d1d5;
}

.sec-nav > li > a:hover {
    opacity: 0.7;
}

.sec-nav > li > a::before {
    content: "";
    display: block;
    background: #4ea1ac;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 20px;
    left: 4px;
}

.sec-nav li a.more {
    color: #555;
    border-bottom: 0;
    font-size: 0.96rem;
    padding: 5px 0 5px 20px;
    font-weight: bold;
}

.sec-nav li a.more::before {
    display: none;
}

.third-nav {
    text-align: left;
    width: 100%;
    font-size: 1rem;
}

.third-nav li {
    margin: 2px 0;
    padding-top: 10px;
}

/*
.third-nav li:first-child {
    border-top: 1px solid #ddd;
}
*/

.third-nav li a {
    color: #555;
    background: url(../images/arr-right.svg) 3px 6px no-repeat;
    background-size: 10px;
    padding-left: 20px;
    display: block;
}

.third-nav li a:hover {
    color: #aaa;
}

/* sub-nav end */

/* main nav end
-----------------------------------------------------*/

/* crumb
-----------------------------------------------------*/
.crumb {
    width: 100%;
    padding: 15px 0 10px 0;
    font-size: 0.95rem;
}

.crumb a.home {
    padding-left: 19px;
    margin-left: 0;
    background: url(../images/i-home.png) 0 6px no-repeat;
    background-size: 10px 10px;
}

.crumb a,
.crumb .current {
    color: #666;
    margin-left: 8px;
    padding-left: 11px;
    background: url(../images/crumb-arr.png) 0 7px no-repeat;
    display: inline-block;
    vertical-align: top;
}

.crumb .current {
    color: rgb(0, 117, 128);
}

/* crumb end
-----------------------------------------------------*/

/* back top
-----------------------------------------------------*/
.back-top {
    position: fixed;
    bottom: 18px;
    right: 42px;
    z-index: 999;
}

.back-top a {
    display: block;
    width: 42px;
    height: 42px;
    font-size: 0;
    background: rgb(0, 145, 197);
    border-radius: 100%;
    box-shadow: 0 0px 18px rgba(0, 0, 0, 0.13);
}

.back-top > a {
    position: relative;
    text-align: center;
}

.back-top > a:hover {
    opacity: 0.9;
}

.topArr {
    font-size: 1.1rem;
    color: white;
    line-height: 42px;
    transition: transform .2s ease-out;
}

/* back top end
-----------------------------------------------------*/
.page-func {
    text-align: right;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.page-func .page-print,
.page-func .page-sharing {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    position: relative;
}

.page-func .page-print,
.page-func .page-share {
    width: 25px;
    height: 25px;
}

.page-func .page-print img,
.page-func .page-share img {
    width: 100%;
}

.page-func .page-share {
    position: relative;
    display: block;
}

.page-func .page-sharing .share-drop {
    position: absolute;
    display: none;
    top: 35px;
    left: -1px;
    z-index: 99;
}

.page-main {
    float: left;
    width: calc(100% - 310px);
    margin: 0 0 0 55px;
}

/*  側選單
-----------------------------------------------------*/
.page-side {
    float: left;
    width: 255px;
    /*    border-radius: 6px;*/

    /*    overflow: hidden;*/
    margin-bottom: 50px;
}

.page-unit {
    background-color: #0d92aa;
    text-align: center;
    color: #fff;
    font-size: 1.375rem;
    font-weight: bold;
    padding: 24px 15px;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

.side-nav-wrap {
    background: #f6f6f6;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}

.side-nav > li {
    border-top: 1px solid #d4d4d4;
}

.side-nav a {
    display: block;
    position: relative;
    color: #222;
    font-size: 1.05rem;
}

.side-nav > li > a {
    padding: 18px 34px;
}

.side-nav a .arr {
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(../images/arr-right.svg) 0 0 no-repeat;
    background-size: cover;
    right: 15px;
    top: 26px;
    transition: linear 0.15s;
}

.side-nav .open {
    color: #0d92aa;
}

.side-nav .open .arr {
    transform: rotate(90deg);
    transition: linear 0.15s;
}

.side-subnav {
    background: #e4e4e4;
    display: none;
}

.side-subnav li a {
    padding: 10px 35px 10px 0;
}

.side-subnav li a .arr {
    right: 15px;
    top: 19px;
}

.side-subnav1 > li {
    border-top: 1px solid #f5f5f5;
}

.side-subnav1 > li > a {
    padding: 12px 34px;
}

.side-subnav2 {
    background: #ddd;
}

.side-subnav2 > li {
    border-top: 1px solid #f5f5f5;
}

.side-subnav2 > li > a {
    padding: 12px 34px 12px 44px;
}

.side-subnav3 {
    background: #c2c2c2;
}

.side-subnav3 > li {
    border-top: 1px solid #f5f5f5;
}

.side-subnav3 > li > a {
    padding: 12px 34px 12px 54px;
}

.side-subnav4 {
    background: #aaa;
}

.side-subnav4 > li {
    border-top: 1px solid #f5f5f5;
}

.side-subnav4 > li > a {
    padding: 12px 34px 12px 64px;
}

/*
.side-subnav1 > li:first-child,
.side-subnav2 > li:first-child {
border-top: 0;
}
*/

/*  無障礙
-----------------------------------------------------*/
.header .acc_u {
    position: absolute;
    left: 0;
}

.ajax__calendar_body {
    height: 220px !important;
    width: 100% !important;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.ajax__calendar_container {
    width: 270px !important;
}

.ajax__calendar_days,
.ajax__calendar_months,
.ajax__calendar_years {
    top: 0px;
    left: 0px;
    height: 220px !important;
    width: 100% !important;
    position: absolute;
    text-align: center;
    margin: auto;
}

.ajax__calendar_prev,
.ajax__calendar_next {
    height: 30px !important;
}

.ajax__calendar_footer {
    height: 30px !important;
}

.ajax__calendar .ajax__calendar_container {
    border: 1px solid #ccc !important;
}

a.sr-only {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    overflow: hidden;
    color: #000;
}

a.sr-only:focus {
    width: auto;
    height: auto;
    padding: 6px;
    background-color: #fff;
}

input:focus {
    outline: 3px #E60000 dashed !important;
}

input[type=text]:focus {
    background: #ffe8e8 !important;
}

li:focus {
    border: 3px #ffc216 dashed !important;
}

img:focus {
    border: 3px #ffc216 dashed !important;
}
