/* ==========================================================================
   Subpage Text Tone
   ========================================================================== */
/* 영역: nextaikorea 서브 공통 컨테이너 */
main .site-container {
    width: min(1200px, calc(100vw - 40px));
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.intro-sec > .site-container,
.vinfo-sec > .site-container,
.board > .site-container,
.board-view > .site-container,
.page-wrap > .site-container {
    width: min(1200px, calc(100vw - 40px));
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}

/* 영역: 서브페이지 기본 톤 */
.overview,
.visitors,
.page-wrap,
.intro-sec {
    color: #0b1226;
}

/* ==========================================================================
   Subpage Card / Table Borders
   ========================================================================== */
/* 영역: 서브페이지 공통 보더 */
.overview table,
.overview-card,
.visitors-card,
.flow-card {
    border-color: rgba(7, 12, 24, 0.08);
}

/* ==========================================================================
   About Intro
   ========================================================================== */
/* 영역: 소개 페이지 레이아웃 */
.intro-sec {
    overflow-x: hidden;
}

.intro-overview,
.intro-items {
    padding: 72px 0;
}

.intro-items {
    padding-top: 12px;
}

.intro-h2 {
    margin: 0 0 28px;
    font-family: "Rajdhani", "Pretendard", sans-serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #0b1226;
}

.overview-grid {
    display: grid;
    grid-template-columns: 460px minmax(0, 1fr);
    gap: 64px;
    align-items: start;
}

.overview-grid > * {
    min-width: 0;
}

.overview-poster {
    min-height: 560px;
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(180deg, #edf2ff 0%, #d8e1ff 100%);
    box-shadow: 0 24px 54px rgba(11, 18, 38, 0.14);
}

.overview-poster img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overview-title {
    margin: 0 0 16px;
    font-family: "Rajdhani", "Pretendard", sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #0b1226;
}

.overview-rule {
    height: 1px;
    margin: 0 0 18px;
    background: rgba(11, 18, 38, 0.12);
}

.overview-meta {
    margin: 0;
    padding: 0;
}

.overview-meta__row {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 28px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(11, 18, 38, 0.08);
}

.overview-meta dt {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    color: #0b1226;
}

.overview-meta dt::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2848ff;
    flex: 0 0 auto;
}

.overview-meta dd {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    color: rgba(11, 18, 38, 0.78);
}

.overview-meta dd .en {
    font-family: "Rajdhani", "Pretendard", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #0b1226;
}

.intro-sec .table-wrap {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

.items-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    border-top: 2px solid #0b1226;
}

.items-table thead th {
    padding: 16px 18px;
    background: #0b1226;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}

.items-table .col-item {
    width: 240px;
}

.items-table tbody th,
.items-table tbody td {
    padding: 20px 18px;
    border-bottom: 1px solid rgba(11, 18, 38, 0.12);
    vertical-align: middle;
    font-size: 15px;
    line-height: 1.7;
    background: #fff;
}

.item-cell {
    border-right: 1px solid rgba(11, 18, 38, 0.08);
    text-align: center;
}

.item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    margin-bottom: 10px;
}

.item-icon img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.item-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 4px 16px;
    border-radius: 999px;
    background: #eef2ff;
    color: #2848ff;
    font-size: 14px;
    font-weight: 700;
    word-break: keep-all;
}

.nxa-overviewItems {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.nxa-overviewItems__card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 100%;
    padding: 22px 24px;
    border: 1px solid rgba(11, 18, 38, 0.1);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(11, 18, 38, 0.06);
}

.nxa-overviewItems__icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}

.nxa-overviewItems__icon img {
    width: 100px;
    height: auto;
    object-fit: contain;
}

.nxa-overviewItems__title {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    color: #0b1226;
}

.nxa-overviewItems__list {
    display: grid;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nxa-overviewItems__list li {
    font-size: 15px;
    line-height: 1.5;
    color: #0b1226;
}

.nxa-overviewImageList {
    display: grid;
    gap: 18px;
}

.nxa-overviewImageList__item {
    margin: 0;
}

.nxa-overviewImageList__item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(11, 18, 38, 0.08);
}

.intro-items .exhibit-items {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
}

.intro-items .exhibit-item {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    min-height: 220px;
    padding: 22px 26px;
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.15);
}

.intro-items .exhibit-item::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.78) 0%,
        rgba(0, 0, 0, 0.78) 52%,
        rgba(0, 0, 0, 0.4) 72%,
        rgba(0, 0, 0, 0) 92%
    );
}

