﻿@charset "utf-8";

@import "font.css";
@import "jquery.fullPage.css";
@import "motion.css";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, p,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    word-break: keep-all;
    box-sizing: border-box;
}

html {
    overflow: hidden;
    -webkit-text-size-adjust: none;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #000;
    *word-break: break-all;
    -ms-word-break: break-all;
}

body {
    overflow: auto;
}

body, figure, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

body, div {
    font-family: 'Nanum Barun Gothic','verdana','arial','dotum', '돋움';
    color: #333;
    letter-spacing: 0;
}

select, input, textarea {
    font-family: 'Nanum Barun Gothic','verdana','arial','dotum', '돋움';
    vertical-align: middle;
    color: #6b6b6b;
}

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

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

input {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: top;
}

    table th {
        font-size: 1.0em;
    }

img, fieldset {
    border: 0;
}

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

hr {
    width: 100%;
    border: 1px solid #e1e1e1;
}

label {
    cursor: pointer;
}

img {
    vertical-align: top;
    border: 0;
}

legend, caption {
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

div:focus, p:focus, ul:focus, input:focus, textarea:focus, select:focus, option:focus, button:focus, a:focus {
    outline: none !important;
}

.hidden {
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

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

.only_mo {
    display: none !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@keyframes txtUp01 {
    0% {
        transform: translateY(60%);
        opacity: 0;
    }

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

.j_txt_up {
    opacity: 0;
}

    .j_txt_up.on {
        animation-name: txtUp01;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
    }

    .j_txt_up.type2.on {
        animation-name: txtUp01;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
    }

.j_txt_up_delay_100 {
    animation-delay: 100ms;
}

.j_txt_up_delay_200 {
    animation-delay: 200ms;
}

.j_txt_up_delay_300 {
    animation-delay: 300ms;
}

.j_txt_up_delay_400 {
    animation-delay: 400ms;
}

.j_txt_up_delay_500 {
    animation-delay: 500ms;
}

.j_txt_up_delay_600 {
    animation-delay: 600ms;
}

.j_txt_up_delay_700 {
    animation-delay: 700ms;
}

.j_txt_up_delay_800 {
    animation-delay: 800ms;
}

.j_txt_up_delay_900 {
    animation-delay: 900ms;
}

@keyframes scaleUp01 {
    0% {
        transform: scale(0.6);
    }

    100% {
        transform: scale(1);
    }
}

.j_scale_up {
    transform: scale(0);
}

    .j_scale_up.on {
        animation-name: scaleUp01;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
    }

.j_scale_up_delay_100 {
    animation-delay: 100ms;
}

.j_scale_up_delay_200 {
    animation-delay: 200ms;
}

.j_scale_up_delay_300 {
    animation-delay: 300ms;
}

.j_scale_up_delay_400 {
    animation-delay: 400ms;
}

.j_scale_up_delay_500 {
    animation-delay: 500ms;
}

.j_scale_up_delay_600 {
    animation-delay: 600ms;
}

.j_scale_up_delay_700 {
    animation-delay: 700ms;
}

.j_scale_up_delay_800 {
    animation-delay: 800ms;
}

.j_scale_up_delay_900 {
    animation-delay: 900ms;
}

body {
    background-color: #000;
}

#wrap {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
}

    #wrap.show {
        opacity: 1;
    }
/*.container {position:relative; width:100%; max-width:1600px; height:auto; margin:0 auto; padding:0 15px; z-index:10;}*/
.container {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 10;
}

    .container.full-width {
        max-width: none;
        padding: 0;
    }

    .container.full-height {
        height: 100%;
    }
/*.inner {display:block; position:relative; width:100%; max-width:1600px; height:auto; margin:0 auto; z-index:9;}*/
.inner {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1600px;
    height: auto;
    margin: 0 auto;
    z-index: 9;
}

.container.full-width .inner {
    padding: 0 15px;
}

.container.full-height .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* HEADER */
.header {
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    background: rgba(18, 1, 1, 0.75);
    z-index: 1000;
}

    .header .container {
        max-width: 100%;
    }

.header_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

    .header_inner.container {
        position: static;
    }
/* @2022-07-15 수정 */
.header_logo {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
    padding: 0 0 0 60px;
}
/* //@2022-07-15 수정 */
.header_logo_anchor {
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 0;
    line-height: 0;
}

    .header_logo_anchor img {
        width: 100%;
        max-width: 80px;
        height: auto;
    }
/* @2022-07-15 수정 */
.header_menu {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0 0 0 100px;
}
/* //@2022-07-15 수정 */
.header_menu_btn {
    display: none;
}

.header_menu_items {
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-items: center;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
}

/* @2022-07-15 수정 */
.header_menu_item {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 0 0 3.5vw;
    transition: padding 200ms ease-in-out;
}
    /* //@2022-07-15 수정 */
    .header_menu_item:nth-child(1) {
        padding-left: 0;
    }

.header_menu_item_anchor {
    flex: 0 0 auto;
    display: block;
    width: auto;
    height: auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    color: #fff;
}

    .header_menu_item_anchor:hover {
        color: #fff;
    }

.header_menu_item.active .header_menu_item_anchor {
    color: #f80000;
}

.header_social_menu {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 40px;
    width: auto;
    height: 80px;
    z-index: 99;
}

.header_social_menu_items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-items: center;
    width: auto;
    height: 100%;
}

.header_social_menu_item {
    flex: 0 0 auto;
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 10px;
}

.header_social_menu_item_anchor {
}

.header_social_menu_item_ico {
    background-repeat: no-repeat;
    background-position: center;
}

    .header_social_menu_item_ico.naver_cafe {
        background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/common/social_icon_naver_cafe.png');
    }

#shareUrl {
    position: absolute;
    opacity: 0;
}
/* //HEADER */

#MAIN_WRAP {
    display: block;
    width: 100%;
    height: 100vh;
}

#fullpage {
    display: block;
    width: 100%;
    height: 100%;
}

    #fullpage .section {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        overflow: hidden;
    }

.fp-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 80%;
    transition: transform 500ms ease;
    z-index: -1;
}

#section1 .fp-bg {
    background-position-x: 10%;
    background-position-y: 0;
}

.section-has-disclaimer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 100vh;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .section-has-disclaimer {
        height: 100%;
    }
}

@media (min-height:1200px) {
    .section-has-disclaimer > .inner {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: calc(100vh - 200px);
    }
}

/* section0 */

/* @2023-04-17 수정 */
#section0.loaded .fp-bg {
    background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_240314/pc/end/section0_bg.jpg');
}
/* //@2023-04-17 수정 */

#section0
#section0 .container {
    max-width: none;
}

#section0 .inner {
    max-width: none;
}
/* @2023-04-17 수정 */
/*.section0_wrap {display:inline-flex; flex-direction:column; align-items:center; justify-content:center; position:relative; left:6vw; width:30vw; height:100vh; padding:0;}*/
.section0_wrap {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100vh;
}
/* //@2023-04-17 수정 */

/* @2022-03-15 수정_3 */
.section0_slogan {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    width: auto;
    height: auto;
}

    .section0_slogan img {
        width: auto;
        height: auto;
        opacity: 1;
        height: 15vh;
    }
/* //@2022-03-15 수정_3 */

/* @2023-04-17 수정 */
.section0_text_1 {
    width: 100%;
    height: 100%;
    position: relative;
    top: -40px;
}

    .section0_text_1::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('https://images.thumbage.co.kr/images/dekaron/boosting_240314/pc/end/section0_text_1.png') center no-repeat;
        background-size: contain;
    }

.section0_reservation_btn2 {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    width: auto;
    height: auto;
    position: relative;
    margin: 0 0 30px 0;
}

.section0_reservation_btn2_item {
    display: inline-block;
    width: auto;
    height: auto;
}

    .section0_reservation_btn2_item img {
        height: 8vh;
    }


/* //@2022-03-15 수정_1 */
/* @2024-03-25 수정 */
.section0_title {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    width: auto;
    height: auto;
    margin: 30px 0 0 0;
}


    .section0_title img {
        width: auto;
        max-width: 100%;
        height: auto;
        opacity: 0;
        height: 19vh;
    }
/* @2023-12-05 수정 */
.section0_play_btn {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    width: auto;
    height: auto;
    position: relative;
    top: -50px;
}

.section0_play_btn_anchor {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
}

.section0_play_btn_anchor img {
    width: 10vw;
}

.section0_reservation_btn {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}
/* //@2022-03-15 수정_2 */

/* @2021-04-10 추가 */
.section0_reservation_btn_items {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.section0_reservation_btn_item {
    flex: 0 0 auto;
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 0 0 5px;
}

    .section0_reservation_btn_item:nth-child(1) {
        padding-left: 0;
    }
/* //@2021-04-10 추가 */

.section0_reservation_btn_anchor {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    font-size: 0;
    line-height: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

    .section0_reservation_btn_anchor img {
        opacity: 0;
    }

.section0_reservation_btn_anchor_text {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
}

.section0_reservation_btn_item_anchor img {
    height: 5vh;
}
/* @2021-06-23 추가 */
.section0_floating_banner {
    display: block;
    position: absolute;
    top: 305px;
    right: 5vw;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 11;
}

    .section0_floating_banner img {
        width: 100%;
        max-width: 180px;
        height: auto;
    }

.section0_floating_banner {
    display: none !important;
}
/* //@2021-06-23 추가 */
/* //section0 */

/* section1 */

/* @2023-04-17 수정 */
#section1.loaded .fp-bg {
    background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section1/section1_bg.jpg?v=2');
    background-repeat: repeat-y;
    background-position: center top;
}

.section1_contents {
    position: relative;
    display: flex;
    align-items: center;
    justify-items: center;
    width: 100%;
    height: auto;
}
/*.section1_wrap {position:absolute; left:50%; top: 12vh; width:43%; height:100%; transform: scale(0.9);;}*/
/*.section1_wrap2 {position:relative; width:50%; height:100%; left:-100px; transform: scale(0.9); top: 70px;}*/
.section1_wrap2 {
    position: relative;
    left: 20vw;
    top: -10vh;
    transform: scale(0.9);
}

.section1_wrap {
    position: relative;
    left: 0;
    top: 10vh;
    height: 100%;
    transform: scale(0.9);
}

.section1_mobile_bg {
    display: none;
}
/* .section1_text_wrap {position:relative; display:flex; flex-direction:column; align-items:center; justify-items:center; width:auto; height:auto; margin:0; padding:55px 0 0 0; z-index:10;} */
.section1_text_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    width: auto;
    height: auto;
    margin: 0;
    z-index: 10;
}

.section1_text_logo img {
    width: 90%;
}

.section1_text_1 {
    position: relative;
    margin: 10px 0 0 0;
    padding: 20px 0 0 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    color: rgba(0, 0, 0, 0);
    transition: font-size 200ms ease-in-out;
    user-select: none;
}

    .section1_text_1::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section1/section1_text_1.png') center no-repeat;
        background-size: contain;
    }

.section1_text_2 {
    position: relative;
    margin: -10px 0 0 0;
    font-size: 100px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.025em;
    color: rgba(0, 0, 0, 0);
    user-select: none;
    transition: font-size 200ms ease-in-out;
}

    .section1_text_2::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 8px;
        left: 45px;
        width: 70%;
        height: 70%;
        background: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section1/section1_text_2.png') center no-repeat;
        background-size: contain;
    }
/*
.section1_reward_text {position:relative; margin:0; font-size:70px; font-weight:400; line-height:100%; letter-spacing:-0.025em; color:rgba(0, 0, 0, 0);user-select:none;}
.section1_reward_text::after {content:""; display:inline-block; position:absolute; top:20%; left:10%; width:120%; height:120%; background:url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section1/section1_reward_text.png') center no-repeat; background-size:contain;}
*/
.section1_reward_text {
}

    .section1_reward_text img {
        height: 22vh
    }

/*
.section1_reward_btn {border:0; position:relative; left:20%; top:50px; background:transparent; cursor:pointer; margin-top:70%;}
*/
.section1_reward_btn {
    border: 0;
    position: relative;
    background: transparent;
    top: 40vh;
    cursor: pointer;
}

.section1_reward_detail_notice {
    position: relative;
    margin-top: -10px;
}

.section1_reward_detail_notice_text {
    position: relative;
    margin-left: 30px;
}
/*.section1_reward_detail_notice_text img.only_pc {width: 94%;}*/
/* @//2023-04-17 수정 */

.section1_text_4 {
    position: relative;
    margin: 20px 0 0 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.025em;
    color: rgba(0, 0, 0, 0);
}

    .section1_text_4::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section1/section1_text_4.png') center no-repeat;
        background-size: contain;
    }

.section1_text_5_block {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin: 15px 0 0 0;
    padding: 10px 60px;
    background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section1/section1_text_5_bg.png') center no-repeat;
    background-size: cover;
}

.section1_text_5 {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.025em;
    color: rgba(255, 255, 255, 1);
}

.section1_character {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    font-size: 0;
    line-height: 0;
    z-index: 9;
}

    .section1_character img {
        max-width: 900px;
    }

/* @2023-04-17 수정 */
.section1_reservation_reward {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-items: center;
    width: auto;
    height: auto;
    margin: -50px 0 0 0;
    padding: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background: URL('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section1/section1_reservation_reward_bg.png') top left no-repeat;
    background-size: 100% 100%;
}
    /* @//2023-04-17 수정 */
    .section1_reservation_reward::-webkit-scrollbar {
        display: none;
    }

.section1_reservation_reward_img {
    flex: 0 0 50%;
    display: block;
    position: relative;
    width: 50%;
    height: auto;
    margin: 0;
    padding: 50px 0 0 0;
    text-align: center;
}

    .section1_reservation_reward_img img {
        width: 100%;
        max-width: 500px;
        height: auto;
        margin: 0 auto;
    }

    .section1_reservation_reward_img .section1_reservation_reward_img_text_1 {
        position: relative;
        margin: 0 0 30px 0;
        font-size: 60px;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: -0.025em;
        color: rgba(0, 0, 0, 0);
    }

        .section1_reservation_reward_img .section1_reservation_reward_img_text_1::after {
            content: "";
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section1/section1_reservation_reward_img_text_1.png') center no-repeat;
            background-size: contain;
        }
/* //@2022-07-15 수정 */

.section1_reservation_reward_img_item {
    display: block;
    position: relative;
    width: 80%;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.section1_reservation_reward_popup_btns {
    position: absolute;
    top: 50%;
    right: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
}

.section1_reservation_reward_popup_btn {
    flex: 0 0 auto;
    display: block;
    width: auto;
    height: auto;
    margin: 10px 0 0 0;
    padding: 0;
}

    .section1_reservation_reward_popup_btn:nth-child(1) {
        margin-top: 0;
    }

.section1_reservation_reward_title {
    position: relative;
    margin: 40px 0 0 0;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: -0.01em;
    color: rgba(0, 0, 0, 0);
}

    .section1_reservation_reward_title::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section1_reservation_reward_title.png') center right no-repeat;
        background-size: contain;
    }

.section1_reservation_reward_pack {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin: 0;
}

/* @2021-06-22 추가 */
.section1_reservation_reward_pack_text_1 {
    flex: 0 0 auto;
    display: block;
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 42px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.025em;
    color: rgba(0, 0, 0, 0);
    text-align: center;
}

    .section1_reservation_reward_pack_text_1::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section1/section1_reservation_reward_pack_text_1_bg.png') top right no-repeat;
        background-size: contain;
    }

.section1_reservation_reward_pack_text_2 {
    flex: 0 0 auto;
    display: block;
    position: relative;
    width: auto;
    height: auto;
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.025em;
    color: rgba(0, 0, 0, 0);
    text-align: center;
}

    .section1_reservation_reward_pack_text_2::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section1/section1_reservation_reward_pack_text_2_bg.png') top center no-repeat;
        background-size: contain;
    }

.section1_reservation_reward_pack_text_3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin: 12px auto 0 auto;
    padding: 0;
}

.section1_reservation_reward_pack_text_3_block {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin: 0;
    padding: 12px 20px;
    border: 0;
    border-radius: 30px;
    background: rgba(40, 18, 7, 0.4);
}

    .section1_reservation_reward_pack_text_3_block span {
        flex: 0 0 auto;
        position: relative;
        padding-left: 8px;
        font-size: 16px;
        font-weight: 400;
        line-height: 100%;
        color: #e9deb1;
    }

        .section1_reservation_reward_pack_text_3_block span:nth-child(1) {
            padding-right: 10px;
            padding-left: 0;
        }

            .section1_reservation_reward_pack_text_3_block span:nth-child(1)::after {
                content: "";
                position: absolute;
                top: 50%;
                right: 0;
                width: 1px;
                height: 50%;
                margin: 0;
                padding: 0;
                background: #945443;
                transform: translateY(-50%);
            }
/* //@2021-06-22 추가 */

.section1_reservation_reward_pack_more {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10%;
    width: 40px;
    height: 40px;
}

/* @2023-04-17 수정 */
.section1_reservation_reward_form {
    flex: 0 0 auto;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 465px;
    margin: 0;
    padding: 60px 24px;
    background: transparent;
}
/* //@2023-04-17 수정 */

/* @2021-06-22 추가 */
.section1_reservation_reward_form_img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: center;
}

    .section1_reservation_reward_form_img img {
        width: 100%;
        max-width: 500px;
        height: auto;
    }
/* //@2021-06-22 추가 */

/* @2021-07-15 수정 */
.section1_reservation_reward_form form {
    display: block;
    width: 100%;
    height: auto;
}

.section1_reservation_reward_form_top_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #d2ccc8;
}

.section1_reservation_reward_form_top_line {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}

.section1_reservation_reward_form_mobile_os {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-items: flex-start;
    justify-content: center;
    width: auto;
    height: auto;
    margin: 20px auto 20px auto;
}

.section1_reservation_reward_form_mobile_os_item {
    flex: 0 0 auto;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: auto;
}

    .section1_reservation_reward_form_mobile_os_item:nth-child(1) {
        margin-right: 80px;
    }

    .section1_reservation_reward_form_mobile_os_item .input_checkbox + label {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }

.input_checkbox {
    display: none;
}

    .input_checkbox + label {
        color: #222222;
        user-select: none;
    }
        /* @2023-04-17 수정 */
        .input_checkbox + label span {
            display: inline-block;
            width: 21px;
            height: 21px;
            margin: 0 10px 0 0;
            vertical-align: middle;
            background: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section1/section1_checkbox_bg.png') center no-repeat;
            background-size: 21px auto;
            cursor: pointer;
        }

    .input_checkbox:checked + label span {
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section1/section1_checkbox_checked_bg.png');
    }

.section1_reservation_reward_form_mobile_os_item .input_checkbox + label span {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    background: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section1/section1_radio_bg.png') center no-repeat;
    background-size: 26px auto;
    cursor: pointer;
}

.section1_reservation_reward_form_mobile_os_item .input_checkbox:checked + label span {
    background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section1/section1_radio_checked_bg.png');
}
/* //@2023-04-17 수정 */

.section1_reservation_reward_form_mobile_os_item label img {
    vertical-align: middle;
}

/* @2021-07-18 수정 */
.section1_reservation_reward_form_item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 100px);
    height: auto;
    margin: 10px auto 0 auto;
    padding: 0;
}
    /* //@2021-07-18 수정 */

    .section1_reservation_reward_form_item.bg-color {
        border-radius: 5px;
        background-color: #f9f4e4;
    }

    /* @2023-04-17 수정 */
    .section1_reservation_reward_form_item.px {
        padding: 8px 10px
    }
    /* //@2023-04-17 수정 */

    .section1_reservation_reward_form_item.no-border-top {
        margin-top: 0;
        border-top: 0;
    }

    .section1_reservation_reward_form_item.has-border-bottom {
        border-bottom: 1px solid #8a3636;
    }
    /* //@2021-07-15 수정 */

    /*
.section1_reservation_reward_form_item .phone1 {width:100px; height:auto; font-size:40px; font-weight:700; line-height:50px; letter-spacing:-0.01em; color:#fff; border:0; background:url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section1/section1_form_phone1_select_arrow.png') right 5px center no-repeat transparent; appearance:none;}
*/
    /* @2022-07-15 수정 */
    .section1_reservation_reward_form_item .phone1 {
        width: 60px;
        height: auto;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: -0.01em;
        color: #342c28;
        border: 0;
        background-color: #f9f4e4;
        appearance: none;
        text-align: center;
    }

        .section1_reservation_reward_form_item .phone1::-ms-expand {
            display: none
        }

.bootstrap-select.phone1 {
    width: 100px !important;
}

    .bootstrap-select.phone1 > .dropdown-toggle {
        padding: 0;
        color: #fff;
        border: 0;
        background-color: transparent;
    }

        .bootstrap-select.phone1 > .dropdown-toggle::after {
            display: none;
        }

        .bootstrap-select.phone1 > .dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner {
            font-size: 40px;
            font-weight: 700;
            line-height: 50px;
            letter-spacing: -0.01em;
            color: #342926;
        }

.section1_reservation_reward_form_item .phone2 {
    width: calc(100% - 160px);
    margin: 0 0 0 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #342926;
    border: 0;
    background: transparent;
}
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    .section1_reservation_reward_form_item .phone2::placeholder {
        color: #342926;
        opacity: 1;
    }
    /* Internet Explorer 10-11 */
    .section1_reservation_reward_form_item .phone2:-ms-input-placeholder {
        color: #342926;
    }
    /* Microsoft Edge */
    .section1_reservation_reward_form_item .phone2::-ms-input-placeholder {
        color: #342926;
    }

