@charset "utf-8";

@import url(./root.css);

/* --------------------------------------------
 * HanbitSoft Service Development Team
 * 그라나도 에스파다M 브랜드페이지 Stylesheet
 * Author - sgp8116@hanbitsoft.co.kr 22 FEB 2022
----------------------------------------------- */

/* CSS Reset
-------------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
strong,
small,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
select,
input,
button,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: inherit;
}
img,
fieldset,
button {
    border: 0;
}
article,
aside,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}
html,
body {
    line-height: 1.2;
    font-family:
        "Noto Sans KR",
        Malgun Gothic,
        "맑은 고딕",
        "돋움",
        dotum,
        Helvetica,
        sans-serif;
    font-size: 16px;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
img {
    width: 100%;
    vertical-align: middle;
}
ol,
ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: #000;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #181c26;
}
strong,
em {
    font-weight: normal;
}
em {
    font-style: normal;
}
button {
    font-family: inherit;
    cursor: pointer;
    border: 0;
    outline: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input[type="text"]:-ms-clear {
    display: none !important;
}
caption,
legend {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    visibility: hidden;
}
input {
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
input[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="search"] {
    border-radius: 0;
    outline: 0;
}
input:checked[type="checkbox"] {
    background-color: #fff;
    -webkit-appearance: checkbox;
    cursor: pointer;
}
input[type="checkbox"] {
    background-color: #fff;
    -webkit-appearance: checkbox;
    cursor: pointer;
}
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"] {
    -webkit-appearance: button;
    border-radius: 0;
    cursor: pointer;
}
input[type="text"]::-ms-clear {
    display: none;
}
/* placeholder */
.placeholder {
    color: #999;
    font-size: 1rem;
    font-weight: 400;
} /* IE9 이하를 위한 css */
input::-webkit-input-placeholder {
    color: #999;
    font-size: 1rem;
    font-weight: 400;
}
input:-ms-input-placeholder {
    color: #999;
    font-size: 1rem;
    font-weight: 400;
} /* IE */
input:-moz-input-placeholder {
    color: #999;
    font-size: 1rem;
    font-weight: 400;
} /* Firefox */
input::-ms-input-placeholder {
    color: #999;
    font-size: 1rem;
    font-weight: 400;
    transform: scale(0.55) translateX(-40%);
} /* IE */
input::placeholder {
    color: #999;
    font-size: 1rem;
    font-weight: 400;
    opacity: 1;
} /* IE10 이상을 위한 css */

