@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800;900&display=swap');

:root {
    --navy: #061e58;
    --deep-blue: #062b70;
    --pink: #e81858;
    --cyan: #28b7ee;
}

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

html.is-modal-open,
html.is-modal-open body {
    overflow: hidden;
}

body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    color: #292929;
    background: #061e58;
    font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    word-break: keep-all;
}

button,
input,
select {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button {
    border: 0;
}

img {
    display: block;
    max-width: 100%;
    -webkit-user-drag: none;
    user-select: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    position: fixed;
    top: -60px;
    left: 12px;
    z-index: 10000;
    padding: 12px 18px;
    color: #fff;
    background: #111;
    text-decoration: none;
    transition: top .2s;
}

.skip-link:focus {
    top: 12px;
}

.page {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    background: var(--deep-blue);
}

.image-button {
    display: block;
    margin: 0;
    padding: 0;
    color: inherit;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
}

.image-button img {
    width: 100%;
}

.image-button:focus-visible,
.game-replay:focus-visible,
.quick a:focus-visible,
.quick button:focus-visible {
    outline: 4px solid #ffe94c;
    outline-offset: 4px;
}

/* Hero */
.hero {
    position: relative;
    z-index: 2;
    height: 1700px;
    overflow: visible;
    background: #06124a url('../img/main_bg_v2.jpg') center top / 1920px 1700px no-repeat;
}

.hero__lights {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 1920px;
    max-width: none;
    transform: translateX(-50%);
    pointer-events: none;
}

.hero__fireworks {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    width: 1920px;
    height: 1202px;
    max-width: none;
    transform: translateX(-50%);
    pointer-events: none;
}

.hero__firework {
    position: absolute;
    max-width: none;
    object-fit: fill;
    opacity: 0;
    filter: saturate(.82) brightness(.84);
    transform: scale(.58);
    transform-origin: 50% 50%;
    -webkit-clip-path: circle(0% at 50% 50%);
    clip-path: circle(0% at 50% 50%);
    will-change: opacity, transform, clip-path;
}

/* PSD ++불꽃 레이어의 1920×1202 원본 바운드 */
.hero__firework--1 { left: 68.28125%; top: 19.46755%; width: 7.39583%; height: 12.81198%; }
.hero__firework--2 { left: 86.82292%; top: 32.19634%; width: 7.39583%; height: 12.81198%; }
.hero__firework--3 { left: 78.33333%; top: 47.75374%; width: 10.88542%; height: 18.88519%; }
.hero__firework--4 { left: 74.11458%; top: 37.18802%; width: 4.89583%; height: 7.82030%; }
.hero__firework--5 { left: 4.21875%; top: 22.21298%; width: 7.39583%; height: 16.38935%; }
.hero__firework--6 { left: 60.67708%; top: 43.51082%; width: 9.375%; height: 14.97504%; }
.hero__firework--7 { left: 10.625%; top: 3.16140%; width: 9.375%; height: 14.97504%; }
.hero__firework--8 { left: 14.375%; top: 27.95341%; width: 18.28125%; height: 32.43095%; }

.hero__inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.hero__logo {
    position: absolute;
    z-index: 4;
    top: 52px;
    left: 50%;
    width: 344px;
    transform: translateX(-50%);
}

.hero__title {
    position: absolute;
    z-index: 4;
    top: 117px;
    left: calc(50% - 342px);
    width: 656px;
    height: 360px;
    margin: 0;
}

.hero__title img {
    position: absolute;
    transform: none;
}

.hero__title-top {
    top: 51px;
    left: 147px;
    width: 282px;
}

.hero__title-main {
    top: 0;
    left: 0;
    width: 656px;
}

.hero__title-bottom {
    top: 275px;
    left: 91px;
    width: 434px;
}

.hero__schedule {
    position: absolute;
    z-index: 4;
    top: 465px;
    left: 50%;
    width: 504px;
    transform: translateX(-50%);
}

.hero__people {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 50%;
    width: 1014px;
    max-width: none;
    transform: translateX(-65.18738%);
}

.hero__runner {
    position: absolute;
    z-index: 3;
    top: 1448px;
    left: calc(50% + 711px);
    width: 236px;
}

.hero__apply {
    position: absolute;
    z-index: 7;
    left: 50%;
    bottom: -64px;
    width: 334px;
    transform: translateX(-50%);
    filter: drop-shadow(0 8px 0 rgba(1, 20, 70, .25));
}

/* First-view loading sequence. Hidden states only apply when JavaScript is available. */
.js .hero__lights,
.js .hero__logo,
.js .hero__title-top,
.js .hero__title-main,
.js .hero__title-bottom,
.js .hero__schedule,
.js .hero__video,
.js .hero__people,
.js .hero__runner,
.js .hero__apply,
.js .quick--desktop {
    opacity: 0;
}

.js .hero__firework {
    opacity: 0;
    transform: scale(.3);
    transition: none;
}

/* 폭죽은 순서대로 터지되, 각 폭죽 자체는 중간 단계 없이 한 번에 펼쳐집니다. */
.js .hero__firework--7 { --burst-delay: 0s; }
.js .hero__firework--1 { --burst-delay: .9s; }
.js .hero__firework--5 { --burst-delay: 1.8s; }
.js .hero__firework--2 { --burst-delay: 2.7s; }
.js .hero__firework--8 { --burst-delay: 3.6s; }
.js .hero__firework--4 { --burst-delay: 4.5s; }
.js .hero__firework--6 { --burst-delay: 5.4s; }
.js .hero__firework--3 { --burst-delay: 6.3s; }

.js .hero__lights {
    transition: opacity 1.2s ease;
}

.js .hero__logo {
    transform: translate(-50%, -18px);
    transition: opacity .65s ease .08s, transform .65s cubic-bezier(.2,.8,.2,1) .08s;
}

.js .hero__title-top {
    transform: translateY(-22px) scale(.94);
    transition: opacity .65s ease .2s, transform .8s cubic-bezier(.16,1,.3,1) .2s;
}

.js .hero__title-main {
    transform: translateY(20px) scale(.9);
    transition: opacity .8s ease .32s, transform .95s cubic-bezier(.16,1.15,.3,1) .32s;
}

.js .hero__title-bottom {
    transform: translateY(12px) scale(.86);
    transition: opacity .6s ease .55s, transform .75s cubic-bezier(.16,1.2,.3,1) .55s;
}

.js .hero__schedule {
    transform: translate(-50%, 22px);
    transition: opacity .75s ease .72s, transform .8s cubic-bezier(.2,.8,.2,1) .72s;
}

.js .hero__video {
    transform: translate(-50%, 22px);
    transition: opacity .75s ease .86s, transform .8s cubic-bezier(.2,.8,.2,1) .86s;
}

.js .hero__people {
    transform: translateX(-65.18738%) translateY(72px) scale(.97);
    transition: opacity .85s ease .55s, transform 1s cubic-bezier(.16,1,.3,1) .55s;
}

.js .hero__runner {
    transform: translateX(70px);
    transition: opacity .75s ease .82s, transform .9s cubic-bezier(.16,1,.3,1) .82s;
}

.js .hero__apply {
    transform: translate(-50%, 22px) scale(.9);
    transition: opacity .6s ease 1s, transform .75s cubic-bezier(.16,1.2,.3,1) 1s;
}

.js .quick--desktop {
    transform: translateX(24px);
    transition: opacity .55s ease 1.15s, transform .65s ease 1.15s;
}

.js.is-hero-loaded .hero__lights,
.js.is-hero-loaded .hero__logo,
.js.is-hero-loaded .hero__title-top,
.js.is-hero-loaded .hero__title-main,
.js.is-hero-loaded .hero__title-bottom,
.js.is-hero-loaded .hero__schedule,
.js.is-hero-loaded .hero__video,
.js.is-hero-loaded .hero__people,
.js.is-hero-loaded .hero__runner,
.js.is-hero-loaded .hero__apply,
.js.is-hero-loaded .quick--desktop {
    opacity: 1;
}

.js.is-hero-loaded .hero__firework {
    animation: firework-burst 7.2s linear var(--burst-delay, 0s) infinite both;
}

@keyframes firework-burst {
    0%, 2% {
        opacity: 0;
        transform: scale(.3);
        -webkit-clip-path: circle(0% at 50% 50%);
        clip-path: circle(0% at 50% 50%);
        animation-timing-function: cubic-bezier(.12, .72, .2, 1);
    }
    14% {
        opacity: 1;
        transform: scale(1);
        -webkit-clip-path: circle(75% at 50% 50%);
        clip-path: circle(75% at 50% 50%);
        animation-timing-function: ease-out;
    }
    29%, 100% {
        opacity: 0;
        transform: scale(1.1);
        -webkit-clip-path: circle(75% at 50% 50%);
        clip-path: circle(75% at 50% 50%);
    }
}

.js.is-hero-loaded .hero__logo,
.js.is-hero-loaded .hero__schedule,
.js.is-hero-loaded .hero__video,
.js.is-hero-loaded .hero__apply {
    transform: translate(-50%, 0) scale(1);
}

.js.is-hero-loaded .hero__title-top,
.js.is-hero-loaded .hero__title-main,
.js.is-hero-loaded .hero__title-bottom {
    transform: translateY(0) scale(1);
}

.js.is-hero-loaded .hero__people {
    transform: translateX(-65.18738%) translateY(0) scale(1);
}

.js.is-hero-loaded .hero__runner,
.js.is-hero-loaded .quick--desktop {
    transform: translateX(0);
}

@keyframes point-click {
    0%, 100% { transform: translate(0, 0) rotate(0); }
    50% { transform: translate(-8px, -8px) rotate(-5deg); }
}

/* Game */
.game-section {
    position: relative;
    min-height: 1633px;
    padding: 91px 0 3px;
    overflow: hidden;
    background: #0d50af url('../img/section02_bg.jpg') center top / 1920px 1796px no-repeat;
}

.game-card {
    position: relative;
    z-index: 2;
    width: min(750px, 100%);
    aspect-ratio: 750 / 1239;
    margin: 0 auto;
    isolation: isolate;
}

.game-card__title {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 11.4667%;
    width: 77.0667%;
}

.game-card__frame {
    position: absolute;
    z-index: 1;
    top: 25.7466%;
    left: 0;
    width: 100%;
}

.game-viewport {
    position: absolute;
    z-index: 2;
    top: 40.678%;
    left: 3.2%;
    width: 93.6%;
    aspect-ratio: 702 / 706;
    overflow: hidden;
    border: 2px solid #061e58;
    background: #5fd0f5;
    touch-action: manipulation;
}

.game-viewport__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.game-screen {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: none;
}

.game-screen.is-active {
    display: block;
}

.game-start__bubble {
    position: absolute;
    z-index: 3;
    top: 19.8%;
    left: 15.95%;
    width: 68.1%;
}

.game-start__character {
    position: absolute;
    z-index: 2;
    top: 34.3%;
    left: 14.39%;
    width: 71.23%;
}

.game-action {
    position: absolute;
    z-index: 40;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.game-action img {
    display: block;
    width: 100%;
}

.game-action:active {
    transform: translateY(2px);
    filter: brightness(.96);
}

.game-action--apply {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
    transition:
        opacity .42s ease,
        transform .52s cubic-bezier(.16, 1, .3, 1),
        visibility 0s linear .52s;
}

.game-screen--end.is-cta-ready .game-action--apply {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
}

.game-screen--end.is-cta-ready .game-action--apply:active {
    transform: translateY(2px);
}

.game-timer {
    position: absolute;
    z-index: 25;
    top: 3.3%;
    left: 2.65%;
    width: 94.7%;
    height: 1.85%;
    min-height: 6px;
    overflow: visible;
    border-radius: 999px;
    background: #05245d;
}

.game-timer__fill {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: #ea1e5c;
    transform-origin: left center;
    transform: scaleX(1);
}

.game-timer__knob {
    position: absolute;
    top: 50%;
    left: 100%;
    width: clamp(12px, 4.1%, 30px);
    aspect-ratio: 1;
    border: 2px solid #07205a;
    border-radius: 50%;
    background: #ea1e5c;
    transform: translate(-50%, -50%);
}

.game-hud {
    position: absolute;
    z-index: 30;
    top: 7.2%;
    right: 2.8%;
    display: flex;
    align-items: baseline;
    gap: 5px;
    padding: 4px 11px 5px;
    border: 2px solid #071f58;
    border-radius: 999px;
    color: #fff;
    background: rgba(5, 31, 86, .88);
    font-weight: 900;
    line-height: 1;
}

.game-hud__label {
    color: #53eb75;
    font-size: clamp(9px, 1.8vw, 16px);
}

.game-hud__score {
    min-width: 2ch;
    font-size: clamp(13px, 3vw, 25px);
    font-variant-numeric: tabular-nums;
}

.target-layer,
.water-effects {
    position: absolute;
    z-index: 10;
    inset: 0 0 18.2%;
    overflow: hidden;
    pointer-events: none;
}

.water-effects {
    /* 물총이 물줄기를 가려 빨간 총구 밖에서부터 보이게 합니다. */
    z-index: 21;
    inset: 0;
}

.game-target {
    position: absolute;
    top: 0;
    left: 0;
    width: 36.47%;
    max-width: none;
    will-change: transform;
    filter: drop-shadow(0 4px 0 rgba(5, 45, 110, .12));
    transform: translate(-50%, -50%) scale(var(--target-scale, .4));
    transform-origin: center;
}

.game-target.is-hit {
    opacity: 0;
    transition: opacity .12s ease-out;
}

.game-gun {
    position: absolute;
    z-index: 22;
    bottom: 16.9%;
    left: 44.16%;
    width: 11.68%;
    max-width: none;
    transform: rotate(0deg);
    transform-origin: 50% 92%;
    will-change: transform;
    filter: drop-shadow(0 4px 1px rgba(3, 26, 66, .2));
}

.water-beam {
    position: absolute;
    z-index: 3;
    height: 9px;
    border-radius: 999px;
    opacity: .95;
    background: linear-gradient(90deg, #fff 0, #fff 10%, #2bc9ff 43%, rgba(43,201,255,.12));
    box-shadow: 0 0 5px rgba(255, 255, 255, .72);
    transform-origin: 0 50%;
    animation: beam-flash .1s linear forwards;
}

@keyframes beam-flash {
    0% { opacity: .95; clip-path: inset(0 0 0 0); }
    100% { opacity: 0; clip-path: inset(0 0 0 0); }
}

.water-splash {
    position: absolute;
    z-index: 4;
    width: 31.62%;
    transform: translate(-50%, -50%) scale(.7);
    animation: splash-pop .48s cubic-bezier(.2,.8,.2,1) forwards;
}

@keyframes splash-pop {
    0% { opacity: 0; transform: translate(-50%, -50%) scale(.35) rotate(-8deg); }
    25% { opacity: 1; transform: translate(-50%, -50%) scale(1.05) rotate(4deg); }
    100% { opacity: 0; transform: translate(-50%, -50%) scale(1.2) rotate(8deg); }
}

.game-result {
    position: absolute;
    z-index: 4;
    top: 12.4%;
    left: 19.2%;
    width: 59.4%;
    padding: 5.2% 2% 6%;
    border: 2px dashed #061e58;
    border-radius: 22px;
    color: #06245e;
    background: rgba(216, 248, 255, .64);
    font-size: clamp(22px, 6.1vw, 52px);
    font-weight: 800;
    line-height: 1.22;
    text-align: center;
}

.game-result strong {
    font: inherit;
    font-variant-numeric: tabular-nums;
}

.game-end__character {
    position: absolute;
    z-index: 3;
    top: 41.2%;
    left: 17.52%;
    width: 60.68%;
}

.game-replay {
    position: absolute;
    z-index: 45;
    right: 3.5%;
    bottom: 19.7%;
    padding: 7px 13px;
    border: 2px solid #061e58;
    border-radius: 999px;
    color: #061e58;
    background: rgba(255,255,255,.9);
    font-size: clamp(10px, 1.8vw, 15px);
    font-weight: 800;
    cursor: pointer;
}

/* Information */
.info-section {
    --button-band-height: 306px;
    position: relative;
    z-index: 3;
    margin-top: -1px;
    padding: 0 0 74px;
    overflow: visible;
    background: #022066;
}

.info-section::after {
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: var(--button-band-height);
    background: #031952;
    content: "";
    pointer-events: none;
}

.info-section__shape {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    width: 1920px;
    max-width: none;
    transform: translate(-50%, -100%);
    pointer-events: none;
}

.info-section__character {
    position: absolute;
    z-index: 1;
    max-width: none;
    pointer-events: none;
}

.info-section__character--left {
    top: -772px;
    left: calc(50% - 978px);
    width: 450px;
}

.info-section__character--right {
    top: -802px;
    right: calc(50% - 961px);
    width: 462px;
}

.info-section__inner {
    position: relative;
    z-index: 3;
    width: min(750px, 100%);
    margin: 0 auto;
    text-align: center;
}

.video_zone {
    position: relative;
    width: min(682px, 91%);
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    padding: 14px;
    overflow: hidden;
    border: 1px solid #061e58;
    border-radius: 11px;
    background: #0d50af;
    box-shadow: 0 10px 0 rgba(1, 16, 62, .18);
    isolation: isolate;
}

.hero__video {
    position: absolute;
    z-index: 5;
    top: 812px;
    left: 50%;
    transform: translateX(-50%);
}

.video_zone__frame {
    position: absolute;
    z-index: 2;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    pointer-events: none;
}

.video_area,
.video_wrap,
.video_wrap iframe {
    width: 100%;
    height: 100%;
}

.video_area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #000;
}

.video_wrap iframe {
    display: block;
    border: 0;
}

.info-section__content {
    width: min(682px, 91%);
    margin: 0 auto;
}

.info-section__buttons {
    display: grid;
    grid-template-columns: repeat(2, 334px);
    justify-content: center;
    gap: 14px;
    margin-top: 76px;
}

.info-section__apply {
    position: relative;
}

.info-section__apply-hand {
    position: absolute;
    right: 0;
    bottom: -51px;
    width: 104px !important;
    pointer-events: none;
    animation: point-click 1.25s ease-in-out infinite;
}

.notice-section {
    padding: 55px 24px 74px;
    color: rgba(255, 255, 255, .82);
    background: #022066;
}

.notice-section__inner {
    width: min(750px, 100%);
    margin: 0 auto;
}

.notice-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 1.75;
}

.notice-section li {
    position: relative;
    padding-left: 17px;
}

.notice-section li::before {
    position: absolute;
    left: 0;
    content: "※";
}

/* Footer */
.footer {
    position: relative;
    z-index: 4;
    padding: 66px 0 82px;
    color: rgba(255,255,255,.76);
    background: #252525;
    text-align: center;
}

.social-links {
    position: relative;
    width: min(510px, 75vw);
    margin: 0 auto 58px;
}

.social-links > img {
    width: 100%;
}

.social-links > a {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 17%;
    border-radius: 50%;
}

.social-links > a:nth-of-type(1) { left: 0%; }
.social-links > a:nth-of-type(2) { left: 21%; }
.social-links > a:nth-of-type(3) { left: 41.5%; }
.social-links > a:nth-of-type(4) { left: 62%; }
.social-links > a:nth-of-type(5) { left: 82.5%; }

.footer__divider {
    width: 100%;
    height: 1px;
    margin-bottom: 58px;
    background: rgba(255,255,255,.18);
}

.footer__logo {
    width: 140px;
    margin: 0 auto 19px;
}

.footer__identity {
    text-align: center;
}

/* Section reveal motion from the second screen onward. */
.js [data-reveal] {
    opacity: 0;
    transform: translate3d(0, 58px, 0);
    transition: opacity .85s ease var(--reveal-delay, 0ms), transform .95s cubic-bezier(.16,1,.3,1) var(--reveal-delay, 0ms);
    will-change: opacity, transform;
}

.js [data-reveal="left"] {
    transform: translate3d(-80px, 24px, 0);
}

.js [data-reveal="right"] {
    transform: translate3d(80px, 24px, 0);
}

.js [data-reveal="scale"] {
    transform: translate3d(0, 48px, 0) scale(.94);
}

.js [data-reveal].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.footer p {
    margin: 4px 0;
    font-size: 13px;
}

/* Floating navigation */
.quick {
    position: fixed;
    z-index: 80;
}

.quick > img {
    width: 100%;
    pointer-events: none;
}

.quick > a,
.quick > button {
    position: absolute;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: transparent;
}

.quick--desktop {
    top: 100px;
    right: max(18px, calc(50vw - 850px));
    width: 188px;
    filter: drop-shadow(0 7px 12px rgba(1, 15, 55, .22));
}

.quick--desktop > a,
.quick--desktop > button {
    right: 0;
    left: 0;
    height: 150px;
}

.quick--desktop > .quick__instagram {
    top: 0;
}

.quick--desktop > .quick__facebook {
    top: 150px;
}

.quick--desktop > .quick__event {
    top: 300px;
}

.quick--desktop > .quick__festival {
    top: 450px;
}

.quick--desktop > .quick__inquiry {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 62px;
    margin-top: 10px;
    border: 2px solid #fff;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, #9a43e8, #6525bd);
    box-shadow: 0 6px 0 #3c137d, 0 11px 18px rgba(1, 15, 55, .26);
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    transition: transform .18s ease, filter .18s ease;
}

.quick--desktop > .quick__inquiry:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
}

