@charset "UTF-8";
@font-face {
  font-family: "Cafe24Ohsquare";
  src: url("./../../fonts/Cafe24Ohsquare.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "TheJamsil";
  src: url("./../../fonts/TheJamsilLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "TheJamsil";
  src: url("./../../fonts/TheJamsilRegular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "TheJamsil";
  src: url("./../../fonts/TheJamsilBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SCoreDream";
  src: url("./../../fonts/S-CoreDream-5Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SCoreDream";
  src: url("./../../fonts/S-CoreDream-7ExtraBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'SimHei2';
  src: url("./../../fonts/smhei-med.OTF") format("otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'SimHei2';
  src: url("./../../fonts/smhei.OTF") format("otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'SimHei2';
  src: url("./../../fonts/smhei-bold.OTF") format("otf");
  font-weight: 700;
  font-style: normal;
}
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
  z-index: 1;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  outline: none;
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
}

/* Font style setting */
/* Point color setting */
/**
 * BASE SETTING
 */
body {
  -webkit-backface-visibility: hidden;
}

input[type=button], input[type=submit], input[type=reset], input[type=file]::-webkit-file-upload-button, button {
  padding: 0;
  font-family: SimHei2, Roboto, Arial, Apple SD Gothic Neo, sans-serif;
  outline: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #461d02;
}
a:link, a:visited, a:active, a:hover {
  text-decoration: none;
}

select, input, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  border: 0 none;
  font-size: 16px;
  font-weight: 400;
  font-family: SimHei2, Roboto, Arial, Apple SD Gothic Neo, sans-serif;
  line-height: 1;
}
select[type=checkbox], input[type=checkbox], button[type=checkbox], textarea[type=checkbox] {
  -webkit-appearance: checkbox;
}
select[type=radio], input[type=radio], button[type=radio], textarea[type=radio] {
  -webkit-appearance: radio;
}
select::-ms-expand, input::-ms-expand, button::-ms-expand, textarea::-ms-expand {
  display: none;
}

html, body {
  font-family: SimHei2, Roboto, Arial, Apple SD Gothic Neo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #461d02;
  /* word-break: keep-all; */
  line-height: 1;
  letter-spacing: -0.5px;
  -webkit-font-smoothing: antialiased;
}

strong, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

label, button {
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  .mo_full_page, .mo_header, .mo_footer {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .mo_footer {
    display: block;
  }
  .mo_header {
    display: flex;
  }
  .mo_full_page {
    display: block;
  }
}
.mo_full_page {
  max-width: 1024px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  display: contents;
}
.mo_full_page h2 {
  font-size: 10.67vw;
  position: relative;
  padding: 22.67vw 0 0 0;
  text-align: center;
  font-family: SimHei2;
}
.mo_full_page h2:before {
  width: 8.8vw;
  height: 16.8vw;
  content: "";
  background-image: url("../../images/main/h2_bg.png");
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.mo_full_page h3 {
  font-size: 6.13vw;
  font-family: SimHei2;
}
.mo_full_page .tap > li {
  display: none;
}
.mo_full_page .tap > li.on {
  display: block;
}
.mo_full_page .play_btn {
  display: block;
  margin: calc(-40 /750*100vw) auto calc(-20 /750*100vw);
}
.mo_full_page .play_btn img {
  width: 41.2vw;
}
.mo_full_page .page_popup, .mo_full_page .play_popup {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}
.mo_full_page .page_popup.on, .mo_full_page .play_popup.on {
  display: flex;
}
.mo_full_page .page_popup .page_popup_in, .mo_full_page .play_popup .page_popup_in {
  width: 100%;
}
.mo_full_page .page_popup .page_popup_in iframe, .mo_full_page .play_popup .page_popup_in iframe {
  width: 100%;
  height: 85.33vw;
}
.mo_full_page .page_popup .page_popup_close, .mo_full_page .play_popup .page_popup_close {
  width: 6.8vw;
  float: right;
  margin: 4vw 9.33vw 0 0;
}
.mo_full_page #main {
  height: 159.33vw;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 1;
}
.mo_full_page #main .video_wrap {
  height: 159.33vw;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translateX(-50%);
}
.mo_full_page #main .video_wrap video {
  height: 100%;
}
.mo_full_page #main .video_wrap video[poster] {
  height: 100%;
  width: 100%;
}
.mo_full_page #main .video_wrap:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../../images/main/main_video_dim.png");
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.mo_full_page #main .reservation_btn {
  margin: 4.53vw 0 0 0;
}
.mo_full_page #main .reservation_btn img {
  width: 65.47vw;
}

.page1_down{
  position: relative;
  /* width: calc(277 /750*100vw); */
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  /* align-content: last baseline; */
  align-items: flex-end;
}

.page1_down a{
  /* position: absolute; */
  /* top: 30vw; */
  margin-bottom: 3vw;
}

.page1_down a img{
  height: 100%;
  object-fit: contain;
  overflow: visible;
}

.page1_down a:nth-of-type(1){
  /* left: 10vw; */
  /* top: 0; */
  height: 20vw;
}

.page1_down a:nth-of-type(2){
  /* top: 9vw; */
  /* right: 10vw; */
  height: 11vw;
}

.page1_down a:nth-of-type(3){
  /* top: 26vw; */
  /* left: 10vw; */
  height: 10.85vw;
}

.page1_down a:nth-of-type(4){
  /* top: 26vw; */
  /* right: 10vw; */
  height: 11vw;
}

.mo_full_page #main .main_text {
  display: block;
  width: calc(636 /750*100vw);
  margin: 30.33vw auto 0 auto;
}
.mo_full_page #main .scroll_arow {
  width: 9.6vw;
  height: 4.8vw;
  max-width: 72px;
  max-height: 36px;
  position: absolute;
  bottom: 1vw;
  left: 50%;
  text-indent: -9999px;
  background-image: url("../../images/main/arrow_bottom.png");
  animation: moveUpDown 1s infinite alternate;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
}
@keyframes moveUpDown {
  0% {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  100% {
    -webkit-transform: translate(-50%, -20px);
    -moz-transform: translate(-50%, -20px);
    -ms-transform: translate(-50%, -20px);
    -o-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
  }
}
.mo_full_page #reservation {
  position: relative;
  background-image: url("../../images/main/bg_deco1.png"), url("../../images/main/bg_deco2.png"), url("../../images/main/bg1.jpg");
  padding: 7.2vw 9.33vw;
  background-repeat: no-repeat;
  background-position: 4vw 4.13vw, calc(100% - 4vw) 4.13vw, center;
  background-size: auto, auto, cover;
}
.mo_full_page #reservation h3 {
  margin: 10.67vw 0 0 0;
  padding: 10.67vw 0 0 0;
  position: relative;
}
.mo_full_page #reservation h3:before {
  width: 81.6vw;
  height: 2.67vw;
  max-width: 100%;
  content: "";
  background-image: url(../../images/main/bg_line1.png);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
}
.mo_full_page #reservation .reservation_top {
  color: #4c372c;
  position: relative;
}
.mo_full_page #reservation .reservation_top > img {
  width: 100%;
  margin: 6vw auto;
  display: block;
  height: calc(200 /750*100vw);
}
.mo_full_page #reservation .reservation_top .reservation_check1 {
  height: 5.6vw;
  line-height: 5.6vw;
  font-size: 3.18vw;
  position: relative;
  /* font-weight: 700; */
  border-bottom: 0.27vw solid #c4bbaf;
  margin: 0 0 2.67vw 0;
  padding: 0 0 2.67vw 8vw;
}
.mo_full_page #reservation .reservation_top .reservation_check2 {
  font-size: 3.73vw;
}
.mo_full_page #reservation .reservation_top .reservation_check2 li {
  min-height: 5.6vw;
  padding: 0 0 0 8vw;
  position: relative;
  margin: 0 0 3.47vw 0;
  line-height: 5.33vw;
}
.mo_full_page #reservation .reservation_top .reservation_check2 li button {
  height: 3.73vw;
  padding: 0.27vw 0 0 0;
  color: #aa730a;
  border-bottom: 0.27vw solid;
  font-size: 3.2vw;
  margin: 0.8vw 0 0 1.33vw;
  position: absolute;
}
.mo_full_page #reservation .reservation_top input {
  display: none;
}
.mo_full_page #reservation .reservation_top input:checked + label:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mo_full_page #reservation .reservation_top .reservation_check1 label > span, .mo_full_page #reservation .reservation_top .reservation_check2 label > span {
  vertical-align: text-bottom;
}
.mo_full_page #reservation .reservation_top .reservation_check1 label:before, .mo_full_page #reservation .reservation_top .reservation_check2 label:before {
  width: 5.6vw;
  min-height: 5.6vw;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  border: 0.27vw solid #a58975;
  vertical-align: middle;
}
.mo_full_page #reservation .reservation_top .reservation_check1 label:after, .mo_full_page #reservation .reservation_top .reservation_check2 label:after {
  width: 3.47vw;
  height: 4.4vw;
  content: "";
  position: absolute;
  top: 0.67vw;
  left: 1.33vw;
  background-image: url(../../images/main/checked.png);
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
}
.mo_full_page #reservation .reservation_top .reservation_radio {
  width: 100%;
  display: inline-block;
  font-size: 3.73vw;
  height: calc(45 /750*100vw);
}
.mo_full_page #reservation .reservation_top .reservation_radio li {
  width: 33%;
  float: left;
}
.mo_full_page #reservation .reservation_top .reservation_radio label {
  height: 5.6vw;
  position: relative;
  display: block;
}
.mo_full_page #reservation .reservation_top .reservation_radio label > span {
  vertical-align: middle;
  padding: 0 0 0 1.33vw;
  color: #4c372c;
}
.mo_full_page #reservation .reservation_top .reservation_radio label:before {
  width: 5.6vw;
  height: 5.6vw;
  border-radius: 100px;
  border: 0.27vw solid #a48874;
  content: "";
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
}
.mo_full_page #reservation .reservation_top .reservation_radio label:after {
  width: 3.73vw;
  height: 3.73vw;
  background-color: #594031;
  border-radius: 100px;
  top: 50%;
  transform: translateY(-50%);
  left: 1.1vw;
  content: "";
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
}
.mo_full_page #reservation .reservation_top input#phone_num {
  width: 100%;
  height: 10vw;
  box-sizing: border-box;
  border: 0.13vw solid #e2e3e8;
  border-radius: 0.8vw;
  margin: 3.6vw 0 4.4vw 0;
  display: block;
  background-color: #fff;
  padding: 0.53vw 0 0 14.47vw;
}
.mo_full_page #reservation .reservation_top input#phone_num::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8a837c;
  line-height: 10vw;
  font-size: 3.2vw;
}
.mo_full_page #reservation .reservation_top input#phone_num::-moz-placeholder { /* Firefox 19+ */
  color: #8a837c;
  line-height: 10vw;
  font-size: 3.2vw;
}
.mo_full_page #reservation .reservation_top input#phone_num:-ms-input-placeholder { /* IE 10+ */
  color: #8a837c;
  line-height: 10vw;
  font-size: 3.2vw;
}
.mo_full_page #reservation .reservation_top input#phone_num:-moz-placeholder { /* Firefox 18- */
  color: #8a837c;
  line-height: 10vw;
  font-size: 3.2vw;
}
.phone_li{
  background: url(../../images/main/phone_li.png) no-repeat center/100%;
  width: calc(102 /750*100vw);
  height: calc(69 /750*100vw);
  line-height: calc(69 /750*100vw);
  color: #fff;
  font-size: calc(24 /750*100vw);
  padding-left: calc(20 /750*100vw);
  box-sizing: border-box;
  position: absolute;
  top: calc(326 /750*100vw);
  left: calc(2 /750*100vw);
  border-radius: calc(5 /750*100vw) 0px 0px calc(5 /750*100vw);
  text-align: left;
}
.phone_list{
  width: 100%;
  height: 0;
  box-sizing: border-box;

  border-radius: calc(5 /750*100vw);
  margin: calc(15 /750*100vw) 0;
  display: block;
  background-color: #fff;
  padding: 0;
  box-sizing: border-box;
  position: absolute;
  top: calc(381 /750*100vw);
  left: 0;
  text-align: left;
  z-index: 9;
  overflow: hidden;
  transition: all 0.5s;
}
.phone_list a{
  display: block;
  font-size: calc(24 /750*100vw);
  color: #8a837c;
  border-bottom: 1px solid #e2e3e8;
  height: calc(40 /750*100vw);
  line-height: calc(40 /750*100vw);
}
.phone_list.on{
  height: calc(150 /750*100vw);
  padding: calc(5 /750*100vw) calc(50 /750*100vw);
  border: calc(1 /750*100vw) solid #e2e3e8;
}
.mo_full_page #reservation .reservation_top .reservation_btn2 {
  display: block;
  margin: 0 auto;
}
.mo_full_page #reservation .reservation_bottom {
  text-align: center;
}
.mo_full_page #reservation .reservation_bottom p {
  font-size: 3.47vw;
  line-height: 4.53vw;
  font-family: SimHei2;
  color: #654343;
  margin: 2.67vw 0 4vw 0;
  z-index: 1;
  font-weight: bold;
}
.mo_full_page #reservation .reservation_bottom p span{
  color: #bba27f;
}
.mo_full_page #reservation .reservation_bottom .app_go {
  display: flex;
  margin: 6.67vw auto;
  gap: 3.33vw;
  justify-content: center;
}
.mo_full_page #reservation .reservation_bottom .app_go li {
  z-index: 1;
}
.mo_full_page .page_popup.reservation_popup .page_popup_in {
  width: 81.33vw;
  position: relative;
  max-height: 74.67vw;
  background-color: #fff;
  padding: 9.33vw 2.67vw 9.33vw 6.67vw;
  border-radius: 2vw;
  margin: 0 9.33vw;
  font-family: "SimHei2";
  display: none;
  box-sizing: border-box;
}
.mo_full_page .page_popup.reservation_popup .page_popup_in.on {
  display: block;
}
.mo_full_page .page_popup.reservation_popup .page_popup_in .page_popup_close {
  position: absolute;
  bottom: -9.33vw;
  right: 0;
  margin: 0;
}
.mo_full_page .page_popup.reservation_popup .page_popup_in.page_popup_in_type1 {
  padding: 26.67vw 5.33vw 10.67vw 5.33vw;
  background-image: url(../../images/main/popup_img1.png);
  text-align: center;
  background-size: 13.33vw;
  -ms-background-position-x: center;
  background-position-x: center;
  -ms-background-position-y: 9.33vw;
  background-position-y: 9.33vw;
  background-repeat: no-repeat;
}
.mo_full_page .page_popup.reservation_popup .page_popup_in.page_popup_in_type1:before {
  background: linear-gradient(to right, #791402, #cf460e, #791402);
}
.mo_full_page .page_popup.reservation_popup .page_popup_in.page_popup_in_type2 {
  padding: 26.67vw 5.33vw 10.67vw 5.33vw;
  background-image: url(../../images/main/popup_img2.png);
  background-size: 13.33vw;
  text-align: center;
  font-size: 3.47vw;
  -ms-background-position-x: center;
  background-position-x: center;
  -ms-background-position-y: 45px;
  background-position-y: 45px;
  background-repeat: no-repeat;
}
.mo_full_page .page_popup.reservation_popup .page_popup_in.page_popup_in_type2:before {
  background: linear-gradient(to right, #1c5520, #3aa53c, #1c5921);
}
.mo_full_page .page_popup.reservation_popup .page_popup_in.page_popup_in_type3:before {
  background: linear-gradient(to right, #b58004, #f5b314, #b58004);
}
.mo_full_page .page_popup.reservation_popup .page_popup_in.page_popup_in_type3 strong {
  padding: 0 0 0 6.13vw;
  font-size: 4vw;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 2.67vw 0;
}
.mo_full_page .page_popup.reservation_popup .page_popup_in.page_popup_in_type3 strong:before {
  width: 4.67vw;
  height: 4.67vw;
  line-height: 4.67vw;
  max-width: 35px;
  max-height: 35px;
  position: absolute;
  left: 0.27vw;
  content: "";
  background-image: url(../../images/main/popup_img3.png);
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.mo_full_page .page_popup.reservation_popup .page_popup_in:before {
  width: 100%;
  height: 1.73vw;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  border-image: linear-gradient(to right, #1c5520, #3aa53c, #1c5921);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.mo_full_page .page_popup.reservation_popup .page_popup_in .page_popup_text {
  color: #2a211d;
  line-height: 5.07vw;
  max-height: 53.87vw;
  display: flex;
  flex-direction: column;
  font-size: 3.47vw;
  line-height: 5.07vw;
}
.mo_full_page .page_popup.reservation_popup .page_popup_in .page_popup_text p {
  font-size: 3.47vw;
  overflow-y: scroll;
  height: 52vw;
  padding: 2.67vw 2.67vw 0 0;
  max-height: 53.87vw;
  word-break: break-all;
}
.mo_full_page .page_popup.reservation_popup .page_popup_in .page_popup_text p::-webkit-scrollbar {
  width: 0.8vw;
}
.mo_full_page .page_popup.reservation_popup .page_popup_in .page_popup_text p::-webkit-scrollbar-thumb {
  background-color: #87878c;
  border-radius: 1.33vw;
}
.mo_full_page .page_popup.reservation_popup .page_popup_in .page_popup_text p::-webkit-scrollbar-track {
  background-color: #dfdfe4;
  border-radius: 1.33vw;
}
.mo_full_page .page_popup.reservation_popup .page_popup_in .popup_btn {
  width: 38vw;
  height: 9.33vw;
  display: block;
  font-size: 2.93vw;
  border-radius: 1.33vw;
  margin: 5.33vw auto 0 auto;
  background-color: #dc3636;
  font-weight: 500;
  color: #fff;
}
.mo_full_page .page_popup.reservation_popup .page_popup_text_span {
  color: #7d7e81;
  font-size: 3.73vw;
  font-weight: 700;
  margin: 0 0 2.67vw 0;
  display: block;
}
.mo_full_page #event {
  background-image: url("../../images/main/bg2.jpg");
  z-index: 2;
  position: relative;
  background-position: top;
  background-size: cover;
  text-align: center;
  font-family: SimHei2;
  /*230807 변경 Start : 기존 padding:vw(60) vw(70); 삭제 후 추가*/
  padding: 8vw 9.33vw 10.67vw 9.33vw;
  /*230807 변경 End*/
}
.mo_full_page #event > div > strong {
  font-size: 3.2vw;
  position: relative;
  color: #8e644c;
  margin: 6vw 0 3.33vw 0;
  display: block;
  padding: 2.67vw 0;
  font-weight: 500;
}
.mo_full_page #event > div > strong:before, .mo_full_page #event > div > strong:after {
  width: 23.73vw;
  height: 1.47vw;
  max-width: 178px;
  max-height: 11px;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.mo_full_page #event > div > strong:before {
  background-image: url(../../images/main/text_box1.png);
  top: 0;
}
.mo_full_page #event > div > strong:after {
  background-image: url(../../images/main/text_box2.png);
  bottom: 0;
}
.mo_full_page #event p {
  font-size: 3.31vw;
  color: #654343;
  margin: 3.2vw 0 2.67vw 0;
  z-index: 1;
  line-height: 4.53vw;
  font-weight: 700;
}
.mo_full_page #event small {
  font-size: 3.2vw;
  font-family: SimHei2;
  font-weight: 400;
  position: relative;
}
/* .mo_full_page #event small:before {
  content: "*";
  position: absolute;
  top: 50%;
  left: -15px;
  height: 10px;
  transform: translateY(-50%);
} */
.mo_full_page #event dl {
  max-width: 69.33vw;
  font-size: 3.47vw;
  background-color: #fff;
  border-radius: 1.33vw;
  white-space: nowrap;
  font-weight: 700;
  margin: 4vw auto 4vw auto;
  padding: 2.67vw 6.67vw;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  font-family: "SimHei2";
}
.mo_full_page #event dl dt {
  word-wrap: normal;
  color: #7a3f02;
}
.mo_full_page #event dl dd {
  color: #c92a01;
}
.mo_full_page #event .event_reward {
  margin: 6.67vw 0 0 0;
}
.mo_full_page #event .event_reward li {
  max-width: 610px;
  margin: 0 auto 3.07vw auto;
  position: relative;
}
.mo_full_page #event .event_reward li.complete img {
  filter: brightness(50%);
}
.mo_full_page #event .event_reward li.complete:before {
  width: 20.4vw;
  height: 21.07vw;
  max-width: 153px;
  max-height: 158px;
  position: absolute;
  top: -1.87vw;
  right: -6.53vw;
  z-index: 1;
  content: "";
  background-image: url(../../images/main/event_stamp.png);
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.mo_full_page #event .event_reward li:last-of-type.complete:before {
  background-image: url(../../images/main/event_stamp_complete.png);
}
.mo_full_page #event .event_bottom {
  margin: 10.67vw 0 0 0;
  padding: 10.67vw 0 0 0;
  position: relative;
}
.mo_full_page #event .event_bottom:before {
  width: 81.6vw;
  height: 2.67vw;
  max-width: 100%;
  content: "";
  background-image: url(../../images/main/bg_line1.png);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
}
.mo_full_page #event .event_bottom > strong {
  margin: 0 0 2.67vw 0;
}
.mo_full_page #event .event_bottom .event_text {
  text-align: center;
  margin: 5.33vw 0 0 3.73vw;
  letter-spacing: -0.23vw;
}
.mo_full_page #event .event_bottom .event_text li {
  font-family: "SimHei2";
  font-weight: 500;
  color: #2a211d;
  font-size: 3.47vw;
  margin: 0 0 1.33vw 0;
  line-height: 4.8vw;
}
.mo_full_page #event .event_bottom .event_text span.num {
  color: #c92a01;
  font-size: 3.73vw;
  font-weight: 700;
  padding: 0 0.67vw 0 0;
  margin: 0 0 0 -3.73vw;
}
.mo_full_page #event .event_bottom .invite_btn ,.event_btn a{
  width: calc(435 /750*100vw);
  height: 11.2vw;
  line-height: 11.2vw;
  font-size: calc(32 /750*100vw);
  font-weight: bold;
  padding: 0.2vw 0 0 0.6vw;
  font-family: "SimHei2";
  border-radius: 0.8vw;
  background-color: #1877f2;
  color: #fff;
  z-index: 2;
  position: relative;
  display: block;
  margin: 10vw auto;
}
.mo_full_page #event .event_bottom .invite_btn:nth-of-type(2),
.event_btn a:nth-of-type(2){
  background-color: #00b900;
}
.event_btn{
  display: flex;
}
.event_btn a{
  width: calc(230 /750*100vw);
  font-size: calc(24 /750*100vw);
}
.mo_full_page #event:before {
  width: 57.87vw;
  height: 47.47vw;
  z-index: 5;
  content: "";
  position: absolute;
  bottom: -17.33vw;
  right: 0;
  background-image: url(../../images/main/character2.png);
  background-size: contain;
  z-index: 1;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.mo_full_page #world_view {
  background-image: url("../../images/main/bg3.jpg");
  padding: 8vw 9.33vw 28vw;
  position: relative;
  background-position: top;
  background-size: cover;
  text-align: center;
}
.mo_full_page #world_view dl {
  margin: 0 0 5.33vw 0;
}
.mo_full_page #world_view dl dt {
  font-size: 6.13vw;
  font-family: SimHei2;
  font-weight: bold;
  color: #4e2108;
  margin: 6.67vw 0 4vw 0;
  line-height: 7.73vw;
}
.mo_full_page #world_view dl dd {
  font-size: calc(26 /750*100vw);
  line-height: 5.07vw;
  background: linear-gradient(to right, #3e1802, #945a48, #3e1802);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.mo_full_page #introduce {
  background-image: url("../../images/main/bg4.jpg");
  padding: 7.2vw 9.33vw 10.67vw 9.33vw;
  position: relative;
  background-position: top;
  background-size: cover;
  z-index: 1;
}
.mo_full_page #introduce .introduce_tap2_wrap {
  display: none;
}
.mo_full_page #introduce .introduce_tap2_wrap.on {
  display: block;
}
.mo_full_page #introduce .introduce_tap2_menu {
  display: flex;
  justify-content: space-between;
  margin: 5.33vw 0;
}
.mo_full_page #introduce .introduce_tap2_menu li button {
  width: 25.33vw;
  height: 17.07vw;
  max-width: 190px;
  max-height: 128px;
  text-indent: -9999px;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.mo_full_page #introduce .introduce_tap2_menu li.on:nth-of-type(1) button {
  background-image: url(../../images/main/introduce_menu1_on.png);
}
.mo_full_page #introduce .introduce_tap2_menu li.on:nth-of-type(2) button {
  background-image: url(../../images/main/introduce_menu2_on.png);
}
.mo_full_page #introduce .introduce_tap2_menu li.on:nth-of-type(3) button {
  background-image: url(../../images/main/introduce_menu3_on.png);
}
.mo_full_page #introduce .introduce_tap2_menu li:nth-of-type(1) button {
  background-image: url(../../images/main/introduce_menu1.png);
}
.mo_full_page #introduce .introduce_tap2_menu li:nth-of-type(1) button:hover {
  background-image: url(../../images/main/introduce_menu1_on.png);
}
.mo_full_page #introduce .introduce_tap2_menu li:nth-of-type(2) button {
  background-image: url(../../images/main/introduce_menu2.png);
}
.mo_full_page #introduce .introduce_tap2_menu li:nth-of-type(2) button:hover {
  background-image: url(../../images/main/introduce_menu2_on.png);
}
.mo_full_page #introduce .introduce_tap2_menu li:nth-of-type(3) button {
  background-image: url(../../images/main/introduce_menu3.png);
}
.mo_full_page #introduce .introduce_tap2_menu li:nth-of-type(3) button:hover {
  background-image: url(../../images/main/introduce_menu3_on.png);
}
.mo_full_page #introduce .introduce_tap3 {
  display: none;
}
.mo_full_page #introduce .introduce_tap3.on {
  display: block;
  position: relative;
  z-index: 1;
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(1) .introduce_tap3_menu li:nth-of-type(1) button.on:before {
  background-image: url("../../images/main/char_face/step01_face01_on.png");
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(1) .introduce_tap3_menu li:nth-of-type(2) button.on:before {
  background-image: url("../../images/main/char_face/step01_face03_on.png");
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(1) .introduce_tap3_menu li:nth-of-type(3) button.on:before {
  background-image: url("../../images/main/char_face/step01_face02_on.png");
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(1) .introduce_tap3_menu li:nth-of-type(4) button.on:before {
  background-image: url("../../images/main/char_face/step01_face04_on.png");
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(1) .introduce_tap3_menu li:nth-of-type(5) button.on:before {
  background-image: url("../../images/main/char_face/step01_face05_on.png");
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(1) .introduce_tap3_in > li:nth-of-type(1):before {
  background-image: url("../../images/main/char_thumb/step01_thumb01.png");
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(1) .introduce_tap3_in > li:nth-of-type(2):before {
  background-image: url("../../images/main/char_thumb/step01_thumb03.png");
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(1) .introduce_tap3_in > li:nth-of-type(3):before {
  background-image: url("../../images/main/char_thumb/step01_thumb02.png");
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(1) .introduce_tap3_in > li:nth-of-type(4):before {
  background-image: url("../../images/main/char_thumb/step01_thumb04.png");
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(1) .introduce_tap3_in > li:nth-of-type(5):before {
  background-image: url("../../images/main/char_thumb/step01_thumb05.png");
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(1) .introduce_tap3_in > li h3 {
  background: linear-gradient(#014de8, #2080fc, #014de8);
  -webkit-background-clip: text;
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(1) .introduce_tap3_in > li h3 span {
  color: #c33939;
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(2) .introduce_tap3_menu li:nth-of-type(1) button.on:before {
  background-image: url("../../images/main/char_face/step02_face01_on.png");
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(2) .introduce_tap3_menu li:nth-of-type(2) button.on:before {
  background-image: url("../../images/main/char_face/step02_face02_on.png");
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(2) .introduce_tap3_menu li:nth-of-type(3) button.on:before {
  background-image: url("../../images/main/char_face/step02_face03_on.png");
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(2) .introduce_tap3_menu li:nth-of-type(4) button.on:before {
  background-image: url("../../images/main/char_face/step02_face04_on.png");
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(2) .introduce_tap3_menu li:nth-of-type(5) button.on:before {
  background-image: url("../../images/main/char_face/step02_face05_on.png");
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(2) .introduce_tap3_in > li:nth-of-type(1):before {
  background-image: url("../../images/main/char_thumb/step02_thumb01.png");
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(2) .introduce_tap3_in > li:nth-of-type(2):before {
  background-image: url("../../images/main/char_thumb/step02_thumb02.png");
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(2) .introduce_tap3_in > li:nth-of-type(3):before {
  background-image: url("../../images/main/char_thumb/step02_thumb03.png");
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(2) .introduce_tap3_in > li:nth-of-type(4):before {
  background-image: url("../../images/main/char_thumb/step02_thumb04.png");
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(2) .introduce_tap3_in > li:nth-of-type(5):before {
  background-image: url("../../images/main/char_thumb/step02_thumb05.png");
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(2) .introduce_tap3_in > li h3 {
  background: linear-gradient(#187403, #2f9a27, #187403);
  -webkit-background-clip: text;
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(2) .introduce_tap3_in > li h3 span {
  color: #4da43c;
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(3) .introduce_tap3_menu li:nth-of-type(1) button.on:before {
  background-image: url("../../images/main/char_face/step03_face01_on.png");
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(3) .introduce_tap3_menu li:nth-of-type(2) button.on:before {
  background-image: url("../../images/main/char_face/step03_face02_on.png");
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(3) .introduce_tap3_menu li:nth-of-type(3) button.on:before {
  background-image: url("../../images/main/char_face/step03_face03_on.png");
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(3) .introduce_tap3_menu li:nth-of-type(4) button.on:before {
  background-image: url("../../images/main/char_face/step03_face04_on.png");
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(3) .introduce_tap3_menu li:nth-of-type(5) button.on:before {
  background-image: url("../../images/main/char_face/step03_face05_on.png");
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(3) .introduce_tap3_in > li:nth-of-type(1):before {
  background-image: url("../../images/main/char_thumb/step03_thumb01.png");
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(3) .introduce_tap3_in > li:nth-of-type(2):before {
  background-image: url("../../images/main/char_thumb/step03_thumb02.png");
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(3) .introduce_tap3_in > li:nth-of-type(3):before {
  background-image: url("../../images/main/char_thumb/step03_thumb03.png");
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(3) .introduce_tap3_in > li:nth-of-type(4):before {
  background-image: url("../../images/main/char_thumb/step03_thumb04.png");
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(3) .introduce_tap3_in > li:nth-of-type(5):before {
  background-image: url("../../images/main/char_thumb/step03_thumb05.png");
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(3) .introduce_tap3_in > li h3 {
  background: linear-gradient(#c00101, #e13734, #c00101);
  -webkit-background-clip: text;
}
.mo_full_page #introduce .introduce_tap3:nth-of-type(3) .introduce_tap3_in > li h3 span {
  color: #c33939;
}
.mo_full_page #introduce .introduce_tap3_menu {
  height: 20.8vw;
  display: flex;
  justify-content: center;
  gap: 2.53vw;
  z-index: 2;
  align-items: center;
}
.mo_full_page #introduce .introduce_tap3_menu > li button {
  position: relative;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
}
.mo_full_page #introduce .introduce_tap3_menu > li button img {
  width: 12.93vw;
}
.mo_full_page #introduce .introduce_tap3_menu > li button:before {
  width: 16.13vw;
  height: 16.13vw;
  max-width: 121px;
  max-height: 121px;
  border-radius: 100px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.mo_full_page #introduce .introduce_tap3_menu > li button:hover {
  opacity: 1;
}
.mo_full_page #introduce .introduce_tap3_menu > li button.on {
  opacity: 1;
}
.mo_full_page #introduce .introduce_tap3_menu > li button.on:before {
  -moz-box-shadow: 0.4vw 0.27vw 0.4vw 0.13vw rgba(0, 0, 0, 0.31);
  -webkit-box-shadow: 0.4vw 0.27vw 0.4vw 0.13vw rgba(0, 0, 0, 0.31);
  box-shadow: 0.4vw 0.27vw 0.4vw 0.13vw rgba(0, 0, 0, 0.31);
}
.mo_full_page #introduce .introduce_tap3_in {
  height: 114.4vw;
}
.mo_full_page #introduce .introduce_tap3_in h3 {
  font-size: 6.13vw;
  font-weight: 700;
  color: transparent;
  -webkit-text-fill-color: transparent;
  padding: 0 2.67vw;
}
.mo_full_page #introduce .introduce_tap3_in h3 span {
  font-size: 3.47vw;
  font-weight: 500;
  margin: 0 0 0 1.2vw;
}
.mo_full_page #introduce .introduce_tap3_in > li {
  position: relative;
  display: none;
}
.mo_full_page #introduce .introduce_tap3_in > li.on {
  display: block;
}
.mo_full_page #introduce .introduce_tap3_in > li:before {
  width: 80vw;
  height: 64vw;
  max-width: 750px;
  max-height: 492px;
  content: "";
  display: block;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.mo_full_page #introduce .introduce_tap3_in h4 {
  display: flex;
  align-items: center;
  gap: 1.87vw;
  font-size: 4vw;
  font-weight: 700;
  color: #907d6d;
  margin: 0 0 2.67vw 2.67vw;
  font-family: SimHei2;
}
.mo_full_page #introduce .introduce_tap3_in h4:after {
  width: 59.6vw;
  height: 1.6vw;
  max-width: 447px;
  max-height: 12px;
  content: "";
  background-image: url("../../images/main/introduce_line.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}
.mo_full_page #introduce .introduce_tap3_in p {
  min-height: 17.33vw;
  font-family: SimHei2;
  color: #574442;
  font-size: 3.47vw;
  margin: 2.67vw 2.67vw 0 2.67vw;
  line-height: 5.07vw;
  letter-spacing: -0.13vw;
}
.mo_full_page #introduce .introduce_tap3_skill {
  position: relative;
  display: flex;
  gap: 1.33vw;
  margin: 0 0 0 2.67vw;
}
.mo_full_page #introduce .introduce_tap3_skill .skill_popup {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.mo_full_page #introduce .introduce_tap3_skill .skill_popup.on {
  display: flex;
}
.mo_full_page #introduce .introduce_tap3_skill .skill_popup dl {
  background-color: #fff;
  border-radius: 1.33vw;
  max-height: 74.67vw;
  padding: 6vw 1.87vw 6vw 6.4vw;
  margin: 0 9.33vw;
  width: calc(610 /750*100vw);
  box-sizing: border-box;
}
.mo_full_page #introduce .introduce_tap3_skill .skill_popup dl dt {
  font-size: 4vw;
  font-weight: 700;
  margin: 0 0 2.13vw 0;
}
.mo_full_page #introduce .introduce_tap3_skill .skill_popup dl dd {
  max-height: 50.67vw;
  overflow-y: auto;
  font-size: 3.47vw;
  padding: 2.67vw 0.67vw 0 0;
  line-height: 5.07vw;
}
.mo_full_page #introduce .introduce_tap3_skill .skill_popup dl dd::-webkit-scrollbar {
  width: 0.8vw;
}
.mo_full_page #introduce .introduce_tap3_skill .skill_popup dl dd::-webkit-scrollbar-thumb {
  background-color: #87878c;
  border-radius: 1.33vw;
}
.mo_full_page #introduce .introduce_tap3_skill .skill_popup dl dd::-webkit-scrollbar-track {
  background-color: #dfdfe4;
  border-radius: 1.33vw;
}
.mo_full_page #introduce .introduce_tap3_skill .skill_popup .page_popup_close {
  margin: 2.4vw 9.33vw 0 0;
  width: 6.53vw;
}
.mo_full_page #introduce:before {
  width: 28.27vw;
  height: 74.67vw;
  z-index: 5;
  content: "";
  position: absolute;
  top: -33.33vw;
  left: 0;
  background-image: url(../../images/main/character3.png);
  background-size: contain;
  z-index: 0;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.mo_full_page #introduce:after {
  width: 35.73vw;
  height: 68vw;
  content: "";
  position: absolute;
  bottom: -26.67vw;
  right: 0;
  background-image: url(../../images/main/character4.png);
  background-size: contain;
  z-index: 0;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.mo_full_page #media {
  min-height: 141.33vw;
  background-image: url("../../images/main/bg5.jpg");
  padding: 7.2vw 9.33vw;
  box-sizing: border-box;
  position: relative;
  background-position: top;
  background-size: cover;
  z-index: 0;
}
.mo_full_page #media.first {
  z-index: 9999;
}
.media_tap{
  margin-top: calc(100 /750*100vw);
}
.mo_full_page #media .media_tap_menu {
  display: flex;
  margin: 5.87vw auto;
  justify-content: space-between;
  gap: 1.33vw;
}
.mo_full_page #media .media_tap_menu li button {
  width: 39.33vw;
  height: 11.6vw;
  max-width: 295px;
  max-height: 87px;
  text-align: center;
  padding: 0.4vw 0 0 0;
  background-image: url("../../images/main/media_tap.png");
  font-size: 3.73vw;
  font-family: SimHei2;
  font-weight: 700;
  color: #b0b2b7;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.mo_full_page #media .media_tap_menu li button.on {
  background-image: url("../../images/main/media_tap_on.png");
  color: #7a1f12;
}
.mo_full_page #media .media_slide {
  height: 46.4vw;
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
}
.mo_full_page #media .media_slide .media_img_box {
  border: 0.13vw solid #9c806b;
  position: absolute;
  border-radius: 1.07vw;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
}
.mo_full_page #media .media_slide .media_img_box img {
  -webkit-user-drag: none;
}
.mo_full_page #media .media_slide .media_img_box.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.mo_full_page #media .media_slide .media_img_box .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mo_full_page #media .media_slide .media_img_box .play_btn img {
  width: 28.93vw;
  height: 28.27vw;
}
.mo_full_page #media .media_slide .media_indi {
  position: absolute;
  bottom: -5.33vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1.33vw;
}
.mo_full_page #media .media_slide .indicator {
  width: 2.27vw;
  height: 2.13vw;
  background-color: #a7998f;
  border-radius: 100%;
  cursor: pointer;
}
.mo_full_page #media .media_slide .indicator.active {
  background-image: url("../../images/main/media_slide_active.png");
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.mo_full_page #media:before {
  width: 32.8vw;
  height: 45.73vw;
  content: "";
  position: absolute;
  bottom: -1.33vw;
  left: 0;
  background-image: url(../../images/main/character5.png);
  background-size: contain;
  z-index: 1;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.event_commu_link {
  display: inline-block;
  margin: 40vw auto 8vw auto;
  width: 90%;
  height: calc(160 /750*100vw);
}
.event_commu_link:before {
  width: calc(509 /750*100vw);
  height: calc(219 /750*100vw);
  content: "";
  z-index: -1;
  position: absolute;
  background-image: url(../../images/main/event_commu_bg.png);
  top: 60%;
  left: 50%;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.event_face{
  width: 58.67vw;
  height: 13.2vw;
  line-height: 6.2vw;
  display: block;
  color: #fff;
  font-size: calc(30 /750*100vw);
  font-weight: bold;
  border-radius: 0.67vw;
  margin: 0 0 1.87vw 0;
  font-family: "SimHei2";
  background-image: linear-gradient(to right, #d2ad40 , #bb871c);
  border-radius: 0.67vw;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  /* justify-content: center; */
  align-items: center;
  text-align: center;
}
.fb_iframe_widget_fluid{
  /* margin-left: 12vw; */
  line-height: inherit;
}
.fb_iframe_widget_fluid span{
  vertical-align: middle !important;
  height: calc(45 /750*100vw) !important;
}
.event_commu_link a{
  font-size: calc(18 /750*100vw);
  color: #4e2108;
  display: block;
  padding-bottom: 5px;
  width: calc(140 /750*100vw);
  border-bottom: 1px solid #4e2108;
  margin: calc(120 /750*100vw) auto;
}

.mo_full_page #event:before {
  width: 28.93vw;
  height: 83.2vw;
  max-width: 217px;
  max-height: 624px;
  z-index: 0;
  content: "";
  position: absolute;
  top: -13.33vw;
  left: 0;
  background-image: url(../../images/main/character1.png);
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.mo_full_page #event:after {
  width: 27.87vw;
  height: 85.73vw;
  z-index: -1;
  max-width: 209px;
  max-height: 643px;
  content: "";
  position: absolute;
  bottom: -52vw;
  right: 0;
  background-image: url(../../images/main/character2.png);
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.mo_full_page #event small {
  color: #654343;
}


.mo_header {
  max-width: 1020px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  transform: translateX(-50%);
  height: 13.33vw;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mo_header .header_h1 {
  z-index: 1;
}
.mo_header .header_h1 h1 {
  text-align: center;
}
.mo_header .header_h1 h1 img {
  width: 15.6vw;
}
.mo_header .m_open_btn {
  position: absolute;
  left: 4vw;
  font-size: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.mo_header button {
  position: relative;
  display: inline-block;
  width: 6.13vw;
  height: 3.87vw;
}
.mo_header button span {
  text-indent: -9999px;
  font-size: 0;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.mo_header button span:before {
  margin-top: -1.73vw;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}
.mo_header button span:after {
  margin-top: 1.73vw;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}
.mo_header button span, .mo_header button span:before, .mo_header button span:after {
  width: 6.13vw;
  height: 0.4vw;
  position: absolute;
  content: "";
  background-color: #fff;
  display: block;
}
.mo_header button.on span, .mo_header button.on span:before, .mo_header button.on span:after {
  background-color: #461d02;
}
.mo_header button.on span {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.mo_header button.on span:before, .mo_header button.on span:after {
  margin-top: 0;
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}
.mo_header button.on span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mo_header button.on span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mo_header .m_gnb {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  background-color: #fff;
  /* background-color: rgb(0 0 0 / 65%); */
  visibility: hidden;
  padding: 26.67vw 0 0 0;
  font-family: "SimHei2";
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s 0.2s ease;
  -moz-transition: 0.5s 0.2s ease;
  -o-transition: 0.5s 0.2s ease;
  -ms-transition: 0.5s 0.2s ease;
}
.mo_header .m_gnb.on {
  position: absolute;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.mo_header .m_gnb .m_gnb_ul {
  margin: 0 0 13.33vw 0;
  padding: 0 0 4vw 0;
  border-bottom: 1px solid #e0e0e0;
}
.mo_header .m_gnb .m_gnb_ul li {
  text-align: center;
  margin: 0 0 9.33vw 0;
}
.mo_header .m_gnb .m_gnb_ul button {
  font-size: 4.27vw;
  line-height: 4.27vw;
  width: 100%;
  color: #461d02;
  font-family: "SimHei2";
  font-weight: bold;
}
.mo_header .m_gnb .m_gnb_links li {
  width: 28vw;
  margin: 0 auto 6.67vw auto;
}
.mo_header .m_gnb .m_gnb_links li a {
  width: 100%;
  padding: 0.8vw 0 0.8vw 12vw;
  font-size: 3.73vw;
  position: relative;
  display: block;
  box-sizing: border-box;
}
.mo_header .m_gnb .m_gnb_links li a:before {
  width: 10.27vw;
  height: 7.07vw;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.mo_header .m_gnb .m_gnb_links li:nth-of-type(1) a:before {
  background-image: url(../../images/common/gnb_naver.png);
  background-size: contain;
}
.mo_header .m_gnb .m_gnb_links li:nth-of-type(2) a:before {
  background-image: url(../../images/common/gnb_youtube.png);
}
.mo_header .m_gnb .m_gnb_links li:nth-of-type(3) a:before {
  background-image: url(../../images/common/gnb_icon.png);
}
.mo_header .m_gnb .m_gnb_links li:nth-of-type(4) a:before {
  background-image: url(../../images/common/gnb_mc.png);
  background-size: contain;
}


footer {
  width: 100%;
  height: 41.2vw;
  position: relative;
  background-color: #282929;
  text-align: center;
  padding: 4vw 0.67vw 5.33vw 0.67vw;
  box-sizing: border-box;
}
footer .footer_in {
  max-width: 88.33vw;
  width: 100%;
  color: #fff;
  margin: 0 auto;
  padding: 2.67vw 0 0 0;
  position: relative;
}
footer .footer_in img {
  width: calc(360 /750*100vw);;
  height: calc(40 /750*100vw);
}
footer .footer_in p {
  font-size: calc(14 /750*100vw);;
  margin: 1.67vw 0 0 0;
  font-weight: 100;
  font-family: "SimHei2";
}
.footer_desc a{
  color: #fff;
  font-size: calc(14 /750*100vw);;
}
.footer_link{
  margin: 2.67vw 0 0 0;
  display: flex;
  justify-content: center;
}
.footer_link span{
  margin: 0 calc(10 /750*100vw);
}

@media screen and (max-width: 699px) {
  .mo_header .m_gnb {
    padding: 24vw 0 0 0;
  }
  .mo_header .m_gnb .m_gnb_ul {
    margin: 0 9.33vw 10.67vw 9.33vw;
    padding: 0;
  }
  .mo_header .m_gnb .m_gnb_ul li {
    margin: 0 auto 8.67vw auto;
  }
  .mo_header .m_gnb .m_gnb_ul button {
    font-size: 4.67vw;
    min-height: 4.67vw;
  }
  .mo_header .m_gnb .m_gnb_links li {
    width: 29.33vw;
    margin: 0 auto 9.33vw auto;
  }
  .mo_header .m_gnb .m_gnb_links li a {
    font-size: 4.4vw;
  }
}
@media screen and (min-height: 768px) and (min-width: 700px) {
  .mo_header .m_gnb {
    padding: 16vw 0 0 0;
  }
  .mo_header .m_gnb .m_gnb_ul {
    margin: 0 9.33vw 4vw 9.33vw;
    padding: 0 0 1.33vw 0;
  }
  .mo_header .m_gnb .m_gnb_ul li {
    margin: 0 0 2.67vw 0;
  }
  .mo_header .m_gnb .m_gnb_ul button {
    font-size: 2.67vw;
    width: 100%;
    color: #461d02;
    font-family: "SimHei2";
  }
  .mo_header .m_gnb .m_gnb_links {
    display: flex;
    gap: 6.67vw;
    justify-content: center;
  }
  .mo_header .m_gnb .m_gnb_links li {
    width: auto;
    margin: 0;
  }
  .mo_header .m_gnb .m_gnb_links li a {
    font-size: 2.53vw;
    padding: 0.8vw 0 0.8vw 8vw;
  }
  .mo_header .m_gnb .m_gnb_links li a:before {
    width: 6.4vw;
    height: 4.4vw;
  }
}
/*
  z-index 가이드
  container : auto
  header :200
  header dimmed :100
*/
html {
  scroll-behavior: smooth;
}

input[type=text],
textarea,
select {
  outline: none !important;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
}
input[type=text]:focus,
textarea:focus,
select:focus {
  border-color: #461d02 !important;
}

::selection {
  background: #461d02;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #461d02;
  color: #fff;
  text-shadow: none;
}

img {
  vertical-align: top;
  max-width: max-content;
  width: 100%;
}

.popup_dimmed {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 300;
  background-color: #2a211d;
  display: none;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

caption {
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
}

body.Official .pay {
  display: none;
}
body.Official .page1_down .pd-pay-btn{
  display: none;
}
body.Official .page1_down {
  width: calc(277 / 750* 100vw);
  margin: 0 auto;
}