@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Noto+Serif+TC:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap");
/* reset */
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: 14px;
  font: inherit;
  font-family: "Noto Serif TC", "Noto Sans TC", "PingFang SC", "Microsoft Yahei", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*自訂*/
a {
  text-decoration: none;
  outline: none; }

body {
  color: #723a3c;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

input {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  outline: none;
  border-radius: 0; }

input:-internal-autofill-selected {
  background-color: none !important; }

/*HTML5 tag*/
section, article, aside, footer, header, nav, main {
  display: block; }

/*Input reset*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  /*透明*/ }

input[type=submit], input[type=reset], input[type=button], input[type=text], input[type=password], textarea, select {
  -webkit-appearance: none; }

button {
  outline: none;
  border: none;
  background-color: none; }

input[type="checkbox"] {
  margin: 0; }

.codeBox.thin .gc-reset {
  top: -1px; }

.codeBox .img {
  height: 75%;
  background-size: auto 125% !important;
  width: 100px !important;
  top: 12% !important; }

.codeBox.thin.verify__box > div:nth-child(2) {
  height: 67px !important; }

.codeBox.thin.verify__box {
  min-height: 67px; }

a {
  display: inline-block;
  width: 100%;
  height: 100%; }

img {
  width: 100%;
  height: 100%;
  display: block; }

.l-wrapper {
  max-width: 1366px;
  width: 90%;
  margin: 0 auto;
  position: relative; }

.l-wrapperhidden {
  overflow: hidden; }

.l-wrapperSub {
  max-width: 1170px;
  width: 95%;
  margin: 0 auto;
  position: relative; }

@media screen and (max-width: 1024px) {
  .l-wrapper {
    width: 100%; }
  .l-wrapperSub {
    width: 90%; } }

.l-padding-b5 {
  padding-bottom: 5px; }

.l-length {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.l-disinline {
  display: inline-block; }

.l-fontBold {
  font-weight: 700; }

.l-fontSizeL {
  font-size: 18px; }

.l-fontSizeS {
  font-size: 13px; }

.l-alignLeft {
  text-align: left; }
  @media screen and (max-width: 375px) {
    .l-alignLeft {
      text-align: center; } }

.l-tableBgColor {
  background-color: rgba(255, 243, 204, 0.8); }

.l-lightBgColor {
  background-color: rgba(255, 255, 255, 0.6); }

.footer_bgSet {
  background-color: #000; }

.l-mrTb2 {
  margin: 2% 0; }

.l-mrR2 {
  margin: 0 2% 0 0; }

.l-mrL2 {
  margin: 0 0 0 2%; }

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #723a3c;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #723a3c;
  opacity: 1;
  /* Firefox */ }

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #723a3c;
  opacity: 1;
  /* Firefox */ }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #723a3c;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #723a3c; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #723a3c; }

@-webkit-keyframes stoneRotateEffect {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  20%,
  40% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@keyframes stoneRotateEffect {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  20%,
  40% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@-webkit-keyframes upDownEffect {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(2%);
    transform: translateY(2%); }
  100% {
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%); } }

@keyframes upDownEffect {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(2%);
    transform: translateY(2%); }
  100% {
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%); } }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounce {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes rainEffect {
  0%, 100% {
    background-position: 0 0; }
  50% {
    background-position: 0 1px; }
  90% {
    background-position: 0 -1px; } }

@keyframes rainEffect {
  0%, 100% {
    background-position: 0 0; }
  50% {
    background-position: 0 1px; }
  90% {
    background-position: 0 -1px; } }

@-webkit-keyframes rotateEffect {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(10deg);
    transform: translate(-50%, -50%) rotate(10deg); } }

@keyframes rotateEffect {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(10deg);
    transform: translate(-50%, -50%) rotate(10deg); } }

@-webkit-keyframes circleEffect {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes circleEffect {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes call01 {
  0% {
    width: 0; }
  90% {
    opacity: 1;
    width: 90%; }
  100% {
    opacity: 0; } }

@keyframes call01 {
  0% {
    width: 0; }
  90% {
    opacity: 1;
    width: 90%; }
  100% {
    opacity: 0; } }

@-webkit-keyframes loader-6-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0; } }

@keyframes loader-6-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0; } }

@-webkit-keyframes stampEffect {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  60% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  90% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes stampEffect {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  60% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  90% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes shadowEffect {
  0% {
    -webkit-box-shadow: 30px 35px 55px rgba(255, 250, 243, 0);
    box-shadow: 30px 35px 55px rgba(255, 250, 243, 0); }
  100% {
    -webkit-box-shadow: 30px 35px 55px rgba(255, 250, 243, 0.7);
    box-shadow: 30px 35px 55px rgba(255, 250, 243, 0.7); } }

@keyframes shadowEffect {
  0% {
    -webkit-box-shadow: 30px 35px 55px rgba(255, 250, 243, 0);
    box-shadow: 30px 35px 55px rgba(255, 250, 243, 0); }
  100% {
    -webkit-box-shadow: 30px 35px 55px rgba(255, 250, 243, 0.7);
    box-shadow: 30px 35px 55px rgba(255, 250, 243, 0.7); } }

header {
  position: relative; }
  header .container {
    position: relative;
    max-width: 1280px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 5% 0 2%; }
  header .logo {
    max-width: 545px;
    width: 28vw;
    margin: 0 auto; }
  @media screen and (max-width: 992px) {
    header .logo {
      width: 36vw; }
    header .container {
      padding: 5% 0 7%; } }
  @media screen and (max-width: 680px) {
    header .logo {
      width: 55vw; } }
  @media screen and (max-width: 640px) {
    header .logo {
      width: 65vw; } }
  @media screen and (max-width: 540px) {
    header .container {
      padding: 15% 0 5%; } }
  @media screen and (max-width: 425px) {
    header .logo {
      width: 75vw; }
    header .container {
      padding: 30% 0 10%; } }

.menuFixed.active {
  width: 8vw;
  top: 7vw;
  right: 0;
  position: fixed;
  -webkit-animation: circleEffect 0.2s forwards cubic-bezier(0.39, 0.575, 0.565, 1);
  animation: circleEffect 0.2s forwards cubic-bezier(0.39, 0.575, 0.565, 1);
  z-index: 99; }
  .menuFixed.active .menu_btn_area {
    height: 26.7vw; }

@media screen and (max-width: 1660px) {
  .menuFixed.active {
    width: 10vw; }
    .menuFixed.active .menu_btn_area {
      height: 32.7vw; } }

@media screen and (max-width: 1099px) {
  .menuFixed.active {
    width: 13vw;
    top: 0; }
    .menuFixed.active .menu_btn_area {
      height: 43.7vw; } }

@media screen and (max-width: 992px) {
  .menuFixed.active {
    width: 15vw; }
    .menuFixed.active .menu_btn_area {
      height: 49.7vw; } }

@media screen and (max-width: 640px) {
  .menuFixed.active {
    width: 22vw; }
    .menuFixed.active .menu_btn_area {
      height: 72.7vw; } }

@media screen and (max-width: 540px) {
  .menuFixed.active {
    width: 23vw; }
    .menuFixed.active .menu_btn_area {
      height: 76.7vw; } }

@media screen and (max-width: 425px) {
  .menuFixed.active {
    width: 28vw; }
    .menuFixed.active .menu_btn_area {
      height: 92.7vw; } }

@media screen and (max-width: 280px) {
  .menuFixed.active {
    width: 42vw; }
    .menuFixed.active .menu_btn_area {
      height: 140.7vw; } }

.video_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  height: 55vw; }
  .video_wrapper::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    top: 0;
    left: 0; }
  @media screen and (max-width: 992px) {
    .video_wrapper {
      position: fixed; } }
  @media screen and (max-width: 768px) {
    .video_wrapper {
      height: 70vw; } }
  @media screen and (max-width: 640px) {
    .video_wrapper {
      height: 100vw; } }