/* Reserved Class
-------------------------------------------------------------- */
.irPm {
    display: block;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
}
.irWa {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
.blind {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    margin: -1px;
    width: 1px;
    height: 1px;
}
.show {
    display: block;
}
.hide {
    display: none;
}
.fL {
    float: left;
}
.fR {
    float: right;
}
.clearFix:after {
    display: block;
    content: "";
    clear: both;
}
/* skip navigation */
.skip-navigation a {
    display: block;
    position: absolute;
    left: 0;
    top: -10000px;
    text-align: center;
    width: 100%;
    height: 40px;
    z-index: 500;
    line-height: 40px;
    font-weight: 600;
    font-size: 18px;
}
.skip-navigation a:hover,
.skip-navigation a:focus,
.skip-navigation a:active {
    background: #000;
    top: 0;
    left: 0;
    color: #fff;
}
.visibilityhidden {
    visibility: hidden;
}

/* Styles
-------------------------------------------------------------- */
html {
    background-color: #fff;
    scroll-behavior: smooth;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
input[type="radio"]:focus-visible ~ .checkmark,
input[type="checkbox"]:focus-visible ~ .checkmark {
    outline: 2px solid #0071e3;
    outline-offset: 2px;
}

/* common section */
.section {
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
    margin: 0 auto;
}
.section-content {
    position: relative;
    width: var(--section-content-width);
    margin: 0 auto;
}
.section .content-wrapper .button-open-modal {
    background: url(../images/button-modal.png) no-repeat 0 0 / contain;
    width: 7.786vw;
    height: 2.135vw;
    margin-top: 0.781vw;
    position: relative;
}
.section .content-wrapper .button-open-modal::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.198vw;
    transform: translate(0, -50%);
    background: url(../images/button-arrow-right.png) no-repeat 0 0 / contain;
    width: 0.495vw;
    height: 0.547vw;
    animation: buttonArrow 2s infinite alternate;
}

/* main page */
.section-main-page {
    padding: 25.313vw 0 18.906vw;
}
.section-main-page .link-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 4.844vw;
    z-index: 1;
}
.section-main-page .link-to-pre-registration {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22.5vw;
    height: 4.219vw;
}
.section-main-page .link-stores {
    display: flex;
    justify-content: center;
    gap: 0.521vw;
}
.section-main-page .link-store {
    border: 1px solid #7d7d7d;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    width: 9.167vw;
    height: 2.734vw;
}
.section-main-page .link-stores .stores-google-play {
    background-image: url(../images/main-page/google-play.png);
}
.section-main-page .link-stores .stores-app-store {
    background-image: url(../images/main-page/app-store.png);
}
.section-main-page .link-stores .stores-one-store {
    background-image: url(../images/main-page/one-store.png);
}
.section-main-page .link-stores .stores-pc-version {
    border: 0;
    border-radius: 0;
    background-image: url(../images/main-page/pc-version.png);
}

/* 게임 뉴스 */
.section-news {
    background-image: url(../images/news/news-background-image.jpg);
    height: var(--section-height);
    padding-top: var(--game-news-padding-top);
    box-sizing: border-box;
}
.section-news .headline-wrapper {
    margin-bottom: var(--game-news-headline-margin-bottom);
}
.section-news .headline-wrapper .headline {
    background: url(../images/news/headline.png) no-repeat 0 0 / contain;
    width: var(--game-news-headline-width);
    height: var(--game-news-headline-height);
    margin: 0 auto;
}
.section-news .content-wrapper {
    position: relative;
    width: var(--game-news-content-width);
    margin: 0 auto;
    transition: transform 1s;
}

/* 게임 소개 */
.section-game-introduce {
    background-image: url(../images/game-introduce/game-intoduce-background-image.jpg);
    height: var(--section-height);
    /* height: 2160px; */
}
.section-game-introduce .headline-wrapper {
    position: absolute;
    top: 8.359vw;
    left: 0;
    width: 100%;
}
.section-game-introduce .headline-wrapper .headline {
    background: url(../images/game-introduce/headline.png) no-repeat 0 0 /
        contain;
    width: 12.318vw;
    height: 4.401vw;
    margin: 0 auto;
}
.section-game-introduce .content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.section-game-introduce .content-wrapper .game-introduce {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    height: 100%;
}
.section-game-introduce .content-wrapper .game-introduce .background-image {
    background: url(../images/game-introduce/game-introduce-chrtrs.png)
        no-repeat 0 0 / cover;
    position: absolute;
    top: 10.26vw;
    right: 0.729vw;
    width: 41.354vw;
    height: 37.005vw;
    transition: transform 1s;
}
.section-game-introduce .content-wrapper .game-introduce .content {
    position: relative;
    margin: 0 4.307vw 6.641vw 0;
    transition: transform 1s;
}
.section-game-introduce .content-wrapper .game-introduce .headline {
    background: url(../images/game-introduce/game-introduce-text.png) no-repeat
        0 0 / contain;
    width: 9.453vw;
    height: 3.438vw;
}