.quick--desktop > .quick__inquiry:active {
    box-shadow: 0 3px 0 #3c137d, 0 7px 12px rgba(1, 15, 55, .22);
    transform: translateY(3px);
}

.quick--mobile {
    display: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, clamp(54px, 14.4vw, 108px));
    right: 0;
    bottom: 0;
    left: 0;
    width: min(750px, 100%);
    margin: auto;
    overflow: hidden;
    border-top: 2px solid rgba(255,255,255,.92);
    background: #061e58;
    box-shadow: 0 -7px 22px rgba(1, 15, 55, .28);
}

.quick--mobile > a,
.quick--mobile > button {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-width: 0;
    border: 2px solid #061e58;
    color: #fff;
    font-size: clamp(14px, 4.2vw, 27px);
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    word-break: keep-all;
    cursor: pointer;
}

.quick--mobile > .quick__instagram { background: #193a93; }
.quick--mobile > .quick__facebook { background: #079447; }
.quick--mobile > .quick__event { background: #f20d4f; }
.quick--mobile > .quick__festival {
    color: #061e58;
    background: #39c7ef;
}
.quick--mobile > .quick__kakao {
    color: #282100;
    background: #ffe000;
}

.quick--mobile > .quick__inquiry {
    color: #fff;
    background: #7529c6;
}

/* Inquiry board */
.inquiry-page {
    min-height: 100vh;
    background:
        linear-gradient(rgba(3, 32, 102, .8), rgba(2, 20, 70, .96)),
        #062b70 url('../img/main_bg_v2.jpg') center top / 1920px auto no-repeat;
}

.inquiry-section {
    min-height: 100vh;
    padding: 70px 24px 110px;
}

.inquiry-panel {
    position: relative;
    width: min(1100px, 100%);
    min-height: 680px;
    margin: 0 auto;
    padding: 48px 58px 70px;
    overflow: hidden;
    border: 3px solid rgba(255,255,255,.9);
    border-radius: 30px;
    background: rgba(245, 252, 255, .98);
    box-shadow: 0 28px 80px rgba(0, 10, 45, .36);
}

.inquiry-panel::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 10px;
    background: linear-gradient(90deg, #1648b7 0 33.333%, #e81858 33.333% 66.666%, #20bae8 66.666%);
    content: "";
}

.inquiry-panel__home {
    display: block;
    width: 300px;
    margin: 0 auto 34px;
    padding: 16px 22px;
    border-radius: 16px;
    background: #062b70;
    box-shadow: 0 8px 20px rgba(2, 32, 102, .18);
}

.inquiry-panel__home img {
    width: 100%;
}

.inquiry-heading {
    margin-bottom: 38px;
    text-align: center;
}

.inquiry-heading__eyebrow {
    display: block;
    margin-bottom: 9px;
    color: #1678ce;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .06em;
}

.inquiry-heading h1 {
    margin: 0;
    color: #061e58;
    font-size: clamp(36px, 4vw, 54px);
    font-weight: 900;
    letter-spacing: -.05em;
    line-height: 1.15;
}

.inquiry-heading p {
    margin: 14px 0 0;
    color: #637086;
    font-size: 16px;
}

.inquiry-list--desktop {
    overflow: hidden;
    border-top: 3px solid #061e58;
    border-bottom: 1px solid #b8c4d5;
    border-radius: 2px;
}

.inquiry-list--desktop table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

.inquiry-list__number { width: 86px; }
.inquiry-list__writer { width: 120px; }
.inquiry-list__date { width: 130px; }
.inquiry-list__status { width: 110px; }

.inquiry-list--desktop th {
    height: 62px;
    color: #061e58;
    background: #e7f3fa;
    font-size: 15px;
    font-weight: 800;
}

.inquiry-list--desktop td {
    height: 66px;
    padding: 12px 10px;
    border-top: 1px solid #d8e1eb;
    color: #586376;
    font-size: 14px;
    text-align: center;
}

.inquiry-list--desktop .inquiry-list__subject {
    padding-right: 18px;
    padding-left: 18px;
    text-align: left;
}

.inquiry-list__subject a,
.inquiry-list__mobile-title {
    color: #1f2b3d;
    font-weight: 700;
    text-decoration: none;
    word-break: break-word;
}

.inquiry-list__subject a:hover,
.inquiry-list__mobile-title:hover {
    color: #e81858;
    text-decoration: underline;
}

.inquiry-badge,
.inquiry-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.inquiry-badge {
    color: #fff;
    background: #e81858;
}

.inquiry-status--complete {
    color: #087242;
    background: #d7f5e8;
}

.inquiry-status--waiting {
    color: #906200;
    background: #fff0c2;
}

.inquiry-status--notice {
    color: #667187;
    background: #e9edf3;
}

.inquiry-list__empty {
    height: auto !important;
    padding: 62px 20px !important;
    color: #7a8495 !important;
    text-align: center !important;
}

.inquiry-list--mobile {
    display: none;
}

.inquiry-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 34px;
}

.inquiry-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 154px;
    min-height: 54px;
    margin: 0;
    padding: 12px 28px;
    border: 0;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, #e81858, #bd0d45);
    box-shadow: 0 5px 0 #840b34;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
}

.inquiry-button:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
}

