﻿/* 垂直主導覽列不顯示 */
.noVerticalMenu .lowerLeverVerticalMenu {
    display: none;
}

/* ====================================== 垂直主導覽列 ========================================================= */
.verticalMenuExist
{
    --vertical-menu-padding : 1rem;
    --variable-content-padding : 1rem;
}

    .verticalMenuExist .fullWidthContainer {
        width: 100%;
    }

    /* Container for left(Vertical Menu) and right(Main Content) side */
    .verticalMenuExist .fspsFixedWidthRow {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
    }

/* Vertical Menu */
    .verticalMenuExist .fspsVerticalMenuPH {
        flex-basis: 20%;
        min-width: 200px;
        max-width: 300px;
        flex-grow: 1;
        flex-shrink: 0;
        position: relative;
        padding: 0;
        border: solid var(--vertical-menu-padding) transparent;
    }

/* Main Content */
    .verticalMenuExist .variableContent
    , .verticalMenuExist .realContent {
        flex-basis: auto;
        width: 80%;
        flex-grow: 6;
        flex-shrink: 1;
    }

    .verticalMenuExist #fspsFirstRow .variableContent {
        padding: var(--variable-content-padding) var(--variable-content-padding) 0 var(--variable-content-padding);
    }

    .verticalMenuExist .fspsContentRow .realContent {
        padding: 0 var(--variable-content-padding);
    }

    .verticalMenuExist .lowerLeverVerticalMenu {
        position: absolute;
        top: 0;
        z-index : 1;
        width : 100%;
    }

    .verticalMenuExist .fspsContentRow {
        
    }

.verticalMenuExist .fspsVerticalMenuPH {
    display: none;
}

/* === 垂直主導覽列, width 大於 768 時 ======================================== ========================================== */
@media (min-width: 768px) {

    /* 顯示垂直主導覽列 */
    .verticalMenuExist .fspsVerticalMenuPH {
        display: block;
    }

        /* reset our lists to remove bullet points and padding */
        .verticalMenuExist .lowerLeverVerticalMenu .mainmenu, .verticalMenuExist .lowerLeverVerticalMenu .submenu {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            /* make ALL links (main and submenu) have padding and background color */
            .verticalMenuExist .lowerLeverVerticalMenu .mainmenu a {
                display: block;
                text-decoration: none;
                color: rgb(31,135,0);
            }

        /* 預設所有下層 submenu 都是隱藏的 */
        .verticalMenuExist .lowerLeverVerticalMenu .submenu {
            overflow: hidden;
            max-height: 0;
            transition: all 7s ease-out;
        }

        /*當滑鼠指向menu，submenu分顯示*/
        .verticalMenuExist .lowerLeverVerticalMenu .mainmenu li:hover > .submenu {
            display: block;
            max-height: 1200px; /*限制submenu的最大高度*/
        }

            .verticalMenuExist .lowerLeverVerticalMenu .mainmenu li:hover > .submenu > li:hover > .submenu {
                display: block;
                max-height: 1200px; /*限制submenu的最大高度*/
            }

                .verticalMenuExist .lowerLeverVerticalMenu .mainmenu li:hover > .submenu > li:hover > .submenu a {
                    background-color: #fff;
                    color: rgb(31,135,0);
                }

                    .verticalMenuExist .lowerLeverVerticalMenu .mainmenu li:hover > .submenu > li:hover > .submenu a:hover {
                        color: #fff;
                        background-color: rgb(79,199,49);
                        background-image: linear-gradient(to bottom, rgb(79,199,49), rgb(31,135,0));
                    }


    .verticalMenuExist .lowerLeverVerticalMenu {
        display: block;
    }

        .verticalMenuExist .lowerLeverVerticalMenu a, .verticalMenuExist .lowerLeverVerticalMenu a:hover, .verticalMenuExist .lowerLeverVerticalMenu a:focus, .verticalMenuExist .lowerLeverVerticalMenu a:active, .lowerLeverVerticalMenu a.highlighted {
            padding: 13px 24px;
            font-size: 18px;
            font-weight: bold;
            line-height: 23px;
            text-decoration: none;
        }

        /* 整個垂直主導覽列外圍，有外框及陰影 */
        .verticalMenuExist .lowerLeverVerticalMenu .mainmenu {
            border: 1px solid #a8a8a8; /* 外框 */
            padding: 0;
            background: #fff; /* 背景顏色 */
            border-radius: 0 0 4px 4px !important; /* 圓角 */
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); /* 陰影 */
            
            max-height : 80vh;
            overflow-y : auto;
        }

            .verticalMenuExist .lowerLeverVerticalMenu .mainmenu a:hover, .verticalMenuExist .lowerLeverVerticalMenu a.current {
                border: 0 !important;
                border-radius: 0 !important;
                color: #fff;
                background-color: rgb(73,184,46);
                background-image: linear-gradient(to bottom, rgb(72,180,45), rgb(65,162,41));
            }

                .verticalMenuExist .lowerLeverVerticalMenu a.current:hover {
                    background-color: rgb(79,199,49);
                    background-image: linear-gradient(to bottom, rgb(79,199,49), rgb(73,184,46));
                }

                /* 現正顯示的節點 */
                .verticalMenuExist .lowerLeverVerticalMenu a.current::after {
                    content: "✱";
                    margin-left: 1rem;
                }

                /* 現正顯示的節點，滑鼠Hover */
                .verticalMenuExist .lowerLeverVerticalMenu a.current:hover::after {
                    content: "✱";
                    color: #FFFFFF;
                    margin-left: 1rem;
                }

        .verticalMenuExist .lowerLeverVerticalMenu .submenu a {
            background-color: rgb(73,184,46);
            color: #FFFFFF;
        }

            /* hover behaviour for links inside .submenu */
            .verticalMenuExist .lowerLeverVerticalMenu .submenu a:hover {
                background-color: rgb(72,180,45);
            }
}