/* @2023-04-17 수정 */
.section1_reservation_reward_form_item .section1_reservation_reward_form_item_btn {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.01em;
    white-space: nowrap;
    color: #f9f4e4;
    border: 0;
    background: #523633;
    cursor: pointer;
    border-radius: 5px;
}

    .section1_reservation_reward_form_item .section1_reservation_reward_form_item_btn.popup_open {
        padding: 5px 15px;
        color: #fff;
        border: 0;
        background: rgba(98, 89, 86, 1);
        border-radius: 0px;
    }

.section1_reservation_reward_form_item .auth_text {
    width: 90px;
    height: auto;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.01em;
    color: #342c28;
    border: 0;
    background: transparent;
    appearance: none;
}

    .section1_reservation_reward_form_item .auth_text::-ms-expand {
        display: none
    }
/* //@2023-04-17 수정 */

.section1_reservation_reward_form_item .auth_number_verify {
    width: calc(100% - 100px);
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.01em;
    color: #342926;
    border: 0;
    background: transparent;
}

    .section1_reservation_reward_form_item .auth_number_verify::placeholder {
        color: #342926;
        opacity: 1;
    }
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    .section1_reservation_reward_form_item .auth_number_verify:-ms-input-placeholder {
        color: #342926;
    }
    /* Internet Explorer 10-11 */
    .section1_reservation_reward_form_item .auth_number_verify::-ms-input-placeholder {
        color: #342926;
    }
/* Microsoft Edge */

.section1_reservation_reward_form_agree_items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

/* @2023-04-17 수정 */
.section1_reservation_reward_form_agree_item {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 2px 0 0 0;
}

    .section1_reservation_reward_form_agree_item label {
        flex: 1 1 auto;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: -0.01em;
        color: #b0aca8;
        text-align: left;
    }
        /* //@2023-04-17 수정 */
        .section1_reservation_reward_form_agree_item label.text-color-type1 {
            color: #db3434;
        }

        .section1_reservation_reward_form_agree_item label.text-color-type2 {
            color: #d1aba7;
        }

.section1_reservation_reward_form_submit_wrap {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0;
    background: transparent;
}

    .section1_reservation_reward_form_submit_wrap a {
        display: block;
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
    }

        .section1_reservation_reward_form_submit_wrap a img {
            width: 100%;
            max-width: 100%;
            height: auto;
        }

.section1_reservation_reward_social_icons {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 30px 0 0 0;
    padding: 0;
}

.section1_reservation_reward_social_icon {
    flex: 0 0 auto;
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 0 20px;
    padding: 0;
}

    .section1_reservation_reward_social_icon:nth-child(1) {
        margin-left: 0;
    }

/* @2023-04-17 수정 */
.section1_reservation_reward_form_submit_btn {
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #610d06;
    border: 0;
    background: transparent;
    cursor: pointer;
}
    /* //@2023-04-17 수정 */

    .section1_reservation_reward_form_submit_btn img {
        width: auto;
        max-width: 100%;
        height: auto;
    }

.section1_reservation_reward_store_items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-items: center;
    width: calc(100% - 60px);
    max-width: 510px;
    height: auto;
    margin: 20px auto 0 auto;
}

.section1_reservation_reward_store_item {
    flex: 0 0 calc(99.999% / 3);
    width: calc(99.999% / 3);
    height: auto;
    padding: 0 5px;
}

.section1_reservation_reward_store_item_anchor {
    display: block;
    width: 100%;
    height: auto;
    font-size: 0;
    line-height: 0;
}

.section1_disclaimer {
    display: block;
    width: 100%;
    height: auto;
    margin: 30px 0 0 0;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.8);
}

    .section1_disclaimer p {
        font-size: 12px;
        font-weight: 200;
        line-height: 20px;
        color: #fff;
    }
/* //@2022-07-15 수정 */
/* //section1 */

/* section2 */

/* @2021-03-26 수정 */
#section2.loaded .fp-bg {
    background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section2/section2_bg.jpg');
}
/* //@2021-03-26 수정 */

.section2_promotion_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}

.section2_promotion {
    position: relative;
    display: block;
    width: 80%;
    height: auto;
    margin: 120px auto 0 auto;
    padding: 50px 0 40px 0;
    text-align: center;
    background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section2_promotion_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(41, 32, 32, 0.8);
    background-size: 100% 100%;
    border: 1px solid #573838;
}

.section2_promotion_content {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}



.section2_text_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    width: auto;
    height: auto;
    margin: 0;
    padding: 130px 0 0 0;
    z-index: 10;
}

.section2_text_1 {
    position: relative;
    font-size: 66px;
    font-weight: 700;
    line-height: 100%;
    color: rgba(0, 0, 0, 0);
    transition: font-size 200ms ease-in-out;
}

    .section2_text_1::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section2/section2_text_1.png') center no-repeat;
        background-size: contain;
    }
/* @2021-06-22 수정 */
.section2_text_2 {
    position: relative;
    margin: 10px 0 0 0;
    font-size: 82px;
    font-weight: 700;
    line-height: 100%;
    color: rgba(0, 0, 0, 0);
    user-select: none;
    transition: font-size 200ms ease-in-out;
}

    .section2_text_2::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section2/section2_text_2.png') center no-repeat;
        background-size: contain;
    }
/* @2021-06-22 수정 */
.section2_text_3 {
    position: relative;
    margin: 20px 0 0 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.025em;
    color: rgba(0, 0, 0, 0);
}

    .section2_text_3::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section2/section2_text_3.png') center no-repeat;
        background-size: contain;
    }

.section2_text_4_block {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin: 30px 0 0 0;
    padding: 10px 100px;
    background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section2/section2_text_4_bg.png') center no-repeat;
    background-size: cover;
}

.section2_text_4 {
    position: relative;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.025em;
    color: rgba(0, 0, 0, 0);
}

    .section2_text_4::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section2/section2_text_4.png') center no-repeat;
        background-size: contain;
    }

.section2_event {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: auto;
    max-width: 1460px;
    height: auto;
    margin: 50px auto 0 auto;
    padding: 0 0 50px 0;
    /*
    background:url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section2/section2_event_bg.png') center no-repeat; background-size:cover;
    */
}

/* @2021-08-08 추가 */
.section2_event_tab {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.section2_event_tab_items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.section2_event_tab_item {
    flex: 0 0 calc(100% / 3);
    display: block;
    width: calc(100% / 3);
    height: auto;
    margin: 0;
    padding: 0;
}

.section2_event_tab_item_anchor {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 25px 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 100%;
    color: #b29698;
    text-align: center;
    border: 1px solid #633131;
    background-color: rgba(32, 6, 6, 0.65);
}

.section2_event_tab_item.active .section2_event_tab_item_anchor {
    color: #fff;
    background-color: rgba(205, 54, 54, 0.65);
}

.section2_event_tab_item_anchor:hover {
    color: #fff;
    background-color: rgba(205, 54, 54, 0.65);
}

.section2_event_tab_content {
    display: none;
    width: 100%;
    height: auto;
    min-height: 603px;
    margin: 0;
    padding: 60px 10px;
    background: URL('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section2/section2_event_tab_content_bg.png') top left no-repeat;
    background-size: 100% 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

    .section2_event_tab_content p {
        font-size: 20px;
        font-weight: 300;
        line-height: 140%;
        letter-spacing: -0.025em;
        color: #e99595;
        text-align: center;
    }

.section2_event_tab_content_items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    width: 90%;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 0;
}

.section2_event_tab_content_item {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: auto;
    margin: 0;
    padding: 0;
}

.section2_event_tab_content[data-target="3"] .section2_event_tab_content_item:nth-child(1) {
    padding-right: 5%;
}

.section2_event_tab_content[data-target="3"] .section2_event_tab_content_item:nth-child(2) {
    padding-left: 5%;
}

.section2_event_tab_content_item img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.section2_event_tab_content_item_title.type_1 {
    position: relative;
    margin: 20px 0 0 0;
    font-size: 50px;
    font-weight: 700;
    line-height: 100%;
    color: rgba(0, 0, 0, 0);
    transition: font-size 200ms ease-in-out;
}

    .section2_event_tab_content_item_title.type_1::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section2/section2_event_tab_content_item_title_type_1.png') center no-repeat;
        background-size: contain;
    }

.section2_event_tab_content_item_title.type_2 {
    position: relative;
    margin: 20px 0 0 0;
    font-size: 70px;
    font-weight: 700;
    line-height: 100%;
    color: rgba(0, 0, 0, 0);
    transition: font-size 200ms ease-in-out;
}

    .section2_event_tab_content_item_title.type_2::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section2/section2_event_tab_content_item_title_type_2.png') center no-repeat;
        background-size: contain;
    }

.section2_event_tab_content_item_title.type_3 {
    position: relative;
    margin: 20px 0 0 0;
    font-size: 70px;
    font-weight: 700;
    line-height: 100%;
    color: rgba(0, 0, 0, 0);
    transition: font-size 200ms ease-in-out;
}

    .section2_event_tab_content_item_title.type_3::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section2/section2_event_tab_content_item_title_type_3.png') center no-repeat;
        background-size: contain;
    }

.section2_event_tab_content_item_title.type_4 {
    position: relative;
    margin: 20px 0 0 0;
    font-size: 60px;
    font-weight: 700;
    line-height: 100%;
    color: rgba(0, 0, 0, 0);
    transition: font-size 200ms ease-in-out;
}

    .section2_event_tab_content_item_title.type_4::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section2/section2_event_tab_content_item_title_type_4.png') center no-repeat;
        background-size: contain;
    }

.section2_event_tab_content_item_title.type_5 {
    position: relative;
    margin: 20px 0 0 0;
    font-size: 60px;
    font-weight: 700;
    line-height: 100%;
    color: rgba(0, 0, 0, 0);
    transition: font-size 200ms ease-in-out;
}

    .section2_event_tab_content_item_title.type_5::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section2/section2_event_tab_content_item_title_type_5.png') center no-repeat;
        background-size: contain;
    }

.section2_event_tab_content_item_block {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 0 5%;
}

    .section2_event_tab_content_item_block.type_2 {
        margin-top: 10px;
        justify-content: flex-start;
    }

.section2_event_tab_content_item_block_item {
    flex: 0 0 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    height: auto;
    margin: 0;
    padding: 20px 0 0 0;
}

.section2_event_tab_content_item_block.type_2 .section2_event_tab_content_item_block_item {
    flex: 0 0 auto;
    width: auto;
    padding: 20px 0 0 15px;
}

.section2_event_tab_content_item_block_item img {
    width: auto;
    max-width: 80px;
    height: auto;
}

.section2_event_tab_content_item_block_item span {
    padding: 0 0 0 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 100%;
    color: #e99595;
}

    .section2_event_tab_content_item_block_item span.steps {
        padding: 5px 10px;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.7);
        border: 0;
        border-radius: 30px;
        background: #8a2525;
    }
/* //@2021-08-08 추가 */

.section2_event_left {
    flex: 0 0 calc(55% - 120px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(55% - 120px);
    height: auto;
    margin: 0 20px 0 100px;
    padding: 0;
}

.section2_event_right {
    flex: 0 0 calc(45% - 120px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(45% - 120px);
    height: auto;
    margin: 0 100px 0 20px;
    padding: 0;
}

.section2_event_left_title {
    position: relative;
    font-size: 50px;
    font-weight: 700;
    line-height: 100%;
    color: rgba(0, 0, 0, 0);
    white-space: nowrap;
    transition: font-size 200ms ease-in-out;
}

    .section2_event_left_title::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section2/section2_event_left_title_text.png') center no-repeat;
        background-size: contain;
    }

.section2_event_right_title {
    position: relative;
    font-size: 50px;
    font-weight: 700;
    line-height: 100%;
    color: rgba(0, 0, 0, 0);
    white-space: nowrap;
    transition: font-size 200ms ease-in-out;
}

    .section2_event_right_title::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section2/section2_event_right_title_text.png') center no-repeat;
        background-size: contain;
    }

.section2_event_items {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
    padding: 0;
}

.section2_event_item {
    flex: 0 0 calc(25% - 7px);
    display: block;
    width: calc(25% - 7px);
    max-width: 160px;
    height: auto;
    margin: 10px 3.5px 0 3.5px;
    padding: 0;
    text-align: center;
}

.section2_event_right .section2_event_item {
    flex: 0 0 calc((100% / 3) - 7px);
    width: calc((100% / 3) - 7px);
}

.section2_event_left .section2_event_item:nth-child(1) {
    margin-left: 0;
    margin-right: 7px;
}

.section2_event_left .section2_event_item:nth-child(4) {
    margin-left: 7px;
    margin-right: 0;
}

.section2_event_left .section2_event_item:nth-child(5) {
    margin-left: 0;
    margin-right: 7px;
}

.section2_event_right .section2_event_item:nth-child(1) {
    margin-left: 0;
    margin-right: 7px;
}

.section2_event_right .section2_event_item:nth-child(3) {
    margin-left: 7px;
    margin-right: 0;
}

.section2_event_right .section2_event_item:nth-child(4) {
    margin-left: 0;
    margin-right: 7px;
}

.section2_event_item img {
    width: 100%;
    max-width: 160px;
    height: auto;
}

.section2_participate {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    max-width: 1460px;
    height: auto;
    margin: 20px auto 30px auto;
    padding: 15px 0;
    background: rgba(10, 11, 12, 0.5);
}

    .section2_participate img {
        width: 90%;
        max-width: 1100px;
        height: auto;
    }

.section2_mission_items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 90%;
    height: auto;
    margin: 40px auto 0 auto;
}

.section2_mission_item {
    flex: 0 0 auto;
    min-height: 400px;
    background: rgba(28, 3, 0, 0.5);
    border: 1px solid #6d4949;
}

.section2_mission_item_title {
    display: block;
    position: relative;
    width: calc(100% - 60px);
    height: auto;
    margin: 30px 30px 20px 30px;
    font-size: 0;
    line-height: 0;
}

    .section2_mission_item_title img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .section2_mission_item_title span {
        display: inline-flex;
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        font-size: 25px;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: 0.025em;
        color: #fff0f0;
        transform: translate(-50%, -50%);
    }

.section2_mission_item_text_wrap {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}

.section2_mission_item_text {
    display: block;
    width: auto;
    height: auto;
    font-size: 21px;
    font-weight: 400;
    line-height: 140%;
    color: #f5ada0;
    text-align: center;
    transition: font-size 300ms ease-in-out;
}

    .section2_mission_item_text.has_medal_icon {
        position: relative;
        padding-left: 40px;
    }

        .section2_mission_item_text.has_medal_icon::before {
            content: "";
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 0;
            width: 30px;
            height: 30px;
            background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section2_mission_item_medal_ico.png') center no-repeat;
            background-size: contain;
            transform: translateY(-50%);
            transition: width 300ms ease-in-out;
        }

.section2_mission_item_apps {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
}

.section2_mission_item_app {
    flex: 0 0 auto;
    display: block;
    width: 100%;
    height: auto;
    margin: 5px 0 0 0;
}

.section2_mission_item_apps.type2 .section2_mission_item_app {
    margin: 15px 0 0 0;
}

.section2_mission_item_app:nth-child(1) {
    margin: 0;
}

.section2_mission_item_apps.type2 .section2_mission_item_app:nth-child(1) {
    margin: 0;
}

.section2_mission_item_app_anchor {
    display: block;
    width: auto;
    height: auto;
    cursor: pointer;
}

    .section2_mission_item_app_anchor.btn {
        display: inline-block;
        width: 80%;
        height: auto;
        padding: 10px 0;
        font-size: 20px;
        font-weight: 700;
        line-height: 100%;
        color: #fff;
        border: 1px solid #6d4949;
        background-color: #8f1e20;
    }

    .section2_mission_item_app_anchor img {
        width: 80%;
        max-width: 200px;
        height: auto;
    }

.section2_mission_item_apps.type2 .section2_mission_item_app > img {
    width: 80%;
    max-width: 90px;
    height: auto;
}

.section2_mission_item_app_text {
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    color: #f5ada0;
}

.section2_disclaimer {
    display: block;
    width: 100%;
    height: auto;
    margin: 30px 0 0 0;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.8);
}

.section2_disclaimer_items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70%;
    height: auto;
    margin: 0 auto;
}

.section2_disclaimer_item {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
}

    .section2_disclaimer_item p {
        flex: 0 0 50%;
        display: block;
        width: 50%;
        height: auto;
        font-size: 12px;
        font-weight: 200;
        line-height: 20px;
        color: #fff;
        text-align: left;
    }
/* //section2 */

/* section3 */
/* @2023-04-17 수정 */
#section3.loaded .fp-bg {
    background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section3/section3_bg.jpg');
}

.section3_reward_detail_text_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    width: auto;
    height: auto;
    margin: 0;
    padding: 80px 0 0 0;
    z-index: 10;
}

.section3_reward_detail_text_logo {
    position: relative;
    margin-left: 30px;
}

.section3_reward_detail_text_1 {
    position: relative;
    margin: 10px 0 0 0;
    padding: 20px 0 0 0;
    font-size: 50px;
    font-weight: 700;
    line-height: 100%;
    color: rgba(0, 0, 0, 0);
    transition: font-size 200ms ease-in-out;
    user-select: none;
}

    .section3_reward_detail_text_1::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section3/section3_reward_detail_text_1.png') center no-repeat;
        background-size: contain;
    }

.section3_reward_detail_text_2 {
    position: relative;
    margin: -36px 0 0 0;
    font-size: 170px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.025em;
    color: rgba(0, 0, 0, 0);
    user-select: none;
    transition: font-size 200ms ease-in-out;
}

    .section3_reward_detail_text_2::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section3/section3_reward_detail_text_2.png') center no-repeat;
        background-size: contain;
    }
/* //@2023-04-17 수정 */
/* //section3 */

/* section4 */

/* @2021-03-26 수정 */
#section4.loaded .fp-bg {
    background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section4/section4_bg.jpg');
}
/* //@2021-03-26 수정 */

.section4_character {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30vw;
    height: auto;
    z-index: 10;
}

    .section4_character img {
        width: 100%;
        max-width: 600px;
        height: auto;
    }

.section4_character_overlay {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    top: 0;
    left: -300px;
    width: 400px;
    height: 240px;
    margin: 0;
    padding: 0;
    background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/common/alert_layer_popup_bg.png') center top no-repeat;
    background-size: contain;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
}

.section4_character:hover .section4_character_overlay {
    opacity: 1;
}

.section4_character_overlay_text_1 {
    flex: 0 0 auto;
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto 10px auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #f80000;
    text-align: center;
}

.section4_character_overlay_text_2 {
    flex: 0 0 auto;
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #e8c0c0;
    text-align: center;
}

.section4_worldview_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding: 120px 0 0 0;
}

.section4_worldview {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 50px 0 40px 0;
    text-align: center;
    background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section3/section3_promotion_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(41, 32, 32, 0.8);
    background-size: 100% 100%;
    border: 1px solid #573838;
}

.section4_worldview_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    width: 100%;
    height: auto;
}

.section4_worldview_header_image {
    flex: 0 0 auto;
    display: block;
    width: auto;
    height: auto;
}

    .section4_worldview_header_image img {
    }

.section4_worldview_header_title {
    flex: 0 0 auto;
    display: block;
    width: auto;
    height: auto;
}

    .section4_worldview_header_title span {
        position: relative;
        font-size: 44px;
        font-weight: 400;
        line-height: 70px;
        letter-spacing: -0.025em;
        color: rgba(0, 0, 0, 0);
    }

        .section4_worldview_header_title span::after {
            content: "";
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section4/section4_worldview_header_title.png') center right no-repeat;
            background-size: contain;
        }

.section4_worldview_header_text {
    flex: 0 0 auto;
    display: block;
    width: auto;
    height: auto;
}

    .section4_worldview_header_text.only_pc {
        position: relative;
    }

    .section4_worldview_header_text p {
        font-size: 22px;
        font-weight: 400;
        font-family: 'NanumMyeongjo', sans-serif;
        line-height: 38px;
        letter-spacing: -0.025em;
        color: #fff;
    }

        .section4_worldview_header_text p .font-color-red {
            color: #f80000;
        }

    .section4_worldview_header_text.only_pc p {
        color: rgba(0, 0, 0, 0);
    }

        .section4_worldview_header_text.only_pc p .font-color-red {
            color: rgba(0, 0, 0, 0);
        }

    .section4_worldview_header_text.only_pc::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section4/section4_worldview_header_text_pc.png') center no-repeat;
        background-size: contain;
    }

.section4_worldview_text_wrap {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    left: -70px;
    width: auto;
    max-width: 60%;
    height: auto;
    max-height: 40vh;
    margin: 40px 0 0 0;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

    .section4_worldview_text_wrap::-webkit-scrollbar {
        display: none;
    }

.section4_text_1 {
    flex: 0 0 auto;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    text-align: left;
}

    .section4_text_1 p {
        position: relative;
        padding: 0 0 0 30px;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.01em;
        color: #f80000;
    }

        .section4_text_1 p::before {
            content: "";
            display: inline-block;
            position: absolute;
            top: -4px;
            left: 0;
            width: 24px;
            height: 24px;
            background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section4/section4_text_1_ico.png') left center no-repeat;
            background-size: 24px auto;
        }

.section4_text_2 {
    flex: 0 0 auto;
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
}

    .section4_text_2 p {
        font-size: 15px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: -0.01em;
        color: #e8c0c0;
        word-break: keep-all;
    }

.section4_worldview_btn {
    display: block;
    width: auto;
    height: auto;
    margin: 40px 0 0 0;
}

.section4_worldview_btn_anchor {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 0 30px 0;
    font-size: 0;
    line-height: 0;
}

    .section4_worldview_btn_anchor span {
        padding: 0 0 30px 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: -0.01em;
        color: #a1817f;
        background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section4/section4_worldview_scroll_down_ico.png') center bottom no-repeat;
        background-size: 26px auto;
    }

.section4_worldview_bottom_btn {
    display: block;
    width: auto;
    height: auto;
    margin: 20px 0 0 0;
}

.section4_worldview_bottom_btn_anchor {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 15px 80px;
    border: 1px solid #6d4949;
    background: rgba(34, 17, 7, 0.3);
}

    .section4_worldview_bottom_btn_anchor p {
        font-size: 20px;
        font-weight: 700;
        line-height: 20px;
        color: #f2e1e1;
    }

        .section4_worldview_bottom_btn_anchor p span {
            position: relative;
            padding: 0 30px 0 0;
        }

            .section4_worldview_bottom_btn_anchor p span::after {
                content: "";
                display: inline-block;
                position: absolute;
                top: 50%;
                right: 0;
                width: 25px;
                height: 25px;
                background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section4/section4_worldview_bottom_btn_ico.png') center no-repeat;
                background-size: 25px auto;
                transform: translateY(-50%);
            }

            .section4_worldview_bottom_btn_anchor p span.font-color-red {
                color: #f80000;
            }

.section4_bottom_blank {
    display: block;
    width: 100%;
    height: 30px;
}
/* //section4 */

/* section5 */

/* @2021-03-26 수정 */
#section5.loaded .fp-bg {
    background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section5/section5_bg.jpg');
}
/* //@2021-03-26 수정 */

