.pop-layer-popup.hide {
    display: none;
}

div.popup-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: fixed;
    background: #fff;
    border: 1px solid #999999;
    z-index: 20;
}

div.pop_con {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 1rem;
}

.pop_footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 5px 0;
    background-color: #999999;
}

.pop_footer .fl {
    display: flex;
    align-items: baseline;
    color: #ddd;
    margin-left: 5px;
}

.pop_footer .fl label {
    margin: 0 0 0 3px;
}

.pop_footer .fr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    margin-right: 5px;
}

.pop_footer .fr a {
    color: #fff;
}