
/* ·¹ÀÌ¾î ÆË¾÷ */
.popup-wrap {
    position: absolute; left: 0; top: 14%; 
    overflow: hidden; overflow-y: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
}
.main-popup {
    position: relative; z-index: 990; 
    min-width: 300px; max-width: 100%;
    background-color: #dfdfdf;
    padding: 1px;
    margin: 0 10px 20px; 
    display: none;
}

.main-popup .today-close {
    background-color: #fff;
    border-top: 1px solid #dfdfdf;
    padding: 5px 8px 5px 12px; 
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-popup .today-close > * {flex: none;}
.main-popup .today-close a {color: #676767;}
.main-popup .today-close a::after {
    content: "¡¿";
    position: relative;
    top: 1px;
    font-size: 22px;
}
.main-popup .today-close .not_open label {
    margin-left: 8px;
    color: #676767;
}
.main-popup .today-close .not_open input {
    position: relative;
    top: 2px;
}