/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

*,
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    height: 100%;
}

ul,
ol {
    list-style-type: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    word-break: break-all;
}

table th,
table td {
    vertical-align: middle;
}

legend,
caption,
.hidden {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    font-size: 1;
    line-height: 0;
    overflow: hidden;
}

a:link,
a:visited {
    text-decoration: none;
}

em,
address {
    font-style: normal;
}

img {
    vertical-align: top;
}

button,
input {
    cursor: pointer;
}

@media screen and (min-width: 320px) {
    html {
        font-size: 12px;
    }
}

@media screen and (min-width: 441px) {
    html {
        font-size: 14px;
    }
}

@media screen and (min-width: 541px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 1280px) {
    html {
        font-size: 14px;
    }
}

@media screen and (min-width: 1600px) {
    html {
        font-size: 16px;
    }
}

@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');

body {
    font-family: 'Noto Sans JP', 'Noto Sans', sans-serif;
}

input {
    background-color: transparent;
}

input[type='radio'],
input[type='checkbox'] {
    display: none;
}

input[type='radio']:checked + label:before {
    background-image: url('../images/ico_chk1_on.png');
}

input[type='checkbox']:checked + label:before {
    background-image: url('../images/ico_chk2_on.png');
}

label {
    cursor: pointer;
}

button {
    background-color: transparent;
}

.wrap {
    min-width: 1280px;
}
@media screen and (max-width: 1280px) {
    .wrap {
        max-width: 768px;
        min-width: 320px;
        margin: 0 auto;
    }
}
.mo {
    display: none;
}

.mobile .pc {
    display: none;
}

.mobile .mo {
    display: block;
}
.mobile img {
    max-width: 100%;
}
.btn-nav {
    width: 42px;
    height: 32px;
}

.btn-nav > span {
    width: 100%;
    height: 4px;
}

.btn-twitter,
.btn-facebook {
    display: inline-block;
    width: 2.625rem;
}

.btn-twitter > img,
.btn-facebook > img {
    width: 100%;
}

.btn-up,
.btn-down {
    display: inline-block;
    width: 2.5rem;
}

.btn-up > img,
.btn-down > img {
    width: 100%;
}

.btn-board {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.8125rem;
    color: white;
    background-color: #3e3f7b;
}

.btn-board:before {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 0.75rem;
    margin-right: 0.5625rem;
    background: url('../images/ico_board.png') no-repeat center bottom/100%;
}

.header {
    z-index: 100;
    position: fixed;
    left: 2.5rem;
    top: 2.5rem;
    width: 2.625rem;
    height: 2rem;
}

