@charset "utf-8";


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-weight: 300;
    font-family: 'Noto Sans TC','微軟正黑體','Microsoft JhengHei',Arial,Helvetica,Sans-Serif;
    vertical-align: baseline;
    line-height: 1.6;
    letter-spacing: 0.5px;
    color: #232323;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
    display: block;
}

body {
    line-height: 1;
}

* {
    box-sizing: border-box;
    font-family: 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Arial, Helvetica, Sans-Serif;
}

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;
}

strong {
    font-weight: bold;
    color: inherit;
}

a {
    text-decoration: none;
}



@media (max-width: 1024px) {
    a:focus{
        outline: none;
        box-shadow: none !important;
    }
}

/*clearfix*/

.wrap::after, .clearfix::after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* {
    box-sizing: border-box;
}

.hiddenObject {
    display: none;
}

html {
    -webkit-text-size-adjust: none;
}

body {
    font-size: 1.1rem;
    font-family: Arial, Helvetica, "Microsoft JhengHei", Sans-Serif;
    letter-spacing: 0.05em;
}

select {
    border: none;
    font-family: "Microsoft JhengHei";
    height: 30px;
    padding-left: 40px;
    padding-right: 20px;
    font-size: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    select {
        padding-right: 0;
    }
}

input[type="submit"] {
    cursor: pointer;
}

input[type="button"] {
    cursor: pointer;
}

textarea {
    border: none;
    padding: 9px;
    font-size: 100%;
    height: 100px;
    font-family: "Microsoft JhengHei";
}

.ui-button{
    padding: 0 !important;
}

form {
    width: 100%;
    height: 100%;
}

select {
    font-family: "Microsoft JhengHei";
}

a {
    text-decoration: none;
    color: #707070;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
}

@media screen and (min-width:1024px) {
    a:hover {
        color: #f27100;
        -webkit-transition: all .15s linear;
        transition: all .15s linear;
    }
}

a:focus-within {
    outline: #f27100 1px solid;
}

a:focus{
    outline: none;
    box-shadow: 0 0 0 0.1rem #c7511e !important;
}
button:focus{
    outline: none;
    box-shadow: 0 0 0 0.1rem #c7511e !important;
}

select:focus {
    outline: #c7511e 1px solid;
}

input:focus {
    outline: #c7511e 1px solid;
    color: #208786;
    background: #FFF;
}

i {
    font-style: normal;
}

u {
    text-decoration: none;
}

s {
    text-decoration: none;
}

