/*레이어팝업*/
.main_notice_pop {
    position: absolute;
    /* left: 0;
    top: 0; */
    z-index: 100;
    /* width: 900px; */
    height: 186px;
    background-color: #323955;
    border: none;
    color: #fff;
    font-size: 12px;
    overflow: hidden;
}

.main_notice_pop .main_notice_pop .info-body {
    position: relative;
}

.main_notice_pop .info-body img {
    display: block;
}

.main_notice_pop .modal_footer {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #000;
    width: 100%;
    padding: 0 20px;
}

.main_notice_pop .modal_footer .close-text::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 7px;
    background-color: #aaaaaa;
    position: absolute;
    right: 50px;
    top: 13px;
}

.main_notice_pop .modal_footer .close-text {
    display: inline-block;
    padding-left: 15px;
    cursor: pointer;
}

.main_notice_pop .modal_close {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 10px;
    text-align: right;
}

.main_notice_pop .modal_close label,
.main_notice_pop .modal_close a {
    color: #fff;
}

.event-banner img {
    display: block;
}

.event-banner .modal_footer {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #000;
    width: 100%;
    padding: 0 10px;
    color: var(--color-white);
    font-size: 12px;
}

.event-banner .modal_footer .close-text::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 7px;
    background-color: #aaaaaa;
    position: absolute;
    right: 50px;
    top: 13px;
}

.event-banner .modal_footer .close-text {
    display: inline-block;
    padding-left: 15px;
    cursor: pointer;
}

/*이벤트 레이어팝업*/
.popup-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 75%);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-overlay .event-pop-wrap {
    display: flex;
    justify-content: flex-start;
    column-gap: 10px;
}

#event-popup.main_modal_pop {
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100; */
    min-width: 300px;
    height: auto;
    /* color: #fff; */
    font-size: 12px;
    overflow: hidden;
}

.popup-overlay .event-pop-wrap .modal_footer {
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -4px;
    padding: 5px 15px;
    color: #fff;
}
.popup-overlay .event-pop-wrap .popup-close {
    cursor: pointer;
}

.popup-overlay .event-pop-wrap .popup-close i {
    font-size: 12px;
    margin-left: 3px;
}