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

@font-face {
    font-family: 'Ria';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2410-1@1.0/RiaSans-ExtraBold.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: 'SchoolSafetyNotification';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-5@1.0/HakgyoansimAllimjangTTF-R.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}

body {
    color: #161616;
    font-family: "Noto Sans KR", sans-serif;
    -webkit-font-smoothing: antialiased;
}

ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
    vertical-align: top;
    -webkit-user-drag: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

button {
    border: 0;
    background: transparent;
    cursor: pointer;
}

textarea {
    resize: none;
}

area {
    cursor: pointer;
}

.rel {
    position: relative;
}

.font_outfit {
    font-family: "Outfit", sans-serif;
}

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

.container {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}

.section {
    position: relative;
}

.section .inner {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    text-align: center;
}

.visual_area {
    position: relative;
    overflow: hidden;
    background: #f9dbc0 url('/PROJECT_HTML/2026busan_summer/img/main_bg.png') no-repeat top center;
    background-size: 1920px auto;
}

.main_objects {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.main_obj {
    position: absolute;
    display: block;
    max-width: none;
    z-index: 1;
}

.main_obj.left_leaf {
    left: 50%;
    top: -40px;
    width: 418px;
    margin-left: -960px;
    transform-origin: 12% 0;
    z-index: 4;
    animation: leafSwayLeft 5.8s ease-in-out .25s infinite;
}

.main_obj.right_leaf {
    right: 50%;
    top: 64px;
    width: 192px;
    margin-right: -960px;
    transform-origin: 86% 0;
    z-index: 4;
    animation: leafSwayRight 5.2s ease-in-out .1s infinite;
}

.main_obj.obj_swim {
    left: 50%;
    top: 98px;
    width: 286px;
    margin-left: -790px;
    animation: waveDriftA 7.4s ease-in-out .2s infinite;
}

.main_obj.obj_raft {
    left: 50%;
    top: 485px;
    width: 254px;
    margin-left: -885px;
    animation: waveDriftB 8.2s ease-in-out .45s infinite;
}

.main_obj.obj_tube {
    left: 50%;
    top: 612px;
    width: 216px;
    margin-left: -464px;
    animation: waveDriftC 6.8s ease-in-out .1s infinite;
}

.main_obj.obj_pink {
    right: 50%;
    top: 28px;
    width: 240px;
    margin-right: -890px;
    animation: waveDriftB 7.8s ease-in-out .35s infinite;
}

.main_obj.obj_yellow {
    right: 50%;
    top: 672px;
    width: 251px;
    margin-right: -875px;
    animation: waveDriftA 8.6s ease-in-out .6s infinite;
}

@keyframes leafSwayLeft {
    0%, 100% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    50% {
        transform: rotate(2.8deg) translate3d(-4px, 2px, 0);
    }
}

@keyframes leafSwayRight {
    0%, 100% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    50% {
        transform: rotate(-3deg) translate3d(4px, 3px, 0);
    }
}

@keyframes waveDriftA {
    0%, 100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    50% {
        transform: translate3d(13px, -9px, 0) rotate(2deg);
    }
}

@keyframes waveDriftB {
    0%, 100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    50% {
        transform: translate3d(-11px, 8px, 0) rotate(-2.2deg);
    }
}

@keyframes waveDriftC {
    0%, 100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    50% {
        transform: translate3d(8px, 10px, 0) rotate(2.5deg);
    }
}

@keyframes waveDriftTubeMo {
    0%, 100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    50% {
        transform: translate3d(1.4vw, -1.1vw, 0) rotate(2deg);
    }
}

.main {
    height: 960px;
    padding-top: 34px;
    overflow: visible;
}

.main_inner {
    width: 750px;
    max-width: 100%;
}

.top_logo {
    display: block;
    width: 168px;
    margin: 0 auto;
    opacity: 0;
    animation: loadFadeDown .58s ease-out .1s forwards;
}

.main_title {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.title_h2 {
    width: 380px;
    margin-top: 14px;
    opacity: 0;
    animation: loadFadeUp .62s ease-out .24s forwards;
}

.title_h1 {
    width: 630px;
    margin-top: 8px;
    opacity: 0;
    animation: loadPop .76s cubic-bezier(.2, .86, .24, 1.12) .38s forwards;
}

.title_h3 {
    width: 520px;
    margin-top: 15px;
    opacity: 0;
    animation: loadFadeUp .62s ease-out .58s forwards;
}

.main_character {
    width: 750px;
    height: 385px;
    max-width: 100%;
    margin: 8px auto 0;
    opacity: 0;
    animation: loadFloatIn .72s cubic-bezier(.2, .86, .24, 1.02) .78s forwards;
}

@keyframes loadFadeDown {
    from {
        opacity: 0;
        transform: translate3d(0, -18px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes loadFadeUp {
    from {
        opacity: 0;
        transform: translate3d(0, 22px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes loadPop {
    from {
        opacity: 0;
        transform: translate3d(0, 28px, 0) scale(.92);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes loadFloatIn {
    from {
        opacity: 0;
        transform: translate3d(0, 36px, 0) scale(.94);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

.main_center_cha {
    position: absolute;
    left: 50%;
    top: 0;
    width: 364px;
    max-width: none;
    transform: translateX(-50%);
    transform-origin: 50% 84%;
    animation: centerChaFloat 4.8s ease-in-out 1.1s infinite;
}

.main_center_fr {
    position: absolute;
    max-width: none;
    transform-origin: 50% 50%;
    animation: centerFrFloatA 5.4s ease-in-out 1.05s infinite;
}

.main_center_fr.fr01 {
    left: 50%;
    top: 260px;
    width: 74px;
    margin-left: -216px;
    animation-name: centerFrFloatA;
    animation-duration: 5.2s;
}

.main_center_fr.fr02 {
    left: 50%;
    top: 28px;
    width: 84px;
    margin-left: 232px;
    animation-name: centerFrFloatB;
    animation-duration: 5.8s;
    animation-delay: 1.25s;
}

.main_center_fr.fr03 {
    left: 50%;
    top: 190px;
    width: 120px;
    margin-left: 198px;
    animation-name: centerFrFloatC;
    animation-duration: 5.6s;
    animation-delay: 1.15s;
}

@keyframes centerChaFloat {
    0%, 100% {
        transform: translateX(-50%) translate3d(0, 0, 0) rotate(0deg);
    }
    50% {
        transform: translateX(-50%) translate3d(0, -10px, 0) rotate(-1.2deg);
    }
}

@keyframes centerFrFloatA {
    0%, 100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    50% {
        transform: translate3d(8px, -10px, 0) rotate(4deg);
    }
}

@keyframes centerFrFloatB {
    0%, 100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    50% {
        transform: translate3d(-9px, 7px, 0) rotate(-3deg);
    }
}

@keyframes centerFrFloatC {
    0%, 100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    50% {
        transform: translate3d(7px, 9px, 0) rotate(2.6deg);
    }
}

.quick_bar.pc {
    position: fixed;
    left: 50%;
    top: 20vh;
    z-index: 40;
    width: 192px;
    margin-left: 656px;
    opacity: 0;
    animation: loadQuick .54s ease-out 1.05s forwards;
}

.quick_bar.pc img {
    width: 100%;
}

@keyframes loadQuick {
    from {
        opacity: 0;
        transform: translate3d(22px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.section_02 {
    padding-top: 42px;
}

.section_02 .inner {
    width: 1034px;
    max-width: calc(100% - 32px);
}

.section02_title {
    display: block;
    width: 574px;
    margin: 0 auto;
}

.section02_item {
    display: block;
    width: 1034px;
    margin: 30px auto 0;
}

.section02_item.reveal_target {
    transition-delay: .12s;
}

.section_03 {
    padding-top: 12px;
    padding-bottom: 130px;
}

.section_03 .inner {
    width: 760px;
    max-width: calc(100% - 32px);
}

.section03_item {
    display: block;
    width: 760px;
    margin: 0 auto;
}

.apply_btn {
    display: block;
    width: 474px;
    margin: 82px auto 0;
}

.apply_btn.reveal_target {
    transition-delay: .14s;
}

.apply_btn img {
    width: 100%;
}

.section_phara {
    background: #003e73;
    color: #fff;
    padding: 44px 16px 40px;
}

.section_phara .inner {
    width: 640px;
    max-width: 100%;
}

.notice_list {
    text-align: left;
    font-size: 14px;
    line-height: 1.65;
    letter-spacing: 0;
}

.sns {
    background: #232323;
    padding: 54px 16px 50px;
}

.sns img {
    width: 514px;
}

.footer {
    position: relative;
    background: #fff;
    color: #161616;
    padding: 52px 16px 58px;
    text-align: center;
}

.footer .inner {
    width: 720px;
    max-width: 100%;
}

.footer_logo {
    width: 218px;
    margin-bottom: 22px;
}

.footer p {
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
}

.quick_bar.mo {
    display: none;
}

.mobile_floating {
    display: none;
}

.reveal_target {
    opacity: 0;
    transform: translate3d(0, 54px, 0);
    transition: opacity .72s ease, transform .86s cubic-bezier(.2, .72, .18, 1);
    will-change: opacity, transform;
}

.reveal_target.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.section_03 .section03_item.reveal_target {
    transform: translate3d(0, 46px, 0) scale(.97);
}

.section_03 .section03_item.reveal_target.is-visible {
    transform: translate3d(0, 0, 0) scale(1);
}

.modal-open {
    overflow: hidden;
}

.b_popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: flex-start;
    justify-content: center;
    padding: 28px 12px 60px;
    overflow-y: auto;
    background: rgba(0, 0, 0, .72);
}

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

.b_popup_inner {
    position: relative;
    width: 720px;
    max-width: 100%;
    background: #fff;
    box-shadow: 0 20px 70px rgba(0, 0, 0, .35);
}

.b_popup_title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    background: #1b1b1b;
    color: #fff;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
}

.popup_x {
    position: absolute;
    right: 22px;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 38px;
    line-height: 1;
}

.b_popup_content {
    background: #fff;
    padding: 90px 44px 60px;
}

.form_fields {
    display: flex;
    flex-direction: column;
	border-top: 1px solid #d2d2d2;
}

.form_group {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 68px;
    border-bottom: 1px solid #d2d2d2;
}

.form_group:last-child {
    border-bottom: 1px solid #d2d2d2;
}

.form_group.field_input_file {
    order: 1;
    min-height: 78px;
}

.form_group.field_input_file .field_label {
    font-size: 18px;
    line-height: 1.2;
}

.form_group.field_type_textarea {
    order: 2;
    min-height: 218px;
}

.form_group.field_index_0 {
    order: 3;
}

.form_group.field_index_1 {
    order: 4;
}

.field_label {
    display: flex;
    flex: 0 0 164px;
    align-items: center;
    justify-content: center;
    min-height: inherit;
    padding: 10px 14px;
    background: #2c2c2c;
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.25;
    word-break: keep-all;
}

.field_label .text {
    display: block;
}

.required_mark {
    margin-left: 3px;
    color: #ff4a4a;
}

.form_group > input:not([type="hidden"]),
.form_group > select,
.form_group > textarea,
.choice_group,
.file_control,
.textarea_control {
    flex: 1 1 auto;
    min-width: 0;
    margin: 18px 10px 18px 15px;
}

.form_group > input:not([type="hidden"]),
.form_group > select,
.form_group > textarea,
.textarea_control textarea {
    border: 1px solid #aaa;
    background: #fff;
    color: #111;
    outline: none;
    font-size: 18px;
}

.form_group > input:not([type="hidden"]),
.form_group > select {
    height: 38px;
    padding: 0 12px;
}

.form_group.field_index_0 > input:not([type="hidden"]),
.form_group.field_index_1 > input:not([type="hidden"]) {
    flex: 1 1 0;
    width: 100%;
}

.form_group > textarea,
.textarea_control textarea {
    display: block;
    width: 100%;
    height: 150px;
    padding: 12px;
    line-height: 1.45;
}

.textarea_notice {
    margin-top: 10px;
    color: #111;
    text-align: left;
    font-size: 16px;
    line-height: 1.35;
    word-break: keep-all;
}

.textarea_notice span {
    color: #ff0000;
    font-weight: 800;
}

.textarea_counter {
    margin-top: 4px;
    color: #666;
    text-align: right;
    font-size: 14px;
    font-family: "Outfit", "Noto Sans KR", sans-serif;
}

.file_control {
    position: relative;
    height: 40px;
}

.file_input {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.file_label {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    border: 1px solid #aaa;
    background: #fff;
    color: #777;
    cursor: pointer;
}

.file_name {
    display: block;
    min-width: 0;
    padding: 0 12px;
    overflow: hidden;
    color: #777;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.file_label.has_file .file_name {
    color: #111;
    font-weight: 700;
}

.file_label::after {
    content: "파일선택";
    display: flex;
    flex: 0 0 78px;
    align-items: center;
    justify-content: center;
    height: 28px;
    margin-right: 6px;
    background: #151515;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.choice_group {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 40px;
}

.choice_label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
}

.term_zone .term {
    height: 240px;
    margin-top: 34px;
    border: 1px solid #d9d9d9;
    background: #f3f3f3;
    color: #111;
    text-align: left;
    font-size: 17px;
    line-height: 1.42;
}

.term_zone .term .inner {
    height: 100%;
    padding: 22px 22px;
    overflow-y: auto;
    text-align: left;
}

.term_zone .term .h5,
.term_zone .term .h6 {
    font-weight: 900;
}

.term_zone .term .h5 {
    margin-bottom: 8px;
}

.term_zone .term .h6 {
    margin-bottom: 4px;
}

.agree {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 16px;
    color: #111;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.agree span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.agree input,
.agree label {
    cursor: pointer;
}

.agree input {
    appearance: none;
    position: relative;
    width: 26px;
    height: 26px;
    border: 1px solid #777;
    border-radius: 50%;
    background: #fff;
}

.agree input::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #18d8c0;
    transform: translate(-50%, -50%);
}

.agree input:checked::after {
    display: block;
}

.btn_box {
    display: flex;
    gap: 20px;
    margin-top: 28px;
}

.btn_box .btn {
    display: flex;
    flex: 1 1 0;
    align-items: center;
    justify-content: center;
    height: 80px;
    border: 2px solid #111;
    color: #050505;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
}

.btn_box .confirm_btn {
    background: #35ecd0;
}

.btn_box .cancel_btn {
    background: #fff;
}

@media (max-width: 1600px) {
    .quick_bar.pc {
        left: auto;
        right: 18px;
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .quick_bar.pc {
        display: none;
    }

    .sns {
        padding-bottom: 250px;
    }

    .footer {
        padding-top: 42px;
    }

    .mobile_floating {
        position: relative;
        z-index: 60;
        display: block;
        height: 0;
    }

    .quick_bar.mo {
        position: fixed;
        left: 50%;
        top: auto;
        bottom: 0;
        z-index: 60;
        display: block;
        width: 100%;
        max-width: 750px;
        transform: translateX(-50%);
    }

    .mobile_floating.is-docked .quick_bar.mo {
        position: absolute;
        bottom: 0;
    }
}

@media (max-width: 750px) {
    .visual_area {
        background-size: 256vw auto;
    }

    .main_obj.obj_tube {
        top: 108vw;
        width: 28.8vw;
        margin-left: -52vw;
        animation-name: waveDriftTubeMo;
    }

    .main {
        height: 128vw;
        padding-top: 4.53vw;
    }

    .top_logo {
        width: 29.07vw;
    }

    .title_h2 {
        width: 50.67vw;
        margin-top: 1.87vw;
    }

    .title_h1 {
        width: 84vw;
        margin-top: 1.07vw;
    }

    .title_h3 {
        width: 69.33vw;
        margin-top: 2vw;
    }

    .main_character {
        width: 100vw;
        height: 51.33vw;
        margin-top: 1.07vw;
    }

    .main_center_cha {
        width: 48.53vw;
    }

    .main_center_fr.fr01 {
        width: 16vw;
        top: 4.53vw;
        margin-left: -40vw;
    }

    .main_center_fr.fr02 {
        width: 11.2vw;
        top: 3.73vw;
        margin-left: 30.93vw;
    }

    .main_center_fr.fr03 {
        width: 9.87vw;
        top: 21.87vw;
        margin-left: 29.07vw;
    }

    .section_02 {
        padding-top: 5.6vw;
    }

    .section_02 .inner,
    .section_03 .inner {
        max-width: 96vw;
    }

    .section02_title {
        width: 76.53vw;
    }

    .section02_item {
        width: 96vw;
        margin-top: 4vw;
    }

    .section_03 {
        padding-top: 2vw;
        padding-bottom: 17.33vw;
    }

    .section03_item {
        width: 96vw;
    }

    .apply_btn {
        width: 63.2vw;
        margin-top: 10.93vw;
    }

    .section_phara {
        padding: 5.87vw 4.27vw 5.33vw;
    }

    .notice_list {
        font-size: 2.8vw;
        line-height: 1.55;
    }

    .sns {
        padding-top: 7.2vw;
		 padding-bottom: 36vw;
    }

    .sns img {
        width: 68.53vw;
    }

    .footer {
        padding-top: 8vw;
        padding-right: 4.27vw;
        padding-bottom: 7.73vw;
        padding-left: 4.27vw;
    }

    .footer_logo {
        width: 29.07vw;
        margin-bottom: 2.93vw;
    }

    .footer p {
        font-size: 2.67vw;
    }

    .b_popup {
        padding: 3vw 3.2vw;
    }

    .b_popup_inner {
        width: 100%;
        max-height: calc(100svh - 6vw);
        min-height: 0;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .b_popup_title {
        height: 15.28vw;
        font-size: 5.83vw;
    }

    .popup_x {
        right: 3.06vw;
        width: 8vw;
        height: 8vw;
        font-size: 7.5vw;
    }

    .b_popup_content {
        padding: 5vw 4vw 4vw;
    }

    .form_group {
        min-height: 9.44vw;
    }

    .form_group.field_input_file {
        min-height: 10.83vw;
    }

    .form_group.field_type_textarea {
        min-height: 38vw;
    }

    .field_label {
        flex-basis: 22.78vw;
        padding: 1.39vw 1.94vw;
        font-size: max(13px, 3.06vw);
    }

    .form_group.field_input_file .field_label {
        font-size: max(12px, 2.4vw);
    }

    .form_group > input:not([type="hidden"]),
    .form_group > select,
    .form_group > textarea,
    .choice_group,
    .file_control,
    .textarea_control {
        margin: .9vw 1.39vw .9vw 2.08vw;
    }

    .form_group > input:not([type="hidden"]),
    .form_group > select {
        height: 8vw;
        min-height: 44px;
        padding: 0 1.67vw;
        font-size: max(16px, 2.8vw);
    }

    .form_group > textarea,
    .textarea_control textarea {
        height: 20.83vw;
        min-height: 84px;
        padding: 1.67vw;
        font-size: max(16px, 2.8vw);
    }

    .textarea_notice {
        margin-top: 1.39vw;
        font-size: max(12px, 2.55vw);
        line-height: 1.35;
    }

    .textarea_counter {
        margin-top: .8vw;
        font-size: 2.3vw;
    }

    .file_control {
        height: 8vw;
        min-height: 44px;
    }
	
	.file_input,
    .file_label {
        height: 8vw;
        min-height: 44px;
    }

    .file_name {
        padding: 0 1.67vw;
        font-size: max(13px, 2.2vw);
    }

    .file_label::after {
        flex-basis: max(64px, 12.83vw);
        height: 6vw;
        min-height: 32px;
        margin-right: .83vw;
        font-size: max(13px, 2.4vw);
    }

    .term_zone .term {
        height: 33.33vw;
        margin-top: 3vw;
        font-size: max(13px, 2.8vw);
    }

    .term_zone .term .inner {
        padding: 3.06vw;
    }

    .agree {
        flex-wrap: wrap;
        gap: 1.94vw;
        margin-top: 1.6vw;
        font-size: max(14px, 2.78vw);
    }

    .agree_title {
        width: 100%;
        justify-content: center;
    }

    .agree input {
        width: max(20px, 3.61vw);
        height: max(20px, 3.61vw);
    }

    .agree input::after {
        width: max(10px, 1.94vw);
        height: max(10px, 1.94vw);
    }

    .btn_box {
        gap: 2.78vw;
        margin-top: 2.5vw;
    }

    .btn_box .btn {
        height: 11.11vw;
        min-height: 48px;
        font-size: max(16px, 4.17vw);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }

    .top_logo,
    .title_h2,
    .title_h1,
    .title_h3,
    .main_character,
    .quick_bar.pc,
    .reveal_target {
        opacity: 1;
        transform: none;
    }
}
