@charset "utf-8";

/* ----------------------------------------------------------------------------------
    Introduction.vm
---------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------
    Organization.vm
---------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------
    program.vm
---------------------------------------------------------------------------------- */
.program .table-bordered > thead > tr > th, .table-bordered > thead > tr > th {
    background-color: #e4e6f3;
}


/* ----------------------------------------------------------------------------------
    Host City.vm
---------------------------------------------------------------------------------- */
.host-city {
    max-width:1920px;
    margin:0 auto;
    padding:20px;
}
.host-city .flex-area {
    display: flex;
    gap: 50px;
}
.host-city .host-city-section-title {
    font-size:22pt;
    font-weight:900;
    color:#1a1a1a;
    border-left:4px solid #7d5fa3;
    padding-left:14px;
    margin-bottom:20px;
}
.host-city .host-city-accent {
    width:50px;
    height:3px;
    background: #c8a861;
    margin:0 0 20px 0px;
}

.host-city .host-city-eyebrow {
    font-size:9.5pt;
    font-weight:700;
    color:#7d5fa3;
    letter-spacing:3.5px;
    text-transform:uppercase;
}
.host-city .host-city-headline {
    font-size:30pt;
    font-weight:900;
    color:#1a1a1a;
    line-height:1.15;
    margin: 20px 0;
}
.host-city .host-city-headline .highlight {
    color:#7d5fa3;
}
.host-city .host-city-subheadline {
    font-size:14pt;
    font-style:italic;
    font-weight:600;
    color:#555;
    line-height:1.4;
}
.host-city .host-city-paragraph {
    font-size:11.5pt;
    color:#333;
    line-height:1.85;
    text-align:justify;
}
.host-city .host-city-paragraph .drop-cap {
    font-family:Georgia,"Times New Roman",serif;
    font-size:46pt;
    font-weight:700;
    color:#7d5fa3;
    float:left;
    line-height:0.85;
    padding:6px 12px 0 0;
}
.host-city .host-city-cta {
    font-size:12pt;
    color:#555;
    margin-top:20px;
}
.host-city .host-city-cta .cta-link {
    color:#7d5fa3;
    font-weight:700;
    text-decoration:none;
    border-bottom:1.5px solid #7d5fa3;
    padding-bottom:1px;
}
.host-city .host-city-cta .arrow {
    margin-left: 6px;
}
/* Video Card */
.host-city .video-card-link {
    display:flex;
    flex-direction: column;
    text-decoration:none;
    color:inherit;
    height:540px;
    background:#fff;
    border:1px solid #ececec;
    box-shadow:0 12px 32px rgba(0,0,0,0.08),0 2px 6px rgba(0,0,0,0.04);

}
.host-city-video-frame {

}
.host-city .host-city-video-thumbnail {
    flex-shrink:0;
    width: 500px;
}
.host-city .host-city-video-thumbnail iframe {
    width: 100%;
    height: 315px;
}
.host-city .host-city-video-text {
    padding: 20px;
}
.host-city .video-title {
    font-size:20pt;
    font-weight:900;
    color:#1a1a1a;
    line-height:1.18;
}
.host-city .video-subtitle {
    font-size:11pt;
    color:#666;
    margin-top:10px;
    line-height:1.55;
}
.host-city .watch-btn {
    margin-top: 15px;
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#7d5fa3;
    color:#fff;
    padding:11px 20px;
    font-size:11pt;
    font-weight:700;
    letter-spacing:1.5px;
    text-transform:uppercase;
}
.host-city .watch-btn .arrow {
    font-size: 13pt;
}
/* Key Facts */
.host-city .host-city-keyfacts-title {
    font-size:22pt;
    font-weight:800;
    color:#1a1a1a;
    border-left:4px solid #7d5fa3;
    padding-left:14px;
    margin:30px 0 10px 0;
}
.host-city .host-city-keyfacts {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:0;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
}
.host-city .fact-item {
    padding:24px 28px;
    border-right:1px solid #e5e5e5;
}
.host-city .fact-label {
    font-size:9pt;
    font-weight:700;
    color:#888;
    letter-spacing:2px;
    text-transform:uppercase;
}
.host-city .fact-value {
    font-size:30pt;
    font-weight:900;
    color:#1a1a1a;
    margin-top:6px;
    line-height:1;
}
.host-city .fact-note {
    font-size:10pt;
    color:#666;
    margin-top: 6px;
}
/* Four Reasons */
.host-city .host-city-reasons-title {
    font-size:22pt;
    font-weight:800;
    color:#1a1a1a;
    border-left:4px solid #7d5fa3;
    padding-left:14px;
    margin:30px 0 20px 0px;
}
.host-city .host-city-reason-grid {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
}
.host-city .reason-card {
    background:#fff;
    border:1px solid #d8d4dc;
    padding:22px 24px;
    height:220px;
    box-sizing:border-box;
}
.host-city .reason-number {
    font-size:9pt;
    font-weight:700;
    color:#7d5fa3;
}
.host-city .reason-title {
    font-size:14pt;
    font-weight:800;
    color:#1a1a1a;
    margin-top:8px;
    line-height:1.2;
}
.host-city .reason-text {
    font-size:10pt;
    color:#666;
    margin-top:10px;
    line-height: 1.6;
}
/* Gallery */
.host-city .host-city-gallery-title {
    font-size:22pt;
    font-weight:800;
    color:#1a1a1a;
    border-left:4px solid #7d5fa3;
    padding-left:14px;
    margin:30px 0 10px 0px;
}
.host-city .host-city-gallery-subtitle {
    font-size:13pt;
    color:#666;
    line-height:1.5;
    margin-bottom: 20px;
}
.host-city .host-city-gallery {
    display:flex;
    gap:1rem;
}
.host-city .gallery-item.large {
    flex:2;
    position:relative;
}
.host-city .gallery-item.small {
    flex:1;
    position:relative;
}
.host-city .gallery-item img {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.host-city .gallery-caption {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:20px 26px;
    background:linear-gradient(0deg,rgba(0,0,0,0.8),transparent);
    color:#fff;
    font-family:'Open Sans',sans-serif;
}
.host-city .gallery-label {
    font-size:10pt;
    font-weight:700;
    letter-spacing:2.5px;
    text-transform:uppercase;
    opacity:0.9;
    color:#e8d9ff;
}
.host-city .gallery-title {
    font-size:20pt;
    font-weight:700;
    margin-top:4px;
    line-height: 1.15;
}

/* ----------------------------------------------------------------------------------
    symposium-venue
 ---------------------------------------------------------------------------------- */
.symposium-venue {

}
/* Styles for symposium venue */
.symposium-venue .sv-header-bg {
    background:#f6f4f8;
    height:200px;
}
.symposium-venue .sv-breadcrumb {
    font-size:11pt;
    color:#888;
    margin:48px 0 0 160px;
}
.symposium-venue .sv-breadcrumb-current {
    color:#7d5fa3;
    font-weight:600;
}
.symposium-venue .sv-hero {
    position:relative;
    height: 500px;
    overflow: hidden;
}
.symposium-venue .sv-hero-img {
    width:100%;
    height: auto;
    object-fit:cover;
    display:block;
    border:1px solid #d8d4dc;
}
.symposium-venue .sv-hero-caption {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:24px 32px;
    background:linear-gradient(0deg,rgba(0,0,0,0.7),transparent);
    color:#fff;
    font-family:'Open Sans',sans-serif;
}
.symposium-venue .sv-hero-label {
    font-size:10pt;
    font-weight:700;
    letter-spacing:2.5px;
    text-transform:uppercase;
    opacity:0.9;
    color:#e8d9ff;
}
.symposium-venue .sv-hero-title {
    font-size:18pt;
    font-weight:700;
    margin-top:4px;
    line-height:1.2;
}
.symposium-venue .sv-section-title {
    font-size:22pt;
    font-weight:800;
    color:#1a1a1a;
    border-left:4px solid #7d5fa3;
    padding-left:14px;
    box-sizing:border-box;
    margin: 50px 0 0;
}
.symposium-venue .flex-area {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}
.symposium-venue .sv-about {
    flex: 1 1 68%;
}
.symposium-venue .sv-about-text {
    font-size:13pt;
    color:#444;
    line-height:1.85;
    margin:24px 0;
}
.symposium-venue .sv-info-box {
    flex: 1 1 32%;
    background:#f6f4f8;
    border:1px solid #d8d4dc;
    padding:20px;

}
.symposium-venue .sv-info-title {
    font-size:10pt;
    font-weight:700;
    color:#7d5fa3;
    letter-spacing:2px;
    text-transform:uppercase;
}
.symposium-venue .sv-venue-name {
    font-size:16pt;
    font-weight:800;
    color:#1a1a1a;
    margin-top:8px;
    line-height:1.2;
}
.symposium-venue .sv-info-item {
    font-size:11pt;
    color:#444;
    line-height:1.7;
    margin-top:14px;
}
.symposium-venue .sv-features-grid {
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
    gap:16px;
    margin-top:20px;
}
.symposium-venue .sv-feature-item {
    background:#fff;
    border:1px solid #d8d4dc;
    padding:20px 22px;
}
.symposium-venue .sv-feature-number {
    font-size:9pt;
    font-weight:700;
    color:#7d5fa3;
    letter-spacing:2px;
}
.symposium-venue .sv-feature-title {
    font-size:14pt;
    font-weight:800;
    color:#1a1a0a;
    margin-top:6px;
    line-height:1.2;
}
.symposium-venue .sv-feature-desc {
    font-size:10pt;
    color:#666;
    margin-top:8px;
    line-height:1.6;
}
.symposium-venue .sv-gallery-grid {
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
    gap:16px;
    margin-top:20px;
}
.symposium-venue .sv-gallery-item {
    position:relative;
}
.symposium-venue .sv-gallery-img {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.symposium-venue .sv-gallery-caption {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:35px 25px;
    background:linear-gradient(0deg,rgba(0,0,0,0.78),transparent);
    color:#fff;
    font-family:'Open Sans',sans-serif;
}
.symposium-venue .sv-gallery-label {
    font-size:13pt;
    font-weight:700;
    letter-spacing:2.5px;
    text-transform:uppercase;
    opacity:0.85;
    color:#e8d9ff;
}
.symposium-venue .sv-gallery-title {
    font-size:16pt;
    font-weight:700;
    margin-top:3px;
    line-height:1.2;
}
.symposium-venue .sv-links-grid {
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
    gap:20px;
    margin-top:20px;
}
.symposium-venue .sv-link-card {
    text-decoration:none;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    padding:28px 30px;
    height:160px;
    box-sizing:border-box;
    box-shadow:0 6px 18px rgba(125,95,163,0.18);
}
.symposium-venue .sv-link-primary {
    background:#7d5fa3;
    color:#fff;
    border:2px solid #7d5fa3;
}
.symposium-venue .sv-link-light {
    background:#fff;
    color:#1a1a1a;
    border:2px solid #7d5fa3;
}
.symposium-venue .sv-link-icon {
    font-size:32pt;
    line-height:1;
}
.symposium-venue .sv-link-title {
    font-size:18pt;
    font-weight:800;
    margin-top:8px;
    line-height:1.15;
}
.symposium-venue .sv-link-url {
    font-size:12pt;
    font-weight:700;
    opacity:0.9;
    letter-spacing: 0.3px;
}
/* Responsive */
@media screen and (max-width:960px) {
    .symposium-venue .sv-hero {
        width:100%;
        margin-left:0;
        height: auto;
    }
    .symposium-venue .sv-features-grid,.symposium-venue .sv-gallery-grid,.symposium-venue .sv-links-grid {
        grid-template-columns:1fr;
    }
    .symposium-venue .flex-area {
        flex-direction: column;
    }
}

/* ----------------------------------------------------------------------------------
    transportation (symposium-venue)
 ---------------------------------------------------------------------------------- */
.symposium-venue.transportation-venue {
    margin: 0 auto;
    padding: 0 20px 60px 20px;
    font-family: 'Open Sans', 'NanumSquareNeo', sans-serif;
    color: #333;
}

/* Header */
.symposium-venue .tp-header {
    background: #f6f4f8;
    padding: 40px 50px;
    border-radius: 8px;
    margin-bottom: 50px;
    position: relative;
    border: 1px solid #e6e0ea;
}
.symposium-venue .tp-breadcrumb {
    font-size: 10.5pt;
    color: #888;
    margin-bottom: 15px;
}
.symposium-venue .tp-breadcrumb span {
    color: #555;
}
.symposium-venue .tp-breadcrumb span.current {
    color: #7d5fa3;
    font-weight: 600;
}
.symposium-venue .tp-title {
    font-size: 28pt;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 12px 0;
    line-height: 1.2;
}
.symposium-venue .tp-subheadline {
    font-size: 12.5pt;
    color: #555;
    line-height: 1.6;
    margin: 0 0 20px 0;
    max-width: 800px;
}
.symposium-venue .tp-accent-line {
    width: 60px;
    height: 4px;
    background: #7d5fa3;
    border-radius: 2px;
}

/* Section */
.symposium-venue .tp-section {
    margin-bottom: 60px;
}
.symposium-venue .tp-section-num {
    font-size: 10pt;
    font-weight: 500;
    color: #7d5fa3;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.symposium-venue .tp-section-title {
    font-size: 24pt;
    font-weight: 900;
    color: #1a1a1a;
    margin: 0 0 12px 0;
    line-height: 1.25;
    letter-spacing: -0.4px;
}
.symposium-venue .tp-section-line {
    width: 60px;
    height: 3px;
    background: #c9a961;
    margin-bottom: 20px;
}
.symposium-venue .tp-section-desc {
    font-size: 12pt;
    color: #666;
    line-height: 1.6;
    margin: 0 0 30px 0;
}

/* Grid Layout */
.symposium-venue .tp-grid {
    display: grid;
    gap: 20px;
}
.symposium-venue .tp-grid.col-4 {
    grid-template-columns: repeat(4, 1fr);
}
.symposium-venue .tp-grid.col-3 {
    grid-template-columns: repeat(3, 1fr);
}
.symposium-venue .tp-grid.col-2 {
    grid-template-columns: repeat(2, 1fr);
}

/* Card: At a Glance */
.symposium-venue .tp-card-at-glance {
    background: #fff;
    border: 1px solid #e6e0ea;
    box-shadow: 0 4px 14px rgba(0,0,0,0.05);
    padding: 24px 26px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    min-height: 300px;
    box-sizing: border-box;
    transition: transform 0.2s, box-shadow 0.2s;
}
.symposium-venue .tp-card-at-glance:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(125,95,163,0.12);
}
.symposium-venue .tp-card-at-glance .card-num {
    font-size: 9.5pt;
    font-weight: 700;
    color: #c9a961;
    letter-spacing: 3px;
}
.symposium-venue .tp-card-at-glance .card-title {
    font-size: 15.5pt;
    font-weight: 800;
    color: #1a1a1a;
    margin: 8px 0 0 0;
    line-height: 1.25;
}
.symposium-venue .tp-card-at-glance .card-line {
    width: 30px;
    height: 2px;
    background: #c9a961;
    margin: 12px 0;
}
.symposium-venue .tp-card-at-glance .card-body {
    flex: 1;
}
.symposium-venue .tp-card-at-glance .card-route-head {
    color: #7d5fa3;
    font-weight: 700;
    font-size: 10pt;
    margin-bottom: 8px;
}
.symposium-venue .tp-card-at-glance .card-route-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 10pt;
    color: #555;
    line-height: 1.75;
}
.symposium-venue .tp-card-at-glance .card-route-list li {
    margin-bottom: 4px;
}
.symposium-venue .tp-card-at-glance .card-note {
    color: #888;
    margin-top: 8px;
    font-size: 9.5pt;
}
.symposium-venue .tp-card-at-glance .card-link {
    color: #7d5fa3;
    font-size: 10pt;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    margin-top: 15px;
    display: inline-block;
}
.symposium-venue .tp-card-at-glance .card-link:hover {
    text-decoration: underline;
}

