.pop-box {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.68);
    z-index: 1111;
    top: 0;
    left: 0;
    display: none;
}

.pop-box-body {
    max-width: 500px;
    height: auto;
    padding: 30px;
    background-color: white;
    border-radius: 5px;
    font-size: 14px;
    position: relative;
    margin: 10px;
}

.close-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.close-btn img {
    width: 30px;
}

.pop-box-flex {
    width: 100%;
    height: 100%;
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: start;
}

.menu_item .btn {
    width: 300px;
    margin-top: 10px;
}


.menu_item {
    padding: 15px 0;
    border-bottom: solid 1px #c0c0c0;
}