/*@charset "utf-8";*/
/*CSS Info ======================================================================
File Name: global.css
Editor: Eliam
Last Editor: Yeats
LastDate: 2022/04/07
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 Setting
================================================== */
body {
    font-family: "Microsoft JhengHei","Apple LiGothic Medium","PMingLiU","sans-serif","serif";
}

    body.Blank /*空白頁適用*/ {
        background: none;
        border-top: none;
    }

#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 */


/* #Typography
================================================== */
/*#region Typography */
h1, h2, h3, h4, h5, h6 {
    padding-bottom: 1rem;
    position: relative;
    font-weight: bold;
}

/*h2, h3 {
    font-weight: lighter;
}*/

h1 {
    color: #101010;
    font-size: 1.75rem; /*28px*/
    text-align: center;
    padding: 32px 0 24px;
}

h2 {
    color: #101010;
    font-size: 2rem; /*32px*/
    margin-top: 30px;
    margin-bottom: 30px;
}

    h2::before {
        content: '';
        display: block;
        width: 60px;
        height: 5px;
        background-color: #799471;
        margin-bottom: 5px;
    }

h3 {
    color: #101010;
    font-size: 1.5rem; /*24px*/
}

h4, h5, h6 {
    color: #101010;
}

h4 {
    font-size: 1.375rem; /*22px*/
}

h5 {
    font-size: 1.25rem; /*20px*/
}

h6 {
    font-size: 1.125rem; /*18px*/
}

p, span {
    color: #101010;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

i {
    padding-right: .25rem;
}

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 {
    }

.right {
    float: right;
    display: block;
}

.left {
    float: left;
    display: block;
}

.hidden {
    display: none;
}

/*===============================================================================
                         視覺化全版
=================================================================================*/
.wrapper {
    width: 1360px;
    margin: 0 auto;
    padding: 0;
    /*--Customized------*/
    /*padding: 20px;
    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;*/
        /*--Customized------*/
        /*padding: 20px 10px;*/
    /*}*/
}

@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-image: url(../../images/master/NERA_logo.png);
    background-position: left 40px top 15px;
    background-repeat: no-repeat;
    background-size: auto 60px;
}

/* Topnav */
.Topnav {
    position: absolute;
    top: -6px;
    right: 10px;
    z-index: 2;
}

    .Topnav li {
        color: #101010;
        text-align: center;
        line-height: 100px;
        display: inline-block;
        transition: all .3s ease-in;
    }

        .Topnav li + li {
            line-height: 120px;
            margin:0 20px;
        }

            .Topnav li + li:hover {
                cursor: pointer;
                transform: translateY(-5px);
            }

        .Topnav li a {
            color: #101010;
            font-size: 1rem;
            padding: 5px 20px;
        }

            .Topnav li a:hover, .Topnav li:hover a {
                color: #ffffff;
                cursor: pointer;
                border-radius: 30px;
                background-color: #799471;
                padding: 5px 20px;
            }

            .Topnav li a:hover {
            }

