.menu_btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: #fff0;
    border: 0px;
    border-radius: 8px;
    z-index: 1
}

.menu_btn img {
    margin-top: 2px;
}

header .menu .m_menu_box {
    display: none;
    position: fixed;
    top: 58px;
    right: 2%;
    width: 50%;
    padding: 10px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    z-index: 10;
}

header .menu .m_menu_box .menu_list {
    font-size: 1em;
    box-shadow: inset 0 1px 0 0 #fffFFF4D, 0 2px 3px 0 #00000080;
    background: linear-gradient(180deg,#2c2e2f 0,#404142 100%);
    padding: 8px;
    border-radius: 5px;
    margin-bottom: 4px;
}

header .menu .m_menu_box .s_menu_d {
    display: block;
    width: 100%;
    font-size: 1em;
}

header .menu .m_menu_box ul {
    display: none;
    margin-top: 15px;
}

header .menu .m_menu_box ul li {
    font-size: 1em !important;
    margin-left: 10px;
}