.intro-items .exhibit-item__inner {
    position: relative;
    z-index: 1;
    max-width: 520px;
    padding: 0;
    background: transparent;
}

.intro-items .exhibit-item__title {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.2px;
    color: var(--c-white, #fff);
}

.intro-items .exhibit-item__list {
    margin: 0;
    padding: 0;
    list-style: none;
    columns: 2;
    column-gap: 26px;
}

.intro-items .exhibit-item__list li {
    position: relative;
    padding-left: 14px;
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.92);
}

.intro-items .exhibit-item__list li::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.9;
}

@media (max-width: 1040px) {
    .intro-items .exhibit-item {
        min-height: 200px;
        padding: 18px 18px;
        border-radius: 16px;
    }

    .intro-items .exhibit-item__inner {
        max-width: 100%;
    }

    .intro-items .exhibit-item__list {
        columns: 1;
        column-gap: 0;
    }

    .intro-items .exhibit-item::before {
        background: rgba(0, 0, 0, 0.62);
    }
}

@media (max-width: 640px) {
    .intro-items .exhibit-item {
        min-height: 180px;
    }

    .intro-items .exhibit-item__inner {
        max-width: 100%;
    }

    .intro-items .exhibit-item__list {
        columns: 1;
    }

    .intro-items .exhibit-item::before {
        background: rgba(0, 0, 0, 0.62);
    }
}

.nx-filePick {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.nx-filePick__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(11, 18, 38, 0.16);
    border-radius: 10px;
    background: #fff;
    color: #0b1226;
    font-size: 13px;
    font-weight: 700;
}

.nx-filePick__name {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.4;
}

html[lang="en"] #logo,
html[lang="en"] #businessLicense {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.overview-table td,
.items-table td,
.desc-body,
.desc-body p {
    overflow-wrap: anywhere;
    word-break: keep-all;
}

@media (max-width: 1040px) {
    .intro-overview,
    .intro-items {
        padding: 56px 0;
    }

    .intro-h2 {
        margin-bottom: 22px;
        font-size: 30px;
    }

    .overview-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .overview-poster {
        min-height: 260px;
    }

    .overview-title {
        font-size: 30px;
    }

    .overview-meta__row {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 12px 0;
    }

    .overview-meta dd,
    .items-table tbody th,
    .items-table tbody td {
        font-size: 14px;
        line-height: 1.6;
    }

    .items-table {
        min-width: 680px;
    }

    .items-table thead th {
        padding: 14px 14px;
        font-size: 16px;
    }

    .items-table tbody th,
    .items-table tbody td {
        padding: 16px 14px;
    }

    .nxa-overviewItems {
        grid-template-columns: 1fr;
    }

    .nxa-overviewItems__card {
        padding: 18px 18px 20px;
        border-radius: 18px;
    }

    .nxa-overviewItems__icon img {
        width: 88px;
    }

    .nxa-overviewItems__title {
        font-size: 17px;
    }

    .nxa-overviewItems__list li {
        font-size: 14px;
    }
}

/* ==========================================================================
   About Intro Override
   ========================================================================== */
/* 영역: NAI 소개 전용 오버라이드 */
.nxa-aboutIntro,
.nxa-aboutIntroGraphs,
.nxa-aboutIndustry,
.nxa-aboutCases {
    color: #0b1226;
}

.nxa-aboutIntro {
    padding: 72px 0 32px;
}

.nxa-aboutIntro__hero {
    text-align: center;
}

.nxa-aboutIntro__logo {
    margin: 0 0 24px;
}