small {
    font-size: inherit
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

figure {
    margin: 0;
    padding: 0;
}

.wrapper {}

/*██████header██████*/

section.header {
    position: fixed;
    width: 100%;
    padding: 0 5%;
    background: #FFF;
    z-index: 1000;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
    top: 0;
}

section.NavFixed {
    position: fixed;
    /*    -o-transition: all .20s linear;
    -webkit-transition: all .20s linear;
    -moz-transition: all .20s linear;
    transition: all .20s linear;*/
}

.header .acc {
    position: absolute;
    color: #424242;
}

.header .acc a {
    color: #424242 !important;
}

.header .menuControl {
    display: none;
    text-indent: -9999px;
    float: left;
    width: 68px;
    height: 100%;
    background: #01afc5 url(../../images/icon/menuControl.svg) no-repeat center/50%;
    /*k*/
}

.header .logo {
    text-indent: -9999px;
    background: url(../../images/logo.png) no-repeat center top/contain;
    width: 230px;
    height: 154px;
    position: absolute;
    z-index: 9999;
}

/*--副選單--*/

.subNavWrap {
    margin-left: 230px;
    padding-left: 20px;
    padding-top: 10px;
}

.subNavWrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.subNav {
    float: right;
}

.subNav a {
    color: #ffffff !important;
}

.subNav a.acc {
    color: #424242 !important;
}

.subNav>ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.subNav>ul>li {
    float: left;
    margin-right: 7px;
}

.subNav li>a {
    display: block;
    width: 33px;
    height: 33px;
    text-indent: -9999px;
    background: #24cfe5 no-repeat center/50%;
    border-radius: 50%;
}

.subNav li.home>a {
    background-image: url(../../images/icon/home.svg);
}

/*k*/

.subNav li.question>a {
    background-image: url(../../images/icon/question.svg);
}

.subNav li.mail>a {
    background-image: url(../../images/icon/mail.svg);
}

.subNav li.sitemap>a {
    background-image: url(../../images/icon/sitemap.svg);
}

.subNav li.share>a {
    background-image: url(../../images/icon/share.svg);
}

.subNav li.search>a {
    background-image: url(../../images/icon/search.svg);
}

.subNav li.gov>a {
    /* background-image: url(../../images/icon/gov.svg); */
    text-indent: 0px;
    width: 100px;
    border-radius: 50px;
    line-height: 33px;
    text-align: center;
    color: #FFF;
    font-size: 90%;
    background: #f99620;
}

.subNav li.kids>a {
    background-image: url(../../images/icon/kids.svg);
    background-size: 68%;
}

/*搜尋*/

.search>* {
    float: left;
}

.search input[type="text"] {
    width: 145px;
    /*k*/
    font-size: 85%;
    /*k*/
    color: #444444;
    /*k*/
    border-radius: 12px 0 0 12px;
    /*k*/
    border: 0px solid #eaeaea;
    /*k*/
    padding: 3px 14px;
    /*k*/
    height: 32px;
    /*k*/
    margin-bottom: 1px;
    /*k*/
}

.search input[type="submit"] {
    display: inline-block;
    width: 37px;
    /*k*/
    height: 34px;
    /*k*/
    text-indent: -9999px;
    background: #24cfe5 url(../../images/icon/search.svg) no-repeat center/50%;
    border-radius: 0 12px 12px 0;
    /*k*/
    margin-left: -10px;
    position: relative;
    top: 0;
}

.search span {
    display: none;
}

/*--分享--*/

.subNav .share {
    position: relative;
    display: none;
}

.subNav .share>a {}

.subNav .share ul {
    width: 33px;
    position: absolute;
    left: 50%;
    margin-left: -16.5px;
    z-index: 999;
    display: none;
}

.subNav .share ul a {
    text-indent: -9999px;
    display: block;
    width: 100%;
    height: 33px;
    background-color: rgba(0, 0, 0, 0.75);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
}

.subNav .share ul li {
    margin-top: 5px;
}

.subNav .share ul li a {
    border-radius: 50%;
}

.subNav .share li.fb a {
    background-image: url(../../images/icon/fb.svg);
    background-color: #43609c;
}

.subNav .share li.twitter a {
    background-image: url(../../images/icon/twitter.svg);
    background-color: #5EA9DD;
}

.subNav .share li.plurk a {
    background-image: url(../../images/icon/plurk.svg);
    background-color: #E95613;
}

.subNav .share li.gplus a {
    background-image: url(../../images/icon/gplus.svg);
    background-color: #D41E1B;
}

.subNav .share ul li.line a {
    background-image: url(../../images/icon/line.svg);
    background-color: #00c300 !important;
    background-size: 80%;
}

/*---會員跟語版---*/

li.member, li.langList {
    position: relative;
}

li.member span {
    display: none;
}

li.member>a, li.member>span {
    width: auto;
    height: 33px;
    text-indent: 0;
    position: relative;
    padding: 5px 12px 0 41px;
    border-radius: 20px 20px 20px 20px;
    color: #FFF;
    font-size: 90%;
    background: #CCC;
}

li.member>span b {
    margin-left: 8px;
}

li.member:before {
    content: "";
    display: block;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    background: #24cfe5 url(../../images/icon/member.svg) no-repeat center/50%;
}

li.member>a:hover {
    background-color: #0c8fa0;
}

/*會員&語版下層*/

li.member ul, li.langList ul {
    display: none;
    width: 164px;
    background: #037fb0;
    position: absolute;
    left: 50%;
    z-index: 1;
    margin-left: -82px;
    border-radius: 14px;
    padding: 10px 0;
}

li.member ul:before, li.langList ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 10px 6px;
    border-color: transparent transparent #077684 transparent;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -8px;
}

li.member ul a, li.langList ul a {
    text-indent: 0;
    width: 100%;
    border-radius: 0;
    background: none;
    color: #FFF;
    padding: 12px 12px 12px 43px;
    height: auto;
    font-size: 90%;
    position: relative;
}

