/* View4 모바일 공지 팝업 */
body.mobile .view4-notice-popup.layer_popup_swiper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 16px 64px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}

body.mobile .view4-notice-popup .swiper-container {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: calc(100vw - 32px) !important;
    max-width: 480px !important;
    height: auto !important;
    overflow: hidden !important;
    margin: 0 auto;
    padding: 0 !important;
}

body.mobile .view4-notice-popup .swiper-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    align-content: flex-start !important;
    max-width: none !important;
    width: auto !important;
    margin: 0 !important;
    box-sizing: border-box;
}

body.mobile .view4-notice-popup .swiper-slide {
    width: auto;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
    position: relative;
    background: #111;
    border: 2px solid #ffc33b;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

body.mobile .view4-notice-popup .swiper-slide .pop_content {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    max-height: calc(100vh - 220px);
}

body.mobile .view4-notice-popup .swiper-slide .pop_content .pop_title {
    flex-shrink: 0;
    padding: 12px 44px 12px 12px !important;
    font-size: 16px !important;
    border-bottom: 1px solid rgba(255, 195, 59, 0.35);
    background: #1a1a1a;
}

body.mobile .view4-notice-popup .swiper-slide .pop_content .pop_inner {
    flex: 1;
    min-height: 0;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px !important;
    overflow: auto !important;
    overflow-x: hidden !important;
    text-align: center;
    background: #000;
}

body.mobile .view4-notice-popup .swiper-slide .pop_content .pop_inner img,
body.mobile .view4-notice-popup .swiper-slide .pop_content .pop_inner p img,
body.mobile .view4-notice-popup .swiper-slide .pop_content .pop_inner div img {
    position: static !important;
    display: block !important;
    max-width: 100% !important;
    max-height: calc(100vh - 260px) !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto !important;
    float: none !important;
    object-fit: contain !important;
}

body.mobile .view4-notice-popup .swiper-slide .pop_content .pop_inner * {
    float: none !important;
    max-width: 100%;
}

body.mobile .view4-notice-popup .swiper-slide .pop_content .pop_inner table {
    max-width: 100%;
    margin: 0 auto;
}

body.mobile .view4-notice-popup .swiper-slide .popup-foot {
    flex-shrink: 0;
    padding: 10px 12px !important;
    background: #1a1a1a !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.mobile .view4-notice-popup .swiper-slide .btn_close {
    top: 8px !important;
    right: 8px !important;
    bottom: auto !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.55) !important;
    z-index: 5;
}

body.mobile .view4-notice-popup .swiper-pagination {
    display: block !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: 480px !important;
    margin: 14px auto 0 !important;
}

body.mobile .view4-notice-popup .swiper-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
}

body.mobile .view4-notice-popup .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffc33b;
}

body.mobile .view4-notice-popup .swiper-pagination:empty {
    display: none !important;
}