.nxa-aboutIntro__logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.nxa-aboutIntro__headline {
    margin: 0;
    font-size: clamp(28px, 3.1vw, 40px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.04em;
}

.nxa-aboutIntro__messageImage {
    margin-top: 34px;
}

.nxa-aboutIntro__messageImage img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.nxa-aboutIntro__messageText {
    max-width: 1100px;
    margin: 38px auto 0;
    padding: 6px 34px 0;
    background: #fff;
    text-align: center;
}

.nxa-aboutIntro__messageText p {
    margin: 0;
    color: #222;
    font-size: clamp(16px, 1.55vw, 20px);
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: -0.04em;
    word-break: keep-all;
}

.nxa-aboutIntro__messageText p + p {
    margin-top: 12px;
}

.nxa-aboutIntro__messageText strong {
    font-weight: 900;
}

.nxa-aboutIntro__messageText .underline {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.08em;
}

.nxa-aboutIntro__lead {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 40px;
}

.nxa-aboutIntro__leadQuote {
    width: 32px;
    height: auto;
    flex: 0 0 auto;
}

.nxa-aboutIntro__leadText {
    font-size: clamp(23px, 2.4vw, 32px);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.28;
}

.nxa-aboutIntro__leadText .blue {
    color: #2848ff;
    font-weight: 900;
}

.nxa-aboutIntro__leadText .fnormal {
    font-weight: 500;
    color: #0b1226;
}

.nxa-aboutIntro__highlights {
    margin-top: 26px;
}

.nxa-aboutIntro__highlights p {
    margin: 10px 0 0;
    color: #2848ff;
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.28;
}

.nxa-aboutIntro__summary {
    max-width: 920px;
    margin: 28px auto 0;
    color: rgba(11, 18, 38, 0.82);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    word-break: keep-all;
}

.nxa-aboutIntroGraphs {
    padding: 36px 0 44px;
}

.nxa-aboutIntroGraphs__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
}

.nxa-aboutCard {
    padding: 42px 32px;
    border: 1px solid rgba(11, 18, 38, 0.08);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(11, 18, 38, 0.08);
    text-align: center;
}

.nxa-aboutCard__star,
.nxa-aboutIndustry__star,
.nxa-aboutCases__star {
    display: block;
    width: 32px;
    margin: 0 auto 18px;
}

.nxa-aboutCard__title,
.nxa-aboutIndustry__title,
.nxa-aboutCases__title {
    margin: 0;
    font-size: clamp(24px, 2.4vw, 34px);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.2;
}

.nxa-aboutCard__source,
.nxa-aboutIndustry__note {
    margin: 10px 0 0;
    color: rgba(11, 18, 38, 0.52);
    font-size: 14px;
    font-weight: 600;
}

.nxa-aboutCard__graph {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-top: 28px;
}

.nxa-aboutIndustry {
    padding: 40px 0 32px;
    text-align: center;
}

.nxa-aboutIndustry__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}

.nxa-aboutIndustry__card {
    padding: 26px 18px 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f5f7ff 100%);
    border: 1px solid rgba(11, 18, 38, 0.08);
    box-shadow: 0 14px 34px rgba(11, 18, 38, 0.08);
}

.nxa-aboutIndustry__icon {
    min-height: 76px;
    margin: 0 0 14px;
}

.nxa-aboutIndustry__icon img {
    width: auto;
    max-width: 72px;
    max-height: 72px;
    height: auto;
}

.nxa-aboutIndustry__rank {
    margin: 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.04em;
}

.nxa-aboutIndustry__rank span {
    color: #0b1226;
    font-size: 25px;
    font-weight: 900;
}

.nxa-aboutIndustry__arrow {
    margin: 18px 0 0;
}

.nxa-aboutPossible {
    margin-top: 38px;
    padding: 34px 36px;
    border-radius: 28px;
    background: #0b1226;
    color: #fff;
}

