@charset "utf-8";
/***************************************
	copyright by MakeWeb.com.tw 
***************************************/
.tree_gray_green_v ul.mw-nav,
.tree_gray_green_v ul.mw-nav ul {
    list-style-type: none;
    margin: 0px;
    list-style-image: none;
    padding: 0px;
}

.tree_gray_green_v ul.mw-nav li li {
    width: auto;
    padding: 8px 0;
}

.tree_gray_green_v .mw-nav a {
    /*font-family: verdana;*/
    white-space: nowrap;
    color: black;
    text-decoration: none;
}

.tree_gray_green_v .mw-nav button.more {
    border: unset;
    background: none;
    padding: 0;
    cursor: inherit;
    cursor: pointer;
}

.tree_gray_green_v .mw-nav li.has-submenu-toggle {
    /* cursor: pointer; */
}

/* Migrated from tmp_3.css */
#side1 .tree_gray_green_v {
    overflow: hidden;
}

.tree_gray_green_v h3 {
    /*display:block;*/
    width: 184px;
    height: 48px;
    margin: 0 0 10px 0;
    padding: 0 0 0px 0;
    /*text-align: center;*/
    line-height: 48px;
    /*color: #FFF;*/
    /*background: #02759F;*/
    /*border-radius: 8px;*/
}

.tree_gray_green_v ul {
    margin: 0;
    list-style: none;
}

.tree_gray_green_v .mw-nav > li {
    border-bottom: 1px solid #eee;
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

.tree_gray_green_v .mw-nav > li > ul {
    width: 100%;
    order: 1;
}

.tree_gray_green_v .mw-nav li.action {
    /*padding: 0 0 0 20px;*/
    /* background: none; */
}

.tree_gray_green_v .mw-nav li.action > a {
    /* background: url(../../../../../cufiles/images/web/layout/list_arraw_gray.png) 0px 15px no-repeat; */
}

.tree_gray_green_v .mw-nav li .arrow-pad {
    padding: 0 0 0 30px;
}

.mw-nav > li > ul.arrow-pad > li > a {
    color: #777777;
}

.mw-nav > li > ul.arrow-pad > li.action > a {
    color: #8ec22d;
}

.mw-nav > li.action > a {
    color: #fff;
}

.more {
    display: inline-block;
    vertical-align: middle;
    background: none;
    border: none;
    cursor: pointer;
}

.more svg {
    vertical-align: middle;
    transition: transform 0.5s;
}

/* 當子選單展開時，箭頭旋轉90度 */
.mw-nav > li:has(ul[style*='display: block']) .more svg,
.mw-nav > li:has(ul[style*='display:block']) .more svg {
    transform: rotate(90deg);
}
