@charset "UTF-8";
/* Good Neighbors APP Login Event - Updated Design */
/* PC: 1920px, Mobile: 720px responsive */
* {
    color: #000000;
}

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

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-weight: 400;
}

/* common.css reset */
body {
    min-width: auto;
}

div,
p,
span {
    letter-spacing: -0.5px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    border-style: none;
}

button {
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
}

button,
input,
select,
optgroup,
textarea {
    margin: 0;
    font-size: 100%;
    font-family: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset {
    border: 0;
}

legend {
    color: #000000;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
    line-height: 1;
}

caption,
hr,
legend {
    width: 0;
    height: 0;
    font-size: 1px;
    text-indent: -9999em;
    line-height: 0;
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}

a:visited span {
    border: inherit;
}

main {
    display: block;
}

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
}

@supports (text-decoration-style: dotted) {
    abbr[title] {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted; /* 점선 밑줄을 지원하는 브라우저에서만 적용 */
    }
}
small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

button,
input {
    /* 1 */
    overflow: visible;
}

input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox의 스핀 버튼 제거 */
input[type=number] {
    -moz-appearance: textfield;
}

/* 포커스 상태 초기화 */
input[type=number]:focus {
    outline: none;
    box-shadow: none;
}

/*
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/*
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/*
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/*
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/*
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/*
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/*
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/*
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/*
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Reset & Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "Pretendard";
    src: url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Light.woff2) format("woff2"), url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Light.woff) format("woff"), url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Light.otf) format("opentype");
    font-weight: 300;
}
@font-face {
    font-family: "Pretendard";
    src: url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Regular.woff2) format("woff2"), url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Regular.woff) format("woff"), url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Regular.otf) format("opentype");
    font-weight: 400;
}
@font-face {
    font-family: "Pretendard";
    src: url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Medium.woff2) format("woff2"), url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Medium.woff) format("woff"), url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Medium.otf) format("opentype");
    font-weight: 500;
}
@font-face {
    font-family: "Pretendard";
    src: url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Bold.woff2) format("woff2"), url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Bold.woff) format("woff"), url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Bold.otf) format("opentype");
    font-weight: 600;
}
@font-face {
    font-family: "Aggravo";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroL.woff") format("woff");
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: "Aggravo";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroM.woff") format("woff");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Aggravo";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff") format("woff");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "Aggravo";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff") format("woff");
    font-weight: 700;
    font-display: swap;
}
body {
    font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif !important;
    overflow-x: hidden;
    background: #f8f9fa;
    line-height: 1.6;
}

:root {
    --ug: "Aggravo" !important;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

img {
    display: block;
    width: 100%;
}

.ob {
    position: absolute;
}

/* Normal Scroll Section */
.normal-scroll-section {
    width: 100%;
    position: relative;
    min-width: 1400px;
    max-width: 2560px;
    margin: 0 auto;
}
.normal-scroll-section .normal-scroll-area {
    background: url(/assets/web/images/microSite/25apploginevent/hero_bg_new.png) no-repeat;
    background-size: cover;
}
.normal-scroll-section .inner {
    min-height: 100vh;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.normal-scroll-section .ob1 {
    left: 21%;
    top: 3%;
    width: 5%;
}
.normal-scroll-section .ob2 {
    left: 76%;
    top: 4%;
    width: 5%;
}
.normal-scroll-section .ob3 {
    left: 81%;
    top: 9%;
    width: 2%;
}
.normal-scroll-section .ob4 {
    left: -30%;
    top: 67%;
    width: 2%;
}
.normal-scroll-section .ob5 {
    top: 51%;
    left: -26%;
}
.normal-scroll-section .ob6 {
    width: 5%;
    left: -12%;
    top: 46%;
}
.normal-scroll-section .ob7 {
    top: 30%;
    right: -24%;
    width: 15%;
}
.normal-scroll-section .ob8 {
    top: 41%;
    right: -25%;
    width: 8%;
}
.normal-scroll-section .ob9 {
    width: 55px;
    top: -240px;
    right: -120px;
}
.normal-scroll-section .ob-emoji {
    width: 110px;
    right: -10px;
    top: -130px;
    z-index: 2;
}
.normal-scroll-section .ob-ball {
    right: -300px;
    top: -150px;
}
.normal-scroll-section .phone-bg {
    z-index: -2;
    top: 273px;
    left: 100px;
}

/* Hero Section - 메인 섹션 */
.hero-section .logo-wrap {
    position: absolute;
    width: 13%;
    right: calc(50% - 600px - 210px);
    top: 2%;
}
.hero-section .tit-wrap {
    padding-top: 4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero-section .tit-wrap .main-tit1 {
    width: 371px;
    height: 104px;
}
.hero-section .tit-wrap .main-tit2 {
    margin-top: -44px;
    width: 298px;
    height: 133px;
}
.hero-section .txt-wrap {
    width: 100%;
    max-width: 710px;
    margin: 0 auto;
}
.hero-section .txt-wrap .txt-flex {
    display: flex;
    justify-content: space-between;
}
.hero-section .txt-wrap .txt-img {
    width: 263px;
    height: 87px;
}
.hero-section .txt-wrap .txt-logo {
    position: relative;
    width: calc(143px + 143 * (100vw - 720px) / 720);
    height: calc(143px + 143 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .hero-section .txt-wrap .txt-logo {
        width: 143px;
        height: 143px;
    }
}
.hero-section .txt-wrap .txt-logo .el1 {
    top: -2%;
    left: 10%;
    width: calc(143px + 143 * (100vw - 720px) / 720);
    height: calc(143px + 143 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .hero-section .txt-wrap .txt-logo .el1 {
        width: 143px;
        height: 143px;
    }
}
.hero-section .txt-wrap .txt-logo .el2 {
    left: 69%;
    top: 46%;
    width: calc(89px + 89 * (100vw - 720px) / 720);
    height: calc(89px + 89 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .hero-section .txt-wrap .txt-logo .el2 {
        width: 89px;
        height: 89px;
    }
}

.floating-motion-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.glitter-box {
    position: absolute;
    z-index: 1;
    width: 120px;
    height: 170px;
}
.glitter-box .ico-glitter {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
}
.glitter-box .ico-glitter.type1 {
    background: url(/assets/web/images/microSite/25apploginevent/sun1.png) no-repeat;
    top: 0;
    left: 0;
    animation: glitterMotion 4s linear infinite;
}
.glitter-box .ico-glitter.type2 {
    top: 20px;
    left: 45px;
    animation: glitterMotion 5s linear infinite;
}
.glitter-box .ico-glitter.type3 {
    top: 45px;
    left: 20px;
    animation: glitterMotion 6s linear infinite;
}
.glitter-box.type1 {
    top: 20%;
    left: -1%;
}
.glitter-box.type2 {
    top: 10%;
    right: -1%;
}
.glitter-box.type3 {
    bottom: 1%;
    left: 20%;
}

@keyframes glitterMotion {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
.hero-content {
    text-align: center;
    position: relative;
    z-index: 2;
}

.event-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.9);
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    color: #2b5ce6;
    margin-bottom: 20px;
    font-weight: 600;
}
@media (max-width: 720px) {
    .event-badge {
        font-size: 12px;
        padding: 6px 16px;
    }
}

.main-title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1.2;
}
@media (max-width: 720px) {
    .main-title {
        font-size: 32px;
        margin-bottom: 20px;
    }
}
.main-title .title-app {
    color: #2b5ce6;
}
.main-title .title-login {
    color: #333;
}
.main-title .title-event {
    color: #ff6b35;
}

.phone-mockup {
    margin-top: 33px;
}
.phone-mockup .phone-frame {
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background: url(/assets/web/images/microSite/25apploginevent/tablet_body.png) no-repeat;
    background-size: cover;
    width: calc(400px + 400 * (100vw - 720px) / 720);
    height: calc(590px + 590 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .phone-mockup .phone-frame {
        width: 400px;
        height: 590px;
    }
}
.phone-mockup .phone-frame .ico-yellow-arrow {
    z-index: 3;
    position: absolute;
    top: 93%;
    left: 91%;
    display: block;
    background: url(/assets/web/images/microSite/25apploginevent/ico_yellow.png) no-repeat;
    background-size: cover;
    width: calc(113px + 113 * (100vw - 720px) / 720);
    height: calc(99px + 99 * (100vw - 720px) / 720);
    transform-origin: top left;
}
@media (min-width: 720px) {
    .phone-mockup .phone-frame .ico-yellow-arrow {
        width: 113px;
        height: 99px;
    }
}
.phone-mockup .phone-screen {
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/assets/web/images/microSite/25apploginevent/tablet_screen.png) no-repeat;
    background-size: cover;
    z-index: 1;
    width: calc(370px + 370 * (100vw - 720px) / 720);
    height: calc(560px + 560 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .phone-mockup .phone-screen {
        width: 370px;
        height: 560px;
    }
}
.phone-mockup .phone-btn {
    position: absolute;
    bottom: 2%;
    z-index: 2;
}
.phone-mockup .app-content {
    position: absolute;
    top: 8%;
    left: 11%;
    text-align: center;
    width: calc(304px + 304 * (100vw - 720px) / 720);
    height: calc(443px + 443 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .phone-mockup .app-content {
        width: 304px;
        height: 443px;
    }
}
.phone-mockup .app-content .app-logo {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.phone-mockup .app-content .app-illustration {
    font-size: 60px;
    margin-bottom: 20px;
}
@media (max-width: 720px) {
    .phone-mockup .app-content .app-illustration {
        font-size: 50px;
    }
}
.phone-mockup .app-content .app-text {
    font-size: 14px;
    opacity: 0.9;
    line-height: 1.4;
}

.feature-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.bubble {
    position: absolute;
    animation: float 3s ease-in-out infinite;
}

.bubble-1 {
    width: 26%;
    top: 40%;
    left: 5%;
    animation-delay: 0s;
}

.bubble-2 {
    width: 26%;
    top: 40%;
    right: 3%;
    animation-delay: 0.5s;
}

.bubble-3 {
    width: 25%;
    top: 66%;
    left: 3%;
    animation-delay: 1s;
}

.bubble-4 {
    width: 31%;
    top: 68%;
    right: -2%;
    animation-delay: 1.5s;
}

.bubble-5 {
    bottom: 20%;
    left: -40px;
    animation-delay: 2s;
}

@media (max-width: 720px) {
    .bubble-1 {
        left: -40px;
    }
    .bubble-2 {
        right: -50px;
    }
    .bubble-3 {
        left: -35px;
    }
    .bubble-4 {
        right: -45px;
    }
    .bubble-5 {
        left: -30px;
    }
}
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
.hero-subtitle {
    margin-top: 3%;
    letter-spacing: -1px;
    color: #292321;
    font-size: calc(28px + 28 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .hero-subtitle {
        font-size: 28px;
    }
}
.hero-subtitle b {
    color: #292321;
}

.scroll-area {
    margin-top: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.scroll-area .mouse {
    width: calc(3px + 3 * (100vw - 720px) / 720);
    height: calc(39px + 39 * (100vw - 720px) / 720);
    padding: 1% 22%;
    border: 2px solid #000;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}
@media (min-width: 720px) {
    .scroll-area .mouse {
        width: 3px;
        height: 34px;
    }
}
.scroll-area .wheel {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(8px + 8 * (100vw - 720px) / 720);
    height: calc(8px + 8 * (100vw - 720px) / 720);
    margin-left: -9%;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    box-sizing: border-box;
}
@media (min-width: 720px) {
    .scroll-area .wheel {
        width: 8px;
        height: 8px;
    }
}
.scroll-area .wheel:nth-of-type(2) {
    top: 10%;
}
.scroll-area .txt {
    padding-top: 6px;
    font-weight: 500;
    font-size: calc(12px + 12 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .scroll-area .txt {
        font-size: 12px;
    }
}

@keyframes floatGift {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.7;
    }
    50% {
        transform: translateY(-20px) rotate(10deg);
        opacity: 1;
    }
}
/* join Section - 참여 방법 */
.join-section {
    margin-top: 154px;
}
.join-section .join-content {
    position: relative;
}
.join-section .section-title {
    width: 330px;
    margin: 0 auto 30px 398px;
}

.swiper {
    margin: 0 15px;
}
.swiper .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff089;
    padding: 2% 0;
    border-radius: 20px;
    text-align: center;
    position: relative;
    box-shadow: 9px 13px 24px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    width: 320px;
    height: 370px;
}
.swiper .swiper-slide:nth-of-type(1) .card-img {
    margin-left: 15%;
    margin-top: 8%;
    width: 200px;
}
.swiper .swiper-slide:nth-of-type(2) .card-img {
    margin-left: 6%;
    margin-top: 8%;
    width: 190px;
}
.swiper .swiper-slide:nth-of-type(3) .card-img {
    margin-left: 7%;
    margin-top: 8%;
    width: 154px;
}
.swiper .swiper-slide .card-txt {
    color: #000;
    font-size: calc(20px + 20 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .swiper .swiper-slide .card-txt {
        font-size: 20px;
    }
}
.swiper .swiper-slide .card-txt b {
    font-size: calc(20px + 20 * (100vw - 720px) / 720);
    color: #000;
    font-weight: 600;
}
@media (min-width: 720px) {
    .swiper .swiper-slide .card-txt b {
        font-size: 20px;
    }
}
.swiper .swiper-slide .card-number {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    background: #000;
    color: #fff;
    padding: 4px 16px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
}
.swiper .swiper-slide .card-img {
    width: 70%;
}
.swiper .swiper-slide .card-icon {
    font-size: 40px;
    margin-bottom: 20px;
}
@media (max-width: 720px) {
    .swiper .swiper-slide .card-icon {
        font-size: 32px;
        margin-bottom: 15px;
    }
}

.section-info .info-section {
    margin-top: 7%;
}

/* Fullpage Container */
.fullpage-container {
    position: relative;
    /* Benefit Sections */
}
.fullpage-container .inner {
    max-width: 1100px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.fullpage-container .benefit-header {
    text-align: center;
    width: 100%;
}
.fullpage-container .benefit-header .benefit-subtitle {
    text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.2);
    letter-spacing: -1px;
    color: #fff;
    font-weight: 600;
    font-family: var(--ug);
    font-size: calc(45px + 45 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .fullpage-container .benefit-header .benefit-subtitle {
        font-size: 45px;
    }
}
.fullpage-container .benefit-header .benefit-title {
    text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.2);
    line-height: 1;
    color: #fff;
    font-family: var(--ug);
    font-size: calc(70px + 70 * (100vw - 720px) / 720);
    font-weight: 600;
}
@media (min-width: 720px) {
    .fullpage-container .benefit-header .benefit-title {
        font-size: 70px;
    }
}
.fullpage-container .benefit-header .benefit-sub {
    font-family: var(--ug);
    color: #000;
    font-size: calc(32px + 32 * (100vw - 720px) / 720);
    font-weight: 600;
}
@media (min-width: 720px) {
    .fullpage-container .benefit-header .benefit-sub {
        font-size: 32px;
    }
}
.fullpage-container .benefit-header .benefit-sub .orange {
    color: #e15133;
    font-family: var(--ug);
    font-weight: 600;
    font-size: calc(36px + 36 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .fullpage-container .benefit-header .benefit-sub .orange {
        font-size: 36px;
    }
}
.fullpage-container .benefit-header .ico-drop-star {
    margin: 1% auto;
    display: block;
    background: url(/assets/web/images/microSite/25apploginevent/ico_dropstar.png) no-repeat;
    width: calc(22px + 22 * (100vw - 720px) / 720);
    height: calc(60px + 60 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .fullpage-container .benefit-header .ico-drop-star {
        width: 22px;
        height: 60px;
    }
}
.fullpage-container.benefit-1 {
    background-image: url(/assets/web/images/microSite/25apploginevent/benefit1_bg.png);
    height: calc(1500px + 1500 * (100vw - 720px) / 720);
    position: relative;
}
.fullpage-container.benefit-1 .scene-navi {
    position: absolute;
    left: -370px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}
.fullpage-container.benefit-1 .scene-navi .navi-item {
    background: url(/assets/web/images/microSite/25apploginevent/navi_default.png) no-repeat;
    width: 25px;
    height: 2px;
}
.fullpage-container.benefit-1 .scene-navi .navi-item + .navi-item {
    margin-top: 58px;
}
.fullpage-container.benefit-1 .scene-navi .navi-item.on {
    background: url(/assets/web/images/microSite/25apploginevent/navi_on.png) no-repeat;
    width: 103px;
    height: 32px;
}
.fullpage-container.benefit-1 .scene-navi .navi-item.on + .navi-item {
    margin-top: 44px;
}
.fullpage-container.benefit-2 {
    background-image: url(/assets/web/images/microSite/25apploginevent/benefit2_bg.png);
    height: calc(1390px + 1390 * (100vw - 720px) / 720);
}
.fullpage-container.benefit-3 {
    background-image: url(/assets/web/images/microSite/25apploginevent/benefit3_bg.png);
}
.fullpage-container.benefit-3 .benefit-header {
    position: relative;
}
.fullpage-container.benefit-3 .benefit-subtitle {
    color: #000;
}
.fullpage-container.benefit-3 .benefit-title {
    color: #4f6cb4;
}
.fullpage-container.benefit-3 .benefit-sub {
    text-shadow: 3px 9px 7px rgba(0, 0, 0, 0.2);
    font-size: 36px;
}

.fullpage-container {
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
}
@media (min-width: 721px) {
    .fullpage-container {
        height: 250vh;
        min-height: 100vh;
    }
}
.fullpage-container + .fullpage-container {
    margin-top: -100vh;
}
@media (max-width: 720px) {
    .fullpage-container {
        position: static;
        height: auto;
        min-height: 100vh;
        margin-top: 0 !important;
        padding: 60px 0;
    }
}
.fullpage-container .star1 {
    top: 180px;
    left: 120px;
    width: 70px;
    height: 70px;
}
.fullpage-container .star2 {
    top: 40px;
    right: 200px;
    width: 33px;
}
.fullpage-container .star3 {
    width: 16.5px;
    top: 92px;
    right: 160px;
}

.page-content {
    position: sticky;
    width: 100%;
    top: 5vh;
    margin: 0 auto;
    margin-top: 5vh;
}

.final-section {
    background: #edf1f8;
    height: 1191px;
}

/* Scene Management */
.scene {
    display: none;
    opacity: 0;
    transform: translateY(30px);
}
.scene.scene-1 {
    margin-top: 60px;
}
.scene.scene-3 .benefit-img {
    width: 768px;
    height: 488px;
    margin: 0 auto;
}
@media (max-width: 720px) {
    .scene {
        opacity: 1 !important;
        transform: none !important;
        margin-bottom: 40px;
    }
}
.scene.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}
.scene .scene-btn {
    padding-top: 2%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scene .ico-right-arrow {
    display: block;
    margin: 0 0 2% 4%;
    background: url(/assets/web/images/microSite/25apploginevent/ico_right.png) no-repeat;
    background-size: cover;
    width: calc(27px + 27 * (100vw - 720px) / 720);
    height: calc(13px + 13 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .scene .ico-right-arrow {
        width: 27px;
        height: 13px;
    }
}
.scene .participate-btn {
    width: calc(257px + 257 * (100vw - 720px) / 720);
    box-shadow: 9px 13px 24px rgba(0, 0, 0, 0.3);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 18px 0;
    background: #fff;
    color: #000;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: calc(28px + 28 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .scene .participate-btn {
        font-size: 28px;
        width: 257px;
    }
}

/* Book Carousel - 풍성한 혜택 1 */
.book-carousel {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
@media (max-width: 720px) {
    .book-carousel {
        gap: 15px;
    }
}

.carousel-item {
    width: 22.5%;
    transition: transform 0.3s ease;
}
.carousel-item:nth-child(n+2) {
    margin-left: -5%;
}
.carousel-item:nth-child(even) {
    margin-top: 2%;
}
.carousel-item:hover {
    transform: scale(1.05);
}

.scene-description {
    margin-top: 60px;
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: calc(30px + 30 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .scene-description {
        font-size: 30px;
    }
}

/* Discount Info */
.discount-info {
    margin-top: 9%;
}
.discount-info .discount-container {
    position: relative;
    display: flex;
}
.discount-info .discount-container .discount-card {
    width: 100%;
}
.discount-info .discount-container .discount-card:nth-of-type(1) .ob1 {
    top: 68%;
    left: -6%;
    width: 17%;
}
.discount-info .discount-container .discount-card:nth-of-type(2) {
    margin-left: -4%;
    margin-top: -5%;
}
.discount-info .discount-container .discount-card:nth-of-type(2) .ob1 {
    width: 11%;
    left: 34%;
    top: 59%;
}
.discount-info .discount-container .discount-card:nth-of-type(2) .ob2 {
    width: 16%;
    left: 52%;
    top: -4%;
}
.discount-info .discount-container .discount-card:nth-of-type(3) {
    margin-left: 10%;
}
.discount-info .discount-container .discount-card:nth-of-type(3) .ob1 {
    width: 10%;
    left: 65%;
    top: 35%;
}
.discount-info .discount-badge {
    font-size: 72px;
    font-weight: 800;
    color: #ffe066;
    margin-bottom: 10px;
}
@media (max-width: 720px) {
    .discount-info .discount-badge {
        font-size: 56px;
    }
}
.discount-info .discount-text {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
@media (max-width: 720px) {
    .discount-info .discount-text {
        font-size: 20px;
    }
}
.discount-info .discount-desc {
    font-size: 16px;
    opacity: 0.8;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}
/* Final Section */
.final-header h2 {
    text-align: center;
    line-height: 1.4;
}
.final-header h2 .tit1 {
    font-family: var(--ug);
    font-size: 50px;
    text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.3);
}
.final-header h2 .tit2 {
    font-family: var(--ug);
    font-size: 60px;
    text-shadow: -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff, 0.5px 0.5px 0 #fff, 4px 4px 7px rgba(0, 0, 0, 0.3);
}
.final-header h2 .tit2 span {
    font-family: var(--ug);
    font-size: 60px;
}
.final-header h2 .tit2 span.org {
    color: #f16521;
    font-weight: 600;
}
.final-header h2 .tit2 span.org.up {
    transform: scale(0);
}

.action-buttons {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.final-notice {
    margin-top: 30px;
    text-align: center;
    font-size: 24px;
    color: #000;
}
.final-notice .blue {
    color: #4f6cb4;
}
.final-notice .orange {
    color: #f16521;
}
.final-notice p {
    font-weight: 500;
}
.final-notice span {
    font-weight: 600;
}

.app-promotion {
    display: block;
    margin: 60px auto 0;
    width: 946px;
}

/* 새로 추가된 클래스들 */
.qr-section {
    position: relative;
}
.qr-section .lamp {
    top: -19%;
    left: 9%;
    width: 8%;
}
.qr-section .qr-area {
    display: flex;
    justify-content: center;
    margin: 66px 60px 0 88px;
}
.qr-section .download-btn {
    transition: transform 0.3s ease;
}
.qr-section .download-btn:hover {
    transform: translateY(-2px);
}

.qr-caution {
    padding-bottom: 110px;
    color: #3a322f;
    text-align: center;
    line-height: 1.7;
}
.qr-caution p {
    font-size: 18px;
}
.qr-caution .blue {
    color: #1c62a8;
    font-weight: 600;
}
.qr-caution .orange {
    color: #e15133;
    font-weight: 600;
}

/* Benefit-2 스타일 */
.scene-box {
    margin-top: 30px;
    display: flex;
    gap: 130px;
    align-items: start;
    justify-content: center;
}
.scene-box .step-box-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 20px;
}
.scene-box .step-box-left .box-item {
    display: flex;
    align-items: center;
}
.scene-box .step-box-left .box-item .txt {
    padding-bottom: 21px;
    font-size: calc(30px + 30 * (100vw - 720px) / 720);
    font-weight: 600;
}
@media (min-width: 720px) {
    .scene-box .step-box-left .box-item .txt {
        font-size: 30px;
    }
}
.scene-box .step-box-left .benefit2-link {
    display: block;
    margin-top: 60px;
}
.scene-box .step-box-right .step {
    display: none;
}
.scene-box .step-box-right .step.on {
    display: block;
}

/* 새로운 Benefit-3 스타일 */
.benefit-gift-wrap {
    width: 100%;
    position: relative;
    height: 664px;
}
.benefit-gift-wrap .gift-ob1 {
    left: 143px;
    top: 120px;
    z-index: 2;
}
.benefit-gift-wrap .gift-ob2 {
    left: 113px;
    top: 93px;
    z-index: 3;
}
.benefit-gift-wrap .gift-ob3 {
    top: 484px;
    left: 120px;
    width: 37%;
}
.benefit-gift-wrap .caution {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 12px;
}
.benefit-gift-wrap .caution .ico-caution {
    position: absolute;
    top: 10px;
    display: block;
    width: calc(30px + 30 * (100vw - 720px) / 720);
    height: calc(30px + 30 * (100vw - 720px) / 720);
    background: url(/assets/web/images/microSite/25apploginevent/ico_caution.png) no-repeat;
}
.benefit-gift-wrap .caution .ob-txt {
    display: block;
    padding-left: 40px;
    font-size: calc(17px + 17 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .benefit-gift-wrap .caution .ob-txt {
        font-size: 17px;
    }
}
.benefit-gift-wrap .gift-ob4 {
    top: 410px;
    left: 420px;
    z-index: 4;
}
.benefit-gift-wrap .gift-ob5 {
    top: 530px;
    left: 650px;
    z-index: 5;
}
.benefit-gift-wrap .gift-ob6 {
    top: 600px;
    left: 747px;
    width: 35%;
}
.benefit-gift-wrap .gift-ob6 .caution {
    width: 86%;
}
.benefit-gift-wrap .gift-ob7 {
    left: 640px;
    top: 20px;
    width: 280px;
    height: 500px;
}
.benefit-gift-wrap .gift-ob8 {
    left: 847px;
    top: 130px;
    z-index: 2;
}

.ico-paticle {
    position: absolute;
    z-index: 1;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
}
.ico-paticle.type1 {
    background-image: url(/assets/web/images/microSite/25apploginevent/particle_L_1.png);
    width: 14px;
    height: 14px;
    top: -73px;
    left: 70px;
    --x: 130px;
    --y: 230px;
    --rotate: 180deg;
    transform: translate(var(--x), var(--y)) rotate(var(--rotate));
}
.ico-paticle.type2 {
    background-image: url(/assets/web/images/microSite/25apploginevent/particle_L_2.png);
    width: 48px;
    height: 50px;
    top: -20px;
    left: 0px;
    --x: 180px;
    --y: 160px;
    --rotate: 270deg;
    transform: translate(var(--x), var(--y)) rotate(var(--rotate));
}
.ico-paticle.type3 {
    background-image: url(/assets/web/images/microSite/25apploginevent/particle_L_3.png);
    width: 28px;
    height: 28px;
    top: 6px;
    left: 100px;
    --x: 90px;
    --y: 160px;
    --rotate: -180deg;
    transform: translate(var(--x), var(--y)) rotate(var(--rotate));
}
.ico-paticle.type4 {
    background-image: url(/assets/web/images/microSite/25apploginevent/particle_R_1.png);
    width: 29px;
    height: 28px;
    top: -70px;
    right: 80px;
    --x: -110px;
    --y: 230px;
    --rotate: 180deg;
    transform: translate(var(--x), var(--y)) rotate(var(--rotate));
}
.ico-paticle.type5 {
    background-image: url(/assets/web/images/microSite/25apploginevent/particle_R_2.png);
    width: 15px;
    height: 14px;
    top: -75px;
    right: 30px;
    --x: -180px;
    --y: 240px;
    --rotate: 270deg;
    transform: translate(var(--x), var(--y)) rotate(var(--rotate));
}
.ico-paticle.type6 {
    background-image: url(/assets/web/images/microSite/25apploginevent/particle_R_3.png);
    width: 9px;
    height: 9px;
    top: 19px;
    right: 120px;
    --x: -80px;
    --y: 150px;
    --rotate: -180deg;
    transform: translate(var(--x), var(--y)) rotate(var(--rotate));
}
.ico-paticle.type7 {
    background-image: url(/assets/web/images/microSite/25apploginevent/particle_R_4.png);
    width: 41px;
    height: 61px;
    top: -35px;
    right: 10px;
    --x: -180px;
    --y: 180px;
    --rotate: -270deg;
    transform: translate(var(--x), var(--y)) rotate(var(--rotate));
}

.btn-kakao .ico-kakaotalk,
.btn-kakao .ico-link,
.btn-url .ico-kakaotalk,
.btn-url .ico-link {
    font-size: 20px;
    margin-right: 8px;
}

.final-notice .bld {
    font-weight: 700;
}
.final-notice .green {
    color: #4caf50;
}

.app-promotion .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
@media (max-width: 720px) {
    .app-promotion .title {
        font-size: 16px;
    }
}
.app-promotion .title .bld {
    font-weight: 700;
}
.app-promotion .title .green {
    color: #4caf50;
}
.app-promotion .banner-box {
    position: relative;
    margin-top: 20px;
    border-radius: 12px;
    overflow: hidden;
}
.app-promotion .banner-box img {
    width: 100%;
    height: auto;
}

.ico-heart {
    position: absolute;
    width: 25px;
    height: 25px;
    background: radial-gradient(circle, rgba(255, 105, 135, 0.8), rgba(255, 105, 135, 0.4));
    border-radius: 50%;
    animation: heartBeat 2s ease-in-out infinite;
}
.ico-heart.size1 {
    width: 15px;
    height: 15px;
}
.ico-heart.type1 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}
.ico-heart.type2 {
    top: 30%;
    right: 15%;
    animation-delay: 0.5s;
}
.ico-heart.type3 {
    bottom: 25%;
    left: 20%;
    animation-delay: 1s;
}
.ico-heart.type4 {
    bottom: 15%;
    right: 25%;
    animation-delay: 1.5s;
}

@keyframes heartBeat {
    0%, 100% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
}
/* 노트북 대응 */
@media (max-width: 1536px) {
    .hero-section .logo-wrap {
        right: calc(50% - 600px - 150px);
    }
}
@media (min-height: 791px) and (max-height: 960px) {
    .fullpage-container .star1 {
        top: 50px;
    }
    .scene-container {
        transform: scale(0.73);
        transform-origin: top center;
        margin-top: 50px !important;
    }
    .benefit-header .benefit-subtitle {
        font-size: calc(35px + 35 * (100vw - 720px) / 720);
    }
}
@media (min-height: 791px) and (max-height: 960px) and (min-width: 720px) {
    .benefit-header .benefit-subtitle {
        font-size: 35px;
    }
}
@media (min-height: 791px) and (max-height: 960px) {
    .benefit-header .benefit-title {
        font-size: calc(60px + 60 * (100vw - 720px) / 720);
    }
}
@media (min-height: 791px) and (max-height: 960px) and (min-width: 720px) {
    .benefit-header .benefit-title {
        font-size: 60px;
    }
}
@media (min-height: 791px) and (max-height: 960px) {
    .benefit-1 .page-content {
        top: 9vh !important;
    }
    .benefit-2 .page-content {
        top: 14vh !important;
    }
    .benefit-3 .page-content {
        top: 8vh !important;
        transform: scale(0.75);
        transform-origin: top center;
    }
    .benefit-3 .benefit-header .benefit-subtitle {
        font-size: calc(60px + 60 * (100vw - 720px) / 720);
    }
}
@media (min-height: 791px) and (max-height: 960px) and (min-width: 720px) {
    .benefit-3 .benefit-header .benefit-subtitle {
        font-size: 60px;
    }
}
@media (min-height: 791px) and (max-height: 960px) {
    .benefit-3 .benefit-header .benefit-title {
        font-size: calc(90px + 90 * (100vw - 720px) / 720);
    }
}
@media (min-height: 791px) and (max-height: 960px) and (min-width: 720px) {
    .benefit-3 .benefit-header .benefit-title {
        font-size: 90px;
    }
}
@media (min-height: 791px) and (max-height: 960px) {
    .scene-description {
        font-size: calc(34px + 34 * (100vw - 720px) / 720);
    }
}
@media (min-height: 791px) and (max-height: 960px) and (min-width: 720px) {
    .scene-description {
        font-size: 34px;
    }
}
@media (min-height: 791px) and (max-height: 960px) {
    .scene-box {
        margin-top: 20px !important;
        transform: scale(0.7);
        transform-origin: top center;
    }
    .benefit-gift-wrap .gift-ob1 {
        width: 14%;
        left: 63px;
        top: 120px;
        z-index: 2;
    }
    .benefit-gift-wrap .gift-ob2 {
        width: 70%;
        left: -12px;
        top: 93px;
        z-index: 3;
        width: 75%;
    }
    .benefit-gift-wrap .gift-ob3 {
        top: 594px;
        left: 40px;
        width: 40%;
    }
    .benefit-gift-wrap .gift-ob4 {
        top: 480px;
        left: 390px;
        width: 40%;
        z-index: 4;
    }
    .benefit-gift-wrap .gift-ob5 {
        top: 655px;
        left: 740px;
        z-index: 5;
        width: 20%;
    }
    .benefit-gift-wrap .gift-ob6 {
        top: 728px;
        left: 847px;
        width: 39%;
    }
    .benefit-gift-wrap .gift-ob7 {
        left: 650px;
        top: 30px;
        width: 30%;
    }
    .benefit-gift-wrap .gift-ob8 {
        left: 887px;
        top: 145px;
        z-index: 2;
        width: 23%;
    }
    .final-section .action-buttons img {
        width: auto;
        height: 13vh;
    }
    .final-section .app-promotion {
        margin: 40px auto 0;
    }
    .final-section .app-promotion img {
        width: auto;
        height: 35vh;
        margin: 0 auto;
    }
}
.page-content {
    height: 100vh;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0 !important;
}

body {
    overflow-x: hidden;
}

.hero-section .txt-wrap .txt-logo {
    width: 0;
    overflow: hidden;
    margin: 0 20px;
}
.hero-section .txt-wrap .txt-logo .el1,
.hero-section .txt-wrap .txt-logo .el2 {
    opacity: 0;
}

.hero-section .txt-wrap .txt-flex {
    justify-content: center;
}

.hero-section .txt-wrap .txt-img {
    flex: 0 0 auto;
}

.normal-scroll-area .ob.ob1 {
    animation: twinkle 3s infinite;
    opacity: 0;
}
.normal-scroll-area .ob.ob2 {
    animation: twinkleReverse 2.5s 3s infinite;
    opacity: 0;
}
.normal-scroll-area .ob.ob3 {
    animation: twinkleReverse 2.5s 3.5s infinite;
    opacity: 0;
}
.normal-scroll-area .ob.ob4 {
    animation: twinkle 2.5s 3.5s infinite;
    opacity: 0;
}
.normal-scroll-area .ob.ob5 {
    y: 20px;
    opacity: 0;
}
.normal-scroll-area .ob.ob5.active {
    animation: floatGift 3s ease-out;
    transform-origin: bottom 20px center;
}
.normal-scroll-area .ob.ob6 {
    animation: twinkle 2.5s 1.5s infinite;
    opacity: 0;
}
.normal-scroll-area .ob.ob7 {
    y: 20px;
    opacity: 0;
}
.normal-scroll-area .ob.ob7.active {
    animation: floatGift 3s ease-out;
    transform-origin: bottom 20px center;
}
.normal-scroll-area .ob.ob8 {
    opacity: 0;
}
.normal-scroll-area .ob.ob9 {
    animation: twinkleReverse 3s 1.5s infinite;
    opacity: 0;
}

.phone-frame .ico-yellow-arrow {
    transform: translate(20%, 20%);
    opacity: 0;
}

.phone-mockup .phone-screen {
    background-image: none;
    overflow: hidden;
    top: 50%;
    perspective: 1000px;
}
.phone-mockup .phone-screen .frame-head {
    position: absolute;
    top: -1%;
    left: 0;
}

.phone-mockup .app-content {
    left: 10%;
    transform-style: preserve-3d;
    transform: rotateX(-90deg);
}

.app-content .section {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transform-origin: center;
    padding: 0;
    opacity: 0;
    top: 0;
    left: 0;
}
.app-content .section img {
    scale: 0.77;
}
.app-content .section.section1 {
    transform: translateZ(220px);
}
.app-content .section.section2 {
    transform: rotateX(-90deg) translateZ(220px);
}
.app-content .section.section3 {
    transform: rotateX(-180deg) translateZ(220px);
}
.app-content .section.section4 {
    transform: rotateX(90deg) translateZ(220px);
}

.bubble {
    animation: none;
    y: 20px;
    opacity: 0;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.bubble.active {
    opacity: 1;
    y: 0;
    animation: float 3s 0.3s infinite;
}

.scroll-area .mouse {
    position: relative;
}
.scroll-area .wheel {
    animation: scroll-wheel 2s infinite linear;
    transform-origin: center;
    top: 4px;
    left: 8.5px;
}
.scroll-area .wheel:nth-child(2) {
    margin-top: 5px;
}

.join-section .swiper-slide {
    transform: scale(0.8);
    opacity: 0;
    transition: none;
}
.join-section .swiper-slide * {
    position: relative;
    z-index: 2;
}
.join-section .swiper-slide [class^=star] {
    width: auto;
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.join-section .swiper-slide .star1 {
    width: auto;
}
.join-section .swiper-slide:nth-child(1) .star1 {
    top: -20%;
    left: -20%;
    transform: translate(70px, 100px) rotate(180deg) scale(0.8);
}
.join-section .swiper-slide:nth-child(1) .star2 {
    top: -10%;
    left: 0%;
    transform: translate(60px, 50px) rotate(180deg) scale(0.8);
}
.join-section .swiper-slide:nth-child(1) .star3 {
    bottom: -10%;
    right: 0%;
    transform: translate(-20px, -50px) rotate(180deg) scale(0.8);
}
.join-section .swiper-slide:nth-child(2) .star1 {
    bottom: -20%;
    right: 10%;
    transform: translate(-70px, -100px) rotate(180deg) scale(0.8);
}
.join-section .swiper-slide:nth-child(2) .star2 {
    bottom: -10%;
    right: 30%;
    transform: translate(-60px, -50px) rotate(180deg) scale(0.8);
}
.join-section .swiper-slide:nth-child(2) .star3 {
    top: -10%;
    left: 20%;
    transform: translate(20px, 50px) rotate(180deg) scale(0.8);
}
.join-section .swiper-slide:nth-child(3) .star1 {
    top: -20%;
    right: -20%;
    transform: translate(-70px, 100px) rotate(180deg) scale(0.8);
}
.join-section .swiper-slide:nth-child(3) .star2 {
    top: -10%;
    right: 0%;
    transform: translate(-60px, 50px) rotate(180deg) scale(0.8);
}
.join-section .swiper-slide:nth-child(3) .star3 {
    bottom: -10%;
    left: 0%;
    transform: translate(20px, -50px) rotate(180deg) scale(0.8);
}

.ob.ob-emoji {
    animation: float 3s infinite;
}
.ob.ob-emoji img {
    animation: headNod 3s infinite ease-in-out;
}

.section-info .info-item {
    position: relative;
}
.section-info img {
    width: auto;
}
.section-info img.hide {
    opacity: 0;
}
.section-info .txt1,
.section-info .arrows,
.section-info .txt2 {
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
}
.section-info .scope-box {
    overflow: hidden;
    position: relative;
    position: absolute;
}
.section-info .scope-box img {
    position: relative;
}
.section-info .scope-box.box1 img {
    transform: translateX(-100%);
}
.section-info .scope-box.box2 img {
    transform: translateY(-250%);
}
.section-info .item1 .box1 {
    top: 42%;
    right: -1%;
}
.section-info .item1 .box2 {
    top: 54%;
    right: 17%;
    padding-top: 33px;
    box-sizing: content-box;
}
.section-info .item2 .box1 {
    top: 30%;
    right: -1%;
}
.section-info .item2 .box2 {
    top: 39%;
    right: -1%;
    padding-top: 33px;
    box-sizing: content-box;
}

.ob.lamp.active {
    animation: lampLight 3s forwards;
}

.fullpage-container .ob.star2 {
    animation: twinkle 2.5s 3s infinite;
    opacity: 0;
}
.fullpage-container .ob.star3 {
    animation: twinkle 2.5s 3.5s infinite;
    opacity: 0;
}
.fullpage-container .ob.star1 {
    animation: twinkleReverse 3.5s 3.5s infinite;
    opacity: 0;
}

@media (min-aspect-ratio: 32/25) {
    .fullpage-container.benefit-1 {
        background-size: 100vw auto;
    }
}
@media (max-aspect-ratio: 32/25) {
    .fullpage-container.benefit-1 {
        background-size: auto 100vh;
    }
}
.fullpage-container.benefit-1 .scene {
    pointer-events: none;
}

@media (min-aspect-ratio: 192/139) {
    .fullpage-container.benefit-2 {
        background-size: 100vw auto;
    }
}
@media (max-aspect-ratio: 192/139) {
    .fullpage-container.benefit-2 {
        background-size: auto 100vh;
    }
}

@media (min-aspect-ratio: 192/125) {
    .fullpage-container.benefit-3 {
        background-size: 100vw auto;
    }
}
@media (max-aspect-ratio: 192/125) {
    .fullpage-container.benefit-3 {
        background-size: auto 100vh;
    }
}
.fullpage-container.benefit-3 .benefit-gift-wrap {
    z-index: 2;
}

.fullpage-container.benefit-1 .scene-navi {
    position: fixed;
    top: 50%;
    transform: translate(-150%, -50%);
    left: 40px;
    transition: transform 0.2s cubic-bezier(0, 0.46, 0.16, 1.03);
}
.fullpage-container.benefit-1 .scene-navi.active {
    transform: translate(0%, -50%);
}
.fullpage-container.benefit-1 .scene-navi .navi-item {
    transition: width 0.2s cubic-bezier(0, 0.46, 0.16, 1.03);
    height: 32px;
    background-position: center;
}
.fullpage-container.benefit-1 .scene-navi .navi-item + .navi-item {
    margin-top: 25px;
}
.fullpage-container.benefit-1 .scene-navi .navi-item.on {
    background-position: center right;
}
.fullpage-container.benefit-1 .scene-navi .navi-item.on + .navi-item {
    margin-top: 25px;
}

.benefit-1 .scene-container {
    margin-top: 60px;
    position: relative;
}

.benefit-1 .scene .scene-description {
    margin-top: 9vh;
}

.benefit-1 .scene-1 {
    margin-top: 0;
}

.benefit-1 .scene-2 {
    position: absolute;
    top: 30px;
    left: 0;
}
.benefit-1 .scene-2 .discount-info {
    margin-top: 0;
}

.benefit-1 .scene-3 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.benefit-1 .scene-3 .ob {
    z-index: 1;
}
.benefit-1 .scene-3 .ob1 {
    top: 23%;
    left: -20%;
    animation: float 3s 1s infinite;
}
.benefit-1 .scene-3 .ob2 {
    top: -4%;
    right: -10%;
}
.benefit-1 .scene-3 .ob2 img {
    opacity: 0;
    transform: translate(50px, 15px) scale(0.8);
    animation: turtle-float 2s 0.5s ease-in-out forwards;
}
.benefit-1 .scene-3 .ob3 {
    top: 30%;
    right: -23%;
}
.benefit-1 .scene-3 .ob3.active img {
    animation: float 3s 0.3s infinite;
}
.benefit-1 .scene-3 img {
    scale: 0.8;
    opacity: 0;
}
.benefit-1 .scene-3 .scene-description {
    margin-top: 0;
}

.book-carousel {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0;
}
.book-carousel .carousel-item {
    width: auto;
    flex: 0 0 auto;
    margin: 0;
    transition: none;
    filter: drop-shadow(10px 10px 5px rgba(0, 0, 0, 0.3));
}
.book-carousel .carousel-item.active {
    animation: float 3s 1s infinite;
}
.book-carousel .carousel-item.carousel-item-1 {
    transform: translate(180%, 0%) rotate(-2deg);
    animation-delay: 1s;
}
.book-carousel .carousel-item.carousel-item-1 img {
    transform: rotate(-8deg);
}
.book-carousel .carousel-item.carousel-item-2 {
    transform: translate(84%, -12%) rotate(-11deg);
    animation-delay: 1.25s;
}
.book-carousel .carousel-item.carousel-item-2 img {
    transform: translate(3%, 12%) rotate(6deg);
}
.book-carousel .carousel-item.carousel-item-3 {
    transform: rotate(6deg);
    animation-delay: 1.5s;
}
.book-carousel .carousel-item.carousel-item-3 img {
    transform: rotate(-6deg);
}
.book-carousel .carousel-item.carousel-item-4 {
    transform: translate(-89%, -8%) rotate(0deg);
    animation-delay: 1.25s;
}
.book-carousel .carousel-item.carousel-item-4 img {
    transform: translate(-1%, 8%) rotate(4deg);
}
.book-carousel .carousel-item.carousel-item-5 {
    transform: translate(-172%, 9%) rotate(16deg);
    animation-delay: 1s;
}
.book-carousel .carousel-item.carousel-item-5 img {
    transform: translate(-7%, -8%) rotate(-7deg);
}

.benefit-2 .scene-box .step-box-left .box-item,
.benefit-2 .scene-box .step-box-left .benefit2-link {
    opacity: 0;
}
.benefit-2 .scene-box .step-box-right {
    position: relative;
}
.benefit-2 .scene-box .step-box-right .step {
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.benefit-2 .scene-box .step-box-right .step1 {
    position: relative;
}

.benefit-3 .ob {
    opacity: 0;
    scale: 0.8;
}

.final-section .final-header {
    overflow: hidden;
}
.final-section .tit1 {
    overflow: hidden;
}
.final-section .tit1 .txt {
    transform: translateY(100%);
    display: inline-flex;
    font-family: var(--ug);
    font-weight: 600;
}
.final-section .tit2 .txt {
    transform: translateY(100%);
    display: inline-flex;
    font-family: var(--ug);
    font-weight: 600;
}
.final-section .tit2 .up {
    transform: translateY(120%);
    display: inline-flex;
    font-family: var(--ug);
    transform-origin: bottom center;
    line-height: 1;
}

.discount-container img {
    opacity: 0;
}

.turtle-element {
    opacity: 0;
    transform: translate(50px, 15px) scale(0.8);
    animation: turtle-float 2s 0.5s ease-in-out forwards;
}

.grit-willa.motion.active img {
    animation: grit-motion 3s ease-in-out infinite;
    animation-delay: 1.5s;
}

.motion-bell.active img {
    animation: floatGift 3s ease-out;
}

.participate-btn.btn_ga_send,
.benefit2-link.btn_ga_send.step3 {
    transform: scale(1);
    transition: transform 0.2s cubic-bezier(0, 0, 0.47, 2);
}
.participate-btn.btn_ga_send:active,
.benefit2-link.btn_ga_send.step3:active {
    transform: scale(0.92);
    transition: transform 0.1s ease-out;
}

.action-buttons a {
    transform: scale(1);
    transition: transform 0.2s cubic-bezier(0, 0, 0.47, 2);
}
.action-buttons a:active {
    transform: scale(0.92);
    transition: transform 0.1s ease-out;
}

@keyframes twinkle {
    0% {
        opacity: 0;
        scale: 0.6;
        rotate: 0deg;
    }
    40% {
        opacity: 1;
        scale: 1;
        rotate: 90deg;
    }
    60%, 100% {
        opacity: 0;
        scale: 1.4;
        rotate: 90deg;
    }
}
@keyframes twinkleReverse {
    0% {
        opacity: 0;
        scale: 0.6;
        rotate: 0deg;
    }
    40% {
        opacity: 1;
        scale: 1;
        rotate: -90deg;
    }
    60%, 100% {
        opacity: 0;
        scale: 1.4;
        rotate: -90deg;
    }
}
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}
@keyframes floatGift {
    0%, 30%, 100% {
        transform: rotate(0deg);
    }
    3% {
        transform: rotate(15deg);
    }
    6% {
        transform: rotate(-15deg);
    }
    9% {
        transform: rotate(10deg);
    }
    12% {
        transform: rotate(-10deg);
    }
    15% {
        transform: rotate(10deg);
    }
    18% {
        transform: rotate(-10deg);
    }
    21% {
        transform: rotate(5deg);
    }
    24% {
        transform: rotate(-5deg);
    }
    27% {
        transform: rotate(0);
    }
}
@keyframes scroll-wheel {
    0% {
        top: 4px;
        opacity: 1;
    }
    40% {
        opacity: 1;
        top: 16px;
    }
    50% {
        opacity: 0;
        top: 16px;
    }
    100% {
        opacity: 0;
        top: 16px;
    }
}
@keyframes lampLight {
    0%, 31%, 34%, 39%, 42%, 47%, 50%, 55%, 60%, 67% {
        filter: drop-shadow(-4px -8px 8px transparent);
    }
    5%, 30%, 35%, 38%, 43%, 46%, 51%, 54%, 68%, 100% {
        filter: drop-shadow(-4px -8px 8px #ffefa9);
    }
    70% {
        filter: drop-shadow(-4px -8px 8px #fff7d3);
    }
}
@keyframes headNod {
    0%, 100% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(15deg);
    }
}
@keyframes turtle-float {
    0% {
        opacity: 0;
        transform: translate(50px, 15px) scale(0.8);
    }
    50% {
        opacity: 1;
        transform: translate(0px, 0) scale(1);
    }
    100% {
        opacity: 1;
        transform: translate(0px, 0) scale(1);
    }
}
@keyframes grit-motion {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.2);
    }
}
@media (max-height: 960px) {
    .benefit-1 .page-content {
        justify-content: flex-start;
    }
}/*# sourceMappingURL=event.css.map */