.nxa-aboutPossible__title {
    margin: 0 0 20px;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.nxa-aboutPossible__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nxa-aboutPossible__list li {
    padding: 18px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    word-break: keep-all;
}

.nxa-aboutCases {
    padding: 42px 0 88px;
    text-align: center;
}

.nxa-aboutCases__desktop {
    margin-top: 34px;
}

.nxa-aboutCases__desktop img {
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 28px;
    box-shadow: 0 22px 46px rgba(11, 18, 38, 0.08);
}

.nxa-aboutCases__mobile {
    display: none;
    margin-top: 28px;
}

.nxa-aboutCases__mobileItem + .nxa-aboutCases__mobileItem {
    margin-top: 16px;
}

.nxa-aboutCases__mobileItem img {
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 22px;
    box-shadow: 0 18px 34px rgba(11, 18, 38, 0.08);
}

@media (max-width: 1040px) {
    .nxa-aboutIntro {
        padding: 56px 0 24px;
    }

    .nxa-aboutIntro__messageText {
        margin-top: 28px;
        padding: 0 20px;
    }

    .nxa-aboutIntro__messageText p {
        font-size: 15px;
        line-height: 1.65;
    }

    .nxa-aboutIntro__lead {
        flex-direction: column;
        gap: 10px;
        margin-top: 28px;
    }

    .nxa-aboutIntro__leadQuote {
        width: 24px;
    }

    .nxa-aboutIntro__summary {
        margin-top: 22px;
        font-size: 15px;
        line-height: 1.75;
    }

    .nxa-aboutIntroGraphs__grid,
    .nxa-aboutIndustry__grid,
    .nxa-aboutPossible__list {
        grid-template-columns: 1fr;
    }

    .nxa-aboutCard {
        padding: 28px 20px;
    }

    .nxa-aboutPossible {
        padding: 26px 20px;
    }

    .nxa-aboutCases {
        padding-bottom: 64px;
    }

    .nxa-aboutCases__desktop {
        display: none;
    }

    .nxa-aboutCases__mobile {
        display: block;
    }
}

/* ==========================================================================
   Coming Soon
   ========================================================================== */
/* 영역: 준비중 공용 페이지 */
.nx-soon {
    padding: 60px 0;
}

.nx-soon__card {
    max-width: 880px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    padding: 28px 26px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
}

.nx-soon__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.nx-soon__badge {
    display: inline-flex;
    align-items: center;
    height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(40, 72, 255, 0.1);
    color: #2848ff;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: -0.1px;
}

.nx-soon__icon {
    font-size: 26px;
    line-height: 1;
}

.nx-soon__title {
    margin: 6px 0 10px;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -0.3px;
    color: #0b1226;
}

.nx-soon__desc {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(11, 18, 38, 0.78);
}

.nx-soon__hint {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.7;
    color: #2848ff;
    opacity: 0.8;
}

.nx-soon__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.nx-soon__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 14px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    background: #ffffff;
    text-decoration: none;
    color: #0b1226;
    font-weight: 900;
    font-size: 14px;
}

.nx-soon__btn.is-primary {
    background: #0b1226;
    border-color: transparent;
    color: #ffffff;
}

@media (max-width: 1040px) {
    .nx-soon {
        padding: 44px 0;
    }

    .nx-soon__card {
        padding: 22px 18px;
        border-radius: 16px;
    }

    .nx-soon__title {
        font-size: 22px;
    }

    .nx-soon__btn {
        width: 100%;
    }
}

/* ==========================================================================
   Exhibitors Apply
   ========================================================================== */
/* 영역: 참가신청안내 */
.apply-sec {
    padding: 60px 0;
    --apply-radius: 18px;
    --apply-bd: rgba(11, 18, 38, 0.08);
    --apply-bd2: rgba(11, 18, 38, 0.06);
    --apply-bg: rgba(40, 72, 255, 0.04);
    --apply-shadow: 0 10px 26px rgba(11, 18, 38, 0.08);
}

.apply-sec--tight {
    padding-top: 32px;
}

.apply-head {
    margin-bottom: 18px;
}

.apply-h2 {
    margin: 0 0 12px;
    color: #0b1226;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.apply-lead {
    margin: 0;
    max-width: 920px;
    color: rgba(11, 18, 38, 0.8);
    font-size: 14px;
    line-height: 1.8;
}

.apply-em {
    color: #2848ff;
    font-weight: 900;
}

.apply-note,
.apply-footnote {
    margin: 12px 0 0;
    color: rgba(11, 18, 38, 0.74);
    font-size: 13px;
    line-height: 1.7;
}

.apply-muted {
    opacity: 0.78;
}

.apply-warn {
    color: #2848ff;
    font-weight: 900;
}

.apply-cards {
    display: grid;
    gap: 16px;
}

.apply-card {
    overflow: hidden;
    border: 1px solid var(--apply-bd);
    border-radius: var(--apply-radius);
    background: #ffffff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

@media (prefers-reduced-motion: reduce) {
    .apply-card {
        transition: none;
    }
}

.apply-card:hover {
    transform: translateY(-2px);
    border-color: rgba(40, 72, 255, 0.22);
    box-shadow: var(--apply-shadow);
}

.apply-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 18px 14px;
    border-bottom: 1px solid var(--apply-bd2);
    background: linear-gradient(180deg, rgba(40, 72, 255, 0.05), rgba(255, 255, 255, 0));
}

.apply-card__type {
    margin: 0;
    color: #0b1226;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.apply-card__price {
    text-align: right;
    white-space: nowrap;
}

.apply-card__priceMain {
    display: block;
    color: #0b1226;
    font-size: 18px;
    font-weight: 900;
}