.section-game-introduce .content-wrapper .core-contents {
    position: relative;
    display: flex;
    align-items: center;
    width: 50%;
    height: 100%;
}
.section-game-introduce .content-wrapper .core-contents .background-image {
    background: url(../images/game-introduce/core-contens-chrtrs.png) no-repeat
        0 0 / cover;
    position: absolute;
    bottom: 3.698vw;
    left: -2.526vw;
    width: 43.281vw;
    height: 37.188vw;
    transition: transform 1s;
}
.section-game-introduce .content-wrapper .core-contents .content {
    position: relative;
    margin: 14.453vw 0 0 3.984vw;
    transition: transform 1s;
}
.section-game-introduce .content-wrapper .core-contents .headline {
    background: url(../images/game-introduce/core-contents-text.png) no-repeat 0
        0 / contain;
    width: 9.688vw;
    height: 3.464vw;
}

/* 미디어 */
.section-media {
    background-image: url(../images/media/media-background-image.jpg);
    height: var(--section-height);
    /* height: 2160px; */
}
.section-media .headline-wrapper {
    position: absolute;
    top: 8.359vw;
    left: 0;
    width: 100%;
}
.section-media .headline-wrapper .headline {
    background: url(../images/media/headline.png) no-repeat 0 0 / contain;
    width: 12.318vw;
    height: 4.505vw;
    margin: 0 auto;
}
.section-media .content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.section-media .content-wrapper .gallary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    height: 100%;
}
.section-media .content-wrapper .gallary .background-image {
    background: url(../images/media/gallary-chrtr.png) no-repeat 0 0 / cover;
    position: absolute;
    top: 12.292vw;
    right: -0.703vw;
    width: 41.354vw;
    height: 36.875vw;
    transition: transform 1s;
}
.section-media .content-wrapper .gallary .content {
    position: relative;
    margin: 0 5vw 7.813vw 0;
    transition: transform 1s;
}
.section-media .content-wrapper .gallary .content .headline {
    background: url(../images/media/gallary-text.png) no-repeat 0 0 / contain;
    width: 7.24vw;
    height: 3.438vw;
}
.section-media .content-wrapper .ost {
    position: relative;
    display: flex;
    align-items: center;
    width: 50%;
    height: 100%;
}
.section-media .content-wrapper .ost .background-image {
    background: url(../images/media/ost-chrtr.png) no-repeat 0 0 / cover;
    position: absolute;
    bottom: 3.698vw;
    left: -2.526vw;
    width: 43.255vw;
    height: 36.927vw;
    transition: transform 1s;
}
.section-media .content-wrapper .ost .content {
    position: relative;
    margin: 12.5vw 0 0 4.01vw;
    transition: transform 1s;
}
.section-media .content-wrapper .ost .content .headline {
    background: url(../images/media/ost-text.png) no-repeat 0 0 / contain;
    width: 10.521vw;
    height: 3.359vw;
}

/* history */
.section-history {
    background-image: url(../images/history/history-background-image.jpg);
    height: var(--section-height);
    padding-top: 8.255vw;
    box-sizing: border-box;
}
.section-history .headline-wrapper {
    margin-bottom: 2.786vw;
}
.section-history .headline-wrapper .headline {
    background: url(../images/history/headline.png) no-repeat 0 0 / contain;
    width: 40.417vw;
    height: 4.74vw;
    margin: 0 auto;
}
.section-history .history {
    background: url(../images/history/history.png) no-repeat 0 0 / contain;
    width: 62.318vw;
    height: 28.307vw;
    margin: 0 auto;
    transition: transform 0.35s;
}
.section-history .link-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 3.125vw;
    transition: transform 0.35s 1.45s;
}
.section-history .link-wrapper .link-to-characters {
    background: url(../images/history/link-to-charaters.png) no-repeat 0 0 /
        contain;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.885vw;
    width: 24.74vw;
    height: 5.495vw;
}
.section-history .link-wrapper .link-to-characters .link-to-characters-text {
    background: url(../images/history/link-to-characters-text.png) no-repeat 0
        0 / contain;
    width: 10.729vw;
    height: 1.25vw;
    transition: transform 0.5s;
}
.section-history .link-wrapper .link-to-characters .link-to-characters-arrow {
    background: url(../images/history/link-to-characters-arrow.png) no-repeat 0
        0 / contain;
    width: 0.651vw;
    height: 0.755vw;
    animation: buttonArrow2 2s infinite alternate;
}
.section-history
    .link-wrapper
    .link-to-characters:hover
    .link-to-characters-text {
    transform: translate3d(0, -1px, 0);
}