/* ======================================================================================================================== */

/* 整個水平主導覽列外圍 */
.mp主導覽列8 {
    background-color: rgb(76,192,48); /*顏色(1)*/
    background-image: linear-gradient(to bottom, rgb(31,135,0), rgb(31,135,0)); /*顏色(1), 顏色(2)*/
    border-radius: 8px; /*圓角度*/
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); /* 陰影 */
}

    .mp主導覽列8:after {
        clear: both;
        content: "\00a0"; /*Unicode Character 'NO-BREAK SPACE'*/
        display: block;
        height: 0;
        font: 0px/0 serif;
        overflow: hidden;
    }

    /* 學校名稱 */
    .mp主導覽列8 .schoolName {
        float: left;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(100% - 70px);
        padding: 10px;
        color: #fff;
    }

        .mp主導覽列8 .schoolName a {
            color: #fff; /*校名顏色*/
            font-size: 16px;
            font-weight: normal;
            line-height: 29px;
            text-decoration: none;
            vertical-align: middle;
        }

    .mp主導覽列8 .schoolLogo {
        height: 22px;
        width: auto;
        vertical-align: middle;
        margin-right: 5px;
    }

/* ul 主導覽列節點容器 */
#main-menu {
    clear: both;
    box-shadow: none;
}

/* 桌面版時不顯示學校名 */
@media (min-width: 768px) {
    #main-menu {
        clear: none;
    }
    .mp主導覽列8 .schoolName {
        display: none;
    }
}

/* 手機版節點容器與校名之分隔 */
#main-menu:before {
    content: '';
    display: block;
    height: 1px;
    font: 1px/1px sans-serif;
    overflow: hidden;
    background-color: rgb(31,135,0);
}

/* 桌面版時不顯示節點容器與校名之分隔 */
@media (min-width: 768px) {
    .mp主導覽列8 #main-menu:before {
        display: none;
    }
}

/* 手機版, 整個主導覽列開合按鈕 */
.mp主導覽列8 .main-menu-btn {
    float: right;
    margin: 10px;
    position: relative;
    display: inline-block;
    width: 29px;
    height: 29px;
    text-indent: 29px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* hamburger icon，張開用 */
.mp主導覽列8 .main-menu-btn-icon,
.mp主導覽列8 .main-menu-btn-icon:before,
.mp主導覽列8 .main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 24px;
    background: #fff;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

    .mp主導覽列8 .main-menu-btn-icon:before {
        content: '';
        top: -7px;
        left: 0;
    }

    .mp主導覽列8 .main-menu-btn-icon:after {
        content: '';
        top: 7px;
        left: 0;
    }

/* x icon，關閉用 */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}

    #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
        top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

    /* hide the menu in mobile view */
    #main-menu-state:not(:checked) ~ #main-menu {
        display: none;
    }

    #main-menu-state:checked ~ #main-menu {
        display: block;
    }

