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

body {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #fff;
    background-color: #000;
    overflow-x: hidden;
}

:root {
    --primary-purple: #7B5FFF;
    --light-purple: #9B87FF;
    --dark-purple: #5B3FDF;
    --max-width: 1300px;
    --mobile-padding: 20px;
    --desktop-padding: 40px;
}

/* Menu */
#gnb ul li a {
    font-size: 13px;
}

#gnb a:link {
    color: #333333;
    text-decoration: none;
    transition: all .3s ease
}

#gnb a:visited {
    color: #333333;
    text-decoration: none
}

#gnb a:active {
    color: #333333;
    text-decoration: none
}

#gnb a:hover {
    color: #666666;
    text-decoration: none
}

form,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: 'Raleway', 'notokr'
}

fieldset,
img {
    margin: 0;
    padding: 0;
    border: 0
}

caption,
legend {
    display: none
}

address,
em,
i {
    font-style: normal
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: ''
}

.clearfix:after {
    clear: both
}

/* common elements */
.btn {
    display: inline-block;
    font-family: 'Raleway', 'notokr'
}

.visible {
    display: block !important
}

/* loading indicator */
#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f4f4f4;
    z-index: 9999
}

#page-loader>.inner {
    display: table;
    width: 100%;
    height: 100%
}

.spinner {
    display: table-cell;
    margin: auto;
    width: 50px;
    text-align: center;
    font-size: 10px;
    vertical-align: middle
}

.spinner>div {
    display: inline-block;
    width: 6px;
    height: 40px;
    background: #92bd92;
    -webkit-animation: loadingAnimate 1.2s infinite ease-in-out;
    animation: loadingAnimate 1.2s infinite ease-in-out
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s
}

@-webkit-keyframes loadingAnimate {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes loadingAnimate {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0)
    }
}

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

    /*input, button, select {-webkit-appearance:none;}*/
    .td_chk input {
        -webkit-appearance: checkbox;
    }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* yigam default design 제거 */
#container p {
    line-height: 1.2;
}

/* Intro Section */
.intro {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: #000;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro__container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 0;
    text-align: center;
    z-index: 1;
}

.intro__stars {
    position: absolute;
    width: 100%;
    max-width: var(--max-width);
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    overflow: hidden;
}

.intro__stars-img {
    width: 100%;
    opacity: 1;
}

.intro__logo {
    margin-bottom: 50px;
}

.intro__logo img {
    height: 30px;
    width: auto;
}

