.popup {
    display: block;
}

.kpop_popup_wrap {
    display: flex;
    flex-wrap: wrap;
    z-index: 9999999;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.kpop_popup {
    width: 100%;
}

.popup_head {
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    background-color: #fff;
}

.popup_contents img {
    width: 100%;
}

.popup_count {
    text-align: center;
    font-size: 23px;
}

.popup_btn {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    border-top: 1px solid #dadada;
}

.popup_btn button {
    height: 53px;
    line-height: 53px;
    outline: none;
    border: 0;
    color: #333;
    background-color: #fff;
    font-size: 16px;
}

.popup_btn .hours {
    display: inline-block;
    width: 68%;
}

.popup_btn .close {
    display: inline-block;
    width: 32%;
    border-left: 1px solid #dadada;
}

.hide_text {
    padding-left: 4px;
    color: #636363;
}

.popup_close {
    margin-left: 16px;
    cursor: pointer;
}

.popup_background {
    z-index: 9999998;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.popup_line {
    width: 100%;
    height: 8px;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: #fbfbfb;
}