li.member ul a:before, li.langList ul a:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    position: absolute;
    left: 17px;
    top: 13px;
}

li.member ul li:nth-child(1) a:before {
    background: url(../../images/icon/collect_heart.svg) no-repeat center/95%;
}

li.member ul li:nth-child(2) a:before {
    background: url(../../images/icon/settings.svg) no-repeat center/95%;
}

li.member ul li:nth-child(3) a:before {
    background: url(../../images/icon/logOut.svg) no-repeat center/95%;
}

/*已經登入*/

.member.logInNow>a {
    display: none !important;
}

z.member.logInNow span {
    display: block;
}

li.member.nowHover ul, li.langList.nowHover ul {
    display: block;
}

li.langList>a {
    width: auto;
    height: 33px;
    text-indent: 0;
    position: relative;
    padding: 5px 20px 0 20px;
    /*k*/
    border-radius: 20px 20px 20px 20px;
    color: #FFF;
    font-size: 90%;
}

li.langList>a:after {
    content: "";
    background: #24cfe5 url(../../images/icon/down_.triangle.svg) no-repeat center/50%;
}

/*----主選單----*/

.mainNavWrap {
    margin-left: 200px;
    padding-left: 20px;
}

.topNav {
    height: 62px;
}

.topNav>li {
    float: left;
    width: 14.2%;
}

.topNav>li:last-child {
    display: none;
}

.topNav>li>a {
    position: relative;
}

.topNav>li>a:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    height: 62px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.topNav>li:first-child>a:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 62px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.topNav>li>a {
    display: table;
    width: 100%;
    height: 62px;
    color: #4a4a4a;
    /*k*/
    font-size: 120%;
    /*k*/
    letter-spacing: 0.05em;
    /*k*/
}

.topNav>li.navNowHover>a {
    color: #24cfe5;
}

.topNav>li.navNowHover>a span:after {
    content: "";
    background: #24cfe5;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.topNav>li>a>span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

/*--MEGAmenu--*/

.topNav a {
    color: #FFF;
    display: block;
}

.topNav a:hover {
    color: #00e2ff;
}

.topNav>li>ul {
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    height: auto;
    padding: 18px 4% 32px calc(15% + 100px);
    /*k*/
    letter-spacing: 0.02em;
    /*    background: #00adc3;*/
    background: #077ea3;
}

/*第二層*/

.topNav>li>ul>li {
    /*display: inline-block;*/
    float: left;
    vertical-align: top;
    margin: 9px 10px;
    /*k*/
    /*  width: calc(28% - 53px);/*k*/
    width: calc(28% - 68px);
}

.topNav>li>ul>li>a {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.41);
    color: #FFF;
    font-size: 108%;
    /*k*/
}

.topNav>li>ul>li>a:hover {
    color: #ff0;
}

/*第三層*/

.topNav>li ul li ul {
    margin-top: 12px;
    display: none;
    max-height: 124px;
    overflow: hidden;
}

.topNav>li ul li ul li {
    font-size: 90%;
    margin: 4px 0;
    padding-left: 17px;
    position: relative;
}

.topNav>li ul li ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.54);
    border-radius: 50%;
    position: absolute;
    left: 1px;
    top: 9px;
}

.topNav>li ul li ul li:hover:before {
    background: #fbd116;
}

.topNav .mobileShow {
    display: none;
}

/* Buzz Out */

@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

/* Wobble Top 1 */