.intro__title {
    font-size: 32px;
    line-height: 1.4;
    font-weight: 400;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.intro__title-line1,
.intro__title-line2,
.intro__title-line3 {
    display: block;
}

.intro__title-line2 {
    margin: 0 0 5px;
    display: flex;
    justify-content: space-between;
}

.intro__title-line2 span {
    flex: 0 0 auto;
}

.intro__title-line3 {
    font-size: 48px;
    font-weight: 800;
    background: linear-gradient(to bottom, #9894f2, #6438b4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 0;
    letter-spacing: 3px;
}

.intro__door {
    position: relative;
    margin: 0 auto 55px;
}

.intro__door-img {
    position: relative;
    width: 50rem;
    height: 100%;
    object-fit: contain;
    z-index: 2;
}

.intro__bottom-text {
    padding: 30px;
    background: linear-gradient(180deg, #bfc5c8 0%, #f7f8f7 50%, #bfc5c8 100%);
}

.intro__bottom-text p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
    color: black;
}

.intro__highlight {
    color: #4f32ca !Important;
    font-size: 30px !Important;
    font-weight: 700 !important;
    display: block;
}

/* Awards Section */
.awards {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: #000;
    padding: 150px 0;
    overflow: hidden;
}

.awards__container {
    position: relative;
    width: 100%;
    max-width: unset;
    margin: 0 auto;
    padding: 0;
}

.awards__badges {
    width: 800px;
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 100px;
}

.awards__badge {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 100px;
}

.awards__wing {
    position: absolute;
    width: 100%;
    object-fit: contain;
    z-index: 1;
}

.awards__content {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.awards__label {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1.3;
}

.awards__rank {
    font-size: 50px;
    font-weight: 900;
    background: linear-gradient(180deg, #b2b2b4 0%, #f9f9f9 50%, #b3babd 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.awards__survey-info {
    text-align: right;
    font-size: 12px;
    color: #fff;
    line-height: 1.6;
    width: 800px;
    margin: 0 auto 150px;
}

.awards__cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.awards__card {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: auto;
}

.awards__card-bg {
    width: 100%;
    height: auto;
    display: block;
}

.awards__card-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 30px;
    text-align: center;
}

.awards__card-title {
    font-size: 32px;
    font-weight: 700;
    color: #4f32ca;
    margin-bottom: 18px;
}

.awards__card-desc {
    font-size: 26px;
    color: black;
    font-weight: 500;
}

.awards__card-icon {
    width: 200px;
    height: 200px;
    margin-top: 70px;
    animation: floating 3s ease-in-out infinite;
}

@keyframes floating {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.awards__card-icon--rocket {
    animation-delay: 0.5s;
}

.awards__deco {
    position: absolute;
    pointer-events: none;
}

.awards__deco--1 {
    top: 35%;
    left: 15%;
    width: 100px;
    opacity: 1;
}

.awards__deco--2 {
    top: 35%;
    right: 15%;
    width: 50px;
    opacity: 1;
}

.awards__deco--3 {
    bottom: 25%;
    right: 0;
    width: 180px;
    opacity: 1;
}

.awards__deco--4 {
    bottom: -15%;
    right: 10%;
    width: 300px;
    opacity: 1;
}

/* Event Section */
.event {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: #000;
    overflow: hidden;
}

.event__container {
    position: relative;
    width: 100%;
}

.event__tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 40px 0;
}

.event__tab {
    width: auto;
    height: 60px;
    object-fit: contain;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    cursor: default !important;
}

.event__tab--active {
    opacity: 1;
}

.event__content {
    position: relative;
    width: 100%;
}

.event__background {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    z-index: 1;
}

.event__background.mo {
    display: none;
}

.event__content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom, transparent 0%, #000 100%);
    z-index: 2;
    pointer-events: none;
}

.event__text-box-wrapper {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.relative {
    position: relative;
}

.event__text-box-wrapper.pc {
    display: block;
}

.event__text-box-wrapper.mobile {
    display: none;
}

.event__text-box {
    background: #ebeff4;
    border-radius: 50px;
    padding: 30px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    position: relative;
    transform: rotate(5deg);
}

.event__text-box-content {
    font-size: 32px;
    font-weight: 600;
    color: #4f32ca;
    margin: 0;
}

.event__text-highlight {
    font-weight: 700;
    font-size: 40px;
}

.event__gift-icon {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 150px;
    height: 150px;
    object-fit: contain;
    transform: rotate(5deg);
}

.event__phone-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.event__phone {
    width: 300px;
    height: auto;
    object-fit: contain;
}

.event__deco {
    position: absolute;
    pointer-events: none;
}

.event__deco--5 {
    width: 70px;
    top: -30px;
    left: 30px;
    z-index: 2;
}

.event__deco--6 {
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    width: 100px;
    z-index: 2;
}

.event__phone-text {
    position: absolute;
    background: white;
    border-radius: 15px;
    padding: 15px;
    z-index: 3;
    opacity: 0;
}

.event__phone-text p {
    color: black;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

.event__phone-text--left {
    top: 40%;
    left: -50%;
    animation: textSequence 4s ease-in-out infinite;
}

.event__phone-text--right {
    bottom: 20%;
    right: -50%;
    animation: textSequence 4s ease-in-out infinite;
    animation-delay: 1s;
}

@keyframes textSequence {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    15% {
        opacity: 1;
        transform: translateY(0);
    }

    85% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-30px);
    }
}

/* Roulette Event Section */

/* 로그인 팝업 모달 */
.login-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    display: none;
}

.recommand-overlay-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    display: block;
}

.login-modal__overlay,
.recommand-overlay-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
}

.login-modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f0f23 100%);
    border: 2px solid rgba(155, 135, 255, 0.5);
    border-radius: 25px;
    padding: 50px 40px;
    min-width: 450px;
    max-width: 90vw;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 30px rgba(155, 135, 255, 0.3);
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
    transition: all 0.3s ease;
}

.recommand-overlay-modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f0f23 100%);
    border: 2px solid rgba(155, 135, 255, 0.5);
    border-radius: 25px;
    padding: 50px 40px;
    min-width: 450px;
    max-width: 90vw;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 30px rgba(155, 135, 255, 0.3);
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s ease;
}

.recommand-overlay-modal__content h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 1.5 !important;
}

.recommand-overlay-modal__content h2 > .light-font {
    font-weight: 200;
}

.login-modal.show {
    display: block;
}

