/*@charset "utf-8";*/
/*CSS Info ======================================================================
File Name: global.css
Editor: Sophia
Last Editor: JieC
LastDate: 2019/11/04
Version: 3.2
【 Table of Contents 】
    DIV XHTML頁面
    Free Style
    使用jQuery
    
    內容置中，100%寬度
    Responsive Design
    *--》超大螢幕：目標1440螢幕，內容1360，新的 base grid                           (1380 以上)
    *--》普通寬螢幕：目標1280螢幕，內容1200                                                     (1220～1379)
    *--》Smaller than 960: Smaller than the standard base grid，目標1024   (977～1219)
    *--》Tablet Portrait 752: Between 768px and 975px                                         ( 768～976px)
    *--》All Mobile Sizes: Less than 767px                                                                 (767以下)
    *--》Just Mobile Landscape: Between 480px and 767px                                 ( 480～767px)
    *--》Just Mobile Portrait: Less than 479px                                                           (479以下)
    
=================================================================================*/


/*===============================================================================
                               Browser-CSS Reset
=================================================================================*/
@import "Reset.css";
/*===============================================================================
                                     全域設定
=================================================================================*/

/* #Basic Styles
================================================== */
body {
    background-color: #fff;
    color: #333;
    /*font-family: "Century Gothic","Microsoft JhengHei","Apple LiGothic Medium","PMingLiU","sans-serif","serif";*/
}

    body.Blank /*空白頁適用*/ {
        background: none;
        border-top: none;
    }

/* #Typography
================================================== */
/*#region Typography */
h1 {
    font-size: 3rem; /*48px*/
    line-height: 1.35em;
    margin-bottom: 14px;
}

h2 {
    font-size: 2rem; /*32px*/
    line-height: 1.35em;
    margin-bottom: 10px;
}

h3 {
    font-size: 1.75rem; /*28px*/
    line-height: 1.35em;
    margin-bottom: 8px;
}

h4 {
    font-size: 1.5rem; /*24px*/
    line-height: 1.35em;
    margin-bottom: 4px;
}

h5 {
    font-size: 1.25rem; /*20px*/
    line-height: 1.5em;
}

h6 {
    font-size: 1.125rem; /*18px*/
    line-height: 1.3125em;
}

/*h1, h2, h3, h4, h5, h6 {
    color: #333;
}*/

a {
    text-decoration: none;
    color: #0079B8;
}

    a:hover {
        color: #da3a00;
        text-decoration: underline;
    }

    a:focus {
        text-decoration: underline;
    }

#Wrap {
    _overflow: visible;
    _height: 1px;
    zoom: 1;
}

    #Wrap:after {
        content: ".";
        display: block;
        height: 1px;
        clear: both;
        visibility: hidden;
        font-size: 0;
        line-height: 0;
        margin: -1px 0 0 0;
    }

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after { /*修正Float 撐開 DIV*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
/* End hide from IE-mac */
/*#endregion *


/*===============================================================================
                         以下是全域版面設定
=================================================================================*/

#Wrap {
}

/* 視覺化全版
    -----------------------------------*/
/*#region wrapper */
.wrapper {
    width: 1360px;
    margin: 0 auto;
    padding: 0;
}

@media only screen and (min-width: 76.25em) and (max-width: 86.1875em) {
    .wrapper {
        width: 1200px;
    }
}

@media only screen and (min-width: 61.0625em) and (max-width: 76.1875em) {
    .wrapper {
        width: 960px;
    }
}

@media only screen and (min-width: 48em) and (max-width:61em) {
    body {
        overflow-x: hidden;
    }

    .wrapper {
        width: 752px;
    }
}

@media only screen and (max-width: 47.9735em) {
    .wrapper {
        width: 100%;
        min-width: calc(19em - 1px);
    }
}

@media only screen and (min-width: 30em) and (max-width: 47.9735em) {
    .wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 29.9375em) {
    .wrapper {
        width: 100%;
    }
}
/*#endregion */

/*-----------------Header-----------------*/
#Header {
    background: #fff;
}

    #Header .VisionWrap {
        display: none;
    }

#Banner {
    margin: 20px auto;
    overflow: hidden;
}

    #Banner .Logo {
        margin: 2px;
        display: inline-block;
        vertical-align: top;
    }

        #Banner .Logo:focus-visible {
            outline: 5px dotted #f09819;
        }

        #Banner .Logo > img {
            /*height: 50px;*/
        }

    #Banner .LogoInfo {
        display: inline-block;
        margin-left: 20px;
    }

        #Banner .LogoInfo h1 {
            color: #333;
            font-size: 2rem;
            font-weight: bold;
            line-height: 50px;
            display: inline-block;
            margin-bottom: 0;
        }

        #Banner .LogoInfo span {
            font-weight: bold;
            color: #fff;
            font-size: 1.5rem;
            margin-left: 5px;
        }

.bannerWrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testNote {
    color: #fff;
    margin-top: 10px;
    margin-left: 20px;
    font-size: 1.125rem;
    line-height: 2.188rem;
}

    .testNote::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0a1";
        padding-right: 5px;
    }

    .testNote a {
        color: #f8d90f;
        padding: 0 5px;
    }

        .testNote a:hover {
            text-decoration: underline;
        }

@media only screen and (min-width: 61.0625em) and (max-width: 76.1875rem) {
    .testNote {
        margin-left: 17px;
        clear: both;
    }
}

@media only screen and (min-width: 48em) and (max-width: 61rem) {
    .testNote {
        margin-left: 40px;
    }
}

@media only screen and (max-width: 47.9735rem) {
    .testNote {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 29.9375em) {
    #Banner .LogoInfo h1 {
        font-size: 1.375rem;
    }

    #Banner .LogoInfo span {
        display: inline-block;
        font-size: 1rem;
    }
}
/*-----------------Top Nav-----------------*/
.TopNav {
}

    .TopNav .accesskey {
        position: static;
        display: inline-block;
        vertical-align: middle;
        margin-right: .5rem;
    }

        .TopNav .accesskey a {
            color: #fff;
        }

            .TopNav .accesskey a:focus {
                color: #333;
                transition: all .1s;
            }

    .TopNav ul {
        vertical-align: middle;
        line-height: 38px;
        display: inline-block;
    }

        .TopNav ul li {
            float: left;
            margin-right: .5rem;
            font-size: 1rem;
            color: #333;
        }

            .TopNav ul li a {
                color: #333;
                display: inline-block;
                line-height: 38px;
            }

                .TopNav ul li a img {
                    width: 38px;
                    height: auto;
                }

                .TopNav ul li a:focus-visible {
                    outline: 5px dotted #f09819;
                }

/*-----------------Menu-----------------*/
#Nav {
    background-color: #E6E9D5;
}

.toggleMenu {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.toggleMenuLabel {
    cursor: pointer;
    user-select: none;
    display: none;
}

    .toggleMenuLabel i.fas {
        font-size: 2.125rem;
        color: #3E9D5F;
        margin: 10px;
    }

.menuArea {
}

    .menuArea .accesskey {
    }

.mainMenu {
}

    .mainMenu > ul {
        display: flex;
        justify-content: flex-end;
        height: 50px;
    }

        .mainMenu > ul > li {
            position: relative;
        }

            .mainMenu > ul > li > a {
                font-size: 1.25em;
                color: #333;
                display: inline-block;
                padding: 0 40px;
                cursor: pointer;
                line-height: 50px;
            }

                .mainMenu > ul > li > a:hover,
                .mainMenu > ul > li.on > a {
                    font-weight: bold;
                    text-decoration: none;
                }

                .mainMenu > ul > li > a:focus-visible {
                    outline: 5px dotted #f09819;
                    font-weight: bold;
                    text-decoration: none;
                }

            .mainMenu > ul > li.on > a::before {
                content: "";
                width: 100%;
                height: 2px;
                background: #348550;
                position: absolute;
                left: 0;
                bottom: 0;
            }

    .mainMenu .secMenu {
        position: absolute;
        top: 50px;
        left: 0;
        z-index: 9;
        width: 100%;
        background-color: #EAEBE5;
        display: none;
    }


        .mainMenu .secMenu > li {
            display: inline-block;
            width: 100%;
        }

            .mainMenu .secMenu > li a {
                font-size: 1.125rem;
                color: #333;
                display: block;
                padding: 10px;
            }

                .mainMenu .secMenu > li a:hover {
                    text-decoration: none;
                    font-weight: bold;
                    background-color: #348550;
                    color: #fff;
                }

                .mainMenu .secMenu > li a:focus-visible {
                    outline: 5px dotted #f09819;
                    text-decoration: none;
                    font-weight: bold;
                    background-color: #3E9D5F;
                    color: #fff;
                }

    .mainMenu > ul > li.on .secMenu {
        display: block;
    }



/*-----------------SearchArea-----------------*/
.SearchArea {
}


    .SearchArea > button {
        -webkit-appearance: none;
        border: none;
        line-height: 29px;
        background-color: transparent;
    }

        .SearchArea > button:hover {
            background-color: #dee1cb;
        }

        .SearchArea > button:focus-visible {
            background-color: #dee1cb;
            outline: 5px dotted #f09819;
        }

        .SearchArea > button i {
            font-size: 1.5rem;
            color: #3E9D5F;
            vertical-align: middle;
        }

    .SearchArea .SearchBox {
        background-color: #EAEBE5;
        padding: 10px 20px;
        position: absolute;
        left: -900px;
        right: 0;
        top: 50px;
        align-items: center;
        display: none;
        z-index: 2;
    }

        .SearchArea .SearchBox.on {
            display: flex;
        }

    .SearchArea input[type="search"] {
        position: relative;
        line-height: 2rem;
        font-size: .875rem;
        border: 1px solid #cecece;
        width: 310px;
        height: 35px;
        background-color: #fff;
        color: #555;
        padding-left: 10px;
    }

        .SearchArea input[type="search"]:focus-visible {
            outline: 5px dotted #f09819;
        }

        .SearchArea input[type="search"]::-webkit-input-placeholder {
            color: #555;
        }

        .SearchArea input[type="search"]::-moz-placeholder {
            color: #555;
        }

        .SearchArea input[type="search"]:-ms-input-placeholder {
            color: #555;
        }

        .SearchArea input[type="search"]:-moz-placeholder {
            color: #555;
        }

    .SearchArea button#btnSearch {
        border: 1px solid #cecece;
        width: 40px;
        height: 35px;
        vertical-align: bottom;
        background-color: #cecece;
        margin-left: -4px;
        padding: 0;
    }

        .SearchArea button#btnSearch:hover {
            background-color: #bfbfbf;
        }

        .SearchArea button#btnSearch:focus-visible {
            outline: 5px dotted #f09819;
            background-color: #bfbfbf;
        }

    .SearchArea .searchWord {
        margin-left: 20px;
    }

        .SearchArea .searchWord > ul {
            display: flex;
        }

        .SearchArea .searchWord,
        .SearchArea .searchWord a {
            color: #333;
            font-size: .875rem;
        }