.apply-card__priceNote {
    display: inline-block;
    margin-top: 2px;
    color: rgba(11, 18, 38, 0.58);
    font-size: 12px;
}

.apply-card__body {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 18px;
    align-items: start;
    padding: 16px 18px 18px;
}

.apply-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    padding: 14px;
    border: 1px solid var(--apply-bd2);
    border-radius: 14px;
    background: var(--apply-bg);
}

.apply-card__media img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    filter: drop-shadow(0 6px 12px rgba(11, 18, 38, 0.12));
}

.apply-card__label {
    margin: 2px 0 10px;
    color: #0b1226;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: -0.01em;
}

.apply-bullets {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.apply-bullets li {
    position: relative;
    padding-left: 14px;
    color: rgba(11, 18, 38, 0.8);
    font-size: 14px;
    line-height: 1.7;
}

.apply-bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(40, 72, 255, 0.4);
    transform: translateY(-50%);
}

.apply-bullets--note {
    margin-top: 10px;
    padding: 12px;
    border: 1px dashed rgba(40, 72, 255, 0.18);
    border-radius: 14px;
    background: rgba(40, 72, 255, 0.03);
}

.apply-pdfBtn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    padding: 10px 14px;
    border: 1px solid rgba(40, 72, 255, 0.18);
    border-radius: 999px;
    background: #ffffff;
    color: #0b1226;
    font-weight: 900;
    text-decoration: none;
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.apply-pdfBtn:hover {
    transform: translateY(-1px);
    border-color: rgba(40, 72, 255, 0.28);
    box-shadow: 0 10px 20px rgba(11, 18, 38, 0.08);
}

.apply-pdfBtn__icon {
    width: 18px;
    height: 18px;
    display: block;
}

.apply-pdfBtn__text {
    font-size: 13px;
    letter-spacing: -0.01em;
}

.apply-card--child {
    border-style: dashed;
    background: rgba(40, 72, 255, 0.015);
}

@media (min-width: 641px) {
    .apply-card--child {
        margin-left: 18px;
    }

    .apply-card--child .apply-card__head {
        padding-top: 14px;
        padding-bottom: 12px;
    }
}

.apply-rowCard {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid var(--apply-bd);
    border-radius: 16px;
    background: #ffffff;
}

.apply-rowCard--discount .apply-rowCard__price {
    color: #2848ff;
}

.apply-rowCard__name {
    color: #0b1226;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.apply-rowCard__note {
    margin-top: 6px;
    color: rgba(11, 18, 38, 0.72);
    font-size: 13px;
    line-height: 1.6;
}

.apply-rowCard__price {
    padding-left: 10px;
    color: #0b1226;
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
}

.apply-howtoCard {
    padding: 14px 16px;
    border: 1px solid var(--apply-bd);
    border-radius: 16px;
    background: #ffffff;
}

.apply-howtoCard__label {
    margin-bottom: 8px;
    color: #0b1226;
    font-size: 14px;
    font-weight: 900;
}

.apply-howtoCard__body {
    color: rgba(11, 18, 38, 0.8);
    font-size: 14px;
    line-height: 1.8;
}

.apply-ol {
    margin: 0;
    padding-left: 18px;
    line-height: 1.85;
}

.apply-steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
}

.apply-step {
    padding: 12px 8px;
    text-align: center;
}

.apply-step__circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin: 0 auto 8px;
    border: 2px dashed rgba(40, 72, 255, 0.28);
    border-radius: 999px;
    background: rgba(40, 72, 255, 0.05);
    color: #2848ff;
    font-weight: 900;
}

.apply-step__title {
    color: #0b1226;
    font-size: 13px;
    font-weight: 900;
}

.apply-step__date {
    margin-top: 4px;
    color: #2848ff;
    font-size: 12px;
    font-weight: 900;
}

@media (max-width: 1040px) {
    .apply-sec {
        padding: 44px 0;
    }

    .apply-h2 {
        font-size: 22px;
    }

    .apply-card__head {
        padding: 12px;
    }

    .apply-card__body {
        grid-template-columns: 1fr;
        padding: 12px;
    }

    .apply-steps {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .apply-card {
        border-radius: 16px;
    }

    .apply-card__head {
        gap: 12px;
    }

    .apply-rowCard {
        flex-direction: column;
    }
}

/* ==========================================================================
   Visitors Info
   ========================================================================== */
/* 영역: 관람안내 */
.vinfo-sec {
    padding: 60px 0;
}

.vinfo-wrap {
    max-width: 980px;
    margin: 0 auto;
}

.vinfo-head {
    margin: 0 0 18px;
    z-index: 1;
}

.vinfo-h2 {
    margin: 0 0 8px;
    color: #0b1226;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.vinfo-sub {
    margin: 0;
    color: rgba(11, 18, 38, 0.74);
    font-size: 14px;
    line-height: 1.7;
}

.vinfo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 10px;
}

