/*# sourceURL=../../src/css/program-renew.css?ver=260703 */
/*@ sourceURL=../../src/css/program-renew.css?ver=260703 */
/*@ sourceURL=../../src/css/program-renew.css?ver=260703 */
@charset "utf-8";
/* =====================================================================
   ISCR 2026 · PROGRAM RENEWAL
   키비주얼(골드+블루 큐브, 다크 네이비) 결에 맞춘 프로그램 페이지 스타일
   - 기존 마크업(.detail_program, .program_tbl, .sub-visual) 위에 덧입히는 오버라이드
   - 큰 폰트 / 시원한 자간·행간 / 카드형 세션
   ===================================================================== */

:root {
    --pg-navy-900: #0b1a3a;
    /* 키비주얼 배경 딥네이비 */
    --pg-navy-800: #112e5a;
    --pg-navy-700: #17407e;
    --pg-blue: #1f6fd6;
    /* 큐브 블루면 */
    --pg-blue-lt: #eaf3ff;
    --pg-gold: #e0a52e;
    /* 큐브 골드면 */
    --pg-gold-dk: #b57e17;
    --pg-gold-lt: #fdf5e4;
    --pg-ink: #16233d;
    --pg-gray: #5a6577;
    --pg-line: #e3e8f0;
    --pg-radius: 18px;
}


/* ---------------------------------------------------------------
   2. 컨텐츠 제목
   --------------------------------------------------------------- */
.sub-title {
    font-size: 40px;
    font-weight: 800;
    color: var(--pg-ink);
    letter-spacing: -0.01em;
    padding-bottom: 22px;
}

.sub-title::after {
    height: 4px;
    background: linear-gradient(90deg, #376bbf 0%, var(--pg-navy-700) 100%);
    border-radius: 4px;
}

/* Day 뱃지 (제목 옆) */
.pg-daytag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: 14px;
    padding: 7px 16px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.02em;
    vertical-align: middle;
    transform: translateY(-6px);
}

.pg-daytag.gold {
    background: var(--pg-gold-lt);
    color: var(--pg-gold-dk);
}

.pg-daytag.blue {
    background: var(--pg-blue-lt);
    color: var(--pg-navy-700);
}

/* ---------------------------------------------------------------
   3. 전체일정 : 하이라이트 요약 카드 2열
   --------------------------------------------------------------- */
.pg-overview {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    margin-bottom: 56px;
}

.pg-ovcard {
    position: relative;
    border-radius: var(--pg-radius);
    padding: 34px 34px 30px;
    background: #fff;
    border: 1px solid var(--pg-line);
    box-shadow: 0 18px 46px -22px rgba(17, 46, 90, 0.28);
    overflow: hidden;
}

.pg-ovcard::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
}

.pg-ovcard.gold::before {
    background: linear-gradient(180deg, var(--pg-gold) 0%, var(--pg-gold-dk) 100%);
}

.pg-ovcard.blue::before {
    background: linear-gradient(180deg, var(--pg-blue) 0%, var(--pg-navy-700) 100%);
}

.pg-ovcard .pg-daychip {
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
    font-weight: 800;
    margin-bottom: 4px;
}

.pg-ovcard .pg-daychip .num {
    font-size: 30px;
}

.pg-ovcard .pg-daychip .date {
    font-size: 17px;
    font-weight: 600;
    color: var(--pg-gray);
    letter-spacing: 0.01em;
}

.pg-ovcard.gold .pg-daychip .num {
    color: var(--pg-gold-dk);
}

.pg-ovcard.blue .pg-daychip .num {
    color: var(--pg-navy-700);
}

.pg-ovcard .pg-sessionrow {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 0;
    border-top: 1px solid var(--pg-line);
}

.pg-ovcard .pg-sessionrow:first-of-type {
    margin-top: 14px;
    
}

.pg-ovcard .pg-tag {
    flex: 0 0 auto;
    min-width: 78px;
    text-align: center;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.pg-tag.open {
    background: #eef6ee;
    color: #2f7d4f;
}

.pg-tag.closed {
    background: #fbeeee;
    color: #c0503f;
}

.pg-tag.closedwrap {
    background: #fbeeee;
    color: #c0503f;
}
.pg-tag.event {
    background: #f3f2f6;
    color: #5a5470;
}

.pg-ovcard .pg-sessionrow .pg-stit {
    font-size: 19px;
    font-weight: 700;
    color: var(--pg-ink);
    line-height: 1.5;
    letter-spacing: -0.01em;
}
.pg-ovcard .pg-sessionrow .pg-stit.center {
    text-align: center;
    display:block;
    width:100%;
}
.pg-ovcard .pg-sessionrow .pg-p {
    color:#666;
    font-weight:500;
    font-size:0.95rem;
    margin-top:3px;
    width:100%;
    display:block;
}
/* ---------------------------------------------------------------
   4. 상세 세션 카드 (.detail_program 재정의)
   --------------------------------------------------------------- */
.program-renew .detail_program {
    margin: 0 0 36px;
    border-radius: var(--pg-radius);
    border: 1px solid var(--pg-line);
    box-shadow: 0 20px 50px -26px rgba(17, 46, 90, 0.30);
}

/* 세션 헤더 바 */
.program-renew .detail_program .title {
    margin-bottom: 0;
    padding: 22px 34px;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -0.01em;
    background: linear-gradient(100deg, var(--pg-navy-800) 0%, var(--pg-navy-700) 100%);
    align-items: center;
}

.program-renew .detail_program .title em {
    font-size: 15px;
    font-weight: 500;
    color: #ffd98a;
    letter-spacing: 0.005em;
}

/* Day1(골드) / Day2(블루) 헤더 색 구분 */
/*.program-renew .day1 .detail_program .title {
    background: linear-gradient(100deg, #b57e17 0%, #ebad1c 100%);
}
.program-renew .day1 .detail_program .title em { color: #fff2d6; }
.program-renew .day2 .detail_program .title {
    background: linear-gradient(100deg, var(--pg-navy-800) 0%, var(--pg-blue) 100%);
}*/

/* 세션 넘버 pill */
.pg-sesspill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    margin-right: 14px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    vertical-align: middle;
}