@-webkit-keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(5deg);
        transform: skew(5deg);
    }
    33.3% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg);
    }
    49.95% {
        -webkit-transform: skew(3deg);
        transform: skew(3deg);
    }
    66.6% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }
    83.25% {
        -webkit-transform: skew(1deg);
        transform: skew(1deg);
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

@keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(5deg);
        transform: skew(5deg);
    }
    33.3% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg);
    }
    49.95% {
        -webkit-transform: skew(3deg);
        transform: skew(3deg);
    }
    66.6% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }
    83.25% {
        -webkit-transform: skew(1deg);
        transform: skew(1deg);
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

/* Wobble Top2 */

@-webkit-keyframes hvr-wobble-top2 {
    16.65% {
        -webkit-transform: skew(-5deg);
        transform: skew(-5deg);
    }
    33.3% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }
    49.95% {
        -webkit-transform: skew(-3deg);
        transform: skew(-3deg);
    }
    66.6% {
        -webkit-transform: skew(2deg);
        transform: skew(2deg);
    }
    83.25% {
        -webkit-transform: skew(-1deg);
        transform: skew(-1deg);
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

@keyframes hvr-wobble-top2 {
    16.65% {
        -webkit-transform: skew(-5deg);
        transform: skew(-5deg);
    }
    33.3% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }
    49.95% {
        -webkit-transform: skew(-3deg);
        transform: skew(-3deg);
    }
    66.6% {
        -webkit-transform: skew(2deg);
        transform: skew(2deg);
    }
    83.25% {
        -webkit-transform: skew(-1deg);
        transform: skew(-1deg);
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

/*===== header 麵包屑 標題 =====*/

.topAll:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*-- 字型 --*/

.fontSize {
    float: right;
}

.fontSize>li {
    float: left;
    margin-left: 8px;
    position: relative;
}

.fontSize>li.small {
    margin-left: 22px;
}

.fontSize>li a {
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: 57%;
    background-position: center;
}

.fontSize>li.now a {
    background-color: #007A7A;
}

li.print a {
    background-image: url(../../images/icon/print2.svg);
}

li.share a {
    background-image: url(../../images/icon/share2.svg);
    position: relative;
}

li.small a {
    background-image: url(../../images/icon/fontsize2.svg);
    background-size: 35%;
}

li.small.now a, li.middle.now a, li.big.now a {
    background-image: url(../../images/icon/fontsize1.svg);
}

li.middle a {
    background-image: url(../../images/icon/fontsize2.svg);
    background-size: 45%;
}

li.big a {
    background-image: url(../../images/icon/fontsize2.svg);
    background-size: 54%;
}

ul.shareAll {
    display: none;
    width: 55px;
    position: absolute;
    top: 37px;
    left: 50%;
    margin-left: -27.5px;
    z-index: 999;
    padding-top: 13px;
    height: 214px;
}

.shareAll li {
    margin-bottom: 8px;
}

.shareAll a {
    text-indent: -9999px;
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, .3);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .20s linear;
    transition: all .20s linear;
    margin: 0 auto;
}

.shareAll a:hover {
    -webkit-transition: all .20s linear;
    transition: all .20s linear;
}

.shareAll li:last-child a {
    border-bottom: none;
}

.shareAll li.fb a {
    background-image: url(../../images/icon/fb.svg);
    background-color: #43609c !important;
}

.shareAll li.twitter a {
    background-image: url(../../images/icon/twitter.svg);
    background-color: #5EA9DD !important;
}

.shareAll li.plurk a {
    background-image: url(../../images/icon/plurk.svg);
    background-color: #E95613 !important;
}

.shareAll li.gplus a {
    background-image: url(../../images/icon/gplus.svg);
    background-color: #D41E1B !important;
}

.shareAll li.line a {
    background-image: url(../../images/icon/line.svg);
    background-color: #00c300 !important;
    background-size: 80%;
}

.shareAll ul li.fb a:hover {
    background-color: #43609c;
}

/*麵包屑*/

.LevelTwo .path, .spot .path, .newsList .path, .news .path {
    color: #707070;
}

.RouteTxt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 218px;
    color: #707070;
    display: inline-block;
    padding: 5px;
    /*k*/
    margin: -5px 0 0 0;
    border-radius: 18px;
    font-size: 1.125rem;
    vertical-align: middle;
}

.path .backIndex {
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    background-image: url(../../images/icon/back_index.svg);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    margin-top: -4px;
    margin-right: 6px;
    color: #424242;
}

.sitemapAll ul {
    overflow: hidden;
    line-height: 1.3em;
}

.sitemapAll>ul>li {
    width: 16%;
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}

.sitemapAll>ul>li>a {
    display: block;
    letter-spacing: 0.1em;
    font-size: 98%;
    margin-bottom: 0px;
    padding-bottom: 10px;
    border-bottom: 1px #d2d2d2 solid;
}

.sitemapAll>ul>li>ul {
    font-size: 80%;
}

.sitemapAll>ul>li>ul>li {
    margin: 8px 0;
}

.sitemapAll ul li.siteBox:nth-child(8) ul li:last-child {
    display: none;
}

/*copyright*/

.copyWrap {
    overflow: hidden;
    position: relative;
    font-size: 80%;
    margin-bottom: 30px;
}

.copyWrap>* {
    display: block;
}

.copyWrap>span:last-child {
    position: absolute;
    bottom: 0;
    right: 0;
}

.copyWrap>span:last-child>img {
    width: 92px;
    display: inline-block;
    margin-bottom: -5px;
    margin-left: 9px;
}

.copyright>* {
    display: block;
}

.copyright>*.acc {
    display: initial;
}

footer .otherLink {
    padding-top: 30px;
    font-size: 80%;
    position: relative;
}

footer .otherLink:before {
    content: "";
    width: 2600px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1300px;
    /*    background: #FFF;*/
    background: #dadada;
}

footer .otherLink .aplus {
    float: left;
    margin-right: 20px;
}

footer .otherLink ul {
    float: right;
}

footer .otherLink ul li {
    float: left;
    padding: 0 13px;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

footer .otherLink ul li:nth-child(2) {
    padding: 0 0 0 13px;
    border-right: none;
}

footer .otherLink ul li.webdebug {
    border-right: none;
}

footer .otherLink ul li.webdebug a {
    padding: 5px 13px;
    border-radius: 10px;
}

a.footerMailbox {
    display: inline-block;
    width: 30px;
    text-indent: -9999px;
    background: url(../../images/icon/mail_w.svg) no-repeat;
    margin-left: 11px;
}

a.footerMailbox:hover {
    opacity: 0.8;
}

.footerTextArea {}

.footerTextArea b {
    font-weight: bold;
}

.visitorCenterAll {
    overflow: hidden;
}

.visitorCenterBox {
    float: left;
}

.visitorCenterBox:first-child {
    padding-right: 50px;
    margin-right: 54px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.visitorCenterBox b {
    font-size: 130%;
}

.copyRight>* {
    float: left;
}

.bottomLogo {
    width: 151px;
    height: 65px;
    background: url(../../images/bottomLogo_taiwan.png) no-repeat center/contain;
    margin-right: 15px;
}

.copyRight {
    margin: 20px 0 -7px -9px;
    overflow: hidden;
}

.copyRight b {
    font-size: 105%;
}

.copyRight span {
    display: block;
    margin-top: 11px;
}

/*GOTOP*/

.closeOpenMenu {
    display: none;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
}

.fixedBtn {
    display: table;
    position: fixed;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #f99620;
    color: #FFF;
    z-index: 999;
    right: 6%;
    font-size: 80%;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.fixedBtn:hover {
    opacity: 1;
    color: #FFF;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
}

.fixedBtn>b {
    display: table-cell;
    padding-top: 25px;
    vertical-align: middle;
    text-align: center;
    line-height: 1.1;
}

.goTop {
    bottom: 205px;
    background: #ca4a03 url(../../images/icon/goTop.svg) no-repeat center 13px/32%;
}

.goBack {
    bottom: 125px;
    background: #f99620 url(../../images/icon/goBack.svg) no-repeat center 7px/46%;
}

.othersBtn .collectBasket {
    display: table;
    position: fixed;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ffffff url(../../images/icon/collect_heart.svg) no-repeat center/71%;
    color: #FFF;
    z-index: 999;
    right: 6%;
    font-size: 80%;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    bottom: 42px;
}

.collectBasket>b {
    display: block;
    /* padding-top: 25px; */
    vertical-align: middle;
    text-align: center;
    opacity: 0;
    position: absolute;
    color: #000;
    width: 110px;
    text-align: center;
    left: 50%;
    bottom: 0px;
    margin-left: -55px;
    background: #FFF;
    border-radius: 15px;
    -webkit-filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.3));
    -webkit-transition: all .20s linear;
    transition: all .20s linear;
}

.collectBasket>b:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 8px 4px;
    border-color: transparent transparent #FFF transparent;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: -5px;
}

.collectBasket:hover>b {
    opacity: 1;
    bottom: -30px;
    -webkit-transition: all .20s linear;
    transition: all .20s linear;
}

.collectBasket>i {
    display: table-cell;
    padding-top: 4px;
    font-size: 130%;
    vertical-align: middle;
    text-align: center;
}

/*暫時*/

.contents_img00 {
    background-color: #252525;
}

.contents_img01 {
    background-color: #34b9db;
}

.contents_img02 {
    background-color: #f5f5f5;
}

.contents_img03 {
    background-color: #f5f5f5;
}

.contents_img_inner {
    /* width:100%;*/
    height: 100%;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

.contents_img00 .contents_img_inner {
    background-image: url(../../images/contents_img00.jpg);
}

.contents_img01 .contents_img_inner {
    background-image: url(../../img/espalmador/contents_img01.jpg);
}

.contents_img02 .contents_img_inner {
    background-image: url(../../img/espalmador/contents_img02.jpg);
}

.contents_img03 .contents_img_inner {
    background-image: url(../../img/espalmador/contents_img03.jpg);
}

#cvs_wave00, #cvs_wave01, #cvs_wave02, #cvs_wave03, #cvs_wave04, #cvs_wave05, #cvs_wave06, #cvs_wave07 {
    width: 3000px;
    height: 200px;
    margin: 0;
    margin-left: -1500px;
    padding: 0;
    position: absolute;
    left: 50%;
}

#cvs_wave00, #cvs_wave02, #cvs_wave04, #cvs_wave06 {
    top: 0;
}