.section5_character_wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 100vh;
    padding: 120px 0 0 0;
}

.character_visual_arrow_prev {
    display: inline-block !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 80px;
    height: 80px;
    background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section5/character_slide_prev_btn.png') center no-repeat;
    background-size: contain;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 999;
}

.character_visual_arrow_next {
    display: inline-block !important;
    position: absolute;
    top: 50%;
    right: 0;
    width: 80px;
    height: 80px;
    background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section5/character_slide_next_btn.png') center no-repeat;
    background-size: contain;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 999;
}

.section5_character_visual {
    flex: 0 0 55%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    top: -50px;
    width: 55%;
    height: auto;
    margin: 0 5% 0 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.section5_character_visual_image {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    height: auto;
}

.section5_character_visual_wrap {
    display: block;
    width: 100%;
    height: auto;
}

.character_visual .slick-slide {
    display: inline-block;
    text-align: center;
}

.section5_character_visual .character_visual_slide .character_visual_slide_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* @2023-04-17 수정 */
#section5.loaded .section5_character_visual .character_visual_slide[data-idx="1"] .character_visual_slide_bg {
    background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_visual_15.png');
}

#section5.loaded .section5_character_visual .character_visual_slide[data-idx="2"] .character_visual_slide_bg {
    background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_visual_16.png');
}

#section5.loaded .section5_character_visual .character_visual_slide[data-idx="3"] .character_visual_slide_bg {
    background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_visual_13.png');
}

#section5.loaded .section5_character_visual .character_visual_slide[data-idx="4"] .character_visual_slide_bg {
    background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_visual_14.png');
}

#section5.loaded .section5_character_visual .character_visual_slide[data-idx="5"] .character_visual_slide_bg {
    background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_visual_9.png');
}

#section5.loaded .section5_character_visual .character_visual_slide[data-idx="6"] .character_visual_slide_bg {
    background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_visual_10.png');
}

#section5.loaded .section5_character_visual .character_visual_slide[data-idx="7"] .character_visual_slide_bg {
    background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_visual_4.png');
}

#section5.loaded .section5_character_visual .character_visual_slide[data-idx="8"] .character_visual_slide_bg {
    background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_visual_6.png');
}

#section5.loaded .section5_character_visual .character_visual_slide[data-idx="9"] .character_visual_slide_bg {
    background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_visual_3.png');
}

#section5.loaded .section5_character_visual .character_visual_slide[data-idx="10"] .character_visual_slide_bg {
    background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_visual_5.png');
}

#section5.loaded .section5_character_visual .character_visual_slide[data-idx="11"] .character_visual_slide_bg {
    background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_visual_1.png');
}

#section5.loaded .section5_character_visual .character_visual_slide[data-idx="12"] .character_visual_slide_bg {
    background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_visual_8.png');
}

#section5.loaded .section5_character_visual .character_visual_slide[data-idx="13"] .character_visual_slide_bg {
    background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_visual_2.png');
}

#section5.loaded .section5_character_visual .character_visual_slide[data-idx="14"] .character_visual_slide_bg {
    background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_visual_7.png');
}

#section5.loaded .section5_character_visual .character_visual_slide[data-idx="15"] .character_visual_slide_bg {
    background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_visual_11.png');
}

#section5.loaded .section5_character_visual .character_visual_slide[data-idx="16"] .character_visual_slide_bg {
    background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_visual_12.png');
}
/* @//2023-04-17 수정 */

.section5_character_visual .character_visual_slide img {
    display: inline-block;
    width: auto;
    max-width: none;
    height: 100%;
    max-height: 800px;
    opacity: 0;
}

.section5_character_info {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-items: flex-start;
    position: relative;
    width: 40%;
    height: auto;
    margin-top: -50px;
}

.section5_character_info_item {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
}

.section5_character_info_name {
    flex: 0 0 auto;
    display: block;
    width: 100%;
    height: auto;
    max-height: 80px;
}

    .section5_character_info_name span {
        position: relative;
        font-size: 80px;
        font-weight: 400;
        line-height: 100%;
        color: rgba(0, 0, 0, 0);
    }

        .section5_character_info_name span::after {
            content: "";
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-position: left top;
            background-size: contain;
        }

    /* @2023-04-17 수정 */
    .section5_character_info_name[data-idx="1"] span::after {
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_info_name_15.png');
    }

    .section5_character_info_name[data-idx="2"] span::after {
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_info_name_16.png');
    }

    .section5_character_info_name[data-idx="3"] span::after {
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_info_name_13.png');
    }

    .section5_character_info_name[data-idx="4"] span::after {
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_info_name_14.png');
    }

    .section5_character_info_name[data-idx="5"] span::after {
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_info_name_9.png');
    }

    .section5_character_info_name[data-idx="6"] span::after {
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_info_name_10.png');
    }

    .section5_character_info_name[data-idx="7"] span::after {
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_info_name_4.png');
    }

    .section5_character_info_name[data-idx="8"] span::after {
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_info_name_6.png');
    }

    .section5_character_info_name[data-idx="9"] span::after {
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_info_name_3.png');
    }

    .section5_character_info_name[data-idx="10"] span::after {
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_info_name_5.png');
    }

    .section5_character_info_name[data-idx="11"] span::after {
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_info_name_1.png');
    }

    .section5_character_info_name[data-idx="12"] span::after {
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_info_name_8.png');
    }

    .section5_character_info_name[data-idx="13"] span::after {
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_info_name_2.png');
    }

    .section5_character_info_name[data-idx="14"] span::after {
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_info_name_7.png');
    }

    .section5_character_info_name[data-idx="15"] span::after {
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_info_name_11.png');
    }

    .section5_character_info_name[data-idx="16"] span::after {
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_info_name_12.png');
    }
/* @//2023-04-17 수정 */

.section5_character_info_stat {
    display: block;
    width: 100%;
    height: auto;
    margin: 25px 0 0 0;
}

.section5_character_info_stat_items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-items: flex-start;
    width: 70%;
    height: auto;
    padding: 30px 40px 20px 40px;
    border: 1px solid #6d4949;
    background: rgba(125, 58, 58, 0.2);
}

.section5_character_info_stat_item {
    flex: 0 0 calc(99.999% / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    width: calc(99.999% / 3);
    height: auto;
    padding: 25px 25px 0 25px;
}

    .section5_character_info_stat_item:nth-child(-n+3) {
        padding-top: 0;
    }

.section5_character_info_stat_item_title {
    flex: 0 0 auto;
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    color: #ddb3b3;
    text-align: center;
    background: #7d2c2c;
}

.section5_character_info_stat_item_number {
    flex: 0 0 auto;
    display: block;
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    color: #fff;
    text-align: center;
}

.section5_character_info_speed {
    display: block;
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
}

.section5_character_info_speed_items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-items: flex-start;
    width: 70%;
    height: auto;
}

.section5_character_info_speed_item {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: flex-start;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
    padding: 0 15px 0 0;
    background: rgba(23, 8, 10, 0.5);
}

    .section5_character_info_speed_item:nth-child(1) {
        margin-top: 0;
    }

    .section5_character_info_speed_item::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: rgba(16, 6, 7, 0.3);
    }

.section5_character_info_speed_item_text {
    display: block;
    width: auto;
    height: auto;
    font-size: 0;
    line-height: 0;
}

    .section5_character_info_speed_item_text.title {
        position: relative;
    }

        .section5_character_info_speed_item_text.title span {
            display: inline-block;
            position: absolute;
            top: calc(50% + 2px);
            left: 15px;
            font-size: 20px;
            font-weight: 700;
            line-height: 100%;
            color: #ddb3b3;
            transform: translateY(-50%);
        }

    .section5_character_info_speed_item_text.percent {
        font-size: 20px;
        font-weight: 400;
        line-height: 100%;
        color: #fff;
    }

.section5_character_info_class {
    display: block;
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
}

.section5_character_info_class_items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    width: 70%;
    height: auto;
}

.section5_character_info_class_item {
    flex: 0 0 calc(100% / 5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100% / 5);
    height: auto;
    padding: 0 10px;
}

.section5_character_info_class_item_anchor {
    display: inline-block;
    width: 100%;
    max-width: 100px;
    height: 100px;
}

    .section5_character_info_class_item_anchor .character_class_image {
        display: block;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        transition: background 300ms ease-in-out;
    }

    /* @2023-04-17 수정 */
    .section5_character_info_class_item_anchor[data-index="1"] .character_class_image {
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_info_class_1_off.png');
    }

    .section5_character_info_class_item_anchor[data-index="1"].active .character_class_image {
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_info_class_1_on.png');
    }

    .section5_character_info_class_item_anchor[data-index="2"] .character_class_image {
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_info_class_2_off.png');
    }

    .section5_character_info_class_item_anchor[data-index="2"].active .character_class_image {
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_info_class_2_on.png');
    }

    .section5_character_info_class_item_anchor[data-index="3"] .character_class_image {
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_info_class_3_off.png');
    }

    .section5_character_info_class_item_anchor[data-index="3"].active .character_class_image {
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_info_class_3_on.png');
    }

    .section5_character_info_class_item_anchor[data-index="4"] .character_class_image {
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_info_class_4_off.png');
    }

    .section5_character_info_class_item_anchor[data-index="4"].active .character_class_image {
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_info_class_4_on.png');
    }

    .section5_character_info_class_item_anchor[data-index="5"] .character_class_image {
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_info_class_5_off.png');
    }

    .section5_character_info_class_item_anchor[data-index="5"].active .character_class_image {
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_info_class_5_on.png');
    }

    .section5_character_info_class_item_anchor[data-index="6"] .character_class_image {
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_info_class_6_off.png?v=2');
    }

    .section5_character_info_class_item_anchor[data-index="6"].active .character_class_image {
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_info_class_6_on.png');
    }

    .section5_character_info_class_item_anchor[data-index="7"] .character_class_image {
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_info_class_7_off.png');
    }

    .section5_character_info_class_item_anchor[data-index="7"].active .character_class_image {
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_info_class_7_on.png');
    }

.section5_character_thumb_wrap_new {
    display: block;
    width: 100%;
    height: auto;
    margin: 20px 0 0 14px;
    padding: 0;
    z-index: 999;
}

    .section5_character_thumb_wrap_new .thumb {
        float: left;
        margin: -14px 0 0 -32px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 110px;
        height: 115px;
        cursor: pointer;
    }

        .section5_character_thumb_wrap_new .thumb .character_thumb_image {
            display: inline-block;
            position: absolute;
            bottom: 0;
            width: 86px;
            height: 83px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            opacity: 0.6;
            transition: width 300ms ease-in-out, height 300ms ease-in-out, opacity 300ms ease-in-out;
        }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image.opacified {
                opacity: 0.4;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image.slick-current {
                position: absolute;
                top: 50%;
                left: 50%;
                width: 108px;
                height: 115px;
                opacity: 1;
                transform: translate(-50%, -50%) scale(1.7);
                pointer-events: none;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image[data-character-index="1"] {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_paging_15.png') !important;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image[data-character-index="2"] {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_paging_16.png') !important;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image[data-character-index="3"] {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_paging_13.png') !important;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image[data-character-index="4"] {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_paging_14.png') !important;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image[data-character-index="5"] {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_paging_9.png') !important;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image[data-character-index="6"] {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_paging_10.png') !important;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image[data-character-index="7"] {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_paging_4.png') !important;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image[data-character-index="8"] {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_paging_6.png') !important;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image[data-character-index="9"] {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_paging_3.png') !important;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image[data-character-index="10"] {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_paging_5.png') !important;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image[data-character-index="11"] {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_paging_1.png') !important;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image[data-character-index="12"] {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_paging_8.png') !important;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image[data-character-index="13"] {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_paging_2.png') !important;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image[data-character-index="14"] {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_paging_7.png') !important;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image[data-character-index="15"] {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_paging_11.png') !important;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image[data-character-index="16"] {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_paging_12.png') !important;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image[data-character-index="1"].slick-current {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_paging_15_active.png') !important;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image[data-character-index="2"].slick-current {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_paging_16_active.png') !important;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image[data-character-index="3"].slick-current {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_paging_13_active.png') !important;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image[data-character-index="4"].slick-current {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_paging_14_active.png') !important;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image[data-character-index="5"].slick-current {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_paging_9_active.png') !important;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image[data-character-index="6"].slick-current {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_paging_10_active.png') !important;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image[data-character-index="7"].slick-current {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_paging_4_active.png') !important;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image[data-character-index="8"].slick-current {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_paging_6_active.png') !important;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image[data-character-index="9"].slick-current {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_paging_3_active.png') !important;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image[data-character-index="10"].slick-current {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_paging_5_active.png') !important;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image[data-character-index="11"].slick-current {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_paging_1_active.png') !important;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image[data-character-index="12"].slick-current {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_paging_8_active.png') !important;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image[data-character-index="13"].slick-current {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_paging_2_active.png') !important;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image[data-character-index="14"].slick-current {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_paging_7_active.png') !important;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image[data-character-index="15"].slick-current {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_paging_11_active.png') !important;
            }

            .section5_character_thumb_wrap_new .thumb .character_thumb_image[data-character-index="16"].slick-current {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_paging_12_active.png') !important;
            }
/* @//2023-04-17 수정 */

.section5_character_wrap .swiper-button-prev {
    width: 80px;
    height: 80px;
    background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section5/character_slide_prev_btn.png');
    background-size: 80px auto;
    background-position: center;
    background-repeat: no-repeat;
}

.section5_character_wrap .swiper-button-next {
    width: 80px;
    height: 80px;
    background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section5/character_slide_next_btn.png');
    background-size: 80px auto;
    background-position: center;
    background-repeat: no-repeat;
}

.character-slide {
    display: block;
    width: 100%;
    height: 100%;
}

    .character-slide .swiper-slide {
    }

.section5_character_info_character_wrap {
    display: block;
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 40%;
    height: auto;
}

.character-thumbs .swiper-slide {
    position: relative;
    height: 100%;
    cursor: pointer;
    opacity: 0.4;
}

.character-thumbs .swiper-slide-active {
    opacity: 1;
}

.character-thumbs .swiper-slide img {
    max-width: 86px;
    max-height: 83px;
}

.character-thumbs .swiper-slide.swiper-slide-active .active_image {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
}
/* //section5 */

/* section6 */
/* 2024-03-13 추가 */
.item_text {
    position: absolute;
    right: 30px;
    bottom: 12vh;
}

    .item_text img {
        height: 2vh;
        filter: opacity(0.5) drop-shadow(0 0 0 white);
    }
/* //2024-03-13 추가 */

/* @2021-03-26 수정 */
#section6.loaded .fp-bg {
    background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section6/section6_bg.jpg');
}
/* //@2021-03-26 수정 */

.section6_gallery_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 920px;
}

.section6_gallery {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 120px auto 0 auto;
    padding: 100px 0 60px 0;
    text-align: center;
    background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section6/section6_gallery_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(34, 29, 37, 0.3);
    background-size: 100% 100%;
    border: 1px solid #573838;
}

.section6_gallery_tab_items {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-items: center;
    width: 70%;
    height: auto;
    margin: 0 auto;
}

.section6_gallery_tab_item {
    flex: 0 0 50%;
    display: block;
    width: 50%;
    height: auto;
}

.section6_gallery_tab_item_anchor {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 0;
    font-size: 25px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.05em;
    color: #fff;
    background: rgba(9, 6, 8, 0.3);
    border: 1px solid #452222;
}

    .section6_gallery_tab_item_anchor:hover {
        color: #fff;
    }

.section6_gallery_tab_item.active .section6_gallery_tab_item_anchor {
    background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section6/section6_gallery_tab_active_bg.png') center no-repeat;
    background-size: cover;
}

.section6_gallery_tab_content {
    display: none;
    width: 70%;
    height: auto;
    margin: 0 auto;
}

.section6_gallery_tab_content_items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-items: flex-start;
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
}

/* @2021-04-10 수정 */
.section6_gallery_tab_content_item {
    flex: 0 0 calc((99.999% / 3) - 20px);
    display: none;
    width: calc((99.999% / 3) - 20px);
    height: auto;
    margin: 20px 10px 0 10px;
}

    .section6_gallery_tab_content_item.show {
        display: block;
    }
    /* //@2021-04-10 수정 */

    .section6_gallery_tab_content_item:nth-child(3n+1) {
        margin-left: 0;
        margin-right: 20px;
    }

    .section6_gallery_tab_content_item:nth-child(3n+3) {
        margin-left: 20px;
        margin-right: 0;
    }

.section6_gallery_tab_content_item_anchor {
    display: block;
    width: 100%;
    height: auto;
    font-size: 0;
    line-height: 0;
    border: 1px solid #683130;
    box-sizing: border-box;
}

    .section6_gallery_tab_content_item_anchor img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    /* @2023-05-02 수정 */
    .section6_gallery_tab_content_item_anchor[data-video-url=''] {
        visibility: hidden;
    }

.section6_gallery_tab_paging {
    display: block;
    width: auto;
    height: auto;
    margin: 20px 0 0 0;
}
/* //@2023-05-02 수정 */
.section6_gallery_tab_paging_items {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-items: center;
    width: auto;
    height: auto;
}

.section6_gallery_tab_paging_item {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    padding: 0 5px;
}

.section6_gallery_tab_paging_item_anchor {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    color: #ddb3b3;
}

.section6_gallery_tab_paging_item_text {
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    color: #ddb3b3;
}

.section6_gallery_tab_content[data-target="video"] .section6_gallery_tab_content_item_anchor {
    position: relative;
    overflow: hidden;
}

    .section6_gallery_tab_content[data-target="video"] .section6_gallery_tab_content_item_anchor .section6_gallery_tab_content_item_anchor_overlay {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        position: absolute;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section6/section6_gallery_video_over_bg.png') center no-repeat;
        background-size: cover;
        opacity: 0;
        transition: opacity 300ms ease-in-out, top 200ms ease-in-out 100ms;
    }

        .section6_gallery_tab_content[data-target="video"] .section6_gallery_tab_content_item_anchor .section6_gallery_tab_content_item_anchor_overlay span {
            padding-bottom: 25px;
            font-size: 22px;
            font-weight: 400;
            line-height: 100%;
            letter-spacing: -0.025em;
            color: #ddbdbd;
        }

    .section6_gallery_tab_content[data-target="video"] .section6_gallery_tab_content_item_anchor:hover .section6_gallery_tab_content_item_anchor_overlay {
        top: 0;
        opacity: 1;
    }

.copyright {
    position: absolute;
    left: 50%;
    bottom: 12px;
    width: 100%;
    height: auto;
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: -0.025em;
    color: #fff;
    opacity: 0.4;
    transform: translateX(-50%);
}
/* //section6 */

/* video layer popup */
.video_layer_popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0,0,0,.8);
    overflow: auto;
    z-index: 9999;
}

    .video_layer_popup::before {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.05em;
        content: "";
    }

.video_layer_popup_body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90vw;
    height: 50.625vw;
    max-width: 160vh;
    max-height: 90vh;
    background: #000;
}

    .video_layer_popup_body .movie {
        width: 100%;
        height: 100%;
        border: 0;
    }

.video_layer_popup_close_btn {
    position: absolute;
    top: 0;
    right: -43px;
    width: 23px;
    height: 23px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}

    .video_layer_popup_close_btn::before,
    .video_layer_popup_close_btn::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 2px;
        background-color: #fff;
    }

    .video_layer_popup_close_btn::before {
        transform: translate(-50%,-50%) rotate(45deg);
    }

    .video_layer_popup_close_btn::after {
        transform: translate(-50%,-50%) rotate(135deg);
    }
/* //video layer popup */

/* reservation reward popup */
.reservation_reward_layer_popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0,0,0,.8);
    overflow: auto;
    z-index: 9999;
}

    .reservation_reward_layer_popup::before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.05em;
    }

.reservation_reward_layer_popup_body {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    width: auto;
    max-width: 910px;
    height: auto;
    transform: translate(-50%, -50%);
}
/* @2021-06-22 수정 */
.reservation_reward_layer_popup_body_wrap {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    font-size: 0;
    line-height: 0;
    background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section1/section1_reservation_reward_layer_popup_bg.png') center no-repeat;
    background-size: contain;
}

.reservation_reward_layer_popup_bg {
    opacity: 0;
}

.reservation_reward_layer_popup_body_close_btn {
    position: absolute;
    top: 30px;
    right: 40px;
}