/* 일시/주제 요약(dl) */
.program-renew .detail_program dl {
    padding: 30px 44px 8px;
    gap: 0 0;
}

.program-renew .detail_program dl dt {
    width: 96px;
    min-width: 96px;
    height: 38px;
    padding: 0 16px;
    border-radius: 10px;
    background: var(--pg-ink);
    font-size: 15px;
}

.program-renew .day1 .detail_program dl dt,
.program-renew .day2 .detail_program dl dt {
    background: var(--pg-gold-dk);
}

.program-renew .detail_program dl dt span {
    font-size: 15px;
}

.program-renew .detail_program dl dd {
    width: calc(100% - 96px);
    height: 38px;
    padding-left: 20px;
    font-size: 19px;
    font-weight: 600;
    color: var(--pg-ink);
}

/* 표 */
.program-renew .detail_program .prog_rt {
    padding: 26px 44px 44px;
}

.program-renew .detail_program .tbl_wrap table {
    border-top: 3px solid var(--pg-ink);
}

.program-renew .day1 .detail_program .tbl_wrap table {
    border-top-color: var(--pg-gold-dk);
}

.program-renew .day2 .detail_program .tbl_wrap table {
    border-top-color: var(--pg-gold-dk);
}

.program-renew .detail_program .tbl_wrap table tr th {
    padding: 16px 14px;
    font-size: 18px;
    font-weight: 700;
    color: var(--pg-ink);
    background: #f5f7fb;
    border-bottom: 1px solid var(--pg-line);
    border-right: 1px solid var(--pg-line);
}

.program-renew .detail_program .tbl_wrap table tr td {
    padding: 18px 16px;
    font-size: 18px;
    line-height: 1.6;
    color: #2a3547;
    border-bottom: 1px solid var(--pg-line);
    border-right: 1px solid var(--pg-line);
}

.program-renew .detail_program .tbl_wrap table tr td.time {
    font-weight: 700;
    color: var(--pg-gray);
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.program-renew .detail_program .tbl_wrap table tr td b {
    font-weight: 700;
    color: var(--pg-ink);
    font-size: 1.02em;
}

.program-renew .detail_program .tbl_wrap table tr td.yellow {
    background: var(--pg-gold-lt);
}

.program-renew .detail_program .tbl_wrap table tr td.yellow b {
    color: var(--pg-gold-dk);
}

.program-renew .detail_program p.tbl_info {
    font-size: 15px;
    color: var(--pg-gray);
    margin-top: 14px;
}

/* ---------------------------------------------------------------
   5. 안내 노트 (하단 공지)
   --------------------------------------------------------------- */
.pg-note {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
    padding: 18px 24px;
    border-radius: 12px;
    background: var(--pg-blue-lt);
    border: 1px solid #d4e6ff;
    font-size: 17px;
    font-weight: 600;
    color: var(--pg-navy-700);
    line-height: 1.55;
}

.pg-note::before {
    content: "!";
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--pg-blue);
    color: #fff;
    font-weight: 800;
    font-size: 15px;
}

.pg-note.closed {
    background: #fdf1ef;
    border-color: #f6d6cf;
    color: #b0402e;
}

.pg-note.closed::before {
    background: #d0553f;
}

/* ---------------------------------------------------------------
   6. 반응형
   --------------------------------------------------------------- */