#cvs_wave01, #cvs_wave03, #cvs_wave05, #cvs_wave07 {
    bottom: 0;
}

/*暫時*/

/*搜尋區*/

.searchBox {
    color: #fff;
    padding: 0px 30px;
    /*k*/
    margin-bottom: 15px;
    font-size: 126%;
    font-weight: bold;
    text-align: center;
}

.searchBox>* {
    display: inline-block;
}

.searchBox select, .searchBox input {
    font-size: 92%;
    background-color: rgba(255, 255, 255, 1);
    height: 46px;
    color: #424242;
    padding: 4px 20px;
    /*k*/
    border-radius: 12px;
    /*k*/
}

.searchBox select>option {
    color: #000;
}

.searchBox input.btn {
    border: none;
    width: 97px;
    height: 46px;
    background: url(../../images/icon/search_W.svg) no-repeat center/28%;
    text-indent: -9999px;
    vertical-align: middle;
    background-color: #ec4d54;
    border-radius: 12px;
    /*k*/
}

.searchBox dl {
    margin-bottom: 15px;
    margin-right: 15px;
    display: inline-block;
}

.searchBox dl>* {
    display: inline-block;
    vertical-align: middle;
    color: #424242;
}

.festivalList>ul>li figure .mask {
    /*    background-image: url(../../images/index_img/circle/small/small_1.png);*/
}