/* modal pc client download */
.popover-download-pc-client {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.popover-download-pc-client .popover-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 62.5vw;
    max-height: 80vh;
    margin: 0 auto;
    overflow-y: auto;
}
.popover-download-pc-client .popover-content .content {
    position: relative;
    background: url(../images/pcpopover.jpg) no-repeat 0 0 / cover;
    width: 100%;
    height: 119.792vw;
}
.popover-download-pc-client .close-popover {
    background: url(../images/close-popover.png) no-repeat 0 0 / contain;
    position: absolute;
    top: 5.208vw;
    right: 11.458vw;
    width: 3.385vw;
    height: 3.385vw;
}
.popover-download-pc-client .popover-content .content .download-link {
    position: absolute;
    top: 18.646vw;
    left: 50%;
    transform: translate(-50%, 0);
    width: 17.448vw;
    height: 3.125vw;
}
.popover-download-pc-client .popover-content .content .link-official-cafe {
    position: absolute;
    top: 80.052vw;
    left: 50%;
    transform: translate(-50%, 0);
    width: 4.219vw;
    height: 6.094vw;
}

/* footer */
.footer .copyright {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3.906vw;
}
.footer .copyright p {
    font-size: 0.729vw;
    font-weight: 500;
    letter-spacing: -0.25px;
    color: #616161;
}

/* animation */
.section-news .content-wrapper,
.section-pre-registration .pre-registration,
.section-event-01 .content-wrapper,
.section-novia .content,
.section-novia-event .content,
.section-coupon .content,
.section-event-02 .content,
.section-event-03 .content,
.section-event-04 .content,
.section-coupon-02 .content,
.section-benefit-03 .content {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
}
.section-game-introduce .content-wrapper .game-introduce .background-image,
.section-media .content-wrapper .gallary .background-image {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
}
.section-game-introduce .content-wrapper .game-introduce .content,
.section-media .content-wrapper .gallary .content {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
}
.section-game-introduce .content-wrapper .core-contents .background-image,
.section-media .content-wrapper .ost .background-image {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
}
.section-game-introduce .content-wrapper .core-contents .content,
.section-media .content-wrapper .ost .content {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
}
.section-history .history {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
}

.section-event-01.active .content-wrapper,
.section-news.active .content-wrapper,
.section-game-introduce.active
    .content-wrapper
    .game-introduce
    .background-image,
