@charset "utf-8";


/*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
           手機menu談窗
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
.island_menu_pop_1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 400;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    display: none;
    justify-content: center;
    align-items: center;
}


/*--關閉_btn--*/
.island_menu_inner_pop_1 {
    position: relative;
    width: 640px;
    height: auto;
    padding-bottom: 15%;
    margin: auto;
    display: none;
    background-color: rgba(172, 223, 54, 0);/*顏色標記*/
}

.island_menu_btn_close {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0%;
    top: 9px;
    z-index: 10;
    cursor: pointer;
    opacity: 1;
    transition: 0.8s;
    overflow: visible;

    background-image: url(../image/pop/close_btn.png);
    background-repeat: no-repeat;
    background-size: 100%;

    background-color: rgba(0, 255, 255, 0);
    /*顏色標記*/
}



/*--menu_選單--*/
.island_menu_inner_pop_1 .menu_list {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px 16px 0px 16px;
    top: 0%;
    left: 0%;
    z-index: 3;

    background: #f0f0ef;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    border-radius: 4px;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.island_menu_inner_pop_1 .menu_list .navi_category {
    display: none;
}

.island_menu_inner_pop_1 .menu_list .navi_category.active {
    display: block;
}


.island_menu_inner_pop_1 .menu_list li {
    padding: 0 0 0 0;
    margin: 16px 0 16px 0;
    text-align: left;
}

.island_menu_inner_pop_1 .menu_list li a {
    color: #2556b8;
    font-size: 16px;
    font-weight: bold;
}