@media (max-width: 1024px) {
    .pg-overview {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .program-renew .detail_program dl {
        padding: 24px 26px 4px;
    }

    .program-renew .detail_program .prog_rt {
        padding: 20px 26px 34px;
    }
}

@media (max-width: 720px) {
    .pg-daytag {
        display: inline-flex;
        margin-left: 10px;
        transform: translateY(-4px);
        font-size: 14px;
        padding: 5px 12px;
    }

    .pg-ovcard {
        padding: 24px 22px;
    }

    .pg-ovcard .pg-daychip .num {
        font-size: 25px;
    }

    .pg-ovcard .pg-sessionrow {
        flex-wrap: wrap;
        gap: 10px;
    }

    .pg-ovcard .pg-sessionrow .pg-stit {
        font-size: 17px;
        width: 100%;
    }

    .program-renew .detail_program .title {
        padding: 18px 20px;
        font-size: 20px;
    }

    .program-renew .detail_program .title em {
        display: block;
        margin-top: 6px;
        font-size: 13px;
    }

    .pg-sesspill {
        min-width: 30px;
        height: 30px;
        font-size: 14px;
        margin-right: 10px;
    }

    .program-renew .detail_program dl {
        padding: 20px 18px 4px;
    }

    .program-renew .detail_program dl dt {
        width: 84px;
        min-width: 84px;
        height: 34px;
    }

    .program-renew .detail_program dl dd {
        width: calc(100% - 84px);
        height: auto;
        min-height: 34px;
        font-size: 16px;
        padding-left: 14px;
    }

    .program-renew .detail_program .prog_rt {
        padding: 16px 16px 26px;
    }

    .program-renew .detail_program .tbl_wrap table tr th,
    .program-renew .detail_program .tbl_wrap table tr td {
        padding: 12px 8px;
        font-size: 15px;
    }

    .pg-note {
        font-size: 15px;
        padding: 15px 16px;
    }
}


/* =====================================================================
   ISCR 2026 · OVERVIEW RENEWAL  (.overview-renew 스코프)
   프로그램 페이지와 동일한 큐브 디자인 언어 공유
   ===================================================================== */

.overview-renew .overview {
    max-width: 100%;
}

/* ---------- 1. 인트로(인사말) : 다크 큐브 카드 ---------- */
.ov-intro {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 0;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 30px 70px -34px rgba(11, 26, 58, 0.55);
    margin-bottom: 70px;
}

.ov-intro .ov-intro-txt {
    background:
        radial-gradient(circle at 12% 18%, rgba(224, 165, 46, 0.20) 0%, rgba(224, 165, 46, 0) 45%),
        radial-gradient(circle at 90% 88%, rgba(31, 111, 214, 0.24) 0%, rgba(31, 111, 214, 0) 50%),
        linear-gradient(135deg, #0b1a3a 0%, #10306a 100%);
    padding: 56px 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.ov-intro .ov-eyebrow {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.32em;
    color: var(--pg-gold);
    margin-bottom: 22px;
}

.ov-intro .ov-desc {
    font-size: 20px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
}

.ov-intro .ov-desc b {
    color: #ffd98a;
    font-weight: 700;
}

.ov-intro .ov-desc .block {
    display: block;
    margin-top: 16px;
}

/* 이미지 영역: 투명 로고가 선명히 보이도록 밝은 배경 */
.ov-intro .ov-intro-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 44px;
    background:#10306a;
    overflow: hidden;
}

.ov-intro .ov-intro-img::before {
    /* 은은한 큐브 격자 */
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(31, 111, 214, 0.3) 1px, transparent 1px),
        linear-gradient(90deg, rgba(31, 111, 214, 0.3) 1px, transparent 1px);
    background-size: 38px 38px;
    pointer-events: none;
}

.ov-intro .ov-intro-img img {
    position: relative;
    width: 100%;
    max-width: 340px;
    height: auto;
    display: block;
}

/* ---------- 2. 행사개요 ---------- */
.ov-facts {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    gap: 44px;
    align-items: start;
}

.ov-facts .ov-poster {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 56px -28px rgba(11, 26, 58, 0.5);
    background: #0a1730;
    max-width: 400px;
}

.ov-facts .ov-poster img {
    width: 100%;
    height: auto;
    display: block;
}

.ov-facts .ov-info {
    display: flex;
    flex-direction: column;
}

.ov-facts .ov-info .ov-info-tit {
    font-size: 24px;
    font-weight: 800;
    color: var(--pg-ink);
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 3px solid var(--pg-ink);
    display: flex;
    align-items: center;
    gap: 10px;
}

.ov-facts .ov-info .ov-info-tit::before {
    content: "";
    width: 8px;
    height: 22px;
    border-radius: 2px;
    background: linear-gradient(180deg, var(--pg-gold), var(--pg-blue));
}

.ov-dl {
    margin: 0;
}

.ov-dl .ov-row {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 20px;
    padding: 20px 4px;
    border-bottom: 1px solid var(--pg-line);
    align-items: start;
}

.ov-dl .ov-row:last-child {
    border-bottom: none;
}

.ov-dl .ov-key {
    font-size: 18px;
    font-weight: 700;
    color: var(--pg-navy-700);
    display: flex;
    align-items: center;
}

.ov-dl .ov-key::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--pg-gold);
    margin-right: 10px;
    flex: 0 0 auto;
}

.ov-dl .ov-val {
    font-size: 18px;
    line-height: 1.65;
    color: #2a3547;
    font-weight: 500;
}

.ov-dl .ov-val .em {
    color: var(--pg-ink);
    font-weight: 700;
}

.ov-dl .ov-val .slogan-en {
    display: block;
    font-weight: 700;
    color: var(--pg-navy-700);
    margin-bottom: 8px;
    font-size: 18px;
}

.ov-dl .ov-val .slogan-en b {
    color:var(--pg-gold);
}

.ov-dl .ov-val .slogan-desc {
    font-size: 16px;
    line-height: 1.75;
    color: var(--pg-gray);
    font-weight: 400;
}

.ov-dl .ov-val .police-logo img {
    max-height: 36px;
}

