
.s-mn_btn {
    height: 32px;
    width: 32px;
    border-radius: 3px;
    cursor: pointer;
    transition: left 0.4s ease;
    position: absolute;
    top: 18px;
    left: 10px;
}

.s-mn_btn span{
  color: #000;
  display: block;
}


.hem_brg{cursor: pointer;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    background: rgb(0 0 0 / 7%);
    height: 32px;
    width: 32px;
    text-align: center;
    padding: 5px 7px;
    margin: auto;
}
.line_o {
    width: 18px;
    height: 2px;
    background-color: #4d4d4d;
    border-radius: 50px;
    margin: 4px 0px;
}
.line_o:nth-child(2) {
    width: 11px;
    margin: auto;
}

.bg_ovrly {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    background: rgba(0,0,0,.65);
}