.login-modal.show .login-modal__content {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.login-modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-modal__close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

.login-modal__icon,
.recommand-overlay-modal__icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    background: linear-gradient(135deg, #9B87FF 0%, #7B5FFF 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    box-shadow: 0 10px 30px rgba(155, 135, 255, 0.4);
}

.login-modal__title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    background: linear-gradient(to right, #9B87FF, #7B5FFF);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.recommand-overlay-modal__gradient__font {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(to right, #9B87FF, #7B5FFF);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.login-modal__subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    line-height: 1.5 !important;
}

.login-modal__buttons,
.recommand-overlay-modal__buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.login-modal__button,
.recommand-overlay-modal__button {
    padding: 18px 30px;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.login-modal__button--primary,
.recommand-overlay-modal__button--primary {
    background: linear-gradient(135deg, #9B87FF 0%, #7B5FFF 100%);
    color: #fff;
    box-shadow: 0 5px 20px rgba(155, 135, 255, 0.3);
}

.login-modal__button--primary:hover,
.recommand-overlay-modal__button--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(155, 135, 255, 0.5);
}

.login-modal__button--secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.login-modal__button--secondary:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* 기대평 폼 비활성화 상태 */
.review-form--disabled {
    position: relative;
    opacity: 0.7;
    cursor: pointer;
}

.review-form--disabled .review-form__option,
.review-form--disabled .review-form__submit,
.review-form--disabled textarea,
.review-form--disabled input {
    pointer-events: none;
}

.review-form--disabled::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    z-index: 1;
}

/* 모바일 대응 */
@media (max-width: 767px) {
    .login-modal__content {
        min-width: 350px;
        padding: 40px 30px;
    }

    .login-modal__title {
        font-size: 24px;
    }

    .login-modal__subtitle {
        font-size: 16px;
    }

    .login-modal__button {
        font-size: 16px;
        padding: 15px 25px;
    }

     .recommand-overlay-modal__content {
        min-width: 350px;
        padding: 40px 30px;
    }

    .recommand-overlay-modal__title {
        font-size: 24px;
    }

    .recommand-overlay-modal__subtitle {
        font-size: 16px;
    }

    .recommand-overlay-modal__button {
        font-size: 16px;
        padding: 15px 25px;
    }
}

.roulette-svg text,
.roulette-svg tspan {
    font-family: 'Pretendard', sans-serif !important;
}

.roulette-event {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: #000;
    padding: 0;
    overflow: hidden;
}

.roulette-event__container {
    position: relative;
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 var(--mobile-padding);
    text-align: center;
}

.roulette-event__intro {
    margin-bottom: 60px;
}

.roulette-event__date {
    margin-bottom: 40px;
}

.roulette-event__date span {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #dad3f6;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.roulette-event__title {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.roulette-event__title-main {
    color: white;
    font-weight: 800;
    font-size: 60px;
    line-height: 1.2;
}

.roulette-event__title-sub {
    color: #baacef;
    font-weight: 600;
    font-size: 56px;
    line-height: 1.2;
}

.roulette-game {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.roulette-container {
    position: relative;
    width: 600px;
    height: 600px;
    margin: 0 auto;
}

.roulette-border {
    position: absolute;
    width: 580px;
    height: 580px;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.roulette-wheel {
    position: absolute;
    width: 500px;
    height: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: transform 4s cubic-bezier(0.17, 0.67, 0.12, 0.99);
}

.roulette-svg {
    width: 100%;
    height: 100%;
}

.roulette-section-svg:nth-child(1) {
    transform: translate(-50%, -50%) rotate(0deg);
}

.roulette-section-svg:nth-child(2) {
    transform: translate(-50%, -50%) rotate(60deg);
}

.roulette-section-svg:nth-child(3) {
    transform: translate(-50%, -50%) rotate(120deg);
}

.roulette-section-svg:nth-child(4) {
    transform: translate(-50%, -50%) rotate(180deg);
}

.roulette-section-svg:nth-child(5) {
    transform: translate(-50%, -50%) rotate(240deg);
}

.roulette-section-svg:nth-child(6) {
    transform: translate(-50%, -50%) rotate(300deg);
}

.roulette-pointer {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130px;
    height: 130px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 9;
    outline: none;
}

.play-button-bg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.play-button-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    animation: neonGlow 1.5s ease-in-out infinite;
    z-index: 1;
}

.roulette-status {
    background: #baacef;
    padding: 15px;
    font-size: 32px;
    font-weight: 400;
    color: black;
    border-radius: 25px;
    text-align: center;
    width: 800px;
    margin: 50px auto 0;
}

@keyframes neonGlow {

    0%,
    100% {
        text-shadow:
            0 0 10px rgba(255, 255, 255, 0.8),
            0 0 20px rgba(255, 255, 255, 0.6),
            0 0 30px rgba(255, 255, 255, 0.4),
            0 0 40px rgba(123, 95, 255, 0.3);
    }

    50% {
        text-shadow:
            0 0 20px rgba(255, 255, 255, 1),
            0 0 30px rgba(255, 255, 255, 0.8),
            0 0 40px rgba(255, 255, 255, 0.6),
            0 0 50px rgba(123, 95, 255, 0.5);
    }
}

.roulette-bottom-text {
    text-align: center;
}

.roulette-bottom-text p {
    font-size: 52px;
}

.roulette-bottom-text-top {
    color: #908be2;
}

.roulette-wheel.spinning {
    animation: spinRoulette 4s cubic-bezier(0.17, 0.67, 0.12, 0.99);
}

@keyframes spinRoulette {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(1800deg);
    }
}

.review-form {
    background: rgba(123, 95, 255, 0.15);
    border: 2px solid rgba(123, 95, 255, 0.3);
    border-radius: 30px;
    padding: 40px 30px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto 40px;
}

.review-form__header {
    text-align: center;
    margin-bottom: 40px;
}

.review-form__header p {
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
}

.review-form__question:last-child {
    margin-bottom: 50px;
}

.review-form__question h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.4;
}