.section-media.active .content-wrapper .gallary .background-image,
.section-novia.active .content,
.section-novia-event.active .content,
.section-coupon.active .content,
.section-event-02.active .content,
.section-event-03.active .content,
.section-event-04.active .content,
.section-coupon-02.active .content,
.section-benefit-03.active .content {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.section-pre-registration.active .pre-registration {
    opacity: 1;
    transform: translate3d(0, -3%, 0);
}
.section-game-introduce.active .content-wrapper .game-introduce .content,
.section-media.active .content-wrapper .gallary .content {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.section-game-introduce.active
    .content-wrapper
    .core-contents
    .background-image,
.section-media.active .content-wrapper .ost .background-image {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.section-game-introduce.active .content-wrapper .core-contents .content,
.section-media.active .content-wrapper .ost .content {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.section-history.active .history {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@keyframes buttonArrow {
    from {
        transform: translate3d(0, -50%, 0);
    }
    to {
        transform: translate3d(30%, -50%, 0);
    }
}
@keyframes buttonArrow2 {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(30%, 0, 0);
    }
}

/* 20240912 Update */
.section-main-page {
    /* height: var(--section-height); */
    height: 100vh;
    padding: 0;
}
.section-main-page .section-content {
    height: 100%;
}
.section-main-page .section-content .headline {
    background: url(../images/new-contents/main/title.png) no-repeat 50% 0 /
        contain;
    position: absolute;
    top: 15.625vw;
    left: 50%;
    transform: translate(-50%, 0);
    width: calc((1690 / 3840) * 100vw);
    height: calc((480 / 3840) * 100vw);
    margin: 0 auto;
    margin-bottom: 2.604vw;
}
.section-main-page .link-stores {
    position: absolute;
    bottom: 20.833vw;
    left: 50%;
    transform: translate(-50%, 0);
}
.section-novia .content .link-coupon-guide {
    position: absolute;
    top: 38.62vw;
    left: 14vw;
    width: 8.958vw;
    height: 1.302vw;
}

.section-novia-event {
    background: url(../images/new-contents/event/bg.jpg) no-repeat 50% 0 / cover;
    /* height: var(--section-height); */
    /* padding-top: var(--pre-registration-padding-top); */
    height: 100vh;
    display: flex;
    align-items: center;
}
.section-novia-event .content {
    background: url(../images/new-contents/event/content.png) no-repeat 0 0 /
        contain;
    width: 58.255vw;
    height: 45.443vw;
    margin: 0 auto;
    transition: transform 1s;
}

/* new contents */
.section-main-page {
    background-image: url(../images/new-contents/main/main.jpg);
    background-position-y: 50%;
}
.section-main-page .section-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-main-page .section-content .headline {
    position: static;
    transform: none;
    top: 370px;
    width: calc((1669 / 3840) * 100vw);
    /* width: 1601px; */
    height: calc((486 / 3840) * 100vw);
    /* height: 451px; */
}
.section-main-page .link-stores {
    position: static;
    transform: none;
    /* bottom: 240px; */
}
.section-main-page .section-content .link-to-pre-registration {
    background: url(../images/new-contents/main/link-pre-order.png) no-repeat 0
        0 / contain;
    /* position: absolute;
    bottom: 120px; */
    /* bottom: 260px; */
    /* left: 50%;
    transform: translate(-50%, 0); */
    width: calc((1610 / 3840) * 100vw);
    height: calc((222 / 3840) * 100vw);
    display: block;
    margin: calc((100 / 3840) * 100vw) auto 0;
}

.section-event-01 {
    background: url(../images/new-contents/pre-order-event/bg.jpg) no-repeat 50%
        100% / cover;
    height: calc((2160 / 3840) * 100vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section-event-01 .headline-wrapper {
    padding-bottom: var(--pre-registration-headline-padding-bottom);
}
.section-event-01 .content-wrapper {
    background: url(../images/new-contents/pre-order-event/contents.png)
        no-repeat 50% 0 / cover;
    position: relative;
    width: calc((2237 / 3840) * 100vw);
    /* width: 2237px; */
    height: calc((1907 / 3840) * 100vw);
    /* height: 1531px; */
    margin: 0 auto;
    transition: transform 1s;
}
.section-event-01 .content-wrapper .link-official-cafe {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 19.375vw;
    /* width: 744px; */
    height: 3.438vw;
    /* height: 132px; */
}

.section-novia {
    background: url(../images/new-contents/benefit/bg.jpg) no-repeat 50% 0 /
        cover;
    /* height: var(--section-height); */
    height: calc((2135 / 3840) * 100vw);
    /* padding-top: var(--pre-registration-padding-top); */
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-novia .content {
    background: url(../images/new-contents/benefit/content.png) no-repeat 0 0 /
        contain;
    width: calc((2237 / 3840) * 100vw);
    height: calc((1275 / 3840) * 100vw);
    transition: transform 1s;
}

.section-novia .button-open-popup {
    background: transparent;
    position: absolute;
}
.section-novia .button-open-popup[data-value="benefit-01"] {
    top: calc((33 / 3840) * 100vw);
    left: calc((1438 / 3840) * 100vw);
    width: calc((60 / 3840) * 100vw);
    height: calc((60 / 3840) * 100vw);
}
.section-novia .popup.popup-benefit-01 .button-close-popup {
    width: calc((50 / 3840) * 100vw);
    height: calc((50 / 3840) * 100vw);
}
.section-novia .popup.popup-benefit-01-a .button-close-popup {
    right: calc((100 / 3840) * 100vw);
    width: calc((50 / 3840) * 100vw);
    height: calc((50 / 3840) * 100vw);
}
.section-novia .button-open-popup[data-value="benefit-01-a"] {
    top: calc((455 / 3840) * 100vw);
    left: calc((1880 / 3840) * 100vw);
    width: calc((60 / 3840) * 100vw);
    height: calc((60 / 3840) * 100vw);
}
.section-novia [data-popup-windowopen] {
    background: transparent;
    position: absolute;
    top: calc((452 / 3840) * 100vw);
    left: calc((1880 / 3840) * 100vw);
    width: calc((60 / 3840) * 100vw);
    height: calc((60 / 3840) * 100vw);
}

.section-coupon {
    background: url(../images/new-contents/coupon/bg.jpg) no-repeat 50% 0 /
        cover;
    height: calc((2159 / 3840) * 100vw);
    display: flex;
    align-items: center;
}
.section-coupon .content {
    background: url(../images/new-contents/coupon/content.png) no-repeat 50% 0 /
        contain;
    width: calc((2237 / 3840) * 100vw);
    height: calc((1905 / 3840) * 100vw);
    margin: 0 auto;
    transition: transform 1s;
}
.link-coupon-guide {
    position: absolute;
    top: 34.4vw;
    /* top: 668.16px; */
    left: 8.813vw;
    /* left: 376.819px; */
    width: var(--link-coupon-guild-width);
    /* width: 440px; */
    height: var(--link-coupon-guild-height);
    /* height: 70px; */
}
.section-coupon .link-detail-01 {
    position: absolute;
    top: calc((250 / 3840) * 100vw);
    left: calc((1647 / 3840) * 100vw);
    width: calc((45 / 3840) * 100vw);
    height: calc((45 / 3840) * 100vw);
}

.section-benefit-03 {
    background: url(../images/new-contents/benefit-03/bg.jpg) no-repeat 50% 0 /
        cover;
    height: calc((2159 / 3840) * 100vw);
    display: flex;
    align-items: center;
}
.section-benefit-03 .content {
    background: url(../images/new-contents/benefit-03/content.png) no-repeat 50%
        0 / contain;
    width: calc((2237 / 3840) * 100vw);
    height: calc((1556 / 3840) * 100vw);
    margin: 0 auto;
    position: relative;
}
.section-benefit-03 .content .link-download-pc-client,
.section-benefit-03 .content .link-official-cafe {
    position: absolute;
}
.section-benefit-03 .content .link-download-pc-client {
    top: calc((930 / 3840) * 100vw);
    left: calc((1211 / 3840) * 100vw);
    width: calc((870 / 3840) * 100vw);
    height: calc((132 / 3840) * 100vw);
}
.section-benefit-03 .content .link-official-cafe {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: calc((744 / 3840) * 100vw);
    height: calc((132 / 3840) * 100vw);
}
.section-benefit-03 .content .link {
    background: transparent;
    position: absolute;
    top: calc((657 / 3840) * 100vw);
    left: calc((334 / 3840) * 100vw);
    width: calc((526 / 3840) * 100vw);
    height: calc((94 / 3840) * 100vw);
}

.section-novia-event {
    height: calc((2436 / 3840) * 100vw);
}
.section-novia-event .content {
    width: calc((2080 / 3840) * 100vw);
    height: calc((2055 / 3840) * 100vw);
}
.section-novia-event .link-tip-board {
    position: absolute;
    bottom: calc((132 / 3840) * 100vw);
    left: calc((935 / 3840) * 100vw);
    width: calc((1069 / 3840) * 100vw);
    height: calc((130 / 3840) * 100vw);
}

/* 게임 뉴스 */
.section-news {
    background-image: url(../images/news/news-background-image.jpg);
    height: var(--section-height);
    padding-top: var(--game-news-padding-top);
    box-sizing: border-box;
}
.section-news .headline-wrapper {
    margin-bottom: var(--game-news-headline-margin-bottom);
}
.section-news .headline-wrapper .headline {
    background: url(../images/news/headline.png) no-repeat 50% 0 / contain;
    width: var(--game-news-headline-width);
    height: var(--game-news-headline-height);
    margin: 0 auto;
}
.section-news .content-wrapper {
    position: relative;
    width: var(--game-news-content-width);
    margin: 0 auto;
    transition: transform 1s;
}

.section-news .content-wrapper .board-wrapper {
    background: rgba(255, 255, 255, 0.8);
    padding: 2.344vw 3.125vw;
    box-sizing: border-box;
}
.section-news .content-wrapper .board-wrapper .board-table {
    width: 100%;
}
.section-news .content-wrapper .board-wrapper .board-table .table-header {
    display: flex;
    border-bottom: 1px solid #000;
    width: 100%;
    height: 2.604vw;
    font-size: 1.354vw;
    font-weight: 700;
    letter-spacing: -0.3px;
    text-align: center;
}
.section-news
    .content-wrapper
    .board-wrapper
    .board-table
    .table-header
    .header-text.title {
    width: 80%;
}
.section-news
    .content-wrapper
    .board-wrapper
    .board-table
    .table-header
    .header-text.date {
    width: 20%;
}
.section-news
    .content-wrapper
    .board-wrapper
    .board-table
    .table-content-list
    .table-content-item {
    border-bottom: 1px solid #6d6d6d;
    display: flex;
    align-items: center;
    height: 2.734vw;
    font-size: 1.094vw;
    letter-spacing: -0.3px;
    color: #000;
}
.section-news
    .content-wrapper
    .board-wrapper
    .board-table
    .table-content-list
    .table-content-item
    .table-content-link {
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 2.865vw;
    box-sizing: border-box;
}
.section-news
    .content-wrapper
    .board-wrapper
    .board-table
    .table-content-list
    .table-content-item
    .table-content-link:hover {
    text-decoration: underline;
}
.section-news
    .content-wrapper
    .board-wrapper
    .board-table
    .table-content-list
    .table-content-item
    .date {
    display: block;
    width: 20%;
    text-align: center;
}

.section-news .content-wrapper .pagination {
    margin: 2.083vw 0 0 0;
    text-align: center;
}
.section-news .content-wrapper .pagination .prev {
    background: url(../images/news/prev.png) no-repeat 0 0 / cover;
    width: var(--game-news-table-pagination-button-width);
    height: var(--game-news-table-pagination-button-height);
    margin-right: var(--game-news-table-pagination-button-margin);
}
.section-news .content-wrapper .pagination .next {
    background: url(../images/news/next.png) no-repeat 0 0 / cover;
    width: var(--game-news-table-pagination-button-width);
    height: var(--game-news-table-pagination-button-height);
    margin-left: var(--game-news-table-pagination-button-margin);
}
.section-news .content-wrapper .pagination a,
.section-news .content-wrapper .pagination strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.094vw;
    width: 1.172vw;
    height: var(--game-news-table-pagination-height);
    line-height: var(--game-news-table-pagination-height);
    color: #999;
}
.section-news .content-wrapper .pagination strong,
.section-news .content-wrapper .pagination a:hover {
    color: #000;
    text-decoration: none;
}

.section-event-02 {
    background-image: url(../images/new-contents/pre-order-event-02/bg.jpg);
    height: calc((2160 / 3840) * 100vw);
    display: flex;
    align-items: center;
}
.section-event-02 .content {
    background: url(../images/new-contents/pre-order-event-02/content.png)
        no-repeat 50% 0 / cover;
    width: calc((1973 / 3840) * 100vw);
    height: calc((1652 / 3840) * 100vw);
    margin: 0 auto;
    transition: transform 1s;
}
.section-event-02 .link-event-notice {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-85%, 0);
    width: calc((743 / 3840) * 100vw);
    height: calc((132 / 3840) * 100vw);
}

.section-event-03 {
    background-image: url(../images/new-contents/pre-order-event-03/bg.jpg);
    height: calc((2159 / 3840) * 100vw);
    display: flex;
    align-items: center;
}
.section-event-03 .content {
    background: url(../images/new-contents/pre-order-event-03/content.png)
        no-repeat 50% 0 / cover;
    position: relative;
    width: calc((2080 / 3840) * 100vw);
    height: calc((1601 / 3840) * 100vw);
    margin: 0 auto;
    transition: transform 1s;
}
.section-event-03 .content .link-official-cafe {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: calc((742 / 3840) * 100vw);
    height: calc((132 / 3840) * 100vw);
}

.section-event-04 {
    background-image: url(../images/new-contents/pre-order-event-04/bg.jpg);
    height: calc((2437 / 3840) * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-event-04 .content {
    background: url(../images/new-contents/pre-order-event-04/content.png)
        no-repeat 50% 0 / contain;
    position: relative;
    width: calc((2080 / 3840) * 100vw);
    height: calc((2093 / 3840) * 100vw);
    transition: transform 1s;
}
.section-event-04 .content .link-event {
    position: absolute;
    bottom: calc((338 / 3840) * 100vw);
    width: calc((874 / 3840) * 100vw);
    height: calc((164 / 3840) * 100vw);
}
.section-event-04 .content .link-event.event-01 {
    left: calc((78 / 3840) * 100vw);
}
.section-event-04 .content .link-event.event-02 {
    left: calc((1130 / 3840) * 100vw);
}

.section-event-05 {
    background-image: url(../images/new-contents/pre-order-event-05/bg.jpg);
    height: calc((2436 / 3840) * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-event-05 .content {
    background: url(../images/new-contents/pre-order-event-05/content.png)
        no-repeat 50% 0 / contain;
    position: relative;
    width: calc((2080 / 3840) * 100vw);
    height: calc((2028 / 3840) * 100vw);
}
.section-event-05 .content .link {
    position: absolute;
    bottom: calc((140 / 3840) * 100vw);
    right: calc((65 / 3840) * 100vw);
    width: calc((1097 / 3840) * 100vw);
    height: calc((130 / 3840) * 100vw);
}

.section-coupon-02 {
    background: url(../images/new-contents/coupon-02/bg.jpg) no-repeat 50% 0 /
        cover;
    height: 100vh;
    display: flex;
    align-items: center;
}
.section-coupon-02 .content {
    background: url(../images/new-contents/coupon-02/content.png) no-repeat 50%
        0 / contain;
    position: relative;
    width: 58.26vw;
    height: 33.62vw;
    margin: 0 auto;
    transition: transform 1s;
}

.section-coupon-02 .content .link-coupon-guide {
    position: absolute;
    top: 20.4vw;
    /* top: 668.16px; */
    left: 8.3vw;
    /* left: 376.819px; */
    width: var(--link-coupon-guild-width);
    /* width: 440px; */
    height: var(--link-coupon-guild-height);
    /* height: 70px; */
}

.popup {
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    max-width: 80vw;
    z-index: 1;
}
.popup .popup-content .button-close-popup {
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    width: 2.78vw;
    height: 0.78vw;
}
