@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Noto+Sans+TC:wght@500;700&family=Noto+Sans+SC:wght@500;700&display=swap');


@font-face {
    font-family: 'S-CoreDream';
    src: url(../font/SCDream5.eot);
    src: url(../font/SCDream5.eot?#iefix) format("embedded-opentype"),
        url(../font/SCDream5.woff2) format("woff2"),
        url(../font/SCDream5.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'S-CoreDream';
    src: url(../font/SCDream6.eot);
    src: url(../font/SCDream6.eot?#iefix) format("embedded-opentype"),
        url(../font/SCDream6.woff2) format("woff2"),
        url(../font/SCDream6.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'S-CoreDream';
    src: url(../font/SCDream7.eot);
    src: url(../font/SCDream7.eot?#iefix) format("embedded-opentype"),
        url(../font/SCDream7.woff2) format("woff2"),
        url(../font/SCDream7.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-family: "S-CoreDream", sans-serif;
    font-weight: 500;
}

:lang(zh-TW),
:lang(zh-HK),
:lang(zh-MO),
:lang(zh-Hant),
:lang(zh-Hant-TW),
:lang(zh-Hant-HK),
:lang(zh-Hant-MO) {
    font-family: "Noto Sans TC", sans-serif;
}

:lang(zh),
:lang(zh-CN),
:lang(zh-SG),
:lang(zh-MY),
:lang(zh-Hans),
:lang(zh-Hans-CN) {
    font-family: "Noto Sans SC", sans-serif;
}

:lang(ja) {
    font-family: "Noto Sans JP", sans-serif;
}

strong {
    font-weight: 700;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    font-family: "S-CoreDream", sans-serif;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    scroll-behavior: smooth;
    overscroll-behavior: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 폼 요소 초기화 및 리셋 */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
th,
td,
form,
fieldset,
legend,
select,
button,
input,
textarea,
figure,
figcaption {
    margin: 0;
    padding: 0;
    font-size: 0;
    font-weight: inherit;
    font-style: inherit;
    color: inherit;
    line-height: 0;
}

fieldset,
li,
img {
    border: 0;
    vertical-align: baseline;
}

ul,
ol {
    list-style: none;
}

input,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

address,
caption,
cite,
code,
dfn,
em,
var,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
span {
    font-style: inherit;
    color: inherit;
    font-weight: inherit;
}

button {
    box-shadow: none;
    outline: 0;
    border: 0 none;
    background: transparent;
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
}

a,
a:focus,
a:active,
a:hover {
    outline: none;
    box-shadow: none;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

hr {
    display: none;
}

legend {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 1px;
    line-height: 100px;
    white-space: nowrap;
}

::-ms-clear,
::-ms-reveal {
    display: none;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-corner {
    background: rgba(255, 255, 255, .5);
}

::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background: rgba(0, 0, 0, .25);
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .4);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

input::placeholder {
    opacity: .2;
    color: inherit;
}

select::-ms-expand {
    display: none;
}

select {
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0 none;
    outline: 0 none;
}

img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.screen-out {
    font-size: 1px;
    line-height: 1px;
    width: 1px;
    height: 1px;
    left: -1px;
    top: -1px;
    position: absolute;
    overflow: hidden;
}

html:focus-within {
    scroll-behavior: smooth;
}

:root {
    color-scheme: only light;
    font-size: 100px;
    --easing: cubic-bezier(0, .35, .55, 1);
    --footer-height: 6.25vw;
    --header-height: 3.906vw;
}

@media (max-width:1920px) {
    :root {
        font-size: 100px;
        --footer-height: 120px;
        --header-height: 75px
    }

    html:lang(zh-TW),
    html:lang(zh-CN) {
        --footer-height: 195px
    }
}

@media (max-width: 1080px) {
    :root {
        font-size: 100px;
        --footer-height: 150px;
        --header-height: 100px
    }

    html:lang(zh-TW),
    html:lang(zh-CN) {
        --footer-height: 260px
    }
}

@media (max-width: 720px) {
    :root {
        font-size: calc(100vw / 7.2);
        --footer-height: 40vw;
        --header-height: 13.8888888889vw
    }

    html:lang(zh-TW),
    html:lang(zh-CN) {
        --footer-height: 36.111vw
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header-height);
    background-color: #fff;
    justify-content: space-between;
    box-sizing: border-box;
    z-index: 2000;
    display: flex;
    align-items: center;
}

.header-logo {
    position: absolute;
    top: .8203125vw;
    left: 1.953125vw;
    width: 6.9921875vw
}

.header-logo>a {
    display: block;
    width: 100%;
    height: 100%
}

.header-utils {
    position: absolute;
    top: 1.1328125vw;
    right: 2.2265625vw
}

.navigator {
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.btn-mobile-menu {
    display: block;
    background-image: url(../img/ic-nav.svg);
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
    cursor: pointer
}

@media (max-width:1920px) {
    .header-logo {
        top: 15.75px;
        left: 37.5px;
        width: 134.25px
    }

    .header-utils {
        top: 21.75px;
        right: 42.75px
    }
}

@media (max-width: 1080px) {
    .header-logo {
        top: 13px;
        left: 20px;
        width: 224px
    }

    .header-utils {
        top: 25px;
        right: 20px
    }

    .btn-mobile-menu {
        width: 52px;
        height: 50px;
    }
}

@media (max-width: 720px) {
    .header-logo {
        top: 1.8055555556vw;
        left: 2.7777777778vw;
        width: 31.1111111111vw
    }

    .header-utils {
        top: 3.4722222222vw;
        right: 2.7777777778vw
    }

    .btn-mobile-menu {
        width: 7.2222222222vw;
        height: 6.9444444444vw
    }
}

.gnb {
    width: 100%;
    height: 100%
}

.gnb .menu-list {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    font-size: 0
}

.gnb .menu-list .menu-item {
    position: relative;
    margin: 0 1.171875vw
}


.gnb .menu-list .menu-item.hide {
    display: none !important
}

.gnb .menu-list .menu-item:hover .sub-list {
    display: block
}

.gnb .menu-list .menu-item:hover>a {
    color: #2948b4
}

.gnb .menu-list .menu-item>a {
    display: flex;
    align-items: center;
    height: 3.90625vw;
    font-family: var(--font);
    font-weight: 500;
    font-size: .8984375vw;
    line-height: .9375vw;
    text-align: center;
    color: #000
}

.gnb .menu-list .menu-item>a.on {
    color: #2948b4
}

.gnb .sub-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    padding: .6640625vw 0 .625vw;
    z-index: 20
}

.gnb .sub-list:after {
    content: "Background";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 150vw;
    height: 7.03125vw;
    background-color: #fff;
    z-index: 10
}

.gnb .sub-list>.sub-item {
    position: relative;
    margin-top: .9765625vw;
    z-index: 20
}

.gnb .sub-list>.sub-item:hover>a {
    color: #2948b4
}

.gnb .sub-list>.sub-item:first-child {
    margin-top: 0
}

.gnb .sub-list>.sub-item>a {
    white-space: nowrap;
    font-family: var(--font);
    font-style: normal;
    font-weight: 400;
    font-size: .703125vw;
    line-height: .703125vw;
    color: #3e3e3e
}

.gnb .sub-list>.sub-item>a._on_s7m5w_86 {
    color: #2948b4
}

.language-selector {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 6.40625vw;
    height: 1.328125vw;
    transform: scale(.93)
}

.language-selector:before {
    content: "Language Selector";
    display: block;
    width: 1.328125vw;
    height: 1.328125vw;
    margin-right: .3125vw;
    background-image: url(../img/ic-lang.png);
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px
}

.language-selector .current-language {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 4.765625vw;
    padding: 0 .1953125vw 0 .1171875vw;
    box-sizing: border-box;
    font-family: var(--font);
    font-weight: 400;
    font-size: .9375vw;
    line-height: 1.640625vw;
    color: #3e3e3ee6;
    cursor: pointer
}

.language-selector .current-language:after {
    content: "";
    display: block;
    width: .3515625vw;
    height: .234375vw;
    background-image: url(../img/ic-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
    margin-left: .390625vw
}

.language-selector .current-language[data-open=true]:after {
    transform: rotate(180deg)
}

.language-selector .list {
    position: absolute;
    top: 100%;
    right: 0;
    width: 4.765625vw;
    background: rgba(255, 255, 255, .8);
    border-radius: .1171875vw;
    padding: 0 .1953125vw 0 .1171875vw;
    box-sizing: border-box
}

.language-selector .list[data-open=false] {
    display: none
}

.language-selector .list>li>a {
    font-weight: 500;
    font-size: .859375vw;
    line-height: 1.640625vw;
    color: #3d3d3d80
}


@media (max-width: 1920px) {
    .gnb .menu-list .menu-item {
        margin: 0 22.5px
    }

    .gnb .menu-list .menu-item>a {
        font-size: 17.25px;
        line-height: 18px
    }

    .gnb .sub-list {
        padding: 12.75px 0 12px
    }

    .gnb .sub-list:after {
        height: 135px
    }

    .gnb .sub-list>.sub-item {
        margin-top: 18.75px
    }

    .gnb .sub-list>.sub-item>a {
        font-size: 13.5px;
        line-height: 13.5px
    }

    .language-selector {
        min-width: 123px;
        height: 25.5px
    }

    .language-selector:before {
        width: 25.5px;
        height: 25.5px;
        margin-right: 6px
    }

    .language-selector .current-language {
        min-width: 91.5px;
        font-size: 18px;
        line-height: 18px;
        padding: 0 3.75px 0 2.25px
    }

    .language-selector .current-language:after {
        width: 6.75px;
        height: 4.5px
    }

    .language-selector .list {
        width: 91.5px;
        border-radius: 2.25px;
        padding: 0 3.75px 0 2.25px
    }

    .language-selector .list>li>a {
        font-size: 16.5px;
        line-height: 31.5px
    }
}


@media (max-width: 1080px) {
    .navigator {
        display: none
    }

    .header-utils .language-selector {
        display: none
    }
        
    .slide-menu-content {
        padding: .72rem 0;
        height:calc(100vh - env(safe-area-inset-bottom));
    }

    .slide-menu-content .opt-content{
        margin-top:.52rem;
        padding-bottom:.52rem
    }
    .slide-menu-content .opt-content .language-selector {
        min-width: 1.64rem;
        height: auto;
        transform: scale(1);
        align-items: flex-start;
        padding-bottom:.52rem
    }

    .slide-menu-content .opt-content .language-selector:before {
        width: .34rem;
        height: .34rem;
        margin-right: .08rem
    }

    .slide-menu-content .opt-content .language-selector .current-language {
        min-width: 1.22rem;
        font-size: .24rem;
        line-height: .24rem;
        height:.34rem;
        margin-bottom:1.4rem;
        padding: .05rem .05rem .05rem .03rem
    }

    .slide-menu-content .opt-content .language-selector .current-language:after {
        width: .09rem;
        height: .06rem
    }

    .slide-menu-content .opt-content .language-selector .list {
        top:.34rem;
        background:none;
        width: 1.22rem;
        border-radius: .03rem;
        padding: .05rem .05rem .05rem .03rem
    }

    .slide-menu-content .opt-content .language-selector .list>li>a {
        font-size: .22rem;
        line-height: .42rem
    }
}
/*
@media (max-width: 720px) {

    .language-selector {
        min-width: 22.7777777778vw;
        height: 4.7222222222vw
    }

    .language-selector:before {
        width: 4.7222222222vw;
        height: 4.7222222222vw;
        margin-right: 1.1111111111vw
    }

    .language-selector .current-language {
        min-width: 122rem;
        font-size: .24rem;
        line-height: 1;
        padding: 0 .5rem 0 .3rem
    }

    .language-selector .current-language:after {
        width: 1.25vw;
        height: .8333333333vw
    }

    .language-selector .list {
        width: 16.9444444444vw;
        border-radius: .4166666667vw;
        padding: 0 .6944444444vw 0 .4166666667vw
    }

    .language-selector .list>li>a {
        font-size: 3.0555555556vw;
        line-height: 5.8333333333vw
    }
}
*/


.footer {
    position: relative;
    height: var(--footer-height);
    background-color: #fff;
    display: flex;
    justify-content: center;
    z-index: 2000
}

.footer .logo-list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: .9375vw
}

.footer>.logo-list>li {
    font-size: 0;
    background-repeat: no-repeat;
    background-size: contain
}

.footer>.logo-list>li:not(:first-child) {
    margin-left: 2.0703125vw
}

.footer>.logo-list>li .neowiz {
    width: 6.953125vw
}

.footer>.logo-list>li .gamfsn {
    width: 5.1953125vw
}

.footer-content {
    padding-top: 2.0703125vw;
    padding-bottom: 1.4453125vw;
    margin-left: 5.1953125vw
}

.link-list {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.link-list>li {
    display: flex;
    align-items: center
}

.link-list>li:not(:first-child):before {
    content: "Line";
    display: block;
    font-size: 0;
    width: 1px;
    height: .78125vw;
    background-color: #d2d2d2;
    margin: 0 .78125vw
}

.link-list>li>a {
    display: block;
    font-weight: 400;
    font-size: 1.015625vw;
    line-height: .9375vw;
    text-align: center;
    color: #2b2b2b
}

.copyright {
    font-family: Lato, sans-serif;
    font-weight: 500;
    color: #b4b4b4;
    text-align: center;
    font-size: .703125vw;
    line-height: .9375vw;
    margin-top: .859375vw
}

@media (max-width:1920px) {
    .footer>.logo-list {
        padding-bottom: 18px
    }

    .footer>.logo-list>li:not(:first-child) {
        margin-left: 39.75px
    }

    .footer>.logo-list>li .neowiz {
        width: 133.5px
    }

    .footer>.logo-list>li .gamfsn {
        width: 99.75px
    }

    .footer-content {
        padding-top: 39.75px;
        padding-bottom: 27.75px;
        margin-left: 99.75px
    }

    .link-list>li:not(:first-child):before {
        height: 15px;
        margin: 0 15px
    }

    .link-list>li>a {
        font-size: 19.5px;
        line-height: 18px
    }

    .copyright {
        font-size: 13.5px;
        line-height: 18px;
        margin-top: 16.5px
    }
}

@media (max-width: 1080px) {
    .footer {
        flex-direction: column
    }

    .footer>.logo-list {
        padding-bottom: 32px
    }

    .footer>.logo-list>li:not(:first-child) {
        margin-left: 40px
    }

    .footer>.logo-list>li .neowiz {
        width: 134px
    }

    .footer>.logo-list>li .gamfsn {
        width: 99px
    }

    .footer-content {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0 auto
    }

    .link-list {
        justify-content: center
    }

    .link-list>li:not(:first-child):before {
        height: 19px;
        margin: 0 15px
    }

    .copyright {
        font-size: 18px;
        line-height: 24px;
        margin-top: 15px
    }
}

@media (max-width: 720px) {
    .btn-mobile-menu {
        width: 7.2222222222vw;
        height: 6.9444444444vw
    }

    .footer>.logo-list {
        padding-bottom: 4.4444444444vw
    }

    .footer>.logo-list>li:not(:first-child) {
        margin-left: 5.5555555556vw
    }

    .footer>.logo-list>li .neowiz {
        width: 18.6111111111vw
    }

    .footer>.logo-list>li .gamfsn {
        width: 13.75vw
    }

    .link-list>li:not(:first-child):before {
        height: 2.6388888889vw;
        margin: 0 2.0833333333vw
    }

    .link-list>li>a {
        font-size: 2.9166666667vw;
        line-height: 3.3333333333vw
    }

    .copyright {
        font-size: 2.5vw;
        line-height: 3.3333333333vw;
        margin-top: 2.0833333333vw
    }
}


.footer.tw {
    min-height: var(--footer-height);
    height: auto;
}

.footer.tw .copyright {
    text-align: left
}

@media (max-width: 1080px) {
    .footer.tw {
        flex-direction: column
    }
}

.tw-content {
    display: flex;
    align-items: center;
    font-size: medium;
    line-height: normal;
}

.tw-content * {
    font-size: inherit;
    line-height: inherit;
}

.tw-content .tw-content-list {
    padding: 1em 2em 0 0
}

.tw-content .tw-content-list>li {
    font-family: var(--font);
    font-size: .546875vw;
    line-height: 1.5em
}

@media (max-width: 1920px) {
    .tw-content .tw-content-list>li {
        font-size: 10.5px
    }
}

@media (max-width: 720px) {
    .tw-content .tw-content-list>li {
        font-size: 1.6666666667vw
    }
}

.tw-content .age-mark {
    display: block;
    width: 3.125vw;
    margin-left: 2em
}

@media (max-width: 1920px) {
    .tw-content .age-mark {
        width: 60px
    }
}

@media (max-width: 1080px) {
    .tw-content .age-mark {
        position: absolute;
        bottom: 1em;
        right: 1em
    }
}

@media (max-width: 720px) {
    .tw-content .age-mark {
        width: 11.1111111111vw
    }
}

.tw-content .age-mark img {
    display: block;
    width: 100%
}

.footer.tw .logo-list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: .9375vw
}

@media (max-width: 1920px) {
    .footer.tw .logo-list {
        padding-bottom: 18px
    }
}

@media (max-width: 1080px) {
    .footer.tw .logo-list {
        padding-bottom: 32px
    }
}

@media (max-width: 720px) {
    .footer.tw .logo-list {
        padding-bottom: 4.4444444444vw
    }
}

.footer.tw .logo-list>li {
    font-size: 0;
    background-repeat: no-repeat;
    background-size: contain
}

.footer.tw .logo-list>li:not(:first-child) {
    margin-left: 2.0703125vw
}

@media (max-width: 1920px) {
    .footer.tw .logo-list>li:not(:first-child) {
        margin-left: 39.75px
    }
}

@media (max-width: 1080px) {
    .footer.tw .logo-list>li:not(:first-child) {
        margin-left: 40px
    }
}

@media (max-width: 720px) {
    .footer.tw .logo-list>li:not(:first-child) {
        margin-left: 5.5555555556vw
    }
}

.footer.tw .logo-list>li .neowiz {
    width: 6.953125vw
}

@media (max-width: 1920px) {
    .footer.tw .logo-list>li .neowiz {
        width: 133.5px
    }
}

@media (max-width: 1080px) {
    .footer.tw .logo-list>li .neowiz {
        width: 134px
    }
}

@media (max-width: 720px) {
    .footer.tw .logo-list>li .neowiz {
        width: 18.6111111111vw
    }
}

.footer.tw .logo-list>li .gamfsn {
    width: 5.1953125vw
}

@media (max-width: 1920px) {
    .footer.tw .logo-list>li .gamfsn {
        width: 99.75px
    }
}

@media (max-width: 1080px) {
    .footer.tw .logo-list>li .gamfsn {
        width: 99px
    }
}

@media (max-width: 720px) {
    .footer.tw .logo-list>li .gamfsn {
        width: 13.75vw
    }
}

.footer.tw .footer-content {
    padding-top: 2.0703125vw;
    padding-bottom: 1.4453125vw;
    margin-left: 5.1953125vw
}

@media (max-width: 1920px) {
    .footer.tw .footer-content {
        padding-top: 39.75px;
        padding-bottom: 27.75px;
        margin-left: 99.75px
    }
}

@media (max-width: 1080px) {
    .footer.tw .footer-content {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0 auto
    }
}

.footer.tw .link-list {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

@media (max-width: 1080px) {
    .footer.tw .link-list {
        justify-content: center
    }
}

.footer.tw .link-list>li {
    display: flex;
    align-items: center
}

.footer.tw .link-list>li:not(:first-child):before {
    content: "Line";
    display: block;
    font-size: 0;
    width: 1px;
    height: .78125vw;
    background-color: #d2d2d2;
    margin: 0 .78125vw
}

@media (max-width: 1920px) {
    .footer.tw .link-list>li:not(:first-child):before {
        height: 15px;
        margin: 0 15px
    }
}

@media (max-width: 1080px) {
    .footer.tw .link-list>li:not(:first-child):before {
        height: 19px;
        margin: 0 15px
    }
}

@media (max-width: 720px) {
    .footer.tw .link-list>li:not(:first-child):before {
        height: 2.6388888889vw;
        margin: 0 2.0833333333vw
    }
}

.footer.tw .link-list>li>a {
    display: block;
    font-family: var(--font);
    font-weight: 400;
    font-size: 1.015625vw;
    line-height: .9375vw;
    text-align: center;
    color: #2b2b2b
}

@media (max-width: 1920px) {
    .footer.tw .link-list>li>a {
        font-size: 19.5px;
        line-height: 18px
    }
}

@media (max-width: 720px) {
    .footer.tw .link-list>li>a {
        font-size: 2.9166666667vw;
        line-height: 3.3333333333vw
    }
}

.footer.tw .copyright {
    font-family: Lato, sans-serif;
    font-weight: 500;
    color: #b4b4b4;
    text-align: left;
    font-size: .703125vw;
    line-height: .9375vw;
    margin-top: .859375vw
}

@media (max-width: 1920px) {
    .footer.tw .copyright {
        font-size: 13.5px;
        line-height: 18px;
        margin-top: 16.5px
    }
}

@media (max-width: 1080px) {
    .footer.tw .copyright {
        font-size: 18px;
        line-height: 24px;
        margin-top: 15px
    }
}

@media (max-width: 720px) {
    .footer.tw .copyright {
        font-size: 2.5vw;
        line-height: 3.3333333333vw;
        margin-top: 2.0833333333vw
    }
}




.footer.en {
    font-size: medium;
    line-height: normal
}

.footer.en .age-mark {
    font-size:inherit;
    line-height: inherit;
    display: block;
    width: 7.265625vw;
    margin-top: max(1.15vw, 1.5em);
    margin-left: 2em
}

@media (max-width: 1920px) {
    .footer.en .age-mark {
        width: 140px;
    }
}

@media (max-width: 1080px) {
    .footer.en .age-mark {
        position: absolute;
        bottom: 1em;
        right: 1em
    }
}

@media (max-width: 720px) {
    .footer.en .copyright{margin-top:18vw}
    .footer.en .age-mark {
        width: 25.83vw;
        position: absolute;
        bottom: 9.5vw;
        margin: 0;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}

.footer.en .age-mark img {
    display: block;
    width: 100%
}




.slide-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 3100;
    overflow: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    opacity: 0;
    transition: all .25s var(--easing)
}

.slide-menu.visible {
    overflow-y: scroll;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 10;
}

.slide-menu::-webkit-scrollbar {
    display: none
}

.slide-menu .btn-close {
    position: absolute;
    top: 27px;
    right: 20px;
    width: 47px;
    height: 47px;
    background-image: url(../img/btn-close.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    text-indent: -9999px;
    z-index: 100;
    cursor: pointer
}

@media (max-width: 720px) {
    .slide-menu .btn-close {
        top: 3.75vw;
        right: 2.7777777778vw;
        width: 6.5277777778vw;
        height: 6.5277777778vw
    }
}

.slide-menu-content {
    width: 100%;
    height:100vh;
    padding: 52px 0;
    background-image: url(../img/slide-menu-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    box-sizing: border-box;
    overflow-y:auto
}

@media (max-width: 720px) {
    .slide-menu-content {
        padding: 7.2222222222vw 0
    }
}

.slide-menu-logo {
    width: 267px;
    margin: 0 auto
}

@media (max-width: 720px) {
    .slide-menu-logo {
        width: 37.0833333333vw
    }
}

.slide-menu-logo ._logo_cb046_103 {
    display: block;
    width: 100%
}

.navi-menu {
    position: relative;
    width: 390px;
    margin: 51px auto 0;
    padding: 0 60px
}

@media (max-width: 720px) {
    .navi-menu {
        width: 54.1666666667vw;
        padding: 0 8.3333333333vw
    }
}

.navi-menu .color-box {
    opacity: .3
}

.navi-menu .color-box .top-left,
.navi-menu .color-box .top-right,
.navi-menu .color-box .bottom-left,
.navi-menu .color-box .bottom-right {
    position: absolute;
    top: 0;
    width: 51px;
    height: 2px;
    background-color: #9260f0;
    text-indent: -9999px
}

@media (max-width: 720px) {

    .navi-menu .color-box .top-left,
    .navi-menu .color-box .top-right,
    .navi-menu .color-box .bottom-left,
    .navi-menu .color-box .bottom-right {
        width: 7.0833333333vw;
        height: .2777777778vw
    }
}

.navi-menu .color-box .bottom-left,
.navi-menu .color-box .bottom-right {
    top: auto;
    bottom: 0
}

.navi-menu .color-box .top-left,
.navi-menu .color-box .bottom-left {
    left: 0
}

.navi-menu .color-box .top-right,
.navi-menu .color-box .bottom-right {
    right: 0
}

.navi-menu .color-box:after,
.navi-menu .color-box:before {
    content: "Line";
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    text-indent: -9999px;
    background: rgb(66, 123, 255);
    background: linear-gradient(0deg, rgb(66, 123, 255) 0%, rgb(146, 96, 240) 100%)
}

.navi-menu .color-box:after {
    left: 0
}

.navi-menu .color-box:before {
    right: 0
}

.navi-menu .list .item {
    text-align: center;
    margin-top: 60px
}

.navi-menu .list .item:first-child {
    margin-top: 0
}

.navi-menu .list .item>a {
    position: relative;
    font-weight: 400;
    font-size: 28px;
    line-height: 24px;
    text-align: center;
    color: #000
}

.navi-menu .list .item>a:hover,
.navi-menu .list .item>a.on {
    color: #2948b4
}

.navi-menu .list .item>a:hover:after,
.navi-menu .list .item>a:hover:before,
.navi-menu .list .item>a.on:after,
.navi-menu .list .item>a.on:before {
    content: "Icon";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    font-size: 0;
    width: 12px;
    height: 14px;
    background-image: url(../img/menu-on-icon.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.navi-menu .list .item>a:hover:after,
.navi-menu .list .item>a.on:after {
    left: -22px
}

.navi-menu .list .item>a:hover:before,
.navi-menu .list .item>a.on:before {
    right: -22px
}


.navi-menu .list .item .sub-list:before {
    content: "Line";
    display: block;
    width: 167px;
    height: 24px;
    background-image: url(../img/menu-line.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    margin: 6px auto 20px
}


.navi-menu .list .item .sub-list .sub-item {
    margin-top: 30px
}

@media (max-width: 720px) {

    .navi-menu .color-box:after,
    .navi-menu .color-box:before {
        width: .2777777778vw
    }

    .navi-menu {
        margin-top: 7.0833333333vw
    }

    .navi-menu .list .item {
        margin-top: 8.3333333333vw
    }

    .navi-menu .list .item>a {
        font-size: 3.8888888889vw;
        line-height: 3.3333333333vw
    }

    .navi-menu .list .item>a:hover:after,
    .navi-menu .list .item>a:hover:before,
    .navi-menu .list .item>a.on:after,
    .navi-menu .list .item>a.on:before {
        width: 1.6666666667vw;
        height: 1.9444444444vw
    }

    .navi-menu .list .item>a:hover:after,
    .navi-menu .list .item>a.on:after {
        left: -3.0555555556vw
    }

    .navi-menu .list .item>a:hover:before,
    .navi-menu .list .item>a.on:before {
        right: -3.0555555556vw
    }

    .navi-menu .list .item .sub-list:before {
        width: 23.1944444444vw;
        height: 3.3333333333vw;
        margin: .8333333333vw auto 2.7777777778vw
    }

    .navi-menu .list .item .sub-list .sub-item {
        margin-top: 4.1666666667vw
    }
}

.navi-menu .list .item .sub-list .sub-item:first-child {
    margin-top: 0
}

.navi-menu .list .item .sub-list .sub-item>a {
    position: relative;
    font-family: var(--font);
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 24px;
    color: #6e6e6e
}

.navi-menu .list .item .sub-list .sub-item>a:hover,
.navi-menu .list .item .sub-list .sub-item>a.on {
    color: #2948b4
}

.navi-menu .list .item .sub-list .sub-item>a:hover:after,
.navi-menu .list .item .sub-list .sub-item>a:hover:before,
.navi-menu .list .item .sub-list .sub-item>a.on:after,
.navi-menu .list .item .sub-list .sub-item>a.on:before {
    content: "Icon";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    font-size: 0;
    width: 12px;
    height: 14px;
    background-image: url(../img/menu-on-icon.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.navi-menu .list .item .sub-list .sub-item>a:hover:after,
.navi-menu .list .item .sub-list .sub-item>a.on:after {
    left: -22px
}

.navi-menu .list .item .sub-list .sub-item>a:hover:before,
.navi-menu .list .item .sub-list .sub-item>a.on:before {
    right: -22px
}

@media (max-width: 720px) {
    .navi-menu .list .item .sub-list .sub-item>a {
        font-size: 3.6111111111vw;
        line-height: 3.3333333333vw
    }

    .navi-menu .list .item .sub-list .sub-item>a:hover:after,
    .navi-menu .list .item .sub-list .sub-item>a:hover:before,
    .navi-menu .list .item .sub-list .sub-item>a.on:after,
    .navi-menu .list .item .sub-list .sub-item>a.on:before {
        width: 1.6666666667vw;
        height: 1.9444444444vw
    }

    .navi-menu .list .item .sub-list .sub-item>a:hover:after,
    .navi-menu .list .item .sub-list .sub-item>a.on:after {
        left: -3.0555555556vw
    }

    .navi-menu .list .item .sub-list .sub-item>a:hover:before,
    .navi-menu .list .item .sub-list .sub-item>a.on:before {
        right: -3.0555555556vw
    }
}

.social-links {
    display: flex;
    justify-content: center;
    margin-top: 43px
}

@media (max-width: 720px) {
    .social-links {
        margin-top: 5.9722222222vw
    }
}

.social-links .item {
    margin: 0 20px
}

@media (max-width: 720px) {
    .social-links .item {
        margin: 0 2.7777777778vw
    }
}

.social-links .item>a {
    display: block;
    width: 72px;
    height: 72px;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: contain
}

@media (max-width: 720px) {
    .social-links .item>a {
        width: 10vw;
        height: 10vw
    }
}

.social-links .item>a.facebook {
    background-image: url(../img/sic-facebook.png)
}

.social-links .item>a.youtube {
    background-image: url(../img/sic-youtube.png)
}

.social-links .item>a.twitter {
    background-image: url(../img/sic-twitter.png)
}

.social-links .item>a.discord {
    background-image: url(../img/sic-discord.png)
}

.social-links .item>a.naver {
    background-image: url(../img/sic-naver.png)
}

.opt-content {
    display: flex;
    justify-content: center;
    margin-top: 50px
}



.gnb .menu-list .menu-item .anniv-2nd-txt {
    display: inline-block;
    position: relative;
    z-index: 1;
    font: inherit;
}

.gnb .menu-list .menu-item .anniv-2nd-txt:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 100% auto;
}

.gnb .menu-list .menu-item .anniv-2nd-txt:before {
    background-position-y: top;
}

.gnb .menu-list .menu-item a.on .anniv-2nd-txt,
.gnb .menu-list .menu-item a:hover .anniv-2nd-txt {
    color: #fff;
    font-weight: 500
}

.gnb .menu-list .menu-item a.on .anniv-2nd-txt::before,
.gnb .menu-list .menu-item a:hover .anniv-2nd-txt::before {
    background-position-y: bottom;
}

.gnb .menu-list .menu-item .anniv-2nd-txt:before {
    height: 1.953125vw;
    /*50px*/
}

:lang(ko) .gnb .menu-list .menu-item .anniv-2nd-txt::before,
:lang(ko) .gnb .menu-list .menu-item .anniv-2nd-txt::after {
    width: 3.3203125vw;
    /*85px*/
    left: -0.3515625vw;
    /*-9px*/
    top: -0.8vw;
    /*-20.5px*/
}
:lang(en) .gnb .menu-list .menu-item .anniv-2nd-txt::before,
:lang(en) .gnb .menu-list .menu-item .anniv-2nd-txt::after {
    width: 5.8203125vw;
    /*149px*/
    left: -0.3125vw;
    /*-8px*/
    top: -0.7421875vw;
    /*-19px*/
}
:lang(ja) .gnb .menu-list .menu-item .anniv-2nd-txt::before,
:lang(ja) .gnb .menu-list .menu-item .anniv-2nd-txt::after {
    width: 3.4375vw;
    /*88px*/
    left: -0.41015625vw;
    /*-10.5px*/
    top: -0.68vw;
    /*-18px*/
}
:lang(zh-TW) .gnb .menu-list .menu-item .anniv-2nd-txt::before,
:lang(zh-TW) .gnb .menu-list .menu-item .anniv-2nd-txt::after {
    width: 3.4765625vw;
    /*89px*/
    left: -0.41015625vw;
    /*-10.5px*/
    top: -0.68359375vw;
    /*-17.5px*/
}


@media (max-width: 1920px) {
    .gnb .menu-list .menu-item .anniv-2nd-txt::before {
        height: 38px;
    }

    :lang(ko) .gnb .menu-list .menu-item .anniv-2nd-txt::before,
    :lang(ko) .gnb .menu-list .menu-item .anniv-2nd-txt::after {
        width: 65px;
        left: -7.5px;
        top: -15px;
    }
    :lang(en) .gnb .menu-list .menu-item .anniv-2nd-txt::before,
    :lang(en) .gnb .menu-list .menu-item .anniv-2nd-txt::after {
        width: 112px;
        left: -6px;
        top: -14.5px;
    }
    :lang(ja) .gnb .menu-list .menu-item .anniv-2nd-txt::before,
    :lang(ja) .gnb .menu-list .menu-item .anniv-2nd-txt::after {
        width: 67px;
        left: -8px;
        top: -13.5px;
    }
    :lang(zh-TW) .gnb .menu-list .menu-item .anniv-2nd-txt::before,
    :lang(zh-TW) .gnb .menu-list .menu-item .anniv-2nd-txt::after {
        width: 67px;
        left: -8px;
        top: -14px;
    }
}

:lang(ko) .gnb .menu-list .menu-item .anniv-2nd-txt::before,
:lang(ko) .gnb .menu-list .menu-item .anniv-2nd-txt::after {
    background-image: url(../../kr/img/gnb-2nd-anniv-txt.png);
}
:lang(en) .gnb .menu-list .menu-item .anniv-2nd-txt::before,
:lang(en) .gnb .menu-list .menu-item .anniv-2nd-txt::after {
    background-image: url(../../en/img/gnb-2nd-anniv-txt.png);
}
:lang(ja) .gnb .menu-list .menu-item .anniv-2nd-txt::before,
:lang(ja) .gnb .menu-list .menu-item .anniv-2nd-txt::after {
    background-image: url(../../jp/img/gnb-2nd-anniv-txt.png);
}
:lang(zh-TW) .gnb .menu-list .menu-item .anniv-2nd-txt::before,
:lang(zh-TW) .gnb .menu-list .menu-item .anniv-2nd-txt::after {
    background-image: url(../../zh_hant/img/gnb-2nd-anniv-txt.png);
}