@media (min-width: 768px) {
    /* hide the button in desktop view */
    .mp主導覽列8 .main-menu-btn {
        position: absolute;
        top: -99999px;
    }
    /* always show the menu in desktop view */
    #main-menu-state:not(:checked) ~ #main-menu {
        display: block;
    }
}

/* =====================================================================================*/
.mp主導覽列8 .sm-blue {
    background: transparent;
}

    /* 所有節點通用樣式 */
    .mp主導覽列8 .sm-blue a, .mp主導覽列8 .sm-blue a:hover, .mp主導覽列8 .sm-blue a:focus, .mp主導覽列8 .sm-blue a:active {
        padding: 10px 20px;
        /* make room for the toggle button (sub indicator) */
        padding-right: 58px;
        background-color: rgb(76,192,48);
        background-image: linear-gradient(to bottom, rgb(31,135,0), rgb(31,135,0)); /*顏色(3), 顏色(4)*/
        color: #fff; /* 文字顏色(2) */
        font-size: 18px;
        font-weight: bold;
        line-height: 23px;
        text-decoration: none;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    }

        .mp主導覽列8 .sm-blue a.current { /* 現選節點預設樣式 */
            background-color: rgb(34,146,0);
            background-image: linear-gradient(to bottom, rgb(31,135,0), rgb(36,156,0)); /*顏色(5), 顏色(6)*/
            color: #fff; /* 文字顏色(3) */
        }

        .mp主導覽列8 .sm-blue a.disabled { /* 已停用節點預設樣式 */
            color: rgb(175,232,161); /* 文字顏色(4) */
        }

        .mp主導覽列8 .sm-blue a .sub-arrow { /* 有下層節點的節點的符號（+,-）樣式 */
            position: absolute;
            top: 50%;
            margin-top: -17px;
            left: auto;
            right: 4px;
            width: 34px;
            height: 34px;
            overflow: hidden;
            font: bold 16px/34px monospace !important;
            text-align: center;
            text-shadow: none;
            background: rgba(0, 0, 0, 0.1);
            border-radius: 4px;
        }

            .mp主導覽列8 .sm-blue a .sub-arrow::before { /* 未被展開時 */
                content: '+';
            }

        .mp主導覽列8 .sm-blue a.highlighted .sub-arrow::before { /* 已被展開後 */
            content: '-';
        }

    .mp主導覽列8 .sm-blue > li:first-child > a, .mp主導覽列8 .sm-blue > li:first-child > :not(ul) a {
        border-radius: 8px 8px 0 0; /* 左上、右上角圓角 */
    }

    .mp主導覽列8 .sm-blue > li:last-child > a, .mp主導覽列8 .sm-blue > li:last-child > *:not(ul) a, .mp主導覽列8 .sm-blue > li:last-child > ul, .mp主導覽列8 .sm-blue > li:last-child > ul > li:last-child > a, .mp主導覽列8 .sm-blue > li:last-child > ul > li:last-child > *:not(ul) a, .mp主導覽列8 .sm-blue > li:last-child > ul > li:last-child > ul, .mp主導覽列8 .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a, .mp主導覽列8 .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .mp主導覽列8 .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul, .mp主導覽列8 .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .mp主導覽列8 .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .mp主導覽列8 .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .mp主導覽列8 .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .mp主導覽列8 .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .mp主導覽列8 .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
        border-radius: 0 0 8px 8px; /* 左下、右下角圓角 */
    }

        .mp主導覽列8 .sm-blue > li:last-child > a.highlighted, .mp主導覽列8 .sm-blue > li:last-child > *:not(ul) a.highlighted, .mp主導覽列8 .sm-blue > li:last-child > ul > li:last-child > a.highlighted, .mp主導覽列8 .sm-blue > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .mp主導覽列8 .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .mp主導覽列8 .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .mp主導覽列8 .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .mp主導覽列8 .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .mp主導覽列8 .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .mp主導覽列8 .sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
            border-radius: 0;
        }
    /* 第2層 */
    .mp主導覽列8 .sm-blue ul {
        background: #fff; /* 第2層，顏色(7) */
    }
        /* 第3層 */
        .mp主導覽列8 .sm-blue ul ul {
            background: rgba(102, 102, 102, 0.1); /* 第3層，顏色(8) */
        }
        /* 第2層的節點 */
        .mp主導覽列8 .sm-blue ul a, .mp主導覽列8 .sm-blue ul a:hover, .mp主導覽列8 .sm-blue ul a:focus, .mp主導覽列8 .sm-blue ul a:active {
            background: transparent;
            color: rgb(76,192,48); /* 第2層文字顏色，文字顏色(5) */
            font-size: 16px;
            text-shadow: none;
            border-left: 8px solid transparent;
        }
            /* 第2層現選節點 */
            .mp主導覽列8 .sm-blue ul a.current {
                background-color: rgb(34,146,0);
                background-image: linear-gradient(to bottom, rgb(31,135,0), rgb(36,156,0)); /*顏色(5), 顏色(6)*/
                color: #fff; /* 文字顏色(3) */
            }

            .mp主導覽列8 .sm-blue ul a.disabled {
                color: #b3b3b3;
            }
        /* 第3層節點 */
        .mp主導覽列8 .sm-blue ul ul a,
        .mp主導覽列8 .sm-blue ul ul a:hover,
        .mp主導覽列8 .sm-blue ul ul a:focus,
        .mp主導覽列8 .sm-blue ul ul a:active {
            border-left: 16px solid transparent;
        }
        /* 第4層節點 */
        .mp主導覽列8 .sm-blue ul ul ul a,
        .mp主導覽列8 .sm-blue ul ul ul a:hover,
        .mp主導覽列8 .sm-blue ul ul ul a:focus,
        .mp主導覽列8 .sm-blue ul ul ul a:active {
            border-left: 24px solid transparent;
        }
        /* 第5層節點 */
        .mp主導覽列8 .sm-blue ul ul ul ul a, .mp主導覽列8 .sm-blue ul ul ul ul a:hover,
        .mp主導覽列8 .sm-blue ul ul ul ul a:focus,
        .mp主導覽列8 .sm-blue ul ul ul ul a:active {
            border-left: 32px solid transparent;
        }
        /* 第6層節點 */
        .mp主導覽列8 .sm-blue ul ul ul ul ul a,
        .mp主導覽列8 .sm-blue ul ul ul ul ul a:hover,
        .mp主導覽列8 .sm-blue ul ul ul ul ul a:focus,
        .mp主導覽列8 .sm-blue ul ul ul ul ul a:active {
            border-left: 40px solid transparent;
        }
        /* 第2層，節點之間 */
        .mp主導覽列8 .sm-blue ul li {
            border-top: 1px solid rgba(0, 0, 0, 0.05);
        }
            /* 第2層，第一個節點上方 */
            .mp主導覽列8 .sm-blue ul li:first-child {
                border-top: 0;
            }

    .mp主導覽列8 .sm-blue li.notShowInMobileMode {
        display: none;
    }