/*-----------------Menu-----------------*/
/*** Web menu ***/
nav {
    background: #F6F6F6;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}

    nav .wrapper {
        /*padding: 0 20px;*/
        box-sizing: border-box;
    }

.Menu ul {
    padding: 24px 0;
    /*box-shadow: 0 3px 6px rgba(0, 0, 0, .2);*/
}

.Menu li {
    color: #799471;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: left;
    display: inline-block;
    position: relative;
    transition: all .3s ease-in;
    /*z-index: 999;*/
}

    .Menu li a, .Menu li span {
        color: #799471;
        padding: 0 26px;
    }

        .Menu li:hover, .Menu li a:hover, .Menu li span:hover {
            color: #799471;
            font-weight: bold;
            cursor: pointer;
            box-sizing: border-box;
        }

            .Menu li:hover a, .Menu li:hover span {
                color: #fff;
                /*font-weight: normal;*/
                background-color: #799471;
                padding: 16px 26px;
                margin-bottom: 5px;
                box-sizing: border-box;
            }

.Menu ul ul, .Menu ul ul ul {
    width: 12rem;
    position: absolute;
    top: calc(100% + 1rem);
    left: calc(50% - 6rem);
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #ECF1F0;
    box-shadow: 0 2px 8px rgba(75, 75, 75, 0.2);
    padding: .55rem 1rem;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
}

.Menu ul li:nth-last-child(1) ul {
    /*left: -120%;*/
}

.Menu li:hover ul {
    opacity: 1;
    visibility: visible;
}

    .Menu li:hover ul ul {
        width: 12rem;
        opacity: 0;
        visibility: hidden;
    }

.Menu li ul li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.Menu li ul li {
    font-weight: normal;
    text-shadow: none;
    padding: .125rem .5rem;
    margin:0;
    vertical-align: middle;
    box-sizing: border-box;
}

.Menu li ul li + li {
    margin-top:6px;
}

.Menu li li {
    color: #5B62A1;
    display: block;
    border-bottom: 1px solid #D5E1D1;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .Menu li li:nth-last-child(1) {
        border-bottom: none;
    }

    .Menu li li a {
        color: #5B62A1;
        display: block;
        width: 100%;
        padding: .125rem;
        -webkit-font-smoothing: antialiased;
    }

.Menu li:hover li a {
    color: #101010;
    background-color: transparent;
}

    .Menu li li:hover {
        font-weight: normal;
        text-shadow: none;
    }

        .Menu li li:hover > a {
            background-color: #799471;
            font-weight: bold;
            transform: translateX(.3rem);
            color: #ffffff;
            transition: all .3s ease;
            border-radius: 5px;
        }

            /*.Menu li li:hover a::before {*/
                /*content: '\f0da';
                font-family: 'Font Awesome 6 Free';
                padding-right: 10px;*/
                /*transform: translateX(-110px);
            }*/

.Menu ul ul ul, .Menu ul ul li:nth-last-child(1) ul {
    top: .5rem;
    left: calc(100% + 1rem);
    background-color: #fefefe;
}

.Menu li li a, .Menu li li li a {
    color: #3C2E3D;
}

.Menu li ul li ul li ul {
    opacity: 0;
    visibility: hidden;
}

.Menu li ul li ul li:hover ul {
    opacity: 1;
    visibility: visible;
}

/*** mobile menu ***/
.toggleMenu {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.toggleMenuLabel {
    cursor: pointer;
    user-select: none;
}

    .toggleMenuLabel i.fas {
        font-size: 2.125rem;
        color: #FFF;
    }

.toggleMenu:focus ~ label i.fas {
    color: #F8D90F;
}

.menuArea {
    position: fixed;
    left: -999px;
    top: 0px;
    z-index: 100;
}

.closeMenuLabel {
    left: -100%;
    top: 20px;
    width: 2.75rem;
    height: 2.75rem;
    display: inline-block;
    text-align: center;
    background-color: #fff;
}

    .closeMenuLabel i.fas {
        font-size: 2.5rem;
        line-height: 2.75rem;
        color: #FF7373;
    }

.menuArea-Overlay {
    background: rgba(255,255,255, 0.55);
}

.toggleMenu:checked ~ .menuArea {
    left: 0px;
}

    .toggleMenu:checked ~ .menuArea .mainMenu {
        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: 252px;
        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;
    }

.mainMenu {
    left: -100%;
    background: #00537E;
    width: calc(260px - 40px);
    min-height: 150px;
    height: calc(100% - 40px);
    padding: 20px;
    overflow-y: scroll;
}

/*-----------------LinkSearchArea-----------------*/
.LinkSearchArea {
    vertical-align: super;
    display: inline-block;
    margin-left: 70px;
}

    .LinkSearchArea .accesskey {
        position: static;
        display: inline-block;
        vertical-align: middle;
        margin-right: .5rem;
    }

    .LinkSearchArea ul {
        display: inline-block;
        vertical-align: middle;
    }

        .LinkSearchArea ul li {
            float: left;
            margin-right: .5rem;
            font-size: 1rem;
            color: #FFF;
        }

            .LinkSearchArea ul li a {
                color: #FFF;
            }

                .LinkSearchArea ul li a:hover {
                    color: #FFF;
                }

.SearchArea {
    display: inline-block;
}

    .SearchArea .HideLabel {
        display: none;
    }

    .SearchArea input[type="search"] {
        position: relative;
        line-height: 2rem;
        font-size: .875rem;
        border: 1px solid #fff;
        border-right: 0px;
        width: 140px;
        height: 35px;
        background-color: #fff;
        color: #000;
        padding-left: 10px;
    }

        .SearchArea input[type="search"]:focus {
            background-color: #FFF;
            border: 1px solid #F8D90F;
            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: none;
        width: 40px;
        height: 35px;
        vertical-align: bottom;
        background-color: #fff;
        margin-left: -4px;
        padding: 0;
    }

        .SearchArea button:focus {
            border: 1px solid #F8D90F;
        }

        .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: #FF7373;
            font-size: 1.25rem;
        }

@media only screen and (max-width: 76.1875em) {
    .LinkSearchArea {
        float: right;
    }
}

@media only screen and (min-width: 48em) and (max-width:61em) {
    .LinkSearchArea {
        display: none;
    }
}

@media only screen and (max-width:61em) {
    .toggleMenuLabel {
        margin-left: 32px;
    }
}

@media only screen and (max-width: 47.9735em) {
    .toggleMenuLabel {
        margin-left: 8px;
        vertical-align: text-bottom;
    }

        .toggleMenuLabel i.fas {
            font-size: 1.5rem;
        }

    .LinkSearchArea {
        display: none;
    }
}

@media only screen and (max-width: 29.9375em) {
    .toggleMenuLabel {
        margin-right: 8px;
    }
}

/*-----------------Calendar Custom-----------------*/
.calendargroup {
    text-align: center;
    margin: 30px 0 10px;
}

.calendargroup span {
    color: #A1A1A1;
    font-size: 1.25rem;
    line-height:normal;
    vertical-align:baseline;
    padding-right:.25rem;
}

    .calendargroup span:nth-child(1) {
        padding-right: 20px;
    }

    .calendargroup span:nth-last-child(1) {
        padding-left: 10px;
    }

    .calendargroup span.num {
        color: #F5A280;
        font-family: Arial;
        font-size: 4.375rem;
    }

    .calendargroup a {
        color: #AFCBBF;
        font-size: 2rem;
        vertical-align: baseline;
        padding: 10px 5px 0;
    }

        .calendargroup a:hover {
            color: #F7C67A;
        }

        .calendargroup a i {
            padding:0;
        }

/*-----------------Content-----------------*/
#Content {
    min-height: calc(100vh - 318.59px);
    /*min-height: 380px;*/
}