.review-form__options {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.review-form__option {
    background: #666;
    border: none;
    border-radius: 10px;
    padding: 15px 30px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    position: relative;
}

.review-form__option.active {
    background: #9B87FF;
}

.message-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 5px;
    min-height: 30px;
    position: relative;
}

.review-form__option-message.right {
    text-align: right;
}

.review-form__option-message {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 10px 40px;
    color: white;
    font-size: 16px;
    margin-top: 0;
    text-align: left;
    flex: 1;
    white-space: nowrap;
    position: absolute;
    width: 100%;
}

.review-form__option-message.active {
    opacity: 1;
    max-height: 50px;
    padding: 10px 40px;
    margin-top: 5px;
}

.review-form__option-container {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.review-form__check {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.review-form__option.active .review-form__check::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.review-form__comment {
    margin: 50px 0 30px;
}

.review-form__comment label {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
    text-align: left;
    padding-left: 15px;
}

.review-form__comment label span {
    font-size: 16px;
    font-weight: 400;
}

.review-form__comment textarea {
    width: 100%;
    min-height: 100px;
    padding: 15px;
    border: none;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    font-size: 16px;
    resize: none;
    font-family: inherit;
}

.review-form__comment textarea::placeholder {
    color: #999;
}

.review-form__count {
    text-align: right;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}

.review-form__agree {
    margin-bottom: 20px;
}

.review-form__agree label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}

.review-form__agree input[type="checkbox"] {
    display: none;
}

.review-form__checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 4px;
    display: inline-block;
    position: relative;
}

.review-form__agree input[type="checkbox"]:checked+.review-form__checkbox::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
}

.review-form__agree-label {
    display: block;
    cursor: pointer;
}

.review-form__agree-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: rgba(91, 63, 223, 0.15);
    border: 2px solid rgba(123, 95, 255, 0.3);
    border-radius: 20px;
    padding: 22px 35px;
    transition: all 0.3s ease;
    position: relative;
    width: 100%;
}

.review-form__checkbox {
    width: 24px;
    height: 24px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    flex-shrink: 0;
    transition: all 0.3s ease;
    background: transparent;
}

.review-form__agree input[type="checkbox"]:checked~.review-form__agree-inner {
    background: rgba(155, 135, 255, 0.4);
    border-color: #9B87FF;
    box-shadow: 0 0 20px rgba(155, 135, 255, 0.3);
}

.review-form__agree input[type="checkbox"]:checked~.review-form__agree-inner .review-form__checkbox {
    background: #9B87FF;
    border-color: #9B87FF;
    transform: scale(1.1);
}

