/*@charset "utf-8";*/
/*CSS Info ======================================================================
File Name: global.css
Editor: Sophia
Last Editor: Rebecca
LastDate: 2024/12/27
Version: 3.4
【 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 Setting
================================================== */

body {
    font-family: "Microsoft JhengHei","Apple LiGothic Medium","PMingLiU","sans-serif","serif";
}

    body.Blank /*空白頁適用*/ {
        background: none;
        border-top: none;
    }

/* #Typography
================================================== */
/*#region Typography */
h1, h2, h3, h4, h5, h6 {
    position: relative;
    color: #262626;
    font-weight: bold;
}

h1 {
    font-size: 1.5rem; /*28px*/
    font-weight: bold;
    display: inline-block;
    padding: 0.5rem 0;
}

h2 {
    font-size: 2rem; /*32px*/
    padding-bottom: 1.5rem;
}

h3 {
    font-size: 1.75rem; /*28px*/
    padding-bottom: 1rem;
}

h4 {
    font-size: 1.5rem; /*24px*/
    padding-bottom: 1rem;
}

h5 {
    font-size: 1.375rem; /*22px*/
    padding-bottom: 1rem;
}

h6 {
    font-size: 1.25rem; /*20px*/
    padding-bottom: 1rem;
}

img {
    width: 100%;
}