main {
    min-height: 200px;
}

.BreadcrumbArea {
    padding-top: 35px;
    position: relative;
}

    .BreadcrumbArea span {
        color: #101010;
        font-size: 1rem;
        line-height: 1.125rem;
        padding: 0 .125rem;
        position:relative;
    }

        .BreadcrumbArea span:first-child a::before {
            content: "\f015";
            color: #101010;
            font-family: 'Font Awesome 6 Free';
            font-size: .85rem;
            font-weight: 900;
            display: inline-block;
            margin-right: 5px;
        }

        .BreadcrumbArea span:nth-last-child(1) {
            border-right: none;
            color: #799471;
        }

        .BreadcrumbArea span a {
            color: #101010;
        }

            .BreadcrumbArea span a:hover, .BreadcrumbArea span a:hover i {
                color: #799471;
            }

            .BreadcrumbArea span a i {
                color: #101010;
            }

@media only screen and (max-width: 47.9735em) {
}

#Main {
}

/*#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%;
        }

            .SocialMedia li a i {
                color: #fff;
                padding: 12.5px 7px;
            }

        .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: #1DA1F2;
        }

        .SocialMedia li a:focus {
            outline: 2px dotted #F8D90F;
        }

@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 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 {
        color: #FE5900;
        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 {
}

#Footer {
    padding: 20px 0;
    border-bottom: 13px solid #799471;
    background-color: #D5E1D1;
    /*background-image: linear-gradient(to top, #D5E1D1 46px, #fff 36px);*/
}

    #Footer span, #Footer p {
        color: #101010;
        font-size: 1rem;
        padding-bottom: 10px;
    }

        #Footer p:last-child {
            padding-bottom: 0;
        }

.declare {
    /*background-image: url(../../images/master/footerImg.png);
    background-position: right 35px bottom -10px;
    background-repeat: no-repeat;
    background-size: 10%;
    padding-top: 200px;*/
}

/*-----------------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: rgba(255, 69, 0, .7);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #FFF;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s 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 {
        background-color: rgba(255, 69, 0, 1);
        -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;
    }

    .FixMenu .Item a:focus {
        outline: 2px dotted #F8D90F;
    }

@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: #E17473;
    font-size: .875rem;
}

.deepBg .Alert /*淺綠色*/ {
    color: #98fb98;
}

.Near {
    color: #FF9933;
    font-size: .875rem;
}

/*----------------- 文字格式設定-----------------*/
.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: '*';
    color: #E17473;
}

/*-----------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 */

/*===============================================================================
                         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;
}

/*=========================================================================
     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: #fff;
    }

        .accesskey a:hover {
            text-decoration: none;
        }

        .accesskey a:focus {
            outline: 2px dotted #F8D90F;
        }

@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 {
}

    .chartWrap .chartInfo {
        width: 0;
        height: 0;
        overflow: hidden;
    }

/*----------------- 個別更動 -----------------*/
.Menu > ul > li:hover > a {
    padding: 24px 26px;
}

.Menu .thirdNav > a::before, .Menu .forthNav > a::before {
    content: '\2b';
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    color: #799471;
    margin-right: 5px;
    font-size: 1rem;
}

.Menu .thirdNav:hover > a::before, .Menu .forthNav:hover > a::before {
    color: #ffffff;
}