.reservation_reward_layer_popup_body_content {
    position: absolute;
    top: 50px;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
}
/* //@2021-06-22 수정 */
.reservation_reward_layer_popup_body_content_title {
    display: block;
    width: auto;
    height: auto;
}

    .reservation_reward_layer_popup_body_content_title span {
        position: relative;
        font-size: 58px;
        font-weight: 700;
        line-height: 70px;
        letter-spacing: -0.025em;
        color: rgba(0, 0, 0, 0);
    }

        .reservation_reward_layer_popup_body_content_title span::after {
            content: "";
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section1/section1_reservation_reward_layer_popup_body_content_title.png') center no-repeat;
            background-size: contain;
        }

.reservation_reward_layer_popup_body_content_items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    width: 90%;
    height: auto;
    margin: 25px 5% 0 5%;
}

.reservation_reward_layer_popup_body_content_item {
    flex: 0 0 calc(30% - 8px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: flex-start;
    width: calc(25% - 8px);
    height: auto;
    min-height: 180px;
    max-height: 180px;
    margin: 15px 4px 0 4px;
}

    .reservation_reward_layer_popup_body_content_item:nth-child(4n+1) {
        margin-left: 0;
        margin-right: 8px;
    }

    .reservation_reward_layer_popup_body_content_item:nth-child(4n+4) {
        margin-left: 8px;
        margin-right: 0;
    }

.reservation_reward_layer_popup_body_content_item_image {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

    .reservation_reward_layer_popup_body_content_item_image img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

.reservation_reward_layer_popup_body_content_item_text {
    margin: 12px 0 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #fff;
}

.reservation_reward_layer_popup_body_content_disclaimer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-items: flex-start;
    width: 90%;
    height: auto;
    margin: 20px 5% 0 5%;
}

    .reservation_reward_layer_popup_body_content_disclaimer p {
        font-size: 15px;
        font-weight: 400;
        line-height: 25px;
        color: #d4b3ae;
    }

.reservation_reward_layer_popup_body_content_items.grid-2 .reservation_reward_layer_popup_body_content_item {
    flex: 0 0 calc(40% - 8px);
    justify-content: flex-end;
    width: calc(40% - 8px);
    min-height: 240px;
    max-height: 240px;
}

    .reservation_reward_layer_popup_body_content_items.grid-2 .reservation_reward_layer_popup_body_content_item .reservation_reward_layer_popup_body_content_item_image {
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 200px;
        max-height: 200px;
    }

.reservation_reward_layer_popup_body_content_items.grid-3 {
    margin-top: 0;
}

    .reservation_reward_layer_popup_body_content_items.grid-3 .reservation_reward_layer_popup_body_content_item {
        flex: 0 0 calc((100% / 3) - 8px);
        width: calc((100% / 3) - 8px);
        min-height: unset;
        max-height: unset;
    }

        .reservation_reward_layer_popup_body_content_items.grid-3 .reservation_reward_layer_popup_body_content_item .reservation_reward_layer_popup_body_content_item_image {
            flex: 0 0 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-height: 180px;
            max-height: 180px;
        }

        .reservation_reward_layer_popup_body_content_items.grid-3 .reservation_reward_layer_popup_body_content_item .reservation_reward_layer_popup_body_content_item_text {
            margin: -30px 0 0 0;
            font-size: 20px;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: -0.01em;
            color: #fff;
        }

            .reservation_reward_layer_popup_body_content_items.grid-3 .reservation_reward_layer_popup_body_content_item .reservation_reward_layer_popup_body_content_item_text.type2 {
                margin: 15px 0 0 0;
                font-size: 14px;
                line-height: 140%;
                color: #c08b8f;
                text-align: left;
            }

.reservation_reward_layer_popup_body_content_text.coupon_info {
    display: block;
    width: auto;
    height: auto;
    margin: 40px 0 0 0;
    padding: 0;
}

    .reservation_reward_layer_popup_body_content_text.coupon_info span {
        font-size: 16px;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: -0.01em;
        color: #7a5b5d;
    }
/* //reservation reward popup */

/* reservation reward privacy agree popup */
.reservation_reward_privacy_agree_layer_popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0,0,0,.8);
    overflow: auto;
    z-index: 9999;
}

    .reservation_reward_privacy_agree_layer_popup::before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.05em;
    }

/* @2023-04-17 수정 */
.reservation_reward_privacy_agree_layer_popup_body {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    width: 535px;
    height: 514px;
    transform: translate(-50%, -50%);
    background: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/common/agree_layer_popup_bg.png') center no-repeat;
}

.reservation_reward_privacy_agree_layer_popup_body_wrap {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    font-size: 0;
    line-height: 0;
}

.reservation_reward_privacy_agree_layer_popup_bg {
    opacity: 0;
}

.reservation_reward_privacy_agree_layer_popup_body_close_btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
}

.reservation_reward_privacy_agree_layer_popup_body_content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 80px 5%;
    text-align: left;
    box-sizing: border-box;
    z-index: 98;
}

.reservation_reward_privacy_agree_layer_popup_body_content_title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #d2ccc8;
    word-break: keep-all;
}

    .reservation_reward_privacy_agree_layer_popup_body_content_title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        margin: 0;
        padding: 0;
        background: #696664;
    }

.reservation_reward_privacy_agree_layer_popup_body_content p {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    font-size: 13px;
    font-weight: 200;
    line-height: 18px;
    color: #d2ccc8;
    text-align: left;
    word-break: keep-all;
}

    .reservation_reward_privacy_agree_layer_popup_body_content p a {
        color: #d2ccc8;
    }

        .reservation_reward_privacy_agree_layer_popup_body_content p a:hover {
            color: #d2ccc8;
        }

    .reservation_reward_privacy_agree_layer_popup_body_content p.type1 {
        font-size: 13px;
        font-weight: 400;
        line-height: 24px;
        color: #d2ccc8;
    }
/* @//2023-04-17 수정 */
/* //reservation reward privacy agree popup */

/* reservation reward advertising agree popup */
.reservation_reward_advertising_agree_layer_popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0,0,0,.8);
    overflow: auto;
    z-index: 9999;
}

    .reservation_reward_advertising_agree_layer_popup::before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.05em;
    }

/* @2023-05-04 수정 */
.reservation_reward_advertising_agree_layer_popup_body {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    width: 535px;
    height: 514px;
    transform: translate(-50%, -50%);
    background: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/common/agree_layer_popup_bg.png') center no-repeat;
}

.reservation_reward_advertising_agree_layer_popup_body_wrap {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    font-size: 0;
    line-height: 0;
}

.reservation_reward_advertising_agree_layer_popup_bg {
    opacity: 0;
}

.reservation_reward_advertising_agree_layer_popup_body_close_btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
}

.reservation_reward_advertising_agree_layer_popup_body_content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 80px 10%;
    text-align: left;
    box-sizing: border-box;
    z-index: 98;
}

.reservation_reward_advertising_agree_layer_popup_body_content_title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #d2ccc8;
    word-break: keep-all;
}

    .reservation_reward_advertising_agree_layer_popup_body_content_title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        margin: 0;
        padding: 0;
        background: #696664;
    }

.reservation_reward_advertising_agree_layer_popup_body_content p {
    display: block;
    width: 94%;
    height: auto;
    margin: 0;
    font-size: 13px;
    font-weight: 200;
    line-height: 18px;
    color: #d2ccc8;
    text-align: left;
    word-break: keep-all;
}

    .reservation_reward_advertising_agree_layer_popup_body_content p.type1 {
        font-size: 13px;
        font-weight: 400;
        line-height: 24px;
        color: #d2ccc8;
    }
/* @//2023-05-04 수정 */
/* //reservation reward advertising agree popup */

/* sns share popup */
.sns_share_layer_popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0,0,0,.8);
    overflow: auto;
    z-index: 9999;
}

    .sns_share_layer_popup::before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.05em;
    }

.sns_share_layer_popup_body {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}

.sns_share_layer_popup_body_wrap {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    max-height: 95vh;
    font-size: 0;
    line-height: 0;
    background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section3/section3_sns_share_layer_popup_bg.jpg') center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.sns_share_layer_popup_bg {
    opacity: 0;
}

.sns_share_layer_popup_body_close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.4);
}

.sns_share_layer_popup_body_close_btn {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: auto;
    height: auto;
    transform: translateY(-50%);
}

.sns_share_layer_popup_body_content {
    position: absolute;
    top: 50px;
    left: 0;
    display: block;
    width: calc(100% - 60px);
    height: calc(100% - 50px);
    margin: 0 30px;
    padding: 40px 0;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .sns_share_layer_popup_body_content::-webkit-scrollbar {
        display: none;
    }

.sns_share_layer_popup_body_content_form {
    display: block;
    width: 100%;
    height: auto;
}

.sns_share_layer_popup_body_content h1 {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    text-align: center;
    color: rgba(0, 0, 0, 0);
}

    .sns_share_layer_popup_body_content h1::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section3/sns_share_layer_popup_body_content_h1.png') center no-repeat;
        background-size: contain;
    }

.form_control {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-items: flex-start;
    width: calc(100% - 10px);
    height: auto;
    margin: 20px 5px 0 5px;
}

    .form_control input {
        flex: 0 0 calc(100% - 107px);
        display: block;
        width: calc(100% - 107px);
        height: 50px;
        margin: 0 5px 0 0;
        font-size: 20px;
        font-weight: 400;
        line-height: 48px;
        letter-spacing: -0.01em;
        color: rgba(255, 255, 255, 0.5);
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.65);
        background: rgba(0, 0, 0, 0.3);
    }

    .form_control button {
        flex: 0 0 100px;
        display: block;
        width: 100px;
        height: 50px;
        font-size: 24px;
        font-weight: 400;
        line-height: 48px;
        letter-spacing: -0.01em;
        color: rgba(255, 255, 255, 1);
        text-align: center;
        cursor: pointer;
        border: 1px solid rgba(255, 255, 255, 0.65);
        background: rgba(0, 0, 0, 0.4);
    }

.form_caution_text {
    display: block;
    width: auto;
    height: auto;
    margin: 20px 0 0 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    color: rgba(255, 198, 198, 0.5);
    text-align: center;
}

.sns_share_layer_popup_body_content_info_wrap {
    display: block;
    width: 100%;
    height: auto;
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
    background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section3/section3_sns_share_layer_popup_body_content_info_border_top.png') top center repeat-x;
    background-size: contain;
}

.sns_share_layer_popup_body_content_info {
    display: block;
    width: 100%;
    height: auto;
    padding: 40px 30px;
    background: rgba(0, 0, 0, 0.3);
}

    .sns_share_layer_popup_body_content_info h2 {
        display: inline-block;
        position: relative;
        width: auto;
        height: auto;
        font-size: 26px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: 0.05em;
        text-align: center;
        color: rgba(0, 0, 0, 0);
    }

        .sns_share_layer_popup_body_content_info h2::after {
            content: "";
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section3/sns_share_layer_popup_body_content_info_h2.png') center no-repeat;
            background-size: contain;
        }

    .sns_share_layer_popup_body_content_info p {
        font-size: 22px;
        font-weight: 400;
        line-height: 38px;
        letter-spacing: -0.01em;
        color: #ffc6c6;
    }

        .sns_share_layer_popup_body_content_info p span.text-underline {
            text-decoration: underline;
        }

        .sns_share_layer_popup_body_content_info p span.font-color-yellow {
            font-weight: 700;
            color: #ffea5d;
        }

.sns_share_layer_popup_body_content_info_btns {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-items: center;
    width: auto;
    height: auto;
    margin: 30px 0 0 0;
}

.sns_share_layer_popup_body_content_info_btn {
    flex: 0 0 auto;
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 0 20px;
}

    .sns_share_layer_popup_body_content_info_btn:nth-child(1) {
        margin-left: 0;
    }

    .sns_share_layer_popup_body_content_info_btn img {
        width: 100%;
        max-width: 170px;
        height: auto;
    }

.sns_share_layer_popup_body_content_link_items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-items: flex-start;
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
}

.sns_share_layer_popup_body_content_link_item {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
}

    .sns_share_layer_popup_body_content_link_item input {
        font-size: 16px;
    }

.sns_share_layer_popup_body_content_submit {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-items: flex-start;
    width: calc(100% - 140px);
    height: auto;
    margin: 40px 70px 0 70px;
}

.sns_share_layer_popup_body_content_submit_wrap {
    flex: 0 0 auto;
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #deaaaa;
    background: #fff;
}

.sns_share_layer_popup_body_content_submit_btn {
    display: block;
    width: calc(100% - 10px);
    height: auto;
    margin: 5px 5px;
    padding: 10px 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #610d06;
    border: 1px solid #c67f7f;
    background: #fff;
}
/* //sns share popup */

/* screenshot layer popup */
.screenshot_layer_popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0,0,0,.8);
    overflow: auto;
    z-index: 9999;
}

    .screenshot_layer_popup::before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.05em;
    }

.screenshot_layer_popup_body {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: auto;
    margin: auto;
    transform: translate(-50%, -50%);
}

.screenshot_layer_popup_body_wrap {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    max-height: 95vh;
    font-size: 0;
    line-height: 0;
}

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

.screenshot-slide .swiper-slide img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.screenshot_layer_popup_body_close_btn {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: auto;
    height: auto;
    z-index: 9999;
}

.screenshot_layer_popup_body_content .swiper-button-prev {
    background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section6/screenshot_layer_popup_body_content_arrow_prev.png');
}

.screenshot_layer_popup_body_content .swiper-button-next {
    background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section6/screenshot_layer_popup_body_content_arrow_next.png');
}
/* //screenshot layer popup */

/* alert layer popup */
.alert_layer_popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0,0,0,.8);
    overflow: auto;
    z-index: 9999;
}

    .alert_layer_popup::before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.05em;
    }

/* @2023-04-17 수정 */
.alert_layer_popup_body {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 462px;
    height: 243px;
    margin: auto;
    transform: translate(-50%, -50%);
    background: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/common/alert_layer_popup_bg.png') center no-repeat;
    background-size: cover;
}

.alert_layer_popup_body_wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
}

.alert_layer_popup_close_btn {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: auto;
    height: auto;
    z-index: 9999;
}

.alert_layer_popup_body_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
}

.alert_layer_popup_body_content_message {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #d2ccc8;
}

.alert_layer_popup_body_content_btns {
    display: block;
    width: 60%;
    height: auto;
    margin: 30px auto 0 auto;
}

.alert_layer_popup_body_content_btn {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 10px 50px;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    color: #f9f4e4;
    border: 0;
    border-radius: 10px;
    background: #444444;
}

    .alert_layer_popup_body_content_btn:hover {
        color: #f9f4e4;
    }
/* @//2023-04-17 수정 */
/* //alert layer popup */

/* reservation reward result layer popup */
.reservation_reward_result_layer_popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0,0,0,.8);
    overflow: auto;
    z-index: 9999;
}

    .reservation_reward_result_layer_popup::before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.05em;
    }
/* @2023-04-17 수정 */
.reservation_reward_result_layer_popup_body {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 761px;
    height: 586px;
    margin: auto;
    transform: translate(-50%, -50%);
}
/* @//2023-04-17 수정 */

/* @2022-07-15 수정 */
.reservation_reward_result_layer_popup_body_wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    /*
    background:url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section1/reservation_reward_result_layer_popup_bg.png') center no-repeat; background-size:cover;
    */
}
/* //@2022-07-15 수정 */

.reservation_reward_result_layer_popup_body_close {
    display: block;
    position: absolute;
    top: 40px;
    right: 30px;
    width: auto;
    height: auto;
    background: rgba(0, 0, 0, 0);
    z-index: 99;
}

.reservation_reward_result_layer_popup_body_close_btn {
    display: inline-block;
    width: auto;
    height: auto;
}

.reservation_reward_result_layer_popup_body_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 98;
}

/* //reservation reward result layer popup */

/* @2023-04-17 추가 */
/* reservation update layer popup */
.reservation_update_layer_popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0,0,0,.8);
    overflow: auto;
    z-index: 9999;
}

    .reservation_update_layer_popup::before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.05em;
    }

.reservation_update_layer_popup_body {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2024px;
    height: 795px;
    margin: auto;
    transform: translate(-50%, -50%) scale(0.9);
}

.reservation_update_layer_popup_body_close {
    display: block;
    position: absolute;
    top: 40px;
    right: 30px;
    width: auto;
    height: auto;
    background: rgba(0, 0, 0, 0);
    z-index: 99;
}

.reservation_update_layer_popup_body_close_btn {
    display: inline-block;
    width: auto;
    height: auto;
}

.reservation_update_layer_popup_body_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 98;
}
    /* @2023-04-27 추가 */
    .reservation_update_layer_popup_body_content .update-slide {
        position: absolute;
        margin-top: 45%;
    }

        .reservation_update_layer_popup_body_content .update-slide .swiper-slide img {
            width: 90%;
            max-width: 90%;
            height: auto;
        }

    .reservation_update_layer_popup_body_content .swiper-button-prev {
        width: 17px;
        height: 31px;
        margin-top: -16px;
        left: 9%;
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/common/update_layer_popup_body_content_arrow_prev.png');
        background-size: 17px 31px;
    }

    .reservation_update_layer_popup_body_content .swiper-button-next {
        width: 17px;
        height: 31px;
        margin-top: -16px;
        right: 9%;
        background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/common/update_layer_popup_body_content_arrow_next.png');
        background-size: 17px 31px;
    }
/* //@2023-04-27 추가 */
/* //reservation update layer popup */
/* //@2023-04-17 추가 */