a {
    text-decoration: none;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    a:hover {
        cursor: pointer;
    }

    a:focus {
        outline: 2px dotted #F9BF75;
    }

#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,
.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.ClearFix:after,
.clearfix:after { /*修正Float 撐開 DIV*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.Clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.Disappear, .Hide {
    display: none;
}


.Show {
    display: block;
}

.sectionSet {
    margin: 2.5rem 1.5rem 1.5rem 1.5rem;
}

.pointNone {
    cursor: pointer;
    pointer-events: none;
}
.unCursor {
    text-decoration : none;
}
/*===============================================================================
                         視覺化全版
=================================================================================*/
.wrapper {
    width: 1360px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

@media only screen and (min-width: 76.25em) and (max-width: 86.1875em) { /*1220~1379*/
    .wrapper {
        width: 1200px;
    }
}

@media only screen and (min-width: 61.0525em) and (max-width: 76.1875em) { /*977~1219*/
    .wrapper {
        width: 960px;
    }
}


@media only screen and (min-width: 48em) and (max-width:61em) { /*768~976*/
    .wrapper {
        width: 752px;
    }
}

@media only screen and (max-width: 47.9735em) { /*767↓*/
    body {
        overflow-x: hidden;
    }

    .wrapper {
        width: 100%;
    }
}

/*-----------------Header-----------------*/
#Header {
    background: transparent linear-gradient(93deg, #FFFFFF 0%, #FFFBEC 37%, #FFF2C9 46%, #FFF2C8 57%, #FFF2C7 66%, #CAD7A9 100%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
/* TitleBar */
.TitleBar {
    width: 100%;
    height: 60px;
    padding: 1.5rem 0;
    display: flex;
    justify-content: space-between;
}

    .TitleBar .webTitle {
        box-sizing: border-box;
    }

        .TitleBar .webTitle .Logo {
            display: inline-block;
            margin-right: 1rem;
            width: 60px;
            height: 60px;
            vertical-align: top;
        }
.WebName {
    display: inline-block;
}

        .WebName p{
            font-size:0.8rem;
        }
/*-----------------Menu-----------------*/
/*** Web menu ***/
#webMenu.mainMenu {
    background: #7A8E49;
}

    nav.mainMenu .wrapper {
        box-sizing: border-box;
    }

#webMenu .Menu {
    margin: 0 auto;
    display: block;
}

    .Menu li:hover,
    .Menu li a:hover
    .Menu li:focus,
    .Menu li a:focus {
        cursor: pointer;
    }
    .Menu li.unCursor:hover,
    .Menu li.unCursor a:hover
    .Menu li.unCursor:focus,
    .Menu li.unCursor a:focus {
        cursor: default;
    }


#webMenu .Menu .firMenu li {
    color: #F9F2D9;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: left;
    display: inline-block;
    position: relative;
    transition: all .3s ease-in;
    vertical-align: bottom;
}

    #webMenu .Menu .firMenu li a, #webMenu .Menu .firMenu li span {
        width: 9rem;
        color: #F9F2D9;
        padding: calc(1rem - 6px) 1rem;
        display: inline-block;
        border-bottom: 6px solid transparent;
        border-top: 6px solid transparent;
        text-align: center;
        text-decoration: underline;
    }
    #webMenu .Menu .firMenu li.unCursor a, #webMenu .Menu .firMenu li.unCursor span {
        text-decoration: none;
    }

            .Menu .firMenu li a.dropdown::after {
                content: '\f0d7';
                font-family: 'Font Awesome 6 Free';
                font-size: 1.12rem;
            }

            #webMenu .Menu .firMenu li:hover a, #webMenu .Menu .firMenu li:hover span {
                border-bottom: 6px solid #E6CE7B;
            }

        /* 第二層            */
    #webMenu .Menu .secMenu, #webMenu .Menu .trdMenu {
        width: 100%;
        position: absolute;
        top: 100%;
        padding-top: 0.5rem;
        background-color: #FDFBF4;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 2;
        opacity: 0;
        visibility: hidden;
    }

        #webMenu .Menu .secMenu li {
            text-shadow: none;
            margin: 0;
            vertical-align: middle;
            box-sizing: border-box;
        }

        #webMenu .Menu .secMenu li {
            display: block;
            box-sizing: border-box;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

            #webMenu .Menu .secMenu li a, #webMenu .Menu .secMenu li span {
                color: #334800;
                display: block;
                width: 100%;
                padding: 1rem;
                -webkit-font-smoothing: antialiased;
                box-sizing: border-box;
                border: none;
            }

                #webMenu .Menu .secMenu li a.::after {
                    content: '\f0da';
                    font-family: 'Font Awesome 6 Free';
                    color: #1C768B;
                }

    #webMenu .Menu .firMenu li:hover .secMenu {
        opacity: 1;
        visibility: visible;
    }

        #webMenu .Menu .firMenu li:hover .secMenu li a {
            border: none;

        }

    #webMenu .Menu .secMenu li a:hover, #webMenu .Menu .secMenu li a:focus {
        background-color: #F9F2D9;
        font-weight: bold;
        transition: all .3s ease-in;
    }


    /* 第三層 */
    /*#webMenu .Menu .trdMenu {
        top: .5rem;
        left: calc(100% + 1rem);
    }

    #webMenu .Menu .secMenu li:hover .trdMenu {
        opacity: 1;
        visibility: visible;
    }*/



/*** mobile menu ***/
.MenuArea {
    position: fixed;
    left: -999px;
    top: 0px;
    z-index: 100;
}
#mobileMenu.mainMenu {
    background: #FDFBF4;
}

.toggleMenu {
    position: absolute !important;
    top: -9999px;
    left: -9999px;
}

.toggleMenuLabel {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    margin-right: 1rem;
    display:none;
}

    .toggleMenuLabel i.fas {
        font-size: 2.125rem;
        color: #334800;
    }

.toggleMenu:focus ~ label i.fas {
    color: #B89828;
}

.closeMenuLabel {
    left: -100%;
    /* top: 20px; */
    width: 2rem;
    height: 2rem;
    display: inline-block;
    text-align: center;
    background-color: #334800;
}

    .closeMenuLabel i.fas {
        font-size: 1.5rem;
        line-height: 2rem;
        color: #fff;
    }

.MenuArea-Overlay {
    background: rgba(255,255,255, 0.55);
}