.reserve {
  position: relative;
  max-width: 352px;
  width: 20vw;
  margin: 0 auto;
  cursor: pointer;
  z-index: 1;
  -webkit-filter: drop-shadow(0px 2px 20px #faf7ea);
  filter: drop-shadow(0px 2px 20px #faf7ea);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }
  .reserve h6 {
    position: absolute;
    top: 42%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    letter-spacing: 1px;
    font-weight: 700; }
  .reserve:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  @media screen and (max-width: 992px) {
    .reserve {
      width: 26vw; } }
  @media screen and (max-width: 680px) {
    .reserve {
      width: 38vw; } }
  @media screen and (max-width: 640px) {
    .reserve {
      width: 40vw; } }
  @media screen and (max-width: 540px) {
    .reserve {
      width: 50vw; } }
  @media screen and (max-width: 425px) {
    .reserve {
      width: 60vw; } }

.partyPlatform {
  width: 40vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 7vw auto 0; }
  .partyPlatform div {
    margin: 0 1%; }
  .partyPlatform .googlePlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
    .partyPlatform .googlePlay:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .partyPlatform .appStore {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
    .partyPlatform .appStore:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .partyPlatform .galaxyStore {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
    .partyPlatform .galaxyStore:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .partyPlatform .appGallery {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
    .partyPlatform .appGallery:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  @media screen and (max-width: 1280px) {
    .partyPlatform {
      width: 48vw; } }
  @media screen and (max-width: 992px) {
    .partyPlatform {
      width: 70vw; } }
  @media screen and (max-width: 680px) {
    .partyPlatform {
      width: 85vw; } }
  @media screen and (max-width: 540px) {
    .partyPlatform {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 15vw auto 0; }
      .partyPlatform div {
        margin: 1%;
        width: 32vw; } }
  @media screen and (max-width: 425px) {
    .partyPlatform {
      width: 80vw; } }

.menu_area {
  top: 1vw;
  right: 0;
  z-index: 99;
  width: 8.9vw;
  position: absolute; }
  @media screen and (max-width: 1190px) {
    .menu_area {
      position: fixed; } }
  .menu_area .wrap {
    width: 90%;
    padding: 1vw 0 0;
    margin: 0 auto; }
  .menu_area .music_play {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 10px auto;
    cursor: pointer;
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative; }
    .menu_area .music_play img {
      pointer-events: none; }
    .menu_area .music_play:hover {
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); }
    .menu_area .music_play .music {
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 100px;
      opacity: 0;
      top: 0;
      left: 0;
      z-index: 1; }
  .menu_area .menu_btn_area {
    text-align: center;
    background-image: url("../img/bg_menu.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 29.7vw;
    display: none; }
    .menu_area .menu_btn_area.active {
      display: block;
      -webkit-overflow-scrolling: touch; }
  .menu_area .menu_top {
    position: relative;
    width: 4vw;
    height: 4vw;
    margin: 0 auto;
    background-image: url("../img/bg_topButton.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
    .menu_area .menu_top::after {
      content: 'Top';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .menu_area .menu_top:hover {
      -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      transform: translateY(-5px); }
  .menu_area .meBtn {
    background-color: #fff;
    margin: 7% 0;
    padding: 8%;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .menu_area .meBtn:hover {
      -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
      transform: translateY(5px); }
      .menu_area .meBtn:hover::after {
        -webkit-box-shadow: 0 0px 0 #fff;
        box-shadow: 0 0px 0 #fff; }
    .menu_area .meBtn:nth-child(2) {
      margin: 12% 0 10% 0; }
    .menu_area .meBtn::after {
      content: '';
      position: absolute;
      width: 105%;
      height: 110%;
      background: transparent;
      -webkit-box-shadow: 0 1px 0 #fff;
      box-shadow: 0 1px 0 #fff;
      border-radius: 50px;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      -o-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .menu_area .line {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 15% auto; }
  .menu_area .googlePlay {
    -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .menu_area .googlePlay:hover {
      -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
      transform: translateY(2px); }
  .menu_area .appStore {
    -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .menu_area .appStore:hover {
      -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
      transform: translateY(2px); }
  .menu_area .galaxyStore {
    -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .menu_area .galaxyStore:hover {
      -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
      transform: translateY(2px); }
  .menu_area .appGallery {
    -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .menu_area .appGallery:hover {
      -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
      transform: translateY(2px); }
  .menu_area .menu_close {
    width: 4vw;
    margin: 0.5vw auto;
    position: relative;
    cursor: pointer; }
    .menu_area .menu_close p {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #fff; }
    .menu_area .menu_close .hoverEffect {
      display: none; }
    .menu_area .menu_close:hover .hoverEffect {
      display: block;
      opacity: .4; }
  @media screen and (max-width: 1366px) {
    .menu_area {
      width: 9.9vw; }
      .menu_area .menu_btn_area {
        height: 32.7vw; } }
  @media screen and (max-width: 1099px) {
    .menu_area {
      width: 12.9vw;
      top: 5vw; }
      .menu_area .menu_btn_area {
        height: 42.7vw; }
      .menu_area .menu_top {
        width: 6vw;
        height: 6vw; }
      .menu_area .menu_close {
        width: 6vw; } }
  @media screen and (max-width: 992px) {
    .menu_area .menu_btn_area {
      background-image: url(../img/bg_menu_m.png); }
    .menu_area .menu_top {
      width: 6vw;
      height: 6vw; }
    .menu_area .menu_close {
      width: 6vw; }
      .menu_area .menu_close p {
        color: #944131; } }
  @media screen and (max-width: 860px) {
    .menu_area {
      width: 14.9vw; }
      .menu_area .menu_close {
        width: 10vw; }
      .menu_area .menu_btn_area {
        height: 49.7vw; } }
  @media screen and (max-width: 640px) {
    .menu_area {
      width: 17.9vw; }
      .menu_area .menu_close {
        width: 15vw; }
      .menu_area .menu_btn_area {
        height: 59.7vw; }
      .menu_area .menu_top {
        width: 10vw;
        height: 10vw; } }
  @media screen and (max-width: 540px) {
    .menu_area .menu_top {
      width: 15vw;
      height: 15vw; } }
  @media screen and (max-width: 540px) {
    .menu_area {
      width: 25.9vw; }
      .menu_area .menu_btn_area {
        height: 85.7vw; }
      .menu_area .wrap {
        width: 80%; } }
  @media screen and (max-width: 480px) {
    .menu_area {
      width: 30.9vw; }
      .menu_area .menu_btn_area {
        height: 102vw; } }
  @media screen and (max-width: 280px) {
    .menu_area .menu_top {
      width: 17vw;
      height: 17vw; }
    .menu_area .menu_close {
      width: 20vw; } }

.hoverEffect {
  z-index: -1;
  pointer-events: none; }
  .hoverEffect span {
    position: absolute;
    border: 1px solid #fff;
    height: 80%;
    top: 42%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50px; }
    .hoverEffect span:nth-child(1) {
      width: 100%;
      opacity: .6;
      -webkit-animation: call01 2.5s infinite linear;
      animation: call01 2.5s infinite linear; }
    .hoverEffect span:nth-child(2) {
      width: 90%;
      opacity: .2;
      -webkit-animation: call01 -3s 3s infinite linear;
      animation: call01 -3s 3s infinite linear; }
    .hoverEffect span:nth-child(3) {
      width: 80%;
      opacity: .3;
      -webkit-animation: call01 -4s 3.5s infinite linear;
      animation: call01 -4s 3.5s infinite linear; }

.reserv_container {
  position: relative; }
  .reserv_container .liquid {
    background-image: url("../img/acc_liquid01.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 20vw;
    position: absolute;
    top: 0;
    left: 0; }

.reserve_head {
  background-image: url("../img/top_area02.png");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 20vw;
  position: relative; }

.reserve_body {
  background-image: url("../img/middle_area01.jpg");
  background-size: 100%;
  background-position: 0 top;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 7vw 0 15vw; }
  .reserve_body .acc_peo_wrap {
    position: absolute;
    width: 100%;
    height: 100%; }
    .reserve_body .acc_peo_wrap .peo {
      position: absolute; }
      .reserve_body .acc_peo_wrap .peo_wizard {
        width: 50vw;
        top: 15vw;
        left: 47vw;
        z-index: 2; }
      .reserve_body .acc_peo_wrap .peo_swords {
        width: 24vw;
        top: 12vw;
        left: 71vw;
        z-index: 1; }
  @media screen and (max-width: 1366px) {
    .reserve_body .acc_peo_wrap .peo_wizard {
      width: 55vw;
      left: 46vw; }
    .reserve_body .acc_peo_wrap .peo_swords {
      width: 25vw;
      top: 13vw;
      left: 72vw; } }
  @media screen and (max-width: 992px) {
    .reserve_body .acc_peo_wrap .peo_wizard {
      width: 65vw;
      left: 53vw;
      top: 23vw; }
    .reserve_body .acc_peo_wrap .peo_swords {
      display: none; } }
  @media screen and (max-width: 860px) {
    .reserve_body .acc_peo_wrap .peo_wizard {
      width: 79vw;
      left: 46vw;
      top: 34vw; } }
  @media screen and (max-width: 768px) {
    .reserve_body .acc_peo_wrap .peo_wizard {
      left: 58vw;
      top: 65vw; }
    .reserve_body .acc_peo_wrap .peo_swords {
      display: block;
      width: 44vw;
      top: 58vw;
      left: -21vw; } }
  @media screen and (max-width: 640px) {
    .reserve_body .acc_peo_wrap {
      display: none; } }

.line_blue {
  position: absolute;
  width: 50vw;
  height: 20vw;
  background-image: url("../img/acc_line_blue.png");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  top: 11vw;
  right: 0; }

.line_pink {
  position: absolute;
  width: 45vw;
  height: 20vw;
  background-image: url("../img/acc_line_pink.png");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  left: 0;
  bottom: 0; }

.acc_reserv_wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1; }
  .acc_reserv_wrap .posi {
    position: absolute; }
  .acc_reserv_wrap .rightFlower {
    top: 4vw;
    right: 0;
    width: 30vw; }
  .acc_reserv_wrap .leftFlower {
    left: 0;
    width: 29vw; }

.content_wrap {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 4vw 0 0 0; }
  @media screen and (max-width: 992px) {
    .content_wrap {
      padding: 15vw 0 0 0; } }
  @media screen and (max-width: 768px) {
    .content_wrap {
      padding: 18vw 0 7vw 0; } }
  @media screen and (max-width: 640px) {
    .content_wrap {
      padding: 45vw 0 3vw 0; } }
  @media screen and (max-width: 280px) {
    .content_wrap {
      padding: 64vw 0 3vw 0; } }

.acc_other_wrap {
  max-width: 13660px;
  width: 90%;
  position: absolute;
  top: 12vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1; }
  .acc_other_wrap .acc_bird {
    position: absolute;
    width: 13vw;
    top: 0;
    left: 52vw;
    z-index: 2; }
  .acc_other_wrap .acc_fontText {
    padding: 0 0 0 2vw; }
    .acc_other_wrap .acc_fontText > p {
      font-family: 'DM Serif Display', serif; }
    .acc_other_wrap .acc_fontText .mainText {
      font-size: 2.8rem; }
    .acc_other_wrap .acc_fontText .subText {
      font-size: 11.2rem;
      position: relative;
      z-index: 1;
      display: inline-block; }
      .acc_other_wrap .acc_fontText .subText::after {
        content: '';
        position: absolute;
        background-image: url("../img/acc_circle.png");
        background-size: 100%;
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 18vw;
        height: 18vw;
        top: -2vw;
        right: -11vw;
        z-index: -1; }
    .acc_other_wrap .acc_fontText .colorYellow {
      color: #f8f3ea; }
    .acc_other_wrap .acc_fontText .colorWhite {
      color: #f7fbfe; }
  .acc_other_wrap .reserve_title {
    width: 32vw;
    margin: 0 0 0 50vw;
    position: relative;
    z-index: 2; }
  @media screen and (max-width: 1920px) {
    .acc_other_wrap .acc_fontText .subText {
      font-size: 14.2rem; } }
  @media screen and (max-width: 1440px) {
    .acc_other_wrap .acc_fontText .subText {
      font-size: 12.2rem; } }
  @media screen and (max-width: 1366px) {
    .acc_other_wrap .acc_fontText .subText {
      font-size: 10.2rem; } }
  @media screen and (max-width: 992px) {
    .acc_other_wrap .reserve_title {
      width: 42vw;
      margin: 0 0 0 45vw; } }
  @media screen and (max-width: 768px) {
    .acc_other_wrap .reserve_title {
      width: 55vw;
      margin: 0 auto; } }
  @media screen and (max-width: 640px) {
    .acc_other_wrap .reserve_title {
      margin: 5vw auto;
      width: 60vw; } }
  @media screen and (max-width: 540px) {
    .acc_other_wrap .acc_fontText .subText {
      font-size: 6rem; }
    .acc_other_wrap .subText p {
      font-size: 6.2rem; }
    .acc_other_wrap .reserve_title {
      width: 72vw; } }

.reserve_form {
  width: 50%;
  margin: 5vw 0 0 3vw;
  padding: 2%;
  text-align: center;
  border: 1px solid #d6b187;
  background-image: url("../img/bg_reserve.jpg");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  z-index: 1; }
  .reserve_form .note {
    display: inline-block;
    background: #ffdc69;
    background: -webkit-linear-gradient(11deg, rgba(255, 220, 105, 0.5) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 220, 105, 0.5) 100%);
    background: -o-linear-gradient(11deg, rgba(255, 220, 105, 0.5) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 220, 105, 0.5) 100%);
    background: linear-gradient(79deg, rgba(255, 220, 105, 0.5) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 220, 105, 0.5) 100%);
    padding: 2%;
    border-radius: 50px; }
  .reserve_form::after {
    content: '';
    position: absolute;
    width: 103%;
    height: 102.5%;
    border: 1px solid #bf9062;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1; }
  .reserve_form::before {
    content: '';
    position: absolute;
    background-image: url("../img/polly.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 6vw;
    height: 6vw;
    top: -3vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1; }
  @media screen and (max-width: 992px) {
    .reserve_form {
      margin: 5vw 0 0 12vw; } }
  @media screen and (max-width: 860px) {
    .reserve_form {
      margin: 10vw 0 0 5vw;
      width: 55vw; } }
  @media screen and (max-width: 768px) {
    .reserve_form {
      margin: 10vw auto 8vw;
      width: 65vw; } }
  @media screen and (max-width: 640px) {
    .reserve_form {
      width: 90vw; } }
  @media screen and (max-width: 425px) {
    .reserve_form .note {
      padding: 2% 14%;
      line-height: 22px; }
    .reserve_form::before {
      width: 19vw;
      height: 19vw;
      left: 0; } }

.acc_light {
  position: absolute;
  background-image: url("../img/acc_lens02.png");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 10vw;
  left: 0;
  z-index: 2; }

.acc_symbol {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0;
  left: 0; }
  .acc_symbol .symbol {
    background-image: url("../img/acc_symbol01.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    width: calc(100% - 11px);
    height: calc(100% - 10px);
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px solid #d6b187; }
    .acc_symbol .symbol.bottom {
      -webkit-transform: scaleY(-1) translateX(-50%);
      -ms-transform: scaleY(-1) translateX(-50%);
      transform: scaleY(-1) translateX(-50%); }
  @media screen and (max-width: 425px) {
    .acc_symbol .symbol span {
      width: 10vw;
      height: 8vw; } }

.step_wrap {
  width: 80%;
  margin: 3% auto; }
  .step_wrap .title {
    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; }
    .step_wrap .title span {
      width: 1.5vw; }
    .step_wrap .title h6 {
      font-size: 1.4rem;
      margin: 1.5% 1%;
      font-weight: bold; }
  .step_wrap .subTitle {
    font-size: 1.1rem;
    margin: 1.5% 0 3%; }
  .step_wrap .platform_wrap {
    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;
    margin: 0 0 4% 0; }
    .step_wrap .platform_wrap .platform {
      position: relative;
      width: calc(100% / 2 - 10px); }
      .step_wrap .platform_wrap .platform input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        opacity: 0; }
      .step_wrap .platform_wrap .platform:nth-child(1) {
        margin: 0 2% 0 0; }
  @media screen and (max-width: 425px) {
    .step_wrap {
      width: 90%; }
      .step_wrap .platform_wrap .platform {
        width: calc(100% / 1 - 10px); } }

.l-btn {
  text-align: center;
  padding: 3%;
  border: 1px solid #dba36d;
  background-color: #ffffe8;
  color: #723a3c;
  -webkit-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .l-btn:hover {
    color: #ffffe8;
    background-color: #dba36d;
    border: 1px solid #ffffe8; }
  .l-btn.active {
    background-color: #723a3c;
    color: #ffffe8; }

.fbSetting {
  border: 1px solid #dba36d;
  background-color: #ffffe8;
  color: #723a3c;
  position: relative; }
  .fbSetting::after {
    content: '';
    position: absolute;
    width: 101%;
    height: 108%;
    border: 1px solid #dba36d;
    top: -3px;
    left: 0;
    opacity: 0;
    -webkit-animation: loader-6-1 2s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
    animation: loader-6-1 2s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
    pointer-events: none; }
  .fbSetting .fbWrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .fbSetting .fbWrap:hover {
      color: #ffffe8;
      background-color: #dba36d; }
    .fbSetting .fbWrap a {
      padding: 3%;
      color: #723a3c; }
    .fbSetting .fbWrap p {
      margin: 0 0.5vw 0 0; }
    .fbSetting .fbWrap::after {
      content: '';
      position: absolute;
      background-image: url("../img/acc_symbol05.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      width: 6vw;
      height: 74px;
      left: 0;
      top: 0;
      pointer-events: none; }
    .fbSetting .fbWrap::before {
      content: '';
      position: absolute;
      background-image: url("../img/acc_symbol06.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      width: 6vw;
      height: 74px;
      right: 0;
      top: 0;
      pointer-events: none; }
  .fbSetting .fb_iframe_widget {
    width: 48px;
    height: 20px; }
    .fbSetting .fb_iframe_widget iframe {
      width: 49px !important;
      height: 20px !important;
      overflow: hidden; }
    .fbSetting .fb_iframe_widget span {
      width: 100% !important;
      height: 100% !important; }

.phone_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .phone_wrap .select_block {
    width: 25%;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 2% 0 0;
    position: relative;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 25%;
    flex: 1 25%; }
    .phone_wrap .select_block select {
      width: 100%;
      height: 100%;
      text-align: left;
      color: #723a3c;
      border: none;
      background: none;
      outline: none;
      padding: 13% 7% 12% 10%;
      margin: 0 2% 0 0;
      font-size: 0.9rem;
      font-family: "Noto Serif TC", serif; }
    .phone_wrap .select_block span {
      position: absolute;
      right: 5px;
      pointer-events: none; }
    .phone_wrap .select_block i {
      vertical-align: super; }
  .phone_wrap .phoneInput {
    width: 75%;
    -webkit-box-flex: 1;
    -ms-flex: 1 75%;
    flex: 1 75%;
    font-size: 0.9rem;
    font-family: "Noto Serif TC", serif; }
    .phone_wrap .phoneInput::-webkit-input-placeholder {
      font-family: "Noto Serif TC", serif; }
  @media screen and (max-width: 540px) {
    .phone_wrap .select_block span {
      display: none; }
    .phone_wrap .select_block select {
      padding: 10% 7% 9% 10%; } }
  @media screen and (max-width: 280px) {
    .phone_wrap .select_block {
      width: 36%; } }

.privacy {
  cursor: pointer; }

.privacy_terms {
  width: 30%;
  margin: 3% auto 6%;
  font-size: 15px;
  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;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .privacy_terms:hover {
    opacity: .8;
    color: #723a3c; }
  .privacy_terms a {
    width: initial;
    padding: 2%;
    color: #dba36d; }
  .privacy_terms i {
    color: #dba36d; }
  @media screen and (max-width: 1099px) {
    .privacy_terms {
      width: 40%; } }

.submit {
  background-image: url("../img/bg_btn01.png");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: -1.8vw;
  width: 13vw;
  height: 3.3vw;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .submit:hover {
    -webkit-transform: translateY(2px) translateX(-50%);
    -ms-transform: translateY(2px) translateX(-50%);
    transform: translateY(2px) translateX(-50%); }
  .submit p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  @media screen and (max-width: 1099px) {
    .submit {
      width: 17vw;
      height: 4.3vw; } }
  @media screen and (max-width: 992px) {
    .submit {
      width: 22vw;
      height: 5.35vw;
      bottom: -2.8vw; } }
  @media screen and (max-width: 768px) {
    .submit {
      width: 32vw;
      height: 7.9vw;
      bottom: -11.8vw; } }
  @media screen and (max-width: 540px) {
    .submit {
      width: 54vw;
      height: 13.9vw;
      bottom: -13.8vw; } }

.award_container {
  position: relative;
  margin: -12vw 0 0 0; }
  .award_container .acc_light {
    background-image: url("../img/acc_lens03.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat; }
  .award_container .liquid {
    background-image: url("../img/acc_liquid03.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 20vw;
    position: absolute;
    top: 0;
    left: 0; }
  .award_container .award_title {
    width: 32vw;
    margin: 0 0 0 7.5vw;
    position: relative;
    z-index: 2; }
  .award_container .acc_text {
    position: absolute;
    z-index: 1;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 60px;
    -ms-transform-origin: 60px;
    transform-origin: 60px;
    font-size: 19.5rem;
    color: #fdeec7;
    font-family: 'DM Serif Display', serif;
    top: 10vw; }
  @media screen and (max-width: 992px) {
    .award_container .award_title {
      width: 37vw; } }
  @media screen and (max-width: 860px) {
    .award_container .award_title {
      width: 40vw;
      margin: 0; } }
  @media screen and (max-width: 768px) {
    .award_container .award_title {
      width: 55vw; } }
  @media screen and (max-width: 540px) {
    .award_container .acc_symbol {
      display: none; }
    .award_container .award_content::after {
      display: none; } }
  @media screen and (max-width: 425px) {
    .award_container .award_title {
      width: 83vw;
      margin: 0 auto; } }

.yellow_head {
  background-image: url("../img/acc_liquid02.png");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 17vw;
  position: relative; }

.yellow_body {
  background-color: #fef4db; }
  .yellow_body .content_wrap {
    z-index: 1;
    padding: 10vw 0 15vw; }
  @media screen and (max-width: 768px) {
    .yellow_body .content_wrap {
      padding: 21vw 0 15vw; } }
  @media screen and (max-width: 425px) {
    .yellow_body {
      padding: 20% 0 0 0; }
      .yellow_body .content_wrap {
        padding: 0 0 15vw; } }
  @media screen and (max-width: 360px) {
    .yellow_body {
      padding: 33% 0 0 0; } }

.award_content {
  width: 90%;
  margin: 1vw auto 0;
  text-align: center;
  background-image: url("../img/bg_card.jpg");
  background-size: 4px;
  background-position: 0 0;
  background-repeat: repeat;
  position: relative;
  border-radius: 10px;
  border: 1px solid #4e3f38; }
  .award_content::after {
    content: '';
    position: absolute;
    width: 99%;
    height: 98%;
    border: 1px solid #df8a37;
    top: 50%;
    left: 50%;
    border-radius: 10px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1; }
  .award_content .valkyrie {
    position: absolute;
    width: 28vw;
    left: 0;
    bottom: 0;
    overflow: hidden; }
    .award_content .valkyrie img {
      margin: 0 0 -3vw -2vw; }
  .award_content .card_get {
    -webkit-transform: rotate(-3deg) translateY(-38px);
    -ms-transform: rotate(-3deg) translateY(-38px);
    transform: rotate(-3deg) translateY(-38px);
    width: 36%;
    background-image: url("../img/bg_yellow.jpg");
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    border: 1px solid #4d3f34;
    border-radius: 10px;
    position: relative;
    -webkit-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    z-index: 2;
    -webkit-box-shadow: 30px 35px 55px rgba(255, 250, 243, 0);
    box-shadow: 30px 35px 55px rgba(255, 250, 243, 0);
    animation: shadowEffect 1s infinite alternate-reverse; }
    .award_content .card_get::after {
      content: '';
      position: absolute;
      width: 99%;
      height: 99%;
      border: 1px solid #d7aa80;
      top: 50%;
      left: 50%;
      border-radius: 10px;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 1; }
    .award_content .card_get::before {
      content: '';
      position: absolute;
      width: 101.5%;
      height: 101%;
      border: 1px solid #df8a37;
      top: 50%;
      left: 50%;
      border-radius: 10px;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 1; }
  .award_content .card_get_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .award_content .acc_light {
    position: absolute;
    width: 10vw;
    height: 55vw;
    top: 85%;
    left: -4vw;
    -webkit-transform: rotate(44deg) translate(-50%, -50%);
    -ms-transform: rotate(44deg) translate(-50%, -50%);
    transform: rotate(44deg) translate(-50%, -50%);
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.3); }
  .award_content .card_get_text {
    width: 90%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    padding: 2%;
    margin: 4% 0; }
    .award_content .card_get_text p {
      font-size: 1.8rem; }
    .award_content .card_get_text span {
      font-size: 1rem;
      padding: 0 1%; }
  .award_content .acc_card_symbol {
    display: inline-block;
    background-image: url("../img/acc_symbol09.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 11vw;
    height: 15px;
    margin: 0 0 0 3%; }
  .award_content .acc_peo {
    width: 90%;
    margin: 4% 0 0 0;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 2; }
    .award_content .acc_peo img {
      -webkit-transform: translate(-3.5vw, 0.5vw);
      -ms-transform: translate(-3.5vw, 0.5vw);
      transform: translate(-3.5vw, 0.5vw); }
  .award_content .award_wrap {
    position: absolute;
    z-index: 3;
    width: 61%;
    top: 8.3vw;
    right: 0.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .award_content .award_wrap p {
      font-size: 12px;
      margin: 0.5vw 0;
      background-color: #fff;
      padding: 0.5vw 1vw;
      border-radius: 50px; }
  .award_content .acc_symbol {
    width: 98.8%;
    height: 98%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .award_content .acc_symbol span {
      position: absolute;
      width: 3vw;
      height: 3vw;
      border: none;
      background-image: url("../img/acc_symbol11.png");
      background-size: contain;
      background-position: 0 0;
      background-repeat: no-repeat; }
      .award_content .acc_symbol span:nth-child(1) {
        top: 0;
        right: 0; }
      .award_content .acc_symbol span:nth-child(2) {
        bottom: 0;
        right: 0;
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1); }
      .award_content .acc_symbol span:nth-child(3) {
        top: 0;
        left: 0;
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1); }
      .award_content .acc_symbol span:nth-child(4) {
        bottom: 0;
        left: 0;
        -webkit-transform: scale(-1, -1);
        -ms-transform: scale(-1, -1);
        transform: scale(-1, -1); }
  .award_content .main_card_wrap {
    padding: 2% 1%;
    position: relative; }
  .award_content .achieve_get {
    width: 45vw;
    position: relative;
    z-index: 2;
    margin: -4vw 0 0 auto; }
  .award_content .achieve_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .award_content .achieve_body {
    width: 12vw;
    position: relative;
    margin: 0 0.3vw; }
    .award_content .achieve_body:nth-child(4) {
      margin: 1vw 0.3vw 0; }
    .award_content .achieve_body:nth-child(5) {
      margin: 1vw 0.3vw 0; }
  .award_content .title {
    position: absolute;
    top: 1vw;
    left: 5vw;
    width: 20vw;
    z-index: 1; }
  @media screen and (max-width: 1660px) {
    .award_content .achieve_get {
      margin: -4vw 0 0 27vw; } }
  @media screen and (max-width: 1280px) {
    .award_content .achieve_body {
      width: 14vw; }
    .award_content .valkyrie {
      width: 33vw; } }
  @media screen and (max-width: 1024px) {
    .award_content .achieve_body {
      width: 16vw; }
    .award_content .achieve_get {
      width: 55vw; }
    .award_content .title {
      width: 29vw;
      top: 3vw;
      left: 5vw; } }
  @media screen and (max-width: 992px) {
    .award_content .achieve_body {
      width: 17vw; } }
  @media screen and (max-width: 860px) {
    .award_content .card_get {
      position: absolute;
      left: 0; }
    .award_content .valkyrie {
      width: 38vw; } }
  @media screen and (max-width: 768px) {
    .award_content .acc_peo {
      margin: 20% 0 0 0; }
    .award_content .award_wrap {
      width: 69%; }
    .award_content .achieve_body {
      width: 20vw;
      margin: 1vw; }
      .award_content .achieve_body:nth-child(4) {
        margin: 0 0.3vw 0; }
      .award_content .achieve_body:nth-child(5) {
        margin: 0 0.3vw 0; }
    .award_content .title {
      position: static;
      width: 36vw;
      margin: 2vw 5vw; }
    .award_content .valkyrie {
      display: none; }
    .award_content .achieve_get {
      width: 90%;
      margin: 0vw auto 2vw; }
    .award_content::after {
      height: 99%; }
    .award_content .acc_symbol span {
      width: 4vw;
      height: 4vw; }
      .award_content .acc_symbol span:nth-child(4) {
        -webkit-transform-origin: 14px 16px;
        -ms-transform-origin: 14px 16px;
        transform-origin: 14px 16px; } }
  @media screen and (max-width: 640px) {
    .award_content .card_get {
      top: -24vw;
      left: 0;
      width: 81vw;
      height: 40vw;
      z-index: 3; }
    .award_content .acc_light {
      display: none; }
    .award_content .acc_peo {
      margin: -45% 0 0 -4vw;
      width: 61%; }
    .award_content .card_get_text {
      margin: 2% 0% 6% 6%; }
    .award_content .award_wrap {
      width: 80%;
      position: relative;
      margin: 0 0 0 auto;
      top: 0;
      right: 0; }
    .award_content .achieve_get {
      width: 100%; }
    .award_content .title {
      width: 50vw; }
    .award_content .achieve_body {
      max-width: 252px;
      width: 40%;
      height: 100%;
      margin: 2%; }
    .award_content .achieve_body::after {
      width: 20vw;
      height: 12vw;
      top: -24%;
      left: 84%; } }
  @media screen and (max-width: 540px) {
    .award_content .title {
      width: 70vw; }
    .award_content .card_get {
      width: 90vw; }
    .award_content .award_wrap {
      margin: 0 0 0 15vw; }
    .award_content::after {
      display: none; }
    .award_content .acc_symbol {
      display: none; } }
  @media screen and (max-width: 480px) {
    .award_content .achieve_body {
      width: 45%; }
    .award_content .card_get {
      height: 44vw; }
    .award_content .card_get_text {
      margin: 2% 0% 10% 6%; }
    .award_content .acc_peo {
      margin: -53% 0 0 -6vw; }
    .award_content .achieve_award_text p {
      font-size: 12px;
      line-height: 11px; } }
  @media screen and (max-width: 425px) {
    .award_content .award_wrap {
      width: 100%;
      margin: 0 auto; }
    .award_content .acc_peo {
      margin: -50% 0 0 -6vw;
      width: 61%; } }
  @media screen and (max-width: 360px) {
    .award_content .card_get {
      height: 72vw;
      top: -54vw; }
    .award_content .award_wrap {
      width: 65%;
      margin: 0 0 0 24vw; }
      .award_content .award_wrap p {
        padding: 0.5vw 3vw; }
    .award_content .acc_peo {
      margin: -58% 0 0 -6vw; }
    .award_content .card_get_text {
      margin: 2% 0% 5% 6%; }
    .award_content .award_wrap {
      width: 70%;
      margin: 0 0 0 24vw; }
    .award_content .item_wrap {
      margin: 0 0 3vw 0; } }

.alchemy {
  position: absolute;
  bottom: -3vw;
  left: 42vw;
  width: 43vw;
  z-index: 2; }
  @media screen and (max-width: 1900px) {
    .alchemy {
      left: 55vw; } }
  @media screen and (max-width: 1366px) {
    .alchemy {
      left: 47vw; } }
  @media screen and (max-width: 1280px) {
    .alchemy {
      width: 50vw;
      left: 49vw;
      bottom: -9vw; } }
  @media screen and (max-width: 1099px) {
    .alchemy {
      width: 52vw;
      bottom: -5vw;
      left: 54vw; } }
  @media screen and (max-width: 992px) {
    .alchemy {
      width: 62vw;
      bottom: -18vw; } }
  @media screen and (max-width: 640px) {
    .alchemy {
      display: none; } }

.ribbon {
  background-image: url("../img/acc_symbol10.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 13vw;
  height: 10vw; }
  @media screen and (max-width: 640px) {
    .ribbon {
      width: 33vw;
      height: 15vw; } }
  @media screen and (max-width: 540px) {
    .ribbon {
      height: 20vw; } }

.get_stamp {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 3;
  width: 8vw;
  height: 8vw;
  background-image: url("../img/icon_get.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }
  .get_stamp.active {
    -webkit-animation: stampEffect 1s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards;
    animation: stampEffect 1s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards; }
  @media screen and (max-width: 640px) {
    .get_stamp {
      width: 15vw;
      height: 15vw; } }

.item {
  width: 6vw;
  height: 6vw;
  border-radius: 100px;
  background: #ffcba5;
  background: -webkit-linear-gradient(352deg, rgba(255, 203, 165, 0.72595) 0%, rgba(255, 243, 225, 0.415025) 100%);
  background: -o-linear-gradient(352deg, rgba(255, 203, 165, 0.72595) 0%, rgba(255, 243, 225, 0.415025) 100%);
  background: linear-gradient(98deg, rgba(255, 203, 165, 0.72595) 0%, rgba(255, 243, 225, 0.415025) 100%);
  border: 1px solid #e19a4a;
  position: relative;
  margin: 0 auto; }
  .item img {
    width: 4vw;
    height: 4vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  @media screen and (max-width: 640px) {
    .item {
      width: 12vw;
      height: 12vw; } }
  @media screen and (max-width: 540px) {
    .item {
      background: rgba(255, 255, 255, 0.9); } }

.feature_container {
  position: relative;
  z-index: 1;
  margin: -12vw 0 0 0; }
  .feature_container .liquid {
    background-image: url("../img/acc_liquid04.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 20vw;
    position: absolute;
    top: 0;
    left: 0; }
  .feature_container .content_wrap {
    padding: 18vw 0 15vw; }
  .feature_container .feature_head {
    background-image: url("../img/top_area03.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 20vw;
    position: relative; }
  .feature_container .acc_fontText .subText::after {
    display: none; }
  .feature_container .feature_title {
    width: 30vw;
    margin: 0 auto; }
  .feature_container .acc_other_wrap .acc_bird {
    left: 62vw; }
  .feature_container .slider_wrap {
    width: 95%;
    margin: 0 auto;
    background-image: url("../img/bg_slider.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 2%;
    position: relative; }
    .feature_container .slider_wrap .swiper-button-next {
      width: 5vw;
      right: 3vw;
      background-image: url("../img/icon_arrow.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      transform: scaleX(-1); }
      .feature_container .slider_wrap .swiper-button-next::after {
        content: ''; }
    .feature_container .slider_wrap .swiper-button-prev {
      width: 5vw;
      left: 3vw;
      background-image: url("../img/icon_arrow.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
      .feature_container .slider_wrap .swiper-button-prev::after {
        content: ''; }
    .feature_container .slider_wrap .swiper {
      width: 80%;
      border-radius: 15px;
      border: 1px solid #dba36d; }
    .feature_container .slider_wrap .swiper-slide img:nth-child(2) {
      display: none; }
  @media screen and (max-width: 992px) {
    .feature_container .content_wrap {
      padding: 22vw 0 15vw; }
    .feature_container .feature_title {
      width: 37vw;
      margin: 1vw auto; } }
  @media screen and (max-width: 860px) {
    .feature_container .slider_wrap {
      margin: 5vw auto 0; } }
  @media screen and (max-width: 768px) {
    .feature_container .acc_other_wrap {
      top: 18vw; }
    .feature_container .content_wrap {
      padding: 35vw 0 15vw; }
    .feature_container .feature_title {
      width: 45vw; } }
  @media screen and (max-width: 640px) {
    .feature_container .content_wrap {
      padding: 40vw 0 15vw; }
    .feature_container .feature_title {
      width: 52vw; }
    .feature_container .slider_wrap {
      width: 100%;
      background-image: url("../img/bg_slider_s.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      padding: 4%; }
    .feature_container .swiper-slide img:nth-child(1) {
      display: none; }
    .feature_container .swiper-slide img:nth-child(2) {
      display: block !important; } }
  @media screen and (max-width: 540px) {
    .feature_container .acc_fontText .subText {
      font-size: 7.5rem; }
    .feature_container .feature_title {
      width: 62vw; }
    .feature_container .slider_wrap {
      margin: 3vw auto 2vw; }
      .feature_container .slider_wrap .swiper {
        width: 87%; } }
  @media screen and (max-width: 480px) {
    .feature_container .slider_wrap {
      margin: 10vw auto 2vw; } }
  @media screen and (max-width: 360px) {
    .feature_container .slider_wrap {
      margin: 18vw auto 2vw; } }
  @media screen and (max-width: 280px) {
    .feature_container .slider_wrap {
      margin: 25vw auto 0; } }

.feature_body {
  width: 100%;
  position: relative;
  background-color: #fff;
  background-image: url("../img/middle_area03_s.png");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat; }
  .feature_body .statue {
    position: absolute;
    max-width: 507px;
    width: 34vw;
    bottom: 4vw;
    left: -1vw; }
  @media screen and (max-width: 768px) {
    .feature_body .statue {
      display: none; } }

.note_container {
  position: relative;
  z-index: 1;
  margin: -12vw 0 0 0; }
  .note_container .liquid {
    width: 100%;
    height: 17vw;
    background-image: url("../img/acc_liquid03.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0; }
  .note_container .content_wrap {
    padding: 2vw 0; }
  .note_container .award_content {
    padding: 5%;
    text-align: left;
    margin: 0 auto; }
    .note_container .award_content::after {
      width: 99.3%; }
    .note_container .award_content .acc_symbol {
      width: 99.3%; }
  .note_container .note_wrap {
    width: 85%; }
    .note_container .note_wrap h6 {
      font-size: 1.4rem;
      margin: 0 0 1% 0; }
  .note_container .note_list_wrap {
    line-height: 150%;
    font-size: 15px; }
  .note_container .yellow_head {
    background-image: url("../img/acc_liquid05.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat; }
  .note_container .yellow_body {
    background-image: url("../img/acc_liquid05_repeat.jpg");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: repeat-y; }
  @media screen and (max-width: 992px) {
    .note_container .note_wrap {
      width: 90%;
      margin: 0 auto; } }
  @media screen and (max-width: 425px) {
    .note_container .yellow_body {
      padding: 10% 0 0 0; } }

.notice_kapar {
  position: absolute;
  bottom: -1vw;
  right: -12vw;
  width: 37vw;
  z-index: 2; }
  @media screen and (max-width: 1366px) {
    .notice_kapar {
      right: -10vw; } }
  @media screen and (max-width: 1280px) {
    .notice_kapar {
      width: 40vw; } }
  @media screen and (max-width: 992px) {
    .notice_kapar {
      display: none; } }

.closePc {
  display: block; }
  @media screen and (max-width: 992px) {
    .closePc {
      display: none; } }

.closeMobile {
  display: none; }
  @media screen and (max-width: 992px) {
    .closeMobile {
      display: block; } }

.swal2-modal h2 {
  font-size: 1.4rem;
  line-height: 33px; }
  @media screen and (max-width: 768px) {
    .swal2-modal h2 {
      font-size: 1.3rem; } }