@media only screen and (max-width: 76.1875em) {
    .bannerWrp {
        flex-wrap: wrap;
    }
}


@media only screen and (max-width:61em) {
    #Banner {
        margin: 10px auto;
    }

        #Banner .Logo {
            margin-left: 10px;
        }

            #Banner .Logo > img {
                width: 140px;
                height: auto;
            }

        #Banner .LogoInfo {
            margin-left: 5px;
        }

            #Banner .LogoInfo h1 {
                font-size: 1.625rem;
            }

        #Banner .TopNav {
            flex: 0 100%;
            text-align: right;
        }

    #Nav {
        position: relative;
    }

    .toggleMenuLabel {
        display: inline-block;
    }

    .toggleMenu:checked ~ .menuArea {
        display: block;
    }


    .menuArea {
        display: none;
        position: absolute;
        width: 100%;
        z-index: 9;
        background-color: #E6E9D5;
    }

    .mainMenu > ul {
        justify-content: flex-end;
        height: auto;
        flex-direction: column;
    }

        .mainMenu > ul > li > a {
            padding: 0 20px;
            display: block;
            border-bottom: 1px solid #cfd2bf;
        }

        .mainMenu > ul > li.on > a::before {
            content: none;
        }

    .mainMenu .secMenu {
        position: static;
        margin-bottom: 10px;
    }

        .mainMenu .secMenu > li + li,
        .mainMenu .trdMenu > li {
            border-top: 1px solid #d8d8d5;
        }

        .mainMenu .secMenu > li a {
            padding-left: 20px;
        }

    .mainMenu .trdMenu > li a {
        padding-left: 30px;
    }

    .SearchArea #openSearchBox {
        display: none;
    }

    .SearchArea .SearchBox {
        position: static;
        display: block;
        background-color: #e6e9d5;
    }

    .SearchArea .searchWord {
        margin-left: 5px;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 48em) and (max-width:61em) {
}

@media only screen and (max-width: 47.9735em) {
    #Header {
        min-height: 20px;
    }
}

@media only screen and (max-width: 29.9375em) {
}
/*#endregion */

/*-----------------Content-----------------*/
#Content {
}

    #Content .accesskey a {
        color: #fff;
    }

        #Content .accesskey a:focus {
            color: #333;
            transition: all .1s;
        }

/*#region Breadcrumb */
.BreadcrumbArea {
    background-color: #F6F6F6;
    padding: 7px 0;
    margin-bottom: 10px;
}

    .BreadcrumbArea .accesskey {
        position: static;
        display: inline-block;
        margin-left: 5px;
    }

        .BreadcrumbArea .accesskey a {
            color: #0191B4;
        }

    .BreadcrumbArea .BreadcrumbCont {
        line-height: 1.5rem;
    }

    .BreadcrumbArea .Breadcrumb {
        color: #333;
        display: inline;
        margin-left: .75rem;
        font-size: 1.125rem;
    }

        .BreadcrumbArea .Breadcrumb a {
            color: #333;
        }

            .BreadcrumbArea .Breadcrumb a:focus {
                text-decoration: underline;
            }