.toggleMenu:checked ~ .MenuArea {
    left: 0px;
}

    .toggleMenu:checked ~ .MenuArea #mobileMenu {
        position: fixed;
        left: 0;
        z-index: 100;
        -webkit-transition: all .35s ease-out;
        -moz-transition: all .35s ease-out;
        -o-transition: all .35s ease-out;
        transition: all .35s ease-out;
    }

    .toggleMenu:checked ~ .MenuArea .closeMenuLabel {
        position: fixed;
        left: 260px;
        z-index: 10000;
        -webkit-transition: all .35s ease-out;
        -moz-transition: all .35s ease-out;
        -o-transition: all .35s ease-out;
        transition: all .35s ease-out;
    }

    .toggleMenu:checked ~ .MenuArea .MenuArea-Overlay {
        background: rgba(0, 0, 0, 0.55);
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        overflow: hidden;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }

#mobileMenu {
    left: -100%;
    width: calc(300px - 2rem);
    height: calc(100% - 2rem);
    padding: 1rem 0;
    overflow-y: auto;
}

        #mobileMenu .Menu a {
            color: #334800;
        }

    #mobileMenu .Menu .firMenu li a {
        font-size: 1.1rem;
        font-weight: bold;
        color: #334800;
        display: block;
        padding:0.5rem 1.5rem;
    }

        #mobileMenu .Menu .secMenu li a {
            font-size: 1rem;
            padding-left: 2.5rem;
        }

    #mobileMenu .topNav {
        margin-bottom:1rem;
        border-top: 1px solid #7A8E49;
    }
        #mobileMenu .topNav li {
            padding: 0.5rem 1.5rem;
            border-bottom: 1px solid #7A8E49;
            background: #F9F2D9;
        }

 /*-----------------TopNavArea-----------------*/
.TopNavArea {
    display: flex;
    align-items: center;
    justify-content: right;
    width: calc(20% - 0.5rem);
}

    .TopNavArea .accesskey {
        position: static;
        display: inline-block;
        vertical-align: middle;
        margin-right: .5rem;
    }

    .TopNavArea ul {
        display: flex;
        align-items: center;
    }

        .TopNavArea ul li {
            margin: 0 0.3rem;
            font-size: 1rem;
        }

            .TopNavArea ul li a {
                color: #000;
            }

                .TopNavArea ul li a:hover {
                    color: #7A8E49;
                }


/*.SearchArea {
    margin-left: 5px;
    display: flex;
}

    .SearchArea .HideLabel {
        display: none;
    }

    .SearchArea input[type="search"] {
        position: relative;
        line-height: 2rem;
        font-size: .875rem;
        border: 2px solid #84C8C7;
        border-right: none;
        border-radius: 2px;
        border-right: 0px;
        width: 180px;
        height: 35px;
        background-color: #fff;
        color: #000;
        padding-left: 10px;
    }

        .SearchArea input[type="search"]:focus {
            background-color: #FFF;
            border: 2px solid #84C8C7;
            border-right: none;
            color: #545454;
        }

        .SearchArea input[type="search"]:hover {
            background-color: #FFF;
            color: #545454;
        }

        .SearchArea input[type="search"]::-webkit-input-placeholder {
            color: #999;
        }

        .SearchArea input[type="search"]::-moz-placeholder {
            color: #999;
        }

        .SearchArea input[type="search"]:-ms-input-placeholder {
            color: #999;
        }

        .SearchArea input[type="search"]:-moz-placeholder {
            color: #999;
        }

    .SearchArea button {
        border: 2px solid #84C8C7;
        border-left: none;
        border-radius: 2px;
        width: 40px;
        height: 35px;
        vertical-align: bottom;
        background-color: #fff;
        margin: 0;
        margin-left: -4px;
        padding: 0;
        line-height: 0;
        min-height: 0;
    }

        .SearchArea button:hover, .SearchArea button:focus {
            border: 2px solid #84C8C7;
        }

        .SearchArea button:before {
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            font-family: "Font Awesome 6 Free";
            content: "\f002";
            font-weight: 900;
            color: #84C8C7;
            font-size: 1.25rem;
        }

    .SearchArea .searchWord, .SearchArea .searchWord a {
        color: #000;
        font-size: 1rem;
    }

    .SearchArea .searchWord {
        display: flex;
        align-items: center;
    }

        .SearchArea .searchWord span {
            font-size: 1rem;
            margin-left: 15px;
        }

#mobileMenu .SearchArea {
    display: block;
    margin: 0;
}

    #mobileMenu .SearchArea input[type="search"] {
        width: 170px;
    }

#mobileMenu .searchWord {
    display: block;
    padding: 1rem 0;
}

#mobileMenu .SearchArea .searchWord span {
    margin-left: 0;
}

#mobileMenu .SearchArea .searchWord ul {
    display: flex;
    margin-top: 0.6rem;
}

    #mobileMenu .SearchArea .searchWord ul li {
        margin-right: 0.5rem;
    }*/
