﻿@media screen and (max-width: 1147px) {
    .small-line-break {
        display: block;
    }

    .small-hidden {
        display: none;
    }
}


/* START hero*/
@media screen and (min-width: 1148px) {
    .card-intro__hero {
        background: url('https://static-card.nexon.com/apply2022-11-16/background/large.png') center / 1920px auto no-repeat;
        width: 100%;
        height: 950px;
    }

    .card-intro__hero__content {
        padding: 188px 0 153px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .card-intro__hero__title {
        color: #FFFFFF;
        font-size: 46px;
        font-weight: bold;
    }

    .card-intro__hero__subtitle {
        color: #FFFFFF;
        font-size: 20px;
        font-weight: normal;
        padding: 20px 0 60px;
    }

    .card-intro__hero__cards {
        display: flex;
        flex-direction: row;
        gap: 86px;
    }

    .intro__hero__bottom1 {
        color: #FFFFFF;
        font-size: 20px;
        font-weight: normal;
        margin: 48px 0px 16px 0px;
    }

    .intro__hero__bottom2 {
        color: #FFFFFF;
        font-size: 20px;
        font-weight: normal;
    }

    .card-intro__hero__card-item .card-intro__hero__card-item__image {
        width: 180px;
        height: 285px;
        overflow: visible;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

        .card-intro__hero__card-item .card-intro__hero__card-item__image .limited {
            position: absolute;
            display: block;
            width: 88px;
            height: 44px;
            top: 0;
            left: 0;
            background: url('https://static-card.nexon.com/apply2022-11-16/icon/limited-edition.png') center / contain no-repeat;
            transform: translate(10px, -48px);
        }

        .card-intro__hero__card-item .card-intro__hero__card-item__image img {
            width: 210px;
            height: auto;
        }

    .card-intro__hero__card-item__content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 11px;
        padding: 36px 0 29px;
        width: 180px;
    }

        .card-intro__hero__card-item__content .name {
            color: #FFFFFF;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            white-space: nowrap;
        }

        .card-intro__hero__card-item__content .description {
            color: #FFFFFF;
            font-size: 16px;
            font-weight: bold;
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 5px;
        }

        .card-intro__hero__card-item__content .tag {
            color: #FFFFFF;
            background: #E2211C;
            border-radius: 30px;
            font-size: 18px;
            font-weight: bold;
            width: 63px;
            height: 31px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .card-intro__hero__card-item__button {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding-top: 3px;
        gap: 16px;
        color: #FFFFFF;
        font-size: 18px;
        font-weight: bold;
        border-radius: 5px;
        background: #000000;
        width: 180px;
        height: 48px;
        transition: all 250ms ease;
    }

        .card-intro__hero__card-item__button:after {
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            background: url('https://static-card.nexon.com/apply2022-11-16/icon/navigation-arrow.png') center / contain no-repeat;
        }

    .card-intro__hero__card-item {
        transition: all 250ms ease;
        cursor: pointer;
    }

        .card-intro__hero__card-item:hover {
            transform: translateY(-15px);
        }

            .card-intro__hero__card-item:hover .card-intro__hero__card-item__button {
                background: #333333;
            }
}

@media screen and (max-width: 1147px) {
    .card-intro__hero {
        background: url('https://static-card.nexon.com/apply2022-11-16/background/small@2x.png') top center / 375px auto no-repeat;
        width: 100%;
    }

    .card-intro__hero__content {
        padding: 44px 0 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .card-intro__hero__title {
        color: #FFFFFF;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        line-height: 1.5;
    }

    .card-intro__hero__subtitle {
        color: #FFFFFF;
        font-size: 22px;
        font-weight: normal;
        padding: 24px 0 76px;
        text-align: center;
        line-height: 1.5;
    }

    .card-intro__hero__cards {
        display: flex;
        flex-direction: column;
        gap: 86px;
    }

    .intro__hero__bottom1 {
        visibility: hidden;
    }

    .intro__hero__bottom2 {
        visibility: hidden;
    }

    .card-intro__hero__card-item {
        position: relative;
    }

        .card-intro__hero__card-item .card-intro__hero__card-item__image {
            width: 180px;
            height: 285px;
            overflow: visible;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .card-intro__hero__card-item .card-intro__hero__card-item__image .limited {
                position: absolute;
                display: block;
                width: 88px;
                height: 44px;
                top: 0;
                left: 0;
                background: url('https://static-card.nexon.com/apply2022-11-16/icon/limited-edition.png') center / contain no-repeat;
                transform: translate(10px, -48px);
            }

            .card-intro__hero__card-item .card-intro__hero__card-item__image img {
                width: 210px;
                height: auto;
            }

    .card-intro__hero__card-item__content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 11px;
        padding: 30px 0 29px;
        width: 180px;
    }

        .card-intro__hero__card-item__content .name {
            color: #FFFFFF;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            white-space: nowrap;
        }

        .card-intro__hero__card-item__content .description {
            color: #FFFFFF;
            font-size: 16px;
            font-weight: bold;
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 5px;
        }

        .card-intro__hero__card-item__content .tag {
            color: #FFFFFF;
            background: #E2211C;
            border-radius: 30px;
            font-size: 18px;
            font-weight: bold;
            width: 63px;
            height: 31px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .card-intro__hero__card-item__button {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding-top: 3px;
        gap: 16px;
        color: #FFFFFF;
        font-size: 18px;
        font-weight: bold;
        border-radius: 5px;
        background: #000000;
        width: 180px;
        height: 48px;
        transition: all 250ms ease;
    }

        .card-intro__hero__card-item__button:after {
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            background: url('https://static-card.nexon.com/apply2022-11-16/icon/navigation-arrow.png') center / contain no-repeat;
        }

    .card-intro__hero__card-item {
        transition: all 250ms ease;
        cursor: pointer;
    }

        .card-intro__hero__card-item:hover {
            transform: translateY(-15px);
        }

            .card-intro__hero__card-item:hover .card-intro__hero__card-item__button {
                background: #333333;
            }
}
/* END hero*/


/* START benefit*/
@media screen and (min-width: 1148px) {
    .card-intro__benefit {
        padding: 150px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .card-intro__benefit__header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .card-intro__benefit__header .title {
            color: #000000;
            font-size: 46px;
            font-weight: bold;
            text-align: center;
        }

        .card-intro__benefit__header .description {
            color: #000000;
            font-size: 28px;
            font-weight: normal;
            padding: 43px 0 10px;
            text-align: center;
        }

        .card-intro__benefit__header .subtitle {
            color: #000000;
            font-size: 40px;
            font-weight: bold;
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 10px;
        }

            .card-intro__benefit__header .subtitle .tag {
                color: #FFFFFF;
                background: #E2211C;
                border-radius: 30px;
                font-size: 40px;
                font-weight: bold;
                width: 117px;
                height: 57px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

    .card-intro__benefit__image {
        position: relative;
        display: flex;
        gap: 162px;
        padding: 78px 0 59px;
    }

        .card-intro__benefit__image .image_point {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 193px;
            height: 193px;
        }

            .card-intro__benefit__image .image_point img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }

        .card-intro__benefit__image .row {
            display: flex;
            flex-direction: row;
            gap: 10px;
        }

        .card-intro__benefit__image img {
            width: 100px;
            height: 100px;
            object-fit: contain;
        }

    .card-intro__benefit__content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .card-intro__benefit__content .title {
            text-align: center;
            color: #000000;
            font-size: 24px;
            font-weight: bold;
            padding-bottom: 30px;
            line-height: 1.65;
        }

        .card-intro__benefit__content .items {
            display: flex;
            flex-direction: column;
            gap: 11px;
        }

        .card-intro__benefit__content .item {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 10px;
        }

            .card-intro__benefit__content .item:before {
                content: '';
                display: block;
                width: 20px;
                height: 20px;
                background: url("https://static-card.nexon.com/apply2022-11-16/icon/circle-check.png") center / 20px auto no-repeat;
            }
}

@media screen and (max-width: 1147px) {
    .card-intro__benefit {
        padding: 50px 0 100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .card-intro__benefit__header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .card-intro__benefit__header .title {
            color: #000000;
            font-size: 30px;
            font-weight: bold;
            text-align: center;
            line-height: 1.5;
        }

        .card-intro__benefit__header .description {
            color: #000000;
            font-size: 24px;
            font-weight: normal;
            padding: 37px 0 15px;
            text-align: center;
        }

        .card-intro__benefit__header .subtitle {
            color: #000000;
            font-size: 30px;
            font-weight: bold;
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 9px;
        }

            .card-intro__benefit__header .subtitle .tag {
                color: #FFFFFF;
                background: #E2211C;
                border-radius: 30px;
                font-size: 30px;
                font-weight: bold;
                width: 101px;
                height: 46px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

    .card-intro__benefit__image {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 196px 0 60px;
    }

        .card-intro__benefit__image .image_point {
            position: absolute;
            top: 15px;
            left: 50%;
            transform: translate(-50%, 0);
            width: 193px;
            height: 193px;
        }

            .card-intro__benefit__image .image_point img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }

        .card-intro__benefit__image .row {
            display: flex;
            flex-direction: row;
            gap: 10px;
        }

        .card-intro__benefit__image img {
            width: 100px;
            height: 100px;
            object-fit: contain;
        }

    .card-intro__benefit__content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .card-intro__benefit__content .title {
            text-align: center;
            color: #000000;
            font-size: 22px;
            font-weight: bold;
            padding-bottom: 30px;
            line-height: 1.65;
        }

        .card-intro__benefit__content .items {
            display: flex;
            flex-direction: column;
            gap: 11px;
        }

        .card-intro__benefit__content .item {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 10px;
        }

            .card-intro__benefit__content .item:before {
                content: '';
                display: block;
                width: 20px;
                height: 20px;
                background: url("https://static-card.nexon.com/apply2022-11-16/icon/circle-check.png") center / 20px auto no-repeat;
            }
}
/* END benefit*/

/* START cards*/
@media screen and (min-width: 1148px) {
    .card-intro__cards .title {
        color: #000000;
        font-size: 46px;
        font-weight: bold;
        line-height: 1.5;
        padding-bottom: 20px;
        text-align: center;
    }

    .swiper {
        height: min-content !important;
    }

    .swiper-slide {
        width: 200px !important;
        height: 500px !important;
    }

    .slide-content {
        padding: 54px 0 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 32px;
    }

        .slide-content .card-image {
            width: 200px;
            height: 316px;
            overflow: visible;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
        }

            .slide-content .card-image img {
                width: 245px;
                height: 362px;
                object-fit: contain;
            }

                .slide-content .card-image img.danjin {
                    width: 230px;
                    height: 347px;
                    object-fit: contain;
                }

                .slide-content .card-image img.new {
                    width: 286px;
                    height: 384px;
                    object-fit: contain;
                    position: relative;
                    top: 5px;
                }

            .slide-content .card-image .limited {
                position: absolute;
                content: '';
                display: block;
                width: 88px;
                height: 44px;
                top: 0;
                left: 0;
                background: url('https://static-card.nexon.com/apply2022-11-16/icon/limited-edition.png') center / contain no-repeat;
                transform: translate(10px, -50px);
            }

        .slide-content .card-name {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 4px;
        }

            .slide-content .card-name .tag {
                width: 44px;
                height: 20px;
                background: #E2211C;
                display: flex;
                justify-content: center;
                align-items: center;
                color: #FFFFFF;
                font-size: 10px;
                font-weight: bold;
                border-radius: 10px;
            }

            .slide-content .card-name .name {
                color: #000000;
                font-size: 12px;
                font-weight: normal;
            }
}

@media screen and (max-width: 1147px) {
    .card-intro__cards .title {
        color: #000000;
        font-size: 30px;
        font-weight: bold;
        line-height: 1.5;
        padding-bottom: 10px;
        text-align: center;
    }

    .swiper {
        height: min-content !important;
    }

    .swiper-slide {
        width: 169px !important;
        height: 500px !important;
    }

    .slide-content {
        padding: 54px 0 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

        .slide-content .card-image {
            width: 169px;
            height: 267px;
            overflow: visible;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
        }

            .slide-content .card-image img {
                width: 214px;
                height: 312px;
                object-fit: contain;
            }

                .slide-content .card-image img.danjin {
                    width: 199px;
                    height: 297px;
                    object-fit: contain;
                }

                .slide-content .card-image img.new {
                    width: 240px;
                    height: 330px;
                    position: relative;
                    object-fit: contain;
                    top: 5px;
                }

            .slide-content .card-image .limited {
                position: absolute;
                content: '';
                display: block;
                width: 88px;
                height: 44px;
                top: 0;
                left: 0;
                background: url('https://static-card.nexon.com/apply2022-11-16/icon/limited-edition.png') center / contain no-repeat;
                transform: translate(10px, -50px);
            }

        .slide-content .card-name {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 4px;
        }

            .slide-content .card-name .tag {
                width: 44px;
                height: 20px;
                background: #E2211C;
                display: flex;
                justify-content: center;
                align-items: center;
                color: #FFFFFF;
                font-size: 10px;
                font-weight: bold;
                border-radius: 10px;
            }

            .slide-content .card-name .name {
                color: #000000;
                font-size: 12px;
                font-weight: normal;
            }
}
/* END cards*/

/* -- START information */
@media screen and (min-width: 1148px) {
    .card-intro__information {
        display: flex;
        flex-direction: column;
        gap: 80px;
        width: 1148px !important;
        margin: 100px auto 0;
    }

    .card-intro__information__header .title {
        font-weight: bold;
        font-size: 22px;
        color: #000000;
        padding-bottom: 24px;
    }

    .card-intro__information__list {
        padding-left: 10px;
    }

        .card-intro__information__list li {
            position: relative;
            color: #333333;
            font-size: 18px;
            font-weight: normal;
            line-height: 1.7;
            padding-left: 4px;
        }

        .card-intro__information__list > li:before {
            position: absolute;
            content: '';
            top: 13px;
            left: -10px;
            width: 4px;
            height: 4px;
            background-color: #B7B7B7;
            border-radius: 50%;
            transform: translate(0, -50%);
        }

        .card-intro__information__list > li {
            margin-top: 8px;
        }

        .card-intro__information__list li button {
            font-weight: bold;
            display: inline;
        }

        .card-intro__information__list li ul li {
            font-size: 16px;
            font-weight: normal;
        }

            .card-intro__information__list li ul li:before {
                content: '- ';
                color: #B7B7B7;
            }
}

@media screen and (max-width: 1147px) {
    .card-intro__information {
        display: flex;
        flex-direction: column;
        gap: 50px;
        width: 350px !important;
        margin: 0 auto;
    }

        .card-intro__information li + li {
            margin-top: 4px;
        }

    .card-intro__information__list li ul li {
        font-size: 16px;
        font-weight: normal;
        margin-left: 14px;
    }

    .card-intro__information__header .title {
        font-weight: bold;
        font-size: 22px;
        color: #000000;
        padding-bottom: 30px;
    }

    .card-intro__information__list li {
        position: relative;
        color: #333333;
        font-size: 18px;
        font-weight: normal;
        line-height: 1.6;
        word-break: keep-all;
        margin-left: 10px;
    }

        .card-intro__information__list li button {
            font-weight: bold;
            display: inline;
        }

    .card-intro__information__list > li:before {
        position: absolute;
        content: '';
        top: 13px;
        left: -10px;
        width: 3px;
        height: 3px;
        background-color: #B7B7B7;
        border-radius: 50%;
        transform: translate(0, -50%);
    }

    .card-intro__information__list li ul li:before {
        position: absolute;
        top: 13px;
        left: -14px;
        content: '- ';
        color: #B7B7B7;
        transform: translate(0, -50%);
    }

    .card-intro__information__card .card-intro__information__header .title {
        font-weight: bold;
        font-size: 16px;
        color: #000000;
        padding-bottom: 20px;
    }

    .card-intro__information__card .card-intro__information__list li {
        color: #333333;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.7;
    }
}
/* -- END nformation */

/* START Dialog */
dialog.dialog__card-event::backdrop {
    background: rgba(0, 0, 0, 0.25);
}

.dialog__card-event__close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('https://static-card.nexon.com/event-2210/modal_close.png');
}

.dialog__card-event__button {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 5px;
    box-sizing: border-box;
}

    .dialog__card-event__button.button_filled {
        background: #000000;
        color: #FFFFFF;
    }

    .dialog__card-event__button.button_outline {
        background: #FFFFFF;
        border: 1px solid #000000;
        color: #000000;
    }

.dialog__card-event .logo_prime {
    position: absolute;
    top: 27px;
    left: 20px;
    width: 103px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('https://static-card.nexon.com/event-2210/nexon_prime_logo.png');
}

.dialog__card-event__prime-user__header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .dialog__card-event__prime-user__header .title {
        color: #000000;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        padding: 50px 0 25px;
    }

    .dialog__card-event__prime-user__header .description {
        color: #000000;
        font-size: 18px;
        font-weight: normal;
        text-align: center;
    }

    .dialog__card-event__prime-user__header .icon_cross {
        margin: 4px 0 9px;
        width: 10px;
        height: 10px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url('https://static-card.nexon.com/event-2210/cross.png');
    }

.dialog__card-event__prime-user__body {
    background: #F4F9FF;
    border-radius: 10px;
    margin: 30px 0;
    padding: 30px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .dialog__card-event__prime-user__body .icon_circle-plus {
        width: 39px;
        height: 39px;
        align-self: center;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url('https://static-card.nexon.com/event-2210/circle_plus.png');
    }

    .dialog__card-event__prime-user__body .row .tag {
        padding: 8px 0;
        color: #FFFFFF;
        background-color: #B59241;
        border-radius: 15px;
        font-size: 12px;
        font-weight: bold;
        min-width: 100px;
        text-align: center;
        box-sizing: border-box;
    }

    .dialog__card-event__prime-user__body .row.common-benefit .tag {
        background-color: #2082F1;
    }

    .dialog__card-event__prime-user__body .row .text {
        color: #B59241;
        font-size: 16px;
        font-weight: bold;
        flex: 1;
        white-space: nowrap;
    }

    .dialog__card-event__prime-user__body .row.common-benefit .items .text {
        color: #2082F1;
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .dialog__card-event__prime-user__body .row.common-benefit .items .text:before {
            content: '';
            display: inline-block;
            border-radius: 50%;
            background-color: #2082F1;
            width: 4px;
            height: 4px;
            min-width: 4px;
            min-height: 4px;
        }

.dialog__card-event__regular-user__header .image_tooltip {
    width: 87px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('https://static-card.nexon.com/event-2210/tooltip_blue.png');
}

    .dialog__card-event__regular-user__header .image_tooltip .text {
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
        white-space: nowrap;
        padding-top: 8px;
        text-align: center;
    }

.dialog__card-event__regular-user__header .title {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}

.dialog__card-event__regular-user__body {
    background: #F4F9FF;
    border-radius: 10px;
    margin: 30px 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .dialog__card-event__regular-user__body .item {
        display: flex;
        align-items: center;
        gap: 9px;
    }

        .dialog__card-event__regular-user__body .item .tag {
            width: 31px;
            height: 31px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #FFFFFF;
            background-color: #B59241;
            font-size: 12px;
            font-weight: bold;
        }

.dialog__card-event__regular-user__footer .guide {
    font-size: 12px;
    font-weight: normal;
    color: #555555;
    text-align: center;
    white-space: nowrap;
}

.dialog__card-event__prime-user__footer, .dialog__card-event__regular-user__footer {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media screen and (min-width: 1148px) {
    .sticky-container {
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        padding-top: 400px;
        padding-right: 0px;
        padding-bottom: 300px;
        z-index: 99;
        pointer-events: none;
    }

    .event__link {
        position: sticky;
        top: 150px;
        left: 100vw;
        z-index: 1;
        width: 180px;
        height: 62px;
        background-image: url("https://static-card.nexon.com/apply2022-11-16/icon/show_qr_button.png");
        background-repeat: no-repeat;
        background-size: cover;
        pointer-events: auto;
    }

    dialog.dialog__card-event {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 6px 12px #0000001A;
        border-radius: 10px;
        border-width: 0;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 460px;
        height: max-content;
        padding: 0;
    }

    .dialog__card-event__content {
        position: relative;
        width: 100%;
        padding: 40px 35px;
        box-sizing: border-box;
    }

    .dialog__card-event__prime-user__body .row {
        display: flex;
        flex-direction: row;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }

        .dialog__card-event__prime-user__body .row.common-benefit {
            align-items: flex-start;
        }

    .dialog__card-event__regular-user__header {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 44px 0 9px;
    }

    .dialog__card-event__regular-user__body .item .text {
        color: #B59241;
        font-size: 16px;
        font-weight: bold;
    }

    .dialog__card-event__identify__content {
        text-align: center;
        line-height: 28px;
        font-size: 18px;
        font-weight: normal;
        color: #000000;
    }

    .dialog__card-event__identify__footer {
        display: grid;
        grid-template-columns: 100px minmax(0, 1fr);
        grid-column-gap: 10px;
        padding-top: 40px;
    }

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

    .dialog__card-event__mobileQRDiaog__footer {
        display: grid;
        place-items: center;
        padding-top: 40px;
    }
}

@media screen and (max-width: 1147px) {
    .large {
        display: none;
    }

    dialog.dialog__card-event {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 6px 12px #0000001A;
        border-radius: 10px;
        border-width: 0;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        max-width: 351px;
        height: max-content;
        max-height: 99%;
        padding: 0;
    }

        dialog.dialog__card-event::-webkit-scrollbar {
            display: none;
        }

    dialog.dialog__card-event {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

    .dialog__card-event__content {
        position: relative;
        width: 100%;
        padding: 40px 16px 28px;
        box-sizing: border-box;
    }

    .dialog__card-event__prime-user__footer, .dialog__card-event__regular-user__footer {
        padding-bottom: 12px;
    }

    .dialog__card-event__prime-user__body .row {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }

        .dialog__card-event__prime-user__body .row.common-benefit {
            align-items: center;
        }

        .dialog__card-event__prime-user__body .row.common-benefit {
            align-self: flex-start;
        }

    .dialog__card-event__regular-user__header {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 40px 0 10px;
    }

    .dialog__card-event__regular-user__body .item .text {
        color: #B59241;
        font-size: 14px;
        font-weight: bold;
    }

    .dialog__card-event__identify__content {
        text-align: center;
        line-height: 28px;
        font-size: 18px;
        font-weight: normal;
        color: #000000;
        padding-top: 8px;
    }

    .dialog__card-event__identify__footer {
        display: grid;
        grid-template-columns: 100px minmax(0, 1fr);
        grid-column-gap: 10px;
        padding-top: 40px;
    }
}