﻿@charset "UTF-8";

body {
    font-family: 'Microsoft JhengHei', '微軟正黑體', Arial, Helvetica, sans-serif;
    background: #fff;
}

a,
p,
div,
strong,
span,
ul,
li,
label,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Microsoft JhengHei', '微軟正黑體', Arial, Helvetica, sans-serif;
    word-wrap: break-word;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

select:focus,
input[type=text]:focus,
input[type=radio]:focus,
button:focus,
textarea:focus,
a:focus {
    /*outline: 3px dotted #1d91a2;*/
    outline: 3px dotted #E60000;
    outline-offset: -0.2em;
    /*background-color: #dff1f3;*/
}
input[type=text]:focus
{
    background-color: #ffe8e8 !important;
}

.hide {
    opacity: 0;
    display: none !important;
}

.show {
    opacity: 1;
    display: block;
}

.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.list,
.ulfix {
    padding: 0;
    margin: 0;
    list-style: none;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.wrapper {
    width: 100%;
    margin-top: 119px;
}


.inner {
    margin: 0 auto;
    width: 86%;
    max-width: 1280px;
}

/* 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
--------------------------------------------------------*/


/* form style
--------------------------------------------------------*/

input[type="text"],
input[type="file"],
input[type="date"],
input[type="password"],
input[type="email"],
select,
textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-family: "Microsoft JhengHei", "微軟正黑體", Arial, Helvetica, sans-serif;
    background: #fff;
    padding: 8px;
    font-size: 0.96rem;
    line-height: 1;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 4px;
}

textarea {
    overflow: auto;
    vertical-align: top;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px !important;
    min-height: 130px;
}

select {
    border: 1px #bfbfbf solid;
    padding: 5px 27px 5px 8px;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/select_arr.svg) 96.5% center no-repeat #ffffff;
    background-size: 8px 8px !important;
    appearance: none;
}

.form-inline {
    display: flex;
    flex-wrap: wrap;
    margin: -6px -10px;
}

.form-inline>div {
    margin: 0 7px;
}

.form-list {
    display: flex;
    flex-wrap: wrap;
    margin: -5px 0;
}

.form-list>div {
    width: 100%;
    margin: 5px 0;
}

.form-list.label-before>div>label {
    margin: 0 8px 0 0;
}

.form-add-type {
    display: flex;
    flex-wrap: wrap;
    margin: -8px 0;
}

.form-add-type>div {
    display: flex;
    align-items: center;
    margin: 8px 0;
    width: 100%;
}

.form-add-type>div>div {
    display: flex;
    align-items: center;
    margin: 0 0 0 15px;
}

.form-add-type>div>div:first-child {
    margin: 0;
}

.form-add-type .table-inline-btn {
    display: inline-block;
    margin-left: 15px;
}

/* form style end
--------------------------------------------------------*/


/* table style
--------------------------------------------------------*/

table {
    width: 100%;
    background: #fff;
    border-left: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    border-collapse: collapse;
    border-spacing: 0px;
}

/* .table tr {
    border-top: 1px solid #d2d2d2;
}

.table tr:first-child {
    border-top: 0;
} */

table th,
table td {
    padding: 14px 18px;
    line-height: 1.4;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

table th {
    background: #e8e8e8;
}

/* table tr:first-child th {
    border-top: 0;
} */

table a {
    color: #1f92b4;
    text-decoration: underline;
}

table.top-th th,
table.top-th td {
    text-align: center;
    padding: 12px 15px !important;
}

table.top-th .num {
    width: 80px !important;
}

table .note,
table .note-inline {
    color: #5973d4;
    font-size: 0.98rem;
}

table .note {
    display: block;
    margin: 5px 0 0 0;
}

table .note-inline {
    display: inline-block;
    margin: 0 0 0 5px;
}

.table-overflow {
    overflow: auto;
    width: 100%;
}

.fundTable {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 50px;
}

table.fundTable th {
    width: 20%;
}

/* table style end
--------------------------------------------------------*/


/* 按鈕 style
--------------------------------------------------------*/

.btn-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
}

.btn-wrap.search {
    width: 100%;
    text-align: center;
    margin: -30px 0 60px 0;
}

.btn-wrap.bottom {
    margin: 20px 0 60px 0;
}