/*-----------------LoginArea-----------------*/

.LoginArea {
    padding-left: 0.5rem;
}

/*    .LoginArea::before {
        content: '|';
        vertical-align: top;
        margin-right: 0.3rem;
        color: #1C768B;
    }*/

    .LoginArea .LoginBtn {
        display: block;
        text-align: center;
        width: 3rem;
        padding: 0.5rem;
        color: #fff;
        background: #334800;
        border-radius: 50px;
        opacity: 0.9;
        font-weight: bold;
    }

        .LoginArea .LoginBtn:hover {
            color: #fff;
            opacity: 1;
        }


@media only screen and (min-width: 768px) and (max-width: 1366px) {
    h1 {
        font-size: 1.3rem; /*28px*/
    }
}

@media only screen and (max-width: 76.1875em) {
    .TopNavArea {
        width: calc(55% - 0.5rem);
    }
            .TopNavArea .topNav li {
                display: block;
            }
    .TitleBar {
         height: unset; 
    }

    .TitleBar .webTitle {
        display: inline-block;
    }

        .WebName h1 {
            line-height: unset;
            padding: 0.8rem 0;
            font-size: 1.8rem;
        }

        .WebName p {
            font-size: 0.8rem;
        }
}

@media only screen and (min-width: 48em) and (max-width:61em) {
    .TopNavArea {
        width: calc(40% - 0.5rem);
    }
}

@media only screen and (max-width:61em) {
/*    .toggleMenuLabel {
        margin-left: 32px;
        display: inline-block;
    }*/
}

@media only screen and (max-width: 47.9735em) {
    .accesskey {
        display: none;
    }

    #Content {
        margin-bottom: 3rem;
    }
    .toggleMenuLabel {
        margin-left: 8px;
        vertical-align: super;
        display: inline-block;
    }

        .toggleMenuLabel i.fas {
            font-size: 1.5rem;
        }

        .Colse i{
            margin-right:0.5rem;
        }

    .TopNavArea {
        display:none;
    }

        .TopNavArea .topNav li, .TopNavArea .SearchArea, .TopNavArea .accesskey {
            display: none;
        }

            .TopNavArea .topNav li:last-child {
                display: block;
            }

    .WebName h1 {
        line-height: unset;
        padding: 0.2rem 0;
        font-size: 1.2rem;
    }
    .WebName p {
        font-size: 0.5rem;
    }

    header {
        box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
        position: relative;
    }

        header .wrapper {
            padding: 0.8rem;
        }

    .TitleBar {
        height: unset;
        padding: 0;
        justify-content: unset;
        display: block;
    }

        .TitleBar .webTitle {
            display: inline-block;
        }

            .TitleBar .webTitle .Logo {
                margin-right: 0.3rem;
                margin-left: 0.3rem;
                width: 36px;
                height: 36px;
            }

    #webMenu {
        display: none;
    }
    #Footer::before {
        height: 161px;
        background-size: 66% auto;
        top: -60px;
    }
}

@media only screen and (max-width: 29.9375em) {
    .toggleMenuLabel {
        margin-right: 8px;
    }
    #Banner label.toggleMenuLabel{
        vertical-align:super;
    }
}

/*-----------------Content-----------------*/
#Content {
    min-height: calc(100vh - 369.59px);
    padding: 1rem;
}