.review-form__agree input[type="checkbox"]:checked~.review-form__agree-inner .review-form__checkbox::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.review-form__agree input[type="checkbox"]:checked~.review-form__agree-inner .review-form__checkbox::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: radial-gradient(circle, rgba(155, 135, 255, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    animation: checkPulse 0.4s ease-out;
}

@keyframes checkPulse {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.review-form__agree-inner span:last-child {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.review-form__agree input[type="checkbox"]:checked~.review-form__agree-inner span:last-child {
    color: #fff;
    font-weight: 600;
}

.review-form__agree-inner:hover {
    background: rgba(123, 95, 255, 0.25);
    transform: translateY(-1px);
}

.review-form__agree input[type="checkbox"]:checked~.review-form__agree-inner:hover {
    background: rgba(155, 135, 255, 0.5);
}

.review-form__agree-label:focus-within .review-form__agree-inner {
    outline: 2px solid #9B87FF;
    outline-offset: 3px;
}

.review-form__notice p {
    font-size: 16px;
    line-height: 1.6 !important;
    text-align: left;
}

.review-form__submit {
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 20px 35px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin: 30px 0 0;
}

.review-form__submit:disabled {
    background: linear-gradient(135deg, #9B87FF 0%, #7B5FFF 100%);
    cursor: not-allowed;
    opacity: 1;
}

.review-form__submit:not(:disabled) {
    background: linear-gradient(135deg, #9B87FF 0%, #7B5FFF 100%);
    box-shadow: 0 4px 20px rgba(155, 135, 255, 0.3);
}

.review-form__submit:not(:disabled):hover {
    background: linear-gradient(135deg, #8B77EF 0%, #6B4FEF 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(155, 135, 255, 0.4);
}

.review-form__submit:not(:disabled):active {
    transform: translateY(0);
    box-shadow: 0 2px 15px rgba(155, 135, 255, 0.3);
}

.review-form__submit:hover {
    background: #7B5FFF;
}

.review-form__submit:disabled {
    background: #666;
    cursor: not-allowed;
}

.review-form__success-message {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-top: 15px;
    text-align: center;
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.review-comments {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.review-comments__title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.review-comments__subtitle {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    margin-bottom: 15px;
}

.review-comments__list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 40px;
}

.review-comments__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.review-comments__author {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    min-width: auto;
    word-break: break-all;
    text-align: left;
}

.review-comments__text {
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    flex: 1;
}

.pg {
    display: flex;
    gap: 10px;
}

.review-comments__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.review-comments__page-btn,
.review-comments__page-num {
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
}

.review-comments__page-btn:hover,
.review-comments__page-num:hover {
    background: rgba(255, 255, 255, 0.2);
}

.review-comments__page-num--active {
    background: #fff;
    color: #000;
}

.review-comments__page-btn span {
    font-size: 20px;
    font-weight: bold;
}

.coupon-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.coupon-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

.coupon-modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 360px;
    width: 90%;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.coupon-modal.show {
    display: block;
}

.coupon-modal.show .coupon-modal__content {
    opacity: 1;
    animation: modalBounce 0.5s ease;
}

@keyframes modalBounce {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
    }

    60% {
        transform: translate(-50%, -50%) scale(1.05);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

.coupon-modal__close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    background: #fff;
    border: none;
    border-radius: 50%;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coupon-modal__close:hover {
    background: #f0f0f0;
    transform: scale(1.1);
}

.coupon-modal__image {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.coupon-modal__share-section {
    text-align: center;
    padding: 20px;
    background: rgb(0 0 0 / 70%);
    border-radius: 15px;
}

.coupon-modal__share-text {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.coupon-modal__share-buttons {
    margin-bottom: 15px;
}

.share-button {
    padding: 12px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #fff;
    width: 100%;
}

.share-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.share-button--copy {
    background: #777777;
}

.coupon-modal__share-info {
    color: #fff;
    font-size: 14px;
    opacity: 0.8;
    margin-top: 10px;
}

/* Share Event Section */
.share-event {
    position: relative;
    width: 100%;
    background: #000;
    padding: 0 0 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-event__container {
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.share-event__arrow {
    width: 80px;
    height: auto;
    margin-bottom: 40px;
}

.share-event__box {
    background: linear-gradient(135deg, rgba(123, 95, 255, 0.15) 0%, rgba(155, 135, 255, 0.25) 100%);
    border: 2px solid rgba(155, 135, 255, 0.5);
    border-radius: 30px;
    padding: 60px 80px;
    text-align: center;
    position: relative;
    z-index: 2;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 60px rgba(123, 95, 255, 0.3);
}

.share-event__title {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 30px;
    background: linear-gradient(to right, #9B87FF, #7B5FFF);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.share-event__description {
    font-size: 24px;
    line-height: 1.6 !important;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 500;
}

.share-event__note {
    display: block;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 10px;
}

.share-event__button {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, #453983 0%, #7B5FFF 100%);
    border: none;
    border-radius: 50px;
    padding: 20px 50px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(123, 95, 255, 0.4);
}

.share-event__button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(123, 95, 255, 0.6);
    background: linear-gradient(135deg, #8B77EF 0%, #6B4FEF 100%);
}

.share-event__button:active {
    transform: translateY(-1px);
}

.share-event__button-icon {
    width: 30px;
    height: 30px;
}

/* 공유 완료 모달 */
.share-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
}

.share-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.share-modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    min-width: 400px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.share-modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    color: #999;
    transition: all 0.3s ease;
}

.share-modal__close:hover {
    color: #333;
    transform: rotate(90deg);
}

.share-modal__text p {
    color: #333;
    font-size: 18px;
    line-height: 1.6 !important;
    margin: 10px 0;
}

.share-modal__text p:first-child {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
}

.share-modal.show {
    display: block;
}

.share-event__deco {
    position: absolute;
    pointer-events: none;
}

.share-event__deco--1 {
    top: 10%;
    left: 20%;
    width: 100px;
    opacity: 1;
    z-index: 9;
}

.share-event__deco--2 {
    bottom: -7%;
    right: 10%;
    width: 250px;
    opacity: 1;
    z-index: 9;
}

.copy-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 10000;
    opacity: 0;
    transition: all 0.3s ease;
}

.copy-popup.show {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.copy-popup__content {
    background: #fff;
    border-radius: 20px;
    padding: 30px 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.copy-popup__content p {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

@keyframes popupFadeOut {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }

    70% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.9);
    }
}

.copy-popup.fade-out {
    animation: popupFadeOut 2s ease forwards;
}

/* Event Preview Section */
.event-preview {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: #000;
    padding: 80px 0;
    overflow: hidden;
}

.event-preview__container {
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.event-preview__stars {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.event-preview__stars-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-preview__tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 40px 0;
    position: relative;
    z-index: 2;
}

.event-preview__tab {
    width: auto;
    height: 90px;
    cursor: default !important;
}

.event-preview__header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

span.event-preview__title-color {
    color: #baacef;
}

h2.event-preview__title {
    font-size: 52px;
    font-weight: 500;
}

.event-preview__title-line1 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}

.event-preview__title-line2 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
}

.event-preview__title-line2::after {
    content: '';
    display: block;
    margin-top: 10px;
}

.event-preview__deco {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.event-preview__deco--1 {
    top: 100px;
    left: 20%;
    width: 100px;
    opacity: 0.8;
}

.event-preview__content {
    width: 600px;
    margin: 0 auto;
}

p.event-preview__content-text {
    font-size: 18px;
    padding: 15px 0 0;
    text-align: center;
}

.event-preview__content-img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Final Section */
.final-section {
    position: relative;
    width: 100%;
    background: #000;
    padding: 50px 0;
    overflow: hidden;
}

.final-section__container {
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.final-section__buttons-area {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 100px;
    flex-wrap: wrap;
}

.final-section__button-group {
    text-align: center;
}

.final-section__question {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.2;
}

.final-section__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #9B87FF;
    border: none;
    border-radius: 50px;
    padding: 20px 40px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(155, 135, 255, 0.3);
    min-width: 350px;
}

.final-section__button:hover {
    background: #8B77EF;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(155, 135, 255, 0.5);
}

.final-section__button:active {
    transform: translateY(0);
}

.final-section__button-arrow {
    font-size: 24px;
    font-weight: 700;
    transition: transform 0.3s ease;
}

.final-section__button:hover .final-section__button-arrow {
    transform: translateX(5px);
}

.final-section__notice {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px;
    max-width: 800px;
    margin: 0 auto;
}

.final-section__notice-title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
    text-align: left;
}

.final-section__notice-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.final-section__notice-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6 !important;
    color: white;
}

.final-section__notice-list li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: #9B87FF;
    font-size: 20px;
    line-height: 1.4 !important;
}

.final-section__notice-list li:last-child {
    margin-bottom: 0;
}

/* Media Queries */

/* Mobile (767px 이하) */
@media (max-width: 767px) {

    /*intro*/
    .intro__container {
        padding: 50px 0 0;
    }

    .intro__logo {
        margin-bottom: 50px;
    }

    .intro__logo img {
        height: 18px;
    }

    .intro__title {
        line-height: 1.3 !important;
        font-size: 40px;
    }

    .intro__title-line3 {
        font-size: 53px;
        margin-top: 0;
    }

    .intro__door {
        width: 100%;
        margin: 0 auto 50px;
    }

    .intro__bottom-text {
        padding: 15px;
    }

    .intro__bottom-text p {
        font-size: 16px;
        line-height: 1.2 !important;
        padding: 0 0 5px;
    }

    p.intro__highlight {
        padding: 0;
    }

    .intro__highlight {
        font-size: 20px !Important;
    }

    .intro__door-img {
        width: 100%;
    }

    /*awards*/
    .awards {
        padding: 50px 0 0;
        min-height: 80vh;
    }

    .awards__badges {
        flex-direction: unset;
        width: 100%;
        padding: 0 15px;
        gap: 20px;
        margin: 0 auto 0;
    }

    .awards__label {
        font-size: 12px;
    }

    .awards__rank {
        font-size: 24px;
    }

    .awards__survey-info {
        font-size: 11px;
        line-height: 1.2;
        width: 330px;
        margin: 30px auto 50px;
    }

    .awards__cards {
        flex-direction: unset;
        padding: 0 15px;
    }

    .awards__card-content {
        padding: 15px;
    }

    .awards__card-title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .awards__card-desc {
        font-size: 13.5px;
        margin-bottom: 0;
    }

    .awards__card-icon {
        width: 85px;
        height: 85px;
        margin-top: 30px;
    }

    .awards__deco--1 {
        display: none;
        /*width: 60px;  top: 140px; left: -15px; z-index: 9; */
    }

    .awards__deco--2 {
        display: none;
        /*width: 25px; top: 170px; right: 0;*/
    }

    .awards__deco--3 {
        display: none;
    }

    .awards__deco--4 {
        display: none;
        /*bottom: -80px; right: -60px; width: 150px;*/
    }

    /*event1*/
    img.event__background {
        display: none;
    }

    img.event__background.mo {
        display: block !Important;
    }

    .event__tab {
        height: 50px;
    }

    .event__phone {
        width: 220px;
    }

    .event__deco--5 {
        width: 20px;
    }

    .event__deco--6 {
        display: none;
    }

    .event__text-box-content {
        font-size: 16px;
    }

    .event__text-highlight {
        font-size: 18px;
    }

    .event__text-box {
        padding: 15px;
        border-radius: 10px;
    }


    .event__text-box-wrapper.pc {
        display: none;
    }

    .event__text-box-wrapper.mobile {
        display: block;
        position: absolute;
        top: -15%;
    }

    .event__gift-icon {
        top: -15px;
        right: -30px;
        width: 55px;
        height: 55px;
    }

    .event__phone-wrapper {
        top: 50%;
    }

    .event__content::after {
        background: none;
    }

    .event__phone-text {
        padding: 10px 15px;
        border-radius: 15px;
    }

    .event__phone-text p {
        font-size: 16px;
        line-height: 1.2;
    }

    .event__phone-text--left {
        left: -20%;
    }

    .event__phone-text--right {
        right: -20%;
        bottom: 20%;
    }

    .event__tabs {
        padding: 0 0 40px;
    }

    /* Roulette Section */
    section.roulette-event {
        margin: 70px 0 0;
    }

    .roulette-border {
        width: 370px;
        height: 370px;
    }

    .roulette-status {
        padding: 10px;
        font-size: 18px;
        width: 330px;
        margin: 30px auto 0;
    }

    .review-form__options {
        gap: 10px;
        width: 100%;
    }

    .review-form__option {
        width: 100%;
    }

    .review-form {
        padding: 30px 10px;
        margin: 0 auto 0;
    }

    .review-form__comment textarea {
        font-size: 14px;
        line-height: 1.6 !important;
    }

    .review-form__comment label {
        text-align: center;
    }

    .review-form__agree-inner {
        padding: 15px;
        gap: 10px;
    }

    .review-form__checkbox {
        width: 20px;
        height: 20px;
    }

    .review-form__agree-inner span:last-child {
        font-size: 18px;
    }

    .review-form__notice p {
        font-size: 11px;
        line-height: 1.4 !important;
    }

    .review-form__submit {
        padding: 15px;
        border-radius: 20px;
    }

    .review-form__option-message.active,
    .review-form__option-message {
        padding: 10px 0;
        text-align: center;
    }

    .review-form__option-message {
        font-size: 14px;
        text-align: center;
    }

    .roulette-bottom-text p {
        font-size: 22px;
        margin: 0 0 5px;
    }

    .roulette-event__title {
        gap: 5px;
    }

    .roulette-event__intro,
    .roulette-event__date {
        margin-bottom: 30px;
    }

    .roulette-pointer {
        width: 50px;
        height: 50px;
        top: 5px;
    }

    .roulette-container {
        width: 400px;
        height: 400px;
        margin: unset;
    }

    .roulette-wheel {
        width: 320px;
        height: 320px;
    }


    .play-button {
        width: 85px;
        height: 85px;
    }

    .play-button-text {
        font-size: 18px !important;
    }

    .roulette-event__title-main {
        font-size: 40px;
    }

    .roulette-event__title-sub {
        font-size: 36px;
    }

    /* Review Comments */
    .review-form__comment {
        margin: 30px 0;
    }

    .review-form__agree input[type="checkbox"]:checked~.review-form__agree-inner .review-form__checkbox::after {
        height: 7px;
        top: 2px;
        left: 4px;
    }

    /* .review-comments__item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    } */

    .review-comments__author {
        /* min-width: auto; */
    }

    /* Coupon Modal */
    .coupon-modal__content {
        max-width: 350px;
    }

    .coupon-modal__close {
        top: -10px;
        right: -10px;
        width: 35px;
        height: 35px;
        font-size: 24px;
    }

    .coupon-modal__share-section {
        padding: 15px;
    }

    .coupon-modal__share-text {
        font-size: 16px;
    }

    .share-button {
        padding: 10px 20px;
        font-size: 14px;
    }

    /* Share Event Section */
    .share-modal__content {
        min-width: 320px;
        padding: 30px 20px;
    }

    .share-modal__text p {
        font-size: 16px;
    }

    .share-modal__text p:first-child {
        font-size: 18px;
    }

    .share-event {
        padding: 60px 0;
    }

    .share-event__arrow {
        width: 60px;
        margin-bottom: 30px;
    }

    .share-event__box {
        padding: 40px 30px;
    }

    .share-event__title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .share-event__description {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .share-event__note {
        font-size: 16px;
    }

    .share-event__button {
        padding: 15px 30px;
        font-size: 18px;
    }

    .share-event__button-icon {
        width: 24px;
        height: 24px;
    }

    .share-event__deco--1 {
        width: 40px;
        top: 70px;
        left: 20px;
    }

    .share-event__deco--2 {
        width: 120px;
        bottom: -65px;
        right: -30px;
        z-index: 0;
    }

    .copy-popup__content {
        padding: 20px 35px;
    }

    .copy-popup__content p {
        font-size: 16px;
    }

    /* Event Preview Section */
    h2.event-preview__title {
        font-size: 30px;
    }

    .event-preview {
        padding: 0;
    }

    .event-preview__tabs {
        padding: 30px 0;
        gap: 15px;
    }

    .event-preview__tab {
        height: 50px;
    }

    .event-preview__header {
        margin: 15px 0 35px;
    }

    .event-preview__title-line1 {
        font-size: 24px;
    }

    .event-preview__title-line2 {
        font-size: 32px;
    }

    .event-preview__deco--1 {
        width: 25px;
        top: 90px;
        left: 5px;
    }

    .event-preview__content {
        width: 330px;
    }

    /* Final Section */
    .final-section {
        padding: 60px 0;
    }

    .final-section__buttons-area {
        gap: 50px;
        margin-bottom: 60px;
    }

    .final-section__question {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .final-section__button {
        font-size: 18px;
        padding: 15px 30px;
        width: 100%;
        display: block;
    }

    .final-section__button-arrow {
        font-size: 20px;
    }

    .final-section__notice {
        padding: 30px 20px;
    }

    .final-section__notice-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .final-section__notice-list li {
        font-size: 14px;
        padding-left: 20px;
        margin-bottom: 12px;
    }
}

/* Tablet (768px 이상) */
@media (min-width: 768px) {

    /* Intro Section */
    .intro__title {
        font-size: 42px;
    }

    .intro__title-line3 {
        font-size: 64px;
    }

    .intro__door {
        width: 100%;
    }

    .intro__bottom-text p {
        font-size: 20px;
    }

    .intro__highlight {
        font-size: 28px;
    }

    /* Awards Section */
    .awards__badges {
        flex-direction: row;
        justify-content: space-between;
        gap: 40px;
    }

    .awards__badge {
        width: 250px;
    }

    .awards__cards {
        flex-direction: row;
        justify-content: center;
        gap: 30px;
    }

    .awards__card {
        max-width: 350px;
    }

    .awards__card-icon {
        width: 230px;
        height: 230px;
    }

    .awards__survey-info {
        font-size: 14px;
    }

    /* Event Section */
    .event__tab {
        height: 70px;
    }

    .event__phone {
        width: 350px;
    }

    /* Roulette Section */
    .roulette-event__container {
        padding: 0 var(--desktop-padding);
    }
}

/* Tablet Only (768px ~ 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {

    /* Share Event Section */
    .share-event__box {
        padding: 50px 60px;
    }

    .share-event__title {
        font-size: 40px;
    }

    .share-event__description {
        font-size: 20px;
    }

    .share-event__button {
        padding: 18px 40px;
        font-size: 20px;
    }

    /* Event Preview Section */
    .event-preview__title-line1 {
        font-size: 32px;
    }

    .event-preview__title-line2 {
        font-size: 40px;
    }

    .event-preview__deco--1 {
        width: 30px;
        top: 95px;
        left: 5px;
    }

    /* Final Section */
    .final-section__buttons-area {
        gap: 60px;
    }

    .final-section__question {
        font-size: 28px;
    }

    .final-section__button {
        font-size: 20px;
        min-width: 320px;
    }
}

/* Desktop (1024px 이상) */
@media (min-width: 1024px) {

    /* Intro Section */
    .intro__title {
        font-size: 62px;
    }

    .intro__title-line3 {
        font-size: 86px;
    }

    .intro__door {
        width: 100%;
    }

    .intro__bottom-text {
        max-width: 800px;
        margin: 0 auto;
    }

    .intro__bottom-text p {
        font-size: 28px;
    }

    .intro__highlight {
        font-size: 32px;
    }

    /* Awards Section */
    .awards__badge {
        width: 260px;
    }

    .awards__rank {
        font-size: 50px;
    }

    .awards__label {
        font-size: 24px;
    }

    .awards__card {
        max-width: 400px;
    }

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

    .awards__card-desc {
        font-size: 26px;
    }

    .awards__card-icon {
        width: 200px;
        height: 200px;
    }

    /* Event Section */
    .event__tab {
        height: 80px;
    }

    .event__phone {
        width: 400px;
    }

    /* Roulette Section */
    .roulette-event__title-main {
        font-size: 60px;
    }

    .roulette-event__title-sub {
        font-size: 56px;
    }
}