.pop-hidden {
    display: none;
}

#pop-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 800;
    background-color: rgba(0, 0, 0, 0.853);
}

#pop-contain {
    position: absolute;
    z-index: 900;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 980px;
    width: 80%;
    height: 80%;
    max-height: 629px;
}

#pop-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 910;
    cursor: pointer;
    font-weight: 900;
    font-size: 2.5rem;
    line-height: 1rem;
    color: #fff;
}

#pop-body {
    position: relative;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 490px;
    background-color: #8d1414d8;
    color: #fff;
    height: 100%;
}

#pop-content {
    width: 80%;
}

#pop-title {
    font-weight: 700;
    font-size: 42px;
    line-height: 120%;
    margin-bottom: 10px;
}

#pop-date {
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#pop-txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 30px;
}

#pop-btn-contain {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}

.pop-btn {
    background-color: #fff;
    color: #000;
    padding: 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
}