@media (min-width: 768px) {
    /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
    /* start... (it's not recommended editing these rules) */
    .mp主導覽列8 .sm-blue ul {
        position: absolute;
        width: 12em;
    }

    .mp主導覽列8 .sm-blue li {
        float: left;
    }

        .mp主導覽列8 .sm-blue li.notShowInMobileMode {
            display: inherit;
        }

    .mp主導覽列8 .sm-blue ul li {
        float: none;
    }

    .mp主導覽列8 .sm-blue a {
        white-space: nowrap;
    }

    .mp主導覽列8 .sm-blue ul a {
        white-space: normal;
    }

    .mp主導覽列8 .sm-blue .sm-nowrap > li > a, .mp主導覽列8 .sm-blue .sm-nowrap > li > :not(ul) a {
        white-space: nowrap;
    }
    /* ...end */

    /* static Block 靜態方塊 */
    .mp主導覽列8 .sm-blue {
        background-color: rgb(76,192,48);
        background-image: linear-gradient(to bottom, rgb(31,135,0), rgb(31,135,0)); /*顏色(1), 顏色(2)*/
        border-radius: 8px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    }
        /* 節點預設樣式 */
        .mp主導覽列8 .sm-blue a, .mp主導覽列8 .sm-blue a:hover, .mp主導覽列8 .sm-blue a:focus, .mp主導覽列8 .sm-blue a:active, .mp主導覽列8 .sm-blue a.highlighted {
            padding: 13px 24px;
            background-color: rgb(76,192,48);
            background-image: linear-gradient(to bottom, rgb(31,135,0), rgb(31,135,0)); /*顏色(1), 顏色(2)*/
            color: #fff;
        }
            /* 節點 Hover 樣式 */
            .mp主導覽列8 .sm-blue a:hover, .mp主導覽列8 .sm-blue a:focus, .mp主導覽列8 .sm-blue a:active, .mp主導覽列8 .sm-blue a.highlighted {
                background-color: rgb(31,135,0);
                background-image: linear-gradient(to bottom, rgb(72,180,45), rgb(65,162,41)); /*顏色(9), 顏色(10)*/
            }
            /* 現選節點 */
            .mp主導覽列8 .sm-blue a.current {
                background-color: rgb(34,146,0);
                background-image: linear-gradient(to bottom, rgb(31,135,0), rgb(36,156,0)); /*顏色(5), 顏色(6)*/
                color: #fff;
            }
            /* 停用節點 */
            .mp主導覽列8 .sm-blue a.disabled {
                background-color: rgb(76,192,48);
                background-image: linear-gradient(to bottom, rgb(31,135,0), rgb(31,135,0)); /*顏色(1), 顏色(2)*/
                color: rgb(175,232,161);
            }
            /* 第一層，向下箭頭 */
            .mp主導覽列8 .sm-blue a .sub-arrow {
                top: auto;
                margin-top: 0;
                bottom: 2px;
                left: 50%;
                margin-left: -5px;
                right: auto;
                width: 0;
                height: 0;
                border-width: 5px;
                border-style: solid dashed dashed dashed;
                border-color: rgb(175,232,161) transparent transparent transparent; /* 顏色(11) */
                background: transparent;
                border-radius: 0;
            }

                .mp主導覽列8 .sm-blue a .sub-arrow::before {
                    display: none;
                }

        /* 第1層，左邊圓角 */
        .mp主導覽列8 .sm-blue > li:first-child > a, .mp主導覽列8 .sm-blue > li:first-child > :not(ul) a {
            border-radius: 8px 0 0 8px;
        }
        /* 第1層，右邊圓角 */
        .mp主導覽列8 .sm-blue > li:last-child > a, .mp主導覽列8 .sm-blue > li:last-child > :not(ul) a {
            border-radius: 0 8px 8px 0 !important;
        }
        /* 第1層，節點左邊Border */
        .mp主導覽列8 .sm-blue > li {
            border-left: 1px solid rgb(65,162,41); /*顏色(5)*/
        }
            /* 第1層，第一個節點左邊Border */
            .mp主導覽列8 .sm-blue > li:first-child {
                border-left: 0;
            }
        /* 第2層方塊 */
        .mp主導覽列8 .sm-blue ul {
            border: 1px solid #a8a8a8;
            padding: 7px 0;
            background: #fff;
            /*彈出menu 漸變色*/
            /*background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.3) 80%);*/
            border-radius: 0 0 4px 4px !important;
            box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
        }
            /* 第3層方塊 */
            .mp主導覽列8 .sm-blue ul ul {
                border-radius: 4px !important;
                background: #fff; /* 顏色(7) */
            }
            /* 第 2 層節點 */
            .mp主導覽列8 .sm-blue ul a, .mp主導覽列8 .sm-blue ul a:hover, .mp主導覽列8 .sm-blue ul a:focus, .mp主導覽列8 .sm-blue ul a:active, .mp主導覽列8 .sm-blue ul a.highlighted {
                border: 0 !important;
                padding: 9px 23px;
                background: transparent;
                color: rgb(31,135,0); /*顏色(5)*/
                border-radius: 0 !important;
            }
                /* 第 2 層節點 Hover */
                .mp主導覽列8 .sm-blue ul a:hover, .mp主導覽列8 .sm-blue ul a:focus, .mp主導覽列8 .sm-blue ul a:active, .mp主導覽列8 .sm-blue ul a.highlighted {
                    background-color: rgb(76,192,48);
                    background-image: linear-gradient(to bottom, rgb(31,135,0), rgb(31,135,0)); /*顏色(1), 顏色(2)*/
                    color: #fff;
                }
                /* 第 2 層節點現選 */
                .mp主導覽列8 .sm-blue ul a.current {
                    background-color: rgb(34,146,0);
                    background-image: linear-gradient(to bottom, rgb(31,135,0), rgb(36,156,0)); /*顏色(5), 顏色(6)*/
                    color: #fff;
                }
                /* 第 2 層節點停用 */
                .mp主導覽列8 .sm-blue ul a.disabled {
                    background: #fff;
                    color: #b3b3b3;
                }
                /* 第 2 層節點，下層箭頭 */
                .mp主導覽列8 .sm-blue ul a .sub-arrow {
                    top: 50%;
                    margin-top: -5px;
                    bottom: auto;
                    left: auto;
                    margin-left: 0;
                    right: 10px;
                    border-style: dashed dashed dashed solid;
                    border-color: transparent transparent transparent rgb(175,232,161); /* 箭頭顏色 */
                }
            /* 第 2 層節點之間無邊框 */
            .mp主導覽列8 .sm-blue ul li {
                border: 0;
            }
        /* 彈出來的方塊（即第2層、3、4....）上下的箭頭 */
        .mp主導覽列8 .sm-blue .scroll-up,
        .mp主導覽列8 .sm-blue .scroll-down {
            position: absolute;
            display: none;
            visibility: hidden;
            overflow: hidden;
            background: #fff;
            height: 20px;
        }
        /* 彈出來的方塊上下的箭頭 */
        .mp主導覽列8 .sm-blue .scroll-up-arrow,
        .mp主導覽列8 .sm-blue .scroll-down-arrow {
            position: absolute;
            top: -2px;
            left: 50%;
            margin-left: -8px;
            width: 0;
            height: 0;
            overflow: hidden;
            border-width: 8px;
            border-style: dashed dashed solid dashed;
            border-color: transparent transparent rgb(31,135,0) transparent;
        }

        .mp主導覽列8 .sm-blue .scroll-down-arrow {
            top: 6px;
            border-style: solid dashed dashed dashed;
            border-color: rgb(31,135,0) transparent transparent transparent;
        }
}