.vinfo-grid--schedule {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vinfo-card {
    padding: 16px 18px;
    border: 1px solid rgba(11, 18, 38, 0.08);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(11, 18, 38, 0.04);
}

.vinfo-card__label {
    margin-bottom: 10px;
    color: #0b1226;
    font-weight: 900;
}

.vinfo-card__body {
    display: grid;
    gap: 6px;
}

.vinfo-line {
    color: #24314f;
    font-size: 14px;
    line-height: 1.65;
}

.vinfo-flowSec {
    margin-top: 28px;
}

.vinfo-h3 {
    margin: 0 0 12px;
    color: #0b1226;
    font-size: 20px;
    font-weight: 900;
}

.vproc-list {
    display: grid;
    gap: 16px;
}

.vproc {
    display: grid;
    grid-template-columns: 220px 1fr;
    overflow: hidden;
    border: 1px solid rgba(11, 18, 38, 0.08);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(11, 18, 38, 0.04);
}

.vproc-left {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    text-align: center;
}

.vproc-left__title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.25;
    white-space: pre-line;
}

.vproc-right {
    padding: 18px;
}

.vproc-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: stretch;
}

.vstep {
    flex: 1 1 240px;
    max-width: 320px;
    padding: 14px;
    border: 2px dashed rgba(11, 18, 38, 0.18);
    border-radius: 14px;
    background: rgba(11, 18, 38, 0.02);
}

.vstep__no {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 900;
}

.vstep__txt {
    color: #24314f;
    font-size: 13px;
    line-height: 1.6;
}

.vproc--orange .vproc-left {
    background: #d48324;
}

.vproc--orange .vstep {
    border-color: rgba(212, 131, 36, 0.32);
    background: rgba(212, 131, 36, 0.045);
}

.vproc--orange .vstep__no {
    color: #d48324;
}

.vproc--green .vproc-left {
    background: #0f7c7a;
}

.vproc--green .vstep {
    border-color: rgba(15, 124, 122, 0.28);
    background: rgba(15, 124, 122, 0.04);
}

.vproc--green .vstep__no {
    color: #0f7c7a;
}

.vproc--blue .vproc-left {
    background: #2f59d9;
}

.vproc--blue .vstep {
    border-color: rgba(47, 89, 217, 0.3);
    background: rgba(47, 89, 217, 0.04);
}

.vproc--blue .vstep__no {
    color: #2f59d9;
}

.nxa-vinfoImages {
    display: grid;
    gap: 28px;
}

.nxa-vinfoImages__item {
    margin: 0;
    text-align: center;
}

.nxa-vinfoImages__item img {
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 44px rgba(11, 18, 38, 0.08);
}

@media (max-width: 1040px) {
    .vinfo-sec {
        padding: 44px 0;
    }

    .vinfo-wrap {
        max-width: 100%;
    }

    .vinfo-grid,
    .vinfo-grid--schedule {
        grid-template-columns: 1fr;
    }

    .vproc {
        grid-template-columns: 1fr;
    }

    .vproc-left {
        padding-bottom: 14px;
    }

    .vproc-left__title {
        font-size: 18px;
        line-height: 1.25;
        white-space: normal;
    }

    .vproc-right {
        padding-top: 14px;
        border-top: 1px dashed rgba(11, 18, 38, 0.12);
    }

    .nxa-vinfoImages {
        gap: 18px;
    }
}

/* ==========================================================================
   Past Result
   ========================================================================== */
/* 영역: 지난행사결과 공용 템플릿 스타일 */
.past-page {
    --past-ink: #0b1226;
    --past-ink-2: #1f2a44;
    --past-muted: rgba(11, 18, 38, 0.62);
    --past-border: rgba(11, 18, 38, 0.1);
    --past-border-2: rgba(11, 18, 38, 0.08);
    --past-surface: #ffffff;
    --past-badge-bg: rgba(40, 72, 255, 0.1);
    --past-badge-bd: rgba(40, 72, 255, 0.18);
    --past-badge-ink: #2848ff;
    --past-primary: #2848ff;
    --past-primary-hover: #1c39df;
    --past-dark: #0b1226;
    --past-dark-hover: #060b17;
    padding: 40px 0 80px;
    background: transparent;
    color: var(--past-ink);
}