/* reservation reward popup 1 */
.reservation_reward_layer_popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0,0,0,.8);
    overflow: auto;
    z-index: 9999;
}

    .reservation_reward_layer_popup::before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.05em;
    }

    .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_body {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: auto;
        width: auto;
        max-width: 1260px;
        height: auto;
        transform: translate(-50%, -50%);
    }

    .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_body_wrap {
        position: relative;
        display: block;
        width: auto;
        height: auto;
        font-size: 0;
        line-height: 0;
        background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section1/reservation_reward_popup_1_bg.png') center no-repeat;
        background-size: contain;
    }

    .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_bg {
        opacity: 0;
    }

    .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_body_close_btn {
        position: absolute;
        top: 5px;
        right: -60px;
    }

    .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_body_content {
        position: absolute;
        top: 50px;
        left: 0;
        display: block;
        width: 100%;
        height: auto;
    }

    .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_body_content_title {
        display: block;
        width: auto;
        height: auto;
    }

    .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_body_content_items {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        width: 90%;
        height: auto;
        margin: 25px 5% 0 5%;
    }

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_body_content_items.first {
            justify-content: flex-start;
            margin: 0 5%;
        }

    .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_body_content_item {
        flex: 0 0 calc(50% - 40px);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-items: flex-start;
        width: calc(50% - 40px);
        height: auto;
        max-height: none;
        min-height: auto;
        margin: 0;
    }

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_body_content_item:nth-child(1),
        .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_body_content_item:nth-child(3) {
            margin-right: 40px;
        }

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_body_content_item:nth-child(2),
        .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_body_content_item:nth-child(4) {
            margin-left: 40px;
        }

    .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_body_content_items.first .reservation_reward_layer_popup_body_content_item {
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-items: flex-start;
        width: auto;
        height: auto;
        margin: 30px 0 0 0;
    }

    .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_body_content_item_text {
        position: relative;
        margin: 12px 0 0 0;
        padding: 0 0 0 40px;
        font-size: 20px;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: normal;
        color: #ada390;
    }

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_body_content_item_text.type2 {
            padding-left: 0;
            font-size: 16px;
            font-weight: 700;
            line-height: 100%;
            color: #ffc864;
        }

    .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_body_content_item_text_number {
        position: absolute;
        top: -8px;
        left: 0;
        width: auto;
        height: auto;
        margin: 0;
        padding: 8px 10px;
        font-size: 17px;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: normal;
        color: #efdec0;
        background: #67583c;
    }

    .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_body_content_item_image {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_body_content_item_image img {
            width: 100%;
            max-width: 100%;
            height: auto;
        }
    /* //reservation reward popup 1 */

    /* reservation reward popup 2 */
    .reservation_reward_layer_popup[data-target="reservation_reward_popup_2"] .reservation_reward_layer_popup_body {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: auto;
        width: auto;
        max-width: 1260px;
        height: auto;
        transform: translate(-50%, -50%);
    }

    .reservation_reward_layer_popup[data-target="reservation_reward_popup_2"] .reservation_reward_layer_popup_body_wrap {
        position: relative;
        display: block;
        width: auto;
        height: auto;
        font-size: 0;
        line-height: 0;
        background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section1/reservation_reward_popup_2_bg.png') center no-repeat;
        background-size: contain;
    }

    .reservation_reward_layer_popup[data-target="reservation_reward_popup_2"] .reservation_reward_layer_popup_bg {
        opacity: 0;
    }

    .reservation_reward_layer_popup[data-target="reservation_reward_popup_2"] .reservation_reward_layer_popup_body_close_btn {
        position: absolute;
        top: 5px;
        right: -60px;
    }

    .reservation_reward_layer_popup[data-target="reservation_reward_popup_2"] .reservation_reward_layer_popup_body_content {
        position: absolute;
        top: 50px;
        left: 0;
        display: block;
        width: 100%;
        height: auto;
    }

    .reservation_reward_layer_popup[data-target="reservation_reward_popup_2"] .reservation_reward_layer_popup_body_content_title {
        display: block;
        width: auto;
        height: auto;
    }

    .reservation_reward_layer_popup[data-target="reservation_reward_popup_2"] .reservation_reward_layer_popup_body_content_items {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        width: 86%;
        height: auto;
        margin: 25px 7% 0 7%;
    }

    .reservation_reward_layer_popup[data-target="reservation_reward_popup_2"] .reservation_reward_layer_popup_body_content_item {
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-items: flex-start;
        width: auto;
        height: auto;
        max-height: none;
        min-height: auto;
        margin: 15px 0 0 0;
        padding: 0;
    }

    .reservation_reward_layer_popup[data-target="reservation_reward_popup_2"] .reservation_reward_layer_popup_body_content_item_text {
        position: relative;
        margin: 0;
        padding: 0 0 0 50px;
        font-size: 17px;
        font-weight: 200;
        line-height: 140%;
        letter-spacing: normal;
        color: #efdec0;
        text-align: left;
    }

    .reservation_reward_layer_popup[data-target="reservation_reward_popup_2"] .reservation_reward_layer_popup_body_content_item_text_number {
        position: absolute;
        top: -5px;
        left: 0;
        width: auto;
        min-width: 40px;
        height: auto;
        margin: 0;
        padding: 8px 8px;
        font-size: 17px;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: normal;
        color: #efdec0;
        text-align: center;
        background: rgba(0, 0, 0, 0.3);
    }

    .reservation_reward_layer_popup[data-target="reservation_reward_popup_2"] .reservation_reward_layer_popup_body_content_item_image {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_2"] .reservation_reward_layer_popup_body_content_item_image img {
            width: 100%;
            max-width: 100%;
            height: auto;
        }
    /* //reservation reward popup 2 */

    /* reservation reward popup 3 */
    .reservation_reward_layer_popup[data-target="reservation_reward_popup_3"] .reservation_reward_layer_popup_body {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: auto;
        width: auto;
        max-width: 1260px;
        height: auto;
        transform: translate(-50%, -50%);
    }

    .reservation_reward_layer_popup[data-target="reservation_reward_popup_3"] .reservation_reward_layer_popup_body_wrap {
        position: relative;
        display: block;
        width: auto;
        height: auto;
        font-size: 0;
        line-height: 0;
        background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section1/reservation_reward_popup_3_bg.png') center no-repeat;
        background-size: contain;
    }

    .reservation_reward_layer_popup[data-target="reservation_reward_popup_3"] .reservation_reward_layer_popup_bg {
        opacity: 0;
    }

    .reservation_reward_layer_popup[data-target="reservation_reward_popup_3"] .reservation_reward_layer_popup_body_close_btn {
        position: absolute;
        top: 5px;
        right: -60px;
    }

    .reservation_reward_layer_popup[data-target="reservation_reward_popup_3"] .reservation_reward_layer_popup_body_content {
        position: absolute;
        top: 40px;
        left: 0;
        display: block;
        width: 100%;
        height: auto;
    }

    .reservation_reward_layer_popup[data-target="reservation_reward_popup_3"] .reservation_reward_layer_popup_body_content_title {
        display: block;
        width: auto;
        height: auto;
    }

    .reservation_reward_layer_popup[data-target="reservation_reward_popup_3"] .reservation_reward_layer_popup_body_content_table {
        width: 90%;
        height: auto;
        margin: 20px auto 0 auto;
        padding: 0;
        table-layout: fixed;
        border-collapse: unset;
        border-spacing: 0;
    }

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_3"] .reservation_reward_layer_popup_body_content_table thead th {
            padding: 10px 0;
            font-size: 17px;
            font-weight: 700;
            line-height: 100%;
            color: #080909;
            background: #bda26f;
            border-left: 1px solid #776a4f;
        }

            .reservation_reward_layer_popup[data-target="reservation_reward_popup_3"] .reservation_reward_layer_popup_body_content_table thead th:nth-child(1) {
                border-left: 0;
            }

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_3"] .reservation_reward_layer_popup_body_content_table tbody td {
            padding: 10px 0;
            font-size: 16px;
            font-weight: 200;
            line-height: 100%;
            color: #efdec0;
            border-left: 1px solid #776a4f;
            border-bottom: 1px solid #776a4f;
        }

            .reservation_reward_layer_popup[data-target="reservation_reward_popup_3"] .reservation_reward_layer_popup_body_content_table tbody td:nth-child(1) {
                border-left: 0;
            }

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_3"] .reservation_reward_layer_popup_body_content_table tbody tr.type2 td {
            font-weight: 700;
            color: #ffc864;
            background: rgba(0, 0, 0, 0.3);
        }
/* //reservation reward popup 3 */

/* @2022-07-18 추가 */
/* section3 layer popup */
.section3_layer_popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0,0,0,.8);
    overflow: auto;
    z-index: 9999;
}

    .section3_layer_popup::before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.05em;
    }

.section3_layer_popup_body {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    margin: auto;
    transform: translate(-50%, -50%);
}

.section3_layer_popup_body_wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
}

.section3_layer_popup_close_btn {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: -40px;
    width: auto;
    height: auto;
    z-index: 9999;
}

.section3_layer_popup_body_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    left: -10px;
    width: 100%;
    height: 100%;
    margin: auto;
}

.section3_layer_popup_body_content_message {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #d2ccc8;
}

.section3_layer_popup_body_content_btns {
    display: block;
    width: 60%;
    height: auto;
    margin: 30px auto 0 auto;
}

.section3_layer_popup_body_content_btn {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 10px 50px;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    color: #f9f4e4;
    border: 0;
    border-radius: 10px;
    background: #523632;
}

    .section3_layer_popup_body_content_btn:hover {
        color: #996262;
    }
/* //section3 layer popup */
/* //@2022-07-18 추가 */


/* 2022-07-26 추가 */
.section3_event_1_layer_popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0,0,0,.8);
    overflow: auto;
    z-index: 9999;
}

    .section3_event_1_layer_popup::before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.05em;
    }

.section3_event_1_layer_popup_body {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    margin: auto;
    transform: translate(-50%, -50%);
}

.section3_event_1_layer_popup_body_wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
}

.section3_event_1_layer_popup_close_btn {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: -40px;
    width: auto;
    height: auto;
    z-index: 9999;
}

.section3_event_1_layer_popup_body_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    left: -10px;
    width: 100%;
    height: 100%;
    margin: auto;
}

.section3_event_1_layer_popup_body_content_message {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #d2ccc8;
}

.section3_event_1_layer_popup_body_content_btns {
    display: block;
    width: 60%;
    height: auto;
    margin: 30px auto 0 auto;
}

.section3_event_1_layer_popup_body_content_btn {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 10px 50px;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    color: #f9f4e4;
    border: 0;
    border-radius: 10px;
    background: #523632;
}

    .section3_event_1_layer_popup_body_content_btn:hover {
        color: #996262;
    }

.section3_event_1_2_layer_popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0,0,0,.8);
    overflow: auto;
    z-index: 9999;
}

    .section3_event_1_2_layer_popup::before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.05em;
    }

.section3_event_1_2_layer_popup_body {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    margin: auto;
    transform: translate(-50%, -50%);
}

.section3_event_1_2_layer_popup_body_wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
}

.section3_event_1_2_layer_popup_close_btn {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: -40px;
    width: auto;
    height: auto;
    z-index: 9999;
}

.section3_event_1_2_layer_popup_body_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    left: -10px;
    width: 100%;
    height: 100%;
    margin: auto;
}

.section3_event_1_2_layer_popup_body_content_message {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #d2ccc8;
}

.section3_event_1_2_layer_popup_body_content_btns {
    display: block;
    width: 60%;
    height: auto;
    margin: 30px auto 0 auto;
}

.section3_event_1_2_layer_popup_body_content_btn {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 10px 50px;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    color: #f9f4e4;
    border: 0;
    border-radius: 10px;
    background: #523632;
}

    .section3_event_1_2_layer_popup_body_content_btn:hover {
        color: #996262;
    }

.section3_event_2_layer_popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0,0,0,.8);
    overflow: auto;
    z-index: 9999;
}

    .section3_event_2_layer_popup::before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.05em;
    }

.section3_event_2_layer_popup_body {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    margin: auto;
    transform: translate(-50%, -50%);
}

.section3_event_2_layer_popup_body_wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
}

.section3_event_2_layer_popup_close_btn {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: -40px;
    width: auto;
    height: auto;
    z-index: 9999;
}

.section3_event_2_layer_popup_body_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    left: -10px;
    width: 100%;
    height: 100%;
    margin: auto;
}

.section3_event_2_layer_popup_body_content_message {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #d2ccc8;
}

.section3_event_2_layer_popup_body_content_btns {
    display: block;
    width: 60%;
    height: auto;
    margin: 30px auto 0 auto;
}

.section3_event_2_layer_popup_body_content_btn {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 10px 50px;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    color: #f9f4e4;
    border: 0;
    border-radius: 10px;
    background: #523632;
}

    .section3_event_2_layer_popup_body_content_btn:hover {
        color: #996262;
    }
/* 2022-07-26 추가 */

/* @2023-09-05 추가*/
@media (max-width: 3840px) {


    /* @2024-03-25 수정*/
    .section0_wrap {
        left: 10vw
    }

    .section0_title img {
        height: 48vh
    }
    /* //@2024-03-25 수정*/

    .section0_reservation_btn2_item {
        position: relative;
        top: -30px;
    }

    .section0_reservation_btn_item_anchor img {
        height: 4vh
    }

    .section1_wrap2 {
        top: -9vh;
        left: -12vw;
    }

    .section1_reward_text img {
        height: 18vh;
    }

    .section1_wrap {
        top: 5vh;
        left: -12vw;
    }

    .section1_reservation_reward {
        width: 20vw;
    }

    .section1_reward_detail_notice img {
        width: 18vw;
        margin-left: 8px
    }
}

/* @2023-09-14-3 수정*/ 

@media (max-width: 2560px) {
/* @2024-03-25 수정*/
.section0_wrap {left:8vw}
.section0_title img{height: 48vh}
/* //@2024-03-25 수정*/
.section1_wrap2 {top:-7vh; left:-4vw; }
.section1_reward_text img{height:20vh;}

.section1_wrap {top: 10vh; left:-3vw; width:45vw;}
.section1_reservation_reward {width:728px; margin-left:-25px}
.section1_reward_detail_notice img{width:650px; margin-left:-15px}

}

@media (max-width: 2048px) {

    /* @2024-03-25 수정*/
    .section0_wrap {
        left: 7vw
    }

    .section0_title img {
        height: 40vh;
    }
    /* //@2024-03-25 수정*/

    .section1_wrap2 {
        top: -10vh;
        left: -3vw;
    }

    .section1_reward_text img {
        height: 20vh;
    }

    .section1_wrap {
        top: 10vh;
        left: -7vw;
        width: 45vw;
    }

    .section1_reservation_reward {
        width: 109%;
        margin-left: -25px
    }

    .section1_reward_detail_notice img {
        width: 630px;
        margin-left: -15px
    }

    #section1.loaded .fp-bg {
        background-position: 31%;
    }
    /* //@2023-09-14-1 추가*/


    /* @2023-09-14-3 수정*/ 
