/* PUB-PC-POPUP-MODERN-START */
.pub-pc-pop-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1200;
    background: rgba(10, 14, 24, 0.68);
}

.pub-pc-pop-card {
    width: min(92vw, 520px);
    margin: 8vh auto 0;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(18, 23, 34, 0.16);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.3);
}

.pub-pc-pop-viewport {
    overflow: hidden;
    background: #f7fafc;
}

.pub-pc-pop-track {
    display: flex;
    width: 100%;
    transition: transform 0.32s ease;
}

.pub-pc-pop-item {
    min-width: 100%;
    flex: 0 0 100%;
}

.pub-pc-pop-content {
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    color: #111827;
    font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    padding: 18px;
}

.pub-pc-pop-content * {
    font-family: inherit !important;
    color: inherit;
    max-width: 100%;
    box-sizing: border-box;
}

.pub-pc-pop-content table {
    width: 100% !important;
    max-width: 100% !important;
    border-collapse: collapse !important;
    background: transparent !important;
}

.pub-pc-pop-content td,
.pub-pc-pop-content th {
    background: transparent !important;
    border-color: rgba(17, 24, 39, 0.16) !important;
}

.pub-pc-pop-content img {
    max-width: 100% !important;
    height: auto !important;
}

.pub-pc-pop-item img {
    width: 100%;
    height: auto;
    display: block;
}

.pub-pc-pop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    background: #0f172a;
}

.pub-pc-pop-dots {
    display: flex;
    align-items: center;
    gap: 6px;
}

.pub-pc-pop-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
}

.pub-pc-pop-dot.is-active {
    width: 18px;
    border-radius: 999px;
    background: #fff;
}

.pub-pc-pop-closebar {
    background: #111827;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    box-sizing: border-box;
}

.pub-pc-pop-today {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 1 1 auto;
    min-width: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
}

.pub-pc-pop-today input[type="checkbox"] {
    width: 14px;
    height: 14px;
    margin: 0;
}

.pub-pc-pop-close-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 78px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    background: linear-gradient(180deg, #374151 0%, #1f2937 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 0 12px;
}
/* PUB-PC-POPUP-MODERN-END */