@media only screen and (max-width: 47.9735em) {
    .BreadcrumbArea .accesskey {
        display: none;
    }

    .BreadcrumbCont {
        line-height: 1.75rem;
    }

    .BreadcrumbArea .Breadcrumb {
        margin-left: 15px;
        font-size: 0.875rem;
    }

        .BreadcrumbArea .Breadcrumb:before {
            font-size: 1.25rem;
            margin-right: 5px;
        }
}
/*#endregion */
#Main {
}

/*#region PageTitle */
.PageTitle {
    border-bottom: 1px solid #eee;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
}

    .PageTitle h2 {
        display: inline-block;
        font-size: 2rem;
        font-weight: bold;
        color: #333;
        margin-bottom: 0;
        padding-left: 20px;
    }

        .PageTitle h2:after {
            content: "";
            display: block;
            height: 3px;
            width: calc(100% + 10rem);
            margin-left: -2rem;
            margin-top: 3px;
            background-color: #348550;
        }

@media only screen and (max-width: 47.9735em) {
    .PageTitle {
        margin: 10px 20px;
    }

        .PageTitle h2 {
            font-size: 1.875rem;
        }

    .columns .PageTitle {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 29.9375em) {
    .PageTitle h2 {
        font-size: 1.625rem;
        padding-left: 0;
    }

        .PageTitle h2:after {
            width: calc(100% + 4rem);
            margin-left: -.5rem;
        }
}
/*#endregion */

/*#region SocialMedia */
.SocialMedia {
    margin-bottom: 20px;
    text-align: right;
}

    .SocialMedia li {
        display: inline-block;
        margin-right: 10px;
    }

        .SocialMedia li a {
            display: inline-block;
            background-color: #aaa;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            text-align: center;
            width: 40px;
            height: 40px;
        }

            .SocialMedia li a i {
                color: #fff;
                line-height: 40px;
            }

        .SocialMedia li.Facebook a:hover,
        .SocialMedia li.Facebook a:focus {
            background-color: #4267B2;
        }

        .SocialMedia li.Line a:hover,
        .SocialMedia li.Line a:focus {
            background-color: #00B900;
        }

        .SocialMedia li.Twitter a:hover,
        .SocialMedia li.Twitter a:focus {
            background-color: #000;
        }

        .SocialMedia li a:focus-visible {
            outline: 5px dotted #f09819;
        }

@media only screen and (min-width: 48em) {
    .SocialMedia {
        margin-top: -4.8rem;
        position: relative;
        text-align: right;
        right: auto;
        top: auto;
        display: block;
        margin-bottom: 10px;
    }
}
/*#endregion */

/*#region main article & title */
main article {
    padding: 20px;
    color: #333;
    font-size: 1.125rem;
}

    main article p {
        line-height: 1.875rem;
        margin-bottom: 20px;
        text-align: justify;
    }

        main article p:last-child {
            margin-bottom: 0;
        }

main .BlockSpace {
    padding-bottom: 40px;
}

main h3 {
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 2.5rem;
    margin-top: 30px;
    margin-bottom: 10px;
}

    main h3.blue {
        color: #00537E;
    }

main article h3 {
    margin-top: 0;
}

main h4,
main .borderTitle {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.5rem;
    margin-bottom: 10px;
}

    main h4 + article,
    main .borderTitle + article {
        padding-top: 0;
    }


    main h4.border,
    main .borderTitle {
        margin-left: 20px;
        text-indent: calc(-1em + 10px);
        color: #535353;
    }

        main h4.border:before,
        main .borderTitle::before {
            content: "";
            border-left: 5px solid #b3b3b3;
            margin-right: 10px;
        }

    main h4.blue {
        color: #0B8BCE;
    }

        main h4.blue:before {
            border-left-color: #3498DB;
        }

    main h4.green {
        color: #145242;
    }

        main h4.green:before {
            border-left-color: #58B378;
        }

main h5 {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 2.18rem;
    margin-bottom: 10px;
}

main h6 {
    font-weight: bold;
    line-height: 1.875rem;
}


.deepBg {
    background-color: #007095;
    padding-top: 20px;
}

    .deepBg article p {
        color: #fff;
    }

    .deepBg a {
        color: #f8f00f;
    }

        .deepBg a:hover,
        .deepBg a:focus {
            text-decoration: underline;
        }

    .deepBg h3 {
        color: #fff;
    }

    .deepBg h4,
    .deepBg h4.border,
    .deepBg .borderTitle {
        color: #fff;
    }

        .deepBg h4 .small,
        .deepBg .borderTitle .small {
            font-size: 1.125rem;
        }


        .deepBg h4.border::before,
        .deepBg .borderTitle::before {
            border-left-color: #fff;
        }

        .deepBg h4.yellow,
        .deepBg h4.yellow.border {
            color: #f8f00f;
        }

            .deepBg h4.yellow.border:before {
                border-left-color: #f8f00f;
            }

    .deepBg h5 {
        color: #fff;
    }

.garyBg {
    background-color: #FAFAFA;
    padding-top: 20px;
}

.blueBg {
    background: #E7F7FE;
    padding-top: 20px;
}

@media only screen and (max-width: 47.9735em) {
    main h3 {
        font-size: 1.625rem;
        line-height: 2rem;
        margin: 20px 20px 10px 20px;
    }

    .columns h3 {
        margin: 20px 0 10px 0;
    }

    main h4,
    main h4.border {
        font-size: 1.375rem;
        line-height: 1.5rem;
        margin-bottom: 10px;
    }

        main h4.border {
            margin-left: 20px;
        }

    main article {
        padding: .75rem 1rem;
        font-size: 1rem;
    }

        main article p {
            line-height: 1.75rem;
            margin-bottom: 1rem;
        }
}

@media only screen and (max-width: 29.9375em) {
    main h3 {
        font-size: 1.375rem;
        margin-bottom: 20px;
    }

    main h4,
    main h4.border {
        font-size: 1.25rem;
    }

    h5 {
        font-size: 1.125rem;
        font-weight: bold;
    }

    h6 {
        font-size: 1rem;
    }
}
/*#endregion */

/*#region article for text content style */
.txtCont {
}

    .txtCont ul,
    .txtCont ol {
        padding-left: 35px;
        padding-bottom: 30px;
    }

        .txtCont ul li,
        .txtCont ol li {
            margin-bottom: 20px;
            line-height: 1.75rem;
        }

            .txtCont ul li:last-child,
            .txtCont ol li:last-child {
                margin-bottom: 0;
            }

    .txtCont span.imp-orange,
    .imp-orange {
        color: #E32A39;
        font-weight: bold;
    }

    .txtCont .itemList li::before {
        content: '▪';
        margin-right: 8px;
        color: #36CBDC;
    }

    .txtCont ol.itemList {
        counter-reset: num;
    }

        .txtCont ol.itemList li::before {
            counter-increment: num;
            content: counter(num) '.';
            font-weight: bold;
            margin-right: 0;
        }

.deepBg .txtCont ul li,
.deepBg .txtCont ol li {
    color: #fff;
}

.deepBg .txtCont span.imp-orange {
    color: #F9BF3B;
}

.deepBg .txtCont .itemList li::before {
    color: #00E0E0;
}

@media screen and (max-width: 47.9735em) {
    .txtCont ul,
    .txtCont ol {
        padding-left: 20px;
    }
}
/*#endregion */

/*-----------------Footer-----------------*/
#Footer {
    color: #FFF;
}

    #Footer a:focus-visible {
        outline: 5px dotted #f09819;
        -webkit-transition: outline 0.15s linear;
        -moz-transition: outline 0.15s linear;
        -o-transition: outline 0.15s linear;
        transition: outline 0.15s linear;
    }

    #Footer .accesskey a {
        color: #EAEBE5;
    }

        #Footer .accesskey a:focus {
            color: #333;
        }