.MyBreadcrumb {
    margin-bottom: 1rem;
}

    .MyBreadcrumb span:nth-child(1):before {
        content: "\f015";
        color: #262626;
        font-family: 'Font Awesome 6 Free';
        font-size: .85rem;
        font-weight: 900;
        margin-right: 0.3rem;
    }

    .MyBreadcrumb span {
        color: #262626;
        font-size: 1rem;
        line-height: 1.25rem;
        padding: 0 .125rem;
        position: relative;
    }

        .MyBreadcrumb span.current {
            color: #334800;
            font-weight: bold;
        }

        .MyBreadcrumb span:nth-last-child(1) {
            border-right: none;
        }

        .MyBreadcrumb span a {
            color: #262626;
            text-decoration: underline;
        }

            .MyBreadcrumb span a:hover, .MyBreadcrumb span a:hover i {
                color: #7A8E49;
                font-weight: bold;
            }

            .MyBreadcrumb span a i {
                color: #7A8E49;
            }

/*#endregion */

/*-----------------Footer-----------------*/

#Footer {
    width: 100%;
    height: auto;
    background-color: #E1E8D0;
    box-sizing: border-box;
    position: relative;
}
    #Footer::before {
        content: '';
        display: block;
        width: 100%;
        height: 159px;
        background-image: url(../../images/master/footerBG.svg);
        background-size: 30% auto;
        background-position: bottom;
        position: absolute;
        top: -100px;
        z-index: -1;
        background-repeat:repeat-x;
    }

    #Footer::after {
        content: '';
        display: block;
        width: 230px;
        height: 210px;
        background-image: url(../../images/master/pic_BG.svg);
        background-size: 100% auto;
        background-position: center;
        position: absolute;
        background-repeat: no-repeat;
        bottom: 15px;
        right: 60px;
    }

    #Footer .LeftArea {
        width: 50%;
    }

#Footer .RightArea {
    margin-left: 1rem;
    width: calc(50% - 1rem);
}

#Footer .declare {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin: 2rem 0;
}


    #Footer .declare ul {
        display: flex;
        align-items: center;
        justify-content: left;
    }

    #Footer .declare .RightArea ul {
        justify-content: right;
    }

    #Footer .declare ul li {
        vertical-align: middle;
    }

    #Footer .declare .LeftArea ul li::after {
        content: '|';
        color: #000;
        margin: 0 15px;
    }

    #Footer .declare .LeftArea ul li:last-child::after {
        content: '';
        display: none;
    }

    #Footer .declare ul li span {
        padding: 0 15px;
    }

    #Footer .declare .LeftArea ul li a {
        color: #000;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: bold;
        white-space: nowrap;
    }

        #Footer .declare .LeftArea ul li a:hover, #Footer .declare .LeftArea ul li a:focus {
            text-decoration: underline;
        }

    #Footer .declare .LeftArea address {
        padding-top: 20px;
    }

#Footer span, #Footer p {
    color: #000;
    font-size: 1rem;
}

#Footer .declare .RightArea {
    text-align: left;
}

    #Footer .declare .RightArea span {
        padding-left: 5px;
    }

    #Footer .declare .RightArea ul {
        padding-top: 10px;
    }

        #Footer .declare .RightArea ul li {
            width: fit-content;
            height: 40px;
        }

            #Footer .declare .RightArea ul li a {
                background-repeat: no-repeat;
                background-size: contain;
            }

                #Footer .declare .RightArea ul li a.logo_site {
                    width: 40px;
                    height: 40px;
                    display: inline-block;
                    margin-right: 20px;
                    background-repeat: no-repeat;
                }

                #Footer .declare .RightArea ul li a.logo_fb {
                    background-image: url(../../../wwwroot/images/master/logo_fb.svg);
                }

                #Footer .declare .RightArea ul li a.logo_line {
                    background-image: url(../../../wwwroot/images/master/logo_line.png);
                }

                #Footer .declare .RightArea ul li a.logo_x {
                    background-image: url(../../../wwwroot/images/master/logo_x.png);
                }

                #Footer .declare .RightArea ul li a.logo_accessibility {
                    width: 88px;
                    height: 31px;
                    display: inline-block;
                    background-image: url(../../../wwwroot/images/master/Accessibility_A.png);
                }

    #Footer .Logo img {
        width: 70px;
        height: 70px;
        vertical-align:text-bottom;
        margin-right:0.5rem;
    }
