﻿
/*選單icon*/
.extend-Left-nav > .in > .ct > .in ul li.extend-01 a::before {
    background-image: url(../AodmNodeModules/bootstrap-icons/icons/House.svg);
}

.extend-Left-nav > .in > .ct > .in ul li.extend-02 a::before {
    background-image: url(../AodmNodeModules/bootstrap-icons/icons/Megaphone.svg);
}

.extend-Left-nav > .in > .ct > .in ul li.extend-03 a::before {
    background-image: url(../AodmNodeModules/bootstrap-icons/icons/people-fill.svg);
}

.extend-Left-nav > .in > .ct > .in ul li.extend-04 a::before {
    background-image: url(../AodmNodeModules/bootstrap-icons/icons/Camera.svg);
}

.extend-Left-nav > .in > .ct > .in ul li.extend-05 a::before {
    background-image: url(../AodmNodeModules/bootstrap-icons/icons/caret-right-square.svg);
}

.extend-Left-nav > .in > .ct > .in ul li.extend-06 a::before {
    background-image: url(../AodmNodeModules/bootstrap-icons/icons/Buildings.svg);
}

.extend-Left-nav > .in > .ct > .in ul li.extend-07 a::before {
    background-image: url(../AodmNodeModules/bootstrap-icons/icons/globe2.svg);
}
/* /選單icon*/



.extend-Left-nav {
    position: fixed;
    z-index: 3;
}


[data-index][data-type] > .in {
    position: relative;
}

.extend-Left-nav > .in > .hd span {
    opacity: 0;
}

[data-index][data-type] .hd span {
    color: inherit;
}

.extend-Left-nav > .in > .hd a {
    position: absolute;
    left: 0;
}

[data-index][data-type] .hd a {
    color: inherit;
}



.extend-Left-nav > a {
    background-color: transparent;
}

.extend-Left-nav > .in > .ct > .in ul {
    padding: 0;
    border: 0;
    border-radius: 0;
    list-style: none;
    background-color: transparent;
    font-size: 1em;
    font-weight: normal;
    transition: initial;
    line-height: 1.5;
}

.extend-Left-nav > .in > .ct > .in ul {
    margin: 0;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}

    .extend-Left-nav > .in > .ct > .in ul::before {
        content: none;
    }

    .extend-Left-nav > .in > .ct > .in ul::after {
        content: none;
    }

    .extend-Left-nav > .in > .ct > .in ul li span {
        display: block;
    }



    .extend-Left-nav > .in > .ct > .in ul li a {
        color: white;
        font-size: 0;
        display: inline-block;
        width: 48px;
        height: 48px;
        background-color: rgba(26, 26, 26, 0.6);
        border-radius: 5px;
        position: relative;
        transition: 150ms;
        line-height: 48px;
        overflow: hidden;
        min-width: 48px;
        min-height: 48px;
    }





        .extend-Left-nav > .in > .ct > .in ul li a::before {
            background-size: 1.7rem 2rem;
            content: "​";
            display: block;
            position: absolute;
            width: 48px;
            /*height: 48px;*/
            top: 0;
            bottom: 0;
            left: 0;
            right: auto;
            background-position: center center; /* 垂直和水平置中 */
            background-repeat: no-repeat;
        }

    .extend-Left-nav > .in > .ct > .in ul li.is-active a {
        background-color: #2678C9;
        font-size: 1.5rem;
        color: white;
        width: auto;
        line-height: 3rem;
        padding-left: 48px;
        padding-right: 16px;
    }

    .extend-Left-nav > .in > .ct > .in ul li a {
        font-size: 0;
        display: inline-block;
        width: 48px;
        height: 48px;
        background-color: #ececec;
        box-shadow: -5px 5px 12px hsla(0, 0%, 0%, 0.15);
        border-radius: 5px;
        position: relative;
        transition: 150ms;
        line-height: 3rem;
        overflow: hidden;
        min-width: 3rem;
        min-height: 3rem;
    }



        .extend-Left-nav > .in > .ct > .in ul li a:hover,
        .extend-Left-nav > .in > .ct > .in ul li a:focus {
            font-size: 1.5rem;
            color: white;
            width: auto;
            line-height: 3rem;
            padding-left: 48px;
            padding-right: 16px;
            background-color: #f0d049;
        }


    /*快捷選單直接顯示文字*/
    .extend-Left-nav > .in > .ct > .in ul li a {
        font-size: 1.5rem;
        color: white;
        width: auto;
        line-height: 3rem;
        padding-left: 48px;
        padding-right: 16px;
        background-color: #2678c9;
    }

        .extend-Left-nav > .in > .ct > .in ul li a:hover,
        .extend-Left-nav > .in > .ct > .in ul li a:focus {
            background-color: #f0d049!important;
        }