.inquiry-button:active {
    box-shadow: 0 2px 0 #840b34;
    transform: translateY(3px);
}

.inquiry-button--secondary {
    color: #263650;
    background: #e0e8f1;
    box-shadow: 0 5px 0 #aebbc9;
}

.inquiry-paging {
    margin-top: 36px;
    text-align: center;
}

.inquiry-paging ul,
.inquiry-paging ol {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.inquiry-paging ul::before,
.inquiry-paging ul::after,
.inquiry-paging ol::before,
.inquiry-paging ol::after {
    display: none !important;
    content: none !important;
}

.inquiry-paging li {
    position: static !important;
    display: block !important;
    float: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.inquiry-paging li::marker {
    content: "";
}

.inquiry-paging .pagenation button {
    position: static !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 34px !important;
    min-width: 34px;
    height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #d2dce7;
    border-radius: 8px;
    color: #536078;
    background: #fff;
    line-height: 1;
    cursor: pointer;
    transition: color .16s ease, border-color .16s ease, background-color .16s ease;
}

.inquiry-paging .pagenation button svg {
    display: block;
    width: 18px;
    height: 18px;
}

.inquiry-paging .pagenation button:not(:disabled):hover {
    border-color: #0b4aa7;
    color: #0b4aa7;
    background: #edf5ff;
}

.inquiry-paging .pagenation button:disabled {
    border-color: #e0e5eb;
    color: #a8b0bb;
    background: #f4f6f8;
    cursor: default;
    opacity: .72;
}

.inquiry-paging a,
.inquiry-paging strong,
.inquiry-paging span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    margin: 0;
    padding: 0 8px;
    border: 1px solid #d2dce7;
    border-radius: 8px;
    color: #536078;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: color .16s ease, border-color .16s ease, background-color .16s ease;
}

.inquiry-paging a:hover {
    border-color: #0b4aa7;
    color: #0b4aa7;
    background: #edf5ff;
}

.inquiry-paging strong,
.inquiry-paging .active,
.inquiry-paging .on,
.inquiry-paging .current,
.inquiry-paging li.active > a,
.inquiry-paging li.on > a,
.inquiry-paging li.current > a {
    border-color: #0b4aa7;
    color: #fff;
    background: #0b4aa7;
}

.inquiry-form {
    border-top: 3px solid #061e58;
}

.inquiry-form__row {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    min-height: 76px;
    border-bottom: 1px solid #d7e0e9;
}

.inquiry-form__row > label {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    color: #061e58;
    background: #e7f3fa;
    font-weight: 800;
}

.inquiry-form__row label em {
    margin-left: 5px;
    color: #e81858;
    font-style: normal;
}

.inquiry-form__row > input,
.inquiry-form__row > textarea,
.inquiry-form__row > .inquiry-password-field {
    align-self: center;
    width: calc(100% - 40px);
    margin: 12px 20px;
}

.inquiry-form input,
.inquiry-form textarea,
.inquiry-password-popup input {
    width: 100%;
    border: 1px solid #b9c7d6;
    border-radius: 9px;
    color: #273245;
    background: #fff;
    outline: 0;
    font: inherit;
}

.inquiry-form input {
    height: 48px;
    padding: 0 15px;
}

.inquiry-form textarea {
    min-height: 230px;
    padding: 15px;
    resize: vertical;
}

.inquiry-form input:focus,
.inquiry-form textarea:focus,
.inquiry-password-popup input:focus {
    border-color: #147ec5;
    box-shadow: 0 0 0 3px rgba(20, 126, 197, .16);
}

.inquiry-password-field {
    position: relative;
}

.inquiry-password-field input {
    padding-right: 68px;
}

.inquiry-password-field > button {
    position: absolute;
    top: 50%;
    right: 8px;
    min-width: 50px;
    height: 34px;
    border-radius: 7px;
    color: #41617d;
    background: #e7f3fa;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transform: translateY(-50%);
}

.inquiry-view {
    overflow: hidden;
    border-top: 3px solid #061e58;
    border-bottom: 1px solid #b8c4d5;
}

.inquiry-view__summary {
    margin: 0;
}

.inquiry-view__summary > div {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    min-height: 70px;
    border-bottom: 1px solid #d7e0e9;
}

.inquiry-view dt,
.inquiry-view dd {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 16px 24px;
}

.inquiry-view dt {
    color: #061e58;
    background: #e7f3fa;
    font-weight: 800;
}

.inquiry-view dd {
    color: #273245;
    font-weight: 600;
    word-break: break-word;
}

.inquiry-view__content,
.inquiry-view__reply {
    padding: 34px 28px 42px;
    color: #3c4658;
    line-height: 1.8;
    word-break: break-word;
}

.inquiry-view__content h2,
.inquiry-view__reply h2 {
    margin: 0 0 18px;
    color: #061e58;
    font-size: 18px;
}

.inquiry-view__reply {
    margin: 0 28px 32px;
    border: 1px solid #b8e1d0;
    border-radius: 14px;
    background: #eefaf5;
}

.inquiry-view--empty {
    padding: 70px 20px;
    color: #7a8495;
    text-align: center;
}

.inquiry-password-popup {
    position: fixed;
    z-index: 1200;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 15, 50, .78);
    backdrop-filter: blur(3px);
}