.festivalWrap .big .mask {
    background-image: url(../../images/index_img/circle/big/big_1.png);
}

.festivalWrap .small .mask {
    background-image: url(../../images/index_img/circle/small/small_1.png);
}

.searchMapWrap {
    background-image: url(../../images/index_img/circle/yellow/yellow_1.png);
}

/* 20180430 惟夫修改 沒有JS */

body.withoutJs {
    overflow-y: auto;
    opacity: 1;
    display: block !important;
}

body.withoutJs {

}

body.withoutJs .bgBanner {
    z-index: 0;
}

body.withoutJs .weatherAll>a {
    background: #24cfe5;
}

body.withoutJs h5.slogan {
    top: 300px;
    left: calc((100% - 500px)/2);
    margin-left: 0px;
    margin-top: 0px;
}

body.withoutJs .fade.slider {
    overflow: hidden;
    min-height: 100vh;
}

body.withoutJs .fade.slider li {
    width: 100%;
    float: left;
    display: none;
}

body.withoutJs .fade.slider li:first-child {
    display: block;
}

body.withoutJs .fade.slider li div {
    height: auto;
}

body.withoutJs .fade.slider li img {
    width: 100%;
}

body.withoutJs .headline .newsCon {
    height: auto;
    -webkit-line-clamp: unset;
    -o-line-clamp: unset;
    -ms-line-clamp: unset;
}