/* 彈出 menu 的動畫 */
@media (min-width:768px) {
    /* prevent text rendering degrade during animation in Mac browsers */
    #main-menu {
        -webkit-font-smoothing: subpixel-antialiased;
    }
        /* show animation */
        #main-menu ul.show-animation {
            -webkit-animation: show-animation 0.7s;
            animation: show-animation 0.7s;
        }

    @-webkit-keyframes show-animation {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes show-animation {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }
    /* hide animation */
    #main-menu ul.hide-animation {
        -webkit-animation: hide-animation 0.7s;
        animation: hide-animation 0.7s;
    }

    @-webkit-keyframes hide-animation {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @keyframes hide-animation {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }
}





/*Color Variable Start*/
.mainMenuColors
{
--color01 : rgb(76,192,48); /*C*/
--color02 : rgb(79,199,49); /*C*/
--color03 : rgb(73,184,46); /*C*/
--color04 : rgb(175,232,161); /*C*/
--color05 : rgb(72,180,45); /*C*/
--color06 : rgb(65,162,41); /*C*/
--color07 : rgb(34,146,0); /*C*/
--color08 : rgb(31,135,0); /*C*/
--color09 : rgb(36,156,0); /*C*/
--color10 : rgb(100,229,68); /*C*/
--color11 : rgb(130,216,108); /*C*/
--color12 : rgb(89,204,61); /*C*/
--color13 : rgb(185,232,174); /*C*/
--color14 : rgb(85,242,46); /*C*/
--color15 : rgb(93,249,54); /*C*/
}
/*Color Variable End*/