.past-page .past-wrap {
    max-width: 980px;
    margin: 0 auto;
}

.past-page .past-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 0 0 34px;
    padding-top: 18px;
    padding-bottom: 10px;
    text-align: center;
}

.past-page .past-title h1 {
    margin: 0;
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: -0.04em;
    color: var(--past-ink);
}

.past-page .past-title h1::after {
    content: "";
    display: block;
    width: 78px;
    height: 4px;
    margin: 18px auto 0;
    border-radius: 999px;
    background: var(--past-ink);
    opacity: 0.9;
}

.past-page .past-yearBadge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--past-badge-bg);
    border: 1px solid var(--past-badge-bd);
    color: var(--past-badge-ink);
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.past-page .past-controls {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 12px 0 18px;
}

.past-page .past-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.past-page .past-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid var(--past-border);
    background: var(--past-surface);
    color: var(--past-ink-2);
    font-weight: 900;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
}

.past-page .past-tab:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.past-page .past-tab.is-active {
    background: var(--past-ink);
    border-color: var(--past-ink);
    color: #ffffff;
}

.past-page .past-select {
    display: flex;
    align-items: center;
    gap: 10px;
}

.past-page .past-select__label {
    font-size: 13px;
    font-weight: 900;
    color: var(--past-muted);
}

.past-page .past-select__control {
    height: 40px;
    min-width: 240px;
    max-width: 100%;
    padding: 0 12px;
    border: 1px solid var(--past-border);
    border-radius: 10px;
    background: var(--past-surface);
    font-weight: 900;
    color: var(--past-ink-2);
}

.past-page .past-video {
    margin: 0 0 18px;
}

.past-page .past-video__ratio {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
    overflow: hidden;
    background: #000000;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.past-page .past-video__ratio iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.past-page .past-ai__card {
    overflow: hidden;
    background: var(--past-surface);
    border: 1px solid var(--past-border);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.past-page .past-ai__head {
    padding: 18px 22px;
    border-bottom: 1px solid var(--past-border-2);
    background: linear-gradient(180deg, #fafbff, #ffffff);
}

.past-page .past-ai__badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--past-badge-bg);
    border: 1px solid var(--past-badge-bd);
    color: var(--past-badge-ink);
    font-size: 12px;
    font-weight: 900;
}

.past-page .past-ai__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.past-page .past-ai__table tr + tr td,
.past-page .past-ai__table tr + tr th {
    border-top: 1px solid var(--past-border-2);
}

.past-page .past-ai__table th {
    width: 160px;
    padding: 14px 18px;
    text-align: left;
    vertical-align: top;
    background: #fbfbfd;
    color: var(--past-ink-2);
    font-weight: 950;
}

.past-page .past-ai__table td {
    padding: 14px 18px;
    color: var(--past-ink-2);
    line-height: 1.6;
}

.past-page .past-ai__kpis {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 18px;
}

.past-page .past-aiKpi {
    padding: 16px 14px;
    text-align: center;
    background: var(--past-surface);
    border: 1px solid var(--past-border);
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.past-page .past-aiKpi__label {
    font-size: 13px;
    font-weight: 950;
    color: rgba(11, 18, 38, 0.72);
}

.past-page .past-aiKpi__value {
    margin-top: 8px;
    font-size: 26px;
    font-weight: 950;
    letter-spacing: -0.04em;
    color: var(--past-ink);
}

.past-page .past-aiKpi__unit {
    margin-left: 4px;
    font-size: 12px;
    font-weight: 900;
    color: rgba(11, 18, 38, 0.52);
}

.past-page .past-aiKpi__note {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(11, 18, 38, 0.5);
}

.past-page .past-ai__ctas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
    padding-top: 12px;
    padding-bottom: 34px;
}

.past-page .past-aiBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 20px;
    border: 1px solid var(--past-border);
    border-radius: 999px;
    background: var(--past-surface);
    color: var(--past-ink);
    font-weight: 950;
    text-decoration: none;
}