/* Card: Route detail (Incheon, Gimpo, Cheongju) */
.symposium-venue .tp-card-route {
    background: #fff;
    border: 1px solid #e6e0ea;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 420px;
    box-sizing: border-box;
}
.symposium-venue .tp-card-route.height-auto {
    min-height: auto;
}
.symposium-venue .tp-card-route .card-header {
    background: #1a2847;
    padding: 22px 26px;
}
.symposium-venue .tp-card-route .card-label {
    font-size: 8.5pt;
    font-weight: 700;
    color: #c9a961;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.symposium-venue .tp-card-route .card-title {
    font-size: 16.5pt;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    line-height: 1.25;
}
.symposium-venue .tp-card-route .card-subtitle {
    font-size: 9.5pt;
    color: #cfd6e4;
    margin: 8px 0 0 0;
    line-height: 1.4;
}
.symposium-venue .tp-card-route .card-body {
    padding: 24px 26px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.symposium-venue .tp-card-route .step-title {
    font-size: 8.5pt;
    font-weight: 700;
    color: #888;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.symposium-venue .tp-card-route .step-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 10pt;
    color: #333;
    line-height: 1.75;
    flex: 1;
}
.symposium-venue .tp-card-route .step-list li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
    font-weight: 500;
    font-size: 15px;
}
.symposium-venue .tp-card-route .step-list .step-num {
    color: #7d5fa3;
    font-weight: 700;
    position: absolute;
    left: 0;
}
.symposium-venue .tp-card-route .step-note {
    color: #666;
    font-style: italic;
    margin-top: 12px;
    font-size: 9.5pt;
    border-top: 1px dashed #e6e0ea;
    padding-top: 12px;
}
.symposium-venue .tp-card-route .bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 10pt;
    color: #333;
    line-height: 1.75;
    flex: 1;
}
.symposium-venue .tp-card-route .bullet-list li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 15px;
    font-weight: 500;
    font-size: 15px;
}
.symposium-venue .tp-card-route .bullet-list li::before {
    content: "•";
    color: #7d5fa3;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* Detailed steps for Gimpo */
.symposium-venue .tp-card-route .step-list-detailed {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.symposium-venue .tp-card-route .detail-step {
    border-bottom: 1px solid #f6f4f8;
    padding-bottom: 12px;
}
.symposium-venue .tp-card-route .detail-step:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.symposium-venue .tp-card-route .step-num-title {
    font-size: 10.5pt;
    color: #1a1a1a;
    margin-bottom: 4px;
}
.symposium-venue .tp-card-route .step-num-title strong {
    font-weight: 900;
    font-size: 18px;
}
.symposium-venue .tp-card-route .step-badge {
    color: #7d5fa3;
    font-weight: 700;
    margin-right: 4px;
}
.symposium-venue .tp-card-route .step-text {
    font-size: 14px;
    color: #333;
    margin: 0 0 4px 0;
    line-height: 1.6;
    font-weight: 500;
}
.symposium-venue .tp-card-route .step-subtext {
    font-size: 13px;
    color: #666;
    margin: 0;
    font-style: italic;
    font-weight: 500;
}

/* Card: Navigation */
.symposium-venue .tp-card-nav {
    background: #fff;
    border: 1px solid #e6e0ea;
    box-shadow: 0 4px 14px rgba(0,0,0,0.05);
    padding: 24px 28px;
    border-radius: 6px;
    text-decoration: none;
    display: block;
    min-height: 180px;
    box-sizing: border-box;
    transition: transform 0.2s, box-shadow 0.2s;
}
.symposium-venue .tp-card-nav:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(125,95,163,0.12);
}
.symposium-venue .tp-card-nav .card-label {
    font-size: 8.5pt;
    font-weight: 700;
    color: #c9a961;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.symposium-venue .tp-card-nav .card-title {
    font-size: 16.5pt;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.25;
}
.symposium-venue .tp-card-nav .card-line {
    width: 30px;
    height: 2px;
    background: #c9a961;
    margin: 10px 0;
}
.symposium-venue .tp-card-nav .card-desc {
    font-size: 10pt;
    color: #555;
    margin: 0 0 12px 0;
    line-height: 1.5;
}
.symposium-venue .tp-card-nav .card-link-text {
    font-size: 9.5pt;
    color: #7d5fa3;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Card: Tips */
.symposium-venue .tp-card-tip {
    background: #fff;
    border: 1px solid #e6e0ea;
    box-shadow: 0 4px 14px rgba(0,0,0,0.05);
    padding: 24px 26px;
    border-radius: 6px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.symposium-venue .tp-card-tip .tip-icon {
    font-size: 24pt;
    line-height: 1;
}
.symposium-venue .tp-card-tip .tip-title {
    font-size: 13.5pt;
    font-weight: 800;
    color: #1a1a1a;
    margin: 12px 0 0 0;
    line-height: 1.25;
}
.symposium-venue .tp-card-tip .tip-line {
    width: 30px;
    height: 2px;
    background: #c9a961;
    margin: 10px 0;
}
.symposium-venue .tp-card-tip .tip-desc {
    font-size: 13px;
    color: #555;
    margin: 0;
    line-height: 1.65;
    font-weight: 500;
}

/* Responsive media queries */
@media screen and (max-width: 1024px) {
    .symposium-venue .tp-grid.col-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .symposium-venue .tp-grid.col-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .symposium-venue .tp-header {
        padding: 30px 40px;
    }
    .symposium-venue .tp-title {
        font-size: 24pt;
    }
}

@media screen and (max-width: 768px) {
    .symposium-venue.transportation-venue {
        padding: 0 15px 40px 15px;
    }
    .symposium-venue .tp-header {
        padding: 24px;
        margin-bottom: 35px;
    }
    .symposium-venue .tp-title {
        font-size: 20pt;
    }
    .symposium-venue .tp-subheadline {
        font-size: 11pt;
    }
    .symposium-venue .tp-section-title {
        font-size: 18pt;
    }
    .symposium-venue .tp-grid.col-4,
    .symposium-venue .tp-grid.col-3,
    .symposium-venue .tp-grid.col-2 {
        grid-template-columns: 1fr;
    }
    .symposium-venue .tp-card-route,
    .symposium-venue .tp-card-at-glance,
    .symposium-venue .tp-card-nav,
    .symposium-venue .tp-card-tip {
        min-height: auto;
    }
}

/* ----------------------------------------------------------------------------------
    tours-activities
 ---------------------------------------------------------------------------------- */
.tours-activities {
  max-width: 1920px;
  margin: 0 auto;
  padding: 20px;
}

.tours-activities .page-header {
  background: #f6f4f8;
  padding: 20px;
  margin-bottom: 30px;
}

.tours-activities .breadcrumb {
  font-size: 11pt;
  color: #888;
  margin-bottom: 5px;
}

.tours-activities .breadcrumb .current {
  color: #7d5fa3;
  font-weight: 600;
}

.tours-activities .page-title {
  font-size: 34pt;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.1;
}

.tours-activities .page-subtitle {
  font-size: 13pt;
  color: #666;
  line-height: 1.4;
}

.tours-activities .accent-line {
  width: 50px;
  height: 3px;
  background: #7d5fa3;
  margin: 20px 0;
}

.tours-activities .section {
  margin-top: 40px;
}

.tours-activities .section-index {
  font-size: 9.5pt;
  font-weight: 700;
  color: #7d5fa3;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}

.tours-activities .section-title {
  font-size: 32px;
  font-weight: 900;
  color: #1a1a1a;
  line-height: 1.1;
    margin: 20px 0;
}

.tours-activities .divider {
  width: 60px;
  height: 3px;
  background: #c9a961;
    margin: 20px 0;
}
.tours-activities > div {
     margin-bottom: 60px;
}
.tours-activities .sub-section h4 {
    font-size: 22pt;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1;
    border-left: 4px solid #7d5fa3;
    padding-left: 14px;
    box-sizing: border-box;
    margin: 40px 0 20px;
}
.tours-activities .link-content {
    justify-content: space-between;
    background: #8e63c8;
    border: 1px solid #e5e5e5;
    border-left: 3px solid #7d5fa3;
    display: flex;
    align-items: center;
    padding: 20px 36px;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    margin: 20px 0;
    transition: all 0.4s;
    border-radius: 10px;
}
.tours-activities .link-content:hover {
    transition: all 0.4s;
    background: #62359e;
}

.tours-activities .link-content .link-title {
    font-weight: 900;
    font-size: 30px;
}
.tours-activities .link-content div {
    color: #fff;
}
.tours-activities .intro-body {
  column-count: 2;
  column-gap: 56px;
  font-size: 12pt;
  line-height: 1.85;
  text-align: justify;
  color: #333;
}

.tours-activities .intro-body .drop-cap {
  font-family: Georgia, serif;
  font-size: 46pt;
  font-weight: 700;
  color: #7d5fa3;
  float: left;
  line-height: 0.85;
  padding: 6px 12px 0 0;
}

.tours-activities .panel.upcoming {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-left: 3px solid #7d5fa3;
  padding: 20px;
  margin-top: 20px;
}

.tours-activities .badge {
  background: #7d5fa3;
  color: #fff;
  padding: 6px 14px;
  font-size: 10pt;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.tours-activities .status {
  font-size: 10pt;
  font-weight: 700;
  color: #7d5fa3;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-left: 10px;
}

.tours-activities .panel-text {
  font-size: 26pt;
  font-weight: 800;
  color: #1a1a1a;
  margin-top: 18px;
  line-height: 1.2;
}

.tours-activities .things-to-do .intro {
  font-size: 13pt;
  color: #444;
  line-height: 1.85;
  margin: 24px 0;
}

.tours-activities .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}

.tours-activities .card {
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  text-decoration: none;
  color: inherit;
  padding: 22px;
}
.tours-activities .card > .emoji {
    font-size: 40px;
}
.tours-activities .card .img {
  height: 180px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.tours-activities .label {
  font-size: 9pt;
  font-weight: 700;
  color: #7d5fa3;
  text-transform: uppercase;
  letter-spacing: 2.5px;
    padding: 0;
}

.tours-activities .title {
  font-size: 14pt;
  font-weight: 800;
  color: #1a1a1a;
  margin-top: 6px;
}

.tours-activities .subtitle {
  font-size: 9.5pt;
  color: #888;
  margin-top: 2px;
}

.tours-activities .desc {
  font-size: 10pt;
  color: #555;
  margin-top: 10px;
  line-height: 1.55;
}

.tours-activities .more {
  font-size: 10pt;
  color: #7d5fa3;
  margin-top: 10px;
  font-weight: 600;
}

.tours-activities .cta {
  margin-top: 40px;
}

.tours-activities .cta-card {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #7d5fa3, #5a3f7d);
  color: #fff;
  padding: 30px 20px;
  border-radius: 8px;
  text-decoration: none;
}
.tours-activities .cta-content {
  flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.tours-activities .cta-title {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.15;
}

.tours-activities .cta-subtitle {
  font-size: 12pt;
  opacity: 0.88;
  margin-top: 16px;
}

.tours-activities .cta-button {
  background: #fff;
  color: #7d5fa3;
  padding: 18px 32px;
  font-size: 14pt;
  font-weight: 800;
  border-radius: 4px;
}

/* ----------------------------------------------------------------------------------
    transportation
 ---------------------------------------------------------------------------------- */
.transportation {

}



/* ----------------------------------------------------------------------------------
    Registration
 ---------------------------------------------------------------------------------- */
/* 탭 메뉴 */
.registration .registration-tabs {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    margin: 0px 0 30px;
    border-bottom: 2px solid #f1f3f5;
    padding-bottom: 20px;
}

.registration .registration-tabs .tab-btn {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #495057;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.registration .registration-tabs .tab-btn:hover {
    background: #e9ecef;
    border-color: #ced4da;
    color: #212529;
}

.registration .registration-tabs .tab-btn.active {
    background: #733fc3;
    border-color: #6831bc;
    color: #fff;
}

/* 컨텐츠 애니메이션 */
.registration .tab-content {
    display: none;
}

.registration .tab-content.active {
    display: block;
    animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}
/* 반응형 카드 그리드 */
.registration .fee-cards-container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin: 30px 0;
}

.registration .fee-card {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

/* 카드 테마별 보더 및 헤더 색상 */
.registration .fee-card.early-bird { border: 1px solid #7FAEFF; }
.registration .fee-card.early-bird .card-header { background-color: #EBF2FC; color: #1a4f9f; }

.registration .fee-card.pre-reg { border: 1px solid #E08282; }
.registration .fee-card.pre-reg .card-header { background-color: #FDF0F0; color: #a82c2c; }

.registration .fee-card.on-site { border: 1px solid #93C4A1; }
.registration .fee-card.on-site .card-header { background-color: #EEF7F1; color: #2b6d3c; }

.registration .card-header {
    padding: 20px 15px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.registration .card-header h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.registration .card-header .date-range {
    display: block;
    margin-top: 6px;
    font-size: 15px;
    font-weight: 600;
    opacity: 0.85;
}

/* 카드 본문 */
.registration .card-body {
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-grow: 1;
}

.registration .price-item {
    padding-bottom: 15px;
    border-bottom: 1px dashed #e9ecef;
}

.registration .price-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.registration .price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.registration .price-category {
    font-size: 18px;
    font-weight: 700;
    color: #343a40;
    display: flex;
    align-items: start;
    gap: 8px;
}

.registration .price-category::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-top: 10px;
    border-radius: 50%;
}

.registration .early-bird .price-category::before { background-color: #1a4f9f; }
.registration .pre-reg .price-category::before { background-color: #a82c2c; }
.registration .on-site .price-category::before { background-color: #2b6d3c; }

.registration .price-category span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #868e96;
}

.registration .price-value {
    font-size: 20px;
    font-weight: 800;
    color: #212529;
}

.registration .tour-price {
    text-align: right;
    font-size: 19px;
    color: #495057;
    font-weight: 600;
}

.registration .tour-price span {
    margin-right: 9px;
    font-size: 13px;
    color: #868e96;
}

.registration .tour-price strong {
    color: #e64980;
    font-weight: 700;
}

/* 참가 포함 사항 */
.registration .acknowledgement-box {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 24px;
    margin-top: 35px;
    border: 1px solid #e9ecef;
}

.registration .acknowledgement-box h4 {
    margin: 0 0 15px 0;
    font-size: 17px;
    font-weight: 900;
    color: #212529;
    display: flex;
    align-items: center;
    gap: 8px;
}

.registration .acknowledgement-box h4 i {
    color: #104C92;
    font-size: 18px;
}

.registration .acknowledgement-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.registration .acknowledgement-list li {
    color: #495057;
    font-size: 15px;
    line-height: 1.6;
    position: relative;
    padding-left: 18px;
}

.registration .acknowledgement-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #104C92;
    font-weight: bold;
    font-size: 16px;
    top: -1px;
}

/* 온라인 등록 배너 */
.registration .online-registration-banner {
    background: linear-gradient(135deg, #104C92, #0d3d75);
    color: #fff;
    padding: 30px 20px;
    border-radius: 8px;
    text-align: center;
    margin-top: 35px;
    box-shadow: 0 4px 15px rgba(16, 76, 146, 0.15);
}

.registration .online-registration-banner h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.registration .online-registration-banner p {
    margin: 0;
    font-size: 14.5px;
    opacity: 0.9;
}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1300px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 960px) {
    /* registration.vm */
    .registration .fee-cards-container {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
    .registration .fee-card {
        width: 100%;
        max-width: 480px;
    }
    /* host-city.vm */
    .host-city .flex-area {
        flex-direction: column;
        gap: 30px;
    }
    .host-city .host-city-keyfacts {
        grid-template-columns: repeat(2, 1fr);
    }
    .host-city .host-city-reason-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .host-city .host-city-gallery {
        flex-direction: column;
        gap: 1.5rem;
    }
    /* symposium-venue.vm */
    .symposium-venue .flex-area {
        flex-direction: column;
    }
    /* tours-activities.vm */
    .tours-activities .link-content {
        flex-direction: column;
        align-items: flex-start;
    }
    .tours-activities .link-content .link-title {
        font-size: 20px;
    }
    .tours-activities .cta-content {
        flex-direction: column;
        gap:20px;
    }
    .tours-activities .panel-text {
        font-size: 20px;
    }
    .tours-activities .cta-title {
        font-size: 30px;
    }
    .tours-activities .section-title {
        font-size: 30px;
    }
    .tours-activities .intro-body {
        column-count: 1;
    }
    .tours-activities .grid {
        grid-template-columns: 1fr;
    }
    .tours-activities .page-header {
        padding: 15px;
    }
}
@media screen and (max-width: 600px) {
    /* registration.vm */
    .registration .card-header {
        padding: 15px 10px;
    }
    .registration .registration-tabs {
        flex-direction: column;
        gap:5px;
    }
    .registration .card-header h4 {
        font-size: 17px;
    }
    .registration .card-header .date-range {
        margin-top: 0;
    }
    .registration .price-value,
    .registration .tour-price {
        font-size: 16px;
    }
    /* host-city.vm */
    .host-city .host-city-section-title {
        font-size: 18pt;
    }
    .host-city .host-city-headline {
        font-size: 24pt;
    }
    .host-city .host-city-subheadline {
        font-size: 12pt;
    }
    .host-city .host-city-paragraph {
        font-size: 10pt;
    }
    .host-city .host-city-keyfacts-title,
    .host-city .host-city-reasons-title,
    .host-city .host-city-gallery-title {
        font-size: 18pt;
    }
    .host-city .fact-value {
        font-size: 24pt;
    }
    .host-city .reason-title {
        font-size: 12pt;
    }
    .host-city .reason-text {
        font-size: 9pt;
    }
    .host-city .host-city-video-thumbnail {
        width: 100% !important;
    }

}