/*    #Footer .WebName {
        height: 80px;
    }*/
    #Footer .WebName p:first-child {
        padding: 0.8rem 0;
        font-size: 1.8rem;
        font-weight: bold;
    }

    #Footer address p{
        line-height:1.5rem;
    }

    .copyRight {
        text-align: center;
        padding: 1rem;
        color: #fff;
        background: #2E4F4E;
    }

@media only screen and (min-width: 768px) and (max-width: 1366px) {


}

@media only screen and (max-width: 76.1875em) {
    #Footer::before {
        top: -190px;
        background-size: 60% auto;
        height: 220px;
    }
        #Footer::after {
        width: 190px;
        bottom: 0px;
        right: 40px;
    }

    #Footer span, #Footer p {
        font-size: 0.8rem;
    }
    #Footer .WebName {
        margin-bottom:1rem;
    }
}

@media only screen and (min-width: 48em) and (max-width:61em) {
    #Footer .WebName {
        margin-bottom: 1rem;
    }
    #Footer::after {
        width: 190px;
        bottom: 0px;
        right: 40px;
    }

    #Footer span, #Footer p {
        font-size: 0.8rem;
    }
}




@media only screen and (max-width:61em) { /*976↓*/
    #Footer .declare {
        display: block;
        margin: 1rem;
    }
    #Footer::after {
        width: 190px;
        bottom: 0px;
        right: 40px;
    }
    #Footer .RightArea {
        margin-left: 0;
        width: 100%;
    }
    #Footer .LeftArea {
        width: 100%;
    }


    #Footer span, #Footer p {
        font-size: 0.8rem;
    }
    #Footer .WebName {
        margin-bottom: 1rem;
    }

}

@media only screen and (max-width: 47.9375em) {
    #Footer::before {
        height: 130px;
        background-size: 100% auto;
        top: -100px;
    }
    #Footer::after{
        display:none;
    }
    #Footer .WebName p:first-child {
        padding: 0.4rem 0;
        font-size: 1.4rem;
    }
    #Footer .WebName p:last-child {
        font-size: 0.6rem;
    }
    #Footer .WebName {
        margin-bottom: 1rem;
    }

    #Footer .Logo img {
        width: 50px;
        height: 50px;
    }

    .declare {
        display: block;
    }

    #Footer .LeftArea, #Footer .RightArea {
        width: 100%;
        margin: 0;
    }

    #Footer .declare ul, #Footer .declare .RightArea ul {
        justify-content: left;
        flex-wrap: wrap;
    }

    #Footer .declare .RightArea {
        text-align: left;
    }
}



/*===============================================================================
                        Dialog Setting
=================================================================================*/
.ui-dialog .ui-dialog-titlebar {
    padding: 0.25rem 1rem;
}

.ui-draggable .ui-dialog-titlebar span {
    color: #A48781;
}

.ui-dialog .ui-dialog-content input {
    margin: 5px auto;
}

.ui-dialog .ui-dialog-titlebar button {
    min-height: auto;
}

.ui-dialog .ui-dialog-content p span {
    color: #DA5E3F;
}


/*===============================================================================
                                無障礙 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: #2E4F4E;
    }

        .accesskey a:hover {
            text-decoration: none;
        }

        .accesskey a:focus {
            outline: 2px dotted #F8D90F;
        }
#Accesskey_1 {
    color: #F9F2D9;
}
/*footer .accesskey {
    top: 1.5rem;
}

    footer .accesskey a {
        color: #fff;
    }*/
@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 */
