/* WebPush Modal */
.webpush-modal,
.webpush-alert-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0,0,0,0.45);
}

.webpush-modal .wp-modal-card,
.webpush-alert-modal .wp-modal-card {
    width: min(420px, 92vw);
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.25);
    overflow: hidden;
}

.webpush-modal .wp-modal-body,
.webpush-alert-modal .wp-modal-body {
    padding: 28px 26px 18px;
    text-align: center;
}

.webpush-modal .wp-modal-title,
.webpush-alert-modal .wp-modal-title {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.2px;
    margin-bottom: 14px;
    color: #111;
}

.webpush-modal .wp-modal-desc,
.webpush-alert-modal .wp-modal-desc {
    font-size: 15px;
    line-height: 1.65;
    letter-spacing: -0.2px;
    color: #111;
    text-align: left;
}

.webpush-modal .wp-modal-desc .muted,
.webpush-alert-modal .wp-modal-desc .muted {
    color: #444;
}

.webpush-modal .wp-modal-footer,
.webpush-alert-modal .wp-modal-footer {
    padding: 0 26px 24px;
    display: flex;
    justify-content: center;
}

.webpush-modal .wp-modal-btn,
.webpush-alert-modal .wp-modal-btn {
    width: 100%;
    max-width: 220px;
    height: 52px;
    border: 0;
    border-radius: 14px;
    background: #0b0b0b;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
}

.webpush-alert-modal.is-text-only .wp-modal-desc {
    text-align: center;
}

body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

#livePushModal,
#marketingSettingModal{
    display: none;
}

#livePushModal.active,
#marketingSettingModal.active{
    display: flex;
}

#livePushModal .wp-text-left {
    text-align: left;
    color: #444;
    font-size: 15px;
    line-height: 1.65;
    letter-spacing: -0.2px;
    margin-top: 19px;
}

#livePushModal .wp-modal-section legend {
    visibility: unset !important;
    position: unset !important;
    width: unset !important;
    height: unset !important;
    line-height: unset !important;
    font-weight: bold;
}

#livePushModal .wp-modal-section legend .muted{
    font-weight: normal !important;
}

.mb-19 {
    margin-bottom: 19px;
}

.wp-radio-row {
    cursor: pointer;
}

#webPushMyPopup #openWebPushSettingBtn,
#webPushMyPopup #openMarketingSettingBtn button span {
    font-size: 16px;
}

#webPushMyPopup #openMarketingSettingBtn button span {
    font-weight: bold;
}

.web-push-wrapper.web-push-wrapper,
.wpn-subscribed #landingWebPushStickyContent,
.web-push-off-btn,
.webpush-logged-active {
    display: none;
}

.wpn-unsubscribed .web-push-wrapper.active,
.wpn-wpn-unsubscribed #landingWebPushStickyContent {
    display: block;
}

.webpush-modal .wp-modal-desc.scroll-desc {
    min-height: 200px;
    overflow-y: auto;
}

.wpn-subscribed .web-push-off-btn.active {
    display: none;
}

.wpn-subscribed .popup-container-live.active{
    display: none;
}

body.wpn-subscribed.popup-open {
    overflow: unset !important;
}

.wp-modal-body {
    position: relative;
}

.wp-modal-body .close-popup-btn {
    position: absolute;
    top: 17px;
    right: 24px;
    background: none;
    border: none;
    font-size: 28px;
    color: #888;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", sans-serif !important;
}

#pre-permission-dim, #alert-dim {
    position: fixed;
    inset: 0;
    z-index: 2147483646;
    background: rgba(20, 20, 20, 0.75);
    display: flex;
    justify-content: center;
    padding-top: 12px;
}


/* 싱크형 주석 처리 */
[module="member_login"] {
    display: none !important;
}

.footer_left .info_row {
    margin-bottom: 0;
}

.footer_left .info_row .label {
    margin-right: 0;
}

.info_row.api-footer {
    white-space: pre-line;
}