.past-page .past-aiBtn:hover {
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

.past-page .past-aiBtn--primary {
    background: var(--past-primary);
    border-color: var(--past-primary);
    color: #ffffff;
}

.past-page .past-aiBtn--primary:hover {
    background: var(--past-primary-hover);
    border-color: var(--past-primary-hover);
}

.past-page .past-aiBtn--dark {
    background: var(--past-dark);
    border-color: var(--past-dark);
    color: #ffffff;
}

.past-page .past-aiBtn--dark:hover {
    background: var(--past-dark-hover);
    border-color: var(--past-dark-hover);
}

@media (max-width: 840px) {
    .past-page .past-ai__table th {
        width: 120px;
    }

    .past-page .past-ai__kpis {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .past-page {
        padding: 30px 0 60px;
    }

    .past-page .past-title h1 {
        font-size: 26px;
    }

    .past-page .past-ai__head {
        padding: 16px;
    }

    .past-page .past-ai__table th,
    .past-page .past-ai__table td {
        padding: 12px 14px;
    }

    .past-page .past-ai__kpis {
        grid-template-columns: 1fr;
    }

    .past-page .past-select {
        flex-direction: column;
        align-items: flex-start;
    }

    .past-page .past-select__control {
        min-width: 0;
        width: 100%;
    }
}

/* ==========================================================================
   Program Tabs
   ========================================================================== */
/* 영역: 세미나/포럼 */
.nxa-program {
    padding: 60px 0 80px;
}

.nxa-program__head {
    text-align: center;
    margin-bottom: 28px;
}

.nxa-program__title {
    margin: 0;
    color: #0b1226;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.nxa-program__desc {
    margin: 12px 0 0;
    color: rgba(11, 18, 38, 0.68);
    font-size: 14px;
    line-height: 1.75;
}

.nxa-program__tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 0 0 24px;
}

.nxa-program__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 152px;
    min-height: 52px;
    padding: 0 22px;
    border: 1px solid rgba(47, 89, 217, 0.16);
    border-radius: 999px;
    background: #ffffff;
    color: rgba(11, 18, 38, 0.7);
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.nxa-program__tab:hover {
    border-color: rgba(47, 89, 217, 0.38);
    color: #2f59d9;
    transform: translateY(-1px);
}

.nxa-program__tab.is-active {
    border-color: transparent;
    background: linear-gradient(135deg, #2f59d9, #1e6fd7);
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(47, 89, 217, 0.18);
}

.nxa-program__frame {
    overflow: hidden;
    border: 1px solid rgba(11, 18, 38, 0.08);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(47, 89, 217, 0.03), rgba(255, 255, 255, 0.92));
    box-shadow: 0 18px 42px rgba(11, 18, 38, 0.08);
}

.nxa-program__image {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.nxa-program__empty {
    padding: 60px 24px;
    border: 1px solid rgba(11, 18, 38, 0.08);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(47, 89, 217, 0.03), rgba(255, 255, 255, 0.95));
    text-align: center;
}

.nxa-program__emptyTitle {
    color: #0b1226;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.nxa-program__emptyDesc {
    margin-top: 10px;
    color: rgba(11, 18, 38, 0.66);
    font-size: 14px;
    line-height: 1.8;
}

.nxa-program__emptyHint {
    margin-top: 16px;
    color: rgba(11, 18, 38, 0.72);
    font-size: 13px;
    line-height: 1.7;
}

.nxa-program__emptyKey {
    margin-top: 8px;
    color: #2f59d9;
    font-weight: 800;
}

.nxa-programSmatof .overview-info {
    display: flex;
    flex-direction: column;
}

.nxa-programSmatof__cta {
    margin-top: 28px;
}

.nxa-programSmatof__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, #0b1226, #1e6fd7);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 16px 34px rgba(30, 111, 215, 0.22);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.nxa-programSmatof__button:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 38px rgba(30, 111, 215, 0.28);
}

@media (max-width: 768px) {
    .nxa-program {
        padding: 44px 0 60px;
    }

    .nxa-program__title {
        font-size: 30px;
    }

    .nxa-program__tabs {
        flex-wrap: wrap;
    }

    .nxa-program__tab {
        flex: 1 1 0;
        min-width: 0;
    }

    .nxa-program__frame,
    .nxa-program__empty {
        border-radius: 18px;
    }

    .nxa-programSmatof__button {
        width: 100%;
        padding: 16px 20px;
        text-align: center;
        line-height: 1.5;
    }
}

.board-gallery__meta {
    display: none !important;
}