.FooterMenu {
    background-color: #EAEBE5;
}

    .FooterMenu nav.Menu {
        padding: 50px 5px;
    }

        .FooterMenu nav.Menu ul {
            overflow: hidden;
        }

        .FooterMenu nav.Menu li i {
            margin-left: .5rem;
        }

        .FooterMenu nav.Menu > ul > li {
            float: left;
            width: 18.5%;
            padding: 5px;
            line-height: 1.5rem;
        }

        .FooterMenu nav.Menu ul > li > a {
            font-size: 1.125rem;
            font-weight: bold;
            color: #333;
        }

            .FooterMenu nav.Menu ul > li > a:hover,
            .FooterMenu nav.Menu ul > li > a:focus {
                text-decoration: none;
            }

        .FooterMenu nav.Menu ul.secMenu {
            margin-top: 10px;
            padding-left: 2px;
        }

            .FooterMenu nav.Menu ul.secMenu > li {
                font-size: 1.5rem;
                line-height: 1.75rem;
            }

                .FooterMenu nav.Menu ul.secMenu > li a {
                    font-weight: normal;
                }

                    .FooterMenu nav.Menu ul.secMenu > li a:hover,
                    .FooterMenu nav.Menu ul.secMenu > li a:focus {
                        text-decoration: underline;
                    }

        .FooterMenu nav.Menu ul.trdMenu {
            margin: 5px 0;
            padding-left: 5px;
        }

        .FooterMenu nav.Menu .trdMenu > li::before {
            color: #333;
            content: "－";
        }


        .FooterMenu nav.Menu .trdMenu > li a {
            font-size: 1rem;
            line-height: 1.5rem;
            font-weight: normal;
        }

            .FooterMenu nav.Menu .trdMenu > li a:hover,
            .FooterMenu nav.Menu .trdMenu > li a:focus {
                text-decoration: underline;
            }