.btn-wrap a {
    background: #777;
    color: #fff;
    border-radius: 150px;
    min-width: 120px;
    display: inline-block;
    padding: 8px 20px;
    margin: 0 10px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.btn-wrap a:hover {
    opacity: 1;
    text-decoration: none;
}

.btn-wrap a i {
    margin-right: 3px;
}

.btn-wrap.bottom a {
    font-size: 1.15rem;
    padding: 9px 20px;
}

.btn-wrap .certain,
.btn-wrap .search {
    background: #129ebd;
}

.btn-wrap .confirm {
    background: #307ec5;
}

.btn-wrap .send {
    background: #017505;
}

.btn-wrap.search a {
    padding: 11px 20px;
}

.btn-wrap .add {
    background: #ff8c6a;
}

.btn-wrap .stp-faq {
    background: #03a9f4;
}

.btn-wrap .preview {
    background: #5e8c29;
}

.btn-wrap .save {
    background: #0aa2ad;
}

.btn-wrap .export-pdf {
    background: #307ec5;
}

.btn-wrap .clear {
    background: #999;
}

.btn-wrap .back {
    background: #999;
}

.table-btn-wrap {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.table-btn,
.table-inline-btn {
    color: #fff;
    text-decoration: none;
    background: #129ebd;
    font-size: 0.95rem;
    padding: 9px 18px;
    border-radius: 150px;
    border: 0;
    display: block;
    margin: 3px 3px;
    width: auto;
    min-width: 96px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.table-inline-btn-small {
    margin: 2px 5px;
    text-decoration: none;
    font-size: 0.85rem;
    background: #129ebd;
    color: #fff;
    padding: 4px 10px;
    text-align: center;
    border-radius: 150px;
    line-height: 1;
}

.table-inline-btn,
.table-inline-btn-small {
    margin: 1px 5px;
    display: inline-block;
    vertical-align: top;
}

.table-btn:hover,
.table-inline-btn:hover,
.table-inline-btn-small:hover {
    opacity: 0.75;
    text-decoration: none;
}

.table-btn i,
.table-inline-btn i,
.table-inline-btn-small i {
    margin-right: 5px;
}

.table-inline-btn.add {
    background: #ff8058;
}

.table-inline-btn.upload {
    margin-top: 5px;
}

.table-inline-btn-small.del {
    background: #33aab1;
    color: #fff;
}

.widget-box-ctrl-btn {
    width: auto;
    display: inline-block;
    margin: 0 0 0 10px;
}

.inside-table {
    border-radius: 5px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.inside-table td {
    border-left: 1px solid #ddd;
}

.inside-table td:first-child {
    border-left: 0;
}

table .sample-downlaod {
    text-decoration: none;
    display: block;
    font-weight: bold;
    margin-top: 5px;
}

/* 按鈕 style end
--------------------------------------------------------*/


/*頁數
--------------------------------------------------------*/

.paging {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin: 40px 0;
}

.rwdpaging {
    display: none;
}

.paging a {
    display: inline-flex;
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-weight: bold;
    margin: 0 4px;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}


.paging .first,
.paging .prev,
.paging .last,
.paging .next {
    border-radius: 150px;
    width: 100px;
}

.paging a i {
    color: #666;
}

.paging .first i {
    margin-right: 5px;
}

.paging .prev i {
    margin-right: 8px;
}

.paging .last i {
    margin-left: 5px;
}

.paging .next i {
    margin-left: 8px;
}

.paging a.current {
    background: #ff7166;
    border: 1px solid #ff7166;
    color: #fff;
}

/* 頁數 end
--------------------------------------------------------*/


/* header
--------------------------------------------------------*/
.header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: #fff;
    top: 0;
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(to right, #ff9935 0%, #ff7166 100%);
    border-image-slice: 1;
}

.header-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.header .acc-key {
    position: absolute;
}

.header .logo,
.header .logo-en {
    display: block;
    margin: 0 0 0 40px;
    font-size: 0;
    width: 278px;
    height: 60px;
    background: url(../images/logo.svg) 0 0 no-repeat;
}

.header .logo-en {
    width: 362px;
    background: url(../images/logo.svg) 0 0 no-repeat;
}

.header .logo h1,
.header .logo-en h1 {
    margin: 0;
    padding: 0;
}

.header-misc {
    display: flex;
    flex: 9;
    align-items: stretch;
    justify-content: flex-end;
    width: 100%;
}

.header-misc-nav {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    line-height: 1;
}

.header-misc-nav li:first-child {
    border-left: none;
}

.header-misc-nav a:hover,
.header-button a:hover {
    opacity: 0.7;
}

.header-misc-nav a {
    display: inline-block;
    vertical-align: top;
    line-height: 1.4;
    margin: 0 8px;
    font-weight: bold;
    text-align: left;
    color: #333333;
    background-repeat: no-repeat;
    padding-left: 10px;
    background-position: left center;
    position: relative;
    background: url(../images/misc-arr.png) left center no-repeat;
    font-size: 0.98rem;
}

.header-social {
    display: flex;
    align-items: center;
}

.header-social a {
    display: block;
    margin: 0 4px;

}

.header-search a,
.header-social a {
    width: 30px;
}

.header-social a img,
.header-search a img {
    width: 100%;
}

.header-search {
    margin: 0 4px;
    display: flex;
    align-items: center;
}

.header-search a {
    color: #fff;
    display: block;
}

.header-event,
.header-faq {
    color: #fff;

    padding: 36px 12px 12px 12px;
    font-size: 0.9em;
    font-weight: bold;
    width: 90px;
    text-align: center;
    position: relative;
}

.header-event {
    background: url(../images/i-header-event.png) center 8px no-repeat #20759a;
    border-radius: 0 0 0 20px;
    margin-left: 15px;
    background-size: 21px;
}

.header-event::after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.header-faq {
    background: url(../images/i-header-faq.png) center 8px no-repeat #20759a;
    background-size: 20px;
}

/* header end 
--------------------------------------------------------*/


/* 字級大小 
--------------------------------------------------------*/
.header-misc-nav .fontsize {
    padding: 6px 0;
    border-left: none;
}

.header-misc-nav .fontsize a::before {
    display: none;
}

.header-misc-nav .fontsize a {
    font-size: 0.95rem;
    padding: 0;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    border-radius: 99%;
    margin: 0 0 0 10px;
    color: #ccc;
}

.header-misc-nav .fontsize .active {
    color: #2681ab;
}

/* 字級大小 end 
--------------------------------------------------------*/


/* 主選單
--------------------------------------------------------*/
.main-nav {
    width: 100%;
    display: block;
    float: left;
    font-weight: bold;
    position: relative;
    margin-top: 10px;
}

.main-nav-list>li {
    display: inline-block;
    width: calc(100% / 7);
    text-align: center;
    cursor: pointer;
    margin: 0 -2px;
}

.main-nav-list>li>a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #333;
    font-size: 1.25rem;
    margin-bottom: 5px;
}

.main-nav-list>li.active>a {
    color: #ff7167;
}

.main-nav-list>li>a>span {
    display: block;
    padding: 8px 0;
    width: 80%;
    border-radius: 3px;
}

.main-nav-list>li.active>a>span {
    color: #fff;
    background: #129ebd;
}

.main-nav-list>li.link>a {
    color: #285cb3;
}

.main-nav-list>li>a::after {
    content: "/";
    color: #bbbbbb;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 0.95rem;
}

.main-nav-list>li:first-child>a::before {
    content: "/";
    color: #bbbbbb;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 0.95rem;
}

.main-nav-list li:last-child:before {
    content: "";
    display: none;
}

ul.main-nav-list.ulfix {
    text-align: center;
    width: 96%;
    margin: 0 auto;
    max-width: 1400px;
}

.sub-nav-list {
    position: absolute;
    margin: 0;
    background: #f7f7f7;
    width: 100%;
    display: none;
    top: 44px;
    z-index: 1;
    left: 0;
    box-shadow: 0px 4px 18px 0 rgb(0 0 0 / 15%);
    padding: 18px 5% 0 5%;
    text-align: left;
    border-top: 3px solid transparent;
    border-image: linear-gradient(to right, #ff9935 0%, #ff7166 100%);
    border-image-slice: 1;
}

.sub-nav-list>li {
    display: inline-block;
    width: calc(100% / 4 - 24px);
    text-align: left;
    margin: 0 10px 18px 10px;
    vertical-align: top;
}

.sub-nav-list>li>a,
.sub-nav-list>li>strong {
    color: #0b728a;
    display: block;
    padding: 0 10px 8px 10px !important;
    font-size: 1.14rem;
    border-bottom: 1px solid #d0d0d0;
}

.sub-nav-list>li>strong a {
    color: #0b728a;
}

.sub-nav-list>li>strong {
    cursor: default;
}

.third-nav-list {
    text-align: left;
    width: 100%;
    font-size: 1rem;
    padding: 8px 0 0 0;
    margin: 0;
    list-style: none;
}

.third-nav-list>li {
    margin: 0;
    padding: 0 0 10px 0;
    line-height: 1.2;
}

.third-nav-list>li:last-child {
    padding-bottom: 0;
}

.third-nav-list>li>a {
    background: url(../images/third-nav-arr.svg) 9px 4px no-repeat;
    background-size: 12px;
    padding-left: 24px;
    display: block;
    color: #555;
}

.sub-nav-list>li>a:hover,
.third-nav-list>li>a:hover {
    color: #ff7167;
}

.colorBar {
    background: linear-gradient(to right, #ff9935 0%, #ff7166 100%);
    position: absolute;
    bottom: -3px;
    width: 100%;
    height: 3px;
}

/* 主選單 end 
--------------------------------------------------------*/


/* fat footer
--------------------------------------------------------*/
.fat-footer-switch {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 0;
    line-height: 0;
    height: 2px;
    background: #056C8F;
    z-index: 1;
}

.fat-footer-switch .close {
    background: #056C8F;
    color: #fff;
    text-align: center;
    width: 70px;
    border-radius: 15px;
    display: block;
    margin: 0 auto;
    padding: 4px 0;
    position: relative;
    top: -8px;
}

.fat-footer-switch .close .arr {
    color: #fff;
    font-size: 0.5rem;
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transform: rotate(180deg);
}

.fat-footer-switch .open .arr {
    transform: rotate(-0deg);
}

.fat-footer-switch .arr {
    font-size: 0.5rem;
}

.fat-footer {
    background: #fff;
    width: 100%;
    position: relative;
    display: none;
}

.fat-footer,
.fat-footer a {
    color: #666;
}

.fat-footer-inner {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.fat-footer-box {
    width: calc(100% / 6 - 2% - 4px);
    line-height: 20px;
    vertical-align: top;
    display: inline-block;
    margin: 30px 1%;
    font-size: 0.95em;
    font-weight: bold;
}

.fat-footer-box .title {
    font-size: 1em;
    margin: 0 auto 15px auto;
    padding: 10px 3%;
    display: block;
    background: #f0f0f0;
    width: 100%;
    text-align: center;
}

.fat-footer-box .title a {
    display: block;
}

.fat-footer-box>ul>li,
.fat-footer-sublist>li {
    text-align: left;
    position: relative;
    margin: 8px 0;
}

.fat-footer-box>ul>li::before,
.fat-footer-sublist>li::before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    background: #555;
    top: 9px;
    left: 5px;
}

.fat-footer-box>ul>li>a {
    display: block;
    padding: 0px 15px;
}

.fat-footer-box>ul>li>.subtitle {
    display: block;
    padding: 0px 15px;
}

.fat-footer-sublist {
    width: 90%;
    margin: 0 auto;
}

.fat-footer-sublist a {
    display: block;
    padding: 0px 15px;
}

/* fat footer
--------------------------------------------------------*/


/* footer 
--------------------------------------------------------*/
.footer {
    width: 100%;
    line-height: 1.6;
    float: left;
    font-weight: bold;
    background: #f0f0f0;
    font-size: 0.92rem;
}

.footer a {
    color: #333333;
}

.footer-container {
    width: 90%;
    float: left;
    margin: 0 5%;
    padding: 25px 0;
}

.footer-info {
    list-style: none;
    width: 100%;
}

.footer-nav>ul {
    padding: 2px 0 !important;
    list-style: none;
    font-size: 0.94em;
    width: 100%;
}

.footer-right {
    float: right;
    text-align: right;
    width: 50%;
}

.footer-mark {
    margin: 0 0 10px 0;
}

.footer-copyright {
    padding: 10px 5%;
    margin: 0;
    list-style: none;
    background: #dedede;
    text-align: center;
    float: left;
    width: 100%;
    color: #333333;
}

.footer-nav-wrap {
    padding: 10px 5%;
    margin: 0;
    list-style: none;
    background: #f0f0f0;
    text-align: center;
    float: left;
    width: 100%;
    color: #fff;
    border-top: 1px solid #d4d4d4;
}

.footer-copyright p {
    width: 200px;
    float: right;
    margin: 0;
}

.footer-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    float: left;
    width: 100%;
}

.footer-nav li {
    display: inline-block;
    border-left: 1px solid #d4d4d4;
    padding: 0 22px;
    line-height: 1;
}

.footer-nav li:last-child {
    border-right: 1px solid #d4d4d4;
}

.footer-right {
    float: right;
    width: 136px;
    text-align: right;
}

.footer-nav li a:hover {
    opacity: 0.8;
}

.footer-left {
    float: left;
    width: calc(100% - 140px);
    margin-right: 0;
    text-align: center;
    margin-bottom: 0;
}

.footer-mark a {
    display: inline-block;
    margin: 0 -4px 0 15px;
    vertical-align: top;
}

.footer-accessibility {
    width: 136px;
}

.footer-accessibility img {
    width: 100%;
}

.footer-logo {
    display: inline-block;
    padding: 0;
    width: 240px;
}

.footer-logo,
.footer-info {
    vertical-align: middle;
}

.footer-img {
    float: right;
}

.footer-info p {
    margin: 0;
    line-height: 31px;
    color: #333333;
}

.footer-info {
    width: calc(100% - 289px);
    display: inline-block;
    text-align: left;
    margin: 0 0 0 25px;
}

.footer-info-en {
    width: calc(100% - 236px);
    display: inline-block;
    text-align: left;
    margin: 0 0 0 25px;
}

p.footer-info {
    margin: 7px 0 0 0;
}


/* footer end
--------------------------------------------------------*/


/* header搜尋
--------------------------------------------------------*/

.header-search-wrapper {
    float: right;
    width: 285px;
    padding: 9px 0 6px 0;
}

a.header-share {
    float: left;
    width: 38px;
}

.header-searchbar {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    background: #fff;
    padding: 20px 0;
    display: none;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.header-searchbar-inner {
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.header-searchbar input[type='text'] {
    width: calc(100% - 300px);
}

.header-search-btn,
.header-advsearch-btn {
    background: #2d93b8;
    color: #fff !important;
    margin-left: 0;
    padding: 11px 25px;
    cursor: pointer;
    border-radius: 3px;
}

.header-search-btn {
    margin-left: 5px;
}

.header-advsearch-btn {
    margin-left: 5px;
}

.header-search-hot {
    font-size: 0.95em;
    margin: 8px 0 0 0;
    float: left;
    width: 100%;
    text-align: left;
    font-weight: bold;
}

.header-search-hot a {
    color: #ff7c58;
    margin-right: 8px;
    text-decoration: underline;
    display: inline-block;
}

.header-search-hot a:hover {
    opacity: 0.7;
}

.header-searchbar-close {
    background: url(../images/close_search.png) center center no-repeat #7d7d7d;
    display: block;
    width: 43px;
    height: 43px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    border-radius: 3px;
    background-size: 13px;
}

.header-searchbar-close:hover {
    opacity: 0.7;
}

/* header搜尋 end
--------------------------------------------------------*/



/* 漢堡選單
--------------------------------------------------------*/
.hamburger {
    width: 36px;
    height: 27px;
    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;
}

.hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000000;
    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;
    border-radius: 35px;
}

.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: 11px;
    -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: 22px;
    -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: 8px;
}

.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: 26px;
    left: 8px;
}

/* 漢堡選單 end
--------------------------------------------------------*/



/* rwd nav
--------------------------------------------------------*/
.rwd-lev1 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.rwd-lev1>a {
    width: calc(100% - 45px);
}

.rwd-lev2:first-child {
    border-top: 0;
}

.rwd-lev2 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #434343;
}

.rwd-lev2>a {
    width: calc(100% - 45px);
}


.rwd-nav-search {
    padding: 0 15px;
    margin: 18px 0 0 0;
    width: 100%;
}

.rwd-nav-search input[type='text'] {
    padding: 6px 8px;
    width: calc(100% - 75px);
    display: inline-block;
    vertical-align: top;
    border: 0;
    border-radius: 2px;
    font-size: 0.95rem;

}

.rwd-searbtn-wrap {
    margin: 0 0 0 7px;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    width: 61px;
    vertical-align: top;
}

.cbp-spmenu a.search {
    background: #20759a;
    border: 0;
    padding: 7px 15px;
    font-size: 0.95rem;
    font-weight: bold;
    border-radius: 3px;
    height: 32px;
}

.rwd-searbtn-wrap input[type='submit'],
.rwd-searbtn-wrap a.adv-search {
    padding: 8px 5px;
    font-size: 0.9rem;
    border: 0;
    margin: 0;
    background-color: #e05e54;
    width: calc(100% / 2 - 4px);
    color: #fff;
    float: left;
    border-radius: 2px;
    font-weight: bold;
}

.rwd-searbtn-wrap input[type='submit'] {
    margin-right: 4px;
}

.rwd-searbtn-wrap a.adv-search {
    margin-left: 4px;
}

.rwd-search-btn .btn {
    margin-right: 10px;
}

.rwd-search-btn .adv-btn {
    background-color: #004ea2;
}

.rwd-lang {
    margin: 0 15px;
    border-radius: 2px;

    overflow: hidden;
}

.rwd-lang a {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    padding: 7.5px 0;
    font-size: 0.95rem;
    font-weight: bold;
    background: #454545;
}

.rwd-lang a.current {
    color: #fff;
    background: #e05e54;
}

.rwd-nav-wrap {
    float: left;
    width: 100%;
    margin: 20px 0px;
}

.rwd-nav-row a {
    font-size: 1.08rem;
    padding: 11px 20px;
    position: relative;
    line-height: 1.55;
}

.rwd-nav-row .arr {
    font-size: 0.6rem;
    position: relative;

    width: 45px;

    padding: 0;
    line-height: normal;
}

.rwd-nav-row .arr i {
    position: absolute;
    top: 42%;
    left: 42%;

}

.arr.open i {
    transform: rotate(90deg);
    -moz-transition: linear 0.2s;
    -o-transition: linear 0.2s;
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
}



.rwd-nav-row:first-child .rwd-main-nav {
    border-top: 1px solid #333;
}

.rwd-nav-row .rwd-main-nav:last-child {
    border-bottom: 1px solid #333;
}

.rwd-sub-nav {
    display: none;

    background: #333;
}

.rwd-nav-misc {
    display: inline-block;
    width: 100%;
    margin: 18px 0 0 0;
    text-align: center;
    padding: 0;
}

.rwd-nav-misc a {
    border: 1px solid #333;
    width: 72%;
    padding: 9px 0;
    font-size: 0.95rem;
    margin: 14px auto;
    border-radius: 4px;
}

.rwd-nav-misc li {
    display: inline-block;
    width: 80%;
    margin: 0 10% 12px 10%;
    padding: 8px 5px;
    font-size: 0.9rem;
    border: 1px solid #565656;
    border-radius: 4px;
}

.rwd-nav-misc li a {
    padding: 0;
    font-size: 1em;
}

.rwd-lev2.noLevel a {
    width: 100%;
}


.rwd-main-nav .rwd-sub-nav .rwd-sub-nav a {
    position: relative;
    padding-left: 33px;
}

.rwd-main-nav .rwd-sub-nav .rwd-sub-nav a::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #ffffff;
    display: inline-block;
    border-radius: 2px;
    position: absolute;
    top: 23px;
    left: 22px;
}

/* rwd nav end
--------------------------------------------------------*/



/* 側選單 
--------------------------------------------------------*/
.page-side {
    float: left;
    width: 21%;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    /* border-right: 1px solid #ebebeb; */
    margin: 0 4% 0 0;
    overflow: hidden;
}

.page-side .unit-title {
    display: block;
    position: relative;
    color: #222222;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0;
    padding: 70px 5% 12px 5%;
    background: #ffd200;
    width: 100%;
}

.page-side .unit-title::before {
    content: "";
    position: absolute;
    background: url(../images/side-nav-i.png) top center no-repeat;
    width: 61px;
    height: 66px;
    top: 31px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-side-pic {
    width: 100%;
}

.page-side-pic img {
    width: 100%;
    border: 3px solid #ff6a43;
}

.side-nav {
    background: #eeeeee;
    padding: 13px;
    margin: 0;
    float: left;
    width: 100%;
}

.side-nav li {
    background: #fff;
    line-height: 30px;
    margin-top: 0;
    margin: 0 0 8px 0;
}

.second-side-nav .third-side-nav li.current a {
    color: #1faf9c !important;
}

.side-nav li.current>a {
    color: #1faf9c !important;
}

.side-nav li a {
    display: block;
    padding: 12px 15px 12px 26px;
    color: #333333;
    margin: 0;
    background-size: 11px !important;
    font-size: 1.1rem;
    position: relative;
}

.side-nav li a::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background: #ff8400;
    top: 50%;
    left: 13px;
    transform: translateY(-50%);
}

.side-nav li:last-child {
    margin-bottom: 0;
}

.side-nav li a:hover {
    opacity: 1;
}

.sub-side-nav li {
    background: #ecf9e6 !important;
}

.sub-side-nav {
    display: block;
    /* width: 100%; */
    margin: 0;
    padding: 0;
}

.side-nav li:first-child {
    border-top: none;
}

.sub-side-nav li a {
    font-weight: normal !important;
    color: #666 !important;
    background: none !important;
    font-size: 1.1em;
    display: block;
    padding: 14px 15px;
}

/*-lev3-*/
.third-side-nav {

    /*
    display: none;
     width: 100%; 
    */
    margin: 0;
    padding: 0;
}

.side-nav .second-side-nav .third-side-nav li {
    border-top: 1px #f4f4f4 solid;
}

.second-side-nav .third-side-nav li a {
    font-weight: normal !important;
    color: #666 !important;
    background: #dedede !important;
    font-size: 1.1em;
    display: block;
    padding: 14px 20px 14px 31px;
}

/*-lev4-*/
.fourth-side-nav li {
    background: #e4e4e4 !important;
    border-top: 1px #cccccc solid;
}

.fourth-side-nav {
    display: block;
    /* width: 100%; */
    margin: 0;
    padding: 0;
}

.fourth-side-nav li:first-child {
    border-top: none;
}

.fourth-side-nav li a {
    font-weight: normal !important;
    color: #666 !important;
    background: none !important;
    font-size: 1.1em;
    display: block;
    padding: 14px 15px;
}

.side-nav li.nav-open a {
    background: url(../images/side-nav-arr-open-w.png) 93% center no-repeat;
}

.side-nav li.nav-open a.nav-close {
    background: url(../images/side-nav-arr-close-w.png) 93% center no-repeat;
}

ul.second-side-nav {
    padding: 0;
}

.second-side-nav>li.nav-open>a {
    background: url(../images/side_nav_bullet.png) 17px center no-repeat #f2f2f2 !important;
    color: #333333 !important;
    padding: 10px 32px 10px 31px;
    position: relative;
}

.second-side-nav>li>a {
    background: url(../images/side_nav_bullet.png) 17px center no-repeat #f2f2f2 !important;
    color: #333333 !important;
    padding: 10px 32px 10px 31px;
    position: relative;
}

.second-side-nav>li.nav-open>a::after {
    content: "";
    background: url(../images/side-nav-arr-open-w.png) 93% center no-repeat;
    right: 16px;
    width: 11px;
    height: 12px;
    position: absolute;
    top: 50%;
    background-size: contain;
    transform: translateY(-50%);
}

.second-side-nav>li.nav-open>a.nav-close::after {
    content: "";
    background: url(../images/side-nav-arr-close-w.png) 93% center no-repeat !important;
    right: 16px;
    width: 11px;
    height: 12px;
    position: absolute;
    top: 50%;
    background-size: contain;
    transform: translateY(-50%);
}

/*-lev2-*/
ul.side-nav-lev2 {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.side-nav-lev2 li {
    background: #fff7ed;
    border-bottom: 1px solid #fde0bf;
    margin: 0;
}

.side-nav li .side-nav-lev2 li a::before {
    content: "";
    display: none;
}

.side-nav-link {
    color: #222222 !important;
}

/* 側選單 end 
--------------------------------------------------------*/


/* 回頂端
--------------------------------------------------------*/
.back-top {
    position: fixed;
    bottom: 25px;
    right: 20px;
    z-index: 99999;
}

.back-top a {
    display: block;
    width: 42px;
    height: 42px;
    font-size: 0;
    border-radius: 100%;
    background: #20759a;
}

.back-top>a {
    position: relative;
    text-align: center;
}

.back-top>a:hover {
    opacity: 0.9;
}

.back-top>a:hover>.topArr {
    transform: translateY(-4px);
}

.topArr {
    font-size: 1.1rem;
    color: white;
    line-height: 42px;
    transition: transform .2s ease-out;
}

/* 回頂端 end
--------------------------------------------------------*/


/* slick 
--------------------------------------------------------*/
.slick-slider .slick-prev,
.slick-slider .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;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    background: #d2d2d2;
    border-radius: 60px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots .slick-active button:before {
    background: #ff7166;
}

/* slick end 
--------------------------------------------------------*/


/* tab 
--------------------------------------------------------*/
.tab-ctrl {
    display: flex;
    justify-content: center;
    padding: 5px 0 40px 0;
    margin: -5px -15px;
}

.index-highlights .tab-ctrl {
    padding-bottom: 40px;
}

.tab-ctrl a {
    display: flex;
    text-align: center;
    justify-content: center;
    border-radius: 6px;
    color: #333;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 10px 8px;
    margin: 0 7px;
    align-items: center;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
    background: #fff;
    width: calc(100% / 9);
}

.tab-ctrl .active {
    color: #ffffff;
    background: #1279A5;
}

.tab-cont {
    display: none;
}

.tab-cont:first-child {
    display: block;
}

/* tab end 
--------------------------------------------------------*/
/* tab 
--------------------------------------------------------*/
.index-tab {
    display: flex;
    justify-content: center;
    padding: 5px 0 40px 0;
    margin: -5px -15px;
}

.index-tab a {
    display: flex;
    text-align: center;
    justify-content: center;
    border-radius: 6px;
    color: #333;
    font-weight: bold;
    font-size: 1.05rem;
    padding: 11px 9px;
    margin: 0 10px;
    min-width: 100px;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
    background: #fff;
    width: 150px;
}

.index-tab a.active {
    color: #ffffff;
    background: #ff7167;
}

.index-tabcont {
    display: none;
}

/* tab end 
--------------------------------------------------------*/

/* datepicker
--------------------------------------------------------*/

.date-wrap {
    display: flex;
    align-items: center;
    margin: 0 -5px;
}

.datepicker {
    margin: 0 5px;
    padding-right: 30px;
    background: url(../images/calendar.svg) 95% center no-repeat #fff !important;
    background-size: 20px !important;
}

.ui-widget-header .ui-icon {
    background-image: url(../images/ui-icons_444444_256x240.png);
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(../images/ui-icons_444444_256x240.png);
}

.ui-datepicker .ui-datepicker-title {
    display: flex;
    justify-content: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 0.95rem;
    margin: 1px 2px;
    padding: 3px 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 4px;
}

.date-wrap select {
    margin: 0 5px;
}

/* datepicker end
--------------------------------------------------------*/


/* tag color
--------------------------------------------------------*/
.tag-color1 {
    color: #30739C;
    border: 1px solid #30739C;
}

.tag-color2 {
    color: #068378;
    border: 1px solid #068378;
}

.tag-color3 {
    /*新聞發布*/
    color: #487D17;
    border: 1px solid #487D17;
}

.tag-color4 {
    /*名單公告*/
    color: #E40C54;
    border: 1px solid #E40C54;
}

.tag-color5 {
    /*徵求人才*/
    color: #8c00ff;
    border: 1px solid #8c00ff;
}

.tag-color6 {
    /*招標公告*/
    color: #1B7E76;
    border: 1px solid #1B7E76;
}

.tag-color7 {
    /*公共參與*/
    color: #3b4292;
    border: 1px solid #3b4292;
}

.tag-color8 {
    /*業務訊息*/
    color: #d6a725;
    border: 1px solid #d6a725;
}

.tag-color9 {
    /*國際及體驗學習*/
    color: #ea6c9b;
    border: 1px solid #ea6c9b;
}

.tag-color10 {
    /*職涯發展*/
    color: #ff8640;
    border: 1px solid #ff8640;
}

.tag-color11 {
    /*壯遊體驗*/
    color: #c35516;
    border: 1px solid #c35516;
}

.tag-color12 {
    color: #8b0303;
    border: 1px solid #8b0303;
}

.tag-color13 {
    color: #052e79;
    border: 1px solid #052e79;
}

.tag-color14 {
    color: #1da5aa;
    border: 1px solid #1da5aa;
}

.tag-color15 {
    color: #ec830a;
    border: 1px solid #ec830a;
}

.tag-color16 {
    color: #1da5aa;
    border: 1px solid #1da5aa;
}

.tag-color17 {
    color: #16c08d;
    border: 1px solid #16c08d;
}

.tag-color18 {
    color: #4e0b5c;
    border: 1px solid #4e0b5c;
}

.tag-color19 {
    color: #d8379a;
    border: 1px solid #d8379a;
}

.tag-color20 {
    color: #792b34;
    border: 1px solid #792b34;
}

/* tag color end
--------------------------------------------------------*/

a#accesskey-c {
    position: absolute;
}

a#accesskey-u {
    position: absolute;
    top: 0;
    left: 0;
}

/**無障礙RWD選單關閉**/
.rwd-nav {
    display: none !important;
}