.btn-nav {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.btn-nav > span {
    position: absolute;
    display: block;
    width: 100%;
    height: 0.25rem;
    background-color: white;
}

.btn-nav > span:nth-child(1) {
    top: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.btn-nav > span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-nav > span:nth-child(3) {
    top: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.btn-nav.active > span {
    background-color: #000;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 150;
    position: fixed;
    left: -300%;
    top: 0;
    max-width: 350px;
    min-width: 200px;
    width: 60%;
    height: 100%;
    background: url('../images/nav.png') no-repeat right bottom/auto 100%;
    background-color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    overflow-y: auto;
}
.nav.on {
    left: 0;
}
.nav_logo {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
}
.nav_logo img {
    width: 100%;
}
.mobile .nav_logo {
    top: 60px;
}
.nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 400px;
    height: 60%;
    padding-top: 200px;
}
/* .mobile .nav > ul {
    min-height: 340px;
    padding-top: 130px;
} */

.mobile .nav > ul {
    height: 390px;
    min-height: 390px;
    padding-top: 140px;
}

.nav > ul > li {
    width: 100%;
    height: auto;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #8b8e96;
    font-size: 1.3rem;
}

@media screen and (max-width: 575px) {
    .nav > ul > li > a {
        font-size: 1.35rem;
    }
}

.nav > ul > li > a > img {
    width: 100%;
}

.nav > ul > li > a:hover {
    color: black;
}

/* .nav > ul > li > a > span{
    display: block;
} */

.nav > ul > li > a:hover:after,
.nav > ul > li > a:hover:before {
    content: '';
    display: inline-block;
    width: 22%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}

.nav > ul > li > a:hover:after {
    background-image: url('../images/ico_nav-right.png');
}

.nav > ul > li > a:hover:before {
    background-image: url('../images/ico_nav-left.png');
}

.nav > ul > li.on > a {
    color: black;
}

.nav > ul > li.on > a:after,
.nav > ul > li.on > a:before {
    content: '';
    display: inline-block;
    width: 22%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}

.nav > ul > li.on > a:after {
    background-image: url('../images/ico_nav-right.png');
}

.nav > ul > li.on > a:before {
    background-image: url('../images/ico_nav-left.png');
}

.section {
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    min-height: 100%;
}
.btn-close {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    cursor: pointer;
}

.btn-close > span {
    position: absolute;
    display: block;
    left: 1rem;
    width: 0.125rem;
    height: 100%;
    background-color: #8b8e96;
}

.btn-close > span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-close > span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.footer {
    background-color: #fff;
    min-height: auto;
    overflow: visible;
}

.body-notice.mobile .footer {
    background-color: transparent;
}

.footer_area,
.footer_logo,
.footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer_area {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.25rem;
}

.mobile .footer_area {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.875rem 0;
}

.footer_logo {
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    width: 320px;
}
.footer_logo img {
    height: 50px;
}
.mobile .footer_logo {
    padding-bottom: 1.25rem;
}

.footer_logo > li > a {
    display: block;
    height: 100%;
    cursor: default;
}

.footer_menu {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.footer_menu > li:after {
    content: '|';
    display: inline-block;
    color: #b9beae;
}
.footer_menu > li:after {
    padding: 0 2rem;
}
.mobile .footer_menu > li:after {
    padding: 0 0.8rem;
}

.footer_menu > li:last-child:after {
    content: '';
    padding: 0;
}

.footer_menu > li > a {
    color: #636363;
    font-size: 1rem;
}

.footer_menu > li > a:hover {
    text-decoration: underline;
}

.footer_menu > li > a {
    font-size: 0.875rem;
}

.footer_address {
    text-align: right;
    color: #8b8e96;
    font-size: 0.75rem;
}
.mobile .footer_address {
    text-align: center;
}

/* LANG 추가 */

.footer_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 1280px) {
    .footer_box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.footer_lang {
    position: relative;
    width: 12rem;
    padding: 0.3125rem;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    background-color: white;
}

@media screen and (min-width: 1280px) {
    .footer_lang {
        width: 8rem;
        margin-bottom: 0;
    }
}

.footer_select {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border: 1px solid #636363;
    background-color: white;
}

.footer_select li {
    position: relative;
    display: none;
}

.footer_select li.on {
    display: list-item;
}

.footer_select li:last-child {
    display: block;
}

.footer_select li:last-child::after {
    content: '';
    display: block;
    position: absolute;
    right: 3%;
    top: 50%;
    width: 12px;
    height: 8px;
    margin-top: -3px;
    background-image: url('../images/ico_arrow.png');
}

.footer_select li a {
    display: block;
    padding: 0.3125rem;
}

.footer_select li a:visited,
.footer_select li a:link {
    color: #636363;
}

.dim,
.popup {
    display: none;
}

.dim {
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
}

.popup {
    z-index: 200;
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup * {
    font-family: 'NanumBarunGothic', sans-serif;
}

.popup_close {
    position: absolute;
}

.popup_tit {
    position: relative;
    padding: 1.25rem;
    color: #ffffff;
    background-color: #b83cf2;
    font-size: 1.5rem;
    padding-right: 4rem;
    font-weight: 700;
}

.popup_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 440px;
    min-height: 80px;
    padding: 1.25rem;
}
.mobile .popup_area {
    min-width: 300px;
    min-height: 60px;
}

.popup_area a {
    color: #bc50f1;
    text-decoration: underline;
    font-weight: 700;
}

.popup_area h4 {
    padding-top: 0.9375rem;
    font-size: 2.0625rem;
    font-weight: 900;
    letter-spacing: -0.125rem;
}

@media screen and (max-width: 1280px) {
    .popup_area h4 {
        font-size: 1.75rem;
    }
}

.popup_area p {
    padding-top: 0.9375rem;
    font-size: 1.5625rem;
    text-align: center;
    line-height: 1.8125rem;
    letter-spacing: -0.125rem;
}

@media screen and (max-width: 1280px) {
    .popup_area p {
        font-size: 1.25rem;
    }
}

.popup_button {
    display: block;
    margin: 0 auto 1.25rem auto;
    width: 90px;
    color: #ffffff;
}
.mobile .popup_button {
    height: 27px;
    font-size: 1.25rem;
}
.popup-4 {
    position: fixed;
    width: 560px;
    height: 240px;
    background-image: url('../images/com_register.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.popup-4 p,
.popup-4 h4 {
    display: none;
}
.popup-4 .btn-cafe {
    display: block;
    position: absolute;
    left: 50%;
    top: 53%;
    margin-top: 1%;
    width: 51.4285%;
    height: 23.3334%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.mobile .popup-4 {
    width: 87.5%;
    height: 37.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
    .mobile .popup-4 {
        width: 560px;
        height: 240px;
    }
}

figure {
    display: block;
    max-width: 100%;
}

figure > img {
    max-width: 100%;
}

.popup-5 {
    letter-spacing: 0;
    border: 1px solid #fff;
}

@media screen and (max-width: 1280px) {
    .popup-5 {
        max-width: 630px;
        width: 90%;
    }
}

.popup-5 > .popup_area {
    padding: 0;
    min-width: auto;
    min-height: auto;
}

.popup-5 > .popup_area b {
    font-size: 1.2rem;
    font-weight: 700;
}

.popup-5 span {
    width: 100%;
    max-height: 70vh;
    padding: 1.25rem;
    overflow-y: auto;
}

.popup-image {
    width: 65%;
    border: 2px solid #fff;
    padding-bottom: 41%;
    background-color: #000000;
}

.mobile .popup-image {
    width: 80%;
    padding-bottom: 50%;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
    .mobile .popup-image {
        width: 600px;
    }
}

.popup-image > .image-wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.popup-image > .image-wrap > .image {
    display: block;
    width: 100%;
    height: 100%;
}

.popup-image > .close-3 {
    right: -2px;
    top: -3.475rem;
    width: 3.375rem;
    height: 3.375rem;
    border: 1px solid #fff;
}

.popup-cartoon {
    display: block;
    opacity: 0;
    width: 71%;
    background-color: #000000;
}

.popup-cartoon > .image-wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1280px) {
    .popup-cartoon {
        width: 80%;
    }
}

.button-1 {
    height: 44px;
    background-color: #d352f5;
    font-size: 22px;
    font-weight: 700;
}

.button-2 {
    padding: 0.9375rem;
    background-color: #433979;
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -0.0625rem;
}

@media screen and (max-width: 1280px) {
    .button-2 {
        font-size: 1.5625rem;
    }
}

.button-2 > i {
    display: inline-block;
    width: 2.125rem;
    margin-right: 5px;
}

.button-2 > i > img {
    width: 100%;
    vertical-align: -13%;
}

.close-1 {
    right: 0;
    top: -27px;
    width: 28px;
    height: 27px;
    background: url('../images/btn_close1.png') no-repeat center center #000000;
    border: 1px solid #fff;
}

.close-2 {
    right: 1.25rem;
    top: 50%;
    width: 2.0625rem;
    height: 2.0625rem;
    background: url('../images/btn_close2.png') no-repeat center center/cover;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.close-3 {
    right: -76px;
    top: 0;
    width: 66px;
    height: 66px;
    background: url('../images/btn_close3.png') no-repeat center center #000000;
    background-size: 80%;
}

.floating-area {
    position: fixed;
    right: 3rem;
    top: 2rem;
    z-index: 10;
}

.body-notice .floating-area {
    right: calc(3rem + 17px);
}

.mobile .floating-area {
    right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media screen and (max-width: 1280px) {
    .close-3 {
        width: 2.0625rem;
        height: 2.0625rem;
        background-size: 50%;
    }
}

.floating {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    /* -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; */
    margin-bottom: 1rem;
}

.floating-tera {
    width: 9.875rem;
    height: 12.75rem;
    background-image: url('../images/mo_floating.png');
}

.floating-cf {
    width: 9.875rem;
    height: 12.75rem;
    background-image: url('../images/mo_cf.png');
}

.floating-naver {
    width: 9.875rem;
    height: 12.75rem;
    background-image: url('../images/mo_naver.png');
}

.floating-home {
    width: 9.875rem;
    height: 12.75rem;
    background-image: url('../images/mo_home.png');
}

.floating-notice {
    width: 9.875rem;
    height: 12.75rem;
    background-image: url('../images/mo_notice.png');
}

.mobile .floating {
    width: 3rem;
    height: 3rem;
    margin-bottom: 0;
    margin-left: 0.5rem;
}

.mobile .floating-tera {
    background-image: url('../images/mo_floating_on.png');
}

.mobile .floating-cf {
    background-image: url('../images/mo_cf_on.png');
}

.mobile .floating-naver {
    background-image: url('../images/mo_naver_on.png');
}

.mobile .floating-home {
    background-image: url('../images/mo_home_on.png');
}

.mobile .floating-notice {
    background-image: url('../images/mo_notice_on.png');
}

.btn-floating {
    display: block;
    width: 100%;
    height: 100%;
}

.floating_close {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 31.0126%;
    height: 12.745%;
    cursor: pointer;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-indent: -9999em;
}

@media screen and (min-width: 1000px) and (max-width: 1024px) {
    .mobile .floating,
    .mobile .floating.active {
        right: 15%;
    }
}

.mobile .floating .floating_close {
    display: none;
}

.mobile .section-main {
    background-image: url('../images/mo_bg_main.jpg');
    background-position: center;
    background-size: cover;
}
.section-main .fp-tableCell {
    background-image: url('../images/main_dim.jpg');
}

.background {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100%;
    overflow: hidden;
    background-color: black;
}

.background .background_dim {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

/* 메인영역 백그라운드 비디오 가득 채우기 */
@media (min-aspect-ratio: 16 / 9) {
    .background > iframe {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16 / 9) {
    .background > iframe {
        width: 300%;
        left: -100%;
    }
}

@media (min-aspect-ratio: 16 / 9) {
    .mobile .background > iframe {
        height: 600%;
        top: -200%;
    }
}

@media (max-aspect-ratio: 16 / 9) {
    .mobile .background > iframe {
        width: 600%;
        height: 700%;
        left: -200%;
        top: -300%;
    }
}

.main {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.35);
}

video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.mobile video {
    width: auto;
    height: 100%;
}

.main .main_btn1 {
    max-width: 144px;
}
.main .main_btn2 {
    margin-top: 2%;
}
.main .slogan {
    max-width: 99%;
    margin-top: 2%;
}
.mobile .main_logo {
    max-width: 600px;
    width: 87.5vw;
    margin: 20vw auto 0;
}

.mobile .main_logo a,
.mobile .main_logo img {
    width: 100%;
}

.mobile .main_btn1 {
    width: 29.21875%;
    margin-top: 2%;
}

.mobile .main_btn1 img {
    width: 100%;
}

.mobile .slogan {
    margin-top: 6%;
}

.mobile .main_btn2 {
    max-width: 430px;
    width: 79.6875%;
    margin-top: 7%;
}

.mobile .main_btn2 img {
    width: 100%;
}

.mobile .mo_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    width: 87.5%;
    margin: 0 auto;
    padding: 1.875rem 0 0;
}

.mobile .mo_nav .nav_btn {
    position: relative;
    display: inline-block;
    width: 2.8125rem;
    height: 2.25rem;
}

.mobile .mo_nav .nav_btn > span {
    position: absolute;
    display: block;
    width: 100%;
    height: 0.4375rem;
    background-color: #ffffff;
}

.mobile .mo_nav .nav_btn > span:nth-child(1) {
    top: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.mobile .mo_nav .nav_btn > span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile .mo_nav .nav_btn > span:nth-child(3) {
    top: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.mobile .mo_nav .nav_btn.on > span:nth-child(1) {
    -webkit-transform: translateY(1.25rem) rotate(-45deg);
    -ms-transform: translateY(1.25rem) rotate(-45deg);
    transform: translateY(1.25rem) rotate(-45deg);
}

.mobile .mo_nav .nav_btn.on > span:nth-child(2) {
    left: 200%;
    opacity: 0;
}

.mobile .mo_nav .nav_btn.on > span:nth-child(3) {
    -webkit-transform: translateY(-1rem) rotate(45deg);
    -ms-transform: translateY(-1rem) rotate(45deg);
    transform: translateY(-1rem) rotate(45deg);
}

.scroll {
    width: 2.5rem;
    margin: 0 auto;
    padding-top: 2rem;
    -webkit-animation: scrollAni 0.5s ease-in alternate infinite;
    animation: scrollAni 0.5s ease-in alternate infinite;
}

.scroll > img {
    width: 100%;
}
@-webkit-keyframes scrollAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
    }
}

@keyframes scrollAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
    }
}

.popup-video {
    width: 71%;
    padding-bottom: 40%;
    background-color: #000000;
}
.mobile .popup-video {
    height: auto;
}

.popup-video > .video-wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.popup-video > .video-wrap > .video {
    display: block;
    width: 100%;
    height: 100%;
}
.popup-video > .close-3 {
    right: -2px;
    top: -3.475rem;
    width: 3.375rem;
    height: 3.375rem;
    border: 1px solid #fff;
}

@media screen and (max-width: 1280px) {
    .popup-video {
        width: 95%;
        padding-bottom: 50%;
    }
}
@media screen and (max-width: 1280px) and (orientation: portrait) {
    .popup-video {
        width: 95%;
        padding-bottom: 50%;
    }
    .close-3 {
        right: 0;
        top: -35rem;
    }
}

@media screen and (max-width: 1280px) and (orientation: landscape) {
    .popup-video {
        width: 71%;
        padding-bottom: 40%;
    }
    .close-3 {
        right: 0;
        top: -35rem;
    }
}

.section-reserve {
    background-image: url('../images/bg_reserve.jpg');
}
.mobile .section-reserve {
    background-image: url('../images/mo_bg_reserve.jpg');
}

.reserve {
    position: relative;
    width: 75rem;
    height: 48.75rem;
    margin: 0 auto;
}
.mobile .reserve {
    width: 100%;
    height: 100%;
    background-image: url('../images/mo_reserve_area.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 5vw;
}

.reserve_tit {
    width: 100%;
    text-align: center;
}
.mobile .reserve_tit {
    max-width: 191px;
    width: 29.84375vw;
    padding-top: 8.5937vw;
    margin: 0 auto;
}

.reserve_desc {
    position: relative;
    margin-top: 5.5rem;
    width: 100%;
}
.mobile .reserve_desc {
    margin-top: 10vw;
}
.reserve_reward {
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    width: 38.1875rem;
}
.reserve_reward img {
    width: 100%;
}
.mobile .reserve_reward {
    position: relative;
    width: 100%;
}
.reserve_reward ul {
    display: none;
}
.reserve_area {
    z-index: 1;
    position: absolute;
    top: 80px;

    right: -1rem;
    width: 64.6875rem;
    height: 30.75rem;
    padding: 4.5rem 0 4.5rem 27.75rem;
    background-image: url('../images/reserve_area.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mobile .reserve_area {
    position: relative;
    left: 0;
    top: 0;
    right: auto;
    width: 100%;
    padding: 2rem 6.25%;
    background-image: none;
}

.chk-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.chk-area > p:last-child {
    margin-left: 20px;
}

@media screen and (max-width: 1280px) {
    .chk-area > p:last-child label::before {
        margin-right: 0.75rem;
    }
}

@media screen and (max-width: 500px) {
    .chk-area > p:last-child label::before {
        margin-right: 0.3125rem;
    }
}

@media screen and (max-width: 1280px) {
    .chk-area > p:last-child {
        margin-left: 2rem;
    }
}

@media screen and (max-width: 500px) {
    .chk-area > p:last-child {
        margin-left: 0.625rem;
    }
}

.chk-area label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 1280px) {
    .chk-area label img.google {
        margin-right: 0.8rem;
        max-width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .chk-area label img.google {
        max-width: 80%;
    }
}

@media screen and (max-width: 1280px) {
    .chk-area label img.apple {
        max-width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .chk-area label img.apple {
        max-width: 80%;
    }
}

.chk-area label::before {
    content: '';
    display: inline-block;
    width: 1.5rem;
    height: 1.6875rem;
    background-image: url('../images/ico_chk1_off.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 0.75rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.input-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1.25rem;
}

@media screen and (max-width: 1280px) {
    .input-area {
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

.input-area > input {
    width: 19.625rem;
    height: 4.375rem;
    padding-left: 1.75rem;
    background-color: #ffffff;
    border: 1px solid #b83cf1;
    cursor: text;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-outline: none;
    outline: none;
}

@media screen and (max-width: 1280px) {
    .input-area > input {
        width: 100%;
        height: 3rem;
    }
}

@media screen and (max-width: 1280px) {
    .btn-submit {
        width: 100%;
        padding-top: 0.625rem;
    }
    .btn-submit > img {
        width: 100%;
    }
}

.input-area:after {
    content: '';
    display: block;
    clear: both;
}

.btn-submit {
    width: 8.75rem;
    height: 4.375rem;
    background-color: #cd4ef5;
    background-image: url('../images/btn_reserve_bg.png');
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (max-width: 1280px) {
    .btn-submit {
        margin-top: 0.5rem;
        width: 100%;
        height: 3rem;
        background-size: auto 50%;
    }
}

.chk-list {
    padding-top: 1rem;
}

.mobile .chk-list {
    padding-top: 1.125rem;
}

.chk-list li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1.1rem;
}

.chk-list label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    font-size: 1rem;
}

.chk-list label::before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    content: '';
    display: inline-block;
    width: 1.375rem;
    height: 1.375rem;
    background-image: url('../images/ico_chk2_off.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 0.9rem;
}

.chk-list a:visited,
.chk-list a:link {
    color: blue;
}

.chk_btn {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background-image: url('../images/btn_add.png');
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.chk_btn.on {
    background-image: url('../images/btn_minus.png');
}

.chk_desc {
    z-index: 20;
    position: absolute;
    left: 0;
    top: 90%;
    display: none;
    background-color: white;
    padding: 1rem;
    border: 2px solid purple;
}

.mobile .chk_desc {
    top: auto;
    bottom: 90%;
}

.chk_desc.on {
    display: block;
}

.chk_desc b {
    font-size: 1.1rem;
    font-weight: 700;
}

.install-area {
    width: 28.5rem;
    padding-top: 0.5rem;
    color: #ffffff;
}
.mobile .install-area {
    width: 100%;
    padding-top: 1rem;
}
.install-area p {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}
.install-area p a {
    display: block;
    width: 48%;
}
.install-area p a img {
    width: 100%;
}

.mobile .section-info {
    background-image: url('../images/mo_bg_info.jpg');
    background-position: center;
    background-size: cover;
}

.section-info {
    background-image: url('../images/bg_info.jpg');
}

.info {
    position: relative;
    width: 74.0625rem;
    height: 48.75rem;
    margin: 0 auto;
}
.mobile .info {
    width: 100%;
    height: 100%;
}

.info_select {
    position: absolute;
    left: -25%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url('../images/info_select_bg.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}
@media screen and (min-width: 1281px) and (max-width: 1700px) {
    .info_select {
        left: -18%;
    }
}
.info_select li {
    padding: 29px 0;
    margin-bottom: 27px;
}
.info_select li a {
    display: block;
    overflow: hidden;
    width: 175px;
    height: 24px;
}
.info_select li.on a img {
    margin-top: -24px;
}

.mobile .section-world {
    background-image: url('../images/mo_bg_info.jpg');
}
.section-world {
    background-image: url('../images/bg_info.jpg');
}

.mobile .section-contents {
    background-image: url('../images/mo_bg_contents.jpg');
}
.section-contents {
    background-image: url('../images/bg_contents.jpg');
}

.mobile .section-hero {
    background-image: url('../images/mo_bg_hero.jpg');
}
.section-hero {
    background-image: url('../images/bg_hero.jpg');
}

.info_tit {
    width: 100%;
    text-align: center;
}
.mobile .info_tit {
    max-width: 218px;
    width: 34.0625vw;
    padding-top: 8.5937vw;
    margin: 0 auto;
}
.info-world_wrap {
    width: 100%;
}
.mobile .info-world_wrap {
    position: relative;
    margin-bottom: 0;
}
.info-contents_wrap {
    position: absolute;
    width: 100%;
    height: 0;
    left: -100000px;
    top: -10000px;
}
.info-contents_wrap.on {
    position: static;
    height: auto;
    left: 0;
    top: 0;
}
.mobile .info-contents_wrap {
    position: relative;
    margin-bottom: 0;
}
.info-hero_wrap {
    position: relative;
    display: none;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.swiper {
    overflow: hidden;
    position: relative;
    width: 62.5rem;
    height: 35.75rem;
    margin: 0 auto;
    margin-top: 95px;
}

.mobile .swiper {
    position: relative;
    width: 86.25%;
    height: auto;
    margin-top: 6vh;
}
.swiper2 {
    overflow: hidden;
    position: relative;
    width: 1000px;
    height: 572px;
    margin: 0 auto;
    margin-top: 95px;
}

.mobile .swiper2 {
    width: 86.25%;
    height: auto;
    margin-top: 6vh;
}

@media screen and (max-width: 1280px) {
    .swiper-wrapper {
        width: 100%;
        height: auto;
    }
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 100%;
}

.swiper-button-next {
    position: absolute;
    top: 50%;
    right: 0px;
    cursor: pointer;

    width: 3.125rem;
    height: 5.25rem;
    margin-top: 0.5rem;
    outline: none;
}
.mobile .swiper-button-next {
    top: auto;
    bottom: 20px;
    right: 10px;
    margin-top: 0;
    width: 30px;
    height: 50px;
}

.mobile .swiper-button-next-3 {
    height: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    bottom: 0;
    top: 0;
    right: 0;
}

.swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 0px;
    cursor: pointer;
    width: 50px;
    height: 84px;
    margin-top: 0.5rem;
    outline: none;
}
.mobile .swiper-button-prev {
    top: auto;
    bottom: 20px;
    left: 10px;
    margin-top: 0;
    width: 30px;
    height: 50px;
}

.mobile .swiper-button-prev-3 {
    height: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    bottom: 0;
    top: 0;
    left: 0;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
    .mobile .swiper-button-next {
        width: 50px;
        height: 84px;
    }
    .mobile .swiper-button-prev {
        width: 50px;
        height: 84px;
    }
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: '';
}
.swiper-button-next-1 {
    z-index: 100;
}
.swiper-button-prev-1 {
    z-index: 100;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
.swiper-pagination {
    margin: 0 auto;
    bottom: 0px;
    width: 100%;
    text-align: center;
}
.mobile .swiper-pagination {
    bottom: auto;
    margin-top: 20px;
}
.mobile .swiper-pagination2 {
    position: absolute;
    bottom: auto;
    margin-top: 20px;
}
.swiper-pagination2 {
    margin: 0 auto;
    bottom: 0px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.swiper-pagination-bullet {
    width: 72px;
    height: 10px;
    background-image: url('../images/pagination-bullet.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: none;
    border-radius: 0;
    margin: 0;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-image: url('../images/pagination-bullet_on.png');
}

.world-cont {
    position: relative;
}
.world-cont img {
    width: 100%;
}
.world-desc {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.world-desc.on {
    display: block;
}

.world-view {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 1.2rem;
    width: 11.25rem;
    height: 3.75rem;
    background-image: url('../images/world-view.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 100;
}
.world-view.on {
    background-image: url('../images/world-view_on.png');
}

.hero_txt {
    width: 58.75rem;
    margin: 0 auto;
    padding-top: 59px;
}
.mobile .hero_txt {
    padding-top: 12vh;
}
.hero_txt img {
    width: 100%;
}
.mobile .hero_txt {
    display: none;
}
.hero_class {
    width: 58.75rem;
    height: 7.25rem;
    background-image: url('../images/hero_class_bg.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    padding-top: 40px;
}
.mobile .hero_class {
    width: 85.625%;
    background-image: url('../images/mo_hero_class_bg.png');
    padding-top: 2.1875rem;
}
.hero_class .swiper3 {
    position: relative;
    margin: 0 auto;
    width: 53.4375rem;
    height: 4.375rem;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mobile .hero_class .swiper3 {
    width: 90%;
}
.swiper-pagination3 {
    display: none;
}
.swiper-button-next-3,
.swiper-button-prev-3 {
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.swiper-button-prev-3 img,
.swiper-button-next-3 img {
    width: 1.625rem;
    height: 1.625rem;
}
@media screen and (min-width: 320px) {
    .class-warrior {
        background-image: url('../images/name/mo_warrior.png');
    }
    .class-warrior.swiper-slide-active {
        background-image: url('../images/name/mo_warrior_on.png');
    }
}

@media screen and (min-width: 320px) {
    .class-berserker {
        background-image: url('../images/name/mo_berserker.png');
    }
    .class-berserker.swiper-slide-active {
        background-image: url('../images/name/mo_berserker_on.png');
    }
}

@media screen and (min-width: 320px) {
    .class-archer {
        background-image: url('../images/name/mo_archer.png');
    }
    .class-archer.swiper-slide-active {
        background-image: url('../images/name/mo_archer_on.png');
    }
}

@media screen and (min-width: 320px) {
    .class-sorcerer {
        background-image: url('../images/name/mo_sorcerer.png');
    }
    .class-sorcerer.swiper-slide-active {
        background-image: url('../images/name/mo_sorcerer_on.png');
    }
}

@media screen and (min-width: 320px) {
    .class-slayer {
        background-image: url('../images/name/mo_slayer.png');
    }
    .class-slayer.swiper-slide-active {
        background-image: url('../images/name/mo_slayer_on.png');
    }
}

@media screen and (min-width: 320px) {
    .class-mystic {
        background-image: url('../images/name/mo_mystic.png');
    }
    .class-mystic.swiper-slide-active {
        background-image: url('../images/name/mo_mystic_on.png');
    }
}

@media screen and (min-width: 320px) {
    .class-priest {
        background-image: url('../images/name/mo_priest.png');
    }
    .class-priest.swiper-slide-active {
        background-image: url('../images/name/mo_priest_on.png');
    }
}

@media screen and (min-width: 320px) {
    .class-lancer {
        background-image: url('../images/name/mo_lancer.png');
    }
    .class-lancer.swiper-slide-active {
        background-image: url('../images/name/mo_lancer_on.png');
    }
}

.hero_class .swiper-slide {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
.mobile .hero_class .swiper-slide {
    height: 95%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
    cursor: pointer;
    text-indent: 1em;
    height: 45px;
}
.hero_list {
    width: 58.75rem;
    height: 330px;
    background-color: rgba(85, 49, 90, 0.9);
    margin: 0 auto;
    padding-top: 27px;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mobile .hero_list {
    width: 85.625%;
    height: auto;
    padding: 10px;
    padding-bottom: 4rem;
}
.hero_list > ul {
    display: none;
    -moz-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hero_list > ul.on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.hero_list > ul > li {
    width: 42%;
    margin-bottom: 7%;
}
.mobile .hero_list > ul {
    width: 90%;
    margin: 0 auto;
}

.mobile .hero_list > ul > li {
    width: 42%;
    margin-bottom: 5%;
}
.hero_list > ul > li > img {
    width: 100%;
}

@media screen and (min-width: 1025px) {
    .hero_list > ul > li {
        width: 21%;
        margin-left: 0;
        margin-bottom: 0;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
}

.hero_list > ul > li:nth-child(1) {
    margin-left: 0;
}

.hero_list > ul > li:nth-child(3) {
    margin-left: 0;
    margin-bottom: 0;
}

.hero_list > ul > li:nth-child(4) {
    margin-bottom: 0;
}

.hero_more {
    position: absolute;
    right: 7.2%;
    bottom: 0;
    width: 3rem;
    height: 3rem;
    background-color: black;
    z-index: 100;
}

.hero_more > span {
    position: absolute;
    background-color: white;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.hero_more > span:nth-child(1) {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1.5rem;
    height: 0.1875rem;
}

.hero_more > span:nth-child(2) {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.1875rem;
    height: 1.5rem;
}

.hero_more.on > span:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.hero_more.on > span:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.hero_more > img {
    display: none;
}

.hero_more_txt {
    display: none;
    position: absolute;
    left: 4.6875%;
    top: 0;
    height: 100%;
    width: 90.6725%;
    background-image: url('../images/hero_more_txt.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    background-color: rgba(85, 49, 90, 0.9);
    z-index: 10;
}
.hero_more_txt.on {
    display: block;
}

.hero_cnl {
    position: relative;
}

.mobile .hero_cnl {
    position: absolute;
    width: 100%;
    bottom: 25vh;
    top: auto;
}
.info_area {
    height: 100%;
}

.swiper-pagination3,
.swiper-slide-next3,
.swiper-slide-prev3 {
    display: none;
}

.mobile .section-2 .title {
    display: block;
    position: relative;
    width: 87.5%;
    margin: 2rem auto;
}

.mobile .section-2 .title > img {
    width: 100%;
}
.section-2 .title {
    display: none;
}

.mobile .dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    z-index: 100;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 42%;
    height: 11.5rem;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

.mobile .dropdown > li {
    width: 100%;
    height: 100%;
}

.mobile .dropdown > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #636363;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 1.375rem;
}

.mobile .dropdown > li > a:hover {
    color: black;
    background-color: white;
}

.mobile .section-media {
    background-image: url('../images/mo_bg_media.jpg');
    background-position: right top;
}
.section-media {
    background-image: url('../images/bg_media.jpg');
}
.media {
    position: relative;
    width: 74.0625rem;
    height: 48.75rem;
    margin: 0 auto;
}
.mobile .media {
    width: 100%;
    height: 100%;
}
.media_tit {
    width: 100%;
    text-align: center;
}
.mobile .media_tit {
    max-width: 175px;
    width: 27.34375vw;
    padding-top: 8.5937vw;
    margin: 0 auto;
}
.mobile .section-3 .title {
    display: block;
    position: relative;
    width: 87.5%;
    margin: 2rem auto;
}

.mobile .section-3 .title > img {
    width: 100%;
}
.section-3 .title {
    display: none;
}

.media_select {
    position: absolute;
    left: -25%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url('../images/media_select_bg.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}
@media screen and (min-width: 1281px) and (max-width: 1700px) {
    .media_select {
        left: -18%;
    }
}

.media_select li {
    padding: 29px 0;
    margin-bottom: 26px;
}
.media_select li a {
    display: block;
    overflow: hidden;
    width: 175px;
    height: 24px;
}
.media_select li.on a img {
    margin-top: -24px;
}

.mobile .dropdown-m {
    display: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    z-index: 100;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 42%;
    height: 11.5rem;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

.mobile .dropdown-m > li {
    width: 100%;
    height: 100%;
}

.mobile .dropdown-m > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #636363;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 1.375rem;
}

.mobile .dropdown-m > li > a:hover {
    color: black;
    background-color: white;
}

.media-image_wrap {
    width: 100%;
    height: 100%;
    padding-top: 100px;
}
.mobile .media-image_wrap {
    position: relative;
    padding-top: 0;
}
.media-vod_wrap {
    position: relative;
    width: 100%;
    height: 100%;
}
.mobile .media-vod_wrap {
    position: relative;
    margin-bottom: 0;
}
.image_list {
    width: 62.5rem;
    margin: 0 auto;
}
.image_list > ul {
    -moz-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.image_list > ul > li {
    position: relative;
    width: 30%;
    border: 2px solid #fff;
    margin-right: 3%;
    margin-top: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.image_list > ul > li.empty {
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.image_list > ul > li > img {
    width: 100%;
}
.image_list > ul > li > a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-indent: -999em;
}
.image_list > ul > li > a:hover,
.image_list > ul > li > a:focus {
    border: 1px solid #fff;
    background-image: url('../images/media_thum_over.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mobile .image_list {
    width: 87.5%;
    margin: 0 auto;
}
.mobile .image_list > ul {
    -moz-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}
.mobile .image_list > ul > li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 5px;
}

.vod_list {
    width: 62.5rem;
    margin: 0 auto;
    padding-top: 100px;
}

.vod_list > ul {
    -moz-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.vod_list > ul > li {
    position: relative;
    width: 48%;
    border: 2px solid #fff;
    margin-right: 3%;
    margin-top: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.vod_list > ul > li:nth-child(2n) {
    margin-right: 0;
}
.vod_list > ul > li > img {
    width: 100%;
}
.vod_list > ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
}
.vod_list > ul > li > a:hover,
.vod_list > ul > li > a:focus {
    background: none;
}
.vod_list li a img {
    -webkit-transition: 0.5s 0.1s;
    -o-transition: 0.5s 0.1s;
    transition: 0.5s 0.1s;
}
.vod_list > li > a:hover {
    background-color: transparent;
}

.vod_list li:hover a img {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile .vod_list {
    width: 87.5%;
    margin: 0 auto;
    padding-top: 20.375vw;
}
.mobile .vod_list > ul {
    -moz-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}
.mobile .vod_list > ul > li {
    width: 100%;
    height: 46.875vw;
    margin-right: 0;
    margin-bottom: 5px;
}
.mobile .vod_list li img {
    height: 100%;
}
.mobile .vod_list li a img {
    width: 7.5rem;
    height: 7.1875rem;
}

@media screen and (min-width: 415px) and (max-width: 1024px) {
    .mobile .vod_list > ul > li {
        height: 250px;
    }
}

/* 20201013 이벤트 2! */
.event2 {
    position: relative;
    width: 75rem;
    height: 48.75rem;
    margin: 0 auto;
}

.mobile .event2 {
    width: auto;
    height: auto;
}

.section-event2 {
    background-image: url('../images/bg_event2.jpg');
}
.mobile .section-event2 {
    background-image: url('../images/mo_bg_event2.jpg');
}

.event2 > div {
    position: relative;
    text-align: center;
}

.mobile .event2_tit {
    max-width: 150px;
    width: 23.4375vw;
    padding-top: 8.5937vw;
    margin: 0 auto;
}

.event2_subtit {
    margin: 2rem auto;
}

.mobile .event2_subtit {
    max-width: 588px;
    width: 91.875vw;
}

.event2_con {
    margin: 0 auto;
    width: 75rem;
    height: 27.25rem;
}

.mobile .event2_con {
    max-width: 532px;
    max-height: 927px;
    width: 83.125vw;
    height: 144.84375vw;
    margin-bottom: 5vw;
}

.event2_reward {
    position: absolute;
    width: 24.4%;
}

.mobile .event2_reward {
    width: 55%;
}

.event2_reward > img {
    width: 100%;
}

.event2_reward-1 {
    left: 0;
    top: 0;
}

.event2_reward-2 {
    left: 19%;
    bottom: 0;
}

.mobile .event2_reward-2 {
    left: auto;
    top: 16.5%;
    right: 0;
    bottom: auto;
}

.event2_reward-3 {
    left: 37.8%;
    top: 0;
}

.mobile .event2_reward-3 {
    left: 0;
    top: 34.3%;
}

.event2_reward-4 {
    right: 19%;
    bottom: 0;
}

.mobile .event2_reward-4 {
    right: 0;
    bottom: 18%;
}

.event2_reward-5 {
    right: 0;
    top: 0;
}

.mobile .event2_reward-5 {
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
}

.reward-after {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
}

.com .reward-after {
    display: block;
}

.btn_reward {
    display: none;
    z-index: 10;
    position: absolute;
    left: 22%;
    top: 0;
    width: 56%;
    height: 100%;
    outline: none;
}

.com .btn_reward {
    display: block;
}

.main_btn-area {
    padding-top: 3%;
}

.mobile .main_btn-area {
    display: flex;
    padding-top: 9%;
}

.main_btn-area a {
    margin: 0 1rem;
}

.main_btn-area a img {
    max-width: 100%;
}

.mobile .main_btn-area a {
    display: block;
    max-width: 234px;
    width: 36.5625vw;
    margin: 0 1vw;
}

/* 배경 */
.section-notice {
    background-image: url('../images/bg_reserve.jpg');
}
.mobile .section-notice {
    background-image: url('../images/mo_bg_reserve.jpg');
    background-position: center top;
}
/* reset 초기화 */
.notice i,
.notice em {
    font-style: italic !important;
}
.notice b,
.notice strong {
    font-weight: bold !important;
}
.notice del,
.notice strike {
    text-decoration: line-through !important;
}
.notice ins,
.notice u {
    text-decoration: underline !important;
}
.notice img {
    max-width: 100%;
}
/* tit */
.notice__tit {
    margin: 150px auto 90px;
    text-align: center;
}
.mobile .notice__tit {
    max-width: 163px;
    width: 25.46875vw;
    margin: 40px auto 200px;
}
.notice {
    min-height: 69.5%;
    margin-bottom: 90px;
}
/* board */
.board {
    width: 1000px;
    margin: 0 auto;
    border-top: 3px solid #9a41b3;
    background-color: white;
}
.mobile .board {
    max-width: 560px;
    width: 87.5vw;
}
.board__item {
    font-weight: 400;
    border-bottom: 1px solid #c9c9ca;
}
.board__item--fix {
    font-weight: 700;
}
.board__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 0 1.875rem;
    font-size: 0.9375rem;
}
.board__item--fix .board__box {
    font-size: 1rem;
}
.mobile .board__box {
    padding: 0 1rem;
}
.board__tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 88%;
}
.mobile .board__tit {
    max-width: 76%;
}
.board__cate--notice {
    color: #9a41b3;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.board__tit--inner {
    display: block;
    margin: 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333333;
}
.board-post .board__tit--inner {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.board__new {
    display: block;
    width: 2.188rem;
    height: 1.125rem;
    line-height: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    color: white;
    background-color: #cd4ef5;
    border-radius: 5px;
    font-weight: 400;
}
.board__date {
    width: 6rem;
    color: #333333;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: right;
}
.mobile .board-post .board__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.mobile .board-post .board__tit {
    max-width: 100%;
    width: 100%;
}
.board-post .board__date {
    width: 9rem;
}
.mobile .board-post .board__date {
    width: 100%;
    text-align: left;
}
.board-post .board__tit,
.board-post .board__date {
    font-weight: 700;
}
/* pagenation */
.pagination-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1000px;
    height: 90px;
    margin: 0 auto;
    background-color: white;
}
.mobile .pagination-list {
    max-width: 560px;
    width: 87.5vw;
}
.page-item {
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
    margin: 0 0.375rem;
    text-align: center;
}
.page-link {
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
    border-radius: 10%;
}
span.page-link {
    color: white;
    background-color: #9a41b3;
}
.page-link:hover {
    color: white;
    background-color: #9a41b3;
}
/* post */
.post__box {
    border-top: 1px solid #c9c9ca;
}
.post__sns {
    padding: 1.875rem 1.875rem 0 1.875rem;
    text-align: right;
}
.mobile .post__sns {
    padding: 1rem 1rem 0 1rem;
}
.btn-url img {
    width: 2.875rem;
}
.post__content {
    padding: 1.875rem;
    word-wrap: break-word;
    font-size: 0.875rem;
}
.mobile .post__content {
    padding: 1rem;
}
.post__page-btn:first-child {
    margin-right: 0.5rem;
}
.post__btn-img {
    width: 2.8125rem;
}
.post__list-btn-img {
    width: 7.8125rem;
}
.post__util {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.875rem;
    border-top: 1px solid #c9c9ca;
}
@media screen and (max-width: 441px) {
    .mobile .board,
    .mobile .pagination-list {
        max-width: 100%;
        width: 100%;
    }
}
.body-notice {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.body-notice .wrap {
    position: relative;
    height: 100%;
}
.body-notice .section-notice {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
}
.main_btn-area {
    padding-top: 3%;
}
.mobile .main_btn-area {
    display: flex;
    padding-top: 9%;
}