@media (max-width: 1920px) {
/* @2024-03-25 수정*/     
.section0_wrap {left:8vw}
.section0_title img{height: 48vh;}
.section0_reservation_btn2_item {position: relative; top:-80px;}
/* //@2024-03-25 수정*/
.section0_reservation_btn2_item img {height:10vh;}
.section0_reservation_btn_item_anchor img{height: 5vh}

.section1_wrap2 {top:-10vh; left:7vw; }
.section1_reward_text img{height:20vh;}

.section1_wrap {top: 10vh; left:5vw; width:35vw;}
.section1_reservation_reward {width:700px; margin-left:0px}
.section1_reward_detail_notice img{width:630px; margin-left:5px}
}

    /* @2023-09-12 삭제*/

    /*@media (min-width: 2000px) {

        #section1.loaded .fp-bg {
            background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section1/section1_bg.jpg?v=2');
            background-position: 10% top;
        }
    }*/



    @media (min-width: 1601px) {

        .container {
            padding: 0;
        }
    }

    @media (min-width: 961px) {
        .mission-slide {
            width: 85%;
            margin: 50px auto 0 auto;
            overflow: hidden;
        }

            .mission-slide .swiper-wrapper {
                transform: unset !important;
            }

            .mission-slide .swiper-pagination {
                display: none;
            }
    }

    @media (max-width:1600px) {
        .header_inner {
            justify-content: flex-start;
        }

            .header_inner.container {
                position: relative;
            }
            /* @2022-07-15 수정 */
            .header_inner .header_logo {
                padding-left: 20px;
            }
        /* //@2022-07-15 수정 */
        .header_menu {
            flex: 1 1 auto;
        }

        .header_social_menu {
            position: relative;
            top: auto;
            right: auto;
        }
    }

    @media (max-width:1500px) {
        .section3_disclaimer_items {
            width: 80%;
        }

        /* @2023-04-17 추가 */
        #section1.loaded .fp-bg {
            background-position-x: 50%;
            background-position-y: 0;
        }

        .section1_wrap {
            top: 5vh;
            left: 2vw;
            width: 35vw;
        }

        .section1_wrap2 {
            top: -12vh;
            left: 5vw;
        }

        .section1_reward_text img {
            height: 22vh;
        }

        .section1_pagination {
            right: 50px;
        }

        .section1_reward_text {
            font-size: 46px;
        }

        .reservation_update_layer_popup_body {
            transform: translate(-50%, -50%) scale(0.65);
        }
        /* //@2023-04-17 추가 */
    }

    @media (max-width:1400px) {
        .section3_disclaimer_items {
            width: 85%;
        }
    }

    @media (max-width:1360px) {
        .section1_text_1 {
            font-size: 26px;
        }

        .section1_text_2 {
            font-size: 18px;
        }

        .section1_text_3 {
            font-size: 66px;
        }

        .section2_disclaimer_item {
            flex-direction: column;
        }

            .section2_disclaimer_item p {
                flex: 0 0 auto;
                width: 100%;
            }

        .section3_disclaimer_item {
            flex-direction: column;
        }

            .section3_disclaimer_item p {
                flex: 0 0 auto;
                width: 100%;
            }

        .character_visual_arrow_prev {
            left: -10px;
            width: 50px;
            height: 50px;
        }

        .character_visual_arrow_next {
            right: -10px;
            width: 50px;
            height: 50px;
        }

        .section5_character_info_stat_items {
            width: 90%;
        }

        .section5_character_info_speed_items {
            width: 90%;
        }

        .section5_character_info_class_items {
            width: 90%;
        }
    }

    @media (max-width:1300px) {

        .section2_event_left_title {
            font-size: 40px;
        }

        .section2_event_right_title {
            font-size: 40px;
        }

        .section3_disclaimer_items {
            width: 100%;
        }

        .section3_disclaimer_item.grid-2.left {
            flex: 0 0 60%;
        }

        .section3_disclaimer_item.grid-2.right {
            flex: 0 0 40%;
        }
    }

    @media (max-width:1250px) {
        #section1 .container.full-width .inner {
            text-align: center;
        }
        /* @2022-07-15 수정 */
        /*.section1_wrap {display:flex; flex-direction:column; align-items:center; justify-content:center; width:auto; height:auto;}*/
        /* //@2022-07-15 수정 */

        /* @2023-04-17 추가 */
        .section1_wrap {
            left: -2vw;
            width: 50vw;
        }

        .section1_wrap2 {
            left: 2vw;
        }

        .section1_pagination {
            right: 20px;
        }

        .section1_reward_text {
            font-size: 34px;
        }

        .reservation_update_layer_popup_body {
            transform: translate(-50%, -50%) scale(0.6);
        }
        /* //@2023-04-17 추가 */


        .section1_text_1 {
            font-size: 32px;
        }

        .section1_text_2 {
            font-size: 70px;
        }

        .section1_text_3 {
            font-size: 50px;
        }

        .section1_disclaimer .inner {
            text-align: left !important;
        }

        .section2_mission_item {
            min-height: 380px;
        }

        .section2_mission_item_title {
            width: calc(100% - 40px);
            margin: 30px 20px 20px 20px;
        }

        .section2_mission_item_text {
            font-size: 18px;
        }

            .section2_mission_item_text.has_medal_icon::before {
                width: 26px;
                height: 26px;
            }

        .section2_mission_item_app_text {
            font-size: 16px;
        }

        .section2_mission_item_app_anchor.btn {
            font-size: 18px;
        }

        .section2_mission_item_apps.type2 .section2_mission_item_app > img {
            max-width: 80px;
        }

        .section3_giveaway_title span {
            font-size: 20px;
        }
    }


    @media (max-width:1150px) {

        .section2_text_2 {
            font-size: 70px;
        }

        .section2_text_3 {
            font-size: 18px;
        }

        .section2_event {
            min-height: 500px;
        }

        .section2_event_left {
            flex: 0 0 calc(55% - 70px);
            width: calc(55% - 70px);
            margin: 0 20px 0 50px;
        }

        .section2_event_right {
            flex: 0 0 calc(45% - 70px);
            width: calc(45% - 70px);
            margin: 0 50px 0 20px;
        }

        .section2_mission_item {
            min-height: 360px;
        }

        .section2_mission_item_text {
            font-size: 16px;
        }

            .section2_mission_item_text.has_medal_icon::before {
                width: 22px;
                height: 22px;
            }

        .section2_mission_item_app_text {
            font-size: 14px;
        }

        .section2_mission_item_app_anchor.btn {
            font-size: 16px;
        }
    }

    @media (max-width:1100px) {

        /* @2021-04-10 수정 */
        .header_menu_item {
            padding: 0 0 0 10vw;
        }
        /* @2021-04-10 수정 */
    }

    @media (max-width:1050px) {
        .section2_mission_item {
            min-height: 340px;
        }
    }

    @media (max-width:960px) {
        /* 2024-03-13 추가 */
        .item_text {
            position: relative;
            right: -80px;
            bottom: -10px;
        }
        /* //2024-03-13 추가 */     

        .only_pc {
            display: none !important;
        }

        .only_mo {
            display: block !important;
        }

        .container {
            max-width: 100%;
            padding: 0;
        }

        /* header */
        .header_inner.container {
            justify-content: space-between;
        }

        /* 2024-03-27-1 수정 */
        .header_logo {
            display: flex;
            position: absolute;
            left: 33px
        }

            .header_logo img {
                width: 13vw;
            }
        /* //2024-03-27-1 수정 */ 


        /* 2022-07-18 수정 */
        .header_menu {
            flex: 0 0 auto;
            width: auto;
            padding: 0;
            text-align: left;
        }
        /* //2022-07-18 수정 */
        .header_menu_btn {
            display: inline-block;
            width: 80px;
            height: 80px;
            font-size: 0;
            line-height: 0;
            background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/common/header_menu_btn.png') left center no-repeat;
            background-size: 80% auto;
        }

            .header_menu_btn img {
                opacity: 0;
            }

        .header_menu_items {
            flex-direction: column;
            position: absolute;
            top: 80px;
            left: -100vw;
            width: 50%;
            height: calc(100vh - 80px);
            padding: 40px 0 0 0;
            background: rgba(11, 3, 1, 0.7);
            transition: left 300ms ease-in-out;
        }

            .header_menu_items.show {
                left: 0;
            }

        .header_menu_item {
            align-items: flex-start;
            width: 100%;
            padding: 20px 0 20px 5vw;
            border-top: 1px solid rgba(49, 30, 28, 1);
        }

            .header_menu_item:nth-child(1) {
                padding-left: 5vw;
                border-top: 0;
            }

            .header_menu_item .header_menu_item_anchor {
                color: rgba(255, 255, 255, 0.6);
            }

            .header_menu_item.active .header_menu_item_anchor {
                color: rgba(255, 255, 255, 1);
            }

        .header_social_menu {
        }

        .header_social_menu_item {
            max-width: 50px;
            padding: 0;
        }

        .header_social_menu_item_anchor {
            position: relative;
            display: block;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            transform: scale(1.2);
        }
            /* @2023-04-17 수정 */
            .header_social_menu_item_anchor.naver_cafe {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/common/social_icon_naver_cafe_mo.png');
            }

            .header_social_menu_item_anchor.discord {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/common/social_icon_discord_mo.png');
            }

            .header_social_menu_item_anchor.kakao {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/common/social_icon_kakao_mo.png');
            }

            .header_social_menu_item_anchor.youtube {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/common/social_icon_youtube_mo.png');
            }

            .header_social_menu_item_anchor.share_url {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/common/social_icon_btn_mo.png');
            }
            /* @2023-04-17 수정 */
            .header_social_menu_item_anchor img.only_mo {
                opacity: 0;
            }
        /* //header */

        /* section0 */
        /* @2023-11-21 수정 */

        #section0 {background-image:url('https://images.thumbage.co.kr/images/dekaron/boosting_240314/pc/end/section0_bg_mo.jpg'); background-size: cover;}
        #section0 .container {display:flex; flex-direction:column; align-items:flex-end; justify-content:center;}
      
        /* @2024-03-13 수정 */
        .section0_wrap {justify-content:flex-start; left:auto; width:100%; margin:20vh 0 0 0; top:6vh; right:1vw}
        /* //@2024-03-13 수정 */

        /* @2024-03-27-1 수정 */
        .section0_slogan {
            width: 100%;
            display: none;
        }
            /* //@2024-03-27-1 수정 */
            /* //@2021-06-23 수정 */

            /* @2023-04-17 수정 */
            .section0_slogan img {
                width: auto;
                max-width: 42%;
                height: auto;
            }
        /* //2023-04-17 추가 */

        /* 2023-12-05 수정 */
        .section0_text_1 {
            width: calc(90vw);
            height: 100%;
            margin: 0 auto;
        }

            .section0_text_1::after {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_240314/pc/end/section0_text_1_mo.png');
            }

        /* 2024-03-13 수정 */
        .section0_reservation_btn2_item {
            margin-top: -5vh;
        }

        .section0_reservation_btn2_item img {
            width: calc(120vw * 301 / 640);
            max-width: 310px;
            height: auto;
        }


        .section0_title {
            width: 100%;
            margin: 0px 0 0 0;
        }



        .section0_play_btn {
            width: 100%;
            margin-top: -7vh;
            z-index: 100;
        }

        .section0_play_btn_anchor {
            max-width: 20%;
        }

            .section0_play_btn_anchor img {
                width: 37vw;
                margin-left: -8vw;
            }

        .section0_reservation_btn {
            width: 100%;
            margin-top: -3vh;
        }
        /* //2024-03-13 수정 */

        /* @2022-03-15 수정_2 */
        .section0_reservation_btn_anchor {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 80%;
        }

        .section0_reservation_btn_anchor_text {
            font-size: 15px;
            line-height: 140%;
        }
        /* //@2022-03-15 수정_2 */

        /* @2021-04-10 추가 */
        .section0_reservation_btn_items {
            flex-wrap: nowrap;
            justify-content: center;
            width: auto;
        }

        .section0_reservation_btn_item {
            padding-top: 10px;
        }

        .section0_reservation_btn_item_anchor {
            display: block;
            width: 100%;
            height: auto;
            padding-bottom: 3px
        }

            .section0_reservation_btn_item_anchor img {
                height: 5vh;
            }

        /* //@2021-04-10 추가 */

        /* @2021-06-23 추가 */
        .section0_floating_banner {
            display: block;
            position: fixed;
            top: auto;
            right: auto;
            bottom: 0;
            left: 0;
            width: 100%;
            height: auto;
            margin: 0;
            padding: 20px 0;
            text-align: center;
            background: #a92727;
        }

            .section0_floating_banner a {
                display: inline-block;
                position: relative;
                width: auto;
                height: auto;
                margin: 0;
                padding: 0;
                font-size: 40px;
                font-weight: 700;
                line-height: 100%;
                color: rgba(0, 0, 0, 0);
                user-select: none;
                transition: font-size 200ms ease-in-out;
            }

                .section0_floating_banner a::after {
                    content: "";
                    display: inline-block;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section0/section0_floating_banner_text.png') center no-repeat;
                    background-size: contain;
                }

            .section0_floating_banner img {
                width: 100%;
                max-width: 180px;
                height: auto;
            }

        .section0_floating_banner {
            display: none !important;
        }
        /* //@2021-06-23 추가 */
        /* //section0 */

        /* section1 */

        /* @2023-04-17 수정 */
        #section1.loaded .fp-bg {
            width: calc(100vw * 750 / 750);
            background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section1/section1_bg_mo.jpg');
            background-repeat: repeat-y;
            background-position: center calc(100vw *(-550)/ 750);
        }

        .section1_contents {
            display: inline-block;
        }
        /*.section1_wrap {position:absolute; left:50%; top: 12vh; width:43%; height:100%; transform: scale(0.9);}
    .section1_wrap2 {position:absolute; left:-1vw; top:18vh; transform: scale(0.9);}*/
        .section1_wrap {
            position: relative;
            width: 100%;
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
            transform: scale(1);
            top: 0;
            left: 0;
        }
        /*.section1_wrap2 {position:relative;width:100%; max-width:500px; margin-left:auto; margin-right:auto; min-height: calc(100vw * 1100 / 750); left:-100; transform: scale(1); top:0px;}*/

        .section1_wrap2 {
            top: 13vh;
            left: 0vw;
            position: relative;
            width: 100%;
            height: 86vh
        }

        .section1_text_2::after {
            background: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section1/section1_text_2.png') center no-repeat;
            background-size: contain;
            top: 0px;
            left: 8vw;
        }
        /*
    .section1_reward_text {position:absolute; font-size: 28px; margin-top: calc(100vw * 100 / 750)}    
    .section1_reward_text::after {background:url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section1/section1_reward_text_mo.png') center no-repeat; background-size:contain;}
    */
        .section1_reward_text {
            position: absolute;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            top: -5vh;
        }

            .section1_reward_text img {
                width: 110%;
                height: 110%;
            }

        .section1_reward_btn {
            padding-top: 35%;
        }

            .section1_reward_btn img {
                width: calc(100vw * 315 / 750);
            }

        .section1_reward_detail_notice {
            margin-top: 20px;
        }

        .section1_reward_detail_notice_text {
            margin-left: -10px;
        }

        .section1_reward_detail_notice img {
            width: 100%;
        }

        /* //@2023-04-17 수정 */

        .section1_mobile_bg {
            display: block;
            position: relative;
            font-size: 0;
            line-height: 0;
            background-repeat: no-repeat;
            background-position: center top;
            background-size: cover;
            background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section1/section1_bg_mo.jpg');
        }

            .section1_mobile_bg img {
                width: 100%;
                height: 60vh;
                max-height: 60vh;
                opacity: 0;
            }


        /* @2023-04-17 수정 */
        .section1_text_wrap {
            align-items: center;
            width: 100%;
            top: auto;
            right: auto;
            margin: calc(0vw * 164 / 750) 0 0 0;
        }
        /* @//2023-04-17 수정 */

        /* @2022-07-18 추가 */
        .section1_text_logo img {
            width: 80%;
            max-width: 150px;
            height: auto;
        }
        /* //@2022-07-18 추가 */

        .section1_character {
            display: none;
        }

        /* @2021-07-18 수정 */
        /* @2021-06-22 수정 */

        /* @2023-04-17 수정 */
        .section1_reservation_reward {
            flex-direction: column-reverse;
            width: 100%;
            min-width: 100%;
            max-width: 100%;
            height: auto;
            max-height: none;
            margin-top: -30px;
            overflow: hidden;
            background-image: URL('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section1/section1_reservation_reward_bg_mo.png');
        }
        /* @//2023-04-17 수정 */
        .section1_reservation_reward_title {
            font-size: 48px;
            line-height: 120%;
        }

        .section1_reservation_reward_pack {
            margin-top: 30px;
            padding: 0 15px;
        }

            .section1_reservation_reward_pack img {
                width: 100%;
                max-width: 100%;
                height: auto;
            }

        .section1_reservation_reward_pack_more {
            top: 10px;
            right: 10%;
            width: 40px;
            height: 40px;
        }
        /* //@2021-06-22 수정 */
        /* //@2021-07-18 수정 */

        /* @2021-06-22 추가 */
        .section1_reservation_reward_pack_text_1 {
            font-size: 20px;
            white-space: nowrap;
        }

        .section1_reservation_reward_pack_text_2 {
            font-size: 30px;
        }

            .section1_reservation_reward_pack_text_2::after {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section1/section1_reservation_reward_pack_text_2_bg_mo.png');
            }

        .section1_reservation_reward_pack_text_3_block span {
            font-size: 14px;
        }
        /* @2021-06-22 추가 */

        /* @2023-04-17 수정 */
        .section1_reservation_reward_form {
            flex: 0 0 auto;
            width: 100%;
            text-align: center;
            padding: 50px 10px;
        }

        .section1_reservation_reward_form_mobile_os {
            justify-content: center;
            margin: 20px 0 20px 0;
            padding: 0 15px;
        }

        .section1_reservation_reward_form_mobile_os_item:nth-child(1) {
            margin-right: 20px;
        }

        .section1_reservation_reward_form_mobile_os_item label img {
            max-width: 80px;
        }

        .section1_reservation_reward_form_item {
            position: relative;
            flex-wrap: nowrap;
            justify-content: space-between;
            width: calc(100% - 40px);
            margin: 10px auto 0 auto;
            border-bottom: 0 !important;
        }

            .section1_reservation_reward_form_item img {
                width: 60vw;
            }

            .section1_reservation_reward_form_item.px {
                padding: 0px 10px
            }

            .section1_reservation_reward_form_item .auth_text {
                width: 70px;
                font-size: 14px;
            }
            /* @//2023-04-17 수정 */

            /* @2021-07-18 수정 */
            /*.section1_reservation_reward_form_item::before {content:""; display:inline-block; position:absolute; bottom:50px; left:0; width:100%; height:1px; background:#701d1d;}*/
            .section1_reservation_reward_form_item::before {
                display: none;
            }
            /* //@2021-07-18 수정 */

            .section1_reservation_reward_form_item.type_2::before {
                bottom: 60px;
            }

            .section1_reservation_reward_form_item.no-after::before {
                display: none;
            }

        .section1_reservation_reward_form_agree_items::before {
            display: none;
        }

        .bootstrap-select.phone1 > .dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner {
            font-size: 26px;
            line-height: 120%;
        }

        /* @2021-07-18 수정 */
        /* @2022-07-15 수정 */
        .section1_reservation_reward_form_item .phone1 {
            width: 50px;
            padding: 15px 0;
            font-size: 15px;
            font-weight: 500;
            line-height: 100%;
            color: #342c28;
            background: transparent;
        }
        /* @2022-07-15 수정 */
        .section1_reservation_reward_form_item .phone2 {
            width: calc(100% - 120px);
            margin: 0;
            font-size: 12px;
            font-weight: 300;
            line-height: 140%;
        }
        /* //@2021-07-18 수정 */

        /* @2023-04-17 추가 */
        .section1_reservation_reward_form_item .section1_reservation_reward_form_item_btn {
            flex: 0 0 auto;
            display: block;
            position: relative;
            width: 70px;
            margin: 0;
            padding: 5px 0;
            font-size: 11px;
            text-align: center;
        }
        /* //@2023-04-17 추가 */

        .section1_reservation_reward_form_item.type_2 .section1_reservation_reward_form_item_btn {
            margin: 25px 0 0 0;
        }
        /* @2021-07-18 수정 */
        .section1_reservation_reward_form_item .auth_number_verify {
            padding: 15px 0;
            font-size: 12px;
            line-height: 140%;
        }
        /* //@2021-07-18 수정 */

        .section1_reservation_reward_form_agree_item {
            align-items: center;
        }

            /* @2023-04-17 수정 */
            .section1_reservation_reward_form_agree_item label {
                font-size: 11px;
                font-weight: 300;
            }

            .section1_reservation_reward_form_agree_item .section1_reservation_reward_form_item_btn {
                width: 90px;
                flex: 0 0 90px;
                margin: 0;
                padding: 5px 0;
            }

        .section1_reservation_reward_form_submit_btn {
            font-size: 14px;
            padding: 20px 0 0 0;
        }
        /* @//2023-04-17 수정 */

        .section1_reservation_reward_store_items {
            display: inline-flex;
            justify-content: center;
            width: auto;
            max-width: none;
        }

        .section1_reservation_reward_store_item_anchor {
        }

            .section1_reservation_reward_store_item_anchor img.only_mo {
                width: 70%;
                max-width: 70%;
                margin: 0 auto;
            }

        .section1_disclaimer {
            position: relative;
            top: auto;
            left: auto;
            background: rgba(0, 0, 0, 1);
        }

            .section1_disclaimer p {
                word-break: keep-all;
            }

        .section1_reservation_reward_form_item_division {
        }

        .section1_reservation_reward_img {
            flex: 0 0 auto;
            width: 100%;
            text-align: center;
        }

        .section1_text_4::after {
            background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section1/section1_text_4_mo.png');
        }

        .section1_text_5_block {
            background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section1/section1_text_5_bg_mo.png');
        }

        .section1_text_5::after {
            background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section1/section1_text_5_mo.png');
        }

        .section1_reservation_reward_social_icons {
            padding: 0 0 30px 0;
        }

        .section1_reservation_reward_social_icon {
            flex: 0 0 calc(25% - 10px);
            width: calc(25% - 10px);
            margin: 0 5px;
        }

            .section1_reservation_reward_social_icon img {
                width: 80%;
                max-width: 80%;
                height: auto;
                margin: 0 auto;
            }

        .section1_reservation_reward_popup_btn_items {
            display: flex !important;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: center;
            justify-content: flex-start;
            width: 100%;
            height: auto;
            min-height: 50px;
            margin: 20px 0 0 0;
            padding: 0;
            background: #161b20;
        }

        .section1_reservation_reward_popup_btn_item {
            flex: 0 0 calc(100% / 3);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: calc(100% / 3);
            height: auto;
        }

        .section1_reservation_reward_popup_btn_item_anchor {
            flex: 0 0 auto;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: center;
            justify-content: center;
            width: auto;
            height: auto;
        }

            .section1_reservation_reward_popup_btn_item_anchor img {
                width: 27px;
                max-width: 27px;
                height: auto;
            }

            .section1_reservation_reward_popup_btn_item_anchor span {
                padding-left: 10px;
                font-size: 16px;
                font-weight: 400;
                line-height: 100%;
                letter-spacing: -0.025em;
                color: #bdcdd7;
            }
        /* //section1 */

        /* section2 */

        /* @2021-03-26 수정 */
        #section2 .fp-bg {
            min-height: 1280px;
        }

        #section2.loaded .fp-bg {
            background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section2/section2_bg_mo.jpg');
            background-position: top left;
            background-size: 100% 100%;
        }
        /* //@2021-03-26 수정 */

        .section2_promotion {
            width: 100%;
            margin: 120px 0 0 0;
            padding: 0;
            border: 0;
            background: none;
        }

        .section2_text_1 {
            font-size: 50px;
            line-height: 100%;
            white-space: nowrap;
        }

            .section2_text_1::after {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section2/section2_text_1_mo.png');
                background-position: center;
            }

        .section2_text_2 {
            font-size: 70px;
            line-height: 120%;
            color: rgba(0, 0, 0, 0);
        }

            .section2_text_2::after {
                content: "";
                display: inline-block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section2/section2_text_2_mo.png') center no-repeat;
                background-size: contain;
            }

        .section2_text_3 {
            font-size: 24px;
            line-height: 120%;
        }

            .section2_text_3::after {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section2/section2_text_3_mo.png');
            }

        .section2_text_4_block {
            padding: 10px 50px;
            background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section2/section2_text_4_bg_mo.png');
            background-size: contain;
        }

        .section2_text_4 {
            font-size: 14px;
            line-height: 120%;
        }

            .section2_text_4::after {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section2/section2_text_4_mo.png');
            }

        .section2_promotion_content {
            width: calc(100% - 30px);
            max-width: 620px;
            margin: 30px auto 0 auto;
            background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section2/section2_promotion_bg_mo.png');
            background-position: center;
            background-repeat-x: no-repeat;
            background-repeat-y: repeat;
            background-color: rgba(41, 32, 32, 0.3);
            background-size: 100% auto;
        }

            .section2_promotion_content::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 75px;
                background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section2/section2_promotion_bg_mo_top.png');
                background-position: center top;
                background-repeat: no-repeat;
                background-color: rgba(41, 32, 32, 0.3);
                background-size: 100% auto;
            }

            .section2_promotion_content::after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 75px;
                background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section2/section2_promotion_bg_mo_bottom.png');
                background-position: center bottom;
                background-repeat: no-repeat;
                background-color: rgba(41, 32, 32, 0.3);
                background-size: 100% auto;
            }

        .mission-slide {
            width: 80%;
            margin: 30px auto 0 auto;
            padding: 40px 0 80px 0;
        }

        .section2_mission_items {
            flex-direction: column;
            flex-wrap: unset;
            width: calc(100% - 80px);
            margin: 0 40px;
            padding: 60px 0 60px 0;
        }

        .section2_mission_item {
            flex: 0 0 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            width: 100%;
            min-height: unset;
            margin: 15px 0 0 0;
            padding: 0 0 30px 0;
        }

            .section2_mission_item:nth-child(1) {
                margin: 0;
            }

            .section2_mission_item:nth-child(3) {
                margin: 15px 0 0 0;
            }

        .section2_mission_item_text {
            font-size: 15px;
        }

            .section2_mission_item_text.has_medal_icon {
                margin-top: 10px;
            }

        .section2_mission_item > a {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .section2_mission_item_title {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

            .section2_mission_item_title img {
                max-width: 300px;
            }

        .section2_mission_item > a .section2_mission_item_text {
        }

            .section2_mission_item > a .section2_mission_item_text.has_medal_icon {
                display: inline-flex;
                flex-direction: row;
                flex-wrap: nowrap;
                align-items: center;
                justify-content: center;
                padding-left: 0;
            }

                .section2_mission_item > a .section2_mission_item_text.has_medal_icon > img.only_mo {
                    margin-right: 10px;
                }

                .section2_mission_item > a .section2_mission_item_text.has_medal_icon::before {
                    background: none !important;
                }

        .section2_mission_item_apps {
            margin: 30px 0 0 0;
        }

        .section2_mission_item_app > img {
            max-width: 100px;
        }

        .section2_mission_item_app_text {
            font-size: 12px;
        }

        .section2_mission_item_app_anchor.btn {
            font-size: 15px;
        }

        .mission-slide .swiper-pagination {
            bottom: 35px;
        }

            .mission-slide .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
                width: 15px;
                height: 15px;
                background: #4e4848;
                opacity: 1;
            }

            .mission-slide .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
                background: #c91616;
            }

        .section2_disclaimer {
            position: relative;
            top: auto;
            left: auto;
            background: rgba(0, 0, 0, 1);
        }

        .section2_disclaimer_items {
            display: flex;
            width: 100%;
            max-width: 100%;
        }

        .section2_disclaimer_item {
            flex-direction: column;
            flex-wrap: unset;
        }

            .section2_disclaimer_item p {
                flex: 0 0 auto;
                position: relative;
                width: 100%;
                padding: 0 0 0 10px;
                font-size: 12px;
                line-height: 160%;
                color: rgba(255, 255, 255, 1);
                word-break: keep-all;
            }

                .section2_disclaimer_item p::before {
                    content: "-";
                    position: absolute;
                    top: 0;
                    left: 0;
                }

        .section2_event {
            flex-direction: column;
            min-height: auto;
            margin: 50px auto 0 auto;
            padding: 0 0 30px 0;
            background: none;
        }

        .section2_event_left {
            flex: 0 0 auto;
            width: 100%;
            margin: 0;
            padding: 30px 3%;
            background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section2/section2_event_bg_left_mo.png') center no-repeat;
            background-size: cover;
        }

        .section2_event_right {
            flex: 0 0 auto;
            width: 100%;
            margin: 30px 0 0 0;
            padding: 30px 3%;
            background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section2/section2_event_bg_right_mo.png') center no-repeat;
            background-size: cover;
        }

        .section2_event_items {
            justify-content: flex-start;
        }

        .section2_event_item {
            flex: calc((100% / 3) - 5px);
            width: calc((100% / 3) - 5px);
            max-width: calc((100% / 3) - 5px);
            margin: 10px 2.5px 0 2.5px;
        }

        .section2_event_left .section2_event_item:nth-child(1) {
            margin-left: 2.5px;
            margin-right: 2.5px;
        }

        .section2_event_left .section2_event_item:nth-child(4) {
            margin-left: 2.5px;
            margin-right: 2.5px;
        }

        .section2_event_left .section2_event_item:nth-child(5) {
            margin-left: 2.5px;
            margin-right: 2.5px;
        }

        .section2_participate {
            margin-top: 0;
            margin-bottom: 30px;
            padding: 15px 0;
            background: none;
        }

            .section2_participate img {
                width: 100%;
                max-width: 570px;
                height: auto;
            }

        .section2_event_tab_content {
            padding: 30px 10px 60px 10px;
            background-image: URL('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section2/section2_event_tab_content_bg_mo.png');
        }

            .section2_event_tab_content p {
                font-size: 13px;
                line-height: 160%;
            }

        .section2_event_tab_content_items {
            flex-direction: column;
            flex-wrap: unset;
        }

        .section2_event_tab_content_item {
            flex: 0 0 auto;
            width: 100%;
        }

        .section2_event_tab_content_item_block {
            padding: 0;
        }

        .section2_event_tab_content_item_block_item {
            flex-direction: column;
        }

        .section2_event_tab_content_item_title.type_1 {
            margin: 30px 0 0 0;
        }

        .section2_event_tab_content_item_block_item span {
            padding: 10px 0 0 0;
            font-size: 12px;
            line-height: 160%;
            text-align: center;
        }

        .section2_event_tab_content[data-target="3"] .section2_event_tab_content_item:nth-child(1) {
            padding-right: 0;
        }

        .section2_event_tab_content[data-target="3"] .section2_event_tab_content_item:nth-child(2) {
            padding-left: 0;
        }

        .section2_event_tab_content_item_block.type_2 {
            flex-direction: column;
        }

            .section2_event_tab_content_item_block.type_2 .section2_event_tab_content_item_block_item {
                flex: 0 0 auto;
                flex-direction: row;
                flex-wrap: nowrap;
                align-items: center;
                justify-content: flex-start;
                width: 100%;
                padding: 20px 0 0 10px;
            }

                .section2_event_tab_content_item_block.type_2 .section2_event_tab_content_item_block_item span {
                    padding: 0 0 0 10px;
                    white-space: nowrap;
                }

                    .section2_event_tab_content_item_block.type_2 .section2_event_tab_content_item_block_item span.steps {
                        padding: 3px 6px;
                        font-size: 12px;
                    }

        .section2_event_tab_content[data-target="3"] .section2_event_tab_content_item:nth-child(1) {
            padding-right: 0;
        }

        .section2_event_tab_content[data-target="3"] .section2_event_tab_content_item img {
            width: 100%;
            max-width: 300px;
            height: auto;
            margin-top: 20px !important;
        }

        .section2_event_tab_content_item_title.type_4 {
            margin: 0;
        }

        .section2_event_tab_content_item_title.type_5 {
            margin: 30px 0 0 0;
        }
        /* //section2 */

        /* section3 */
        /* @2023-04-17 수정 */
        #section3 {
            background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section3/section3_bg_mo.jpg');
        }

        .section3_reward_detail_text_logo {
            margin-left: 0;
        }

            .section3_reward_detail_text_logo img {
                width: calc(100vw * 198 / 750);
            }

        .section3_reward_detail_text_1 {
            margin: calc(100vw * 10 / 750) 0 0 0;
            padding: calc(100vw * 30 / 750) 0 0 0;
            font-size: 30px;
        }

            .section3_reward_detail_text_1::after {
                background: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section3/section3_reward_detail_text_1_mo.png') center no-repeat;
                background-size: contain;
            }

        .section3_reward_detail_text_2 {
            margin: calc(100vw * (-36) / 750) 0 0 0;
            font-size: 80px;
        }

            .section3_reward_detail_text_2::after {
                background: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section3/section3_reward_detail_text_2_mo.png') center no-repeat;
                background-size: contain;
            }
        /* //@2023-04-17 수정 */
        /* //section3 */

        /* section4 */
        .section4_character {
            display: none;
        }

        .section4_worldview_wrap {
            justify-content: center;
            height: auto;
            padding: 120px 0 30px 0;
        }

        .section4_worldview_top {
            display: block;
            position: relative;
            width: 100%;
            height: auto;
            font-size: 0;
            line-height: 0;
        }

            .section4_worldview_top img {
                width: auto;
                max-height: 50vh;
                opacity: 1;
                object-fit: contain;
            }

        .section4_worldview_top_text {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: auto;
            margin: 0;
        }

            .section4_worldview_top_text .section4_worldview_top_text_1 {
                margin: 0 0 10px 0;
                font-size: 18px;
                font-weight: 400;
                line-height: 160%;
                letter-spacing: -0.01em;
                color: #f80000;
            }

            .section4_worldview_top_text .section4_worldview_top_text_2 {
                font-size: 16px;
                font-weight: 400;
                line-height: 140%;
                letter-spacing: -0.01em;
                color: #e8c0c0;
            }

        .section4_worldview {
            width: 100%;
            max-width: 620px;
            margin: 30px auto 0 auto;
            background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section4/section4_worldview_bg_mo.png');
            background-position: center top;
            background-repeat: no-repeat;
            background-color: rgba(41, 32, 32, 0.3);
            background-size: 100% 100%;
        }

        .section4_worldview_header_image {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 60%;
        }

            .section4_worldview_header_image img.only_mo {
                width: 100%;
                max-width: 200px;
                height: auto;
            }

        .section4_worldview_header_title span {
            font-size: 40px;
            line-height: 160%;
        }

            .section4_worldview_header_title span::after {
                background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section4/section4_worldview_header_title_mo.png') center no-repeat;
                background-size: contain;
            }

        .section4_worldview_header_text {
            width: calc(100% - 60px);
            margin: 10px 30px 0 30px;
        }

            .section4_worldview_header_text.only_mo {
                position: relative;
            }

                .section4_worldview_header_text.only_mo::after {
                    content: "";
                    display: inline-block;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section4/section4_worldview_header_text_mo.png') center no-repeat;
                    background-size: contain;
                }

            .section4_worldview_header_text p {
                font-size: 16px;
                line-height: 140%;
            }

            .section4_worldview_header_text.only_mo p {
                color: rgba(0, 0, 0, 0);
            }

                .section4_worldview_header_text.only_mo p .font-color-red {
                    color: rgba(0, 0, 0, 0);
                }

        .section4_worldview_text_wrap {
            left: auto;
            width: calc(100% - 60px);
            max-width: none;
            margin: 30px 30px 0 30px;
        }

        .section4_text_1 p {
            font-size: 16px;
            line-height: 160%;
        }

        .section4_text_2 p {
            font-size: 14px;
            line-height: 140%;
        }

        .section4_worldview_bottom_btn {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: auto;
        }

        .section4_worldview_bottom_btn_anchor {
            width: 60%;
            padding: 15px 0;
            text-align: center;
        }

            .section4_worldview_bottom_btn_anchor p {
                font-size: 14px;
                line-height: 100%;
            }
        /* //section4 */

        /* section5 */
        .section5_character_wrap {
            flex-direction: column;
            height: auto;
            padding: 100px 0 20px 0;
        }

        /* @2023-04-17 수정 */
        #section5 .container.full-width .inner {
            padding: 0 !important;
        }

        .character_visual_arrow_prev {
            top: 30%;
            left: 10px;
        }

        .character_visual_arrow_next {
            top: 30%;
            right: 10px;
        }
        /* @//2023-04-17 수정 */
        .section5_character_visual {
            flex: 0 0 auto;
            top: auto;
            width: 100%;
            height: 50vh;
            margin: 0;
        }

        .section5_character_visual_image {
            position: relative;
            height: 100%;
            margin: 30px 0 0 0;
        }

        .section5_character_info_name.only_mo {
            display: flex !important;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: -30px;
            left: 0;
            width: 100%;
            height: auto;
            z-index: 9999;
        }

        .section5_character_info_name span {
            font-size: 50px;
            line-height: 100%;
        }

            .section5_character_info_name span::after {
                background-position: center;
                background-size: cover;
            }

        .section5_character_visual_wrap {
            display: block;
            width: 100%;
            height: auto;
        }

        .character_visual .slick-slide {
            display: inline-block;
            text-align: center;
        }

        .section5_character_visual .character_visual_slide {
            position: relative;
        }

            .section5_character_visual .character_visual_slide .character_visual_slide_bg {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-repeat: no-repeat;
                background-position: center;
                background-size: cover;
            }

        /* @2023-04-17 수정 */
        #section5.loaded .section5_character_visual .character_visual_slide[data-idx="1"] .character_visual_slide_bg {
            background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_visual_15_mo.png');
        }

        #section5.loaded .section5_character_visual .character_visual_slide[data-idx="2"] .character_visual_slide_bg {
            background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_visual_16_mo.png');
        }

        #section5.loaded .section5_character_visual .character_visual_slide[data-idx="3"] .character_visual_slide_bg {
            background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_visual_13_mo.png');
        }

        #section5.loaded .section5_character_visual .character_visual_slide[data-idx="4"] .character_visual_slide_bg {
            background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_visual_14_mo.png');
        }

        #section5.loaded .section5_character_visual .character_visual_slide[data-idx="5"] .character_visual_slide_bg {
            background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_visual_9_mo.png');
        }

        #section5.loaded .section5_character_visual .character_visual_slide[data-idx="6"] .character_visual_slide_bg {
            background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_visual_10_mo.png');
        }

        #section5.loaded .section5_character_visual .character_visual_slide[data-idx="7"] .character_visual_slide_bg {
            background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_visual_4_mo.png');
        }

        #section5.loaded .section5_character_visual .character_visual_slide[data-idx="8"] .character_visual_slide_bg {
            background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_visual_6_mo.png');
        }

        #section5.loaded .section5_character_visual .character_visual_slide[data-idx="9"] .character_visual_slide_bg {
            background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_visual_3_mo.png');
        }

        #section5.loaded .section5_character_visual .character_visual_slide[data-idx="10"] .character_visual_slide_bg {
            background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_visual_5_mo.png');
        }

        #section5.loaded .section5_character_visual .character_visual_slide[data-idx="11"] .character_visual_slide_bg {
            background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_visual_1_mo.png');
        }

        #section5.loaded .section5_character_visual .character_visual_slide[data-idx="12"] .character_visual_slide_bg {
            background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_visual_8_mo.png');
        }

        #section5.loaded .section5_character_visual .character_visual_slide[data-idx="13"] .character_visual_slide_bg {
            background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_visual_2_mo.png');
        }

        #section5.loaded .section5_character_visual .character_visual_slide[data-idx="14"] .character_visual_slide_bg {
            background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_visual_7_mo.png');
        }

        #section5.loaded .section5_character_visual .character_visual_slide[data-idx="15"] .character_visual_slide_bg {
            background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_visual_11_mo.png');
        }

        #section5.loaded .section5_character_visual .character_visual_slide[data-idx="16"] .character_visual_slide_bg {
            background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section5/section5_character_visual_12_mo.png');
        }
        /* @//2023-04-17 수정 */

        .section5_character_visual .character_visual_slide img {
            width: 100%;
            max-width: none;
            max-height: none;
            opacity: 0;
        }
        /* @2023-04-17 수정 */
        .section5_character_info {
            flex: 0 0 auto;
            flex-direction: row;
            flex-wrap: wrap;
            width: 100%;
            height: auto;
            margin: 60px 15px 0 15px;
            padding: 0px 15px;
        }
        /* @//2023-04-17 수정 */
        .section5_character_info_item {
            flex: 0 0 calc(50% - 10px);
            width: calc(50% - 10px);
        }

            .section5_character_info_item:nth-child(2) {
                margin: 0 10px 0 0;
            }

            .section5_character_info_item:nth-child(3) {
                margin: 0 0 0 10px;
            }

        .section5_character_info_stat {
            flex: 0 0 auto;
            margin: 0;
        }

        .section5_character_info_stat_items {
            width: 100%;
            margin: 0;
            padding: 30px 20px 25px 20px;
        }

        .section5_character_info_stat_item {
            flex: 0 0 50%;
            width: 50%;
            margin: 20px 0 0 0;
        }

            .section5_character_info_stat_item:nth-child(1),
            .section5_character_info_stat_item:nth-child(2) {
                margin: 0;
            }

            .section5_character_info_stat_item:nth-child(odd) {
                padding: 0 10px 0 0;
            }

            .section5_character_info_stat_item:nth-child(even) {
                padding: 0 0 0 10px;
            }

        .section5_character_info_stat_item_title {
            font-size: 14px;
        }

        .section5_character_info_stat_item_number {
            font-size: 14px;
        }

        .section5_character_info_speed {
            margin: 0;
        }

        .section5_character_info_speed_items {
            width: 100%;
        }

        .section5_character_info_speed_item {
            flex-wrap: nowrap;
            margin: 10px 0 0 0;
            padding: 0 15px 0 0;
        }

        .section5_character_info_speed_item_text {
            flex: 0 0 40%;
            width: 40%;
            height: auto;
            min-height: 30px;
        }

            .section5_character_info_speed_item_text.title {
                min-width: 100px;
                background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section5/section5_character_info_speed_bg_mo.png') right top no-repeat;
                background-size: cover;
            }

                .section5_character_info_speed_item_text.title span {
                    top: 50%;
                    left: 10px;
                    font-size: 14px;
                }

                .section5_character_info_speed_item_text.title img {
                    width: 100%;
                    max-width: 100%;
                    height: auto;
                    opacity: 0;
                }

            .section5_character_info_speed_item_text.percent {
                flex: 0 0 auto;
                display: flex;
                flex-direction: column;
                align-items: flex-end;
                justify-content: center;
                width: auto;
                font-size: 14px;
            }

        .section5_character_info_class {
            margin: 10px 0 0 0;
        }

        /* @2021-06-22 수정 */
        .section5_character_info_class_items {
            flex-wrap: wrap;
            justify-content: center;
            width: 100%;
        }
        /* //@2021-06-22 수정 */

        /* @2023-04-17 수정 */
        .section5_character_info_class_item:nth-child(1) {
            margin: 0 0 0 2px;
        }
        /* @//2023-04-17 수정 */

        .section5_character_info_class_item_anchor {
            position: relative;
            max-width: 80px;
            height: auto;
        }

            .section5_character_info_class_item_anchor .character_class_image {
                position: absolute;
                top: 50%;
                left: 50%;
                display: block;
                width: 100%;
                height: 100%;
                background-repeat: no-repeat;
                background-position: center;
                background-size: cover;
                transition: background 300ms ease-in-out;
                transform: translate(-50%, -50%);
            }

            /* @2021-06-22 추가 */
            .section5_character_info_class_item_anchor[data-index="1"] .character_class_image {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section5/section5_character_info_class_1_mo_off.png');
            }

            .section5_character_info_class_item_anchor[data-index="1"].active .character_class_image {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section5/section5_character_info_class_1_mo_on.png');
            }

            .section5_character_info_class_item_anchor[data-index="2"] .character_class_image {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section5/section5_character_info_class_2_mo_off.png');
            }

            .section5_character_info_class_item_anchor[data-index="2"].active .character_class_image {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section5/section5_character_info_class_2_mo_on.png');
            }

            .section5_character_info_class_item_anchor[data-index="3"] .character_class_image {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section5/section5_character_info_class_3_mo_off.png');
            }

            .section5_character_info_class_item_anchor[data-index="3"].active .character_class_image {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section5/section5_character_info_class_3_mo_on.png');
            }

            .section5_character_info_class_item_anchor[data-index="4"] .character_class_image {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section5/section5_character_info_class_4_mo_off.png');
            }

            .section5_character_info_class_item_anchor[data-index="4"].active .character_class_image {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section5/section5_character_info_class_4_mo_on.png');
            }

            .section5_character_info_class_item_anchor[data-index="5"] .character_class_image {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section5/section5_character_info_class_5_mo_off.png');
            }

            .section5_character_info_class_item_anchor[data-index="5"].active .character_class_image {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section5/section5_character_info_class_5_mo_on.png');
            }
            /* //@2021-06-22 추가 */

            /* @2021-06-22 수정 */
            .section5_character_info_class_item_anchor img {
                width: 100%;
                height: 60px;
                max-height: 60px;
                opacity: 0;
            }
        /* //@2021-06-22 수정 */

        /* .section5_character_thumb_wrap {flex:0 0 auto; width:100%;} */
        /* @2023-04-17 수정 */
        .section5_character_thumb_wrap_new {
            flex: 0 0 auto;
            width: 100%;
        }

            .section5_character_thumb_wrap_new .thumb {
                margin: -14px 0 -5px -4px;
                width: calc(100% / 4);
            }
        /* @//2023-04-17 수정 */

        /* @2023-04-17 수정 */
        .section5_character_info_class_item {
            flex: 0 0 calc(100% / 4);
            width: calc(100% / 4);
            margin: 0;
            padding: 0;
        }
        /* @//2023-04-17 수정 */

        /* //section5 */

        /* section6 */
        #section6 {
            background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section6/section6_bg_mo.jpg');
        }

        .section6_gallery_wrap {
            min-height: 1200px;
            padding: 120px 0 0 0;
        }

        .section6_gallery {
            width: calc(100% - 20px);
            margin: 0 10px;
            padding: 45px 40px 30px 40px;
            background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section6/section6_gallery_bg_mo.png');
            background-position: center top;
            background-repeat: no-repeat;
            background-color: rgba(41, 32, 32, 0.3);
            background-size: 100% 100%;
        }

        .section6_gallery_tab_items {
            width: 100%;
        }

        .section6_gallery_tab_item_anchor {
            padding: 10px 0;
            font-size: 16px;
        }

        .section6_gallery_tab_item.active .section6_gallery_tab_item_anchor {
            background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section6/section6_gallery_tab_active_bg_mo.png') center no-repeat;
            background-size: cover;
        }

        .section6_gallery_tab_content {
            width: 100%;
        }

        .section6_gallery_tab_content_items {
            flex-direction: column;
            margin: 10px 0 0 0;
        }

        .section6_gallery_tab_content_item {
            flex: 0 0 auto;
            width: 100%;
            margin: 10px 0 0 0;
        }

            .section6_gallery_tab_content_item:nth-child(3n+1) {
                margin-left: 0;
                margin-right: 0;
            }

            .section6_gallery_tab_content_item:nth-child(3n+3) {
                margin-left: 0;
                margin-right: 0;
            }

        .section6_gallery_tab_paging {
            margin: 15px 0 0 0;
        }

        .section6_gallery_tab_paging_item {
            font-size: 0;
            line-height: 0;
        }

        .section6_gallery_tab_paging_item_text {
            font-size: 14px;
        }

        .section6_gallery_tab_paging_item_anchor {
            font-size: 14px;
        }

            .section6_gallery_tab_paging_item_anchor.btn {
                display: inline-block;
                max-height: 14px;
                font-size: 0;
                line-height: 0;
                background-repeat: no-repeat;
                background-position: center -2px;
                background-size: contain;
            }

            .section6_gallery_tab_paging_item_anchor.prev {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section6/section6_gallery_paging_prev_btn.png');
            }

            .section6_gallery_tab_paging_item_anchor.next {
                background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section6/section6_gallery_paging_next_btn.png');
            }

            .section6_gallery_tab_paging_item_anchor.btn img {
                max-height: 14px;
                opacity: 0;
            }
        /* @2023-04-17 수정 (padding-top: 50px 페이지단에서 제거 후 css로 추가) */
        .copyright {
            position: relative;
            left: auto;
            bottom: auto;
            margin: 12px 0 12px 0;
            transform: none;
            padding-top: 50px;
        }
            /* // @2023-04-17 수정 */
            .copyright span {
                display: block;
            }
        /* //section6 */

        /* video layer popup */
        .video_layer_popup_close_btn {
            top: -40px;
            right: 0;
        }
        /* //video layer popup */

        /* reservation reward layer popup */
        .reservation_reward_layer_popup {
            width: 100%;
        }

        .reservation_reward_layer_popup_body {
            width: 90%;
            max-width: 620px;
        }

        .reservation_reward_layer_popup_body_wrap {
            background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section1/section1_reservation_reward_layer_popup_bg_mo.png') center top no-repeat;
            background-size: 100% 100%;
            overflow: hidden;
        }

        .reservation_reward_layer_popup_bg {
            display: none;
        }

        /* @2021-06-22 수정 */
        .reservation_reward_layer_popup_body_close_btn {
            top: 30px;
            right: 7vw;
            width: 20px;
            height: 20px;
            z-index: 9999;
        }
            /* //@2021-06-22 수정 */

            .reservation_reward_layer_popup_body_close_btn img {
                width: 100%;
                max-width: 100%;
                height: auto;
            }

        .reservation_reward_layer_popup_body_content_title {
            padding: 50px 0 0 0;
        }

            .reservation_reward_layer_popup_body_content_title span::after {
                background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section1/section1_reservation_reward_layer_popup_body_content_title_mo.png') center no-repeat;
                background-size: contain;
            }

        .reservation_reward_layer_popup_body_content {
            position: relative;
            top: auto;
            padding: 0 0 60px 0;
        }

        /* @2021-06-22 수정 */
        .reservation_reward_layer_popup_body_content_items {
            width: 70%;
            margin: 10px 15% 0 15%;
        }

        .reservation_reward_layer_popup_body_content_item {
            flex: 0 0 calc((99.999% / 2) - 8px);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: calc((99.999% / 2) - 8px);
            height: auto;
            min-height: unset;
            max-height: none;
            margin: 10px 4px 0 4px;
            padding: 0 0 5px 0;
        }

            .reservation_reward_layer_popup_body_content_item:nth-child(1) {
                margin-left: 0;
                margin-right: 8px;
            }

            .reservation_reward_layer_popup_body_content_item:nth-child(2) {
                margin-left: 8px;
                margin-right: 0;
            }

            .reservation_reward_layer_popup_body_content_item:nth-child(3) {
                margin-left: 0;
                margin-right: 8px;
            }

            .reservation_reward_layer_popup_body_content_item:nth-child(4) {
                margin-left: 8px;
                margin-right: 0;
            }

        .reservation_reward_layer_popup_body_content_item_image {
            flex: 0 0 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: auto;
            background: none !important;
            overflow: hidden;
        }

            .reservation_reward_layer_popup_body_content_item_image img {
                max-width: 180px;
                max-height: 180px;
                opacity: 1;
            }
        /* //@2021-06-22 수정 */

        .reservation_reward_layer_popup_body_content_item:nth-child(6) .reservation_reward_layer_popup_body_content_item_image img {
            max-width: 100px;
            max-height: 100px;
        }

        .reservation_reward_layer_popup_body_content_item:nth-child(7) .reservation_reward_layer_popup_body_content_item_image img {
            max-width: 100px;
            max-height: 100px;
        }

        .reservation_reward_layer_popup_body_content_item:nth-child(8) .reservation_reward_layer_popup_body_content_item_image img {
            max-width: 100px;
            max-height: 100px;
        }

        .reservation_reward_layer_popup_body_content_item_text {
            flex: 0 0 auto;
            width: 100%;
            height: auto;
            font-size: 12px;
            line-height: 140%;
        }

        .reservation_reward_layer_popup_body_content_disclaimer {
            width: 90%;
            margin: 20px 5% 0 5%;
            text-align: left;
        }

            .reservation_reward_layer_popup_body_content_disclaimer p {
                position: relative;
                padding: 0 0 0 10px;
                font-size: 12px;
                line-height: 160%;
                word-break: keep-all;
            }

                .reservation_reward_layer_popup_body_content_disclaimer p::before {
                    content: "-";
                    position: absolute;
                    top: 0;
                    left: 0;
                }


        /* @2021-08-11 */
        .reservation_reward_layer_popup_body_content_items.grid-2 .reservation_reward_layer_popup_body_content_item {
            flex: 0 0 calc(50% - 8px);
            width: calc(50% - 8px);
            min-height: unset;
            max-height: unset;
        }

            .reservation_reward_layer_popup_body_content_items.grid-2 .reservation_reward_layer_popup_body_content_item .reservation_reward_layer_popup_body_content_item_image {
                min-height: 170px;
                max-height: 170px;
            }

            .reservation_reward_layer_popup_body_content_items.grid-2 .reservation_reward_layer_popup_body_content_item .reservation_reward_layer_popup_body_content_item_text {
                margin-top: -15px;
            }

        .reservation_reward_layer_popup_body_content_items.grid-3 {
            flex-direction: column;
            margin-top: 20px;
        }

            .reservation_reward_layer_popup_body_content_items.grid-3 .reservation_reward_layer_popup_body_content_item {
                flex: 0 0 auto;
                flex-direction: row;
                align-items: center;
                justify-content: flex-start;
                width: 100%;
                margin: 0 !important;
            }

                .reservation_reward_layer_popup_body_content_items.grid-3 .reservation_reward_layer_popup_body_content_item .reservation_reward_layer_popup_body_content_item_image {
                    flex: 0 0 45%;
                    position: relative;
                    width: 45%;
                    min-height: unset;
                    max-height: unset;
                }

                    .reservation_reward_layer_popup_body_content_items.grid-3 .reservation_reward_layer_popup_body_content_item .reservation_reward_layer_popup_body_content_item_image .reservation_reward_layer_popup_body_content_item_text {
                        display: block;
                        position: absolute;
                        bottom: 15px;
                        left: 0;
                        margin: 0;
                        font-size: 16px;
                    }

                .reservation_reward_layer_popup_body_content_items.grid-3 .reservation_reward_layer_popup_body_content_item .reservation_reward_layer_popup_body_content_item_text.type2 {
                    flex: 0 0 55%;
                    width: 55%;
                }

        .reservation_reward_layer_popup_body_content_text.coupon_info span {
            font-size: 12px;
        }
        /* //@2021-08-11 */
        /* //reservation reward layer popup */

        /* sns share layer popup */
        .sns_share_layer_popup {
            width: 100%;
        }

        .sns_share_layer_popup_body {
            top: 50%;
            left: 50%;
            width: 90%;
            max-width: 600px;
            transform: translate(-50%, -50%);
        }

        .sns_share_layer_popup_body_wrap {
            max-height: none;
            background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section3/section3_sns_share_layer_popup_bg.jpg') center top no-repeat;
            background-size: 100% 100%;
            overflow: hidden;
        }

        .sns_share_layer_popup_bg {
            display: none;
        }

        .sns_share_layer_popup_body_close {
            position: relative;
            top: auto;
            right: auto;
            z-index: 9999;
        }

        .sns_share_layer_popup_body_content {
            position: relative;
            top: auto;
            left: auto;
            width: 100%;
            height: auto;
            margin: 0;
            padding: 0 0 20px 0;
            overflow: initial;
        }

        .sns_share_layer_popup_body_content_form {
            padding: 30px 15px 0 15px;
        }

        .sns_share_layer_popup_body_content h1 {
            font-size: 20px;
            line-height: 100%;
        }

        .sns_share_layer_popup_body_content_form .form_control input {
            height: 30px;
            font-size: 12px;
            line-height: 30px;
        }

        .sns_share_layer_popup_body_content_form .form_control button {
            height: 30px;
            font-size: 12px;
            line-height: 28px;
        }

        .sns_share_layer_popup_body_content_form .form_caution_text {
            font-size: 12px;
        }

        .sns_share_layer_popup_body_content_info_wrap {
            margin: 15px 0 0 0;
            padding: 15px 0 0 0;
        }

        .sns_share_layer_popup_body_content_info {
            padding: 20px 15px;
        }

            .sns_share_layer_popup_body_content_info h2 {
                margin: 0 0 10px 0;
                font-size: 16px;
                line-height: 160%;
            }

            .sns_share_layer_popup_body_content_info p {
                font-size: 14px;
                line-height: 160%;
            }

        .sns_share_layer_popup_body_content_info_btns {
            display: flex;
            width: 80%;
            margin: 15px 10% 0 10%;
        }

        .sns_share_layer_popup_body_content_info_btn {
            flex: 0 0 calc(50% - 10px);
            width: calc(50% - 10px);
            margin: 0 0 0 10px;
        }

            .sns_share_layer_popup_body_content_info_btn:nth-child(1) {
                margin-left: 0;
                margin-right: 10px;
            }

            .sns_share_layer_popup_body_content_info_btn img {
                width: 100%;
                max-width: 170px;
                height: auto;
            }

        .sns_share_layer_popup_body_content_submit {
            width: 60%;
            margin: 20px 20% 0 20%;
        }

        .sns_share_layer_popup_body_content_submit_btn {
            font-size: 14px;
        }
        /* //sns share layer popup */

        /* screenshot layer popup */
        .screenshot_layer_popup_body {
            width: 90%;
        }

        .screenshot_layer_popup_body_content {
            width: 100%;
            height: auto;
        }

        .screenshot_layer_popup_body_close_btn {
            top: -20px;
            width: 20px;
            height: 20px;
        }

        .screenshot-slide .swiper-wrapper {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
        }

        .screenshot-slide .swiper-button-prev, .screenshot-slide .swiper-button-next {
            margin-top: 0;
        }

        .screenshot-slide .swiper-button-prev {
            left: 0;
        }

        .screenshot-slide .swiper-button-next {
            right: 0;
        }
        /* //screenshot layer popup */

        /* alert layer popup */
        /* @2023-04-17 수정 */
        .alert_layer_popup_body {
            transform: translate(-50%, -50%);
        }
        /* //@2023-04-17 수정 */
        /* //alert layer popup */

        /* reservation reward result layer popup */
        /* @2023-04-17 수정 */
        .reservation_reward_result_layer_popup_body {
            width: 441px;
            height: 925px;
            transform: translate(-50%, -50%);
        }

        .reservation_reward_result_layer_popup_body_close {
            top: 16px;
            right: 16px;
        }

        .reservation_update_layer_popup_body {
            width: 100%;
            transform: translate(-50%, -40%) scale(0.9);
        }

        .reservation_update_layer_popup_body_close {
            top: 10px;
            right: 10px;
        }

        .reservation_update_layer_popup_body_close_btn {
            display: inline-block;
        }

        .reservation_update_layer_popup_body_content img {
            width: 100%;
        }

        /* //@2023-04-17 수정 */
        /* //reservation reward result layer popup */

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_body {
            top: 0;
            width: 90%;
            max-width: 620px;
            height: 80vh;
            max-height: 80vh;
            transform: translate(-50%, 0);
        }

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_body_wrap {
            position: relative;
            width: 100%;
            height: 100%;
        }

            .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_body_wrap .reservation_reward_layer_popup_bg {
                width: auto;
                height: 100%;
            }

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_body_close_btn {
            top: 10px;
            right: 0;
            width: 30px;
            height: 30px;
        }

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_body_content {
            top: 50px;
            height: 100%;
            max-height: 100%;
            background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section1/reservation_reward_popup_1_bg_mo.png') center top no-repeat;
            background-size: 100% auto;
            overflow-x: hidden;
            overflow-y: scroll;
        }

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_body_content_title img {
            max-width: 150px;
            margin: 0 auto;
        }

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_body_content_item_text {
            margin-bottom: 10px;
            font-size: 12px;
            color: #ada390;
            text-align: left;
        }

            .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_body_content_item_text.type2 {
                font-size: 12px;
                line-height: 140%;
                word-break: keep-all;
            }

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_body_content_item_text_number {
            top: -6px;
            padding: 6px 10px;
            font-size: 12px;
        }

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_body_content_items {
            flex-direction: column;
        }

            .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_body_content_items.first {
                margin-top: 20px;
            }

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_body_content_item {
            flex: 0 0 auto;
            width: 100%;
            margin: 30px 0 0 0 !important;
        }

            .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_body_content_item:nth-child(1) {
                margin-top: 0 !important;
            }

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_1"] .reservation_reward_layer_popup_body_content_item_image img {
            max-height: none;
        }

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_2"] .reservation_reward_layer_popup_body {
            top: 0;
            width: 90%;
            max-width: 620px;
            height: 80vh;
            max-height: 80vh;
            transform: translate(-50%, 0);
        }

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_2"] .reservation_reward_layer_popup_body_wrap {
            position: relative;
            width: 100%;
            height: 100%;
        }

            .reservation_reward_layer_popup[data-target="reservation_reward_popup_2"] .reservation_reward_layer_popup_body_wrap .reservation_reward_layer_popup_bg {
                width: auto;
                height: 100%;
            }

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_2"] .reservation_reward_layer_popup_body_close_btn {
            top: 10px;
            right: 0;
            width: 30px;
            height: 30px;
        }

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_2"] .reservation_reward_layer_popup_body_content {
            top: 50px;
            height: 100%;
            max-height: 100%;
            background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section1/reservation_reward_popup_1_bg_mo.png') center top no-repeat;
            background-size: 100% auto;
            overflow-x: hidden;
            overflow-y: scroll;
        }

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_2"] .reservation_reward_layer_popup_body_content_title img {
            max-width: 150px;
            margin: 0 auto;
        }

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_2"] .reservation_reward_layer_popup_body_content_item {
            margin-top: 10px;
        }

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_2"] .reservation_reward_layer_popup_body_content_item_text {
            font-size: 12px;
        }

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_2"] .reservation_reward_layer_popup_body_content_item_text_number {
            top: -3px;
            min-width: 30px;
            padding: 4px 4px;
            font-size: 12px;
        }

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_3"] .reservation_reward_layer_popup_body {
            top: 0;
            width: 90%;
            max-width: 620px;
            height: 80vh;
            max-height: 80vh;
            transform: translate(-50%, 0);
        }

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_3"] .reservation_reward_layer_popup_body_wrap {
            position: relative;
            width: 100%;
            height: 100%;
        }

            .reservation_reward_layer_popup[data-target="reservation_reward_popup_3"] .reservation_reward_layer_popup_body_wrap .reservation_reward_layer_popup_bg {
                width: auto;
                height: 100%;
            }

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_3"] .reservation_reward_layer_popup_body_close_btn {
            top: 10px;
            right: 0;
            width: 30px;
            height: 30px;
        }

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_3"] .reservation_reward_layer_popup_body_content {
            top: 50px;
            height: 100%;
            max-height: 100%;
            background: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section1/reservation_reward_popup_1_bg_mo.png') center top no-repeat;
            background-size: 100% auto;
            overflow-x: hidden;
            overflow-y: scroll;
        }

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_3"] .reservation_reward_layer_popup_body_content_title img {
            max-width: 150px;
            margin: 0 auto;
        }

        .reservation_reward_layer_popup[data-target="reservation_reward_popup_3"] .reservation_reward_layer_popup_body_content_table {
            margin-top: 30px;
        }

            .reservation_reward_layer_popup[data-target="reservation_reward_popup_3"] .reservation_reward_layer_popup_body_content_table thead th {
                font-size: 12px;
                line-height: 120%;
            }

            .reservation_reward_layer_popup[data-target="reservation_reward_popup_3"] .reservation_reward_layer_popup_body_content_table tbody td {
                font-size: 12px;
                line-height: 120%;
                word-break: keep-all;
            }

                .reservation_reward_layer_popup[data-target="reservation_reward_popup_3"] .reservation_reward_layer_popup_body_content_table tbody td.text-left-mo {
                    padding-left: 5px;
                    text-align: left;
                }

        /* 2022-07-18 추가 */
        /* section3 layer popup */
        .section3_layer_popup {
            display: none;
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            text-align: center;
            background-color: rgba(0,0,0,.8);
            overflow: auto;
            z-index: 9999;
        }

        .section3_layer_popup_body {
            width: 90%;
            max-width: 500px;
            height: auto;
        }

        .section3_layer_popup_body_wrap {
            position: relative;
            border: 0;
            border-radius: 0;
            background: transparent;
        }

        .section3_layer_popup_bg.only_mo {
            width: 100%;
            max-width: 100%;
            height: auto;
            opacity: 0;
        }

        .section3_layer_popup_close_btn {
            display: block;
            top: 10px;
            right: -20px;
            width: 30px;
            height: 30px;
        }

            .section3_layer_popup_close_btn img {
                width: 100%;
                max-width: 100%;
                height: auto;
            }

        .section3_layer_popup_body_content {
            position: relative;
            left: -10px;
        }

            .section3_layer_popup_body_content img {
                position: relative;
                width: 90%;
                max-width: 500px;
                height: auto;
            }

        .section3_layer_popup_body_content_message {
            padding: 10px 0 0 0;
            font-size: 16px;
            word-break: keep-all;
        }

        .section3_layer_popup_body_content_btns {
            width: 40%;
            max-width: 80px;
        }

        .section3_layer_popup_body_content_btn {
            width: 100%;
            padding: 10px 0;
            font-size: 14px;
        }
        /* //section3 layer popup */
        /* 2022-07-18 추가 */
    }

    @media (max-width:960px) {
        /* @2021-07-18 추가 */
        .section1_reservation_reward_form_top_info {
            font-size: 13px;
        }

        .section1_reservation_reward_form_top_line img {
            width: 80%;
            max-width: 250px;
        }
        /* //@2021-07-18 추가 */

        /* @2023-04-17 수정 */
        .section1_text_1 {
            font-size: 32px;
        }

        .section1_text_2 {
            font-size: 66px;
            line-height: 160%;
        }
        /* @//2023-04-17 수정 */

        /* @2021-07-18 수정 */
        .section1_text_3 {
            margin: -10px 0 0 0;
            font-size: 36px;
            line-height: 120%;
        }
        /* //@2021-07-18 수정 */

        .section1_text_4 {
            font-size: 28px;
        }

        .section1_text_5_block {
            background-size: contain;
        }

        .section1_text_5 {
            font-size: 18px;
        }

        .reservation_reward_layer_popup_body_content_title span {
            font-size: 40px;
            line-height: 160%;
        }

        .section1_reservation_reward_pack_text_1::after {
            background-image: url('https://images.thumbage.co.kr/images/dekaron/seraphi/pc/section1/section1_reservation_reward_pack_text_1_bg_mo.png');
            background-position: center;
        }
    }

    /* @2023-04-17 추가 */
    @media (max-width:960px) and (min-height:1000px) {
        .reservation_update_layer_popup_body {
            transform: translate(-50%, -75%) scale(0.75);
        }
    }
    /* //@2023-04-17 추가 */

    @media (max-width:768px) {
        .section2_event_tab_items {
        }

        .section2_event_tab_item {
        }

        .section2_event_tab_item {
        }

        .section2_event_tab_item_anchor {
            padding: 15px 0;
            font-size: 16px;
        }
    }

    @media (max-width:650px) {
        .section1_text_1 {
            font-size: 26px;
        }

        .section1_text_2 {
            font-size: 18px;
        }

        .section1_text_3 {
            font-size: 35px;
        }

        .section1_text_4 {
            font-size: 26px;
        }

        .section1_text_5_block {
            width: 80%;
            padding: 10px 30px;
            background-size: 100% 100%;
        }

        .section1_text_5 {
            font-size: 18px;
        }

        .section2_text_2 {
            white-space: nowrap;
        }
    }

    @media (max-width:550px) {
        /* @2023-04-17 수정 */
        #section1.loaded .fp-bg {
            width: calc(100vw * 750 / 750);
            background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section1/section1_bg_mo.jpg');
            background-repeat: repeat-y;
            background-position: center calc(100vw *(-250)/ 750);
        }
        /* //@2023-04-17 수정 */

        .section1_text_1 {
            font-size: 22px;
        }

        .section1_text_2 {
            font-size: 50px;
        }

        .section1_text_3 {
            font-size: 33px;
        }

        .section1_text_4 {
            max-width: 100%;
            margin-top: 10px;
            font-size: 26px;
            white-space: nowrap;
        }

        .section1_text_5_block {
            margin-top: 10px;
        }

        .section1_text_5 {
            font-size: 14px;
        }

        .section2_text_1 {
            font-size: 40px;
        }

        .section2_text_2 {
            font-size: 50px;
        }

        .section2_text_3 {
            font-size: 18px;
            white-space: nowrap;
        }

        .section2_text_4 {
            font-size: 12px;
        }

        .section2_event_tab_item_anchor {
            font-size: 14px;
        }
    }

    @media (max-width:500px) {
        .section2_event_tab_content_item_title.type_4 {
            font-size: 44px;
            white-space: nowrap;
        }

        .section2_event_tab_content_item_title.type_5 {
            font-size: 44px;
            white-space: nowrap;
        }
    }

    @media (max-width:450px) {
        /* @2023-04-17 수정 */
        #section1.loaded .fp-bg {
            background-image: url('https://images.thumbage.co.kr/images/dekaron/boosting_231122/pc/section1/section1_bg_mo.jpg');
            background-repeat: repeat-y;
            background-position: center top;
        }

        .section1_text_1 {
            font-size: 24px;
        }

        .section1_text_2 {
            font-size: 56px;
            white-space: nowrap;
        }
        /* @//2023-04-17 수정 */
        .section1_text_3 {
            font-size: 30px;
        }

        .section1_text_5_block {
            width: 100%;
            padding: 10px 20px;
        }

        .section1_text_5 {
            white-space: nowrap;
        }

        .section1_reservation_reward_popup_btn_item_anchor span {
            padding-left: 5px;
            font-size: 12px;
        }

        .section1_reservation_reward_popup_btn_item_anchor img {
            width: 20px;
            height: 20px;
        }

        .reservation_reward_layer_popup_body_content_title span {
            font-size: 30px;
        }

        .section2_event_tab_item_anchor {
            font-size: 12px;
            line-height: 140%;
            word-break: keep-all;
        }

        .section2_event_tab_content_item_title.type_1 {
            font-size: 40px;
        }

        .section2_event_tab_content_item_title.type_2 {
            font-size: 50px;
        }

        .section2_event_tab_content_item_title.type_3 {
            font-size: 50px;
        }

        .section4_worldview_top_text .section4_worldview_top_text_2 {
            font-size: 14px;
        }

        .section4_worldview_header_text p {
            font-size: 14px;
        }

        .sns_share_layer_popup_body {
            top: 0;
            left: 50%;
            width: 90%;
            max-width: 90%;
            transform: translateX(-50%);
        }

        .sns_share_layer_popup_body_content_info h2 {
            font-size: 14px;
            line-height: 140%;
        }

        .sns_share_layer_popup_body_content_info p {
            font-size: 12px;
            line-height: 140%;
        }

        /* @2023-04-17 수정 */
        .alert_layer_popup_body {
            transform: translate(-50%, -50%) scale(0.8);
        }

        .reservation_reward_privacy_agree_layer_popup_body {
            transform: translate(-50%, -50%) scale(0.75);
        }

        .reservation_reward_advertising_agree_layer_popup_body {
            transform: translate(-50%, -50%) scale(0.75);
        }

        .reservation_reward_result_layer_popup_body {
            width: 441px;
            height: 925px;
            transform: translate(-50%, -50%) scale(0.8);
        }
        /* //@2023-04-17 수정 */

        /* @2021-08-11 */
        .reservation_reward_layer_popup_body {
            width: 100%;
            top: 0;
            left: 0;
            transform: unset;
        }

        .reservation_reward_layer_popup_body_content_item_text {
            font-size: 14px;
        }

        .reservation_reward_layer_popup_body_content_items.grid-3 .reservation_reward_layer_popup_body_content_item .reservation_reward_layer_popup_body_content_item_image .reservation_reward_layer_popup_body_content_item_text {
            font-size: 14px;
        }

        .reservation_reward_layer_popup_body_content_items.grid-3 .reservation_reward_layer_popup_body_content_item .reservation_reward_layer_popup_body_content_item_text.type2 {
            font-size: 12px;
        }
        /* //@2021-08-11 */
    }

    @media (max-width:400px) {
        /* @2023-04-17 수정 */
        .input_checkbox + label span {
            margin: 0 6px 0 0;
        }

        .section1_reservation_reward_form_item {
            width: calc(100% - 10px);
        }

            .section1_reservation_reward_form_item .phone2 {
                width: calc(100% - 100px);
            }

            .section1_reservation_reward_form_item .section1_reservation_reward_form_item_btn {
                width: 60px;
            }

        .section1_reservation_reward_form_agree_item .section1_reservation_reward_form_item_btn {
            flex: 0 0 75px;
        }

        .section1_reservation_reward_form_item .section1_reservation_reward_form_item_btn.popup_open {
            padding: 5px 8px;
        }

        .section1_text_2 {
            font-size: 56px;
        }
        /* @//2023-04-17 수정 */
        .section1_text_5 {
            font-size: 14px;
        }

        .section2_text_1 {
            font-size: 36px;
        }

        .section2_text_2 {
            font-size: 44px;
        }

        .section2_text_3 {
            font-size: 16px;
        }

        .section2_text_4_block {
            padding: 10px 30px;
        }

        .section2_text_4 {
            font-size: 12px;
        }

        .section2_event_tab_item_anchor {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-height: 55px;
            padding: 10px 0;
        }

        .section4_worldview_top_text .section4_worldview_top_text_2 {
            font-size: 12px;
        }

        .section4_text_1 p {
            font-size: 14px;
            line-height: 140%;
        }

        .section4_text_2 p {
            font-size: 12px;
        }

        /* @2023-04-17 추가 */
        .alert_layer_popup_body {
            transform: translate(-50%, -50%) scale(0.75);
        }

        .reservation_reward_privacy_agree_layer_popup_body {
            transform: translate(-50%, -50%) scale(0.6);
        }

        .reservation_reward_advertising_agree_layer_popup_body {
            transform: translate(-50%, -50%) scale(0.6);
        }

        .reservation_reward_result_layer_popup_body {
            width: 441px;
            height: 925px;
            transform: translate(-50%, -50%) scale(0.75);
        }
        /* //@2023-04-17 추가 */
    }

    /* @2023-04-17 추가 */
    @media (max-width:380px) {
        .section5_character_info {
            margin: 120px 15px 0 15px;
        }
    }
    /* //@2023-04-17 추가 */

    @media (max-width:360px) {
        .section2_event_tab_content_item_title.type_1 {
            font-size: 40px;
        }

        .section2_event_tab_content_item_title.type_2 {
            font-size: 50px;
        }

        .section2_event_tab_content_item_title.type_3 {
            font-size: 50px;
        }

        .section2_event_tab_content_item_title.type_4 {
            font-size: 38px;
        }

        .section2_event_tab_content_item_title.type_5 {
            font-size: 36px;
        }
    }


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