.FooterInfo {
    padding: 30px 0;
    background-color: #358551;
}

.FooterInfoWrap {
    padding-left: 20px;
    padding-right: 20px;
}

    .FooterInfoWrap .Announce {
        font-size: 1rem;
        line-height: 1.5em;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }

        .FooterInfoWrap .Announce a {
            color: #fff;
        }

            .FooterInfoWrap .Announce a:hover,
            .FooterInfoWrap .Announce a:focus {
                text-decoration: underline;
            }

    .FooterInfoWrap address {
    }

        .FooterInfoWrap address p {
            line-height: 1.5rem;
            font-size: 0.875rem;
            color: #fff;
        }

    .FooterInfoWrap .listMark {
        margin-left: 10px;
    }

        .FooterInfoWrap .listMark ul {
            display: flex;
            align-items: center;
        }

            .FooterInfoWrap .listMark ul li + li {
                margin-left: 15px;
            }

        .FooterInfoWrap .listMark .icon-accessibility img {
            height: 31px;
            width: 88px;
        }

        .FooterInfoWrap .listMark img:hover {
            outline: 1px solid #F8D90F;
        }

@media only screen and (max-width: 61em) {
    .FooterMenu nav.Menu > ul > li {
        width: 31%;
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 20px;
    }

    .FooterMenu nav.Menu ul.secMenu {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 47.9735em) {
    .FooterMenu nav.Menu {
        padding-left: 20px;
        padding-right: 20px;
    }

        .FooterMenu nav.Menu > ul > li {
            width: 48%;
            margin-right: 1%;
            padding: 0;
        }

        .FooterMenu nav.Menu ul.secMenu {
            margin-top: 5px;
        }

    .FooterInfoWrap address,
    .FooterInfoWrap .listMark {
        flex: 1 100%;
    }


    .FooterInfoWrap address {
        margin-bottom: 15px;
    }

        .FooterInfoWrap address p + p {
            margin-top: 5px;
        }
}

@media only screen and (max-width: 29.9375em) {
    .FooterMenu nav.Menu {
        padding: 20px;
    }
}
/*#endregion */

/*-----------------FixMenu-----------------*/
.FixMenu {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9;
}

    .FixMenu .Item li {
        margin-top: 10px;
        text-align: center;
    }

    .FixMenu .Item a {
        display: inline-block;
        background-color: #da3a00;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #FFF;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        padding: 9px 5px;
    }

        .FixMenu .Item a > i {
            font-size: 2rem;
        }

    .FixMenu .Item .Advanced {
        padding: 6px 9px;
    }

    .FixMenu .Item a:hover,
    .FixMenu .Item a:focus-visible {
        -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgba(0,0,0,0.05);
        box-shadow: 0 0.25rem 0.125rem 0 rgba(0,0,0,0.05);
        text-decoration: none;
        transform: translate3d(0, -2px, 0);
    }

    .FixMenu .Item a:focus-visible {
        outline: 5px dotted #f09819;
    }

@media only screen and (max-width: 47.9735em) {
    .FixMenu .Item a {
        padding: 8px 4.5px;
    }

        .FixMenu .Item a > i {
            font-size: 1.75rem;
        }

    .FixMenu .Item .Advanced {
        padding: 6px 8px;
        font-size: .875rem;
    }
}
/*#endregion */

/*===============================================================================
                         General Setting
=================================================================================*/
/*#region General Setting */
.Clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.Dispear {
    display: none;
}

.Show {
    display: block;
}

/*----------------- 文字顏色標註設定 -----------------*/
.Note { /*灰色*/
    font-size: .875rem;
    color: #999;
}

.deepBg .Note /*灰色*/ {
    color: #DADFE1;
}

.Alert { /*紅色*/
    color: #CC0000;
    font-size: .875rem;
}

.deepBg .Alert /*淺綠色*/ {
    color: #98fb98;
}

.Near { /*橘色*/
    color: #FF9933;
    font-size: .875rem;
}

.Excess { /*藍色*/
    color: #0A7DBA;
}

/*----------------- 文字格式設定-----------------*/
.smallWords {
    font-size: small;
}

.AddHeight {
    line-height: 1.5em;
}

/*----------------- 文字靠齊設定 -----------------*/
.txtLeft {
    text-align: left;
}

.txtCeter {
    text-align: center;
}

.txtRight {
    text-align: right;
}
/*----------------- 圖片靠齊設定 -----------------*/
.imgMiddle {
    vertical-align: middle;
}

/*----------------- 指標 -----------------*/
.clickable {
    cursor: pointer;
}

.unclickable {
    cursor: default;
}

/*----------------- 必填 -----------------*/
.required::after {
    content: '\f069';
    color: #CC0000;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: .75rem;
    vertical-align: text-top;
    padding-left: 3px;
}


/*-----------Some Fix From Reset---------------*/
button, label, select, input, textarea {
    font-family: "\5FAE\8EDF\6B63\9ED1\9AD4", Arial;
}

    button, select, input[type="search"], input[type="password"], textarea {
        min-height: 2em;
        line-height: 2em;
    }

    input[type="text"] {
        min-height: 1.8em;
    }

    input[type="date"], input[type="month"] {
        padding: 4px 5px;
        font-size: 1rem;
        color: #333;
    }

    button, input[type="submit"] {
        padding: 10px 18px;
    }

select {
    line-height: 2em;
    /*margin:-2px;*/
    padding: 2px 3px;
    /*display: block;*/
    font-size: 1rem;
    color: #333;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /*vertical-align: top;*/
    min-height: initial;
}

    select + select {
        margin-left: 5px;
    }

label {
    margin: 0 .5em;
}

input[type="checkbox"], input[type="radio"] {
    vertical-align: middle;
    width: 1em;
    height: 1em;
}

@media only screen and (max-width: 47.9735em) {
    select + select {
        margin-left: 0;
        margin-top: 15px;
    }
}

/*input[type="button"], input[type="submit"], input[type="reset"], button {
    height: 2.25em;
}*/

/*#endregion */

/*=========================================================================
     Responsive Web Design Grid System
  =========================================================================  */
/*#region Grid System */
.columns {
    float: left;
    display: inline;
    margin-left: 20px;
    margin-right: 20px;
}
/* New Base Grid       1360
     -----------------------*/
.one.columns {
    width: 45px;
}

.two.columns {
    width: 130px;
}

.three.columns {
    width: 215px;
}

.four.columns {
    width: 300px;
}

.five.columns {
    width: 385px;
}

.six.columns {
    width: 470px;
}

.seven.columns {
    width: 555px;
}

.eight.columns {
    width: 640px;
}

.nine.columns {
    width: 725px;
}

.ten.columns {
    width: 810px;
}

.eleven.columns {
    width: 895px;
}

.twelve.columns {
    width: 980px;
}


.thirteen.columns {
    width: 1065px;
}

.fourteen.columns {
    width: 1150px;
}

.fifteen.columns {
    width: 1235px;
}

.sixteen.columns {
    width: 1320px;
}

.one-third.columns {
    width: 413px;
}

.two-thirds.columns {
    width: 865px;
}
/* Grid       1200
     -----------------------*/
@media only screen and (min-width: 76.25em) and (max-width: 86.1875em) {
    .one.columns {
        width: 35px;
    }

    .two.columns {
        width: 110px;
    }

    .three.columns {
        width: 185px;
    }

    .four.columns {
        width: 260px;
    }

    .five.columns {
        width: 335px;
    }

    .six.columns {
        width: 410px;
    }

    .seven.columns {
        width: 485px;
    }

    .eight.columns {
        width: 560px;
    }

    .nine.columns {
        width: 635px;
    }

    .ten.columns {
        width: 710px;
    }

    .eleven.columns {
        width: 785px;
    }

    .twelve.columns {
        width: 860px;
    }

    .thirteen.columns {
        width: 935px;
    }

    .fourteen.columns {
        width: 1010px;
    }

    .fifteen.columns {
        width: 1085px;
    }

    .sixteen.columns {
        width: 1160px;
    }

    .one-third.columns {
        width: 360px;
    }

    .two-thirds.columns {
        width: 760px;
    }
}


/* Base Grid       960
     -----------------------*/
@media only screen and (min-width: 61.0625em) and (max-width: 76.1875em) {
    .columns {
        margin-left: 10px;
        margin-right: 10px;
    }

    .one.columns {
        width: 40px;
    }

    .two.columns {
        width: 100px;
    }

    .three.columns {
        width: 160px;
    }

    .four.columns {
        width: 220px;
    }

    .five.columns {
        width: 280px;
    }

    .six.columns {
        width: 340px;
    }

    .seven.columns {
        width: 400px;
    }

    .eight.columns {
        width: 460px;
    }

    .nine.columns {
        width: 520px;
    }

    .ten.columns {
        width: 580px;
    }

    .eleven.columns {
        width: 640px;
    }

    .twelve.columns {
        width: 700px;
    }

    .thirteen.columns {
        width: 760px;
    }

    .fourteen.columns {
        width: 820px;
    }

    .fifteen.columns {
        width: 880px;
    }

    .sixteen.columns {
        width: 940px;
    }

    .one-third.columns {
        width: 300px;
    }

    .two-thirds.columns {
        width: 620px;
    }
}
/* #Tablet (Portrait)  752
================================================== */
@media only screen and (min-width: 48em) and (max-width:61em) {
    .columns {
        margin-left: 10px;
        margin-right: 10px;
    }

    .one.columns {
        width: 27px;
    }

    .two.columns {
        width: 74px;
    }

    .three.columns {
        width: 121px;
    }

    .four.columns {
        width: 168px;
    }

    .five.columns {
        width: 215px;
    }

    .six.columns {
        width: 262px;
    }

    .seven.columns {
        width: 309px;
    }

    .eight.columns {
        width: 356px;
    }

    .nine.columns {
        width: 403px;
    }

    .ten.columns {
        width: 450px;
    }

    .eleven.columns {
        width: 497px;
    }

    .twelve.columns {
        width: 544px;
    }

    .thirteen.columns {
        width: 591px;
    }

    .fourteen.columns {
        width: 638px;
    }

    .fifteen.columns {
        width: 685px;
    }

    .sixteen.columns {
        width: 732px;
    }

    .one-third.columns {
        width: 230px;
    }

    .two-thirds.columns {
        width: 482px;
    }
}

/*  # All Mobile    767以下
================================================== */
@media only screen and (max-width: 47.9735em) {
    .columns {
        margin-left: 10px;
        margin-right: 10px;
    }

    .one.columns,
    .two.columns,
    .three.columns,
    .four.columns,
    .five.columns,
    .six.columns,
    .seven.columns,
    .eight.columns,
    .nine.columns,
    .ten.columns,
    .eleven.columns,
    .twelve.columns,
    .thirteen.columns,
    .fourteen.columns,
    .fifteen.columns,
    .sixteen.columns,
    .one-third.columns,
    .two-thirds.columns {
        width: 300px;
    }
}

/* #Mobile (Landscape)  480 767
================================================== */
@media only screen and (min-width: 30em) and (max-width: 47.9735em) {
    .columns {
        margin-left: 10px;
        margin-right: 10px;
    }

    .one.columns,
    .two.columns,
    .three.columns,
    .four.columns,
    .five.columns,
    .six.columns,
    .seven.columns,
    .eight.columns,
    .nine.columns,
    .ten.columns,
    .eleven.columns,
    .twelve.columns,
    .thirteen.columns,
    .fourteen.columns,
    .fifteen.columns,
    .sixteen.columns,
    .one-third.columns,
    .two-thirds.columns {
        width: 420px;
    }
}
/*#endregion */

/*===============================================================================
                                    無障礙 Accessibility
=================================================================================*/

/*#region Accessibility */
.TopAccessibility a {
    position: absolute;
    top: 0px;
    left: -999px;
    width: 0px;
    height: 0px;
    color: #FFF;
}

    .TopAccessibility a:hover {
        color: #eac400;
    }

    .TopAccessibility a:focus {
        position: absolute;
        top: 10px;
        left: 10px;
        width: auto;
        height: auto;
        padding: 5px;
        background-color: rgba(0,0,0,0.8);
    }

.accesskey {
    position: absolute;
    left: 5px;
    z-index: 0;
}

    .accesskey a {
        color: #333;
    }

        .accesskey a:hover {
            text-decoration: none;
        }

        .accesskey a:focus-visible {
            outline: 5px dotted #f09819;
        }

.sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.sr-only-focusable:focus,
.sr-only-focusable:active {
    clip: auto !important;
    clip-path: none !important;
    height: auto !important;
    margin: auto !important;
    overflow: visible !important;
    width: auto !important;
    white-space: normal !important;
}

@media only screen and (max-width: 47.9735em) {
    .accesskey {
        display: none;
    }
}
/*#endregion */

/*-----------------No Script-----------------*/
/*#region No Script */
.TopNotice {
    display: none;
    padding: 0;
}

html.no-js .TopNotice {
    display: block;
    padding: 10px;
    font-weight: bold;
    line-height: 1.5rem;
    color: #FFF;
    background-color: #3a3a3a;
}
/*#endregion */

/*----------------- Charts Description -----------------*/
.chartWrap {
}

.no-js .chartWrap .helper.mouse, .touch .chartWrap .helper.mouse {
    display: none;
}

.chartWrap .helper {
    text-align: right;
    margin-bottom: 0.5em;
    font-size: 0.9375rem;
    color: #515151;
    line-height: 1.5em;
}

    .chartWrap .helper i {
        margin-right: 0.5em;
    }

.deepBg .chartWrap .helper {
    color: #fff;
}

.chartWrap .chartInfo {
    width: 0;
    height: 0;
    overflow: hidden;
}

.highcharts-tooltip .Title {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.75em;
    display: inline-block
}

.highcharts-tooltip .Unit {
    margin-left: 0.5em;
    color: #666;
    font-size: 0.75rem;
}

.deepBg .chartWrap > div {
    background-color: #fff;
    padding: 15px 8px 0px 8px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}

@media only screen and (max-width: 47.9735em) {
    .deepBg .chartWrap > div {
        padding: 4px 8px 4px 8px;
    }
}