.inquiry-password-popup.is-open {
    display: flex;
}

.inquiry-password-popup__panel {
    position: relative;
    width: min(440px, 100%);
    padding: 44px 40px 40px;
    border: 2px solid #fff;
    border-radius: 22px;
    background: #f5fcff;
    box-shadow: 0 24px 70px rgba(0, 5, 35, .45);
    text-align: center;
}

.inquiry-password-popup__close {
    position: absolute;
    top: 8px;
    right: 12px;
    width: 42px;
    height: 42px;
    color: #536078;
    background: transparent;
    font-size: 32px;
    cursor: pointer;
}

.inquiry-password-popup h2 {
    margin: 0;
    color: #061e58;
    font-size: 28px;
}

.inquiry-password-popup p {
    margin: 10px 0 22px;
    color: #69758a;
    font-size: 14px;
}

.inquiry-password-popup input {
    height: 52px;
    padding: 0 68px 0 15px;
}

.inquiry-password-popup__error {
    min-height: 21px;
    margin: 9px 0 4px !important;
    color: #d5104a !important;
    font-weight: 700;
}

.inquiry-password-popup__submit {
    width: 100%;
    margin-top: 8px;
}

/* Application modal */
.modal {
    position: fixed;
    z-index: 1000;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.modal.is-open {
    display: flex;
}

.modal.is-open .modal__backdrop {
    animation: modal-fade .22s ease both;
}

.modal.is-open .modal__panel {
    animation: modal-rise .32s cubic-bezier(.2,.8,.2,1) both;
}

@keyframes modal-fade {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes modal-rise {
    from { opacity: 0; transform: translateY(22px) scale(.975); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 15, 50, .75);
    backdrop-filter: blur(2px);
}

.modal__panel {
    position: relative;
    z-index: 1;
    width: min(690px, 100%);
    max-height: calc(100dvh - 36px);
    padding: 88px 60px 82px;
    overflow-y: auto;
    border: 2px solid #111;
    color: #30343a;
    background: #e2f8fd;
    box-shadow: 0 24px 80px rgba(0, 10, 45, .38);
}

.modal__close {
    position: absolute;
    top: 17px;
    right: 20px;
    width: 44px;
    height: 44px;
    color: #30343a;
    background: transparent;
    font-size: 38px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
}

.modal__title {
    width: max-content;
    margin: 0 auto 36px;
    padding-bottom: 5px;
    border-bottom: 2px solid #30343a;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.15;
}

.entry-fields {
    border: 2px solid #111;
}

.entry-field {
    display: flex;
    min-height: 58px;
    border-bottom: 1px solid #111;
    background: #fff;
}

.entry-field:last-child {
    border-bottom: 0;
}

.entry-field__label {
    display: flex;
    flex: 0 0 160px;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: #fff;
    background: #343434;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

.entry-field:nth-child(1) .entry-field__label { background: #3baecb; }
.entry-field:nth-child(2) .entry-field__label { background: #003966; }

.entry-field__label em {
    display: none;
    color: #fff;
    font-size: 15px;
    font-style: normal;
}

.entry-field__control {
    display: flex;
    flex: 1;
    align-items: center;
    min-width: 0;
    min-height: 57px;
    background: #fff;
}

.entry-control {
    width: 100%;
    min-width: 0;
    height: 57px;
    padding: 0 18px;
    border: 0;
    outline: 0;
    background: #fff;
    font-size: 19px;
    border-radius: 0;
}

.entry-control:focus {
    box-shadow: inset 0 0 0 3px #2fb7df;
}

.entry-control::placeholder {
    color: #a3a3a3;
}

.entry-field textarea.entry-control {
    min-height: 108px;
    padding-top: 13px;
    padding-bottom: 13px;
    line-height: 1.5;
    resize: vertical;
}

.entry-control--file {
    height: auto;
    min-height: 57px;
    padding: 11px 14px;
    font-size: 15px;
}

.entry-control--file::file-selector-button {
    margin-right: 12px;
    padding: 8px 14px;
    border: 0;
    color: #fff;
    background: #222;
    font-weight: 700;
    cursor: pointer;
}

.entry-options {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    gap: 9px 15px;
    padding: 11px 16px;
}

.entry-options label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.entry-options input {
    width: 19px;
    height: 19px;
    margin: 0;
    accent-color: #e31453;
}

.follow-check {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    min-height: 89px;
    margin-top: 8px;
    border: 2px solid #111;
    font-size: 17px;
}

.follow-check strong {
    font-weight: 500;
}

.follow-check a {
    padding: 10px 20px;
    color: #fff;
    background: #222;
    font-weight: 700;
    text-decoration: none;
}

.terms {
    height: 186px;
    margin-top: 26px;
    padding: 24px 22px;
    overflow-y: scroll;
    border: 2px solid #111;
    background: #fff;
    font-size: 15px;
    line-height: 1.6;
}

.terms h3,
.terms h4,
.terms p {
    margin: 0 0 17px;
}

.terms h3,
.terms h4 {
    font-size: 16px;
    font-weight: 600;
}

.agreement {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 10px 0 0;
    padding: 0;
    border: 0;
    font-size: 16px;
}

.agreement legend {
    float: left;
    margin-right: 3px;
}

.agreement label {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    white-space: nowrap;
}

.agreement input {
    width: 25px;
    height: 25px;
    margin: 0;
    accent-color: #e31453;
}

.modal__actions {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 37px;
}

.modal__actions button {
    width: 225px;
    height: 67px;
    border: 2px solid #111;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    cursor: pointer;
}

.modal__submit { background: #c40000; }
.modal__cancel { background: #aaa; }

.toast {
    position: fixed;
    z-index: 1200;
    left: 50%;
    bottom: 34px;
    max-width: calc(100% - 32px);
    padding: 12px 19px;
    border-radius: 999px;
    color: #fff;
    background: rgba(1, 21, 67, .94);
    font-size: 15px;
    font-weight: 700;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 15px);
    transition: opacity .2s, transform .2s;
}

.toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

@media (max-width: 1500px) {
    .quick--desktop {
        right: 18px;
    }

    .inquiry-section {
        padding-right: 230px;
    }
}

@media (max-width: 1024px) {
    .info-section__character {
        opacity: .7;
    }

    .quick--desktop {
        display: none;
    }

    .quick--mobile {
        display: grid;
    }

    .inquiry-section {
        padding-right: 24px;
    }

    .footer {
        padding-bottom: calc(clamp(108px, 28.8vw, 216px) + 32px);
    }
}

@media (max-width: 750px) {
    .inquiry-section {
        padding: 5.4vw 3.2vw calc(28.8vw + 10vw);
    }

    .inquiry-panel {
        min-height: 75vh;
        padding: 8vw 4vw 10vw;
        border-width: 2px;
        border-radius: 4vw;
    }

    .inquiry-panel::before {
        height: 1.2vw;
        min-height: 6px;
    }

    .inquiry-panel__home {
        width: min(58vw, 280px);
        margin-bottom: 6vw;
        padding: 3vw 4vw;
        border-radius: 2.8vw;
    }

    .inquiry-heading {
        margin-bottom: 6vw;
    }

    .inquiry-heading__eyebrow {
        margin-bottom: 1.2vw;
        font-size: clamp(11px, 2.8vw, 15px);
    }

    .inquiry-heading h1 {
        font-size: clamp(30px, 8vw, 48px);
    }

    .inquiry-heading p {
        margin-top: 2.2vw;
        font-size: clamp(12px, 3.2vw, 16px);
        line-height: 1.6;
    }

    .inquiry-list--desktop {
        display: none;
    }

    .inquiry-list--mobile {
        display: grid;
        gap: 2.4vw;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .inquiry-list--mobile > li {
        padding: 4vw;
        border: 1px solid #cfdae5;
        border-radius: 2.4vw;
        background: #fff;
        box-shadow: 0 1.2vw 2.8vw rgba(4, 34, 83, .07);
    }

    .inquiry-list__mobile-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 2vw;
        margin-bottom: 2.5vw;
    }

    .inquiry-list__mobile-number {
        color: #657289;
        font-size: clamp(11px, 2.8vw, 14px);
        font-weight: 800;
    }

    .inquiry-list__mobile-title {
        display: block;
        font-size: clamp(15px, 4vw, 20px);
        line-height: 1.5;
    }

    .inquiry-list__meta {
        display: flex;
        gap: 3.2vw;
        margin-top: 2.5vw;
        color: #7c8798;
        font-size: clamp(11px, 2.8vw, 14px);
    }

    .inquiry-badge,
    .inquiry-status {
        min-height: 24px;
        padding: 4px 8px;
        font-size: clamp(10px, 2.6vw, 12px);
    }

    .inquiry-list--mobile > .inquiry-list__empty {
        padding: 12vw 4vw !important;
    }

    .inquiry-actions {
        gap: 2.4vw;
        margin-top: 6vw;
    }

    .inquiry-button {
        min-width: min(36vw, 170px);
        min-height: 48px;
        padding: 11px 4vw;
        border-radius: 2vw;
        font-size: clamp(14px, 3.8vw, 17px);
        box-shadow: 0 4px 0 #840b34;
    }

    .inquiry-button--secondary {
        box-shadow: 0 4px 0 #aebbc9;
    }

    .inquiry-paging {
        margin-top: 6vw;
    }

    .inquiry-form__row {
        display: block;
        min-height: 0;
        padding-bottom: 3.2vw;
    }

    .inquiry-form__row > label {
        padding: 3vw 3.2vw 2vw;
        background: transparent;
        font-size: clamp(13px, 3.4vw, 16px);
    }

    .inquiry-form__row > input,
    .inquiry-form__row > textarea,
    .inquiry-form__row > .inquiry-password-field {
        width: calc(100% - 6.4vw);
        margin: 0 3.2vw;
    }

    .inquiry-form input {
        height: clamp(46px, 12vw, 54px);
    }

    .inquiry-form textarea {
        min-height: 42vw;
    }

    .inquiry-view__summary > div {
        grid-template-columns: 26vw minmax(0, 1fr);
        min-height: 58px;
    }

    .inquiry-view dt,
    .inquiry-view dd {
        padding: 3vw;
        font-size: clamp(13px, 3.4vw, 16px);
    }

    .inquiry-view__content,
    .inquiry-view__reply {
        padding: 5vw 3.2vw 7vw;
        font-size: clamp(13px, 3.4vw, 16px);
    }

    .inquiry-view__reply {
        margin: 0 3.2vw 5vw;
    }

    .inquiry-password-popup__panel {
        padding: 38px 22px 30px;
        border-radius: 18px;
    }

    .inquiry-password-popup h2 {
        font-size: 24px;
    }

    .hero {
        height: 226.67vw;
        max-height: none;
        background-size: auto 100%;
    }

    .hero__lights {
        width: auto;
        max-width: none;
        height: 12.82%;
    }

    .hero__fireworks {
        width: auto;
        height: 160.27vw;
        aspect-ratio: 1920 / 1202;
    }

    .hero__logo {
        top: 3.7vw;
        width: 45.87vw;
    }

    .hero__title {
        top: 6vw;
        left: 50%;
        width: 87.47vw;
        height: 54.4vw;
        transform: translateX(-50%);
    }

    .hero__title img {
        left: 50%;
        transform: translateX(-50%);
    }

    .hero__title-top { top:16vw; left: 30vw !important; width: 37.6vw; }
    .hero__title-main { top: 9.2vw; width: 87.47vw; }
    .hero__title-bottom { top: 46.27vw; left: 50% !important; width: 57.87vw; }

    .hero__schedule {
        top: 62vw;
        width: 67.2vw;
    }

    .hero__video {
        top: 108.27vw;
        width: 90.93vw;
    }

    .hero__people {
        left: 50%;
        width: 135.2vw;
        transform: translateX(-50%);
    }

    .js .hero__title-top { transform: translate(-50%, -22px) scale(.94); }
    .js .hero__title-main { transform: translate(-50%, 20px) scale(.9); }
    .js .hero__title-bottom { transform: translate(-50%, 12px) scale(.86); }
    .js .hero__people { transform: translate(-50%, 72px) scale(.97); }

    .js.is-hero-loaded .hero__title-top,
    .js.is-hero-loaded .hero__title-main,
    .js.is-hero-loaded .hero__title-bottom,
    .js.is-hero-loaded .hero__people {
        transform: translate(-50%, 0) scale(1);
    }

    .hero__runner {
        display: none;
    }

    .hero__apply {
        bottom: -6.6vw;
        width: 44.53vw;
    }

    .game-section {
        min-height: 216vw;
        padding: 8vw 0 0;
        background-size: auto 100%;
    }

    .info-section__character {
        display: none;
    }

    .game-viewport {
        border-width: max(1px, .27vw);
    }

    .game-result {
        border-radius: 3vw;
    }

    .info-section {
        --button-band-height: 40.92vw;
        padding: 0 0 10vw;
    }

    .video_zone {
        margin: 0;
        padding: 1.87vw;
        border-radius: 1.47vw;
        box-shadow: 0 1.33vw 0 rgba(1, 16, 62, .18);
    }

    .info-section__shape {
        width: 256vw;
    }

    .info-section__buttons {
        grid-template-columns: repeat(2, 44.53vw);
        gap: 1.87vw;
        margin-top: 10.13vw;
    }

    .info-section__apply-hand {
        right: 0;
        bottom: -6.8vw;
        width: 13.87vw !important;
    }

    .notice-section {
        padding: 8vw 5vw 12vw;
    }

    .notice-section ul {
        font-size: clamp(10px, 2.4vw, 14px);
    }

    .footer {
        padding-top: 10vw;
        padding-bottom: calc(28.8vw + 8vw);
    }

    .social-links {
        margin-bottom: 8vw;
    }

    .footer__divider {
        margin-bottom: 8vw;
    }

    .footer p {
        padding: 0 5vw;
        font-size: clamp(9px, 2.2vw, 13px);
    }

    .modal {
        padding: 8px;
    }

    .modal__panel {
        max-height: calc(100dvh - 16px);
        padding: 11vw 7vw 10vw;
    }

    .modal__close {
        top: 2vw;
        right: 2vw;
        width: 9vw;
        height: 9vw;
        font-size: 8vw;
    }

    .modal__title {
        margin-bottom: 5.2vw;
        font-size: clamp(27px, 6.2vw, 40px);
    }

    .entry-field {
        min-height: 10vw;
    }

    .entry-field__label {
        flex-basis: 28vw;
        font-size: clamp(13px, 3.4vw, 22px);
    }

    .entry-field__control {
        min-height: max(42px, 10vw);
    }

    .entry-control {
        height: 10vw;
        min-height: 42px;
        padding: 0 2.5vw;
        font-size: 16px;
    }

    .entry-field textarea.entry-control {
        min-height: 22vw;
        padding-top: 2vw;
        padding-bottom: 2vw;
    }

    .entry-control--file {
        height: auto;
        padding: 1.5vw;
        font-size: clamp(11px, 2.6vw, 15px);
    }

    .entry-options {
        gap: 1.6vw 2.5vw;
        padding: 2vw;
        font-size: clamp(12px, 3vw, 16px);
    }

    .follow-check {
        gap: 3vw;
        min-height: 13vw;
        padding: 2vw;
        font-size: clamp(11px, 2.8vw, 17px);
    }

    .follow-check a {
        padding: 1.5vw 2.4vw;
    }

    .terms {
        height: 28vw;
        min-height: 150px;
        margin-top: 4vw;
        padding: 3vw;
        font-size: 12px;
    }

    .terms h3,
    .terms h4 {
        font-size: 13px;
    }

    .agreement {
        flex-wrap: wrap;
        gap: 1.5vw;
        font-size: clamp(11px, 2.7vw, 16px);
    }

    .agreement legend {
        width: 100%;
        margin: 0 0 1vw;
        text-align: center;
    }

    .agreement input {
        width: 5vw;
        height: 5vw;
        min-width: 20px;
        min-height: 20px;
    }

    .modal__actions {
        gap: 2.6vw;
        margin-top: 6vw;
    }

    .modal__actions button {
        width: 38vw;
        height: 11vw;
        min-height: 50px;
        font-size: clamp(20px, 4.8vw, 30px);
    }
}

@media (max-width: 420px) {
    .game-hud {
        gap: 3px;
        padding: 3px 7px;
        border-width: 1px;
    }

    .game-replay {
        padding: 4px 8px;
        border-width: 1px;
    }

    .entry-field__label {
        flex-basis: 105px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .info-section__apply-hand { animation: none; }
    .game-action--apply { transition-duration: .01ms; }
    .water-beam, .water-splash, .modal.is-open .modal__backdrop, .modal.is-open .modal__panel { animation-duration: .01ms; }
    .js .hero__firework,
    .js.is-hero-loaded .hero__firework {
        opacity: .78;
        transform: none;
        -webkit-clip-path: none;
        clip-path: none;
        animation: none;
        transition: none;
    }
    .js .hero__lights,
    .js .hero__logo,
    .js .hero__title-top,
    .js .hero__title-main,
    .js .hero__title-bottom,
    .js .hero__schedule,
    .js .hero__video,
    .js .hero__people,
    .js .hero__runner,
    .js .hero__apply,
    .js .quick--desktop,
    .js [data-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .js .hero__logo,
    .js .hero__schedule,
    .js .hero__video,
    .js .hero__apply {
        transform: translateX(-50%);
    }

    .js .hero__title-top,
    .js .hero__title-main,
    .js .hero__title-bottom {
        transform: none;
    }

    .js .hero__people {
        transform: translateX(-65.18738%);
    }
}

@media (max-width: 750px) and (prefers-reduced-motion: reduce) {
    .js .hero__title-top,
    .js .hero__title-main,
    .js .hero__title-bottom,
    .js .hero__people {
        transform: translateX(-50%);
    }
}