/* ---------- 반응형 ---------- */
@media (max-width: 1024px) {
    .ov-intro {
        grid-template-columns: 1fr;
    }

    .ov-intro .ov-intro-img {
        order: -1;
        padding: 40px;
    }

    .ov-intro .ov-intro-img img {
        max-width: 300px;
    }

    .ov-facts {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .ov-facts .ov-poster {
        max-width: 300px;
        margin: 0 auto;
    }
}

@media (max-width: 720px) {
    .ov-intro .ov-intro-txt {
        padding: 34px 24px;
    }

    .ov-intro .ov-desc {
        font-size: 17px;
    }

    .ov-intro .ov-intro-img {
        padding: 32px 24px;
    }

    .ov-intro .ov-intro-img img {
        max-width: 240px;
    }

    .ov-facts .ov-info .ov-info-tit {
        font-size: 20px;
    }

    .ov-dl .ov-row {
        grid-template-columns: 92px 1fr;
        gap: 12px;
        padding: 16px 2px;
    }

    .ov-dl .ov-key {
        font-size: 16px;
    }

    .ov-dl .ov-val {
        font-size: 16px;
    }

    .ov-dl .ov-val .slogan-en {
        font-size: 16px;
    }
}


/* =====================================================================
   ISCR 2026 · LOCATION RENEWAL  (.location-renew 스코프)
   찾아오시는 길 — 프로그램/오버뷰와 동일한 큐브 디자인 언어
   ===================================================================== */

/* ---------- 1. 행사장 배너 + 지도 ---------- */
.loc-venue {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 0;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 30px 70px -34px rgba(11, 26, 58, 0.55);
    margin-bottom: 60px;
}

.loc-venue .loc-info {
    background:
        radial-gradient(circle at 12% 15%, rgba(224, 165, 46, 0.20) 0%, rgba(224, 165, 46, 0) 46%),
        radial-gradient(circle at 92% 90%, rgba(31, 111, 214, 0.26) 0%, rgba(31, 111, 214, 0) 52%),
        linear-gradient(135deg, #0b1a3a 0%, #10306a 100%);
    padding: 52px 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.loc-venue .loc-label {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 8px;
    margin-bottom: 20px;
    padding: 7px 16px;
    border-radius: 999px;
    background: rgba(224, 165, 46, 0.16);
    color: var(--pg-gold);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.loc-venue .loc-name {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -0.01em;
    margin-bottom: 18px;
}

.loc-venue .loc-addr {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}

.loc-venue .loc-addr::before {
    content: "";
    flex: 0 0 auto;
    margin-top: 4px;
    width: 18px;
    height: 18px;
    background: var(--pg-gold);
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5A2.5 2.5 0 1112 6a2.5 2.5 0 010 5.5z'/></svg>") center/contain no-repeat;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5A2.5 2.5 0 1112 6a2.5 2.5 0 010 5.5z'/></svg>") center/contain no-repeat;
}

.loc-venue .loc-map {
    position: relative;
    min-height: 340px;
    background: #eef2f8;
}

.loc-venue .loc-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 340px;
    border: 0;
}

/* ---------- 2. 교통 안내 섹션 ---------- */
.loc-sec {
    margin-bottom: 52px;
}

.loc-sec-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.loc-sec-head .loc-sec-tit {
    font-size: 24px;
    font-weight: 800;
    color: var(--pg-ink);
    letter-spacing: -0.01em;
}

.loc-sec-head::before {
    content: "";
    width: 8px;
    height: 24px;
    border-radius: 2px;
    background: linear-gradient(180deg, var(--pg-gold), var(--pg-blue));
}

/* 교통 카드 그리드 */
.loc-cards {
    display: grid;
    gap: 18px;
}

.loc-cards.col2 {
    grid-template-columns: 1fr 1fr;
}

.loc-card {
    border-radius: 16px;
    border: 1px solid var(--pg-line);
    background: #fff;
    box-shadow: 0 16px 44px -26px rgba(17, 46, 90, 0.26);
    padding: 26px 28px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.loc-card .loc-ic {
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--pg-blue-lt);
}

.loc-card .loc-ic img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.loc-card.gold .loc-ic {
    background: var(--pg-gold-lt);
}

.loc-card .loc-body {
    flex: 1 1 auto;
}

.loc-card .loc-card-tit {
    font-size: 19px;
    font-weight: 800;
    color: var(--pg-ink);
    margin-bottom: 12px;
}

.loc-route {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.loc-route .loc-route-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    line-height: 1.55;
    color: #2a3547;
    font-weight: 500;
}

.loc-line {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
}

.loc-line.l5 {
    background: #8B50A4;
}

/* 5호선 */
.loc-line.l9 {
    background: #BDB092;
}

/* 9호선 */
.loc-route .loc-sub {
    color: var(--pg-gray);
    font-weight: 500;
}

/* 공항 (넓은 카드, 세로 스텝) */
.loc-airport {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.loc-air-card {
    border-radius: 16px;
    border: 1px solid var(--pg-line);
    background: #fff;
    box-shadow: 0 16px 44px -26px rgba(17, 46, 90, 0.26);
    overflow: hidden;
}

.loc-air-head {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 26px;
    background: linear-gradient(100deg, var(--pg-navy-800) 0%, var(--pg-navy-700) 100%);
    color: #fff;
}

.loc-air-head .loc-ic {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
}

.loc-air-head .loc-ic img {
    width: 26px;
    height: 26px;
}

.loc-air-head .loc-air-name {
    font-size: 20px;
    font-weight: 800;
}

.loc-air-body {
    padding: 8px 26px 22px;
}

.loc-way {
    display: flex;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid var(--pg-line);
}

.loc-way:last-child {
    border-bottom: none;
}

.loc-way .loc-way-mode {
    flex: 0 0 96px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    color: var(--pg-navy-700);
}

.loc-way .loc-way-mode img {
    width: 20px;
    height: 20px;
}

.loc-way .loc-way-desc {
    flex: 1 1 auto;
    font-size: 16px;
    line-height: 1.65;
    color: #2a3547;
}

.loc-way .loc-way-desc .em {
    font-weight: 700;
    color: var(--pg-ink);
}

/* ---------- 반응형 ---------- */
@media (max-width: 1024px) {
    .loc-venue {
        grid-template-columns: 1fr;
    }

    .loc-venue .loc-info {
        padding: 40px 32px;
    }

    .loc-cards.col2 {
        grid-template-columns: 1fr;
    }

    .loc-airport {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .location-renew .sub-title {
        font-size: 26px;
    }

    .loc-venue .loc-name {
        font-size: 23px;
    }

    .loc-venue .loc-addr {
        font-size: 16px;
    }

    .loc-sec-head .loc-sec-tit {
        font-size: 20px;
    }

    .loc-card {
        padding: 22px 20px;
        gap: 16px;
    }

    .loc-card .loc-ic {
        width: 48px;
        height: 48px;
    }

    .loc-card .loc-card-tit {
        font-size: 17px;
    }

    .loc-route .loc-route-item {
        font-size: 15px;
    }

    .loc-air-head {
        padding: 18px 20px;
    }

    .loc-air-head .loc-air-name {
        font-size: 18px;
    }

    .loc-air-body {
        padding: 6px 20px 18px;
    }

    .loc-way {
        flex-direction: column;
        gap: 8px;
        padding: 14px 0;
    }

    .loc-way .loc-way-mode {
        flex: none;
    }

    .loc-way .loc-way-desc {
        font-size: 15px;
    }
}


/* =====================================================================
   ISCR 2026 · HISTORY RENEWAL  (.history-renew 스코프)
   ※ 내용/순서/구조는 그대로. 히어로·제목·색감 등 "결"만 큐브 톤으로 통일.
   ===================================================================== */

/* 히어로 */
.sub-visual {
    height: 320px;
    background:
        radial-gradient(circle at 78% 30%, rgba(224, 165, 46, 0.28) 0%, rgba(224, 165, 46, 0) 42%),
        radial-gradient(circle at 88% 78%, rgba(31, 111, 214, 0.30) 0%, rgba(31, 111, 214, 0) 46%),
        linear-gradient(120deg, #0a1730 0%, #0e2350 55%, #10306a 100%);
}

.sub-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 46px 46px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 55%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 55%);
    pointer-events: none;
}

.sub-visual .wrapper {
    position: relative;
    z-index: 2;
}

.sub-visual-title {
    font-size: 54px;
    font-weight: 800;
    letter-spacing: 0.04em;
    margin-top: 96px;
    color: #fff;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

.sub-visual-title::after {
    content: "ISCR2026";
    display: block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5em;
    margin-top: 12px;
    color: var(--pg-gold);
    opacity: 0.9;
}

.sub-title {
    font-size: 40px;
    font-weight: 800;
    color: var(--pg-ink);
    letter-spacing: -0.01em;
    padding-bottom: 22px;
}

.sub-title::after {
    height: 4px;
    border-radius: 4px;
    background: linear-gradient(90deg, #376bbf 0%, var(--pg-navy-700) 100%);
}

/* ---------- 인트로(security) : 큐브 톤 카드 ---------- */
.history-renew .security-wrap {
    margin-bottom: 44px;
    padding: 34px 40px;
    border-bottom: none;
    border-radius: 18px;
    background:
        radial-gradient(circle at 10% 20%, rgba(224, 165, 46, 0.06) 0%, rgba(224, 165, 46, 0) 50%),
        linear-gradient(135deg, #f5f8fd 0%, #eef3fb 100%);
    border: 1px solid var(--pg-line);
}

.history-renew .security .security-rt p {
    line-height: 1.7;
    color: var(--pg-ink);
}

.history-renew .security .security-rt p span {
    color: var(--pg-navy-700) !important;
    font-weight: 800;
}

/* ---------- 2025 / 2024 대형 카드 ---------- */
.history-renew .history2024 {
    border-bottom: none;
    border: 1px solid var(--pg-line);
    border-radius: 18px;
    box-shadow: 0 18px 46px -26px rgba(17, 46, 90, 0.24);
    padding: 32px 30px;
    background: #fff;
}

.history-renew .history2024 .left .img img,
.history-renew .history2024 .right video,
.history-renew .history2024 .right iframe {
    border-radius: 12px;
}

.history-renew .history2024 .mid b {
    color: var(--pg-navy-700);
}

.history-renew .history2024 .mid .txt .his-tit {
    color: var(--pg-ink);
}

.history-renew .history2024 .mid .his-tit::before {
    height: 3px;
    width: 46px;
    background: linear-gradient(90deg, var(--pg-gold), var(--pg-blue));
}

.history-renew .mainColor {
    color: var(--pg-navy-700) !important;
}

/* ---------- 포스터 그리드 카드 ---------- */
.history-renew .poster li a {
    border: 1px solid var(--pg-line);
    border-radius: 14px;
    padding: 16px 16px 20px;
    background: #fff;
    box-shadow: 0 14px 40px -26px rgba(17, 46, 90, 0.22);
    transition: transform .28s ease, box-shadow .28s ease;
    height: 100%;
}

.history-renew .poster li a:hover {
    transform: translateY(-5px);
    box-shadow: 0 26px 56px -26px rgba(17, 46, 90, 0.34);
}

.history-renew .poster li a b {
    color: var(--pg-navy-700);
}

.history-renew .poster li a b em {
    color: var(--pg-gold-dk);
}

.history-renew .poster li a .his-tit {
    color: var(--pg-ink);
}

.history-renew .poster li a .his-tit::before {
    height: 3px;
    width: 46px;
    background: linear-gradient(90deg, var(--pg-gold), var(--pg-blue));
}

/* ---------- 연혁 타임라인(years) ---------- */
.history-renew .years strong {
    color: var(--pg-navy-700);
}

.history-renew .years strong::before {
    background: var(--pg-gold);
    box-shadow: 0 0 0 10px rgba(224, 165, 46, 0.22);
}

.history-renew .years strong::after {
    height: 3px;
    background: linear-gradient(90deg, var(--pg-navy-700), var(--pg-blue));
}

.history-renew .years-rt::before,
.history-renew .years-lt::before {
    background: var(--pg-line);
}

.history-renew .years dl dt {
    border-color: var(--pg-blue);
    color: var(--pg-blue);
    font-weight: 700;
}

.history-renew .years dl dd p {
    color: var(--pg-ink);
    font-weight: 600;
}

.history-renew .years dl dd ul li::before {
    background: var(--pg-gold);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 9px;
}

/* ---------- 반응형(히어로/제목만) ---------- */
@media (max-width: 1024px) {
    .sub-visual-title {
        font-size: 44px;
        margin-top: 84px;
    }

    .sub-title {
        font-size: 32px;
    }

    .history-renew .security-wrap {
        padding: 28px 26px;
    }
}

@media (max-width: 720px) {
    .sub-visual {
        height: 240px;
    }

    .sub-visual-title {
        font-size: 34px;
        margin-top: 70px;
    }

    .sub-visual-title::after {
        font-size: 12px;
        letter-spacing: 0.4em;
    }

    .sub-title {
        font-size: 26px;
    }

    .history-renew .security-wrap {
        padding: 22px 18px;
    }

    .history-renew .history2024 {
        padding: 22px 18px;
    }
}


/* =====================================================================
   ISCR 2026 · MAIN(index) RENEWAL  (.main-renew 스코프)
   ※ 구조/영상/레이아웃 그대로. 네온 색감만 큐브 톤(골드·블루)으로 조율.
   ===================================================================== */

/* "프로그램" 버튼 : 하늘색 네온 → 큐브 블루/골드 네온 */
.main-renew .both .right a {
    color: #eaf3ff;
    text-shadow:
        0 0 1px rgba(31, 111, 214, 0.9),
        0 0 3px rgba(31, 111, 214, 0.7),
        0 0 12px rgba(31, 111, 214, 0.55),
        0 0 22px rgba(224, 165, 46, 0.35);
    letter-spacing: 0.04em;
    transition: background .4s, letter-spacing .4s;
}

.main-renew .both .right a:hover {
    background: rgba(7, 16, 34, 0.92);
    letter-spacing: 0.09em;
}

.main-renew .both .right a:hover::before {
    color: var(--pg-gold);
}

/* 영상 섹션 헤더 : 핑크 네온 → 큐브 톤 */
.main-renew .btns .btn-left h3 span,
.main-renew .btns .btn-right h3 span {
    color: var(--pg-gold);
    text-shadow:
        0 0 1px rgba(224, 165, 46, 0.8),
        0 0 6px rgba(224, 165, 46, 0.4);
    letter-spacing: 0.06em;
    font-weight: 600;
}

.main-renew .btns .btn-left h3 p,
.main-renew .btns .btn-right h3 p {
    color: #eaf3ff;
    text-shadow:
        0 0 1px rgba(31, 111, 214, 0.9),
        0 0 4px rgba(31, 111, 214, 0.6),
        0 0 14px rgba(31, 111, 214, 0.4);
    font-weight: 300;
    letter-spacing: 0.02em;
}

/* 영상 프레임 : 큐브 톤 테두리 + 라운드 + 은은한 글로우 */
.main-renew .main-video .main-video-wrap {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(120, 170, 240, 0.35);
    box-shadow:
        0 22px 50px -22px rgba(0, 0, 0, 0.6),
        0 0 0 1px rgba(224, 165, 46, 0.12);
}

.main-renew .main-video .main-video-wrap video {
    border-radius: 16px;
    background: #050b18;
}

/* 반응형에서도 자간만 살짝 완화 */
@media (max-width: 720px) {
    .main-renew .both .right a {
        letter-spacing: 0.02em;
    }

    .main-renew .btns .btn-left h3 span,
    .main-renew .btns .btn-right h3 span {
        letter-spacing: 0.03em;
    }
}


/* ===== 갤러리 게시판 목록 ===== */
/* 연도 구분 헤더 */
.gall-year-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 50px;
    margin-bottom: 5px;
}

.gall-year-head:first-child {
    margin-top: 0;
}

.gall-year-head .y-num {
    font-size: 30px;
    font-weight: 700;
    color: #00427c;
    line-height: 1;
    letter-spacing: -0.02em;
}

.gall-year-head .y-line {
    flex: 1;
    height: 1px;
    background: #d9d9d9;
}

.gall-year-head .y-count {
    font-size: 15px;
    font-weight: 500;
    color: #888;
}

.gall-year-head .y-count b {
    color: #009de0;
    font-weight: 700;
}

/* 갤러리 그리드 (4열) */
.gallery-board.gall-grid {
    padding: 25px 0 0;
    border-top: none;
}

.gall-grid .gall-ul {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.gall-grid .gall-li {
    width: 25%;
}

.gall-grid .gall-link {
    display: block;
    height: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    transition: transform .3s, box-shadow .3s, border-color .3s;
}

.gall-grid .gall-link:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0, 66, 124, 0.13);
    border-color: #00427c;
}

/* 썸네일 */
.gall-grid .gall-thumb {
    position: relative;
    height: 0;
    padding-bottom: 70%;
    border-radius: 0;
    overflow: hidden;
    background: #eef2f6;
}

.gall-grid .gall-thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}

.gall-grid .gall-link:hover .gall-thumb img {
    transform: translate(-50%, -50%) scale(1.06);
}

/* 썸네일 위 카운트 뱃지 */
.gall-grid .gall-thumb .thumb-badge {
    position: absolute;
    left: 12px;
    top: 12px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 11px;
    border-radius: 20px;
    background: rgba(0, 16, 41, 0.62);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    backdrop-filter: blur(2px);
    z-index: 1;
}

.gall-grid .gall-thumb .thumb-badge::before {
    content: '';
    width: 14px;
    height: 12px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12'%3E%3Crect x='0.5' y='2.5' width='13' height='9' rx='1.5' fill='none' stroke='%23fff'/%3E%3Cpath d='M3 2.5 4 0.5h6l1 2' fill='none' stroke='%23fff'/%3E%3Ccircle cx='7' cy='7' r='2.3' fill='none' stroke='%23fff'/%3E%3C/svg%3E") no-repeat center / contain;
    display: inline-block;
}

/* 정보 영역 */
.gall-grid .gall-info {
    padding: 20px 22px 22px;
    background: #fff;
    border-radius: 0;
}

.gall-grid .gall-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    max-height: none;
    min-height: 3em;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.45;
    color: #222;
    background: none;
    transition: color .3s;
}

.gall-grid .gall-link:hover .gall-title {
    color: #00427c;
}

.gall-grid .gall-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #f0f0f0;
}

.gall-grid .gall-meta .place {
    position: relative;
    flex: 1;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gall-grid .gall-meta .place::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M7 1C4.5 1 2.5 3 2.5 5.4 2.5 8.5 7 13 7 13s4.5-4.5 4.5-7.6C11.5 3 9.5 1 7 1z' fill='none' stroke='%23009de0' stroke-width='1.1'/%3E%3Ccircle cx='7' cy='5.4' r='1.5' fill='%23009de0'/%3E%3C/svg%3E") no-repeat center / contain;
}

.gall-grid .gall-meta .date {
    position: relative;
    padding-left: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    white-space: nowrap;
}

.gall-grid .gall-meta .date::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url("../../src/img/icon-time.png") no-repeat center / contain;
    opacity: 0.5;
}

/* 데이터 없을 때 */
.gall-grid .gall-empty {
    width: 100%;
    padding: 80px 30px;
    text-align: center;
    color: #666;
    font-weight: 600;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    background: #fafafa;
}

/* 반응형 */
@media screen and (max-width:1023px) {
    .gall-grid .gall-li {
        width: 33.3333%;
    }

    .gall-year-head .y-num {
        font-size: 26px;
    }
}

@media screen and (max-width:767px) {
    .gall-grid .gall-li {
        width: 50%;
    }

    .gall-grid .gall-ul {
        margin: -10px;
    }

    .gall-grid .gall-li {
        padding: 10px;
    }

    .gall-grid .gall-info {
        padding: 15px 16px 18px;
    }

    .gall-grid .gall-title {
        font-size: 16px;
    }

    .gall-year-head {
        margin-top: 40px;
    }
}

@media screen and (max-width:480px) {
    .gall-grid .gall-li {
        width: 100%;
    }
}







/* ---------------------------------------------------------------
   2일차 비공개세션 1·2 통합 대주제 그룹 (.pg-sessiongroup)
   · 대주제(.pg-gtheme)에만 색상, 세션 영역은 흰색
   --------------------------------------------------------------- */
.pg-ovcard .pg-sessiongroup {
    margin-top: 14px;
    border: 1px solid var(--pg-line);
    border-radius: 12px;
    overflow: hidden; /* 헤더 색상이 라운드를 넘지 않도록 */
}

/* 대주제 : 흰색 헤더 + 비공개세션 뱃지 + 네이비 텍스트 + 하단 구분선 */
.pg-ovcard .pg-sessiongroup .pg-gtheme {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 5px 14px 18px;
    border-bottom: 1px solid var(--pg-line);
    font-size: 19px;
    font-weight: 800;
    color: var(--pg-navy-700);
    line-height: 1.45;
    letter-spacing: -0.02em;
    background: #f5fdff;
}


/* 그룹 내부 행 : 흰색 영역, 카드 공통 border-top / first-of-type 여백 재정의 */
.pg-ovcard .pg-sessiongroup .pg-sessionrow {
    border-top: 0;
    padding: 14px 18px;
}
.pg-ovcard .pg-sessiongroup .pg-sessionrow:first-of-type {
    margin-top: 0;
}
.pg-ovcard .pg-sessiongroup .pg-sessionrow + .pg-sessionrow {
    border-top: 1px dashed var(--pg-line);
}

@media (max-width: 720px) {
    .pg-ovcard .pg-sessiongroup .pg-gtheme {
        padding: 12px 14px;
        font-size: 16px;
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }
    .pg-ovcard .pg-sessiongroup .pg-sessionrow {
        padding: 12px 14px;
    }
}


/* =====================================================================
   ISCR 2026 · MAIN VISUAL RENEWAL  (.main-renew 스코프)
   ※ 배경(큐브)=main-bg.jpg / 타이틀=main-iscr.png(이미지)
     좌측 정렬 · 카드 없이 배경 위 텍스트 직접 배치
   ===================================================================== */
.main-renew .main-visual {
    height: auto;
    padding-bottom: 0;
    min-height: 760px;
    overflow: hidden;
}
.main-renew .main-visual .main-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.main-renew .main-visual .main-bg-mo {
    display: none;
}
/* 콘텐츠 컬럼 : 좌측 정렬 (선언 1회만!) */
.main-renew .main-visual .container {
    position: relative;
    z-index: 2;
    max-width: 1600px;
    margin: 0 auto;
    padding: 120px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.main-renew .main-visual .container > * {
    width: 100%;
    max-width: 620px;
}
/* 1) 타이틀 이미지 */
.main-renew .main-visual .img {
    text-align: left;
}
.main-renew .main-visual .img img {
    max-width: 470px;
    width: 100%;
    height: auto;
}
/* 2) 날짜 · 장소 */
.main-renew .main-visual .date {
    text-align: left;
    margin-top: 30px;
}
.main-renew .main-visual .date .date-p {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0.01em;
}
.main-renew .main-visual .date .date-p b {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-right: 2px;
    vertical-align: -1px;
}
.main-renew .main-visual .date .date-p span {
    font-size: 20px;
    font-weight: 300;
}
.main-renew .main-visual .date .date-p span b {
    font-size: 30px;
    margin: 0 2px;
}
.main-renew .main-visual .date .venue-p {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 400;
    color: #d7e3f5;
}
/* 3) Perfect Cube 텍스트 (카드 없음, 배경 위 직접) */
.main-renew .main-visual .cube {
    margin-top: 48px;
    padding: 0;
    text-align: left;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}
.main-renew .main-visual .cube b.big {
    display: block;
    font-size: 30px;
    line-height:1.3;
    font-weight: 700;
    color: #fac761;
}
.main-renew .main-visual .cube .yellow {
    color: #fac761;
}
.main-renew .main-visual .cube > span {
    display: block;
    font-size: 19px;
    font-weight: 700;
    color: #fac761;
}
.main-renew .main-visual .cube p {
    margin-top: 14px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #eef3fa;
    text-shadow: none;
}
.main-renew .main-visual .cube > span + p {
    margin-top: 12px;
}
/* .slog : normal.css 전역 .slog(absolute+animation) 리셋 */
.main-renew .main-visual .cube .slog {
    position: static;
    width: auto;
    height: auto;
    background: none;
    animation: none;
    margin-top: 26px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #fff;
    text-shadow: none;
}
/* ---------- 반응형 ---------- */
@media screen and (max-width: 1400px) {
    .main-renew .main-visual .container {
        padding: 100px 40px;
    }
}
@media screen and (max-width: 1200px) {
    .main-renew .main-visual {
        min-height: 660px;
    }
    .main-renew .main-visual .container {
        padding: 80px 30px;
    }
    .main-renew .main-visual .img img {
        max-width: 400px;
    }
    .main-renew .main-visual .date .date-p b,
    .main-renew .main-visual .date .date-p span b {
        font-size: 26px;
    }
    .main-renew .main-visual .cube b.big {
        font-size: 26px;
    }
    .main-renew .main-visual .cube > span {
        font-size: 17px;
    }
}
@media screen and (max-width: 960px) {
    .main-renew .main-visual {
        min-height: 0;
        background: #0b1a3a;
    }
    .main-renew .main-visual .main-bg {
        display: none;
    }
    .main-renew .main-visual .main-bg-mo {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center bottom;
        z-index: 1;
    }
    .main-renew .main-visual::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(6, 14, 30, 0.72) 0%, rgba(6, 14, 30, 0.35) 70%, transparent 100%);
        z-index: 1;
    }
    .main-renew .main-visual .container {
        padding: 150px 24px 150px;
    }
    .main-renew .main-visual .container > * {
        max-width: 560px;
    }
    .main-renew .main-visual .img img {
        max-width: 340px;
    }
}
@media screen and (max-width: 640px) {
    .main-renew .main-visual .container {
        padding: 100px 18px 230px;
    }
    .main-renew .main-visual .img img {
        max-width: 280px;
    }
    .main-renew .main-visual .date {
        margin-top: 24px;
    }
    .main-renew .main-visual .date .date-p {
        font-size: 17px;
    }
    .main-renew .main-visual .date .date-p b,
    .main-renew .main-visual .date .date-p span b {
        font-size: 24px;
    }
    .main-renew .main-visual .date .venue-p {
        font-size: 16px;
    }
    .main-renew .main-visual .cube {
        margin-top: 34px;
        background:rgba(0,0,0,0.4);
        border-radius:20px;
        padding:10px;
    }
    .main-renew .main-visual .cube b.big {
        font-size: 23px;
    }
    .main-renew .main-visual .cube > span {
        font-size: 16px;
    }
    .main-renew .main-visual .cube p,
    .main-renew .main-visual .cube .slog {
        font-size: 15px;
    }
}