body.withoutJs .runBanner li a {
    height: auto;
    padding-bottom: 0px;
}

body.withoutJs .searchMapWrap {
    left: calc((100% - 543px)/2);
    top: 300px;
    margin-top: 0px;
}

body.withoutJs .festivalWrap {
    width: 100%;
    height: auto;
    margin-left: 0px;
    position: static;
}

body.withoutJs .festivalBox {
    width: auto;
    height: auto;
    position: static;
    display: inline-block;
    background: none;
}

body.withoutJs .txts {
    overflow: hidden;
}

body.withoutJs .txts>* {
    position: static;
    float: left;
}

body.withoutJs .festivalBox h2 {
    width: 100%;
    height: auto;
    position: static;
}

body.withoutJs .festivalBox.wangye:before {
    display: none;
}

body.withoutJs .festivalBox .imgs {
    display: none;
}

body.withoutJs .festivalBox .imgs>span {
    -webkit-animation-name: none;
    animation-name: none;
}

body.withoutJs .festivalSection .btns {
    display: none;
}

body.withoutJs .newsPic:before, body.withoutJs .runBanner li a:before {
    display: none;
}

/* 20180430 惟夫修改 沒有JS 結束 */

#divContent {
    /*position: absolute;
    margin-top: -20px;*/
}

/*蕙宇新增20181008*/

.keypress-instructions {
    margin: 10px 0;
}

.keypress-instructions .instructionsmenu {
    margin: 10px 0;
    font-weight: 600;
    font-size: 1rem;
    background-color: #ca4a03;
    color: #fff;
    padding: 5px;
    border-radius: 10px;
}

.keypress-instructions ul {
    display: none;
    margin: 10px 0px;
}

.keypress-instructions ul li {
    font-size: 1rem;
}

.soundPrecautions {
    margin: 10px 0;
}

.soundPrecautions a {
    display: inline-block;
    padding: 3px 38px 4px 17px;
    font-size: 90%;
    position: relative;
    margin-right: 10px;
    border: 1px solid #27c8c8;
}

.soundPrecautions a:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../../images/icon/ExternalLink.svg) no-repeat center/contain;
    position: absolute;
    right: 18px;
    top: 10px;
    z-index: 1;
}

/* 20180925 kenny無障礙修正 永遠置底 */

.subNav li>a {
    background: #037fb0 no-repeat center/50%;
}

.subNav li.gov>a {
    color: #424242 !important;
    background: #F4F4F4;
    border: 1px #CCCCCC solid;
}

.weatherAll>a {
    color: #037fb0 !important;
    /*k*/
}

/* 無障礙修正隱藏*/

/*燈會*/

.taiwanlantern {
    /*    display:none !important;*/
}

.oneNews.topNews h2, .headline.topNews h2 {
    color: #c74000 !important;
    ;
    /*k*/
}

/*天氣*/

.weatherAll {
    /*    display: none;*/
}

/*食宿郵購行導覽頁*/

header .slogan {
    /*    display: none !important;*/
}

/*隱藏行政資訊網*/

li#ctl00_GovArea {
    /*    display: none;*/
}

/* 20180925 kenny無障礙修正 end */

/* 20190304 首頁slogan */

.bgBanner .slogan {
    position: absolute;
    top: 300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 4rem;
    font-weight: bold;
    color: #ffffff;
    z-index: 100;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
    text-align: center;
}

@media (max-width: 768px) {
    .bgBanner .slogan {
        top: 200px;
    }
}

@media (max-width: 480px) {
    .bgBanner .slogan {
        top: 150px;
        font-size: 3rem;
        width: 80%;
    }
}

/*0823 - 蕙宇臨時修改 首頁手機板選單css*/

@media screen and (max-width: 1199px) {
    #mm-menu .mm-listview .topnav1 a:nth-child(1) {
        display: none !important;
    }
    #mm-menu .mm-listview .topnav1 .facebook {
        display: inline-block;
        margin-right: 0;
    }
}