﻿/*!*************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./mobile_style.scss ***!
  \*************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --default-border: 2px solid #6025a9;
  --default-borderColor: #6025a9;
  --default-bg: #471262;
  --darkBg: #44116a;
  --dark-purple-linear-gradient: linear-gradient(to top, #290445 6%, #290445 34%, #4E1675 69%);
  --dark-red-linear-gradient: linear-gradient(to bottom, #480502 6%, #891010 34%, #460400 69%);
  --font-green: #00ff26;
  --font-yellow: #ffea86;
  --font-purple: #eac1ff;
}

*,
::before,
::after {
  box-sizing: border-box;
}

.scale-button {
  cursor: pointer;
  text-align: center;
  transition: grayscale 0.2s;
}

.scale-button:hover {
  filter: brightness(1.2);
}

.scale-button:active {
  transform: scale(0.97);
}

.scale-button::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  transition: transform 0.6s, opacity 1s;
}

.scale-button:active::before {
  transition: 0s;
  opacity: 0.6;
  transform: translate(-50%, -50%) scale(0);
}

input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c2c0c0;
  font-weight: bold;
  opacity: 1;
  /* Firefox */
}
.login-button-group input::placeholder {
    font-size: 0.32rem;
}
input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c2c0c0;
}
input ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c2c0c0;
}

body {
  color: black;
  font-family: "å¾®è»Ÿæ­£é»‘é«”", "sans-serif";
  background-color: #35030e;
  z-index: -1;
}
body.fix-body {
  width: 100%;
  position: fixed;
  overflow: hidden;
}
/* @media screen and (orientation: landscape) {
  body {
    position: fixed;
    width: 100vw;
    overflow: hidden;
  }
} */

#app {
  margin: auto;
  background: url(../images/v1/ui_bg_extend_A.png) left top repeat;
  background-size: 100px 100px;
  margin: auto;
  min-width: 6rem;
  max-width: 7.5rem;
}
#app #mobile-reward-center {
  background: url(../images/v1/ui_bg_extend_B.png) repeat;
}
#app .backToHome {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: .3rem;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  filter: drop-shadow(1px 1px black) drop-shadow(-1px -1px black) drop-shadow(-1px 1px black) drop-shadow(1px -1px black);
}
#app #mobile-customer-center {
  background: url(../images/v1/ui_bg_extend_B.png) repeat;
}
#app #mobile-punish {
  background: url(../images/v1/ui_bg_extend_B.png) repeat;
}

#modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#modal .modal-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/v1/ui_hintbox_c.png) no-repeat;
  background-size: 100% 100%;
}
#commonModal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #commonModal .modal-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/v1/ui_hintbox_c.png) no-repeat;
    background-size: 100% 100%;
  }
@media screen and (max-width: 1366px) and (max-height: 1024px) {
  #modal .modal-wrapper {
    width: 55vmin;
    height: 55vmin;
    max-width: 80vw;
    max-height: 90vh;
  }
}
@media screen and (max-width: 1366px) and (max-height: 1024px) and (orientation: landscape) {
  #modal .modal-wrapper {
    height: 55vmin;
    width: 55vmin;
  }
}
@media screen and (max-width: 1366px) and (max-height: 1024px) and (max-width: 576px) {
  #modal .modal-wrapper {
    max-width: 90vw;
  }
}
@media screen and (max-width: 1180px) and (max-height: 820px) {
  #modal .modal-wrapper {
    width: 55vmin;
    height: 55vmin;
    max-width: 80vw;
    max-height: 90vh;
  }
}
@media screen and (max-width: 1180px) and (max-height: 820px) and (orientation: landscape) {
  #modal .modal-wrapper {
    height: 55vmin;
    width: 55vmin;
  }
}
@media screen and (max-width: 1180px) and (max-height: 820px) and (max-width: 576px) {
  #modal .modal-wrapper {
    max-width: 90vw;
  }
}
@media screen and (max-width: 1024px) and (max-height: 1366px) {
  #modal .modal-wrapper {
    width: 75vmin;
    height: 75vmin;
    max-width: 80vw;
    max-height: 90vh;
  }
}
@media screen and (max-width: 1024px) and (max-height: 1366px) and (orientation: landscape) {
  #modal .modal-wrapper {
    height: 75vmin;
    width: 75vmin;
  }
}
@media screen and (max-width: 1024px) and (max-height: 1366px) and (max-width: 576px) {
  #modal .modal-wrapper {
    max-width: 90vw;
  }
}
@media screen and (max-width: 915px) and (max-height: 412px) {
  #modal .modal-wrapper {
    width: 90vmin;
    height: 90vmin;
    max-width: 80vw;
    max-height: 90vh;
  }
}
@media screen and (max-width: 915px) and (max-height: 412px) and (orientation: landscape) {
  #modal .modal-wrapper {
    height: 90vmin;
    width: 90vmin;
  }
}
@media screen and (max-width: 915px) and (max-height: 412px) and (max-width: 576px) {
  #modal .modal-wrapper {
    max-width: 90vw;
  }
}
@media screen and (max-width: 896px) and (max-height: 414px) {
  #modal .modal-wrapper {
    width: 90vmin;
    height: 90vmin;
    max-width: 80vw;
    max-height: 90vh;
  }
}
@media screen and (max-width: 896px) and (max-height: 414px) and (orientation: landscape) {
  #modal .modal-wrapper {
    height: 90vmin;
    width: 90vmin;
  }
}
@media screen and (max-width: 896px) and (max-height: 414px) and (max-width: 576px) {
  #modal .modal-wrapper {
    max-width: 90vw;
  }
}
@media screen and (max-width: 820px) and (max-height: 1180px) {
  #modal .modal-wrapper {
    width: 75vmin;
    height: 75vmin;
    max-width: 80vw;
    max-height: 90vh;
  }
}
@media screen and (max-width: 820px) and (max-height: 1180px) and (orientation: landscape) {
  #modal .modal-wrapper {
    height: 75vmin;
    width: 75vmin;
  }
}
@media screen and (max-width: 820px) and (max-height: 1180px) and (max-width: 576px) {
  #modal .modal-wrapper {
    max-width: 90vw;
  }
}
@media screen and (max-width: 812px) and (max-height: 375px) {
  #modal .modal-wrapper {
    width: 90vmin;
    height: 90vmin;
    max-width: 80vw;
    max-height: 90vh;
  }
}
@media screen and (max-width: 812px) and (max-height: 375px) and (orientation: landscape) {
  #modal .modal-wrapper {
    height: 90vmin;
    width: 90vmin;
  }
}
@media screen and (max-width: 812px) and (max-height: 375px) and (max-width: 576px) {
  #modal .modal-wrapper {
    max-width: 90vw;
  }
}
@media screen and (max-width: 736px) and (max-height: 414px) {
  #modal .modal-wrapper {
    width: 90vmin;
    height: 90vmin;
    max-width: 80vw;
    max-height: 90vh;
  }
}
@media screen and (max-width: 736px) and (max-height: 414px) and (orientation: landscape) {
  #modal .modal-wrapper {
    height: 90vmin;
    width: 90vmin;
  }
}
@media screen and (max-width: 736px) and (max-height: 414px) and (max-width: 576px) {
  #modal .modal-wrapper {
    max-width: 90vw;
  }
}
@media screen and (max-width: 414px) and (max-height: 896px) {
  #modal .modal-wrapper {
    width: 90vmin;
    height: 90vmin;
    max-width: 80vw;
    max-height: 90vh;
  }
}
@media screen and (max-width: 414px) and (max-height: 896px) and (orientation: landscape) {
  #modal .modal-wrapper {
    height: 90vmin;
    width: 90vmin;
  }
}
@media screen and (max-width: 414px) and (max-height: 896px) and (max-width: 576px) {
  #modal .modal-wrapper {
    max-width: 90vw;
  }
}
@media screen and (max-width: 412px) and (max-height: 915px) {
  #modal .modal-wrapper {
    width: 90vmin;
    height: 90vmin;
    max-width: 80vw;
    max-height: 90vh;
  }
}
@media screen and (max-width: 412px) and (max-height: 915px) and (orientation: landscape) {
  #modal .modal-wrapper {
    height: 90vmin;
    width: 90vmin;
  }
}
@media screen and (max-width: 412px) and (max-height: 915px) and (max-width: 576px) {
  #modal .modal-wrapper {
    max-width: 90vw;
  }
}
@media screen and (max-width: 414px) and (max-height: 736px) {
  #modal .modal-wrapper {
    width: 90vmin;
    height: 90vmin;
    max-width: 80vw;
    max-height: 90vh;
  }
}
@media screen and (max-width: 414px) and (max-height: 736px) and (orientation: landscape) {
  #modal .modal-wrapper {
    height: 90vmin;
    width: 90vmin;
  }
}
@media screen and (max-width: 414px) and (max-height: 736px) and (max-width: 576px) {
  #modal .modal-wrapper {
    max-width: 90vw;
  }
}
@media screen and (max-width: 375px) and (max-height: 812px) {
  #modal .modal-wrapper {
    width: 90vmin;
    height: 90vmin;
    max-width: 80vw;
    max-height: 90vh;
  }
}
@media screen and (max-width: 375px) and (max-height: 812px) and (orientation: landscape) {
  #modal .modal-wrapper {
    height: 90vmin;
    width: 90vmin;
  }
}
@media screen and (max-width: 375px) and (max-height: 812px) and (max-width: 576px) {
  #modal .modal-wrapper {
    max-width: 90vw;
  }
}
@media screen and (min-width: 576px) {
    #modal .modal-wrapper {
      max-width: 40vw;
    }
}
#modal .modal-wrapper .modal-content {
  height: 100%;
}
#modal .modal-wrapper .modal-content .close-btn {
  width: 39px;
  height: 42px;
  background: url(../images/v1/bnt_close.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -15px;
  right: 0px;
  cursor: pointer;
}
#modal .register-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 452px;
  height: 594px;
  background: url(../images/v1/ui_hintbox_c.png) no-repeat;
}
#modal .register-wrapper .register-content {
  height: 594px;
}
#modal .register-wrapper .register-content .close-btn {
  width: 39px;
  height: 42px;
  background: url(../images/v1/bnt_close.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -15px;
  right: 0px;
  cursor: pointer;
}

#mobile-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-modal .modal-wrapper,
#mobile-modal .reward-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 452px;
  height: 400px;
  background: url(../images/v1/ui_hintbox_a.png) no-repeat;
  background-size: 100% 100%;
  width: 60vmin;
  height: 60vmin;
  max-width: 80vw;
  max-height: 90vh;
}
@media (orientation: landscape) {
  #mobile-modal .modal-wrapper,
#mobile-modal .reward-wrapper {
    height: 60vmin;
    width: 60vmin;
  }
}
@media (max-width: 576px) {
  #mobile-modal .modal-wrapper,
#mobile-modal .reward-wrapper {
    max-width: 90vw;
  }
}
@media screen and (max-width: 1024px) {
  #mobile-modal .modal-wrapper,
#mobile-modal .reward-wrapper {
    width: 60vmin;
    height: 60vmin;
    max-width: 80vw;
    max-height: 90vh;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  #mobile-modal .modal-wrapper,
#mobile-modal .reward-wrapper {
    height: 60vmin;
    width: 60vmin;
  }
}
@media screen and (max-width: 1024px) and (max-width: 576px) {
  #mobile-modal .modal-wrapper,
#mobile-modal .reward-wrapper {
    max-width: 90vw;
  }
}
@media screen and (max-width: 576px) {
  #mobile-modal .modal-wrapper,
#mobile-modal .reward-wrapper {
    width: 95vmin;
    height: 95vmin;
    max-width: 80vw;
    max-height: 90vh;
  }
}
@media screen and (max-width: 576px) and (orientation: landscape) {
  #mobile-modal .modal-wrapper,
#mobile-modal .reward-wrapper {
    height: 95vmin;
    width: 95vmin;
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  #mobile-modal .modal-wrapper,
#mobile-modal .reward-wrapper {
    max-width: 90vw;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  #mobile-modal .modal-wrapper,
#mobile-modal .reward-wrapper {
    width: 62vmin;
    height: 62vmin;
    max-width: 80vw;
    max-height: 90vh;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) and (orientation: landscape) {
  #mobile-modal .modal-wrapper,
#mobile-modal .reward-wrapper {
    height: 62vmin;
    width: 62vmin;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) and (max-width: 576px) {
  #mobile-modal .modal-wrapper,
#mobile-modal .reward-wrapper {
    max-width: 90vw;
  }
}
@media only screen and (max-device-width: 896px) and (orientation: landscape) {
  #mobile-modal .modal-wrapper,
#mobile-modal .reward-wrapper {
    width: 85vmin;
    height: 85vmin;
    max-width: 80vw;
    max-height: 90vh;
  }
}
@media only screen and (max-device-width: 896px) and (orientation: landscape) and (orientation: landscape) {
  #mobile-modal .modal-wrapper,
#mobile-modal .reward-wrapper {
    height: 85vmin;
    width: 85vmin;
  }
}
@media only screen and (max-device-width: 896px) and (orientation: landscape) and (max-width: 576px) {
  #mobile-modal .modal-wrapper,
#mobile-modal .reward-wrapper {
    max-width: 90vw;
  }
}
@media only screen and (max-device-width: 667px) and (orientation: landscape) {
  #mobile-modal .modal-wrapper,
#mobile-modal .reward-wrapper {
    width: 100vmin;
    height: 100vmin;
    max-width: 80vw;
    max-height: 90vh;
  }
}
@media only screen and (max-device-width: 667px) and (orientation: landscape) and (orientation: landscape) {
  #mobile-modal .modal-wrapper,
#mobile-modal .reward-wrapper {
    height: 100vmin;
    width: 100vmin;
  }
}
@media only screen and (max-device-width: 667px) and (orientation: landscape) and (max-width: 576px) {
  #mobile-modal .modal-wrapper,
#mobile-modal .reward-wrapper {
    max-width: 90vw;
  }
}
#mobile-modal .close-btn {
  width: 39px;
  height: 42px;
  background: url(../images/v1/bnt_close.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 999;
  cursor: pointer;
}

#fix-landscape-window {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(14, 13, 13, 0.95);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fix-landscape-window .fix-landscape-content-wrapper {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
#fix-landscape-window .fix-landscape-content-wrapper .fix-landscape-content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8vmin;
  line-height: 1.5;
  text-align: center;
}
@media screen and (orientation: portrait) {
  #fix-landscape-window {
    display: none;
  }
}
@media screen and (orientation: landscape) {
  #fix-landscape-window {
    display: block;
  }
}

.simple-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.simple-pagination > ul {
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.simple-pagination > ul > li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.simple-pagination > ul > li:not(:last-child) {
  margin-right: 15px;
}
.simple-pagination > ul > li > a,
.simple-pagination > ul > li > span {
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .simple-pagination > ul > li > a,
.simple-pagination > ul > li > span {
    font-size: 1.2rem;
  }
}
.simple-pagination .current {
  color: #FFF;
}
.simple-pagination .current:not(.prev):not(.next) {
  border-bottom: 3px solid yellow;
  font-weight: bold;
}
/*!*************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./scss/mobile/mobile_index.scss ***!
  \*************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.mobile-index {
  position: relative;
  margin: auto;
}
.mobile-index__login-btn {
  width: 26%;
  position: absolute;
  top: 20px;
  left: 36px;
  z-index: 101;
  cursor: pointer;
}
.mobile-index__login-btn > img {
  display: block;
  width: 100%;
}
.mobile-index__wrapper {
  overflow: hidden;
}
.mobile-index__top-banner {
  height: auto;
}
.mobile-index__top-banner--base-img > img,
.mobile-index__top-banner .banner-frame > img {
  display: block;
  width: 100%;
  z-index: 100;
  position: absolute;
}
.mobile-index__top-banner--base-img {
  /* position: relative; */
  height: 417px;
}
.mobile-index__top-banner--base-img .banner-frame {
  position: relative;
  top: 1.54rem;
  z-index: 101;
}
.mobile-index__top-banner--base-img .banner-frame > img {
  width: 100%;
}
.mobile-index__top-banner--base-img .banner {
  position: absolute;
  top: 3.05rem;
  width: 100%;
  margin: auto;
  border-top-left-radius: 15%;
  border-top-right-radius: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-index__top-banner--base-img .banner .mobile-top-banner__inner-slide-container {
  height: 100%;
  border-top-left-radius: 15%;
  border-top-right-radius: 15%;
}
.mobile-index__top-banner--base-img .banner .mobile-top-banner__inner-slide-container .swiper-wrapper {
  height: 100%;
}
.mobile-index__top-banner--base-img .banner .mobile-top-banner__inner-slide-container .swiper-wrapper .swiper-slide > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobile-index__top-banner--base-img .event-shortcut-button-group {
  position: absolute;
  width: 100%;
  margin: auto;
  padding: 0 43px;
  text-align: center;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-index__top-banner--base-img .event-shortcut-button-group.has-event {
  justify-content: space-between;
}
.mobile-index__top-banner--base-img .event-shortcut-button-group.has-event .shortcut-button-item {
  /* animation åƒæ•¸è¨­å®š */
  animation-name: Mobile_Shake;
  /*å‹•ç•«åç¨±ï¼Œéœ€èˆ‡ keyframe åç¨±å°æ‡‰*/
  animation-duration: 12s;
  /*å‹•ç•«æŒçºŒæ™‚é–“ï¼Œå–®ä½ç‚ºç§’*/
  animation-iteration-count: infinite;
  /*å‹•ç•«æ¬¡æ•¸ï¼Œinfinite ç‚ºç„¡é™æ¬¡*/
}
.mobile-index__top-banner--base-img .event-shortcut-button-group.has-event .shortcut-button-item:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 576px) {
  .mobile-index__top-banner--base-img .event-shortcut-button-group.has-event .shortcut-button-item > img {
    display: block;
    width: 100%;
  }
}
.mobile-index__top-banner--base-img .event-shortcut-button-group.no-event .shortcut-button-item {
  /* animation åƒæ•¸è¨­å®š */
  animation-name: Mobile_Shake;
  /*å‹•ç•«åç¨±ï¼Œéœ€èˆ‡ keyframe åç¨±å°æ‡‰*/
  animation-duration: 12s;
  /*å‹•ç•«æŒçºŒæ™‚é–“ï¼Œå–®ä½ç‚ºç§’*/
  animation-iteration-count: infinite;
  /*å‹•ç•«æ¬¡æ•¸ï¼Œinfinite ç‚ºç„¡é™æ¬¡*/
}
.mobile-index__top-banner--base-img .event-shortcut-button-group.no-event .shortcut-button-item.event {
  display: none;
}
@media screen and (max-width: 576px) {
  .mobile-index__top-banner--base-img .event-shortcut-button-group.no-event .shortcut-button-item > img {
    display: block;
    width: 100%;
    transform: scale(0.7);
  }
}
@media screen and (max-width: 576px) {
  .mobile-index__top-banner--base-img .event-shortcut-button-group.no-event {
    bottom: -21px;
    padding: 20px;
    transform: scale(0.7);
  }
}
@media screen and (max-width: 393px) and (max-height: 851px) {
  .mobile-index__top-banner--base-img .event-shortcut-button-group.no-event {
    bottom: 0;
  }
}
@media screen and (max-width: 390px) and (max-height: 844px) {
  .mobile-index__top-banner--base-img .event-shortcut-button-group.no-event {
    bottom: 0;
  }
}
@media screen and (max-width: 375px) {
  .mobile-index__top-banner--base-img .event-shortcut-button-group.no-event {
    bottom: 16px;
  }
}
@media screen and (max-width: 360px) {
  .mobile-index__top-banner--base-img .event-shortcut-button-group.no-event {
    bottom: 31px;
  }
}
@media screen and (max-width: 1024px) {
  .mobile-index__top-banner--base-img .event-shortcut-button-group {
    bottom: -97%;
  }
}
@media screen and (max-width: 820px) {
  .mobile-index__top-banner--base-img .event-shortcut-button-group {
    bottom: -78%;
  }
}
@media screen and (max-width: 768px) {
  .mobile-index__top-banner--base-img .event-shortcut-button-group {
    bottom: -60%;
  }
}
@media screen and (max-width: 576px) {
  .mobile-index__top-banner--base-img .event-shortcut-button-group {
    bottom: 25px;
    padding: 20px;
  }
}
@media screen and (max-width: 375px) {
  .mobile-index__top-banner--base-img .event-shortcut-button-group {
    bottom: 57px;
  }
}
@media only screen and (max-device-width: 1366px) and (orientation: landscape) {
  .mobile-index__top-banner--base-img .event-shortcut-button-group {
    bottom: -152%;
  }
}
@media only screen and (max-device-width: 1180px) and (orientation: landscape) {
  .mobile-index__top-banner--base-img .event-shortcut-button-group {
    bottom: -131%;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  .mobile-index__top-banner--base-img .event-shortcut-button-group {
    bottom: -97%;
  }
}
@media only screen and (max-device-width: 915px) and (orientation: landscape) {
  .mobile-index__top-banner--base-img .event-shortcut-button-group {
    bottom: -85%;
  }
}
@media only screen and (max-device-width: 896px) and (orientation: landscape) {
  .mobile-index__top-banner--base-img .event-shortcut-button-group {
    bottom: -85%;
  }
}
@media only screen and (max-device-width: 851px) and (orientation: landscape) {
  .mobile-index__top-banner--base-img .event-shortcut-button-group {
    bottom: -79%;
  }
}
@media only screen and (max-device-width: 844px) and (orientation: landscape) {
  .mobile-index__top-banner--base-img .event-shortcut-button-group {
    bottom: -79%;
  }
}
@media only screen and (max-device-width: 812px) and (orientation: landscape) {
  .mobile-index__top-banner--base-img .event-shortcut-button-group {
    bottom: -75%;
  }
}
@media only screen and (max-device-width: 740px) and (orientation: landscape) {
  .mobile-index__top-banner--base-img .event-shortcut-button-group {
    bottom: -60%;
  }
}
@media only screen and (max-device-width: 736px) and (orientation: landscape) {
  .mobile-index__top-banner--base-img .event-shortcut-button-group {
    bottom: -60%;
  }
}
@media only screen and (max-device-width: 667px) and (orientation: landscape) {
  .mobile-index__top-banner--base-img .event-shortcut-button-group {
    bottom: -45%;
  }
}
.mobile-index__top-banner--base-img .banner-logo {
  position: absolute;
  top: 15px;
  left: 32%;
  z-index: 3;
}
.mobile-index__top-banner--base-img .banner-bg-stage {
  width: 80vw;
  position: absolute;
  top: 38%;
  left: 82px;
  z-index: 2;
}
.mobile-index__top-banner--base-img .banner-img-block__banner-wrapper {
  position: relative;
  width: 100%;
  margin: auto;
}
.mobile-index__top-banner--base-img .banner-img-block__banner-wrapper .event-shortcut-button-group {
  margin: auto;
  position: absolute;
  left: 43px;
  right: 43px;
  bottom: 150px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
}
.mobile-index__top-banner--base-img .banner-img-block__banner-wrapper .event-shortcut-button-group .shortcut-button-item > img {
  display: block;
  width: 100%;
}
.mobile-index__top-banner--base-img .banner-img-block__banner-wrapper .event-shortcut-button-group .shortcut-button-item:first-child {
  margin-right: 30px;
}
.mobile-index__top-banner--base-img .banner-img-block__banner-wrapper .swiper-wrapper .swiper-slide > img {
  width: 100%;
  display: block;
}
.mobile-index__buttons {
  margin-top: 0rem;
  padding: 0 36px 25px 36px;
  background: var(--darkBg);
}
@media screen and (min-width: 700px) {
    .mobile-index__buttons {
        margin-top: 2.7rem;
    }
  }

.mobile-index__buttons--btn-item:not(:last-child) {
  margin-bottom: 15px;
}
.mobile-index__buttons--btn-item > img {
  display: block;
  width: 100%;
}
.mobile-index__buttons--btn-item.award-customer-row {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.mobile-index__buttons--btn-item.award-customer-row > div:first-child {
  margin-right: 20px;
}
.mobile-index__buttons--btn-item.award-customer-row > div > img {
  display: block;
  width: 100%;
}
.mobile-index__footer {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.mobile-index__footer .footer{ width:100%}
.mobile-index__footer .fb_iframe_widget_fluid {
  display: block;
  width: 100%;
  height: auto;
  max-height: 5rem;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .mobile-index__footer .fb_iframe_widget_fluid {
    /* height: 130px !important; */
  }
}
.mobile-index__footer .fb-page {
  background: var(--darkBg);
}
.mobile-index__footer .fb-page iframe {
  /* transform: scale(1.35) translate(6.8%); */
  /* transform-origin: 0 0; */
  width: 6.15rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .mobile-index__footer .fb-page iframe {
    transform: scale(1.35) translate(28.8%);
  }
}
@media screen and (max-width: 768px) {
  .mobile-index__footer .fb-page iframe {
    transform: scale(1.35) translate(6.8%);
  }
}
@media screen and (max-width: 480px) {
  .mobile-index__footer .fb-page iframe {
    transform: scale(1);
  }
}
.mobile-index__footer .footer {
    min-height: 4rem;
    background: black;
    color: #fff;
    line-height: 1.6;
    font-size: .2rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-content: space-around;
    padding: 0.3rem;
    position: relative;
}
.mobile-index__footer .footer--copyright::after {
  content: " ";
  position: absolute;
  right: .4rem;
  bottom: 3.2rem;
  width: 46px;
  height: 46px;
  background: url(../images/hsgame-lobby/gw/eightteenLevel.png);
  background-size: contain;
}
@media screen and (max-width: 576px) {
  .mobile-index__footer .footer--copyright::after {
    right: 15px;
    bottom: 10px;
    transform: scale(0.7);
  }
}
@media screen and (max-width: 480px) {
  .mobile-index__footer .footer--copyright::after {
    transform: scale(0.6);
    right: 15px;
    bottom: 20.5px;
  }
}
@media only screen and (max-device-width: 915px) and (orientation: landscape) {
  .mobile-index__footer .footer {
    font-size: 3.8vmin;
  }
}
@media screen and (max-width: 1024px) {
  .mobile-index__footer .footer {
    font-size: .2rem;
  }
}
@media screen and (max-width: 576px) {
  .mobile-index__footer .footer {
    margin-top: 52px;
  }
}
@media screen and (max-width: 480px) {
  .mobile-index__footer .footer {
    margin-top: 0px;
    font-size: .2rem;
  }
}
/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./scss/mobile/mobile_serial-number-exchange-modal.scss ***!
  \************************************************************************************************************************************************************************************************************************/
.mobile-serial-number-exchange-modal__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/v1/mobile_BG_LogIn_678x850.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
@media screen and (max-width: 1024px) and (max-height: 768px) {
  .mobile-serial-number-exchange-modal__wrapper {
    width: 90vmin;
    height: 108vmin;
    max-width: 80vw;
    max-height: 90vh;
  }
}
@media screen and (max-width: 1024px) and (max-height: 768px) and (orientation: landscape) {
  .mobile-serial-number-exchange-modal__wrapper {
    height: 90vmin;
    width: 108vmin;
  }
}
@media screen and (max-width: 1024px) and (max-height: 768px) and (max-width: 576px) {
  .mobile-serial-number-exchange-modal__wrapper {
    max-width: 90vw;
  }
}
@media screen and (max-width: 576px) {
  .mobile-serial-number-exchange-modal__wrapper {
    width: 90vmin;
    height: 120vmin;
    max-width: 80vw;
    max-height: 90vh;
  }
}
@media screen and (max-width: 576px) and (orientation: landscape) {
  .mobile-serial-number-exchange-modal__wrapper {
    height: 90vmin;
    width: 120vmin;
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .mobile-serial-number-exchange-modal__wrapper {
    max-width: 90vw;
  }
}
@media screen and (min-width: 700px) {
    .mobile-serial-number-exchange-modal__wrapper {
      max-width: 40vw;
    }
  }
.mobile-serial-number-exchange-modal__close-btn {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 81px;
  height: 87px;
  background: url(../images/v1/mobile_btn_X.png) no-repeat;
  z-index: 2;
}
@media screen and (max-width: 1024px) and (max-height: 768px) {
  .mobile-serial-number-exchange-modal__close-btn {
    transform: scale(0.65);
  }
}
@media screen and (max-width: 736px) and (max-height: 414px) {
  .mobile-serial-number-exchange-modal__close-btn {
    top: -31px;
    right: -24px;
    transform: scale(0.55);
  }
}
@media screen and (max-width: 576px) {
  .mobile-serial-number-exchange-modal__close-btn {
    transform: scale(0.55);
    top: -31px;
    right: -24px;
  }
}
.mobile-serial-number-exchange-modal__content {
  height: 100%;
}
.mobile-serial-number-exchange-modal__content .mobile-buy-point-btn-group {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 16% auto;
}
.mobile-serial-number-exchange-modal__content .mobile-buy-point-btn-group .shortcut-btn {
  width: 580px;
  height: 120px;
}
.mobile-serial-number-exchange-modal__content .mobile-buy-point-btn-group .shortcut-btn > img {
  display: block;
  width: 100%;
}
.mobile-serial-number-exchange-modal__content .mobile-buy-point-btn-group .shortcut-btn:not(:last-child) {
  margin-bottom: 35px;
}
@media screen and (max-width: 820px) and (max-height: 1180px) {
  .mobile-serial-number-exchange-modal__content .mobile-buy-point-btn-group .shortcut-btn:not(:last-child) {
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 915px) and (max-height: 412px) {
  .mobile-serial-number-exchange-modal__content .mobile-buy-point-btn-group .shortcut-btn {
    transform: scale(0.85);
  }
  .mobile-serial-number-exchange-modal__content .mobile-buy-point-btn-group .shortcut-btn:not(:last-child) {
    margin-bottom: -35px;
  }
}
@media screen and (max-width: 896px) and (max-height: 414px) {
  .mobile-serial-number-exchange-modal__content .mobile-buy-point-btn-group .shortcut-btn {
    transform: scale(0.85);
  }
  .mobile-serial-number-exchange-modal__content .mobile-buy-point-btn-group .shortcut-btn:not(:last-child) {
    margin-bottom: -35px;
  }
}
@media screen and (max-width: 851px) and (max-height: 393px) {
  .mobile-serial-number-exchange-modal__content .mobile-buy-point-btn-group .shortcut-btn {
    transform: scale(0.8);
  }
  .mobile-serial-number-exchange-modal__content .mobile-buy-point-btn-group .shortcut-btn:not(:last-child) {
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 844px) and (max-height: 390px) {
  .mobile-serial-number-exchange-modal__content .mobile-buy-point-btn-group .shortcut-btn {
    transform: scale(0.8);
  }
  .mobile-serial-number-exchange-modal__content .mobile-buy-point-btn-group .shortcut-btn:not(:last-child) {
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 667px) and (max-height: 375px) {
  .mobile-serial-number-exchange-modal__content .mobile-buy-point-btn-group .shortcut-btn {
    transform: scale(0.8);
  }
  .mobile-serial-number-exchange-modal__content .mobile-buy-point-btn-group .shortcut-btn:not(:last-child) {
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 414px) and (max-height: 896px) {
  .mobile-serial-number-exchange-modal__content .mobile-buy-point-btn-group .shortcut-btn:not(:last-child) {
    margin-bottom: -18px;
  }
}
@media screen and (max-width: 414px) and (max-height: 736px) {
  .mobile-serial-number-exchange-modal__content .mobile-buy-point-btn-group .shortcut-btn:not(:last-child) {
    margin-bottom: -18px;
  }
}
@media screen and (max-width: 412px) and (max-height: 915px) {
  .mobile-serial-number-exchange-modal__content .mobile-buy-point-btn-group .shortcut-btn:not(:last-child) {
    margin-bottom: -18px;
  }
}
@media screen and (max-width: 375px) and (max-height: 812px) {
  .mobile-serial-number-exchange-modal__content .mobile-buy-point-btn-group .shortcut-btn:not(:last-child) {
    margin-bottom: -25px;
  }
}
@media screen and (max-width: 375px) and (max-height: 667px) {
  .mobile-serial-number-exchange-modal__content .mobile-buy-point-btn-group .shortcut-btn:not(:last-child) {
    margin-bottom: -25px;
  }
}
@media screen and (max-width: 1180px) and (max-height: 820px) {
  .mobile-serial-number-exchange-modal__content .mobile-buy-point-btn-group {
    margin: 9% auto;
  }
}
@media screen and (max-width: 1024px) and (max-height: 768px) {
  .mobile-serial-number-exchange-modal__content .mobile-buy-point-btn-group {
    margin: 4.5% auto;
  }
}
@media screen and (max-width: 896px) and (max-height: 414px) {
  .mobile-serial-number-exchange-modal__content .mobile-buy-point-btn-group {
    margin: 3.5% auto;
  }
}
@media screen and (max-width: 812px) and (max-height: 375px) {
  .mobile-serial-number-exchange-modal__content .mobile-buy-point-btn-group {
    margin: 1.5% auto;
  }
}
@media screen and (max-width: 740px) and (max-height: 360px) {
  .mobile-serial-number-exchange-modal__content .mobile-buy-point-btn-group {
    margin: 0.5% auto;
  }
}
@media screen and (max-width: 667px) and (max-height: 375px) {
  .mobile-serial-number-exchange-modal__content .mobile-buy-point-btn-group {
    margin: 1.5% auto;
  }
}
@media screen and (max-width: 414px) and (max-height: 896px) {
  .mobile-serial-number-exchange-modal__content .mobile-buy-point-btn-group {
    margin: 15% auto;
  }
}
@media screen and (max-width: 390px) and (max-height: 844px) {
  .mobile-serial-number-exchange-modal__content .mobile-buy-point-btn-group {
    margin: 12% auto;
  }
}
@media screen and (max-width: 375px) and (max-height: 812px) {
  .mobile-serial-number-exchange-modal__content .mobile-buy-point-btn-group {
    margin: 16% auto;
  }
}
@media screen and (max-width: 375px) and (max-height: 667px) {
  .mobile-serial-number-exchange-modal__content .mobile-buy-point-btn-group {
    margin: 16% auto;
  }
}
/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./scss/mobile/mobile_prop-modal.scss ***!
  \******************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.mobile-prop-modal__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/v1/mobile_pop_up_BG_678x850.png") no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  width: 85vmin;
  height: 85vmin;
  max-width: 80vw;
  max-height: 90vh;
}
@media (orientation: landscape) {
  .mobile-prop-modal__wrapper {
    height: 85vmin;
    width: 85vmin;
  }
}
@media (max-width: 576px) {
  .mobile-prop-modal__wrapper {
    max-width: 90vw;
  }
}
.mobile-prop-modal__wrapper .back-to-SNE-menu {
  position: absolute;
  top: -30px;
  left: 0;
  color: #fff;
  font-size: 2.5vmax;
  cursor: pointer;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(1px 1px black) drop-shadow(-1px -1px black) drop-shadow(-1px 1px black) drop-shadow(1px -1px black);
}
@media screen and (max-width: 915px) and (max-height: 412px) {
  .mobile-prop-modal__wrapper .back-to-SNE-menu {
    top: -18px;
  }
}
@media screen and (max-width: 896px) and (max-height: 414px) {
  .mobile-prop-modal__wrapper .back-to-SNE-menu {
    top: -18px;
  }
}
@media screen and (max-width: 736px) and (max-height: 414px) {
  .mobile-prop-modal__wrapper .back-to-SNE-menu {
    top: -25px;
  }
}
@media screen and (max-width: 360px) and (max-height: 740px) {
  .mobile-prop-modal__wrapper .back-to-SNE-menu {
    top: -25px;
  }
}
@media screen and (max-width: 576px) {
  .mobile-prop-modal__wrapper .back-to-SNE-menu {
    top: -25px;
  }
}
@media screen and (max-width: 375px) {
  .mobile-prop-modal__wrapper .back-to-SNE-menu {
    top: -20px;
  }
}
.mobile-prop-modal__wrapper .close-btn {
  position: absolute;
  top: 15px;
  right: -15px;
  width: 51px;
  height: 57px;
  background: url(../images/v1/mobile_btn_X.png) no-repeat;
  background-size: contain;
  z-index: 3;
}
@media screen and (max-width: 740px) and (max-height: 360px) {
  .mobile-prop-modal__wrapper .close-btn {
    margin-top: -22px;
    transform: scale(0.78);
  }
}
@media screen and (max-width: 736px) and (max-height: 414px) {
  .mobile-prop-modal__wrapper .close-btn {
    margin-top: -22px;
    transform: scale(0.78);
  }
}
@media screen and (max-width: 576px) {
  .mobile-prop-modal__wrapper .close-btn {
    margin-top: -22px;
    transform: scale(0.78);
  }
}
@media screen and (max-width: 480px) {
  .mobile-prop-modal__wrapper .close-btn {
    margin-top: -22px;
  }
}
@media screen and (max-width: 375px) {
  .mobile-prop-modal__wrapper .close-btn {
    margin-top: -42px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .mobile-prop-modal__wrapper .close-btn {
    margin-top: -32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .mobile-prop-modal__wrapper {
    display: flex;
    justify-content: center;
    max-width: 600px;
    height: 600px;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 1024px) and (max-height: 1366px) {
  .mobile-prop-modal__wrapper.modal-type-1 .exchange-block__exchange-input-group, .mobile-prop-modal__wrapper.modal-type-2 .exchange-block__exchange-input-group {
    margin-top: 25%;
  }
}
@media screen and (max-width: 768px) and (max-height: 1024px) {
  .mobile-prop-modal__wrapper.modal-type-1 .exchange-block__exchange-input-group, .mobile-prop-modal__wrapper.modal-type-2 .exchange-block__exchange-input-group {
    margin-top: 18%;
  }
}
@media screen and (max-width: 414px) and (max-height: 896px) {
  .mobile-prop-modal__wrapper.modal-type-1 .exchange-block__exchange-input-group, .mobile-prop-modal__wrapper.modal-type-2 .exchange-block__exchange-input-group {
    margin-top: 20%;
  }
}
@media screen and (max-width: 414px) and (max-height: 736px) {
  .mobile-prop-modal__wrapper.modal-type-1 .exchange-block__exchange-input-group, .mobile-prop-modal__wrapper.modal-type-2 .exchange-block__exchange-input-group {
    margin-top: 20%;
  }
}
@media screen and (max-width: 375px) and (max-height: 667px) {
  .mobile-prop-modal__wrapper.modal-type-1 .exchange-block__exchange-input-group, .mobile-prop-modal__wrapper.modal-type-2 .exchange-block__exchange-input-group {
    margin-top: 20%;
  }
}
@media screen and (max-width: 1024px) and (max-height: 1366px) {
  .mobile-prop-modal__wrapper.modal-type-3 .exchange-block__exchange-input-group, .mobile-prop-modal__wrapper.modal-type-4 .exchange-block__exchange-input-group {
    margin-top: -2%;
  }
  .mobile-prop-modal__wrapper.modal-type-3 .exchange-block__exchange-input-group .exchange-block__exchange-input-item, .mobile-prop-modal__wrapper.modal-type-4 .exchange-block__exchange-input-group .exchange-block__exchange-input-item {
    margin-bottom: 15%;
  }
}
@media screen and (max-width: 768px) and (max-height: 1024px) {
  .mobile-prop-modal__wrapper.modal-type-3 .exchange-block__exchange-input-group, .mobile-prop-modal__wrapper.modal-type-4 .exchange-block__exchange-input-group {
    margin-top: -40%;
  }
  .mobile-prop-modal__wrapper.modal-type-3 .exchange-block__exchange-input-group .exchange-block__exchange-input-item, .mobile-prop-modal__wrapper.modal-type-4 .exchange-block__exchange-input-group .exchange-block__exchange-input-item {
    margin-bottom: 15%;
  }
}
@media screen and (max-width: 414px) and (max-height: 915px) {
  .mobile-prop-modal__wrapper.modal-type-3 .exchange-block__exchange-input-group, .mobile-prop-modal__wrapper.modal-type-4 .exchange-block__exchange-input-group {
    margin-top: -24%;
  }
  .mobile-prop-modal__wrapper.modal-type-3 .exchange-block__exchange-input-group .exchange-block__exchange-input-item, .mobile-prop-modal__wrapper.modal-type-4 .exchange-block__exchange-input-group .exchange-block__exchange-input-item {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 412px) and (max-height: 915px) {
  .mobile-prop-modal__wrapper.modal-type-3 .exchange-block__exchange-input-group, .mobile-prop-modal__wrapper.modal-type-4 .exchange-block__exchange-input-group {
    margin-top: -24%;
  }
  .mobile-prop-modal__wrapper.modal-type-3 .exchange-block__exchange-input-group .exchange-block__exchange-input-item, .mobile-prop-modal__wrapper.modal-type-4 .exchange-block__exchange-input-group .exchange-block__exchange-input-item {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 414px) and (max-height: 896px) {
  .mobile-prop-modal__wrapper.modal-type-3 .exchange-block__exchange-input-group, .mobile-prop-modal__wrapper.modal-type-4 .exchange-block__exchange-input-group {
    margin-top: -24%;
  }
  .mobile-prop-modal__wrapper.modal-type-3 .exchange-block__exchange-input-group .exchange-block__exchange-input-item, .mobile-prop-modal__wrapper.modal-type-4 .exchange-block__exchange-input-group .exchange-block__exchange-input-item {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 414px) and (max-height: 736px) {
  .mobile-prop-modal__wrapper.modal-type-3 .exchange-block__exchange-input-group, .mobile-prop-modal__wrapper.modal-type-4 .exchange-block__exchange-input-group {
    margin-top: -24%;
  }
  .mobile-prop-modal__wrapper.modal-type-3 .exchange-block__exchange-input-group .exchange-block__exchange-input-item, .mobile-prop-modal__wrapper.modal-type-4 .exchange-block__exchange-input-group .exchange-block__exchange-input-item {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 375px) and (max-height: 812px) {
  .mobile-prop-modal__wrapper.modal-type-3 .exchange-block__exchange-input-group, .mobile-prop-modal__wrapper.modal-type-4 .exchange-block__exchange-input-group {
    margin-top: -24%;
  }
  .mobile-prop-modal__wrapper.modal-type-3 .exchange-block__exchange-input-group .exchange-block__exchange-input-item, .mobile-prop-modal__wrapper.modal-type-4 .exchange-block__exchange-input-group .exchange-block__exchange-input-item {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 375px) and (max-height: 667px) {
  .mobile-prop-modal__wrapper.modal-type-3 .exchange-block__exchange-input-group, .mobile-prop-modal__wrapper.modal-type-4 .exchange-block__exchange-input-group {
    margin-top: -24%;
  }
  .mobile-prop-modal__wrapper.modal-type-3 .exchange-block__exchange-input-group .exchange-block__exchange-input-item, .mobile-prop-modal__wrapper.modal-type-4 .exchange-block__exchange-input-group .exchange-block__exchange-input-item {
    margin-bottom: 5%;
  }
}
.mobile-prop-modal .exchange-form {
  position: relative;
  width: 80%;
  height: 100%;
  margin: auto;
}
.mobile-prop-modal .exchange-form .exchange-block__exchange-input {
  position: relative;
  width: 100%;
  height: 90%;
  margin-top: 5%;
  font-size: 1.4rem;
  color: #ffba00;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mobile-prop-modal .exchange-form .exchange-block__exchange-input > label {
  position: relative;
  height: 38px;
  top: 100px;
  left: -20px;
  font-size: 1.4rem;
  color: #ffba00;
  font-weight: bold;
  margin-top: 50px;
}
.mobile-prop-modal .exchange-form .exchange-block__exchange-input .error-text {
  bottom: 35px;
  width: 100%;
  color: #e5654c;
  font-weight: bold;
  text-align: left;
  font-size: 3.2vmin;
}
.mobile-prop-modal .exchange-form .exchange-block__exchange-input > h2 {
  position: absolute;
  top: 15px;
  color: #fff;
  font-weight: bold;
  text-align: left;
  font-size: 4vmin;
}
@media screen and (max-width: 768px) {
  .mobile-prop-modal .exchange-form .exchange-block__exchange-input > h2 {
    font-size: 4vmin;
  }
}
@media screen and (max-width: 576px) {
  .mobile-prop-modal .exchange-form .exchange-block__exchange-input > h2 {
    font-size: 5.5vmin;
  }
}
@media screen and (max-width: 480px) {
  .mobile-prop-modal .exchange-form .exchange-block__exchange-input > h2 {
    font-size: 4.8vmin;
  }
}
.mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-input-group .exchange-block__exchange-input-item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  line-height: 1.5;
}
.mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-input-group .exchange-block__exchange-input-item > label,
.mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-input-group .exchange-block__exchange-input-item > input {
  font-size: 3.5vmin;
}
.mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-input-group .exchange-block__exchange-input-item > label {
  width: 100%;
  color: #ffba00;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
}
.mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-input-group .exchange-block__exchange-input-item > input {
  width: 100%;
  height: 50px;
  text-align: center;
}
@media screen and (max-width: 414px) and (max-height: 896px) {
  .mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-input-group .exchange-block__exchange-input-item > input {
    height: 35px;
  }
}
@media screen and (max-width: 414px) and (max-height: 736px) {
  .mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-input-group .exchange-block__exchange-input-item > input {
    height: 35px;
  }
}
@media screen and (max-width: 412px) and (max-height: 915px) {
  .mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-input-group .exchange-block__exchange-input-item > input {
    height: 35px;
  }
}
.mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-input-group .exchange-block__exchange-input-item #err1,
.mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-input-group .exchange-block__exchange-input-item #err2 {
  position: absolute;
  top: 111px;
  left: 0;
}
@media screen and (max-width: 414px) and (max-height: 896px) {
  .mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-input-group .exchange-block__exchange-input-item #err1,
.mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-input-group .exchange-block__exchange-input-item #err2 {
    top: 75px;
  }
}
@media screen and (max-width: 414px) and (max-height: 736px) {
  .mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-input-group .exchange-block__exchange-input-item #err1,
.mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-input-group .exchange-block__exchange-input-item #err2 {
    top: 75px;
  }
}
@media screen and (max-width: 412px) and (max-height: 915px) {
  .mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-input-group .exchange-block__exchange-input-item #err1,
.mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-input-group .exchange-block__exchange-input-item #err2 {
    top: 75px;
  }
}
@media screen and (max-width: 393px) and (max-height: 851px) {
  .mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-input-group .exchange-block__exchange-input-item #err1,
.mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-input-group .exchange-block__exchange-input-item #err2 {
    top: 65px;
  }
}
@media screen and (max-width: 390px) and (max-height: 844px) {
  .mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-input-group .exchange-block__exchange-input-item #err1,
.mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-input-group .exchange-block__exchange-input-item #err2 {
    top: 65px;
  }
}
@media screen and (max-width: 375px) and (max-height: 667px) {
  .mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-input-group .exchange-block__exchange-input-item #err1,
.mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-input-group .exchange-block__exchange-input-item #err2 {
    top: 65px;
  }
}
@media screen and (max-width: 768px) and (max-height: 1024px) {
  .mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-input-group .exchange-block__exchange-input-item {
    top: 87px;
  }
}
@media screen and (max-width: 414px) and (max-height: 896px) {
  .mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-input-group .exchange-block__exchange-input-item {
    top: 9%;
  }
}
@media screen and (max-width: 412px) and (max-height: 915px) {
  .mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-input-group .exchange-block__exchange-input-item {
    top: 10%;
  }
}
@media screen and (max-width: 576px) {
  .mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-input-group .exchange-block__exchange-input-item > label,
.mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-input-group .exchange-block__exchange-input-item > input {
    font-size: 4vmin;
  }
}
@media screen and (max-width: 576px) {
  .mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-input-group .exchange-block__exchange-input-item {
    line-height: 2;
  }
}
.mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-button {
  position: absolute;
  bottom: 0;
}
.mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-button > img {
  display: block;
  width: 180px;
  height: 69px;
}
@media screen and (max-width: 414px) and (max-height: 736px) {
  .mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-button {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 360px) and (max-height: 844px) {
  .mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-button {
    transform: scale(0.8);
    bottom: -19px;
  }
}
@media screen and (max-width: 360px) and (max-height: 740px) {
  .mobile-prop-modal .exchange-form .exchange-block__exchange-input .exchange-block__exchange-button {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 360px) and (max-height: 844px) {
  .mobile-prop-modal .exchange-form .exchange-block__exchange-input {
    margin-top: 2%;
  }
}
.mobile-prop-modal #content.exchange-form .exchange-block__exchange-input {
  justify-content: flex-start;
}
.mobile-prop-modal #content2 {
  /* å…§æ–‡ */
  position: absolute;
  width: 100%;
  max-width: 340px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .mobile-prop-modal #content2 {
    transform: scale(0.8);
  }
  .mobile-prop-modal #content2:not(:last-child) {
    margin-bottom: -15px;
  }
}
@media screen and (max-width: 320px) {
  .mobile-prop-modal #content2 {
    margin-top: -65px;
  }
}
.mobile-prop-modal #content2 .exchange-block__exchange-input {
  position: relative;
  width: 320px;
}
.mobile-prop-modal #content2 .exchange-block__exchange-input .icon-img {
  width: 178px;
  height: 138px;
  margin: 0 auto;
  margin-top: 32px;
}
.mobile-prop-modal #content2 .exchange-block__exchange-input .icon-img > img {
  display: block;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 812px) and (max-height: 375px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input .icon-img {
    margin-top: 3px;
    transform: scale(0.95);
  }
}
@media screen and (max-width: 740px) and (max-height: 360px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input .icon-img {
    margin-top: 3px;
    transform: scale(0.95);
  }
}
@media screen and (max-width: 667px) and (max-height: 375px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input .icon-img {
    margin-top: 5px;
  }
}
@media screen and (max-width: 412px) and (max-height: 915px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input .icon-img {
    margin-top: 5px;
  }
}
@media screen and (max-width: 375px) and (max-height: 812px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input .icon-img {
    margin-top: 5px;
  }
}
@media screen and (max-width: 360px) and (max-height: 740px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input .icon-img {
    margin-top: 5px;
  }
}
.mobile-prop-modal #content2 .exchange-block__exchange-input > h2 {
  position: relative;
  width: 240px;
  max-width: 240px;
  font-size: 1.4rem;
  font-weight: 600;
  top: 50px;
  margin: 0 auto;
  color: #ffba00;
  text-align: center;
}
@media screen and (max-width: 915px) and (max-height: 412px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input > h2 {
    top: 18px;
  }
}
@media screen and (max-width: 896px) and (max-height: 414px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input > h2 {
    top: 18px;
  }
}
@media screen and (max-width: 812px) and (max-height: 375px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input > h2 {
    top: 18px;
  }
}
@media screen and (max-width: 740px) and (max-height: 360px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input > h2 {
    top: 18px;
  }
}
@media screen and (max-width: 667px) and (max-height: 375px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input > h2 {
    top: 18px;
  }
}
@media screen and (max-width: 414px) and (max-height: 896px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input > h2 {
    top: 15px;
  }
}
@media screen and (max-width: 412px) and (max-height: 915px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input > h2 {
    top: 15px;
  }
}
@media screen and (max-width: 375px) and (max-height: 812px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input > h2 {
    top: 15px;
  }
}
@media screen and (max-width: 375px) and (max-height: 667px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input > h2 {
    top: 15px;
  }
}
@media screen and (max-width: 360px) and (max-height: 740px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input > h2 {
    top: 15px;
  }
}
.mobile-prop-modal #content2 .exchange-block__exchange-input > label {
  position: absolute;
  width: 240px;
  height: 38px;
  top: 270px;
  left: 40px;
  font-size: 2rem;
  color: white;
  font-weight: bold;
  margin-top: 20px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1024px) and (max-height: 1366px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input > label {
    top: 296px;
  }
}
@media screen and (max-width: 915px) and (max-height: 412px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input > label {
    top: 235px;
  }
}
@media screen and (max-width: 896px) and (max-height: 414px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input > label {
    top: 235px;
  }
}
@media screen and (max-width: 812px) and (max-height: 375px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input > label {
    top: 205px;
  }
}
@media screen and (max-width: 740px) and (max-height: 360px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input > label {
    top: 205px;
  }
}
@media screen and (max-width: 667px) and (max-height: 375px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input > label {
    top: 205px;
  }
}
@media screen and (max-width: 414px) and (max-height: 896px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input > label {
    top: 235px;
  }
}
@media screen and (max-width: 412px) and (max-height: 915px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input > label {
    top: 235px;
  }
}
@media screen and (max-width: 375px) and (max-height: 812px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input > label {
    top: 219px;
  }
}
@media screen and (max-width: 375px) and (max-height: 667px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input > label {
    top: 235px;
  }
}
@media screen and (max-width: 360px) and (max-height: 740px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input > label {
    top: 215px;
  }
}
.mobile-prop-modal #content2 .exchange-block__exchange-input .content2-confirm-btn-group {
  position: absolute;
  width: 240px;
  height: 38px;
  top: 320px;
  left: 40px;
  font-size: 2rem;
  color: white;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.mobile-prop-modal #content2 .exchange-block__exchange-input .content2-confirm-btn-group > div {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  margin: 10px;
  padding-top: 5%;
}
.mobile-prop-modal #content2 .exchange-block__exchange-input .content2-confirm-btn-group > div > img {
  width: 100%;
  height: 40px;
  display: block;
  object-fit: contain;
}
@media screen and (max-width: 1180px) and (max-height: 820px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input .content2-confirm-btn-group {
    transform: scale(1.5);
  }
}
@media screen and (max-width: 1024px) and (max-height: 1366px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input .content2-confirm-btn-group {
    transform: scale(2);
    top: 381px;
  }
}
@media screen and (max-width: 915px) and (max-height: 412px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input .content2-confirm-btn-group {
    transform: scale(1.25);
    top: 285px;
  }
}
@media screen and (max-width: 896px) and (max-height: 414px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input .content2-confirm-btn-group {
    top: 285px;
    transform: scale(1.25);
  }
}
@media screen and (max-width: 820px) and (max-height: 1180px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input .content2-confirm-btn-group {
    transform: scale(1.5);
  }
}
@media screen and (max-width: 812px) and (max-height: 375px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input .content2-confirm-btn-group {
    transform: scale(1);
    top: 255px;
  }
}
@media screen and (max-width: 740px) and (max-height: 360px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input .content2-confirm-btn-group {
    top: 250px;
  }
}
@media screen and (max-width: 736px) and (max-height: 414px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input .content2-confirm-btn-group {
    top: 290px;
    transform: scale(1);
  }
}
@media screen and (max-width: 667px) and (max-height: 375px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input .content2-confirm-btn-group {
    top: 265px;
    transform: scale(1);
  }
}
@media screen and (max-width: 414px) and (max-height: 896px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input .content2-confirm-btn-group {
    top: 320px;
  }
}
@media screen and (max-width: 412px) and (max-height: 915px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input .content2-confirm-btn-group {
    top: 320px;
  }
}
@media screen and (max-width: 375px) and (max-height: 812px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input .content2-confirm-btn-group {
    top: 285px;
  }
}
@media screen and (max-width: 375px) and (max-height: 667px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input .content2-confirm-btn-group {
    top: 285px;
  }
}
@media screen and (max-width: 360px) and (max-height: 740px) {
  .mobile-prop-modal #content2 .exchange-block__exchange-input .content2-confirm-btn-group {
    top: 275px;
  }
}
.mobile-prop-modal #content2 .exchange-block__exchange-input .exchange-block__exchange-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 400px;
  left: 50px;
}
.mobile-prop-modal #content2 .exchange-block__exchange-input .exchange-block__exchange-button > img {
  display: block;
  width: 180px;
  height: 69px;
}
.mobile-prop-modal #mobile-exchange-modal-success > header {
  width: 100%;
  position: absolute;
  top: 6%;
  left: 44%;
  background: url(../images/v1/mobile_exchange-success-title.png) no-repeat;
  background-size: contain;
  width: 290px;
  height: 123px;
  margin: 0 20px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1366px) and (max-height: 1024px) {
  .mobile-prop-modal #mobile-exchange-modal-success > header {
    transform: translate(-50%, -50%) scale(1.5);
  }
}
@media screen and (max-width: 1180px) and (max-height: 820px) {
  .mobile-prop-modal #mobile-exchange-modal-success > header {
    transform: translate(-50%, -50%) scale(1.5);
  }
}
@media screen and (max-width: 1024px) and (max-height: 1366px) {
  .mobile-prop-modal #mobile-exchange-modal-success > header {
    transform: translate(-50%, -50%) scale(1.5);
  }
}
@media screen and (max-width: 915px) and (max-height: 412px) {
  .mobile-prop-modal #mobile-exchange-modal-success > header {
    transform: translate(-50%, -50%) scale(1);
  }
}
@media screen and (max-width: 896px) and (max-height: 414px) {
  .mobile-prop-modal #mobile-exchange-modal-success > header {
    transform: translate(-50%, -50%) scale(1);
  }
}
@media screen and (max-width: 820px) and (max-height: 1180px) {
  .mobile-prop-modal #mobile-exchange-modal-success > header {
    transform: translate(-50%, -50%) scale(1.5);
  }
}
@media screen and (max-width: 812px) and (max-height: 375px) {
  .mobile-prop-modal #mobile-exchange-modal-success > header {
    transform: translate(-50%, -50%) scale(0.95);
  }
}
@media screen and (max-width: 736px) and (max-height: 414px) {
  .mobile-prop-modal #mobile-exchange-modal-success > header {
    transform: translate(-50%, -50%) scale(0.95);
  }
}
@media screen and (max-width: 667px) and (max-height: 375px) {
  .mobile-prop-modal #mobile-exchange-modal-success > header {
    transform: translate(-50%, -50%) scale(0.85);
  }
}
@media screen and (max-width: 414px) and (max-height: 896px) {
  .mobile-prop-modal #mobile-exchange-modal-success > header {
    transform: translate(-50%, -50%) scale(1);
  }
}
@media screen and (max-width: 414px) and (max-height: 736px) {
  .mobile-prop-modal #mobile-exchange-modal-success > header {
    transform: translate(-50%, -50%) scale(1);
  }
}
@media screen and (max-width: 412px) and (max-height: 915px) {
  .mobile-prop-modal #mobile-exchange-modal-success > header {
    transform: translate(-50%, -50%) scale(1);
  }
}
.mobile-prop-modal #mobile-exchange-modal-success > main {
  position: relative;
  height: 200px;
  font-weight: bold;
  text-align: center;
  top: 127px;
  font-size: 2.5vmax;
  line-height: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mobile-prop-modal #mobile-exchange-modal-success > main > div {
  height: 100%;
  color: #ffba00;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mobile-prop-modal #mobile-exchange-modal-success > main > div .mobile-auto-close-text {
  bottom: 35%;
  color: #e5654c;
}
.mobile-prop-modal #mobile-exchange-modal-success > main > div .submit-button {
  width: 230px;
  height: 38px;
  background: url(../images/v1/mobile_btn_comfirm.png) no-repeat;
  background-size: contain;
  margin-top: 1.5%;
}
@media screen and (max-width: 1366px) and (max-height: 1024px) {
  .mobile-prop-modal #mobile-exchange-modal-success > main {
    font-size: 2.8vmin;
    height: 355px;
  }
}
@media screen and (max-width: 1180px) and (max-height: 820px) {
  .mobile-prop-modal #mobile-exchange-modal-success > main {
    height: 355px;
  }
}
@media screen and (max-width: 1024px) and (max-height: 1366px) {
  .mobile-prop-modal #mobile-exchange-modal-success > main {
    font-size: 2.8vmin;
    height: 355px;
  }
}
@media screen and (max-width: 915px) and (max-height: 412px) {
  .mobile-prop-modal #mobile-exchange-modal-success > main {
    font-size: 4.5vmin;
    height: 200px;
  }
}
@media screen and (max-width: 896px) and (max-height: 414px) {
  .mobile-prop-modal #mobile-exchange-modal-success > main {
    font-size: 4.5vmin;
    height: 200px;
  }
}
@media screen and (max-width: 844px) and (max-height: 390px) {
  .mobile-prop-modal #mobile-exchange-modal-success > main {
    height: 220px;
  }
}
@media screen and (max-width: 820px) and (max-height: 1180px) {
  .mobile-prop-modal #mobile-exchange-modal-success > main {
    height: 355px;
  }
}
@media screen and (max-width: 812px) and (max-height: 375px) {
  .mobile-prop-modal #mobile-exchange-modal-success > main {
    height: 200px;
  }
}
@media screen and (max-width: 740px) and (max-height: 360px) {
  .mobile-prop-modal #mobile-exchange-modal-success > main {
    height: 150px;
  }
}
@media screen and (max-width: 736px) and (max-height: 414px) {
  .mobile-prop-modal #mobile-exchange-modal-success > main {
    height: 200px;
  }
}
@media screen and (max-width: 667px) and (max-height: 375px) {
  .mobile-prop-modal #mobile-exchange-modal-success > main {
    height: 170px;
  }
}
@media screen and (max-width: 414px) and (max-height: 896px) {
  .mobile-prop-modal #mobile-exchange-modal-success > main {
    font-size: 4.5vmin;
    height: 200px;
  }
}
@media screen and (max-width: 414px) and (max-height: 896px) {
  .mobile-prop-modal #mobile-exchange-modal-success > main {
    font-size: 4.5vmin;
  }
}
@media screen and (max-width: 414px) and (max-height: 736px) {
  .mobile-prop-modal #mobile-exchange-modal-success > main {
    font-size: 4.5vmin;
    height: 200px;
  }
}
@media screen and (max-width: 412px) and (max-height: 915px) {
  .mobile-prop-modal #mobile-exchange-modal-success > main {
    font-size: 4.5vmin;
    height: 200px;
  }
}
@media screen and (max-width: 390px) and (max-height: 844px) {
  .mobile-prop-modal #mobile-exchange-modal-success > main {
    height: 190px;
  }
}
@media screen and (max-width: 375px) and (max-height: 667px) {
  .mobile-prop-modal #mobile-exchange-modal-success > main {
    height: 150px;
  }
}
@media screen and (max-width: 360px) and (max-height: 740px) {
  .mobile-prop-modal #mobile-exchange-modal-success > main {
    height: 150px;
  }
}
.mobile-prop-modal #mobile-exchange-modal-faild {
  height: 270px;
}
.mobile-prop-modal #mobile-exchange-modal-faild .exchange-block__exchange-input {
  position: relative;
}
.mobile-prop-modal #mobile-exchange-modal-faild .exchange-block__exchange-input .icon-img {
  width: 178px;
  height: 138px;
  margin: 0 auto;
  margin-top: 32px;
}
.mobile-prop-modal #mobile-exchange-modal-faild .exchange-block__exchange-input .icon-img > img {
  display: block;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 375px) and (max-height: 667px) {
  .mobile-prop-modal #mobile-exchange-modal-faild .exchange-block__exchange-input .icon-img {
    margin-top: -1px;
  }
}
.mobile-prop-modal #mobile-exchange-modal-faild > main {
  position: relative;
  height: 100%;
  color: #ffba00;
  font-weight: bold;
  text-align: center;
  top: 20px;
  font-size: 1vmax 1vmin;
  line-height: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mobile-prop-modal #mobile-exchange-modal-faild > main > div {
  font-size: 2.5vmax;
  height: 100%;
}
.mobile-prop-modal #mobile-exchange-modal-faild > main > div .mobile-auto-close-text {
  color: #e5654c;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-prop-modal #mobile-exchange-modal-faild > main > div .submit-button {
  width: 230px;
  height: 38px;
  background: url(../images/v1/mobile_btn_comfirm.png) no-repeat;
  background-size: contain;
  margin-top: 5.5%;
}
/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./scss/mobile/mobile_login-modal.scss ***!
  \*******************************************************************************************************************************************************************************************************/
.mobile-login-modal {
  position: relative;
}
.mobile-login-modal__header {
  position: absolute;
  left: 50%;
  top: -5.5rem;
  width: 580px;
  height: 196px;
  background: url(../images/v1/mobile_title_LogIn.png) no-repeat;
  background-size: 100% 100%;
  transform: translate(-50%, 0) scale(0.85);
  z-index: 2;
}
@media screen and (max-width: 2042px) and (max-height: 768px) {
  .mobile-login-modal__header {
    top: -5.5rem ;
    transform: translate(-50%, 0) scale(0.85);
  }
}
@media screen and (max-width: 915px) and (max-height: 412px) {
  .mobile-login-modal__header {
    top: -5.5rem ;
    transform: translate(-50%, 0) scale(0.48);
  }
}
@media screen and (max-width: 896px) and (max-height: 414px) {
  .mobile-login-modal__header {
    top: -250px;
    transform: translate(-50%, 0) scale(0.65);
  }
}
@media screen and (max-width: 812px) and (max-height: 375px) {
  .mobile-login-modal__header {
    top: -256px;
    transform: translate(-50%, 0) scale(0.48);
  }
}
@media screen and (max-width: 736px) and (max-height: 414px) {
  .mobile-login-modal__header {
    top: -250px;
    transform: translate(-50%, 0) scale(0.65);
  }
}
@media screen and (max-width: 740px) and (max-height: 360px) {
  .mobile-login-modal__header {
    top: -238px;
    transform: translate(-50%, 0) scale(0.48);
  }
}
@media screen and (max-width: 576px) {
  .mobile-login-modal__header {
    top: -360px;
    transform: translate(-50%, 0) scale(0.52);
  }
}
@media screen and (max-width: 375px) {
  .mobile-login-modal__header {
    top: -320px;
    transform: translate(-50%, 0) scale(0.5);
  }
}
@media screen and (max-width: 350px) {
    .mobile-login-modal__header {
      top: -316px;
      transform: translate(-50%, 0) scale(0.5);
    }
  }
  @media screen and (max-width: 340px) {
    .mobile-login-modal__header {
        top: -6.3rem;
      transform: translate(-50%, 0) scale(0.5);
    }
  }
.mobile-login-modal__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/v1/mobile_pop_up_BG_678x850.png") no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  width: 6.78rem;
  height: 8.5rem;
  max-width: 80vw;
  max-height: 90vh;
}

@media (orientation: landscape) {
  .mobile-login-modal__wrapper {
    height: 8.5rem;
  }
}
@media (max-width: 576px) {
  .mobile-login-modal__wrapper {
    max-width: 90vw;
  }
}
@media screen and (max-width: 1366px) and (max-height: 1024px) {
  .mobile-login-modal__wrapper {
    width: 62vmin;
    height: 8.5rem;
    max-width: 80vw;
  }
}
@media screen and (max-width: 1366px) and (max-height: 1024px) and (orientation: landscape) {
  .mobile-login-modal__wrapper {
    height: 8.5rem;
    width: 62vmin;
  }
}
@media screen and (max-width: 1366px) and (max-height: 1024px) and (max-width: 576px) {
  .mobile-login-modal__wrapper {
    max-width: 90vw;
  }
}
@media screen and (max-width: 1180px) and (max-height: 820px) {
  .mobile-login-modal__wrapper {
    width: 75vmin;
    height: 8.5rem;
    max-width: 80vw;
    max-height: 90vh;
  }
}
@media screen and (max-width: 1180px) and (max-height: 820px) and (orientation: landscape) {
  .mobile-login-modal__wrapper {
    height: 8.5rem;
    width: 75vmin;
  }
}
@media screen and (max-width: 1180px) and (max-height: 820px) and (max-width: 576px) {
  .mobile-login-modal__wrapper {
    max-width: 90vw;
  }
}
@media screen and (max-width: 1024px) and (max-height: 1366px) {
  .mobile-login-modal__wrapper {
    width: 62vmin;
    height: 8.5rem;
    max-width: 80vw;
    max-height: 90vh;
  }
}
@media screen and (max-width: 1024px) and (max-height: 1366px) and (orientation: landscape) {
  .mobile-login-modal__wrapper {
    height: 8.5rem;
    width: 62vmin;
  }
}
@media screen and (max-width: 1024px) and (max-height: 1366px) and (max-width: 576px) {
  .mobile-login-modal__wrapper {
    max-width: 90vw;
  }
}
@media screen and (max-width: 1024px) and (max-height: 768px) {
  .mobile-login-modal__wrapper {
    width: 75vmin;
    height: 8.5rem;
    max-width: 80vw;
  }
}
@media screen and (max-width: 1024px) and (max-height: 768px) and (orientation: landscape) {
  .mobile-login-modal__wrapper {
    height: 8.5rem;
    width: 75vmin;
  }
}
@media screen and (max-width: 1024px) and (max-height: 768px) and (max-width: 576px) {
  .mobile-login-modal__wrapper {
    max-width: 90vw;
  }
}
@media screen and (max-width: 820px) and (max-height: 1180px) {
  .mobile-login-modal__wrapper {
    width: 75vmin;
    height: 8.5rem;
    max-width: 80vw;
  }
}
@media screen and (max-width: 820px) and (max-height: 1180px) and (orientation: landscape) {
  .mobile-login-modal__wrapper {
    height: 75vmin;
    width: 75vmin;
  }
}
@media screen and (max-width: 820px) and (max-height: 1180px) and (max-width: 576px) {
  .mobile-login-modal__wrapper {
    max-width: 90vw;
  }
}
@media screen and (max-width: 768px) {
  .mobile-login-modal__wrapper {
    width: 75vmin;
    height: 75vmin;
    max-width: 80vw;
    max-height: 90vh;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .mobile-login-modal__wrapper {
    height: 75vmin;
    width: 75vmin;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .mobile-login-modal__wrapper {
    max-width: 90vw;
  }
}
@media screen and (max-width: 576px) {
  .mobile-login-modal__wrapper {
    width: 90vmin;
    height: 90vmin;
    max-width: 80vw;
    max-height: 90vh;
  }
}
@media screen and (max-width: 576px) and (orientation: landscape) {
  .mobile-login-modal__wrapper {
    height: 90vmin;
    width: 90vmin;
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .mobile-login-modal__wrapper {
    max-width: 90vw;
    height: 110vmin;
  }
}
@media screen and (max-width: 915px) and (max-height: 412px) {
  .mobile-login-modal__wrapper {
    width: 100vmin;
    height: 100vmin;
  }
}
@media screen and (max-width: 896px) and (max-height: 414px) {
  .mobile-login-modal__wrapper {
    width: 100vmin;
    height: 100vmin;
  }
}
@media screen and (max-width: 736px) and (max-height: 414px) {
  .mobile-login-modal__wrapper {
    width: 100vmin;
    height: 100vmin;
  }
}
.mobile-login-modal__content {
  width: 580px;
  overflow: hidden;
}
.mobile-login-modal__content .login-button-group {
  width: 95%;
  margin: auto;
  margin-top: 6%;
  transform: scale(0.8);
}
@media screen and (max-width: 1024px) and (max-height: 768px) {
  .mobile-login-modal__content .login-button-group {
    margin-top: 15%;
  }
}
@media screen and (max-width: 915px) and (max-height: 412px) {
  .mobile-login-modal__content .login-button-group {
    margin-top: 4%;
  }
}
@media screen and (max-width: 736px) and (max-height: 414px) {
  .mobile-login-modal__content .login-button-group {
    margin-top: 15%;
  }
}
@media screen and (max-width: 576px) {
  .mobile-login-modal__content .login-button-group {
    width: 100%;
    margin: auto;
    transform: scale(0.75);
  }
}
@media screen and (max-width: 412px) {
  .mobile-login-modal__content .login-button-group {
    margin-top: -5%;
  }
}
@media screen and (max-width: 390px) {
  .mobile-login-modal__content .login-button-group {
    margin-top: -9%;
  }
}
@media screen and (max-width: 375px) {
  .mobile-login-modal__content .login-button-group {
    margin-top: -8%;
  }
}
@media screen and (max-width: 360px) {
  .mobile-login-modal__content .login-button-group {
    margin-top: -12%;
  }
}
.mobile-login-modal__content .login-button-group:first-child .login-button-group--form-items {
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .mobile-login-modal__content .login-button-group:first-child .login-button-group--form-items {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 360px) {
  .mobile-login-modal__content .login-button-group:first-child .login-button-group--form-items {
    margin-bottom: 15px;
  }
}
@media only screen and (max-device-width: 915px) and (orientation: landscape) {
  .mobile-login-modal__content .login-button-group:first-child .login-button-group--form-items {
    margin-bottom: 20px;
  }
}
.mobile-login-modal__content .login-button-group input,
.mobile-login-modal__content .login-button-group select {
  width: 100%;
  height: 78px;
  border-radius: 5px;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  font-size: .3rem;
  vertical-align: middle;
}
@media screen and (max-width: 576px) {
  .mobile-login-modal__content .login-button-group input,
.mobile-login-modal__content .login-button-group select {
    height: 50px;
  }
}
@media only screen and (max-device-width: 915px) and (orientation: landscape) {
  .mobile-login-modal__content .login-button-group input,
.mobile-login-modal__content .login-button-group select {
    height: 50px;
  }
}
@media only screen and (max-device-width: 896px) and (orientation: landscape) {
  .mobile-login-modal__content .login-button-group input,
.mobile-login-modal__content .login-button-group select {
    height: 50px;
  }
}
@media only screen and (max-device-width: 736px) and (orientation: landscape) {
  .mobile-login-modal__content .login-button-group input,
.mobile-login-modal__content .login-button-group select {
    height: 50px;
  }
}
@media only screen and (max-device-width: 667px) and (orientation: landscape) {
  .mobile-login-modal__content .login-button-group input,
.mobile-login-modal__content .login-button-group select {
    height: 40px;
  }
}
.mobile-login-modal__content .login-button-group--form-items {
  max-width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.mobile-login-modal__content .login-button-group--form-items img {
  width: 100%;
  height: 78px;
  vertical-align:middle
}
@media screen and (max-width: 576px) {
  .mobile-login-modal__content .login-button-group--form-items img {
    height: 50px;
  }
}
@media screen and (max-width: 375px) {
  .mobile-login-modal__content .login-button-group--form-items img {
    height: 50px;
  }
}
@media only screen and (max-device-width: 915px) and (orientation: landscape) {
  .mobile-login-modal__content .login-button-group--form-items img {
    height: 50px;
  }
}
@media only screen and (max-device-width: 896px) and (orientation: landscape) {
  .mobile-login-modal__content .login-button-group--form-items img {
    height: 50px;
  }
}
@media only screen and (max-device-width: 736px) and (orientation: landscape) {
  .mobile-login-modal__content .login-button-group--form-items img {
    height: 50px;
  }
}
@media only screen and (max-device-width: 667px) and (orientation: landscape) {
  .mobile-login-modal__content .login-button-group--form-items img {
    height: 40px;
  }
}
.mobile-login-modal__content .login-button-group--form-items > label {
  width: 100%;
  color: #ffba00;
  font-weight: bold;
  font-size: .3rem;
  padding-bottom: 20px;
  text-align: left;
}
@media only screen and (max-device-width: 915px) and (orientation: landscape) {
  .mobile-login-modal__content .login-button-group--form-items > label {
    padding-bottom: 5px;
  }
}
@media only screen and (max-device-width: 896px) and (orientation: landscape) {
  .mobile-login-modal__content .login-button-group--form-items > label {
    padding-bottom: 5px;
  }
}
@media only screen and (max-device-width: 736px) and (orientation: landscape) {
  .mobile-login-modal__content .login-button-group--form-items > label {
    padding-bottom: 5px;
  }
}
.mobile-login-modal__alert-msg {
  margin-top: 92px;
  margin-bottom: 20px;
}
.mobile-login-modal__alert-msg > p {
  font-size: 3vmax;
  color: #e5654c;
  font-weight: bold;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .mobile-login-modal__alert-msg {
    margin-top: 60px;
  }
}
@media screen and (max-width: 576px) {
  .mobile-login-modal__alert-msg {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1366px) and (max-height: 1024px) {
  .mobile-login-modal__alert-msg {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) and (max-height: 1366px) {
  .mobile-login-modal__alert-msg {
    margin-top: 20px;
  }
}
.mobile-login-modal__use-fb-register {
  color: #fff;
  font-size: 3vmin;
  margin-top: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
}
@media screen and (max-width: 576px) {
  .mobile-login-modal__use-fb-register {
    font-size: 3.5vmin;
    margin-top: 0%;
  }
}
.mobile-login-modal .fb-register {
  font-size: 3vmin;
}
@media screen and (max-width: 576px) {
  .mobile-login-modal .fb-register {
    font-size: 4.5vmin;
  }
}
@media only screen and (max-device-width: 912px) and (orientation: landscape) {
  .mobile-login-modal .fb-register {
    font-size: 4.5vmin;
  }
}
.mobile-login-modal input[type=submit] {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  border: none;
  font-size: 0;
  background-color: transparent;
  background: url("../images/v1/mobile_btn_log_in.png") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 576px) {
  .mobile-login-modal input[type=submit] {
    background-size: 100% auto;
  }
}
@media only screen and (max-device-width: 915px) and (orientation: landscape) {
  .mobile-login-modal input[type=submit] {
    height: 50px;
  }
}
@media only screen and (max-device-width: 896px) and (orientation: landscape) {
  .mobile-login-modal input[type=submit] {
    height: 50px;
  }
}
@media only screen and (max-device-width: 736px) and (orientation: landscape) {
  .mobile-login-modal input[type=submit] {
    height: 50px;
  }
}
@media only screen and (max-device-width: 667px) and (orientation: landscape) {
  .mobile-login-modal input[type=submit] {
    height: 40px;
  }
}
.mobile-login-modal .mobile-prop-modal__close-btn {
  position: absolute;
  top: -4.5rem;
  right: -3.6rem;
  width: 1rem;
  height: 1rem;
  background: url(../images/v1/mobile_btn_X.png) no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  transform: scale(0.8);
}
/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./scss/mobile/mobile_signup-modal.scss ***!
  \********************************************************************************************************************************************************************************************************/
.mobile-signup-modal__header {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0%) scale(0.8);
  width: 580px;
  height: 196px;
  background: url(../images/v1/mobile_title_SignUP.png) no-repeat;
  z-index: 2;
}
@media screen and (max-width: 1024px) and (max-height: 1366px) {
  .mobile-signup-modal__header {
    top: -7px;
    transform: translate(-50%, 0%) scale(0.9);
  }
}
@media screen and (max-width: 820px) and (max-height: 1180px) {
  .mobile-signup-modal__header {
    top: -7px;
    transform: translate(-50%, 0%) scale(0.85);
  }
}
@media screen and (max-width: 768px) {
  .mobile-signup-modal__header {
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0%) scale(0.8);
  }
}
@media screen and (max-width: 576px) {
  .mobile-signup-modal__header {
    transform: translate(-50%, 0%) scale(0.65);
  }
}
@media screen and (max-width: 412px) and (max-height: 915px) {
  .mobile-signup-modal__header {
    transform: translate(-50%, 0%) scale(0.53);
  }
}
@media screen and (max-width: 375px) {
  .mobile-signup-modal__header {
    transform: translate(-50%, 0%) scale(0.58);
  }
}
.mobile-signup-modal__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/v1/mobile_BG_SignUp_678x1350.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
@media screen and (max-width: 1024px) and (max-height: 1366px) {
  .mobile-signup-modal__wrapper {
    width: 90vmin;
    height: 187.59375vmin;
    max-width: 80vw;
    max-height: 90vh;
    max-width: 65vw;
  }
}
@media screen and (max-width: 1024px) and (max-height: 1366px) and (orientation: landscape) {
  .mobile-signup-modal__wrapper {
    height: 90vmin;
    width: 187.59375vmin;
  }
}
@media screen and (max-width: 1024px) and (max-height: 1366px) and (max-width: 576px) {
  .mobile-signup-modal__wrapper {
    max-width: 90vw;
  }
}
@media screen and (max-width: 820px) and (max-height: 1180px) {
  .mobile-signup-modal__wrapper {
    width: 80vmin;
    height: 115.1219512195vmin;
    max-width: 80vw;
    max-height: 90vh;
    width: 90vmin;
  }
}
@media screen and (max-width: 820px) and (max-height: 1180px) and (orientation: landscape) {
  .mobile-signup-modal__wrapper {
    height: 80vmin;
    width: 115.1219512195vmin;
  }
}
@media screen and (max-width: 820px) and (max-height: 1180px) and (max-width: 576px) {
  .mobile-signup-modal__wrapper {
    max-width: 90vw;
  }
}
@media screen and (max-width: 768px) {
  .mobile-signup-modal__wrapper {
    width: 90vmin;
    height: 187.59375vmin;
    max-width: 80vw;
    max-height: 90vh;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .mobile-signup-modal__wrapper {
    height: 90vmin;
    width: 187.59375vmin;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .mobile-signup-modal__wrapper {
    max-width: 90vw;
  }
}
@media screen and (max-width: 576px) {
  .mobile-signup-modal__wrapper {
    width: 80vmin;
    height: 142.2222222222vmin;
    max-width: 80vw;
    max-height: 90vh;
    width: 90vmin;
  }
}
@media screen and (max-width: 576px) and (orientation: landscape) {
  .mobile-signup-modal__wrapper {
    height: 80vmin;
    width: 142.2222222222vmin;
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .mobile-signup-modal__wrapper {
    max-width: 90vw;
  }
}
@media screen and (max-width: 412px) and (max-height: 915px) {
  .mobile-signup-modal__wrapper {
    width: 80vmin;
    height: 177.6699029126vmin;
    max-width: 80vw;
    max-height: 90vh;
    width: 90vmin;
  }
}
@media screen and (max-width: 412px) and (max-height: 915px) and (orientation: landscape) {
  .mobile-signup-modal__wrapper {
    height: 80vmin;
    width: 177.6699029126vmin;
  }
}
@media screen and (max-width: 412px) and (max-height: 915px) and (max-width: 576px) {
  .mobile-signup-modal__wrapper {
    max-width: 90vw;
  }
}
@media screen and (max-width: 480px) and (max-height: 896px) {
  .mobile-signup-modal__wrapper {
    width: 80vmin;
    height: 173.1400966184vmin;
    max-width: 80vw;
    max-height: 90vh;
    width: 90vmin;
  }
}
@media screen and (max-width: 480px) and (max-height: 896px) and (orientation: landscape) {
  .mobile-signup-modal__wrapper {
    height: 80vmin;
    width: 173.1400966184vmin;
  }
}
@media screen and (max-width: 480px) and (max-height: 896px) and (max-width: 576px) {
  .mobile-signup-modal__wrapper {
    max-width: 90vw;
  }
}
@media screen and (max-width: 480px) and (max-height: 736px) {
  .mobile-signup-modal__wrapper {
    width: 80vmin;
    height: 142.2222222222vmin;
    max-width: 80vw;
    max-height: 90vh;
    width: 90vmin;
  }
}
@media screen and (max-width: 480px) and (max-height: 736px) and (orientation: landscape) {
  .mobile-signup-modal__wrapper {
    height: 80vmin;
    width: 142.2222222222vmin;
  }
}
@media screen and (max-width: 480px) and (max-height: 736px) and (max-width: 576px) {
  .mobile-signup-modal__wrapper {
    max-width: 90vw;
  }
}
@media screen and (max-width: 375px) {
  .mobile-signup-modal__wrapper {
    width: 90vmin;
    height: 187.59375vmin;
    max-width: 80vw;
    max-height: 90vh;
  }
}
@media screen and (max-width: 375px) and (orientation: landscape) {
  .mobile-signup-modal__wrapper {
    height: 90vmin;
    width: 187.59375vmin;
  }
}
@media screen and (max-width: 375px) and (max-width: 576px) {
  .mobile-signup-modal__wrapper {
    max-width: 90vw;
  }
}
@media only screen and (max-device-width: 1366px) and (orientation: landscape) {
  .mobile-signup-modal__wrapper {
    width: 90vmin;
    height: 187.59375vmin;
    max-width: 80vw;
    max-height: 90vh;
    max-width: 52vw;
  }
}
@media only screen and (max-device-width: 1366px) and (orientation: landscape) and (orientation: landscape) {
  .mobile-signup-modal__wrapper {
    height: 90vmin;
    width: 187.59375vmin;
  }
}
@media only screen and (max-device-width: 1366px) and (orientation: landscape) and (max-width: 576px) {
  .mobile-signup-modal__wrapper {
    max-width: 90vw;
  }
}
@media only screen and (max-device-width: 914px) and (orientation: landscape) {
  .mobile-signup-modal__wrapper {
    width: 90vmin;
    height: 187.59375vmin;
    max-width: 80vw;
    max-height: 90vh;
    width: 90vmin;
  }
}
@media only screen and (max-device-width: 914px) and (orientation: landscape) and (orientation: landscape) {
  .mobile-signup-modal__wrapper {
    height: 90vmin;
    width: 187.59375vmin;
  }
}
@media only screen and (max-device-width: 914px) and (orientation: landscape) and (max-width: 576px) {
  .mobile-signup-modal__wrapper {
    max-width: 90vw;
  }
}
.mobile-signup-modal__content {
  width: 580px;
  margin: 130px auto;
  max-height: 75vh;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (max-width: 576px) {
  .mobile-signup-modal__content .signup-button-group {
    max-width: 95%;
    margin: auto;
  }
}
.mobile-signup-modal__content .signup-button-group:first-child .signup-button-group--form-items {
  /* 30px 48px = error tip height */
}
.mobile-signup-modal__content .signup-button-group:first-child .signup-button-group--form-items:not(.agree-rules) {
  margin-bottom: 54px;
}
.mobile-signup-modal__content .signup-button-group input,
.mobile-signup-modal__content .signup-button-group select {
  width: 100%;
  height: 78px;
  border-radius: 5px;
  padding: 5px;
  font-weight: bold;
  overflow: hidden;
  font-size: 2vmax;
}
@media screen and (max-width: 576px) {
  .mobile-signup-modal__content .signup-button-group input,
.mobile-signup-modal__content .signup-button-group select {
    height: 60px;
  }
}
.mobile-signup-modal__content .signup-button-group--form-items {
  position: relative;
  max-width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.mobile-signup-modal__content .signup-button-group--form-items img {
  display: block;
  width: 100%;
  height: 78px;
}
@media screen and (max-width: 576px) {
  .mobile-signup-modal__content .signup-button-group--form-items img {
    height: 60px;
  }
}
.mobile-signup-modal__content .signup-button-group--form-items > label {
  width: 100%;
  color: #ffba00;
  font-weight: bold;
  font-size: 3vmax;
  padding-bottom: 10px;
  text-align: justify;
}
.mobile-signup-modal__content .signup-button-group--form-items > label.agree-rules-info {
  font-size: 2.48vmax;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .mobile-signup-modal__content .signup-button-group--form-items > label.agree-rules-info {
    font-size: 2.3vmax;
    margin-left: 4%;
  }
}
.mobile-signup-modal__content .signup-button-group--form-items .form-item-error-tip {
  display: none;
  position: absolute;
  left: 2px;
  bottom: -30px;
  font-size: 2.5vmax;
  color: #e5654c;
  font-weight: bold;
  z-index: 2;
}
.mobile-signup-modal__content .signup-button-group--form-items .form-item-error-tip.success {
  color: #43abf0;
}
.mobile-signup-modal__content .signup-button-group--form-items .form-item-error-tip.phone-num-err-tip {
  left: 35%;
}
@media screen and (max-width: 576px) {
  .mobile-signup-modal__content .signup-button-group--form-items .form-item-error-tip {
    font-size: 2.2vmax;
  }
}
.mobile-signup-modal__content .signup-button-group--form-items .form-item-error-icon {
  display: none;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translate(0%, -10%);
  width: 48px;
  height: 48px;
  background: url(../images/v1/mobile_circle_error.jpg) no-repeat;
  background-size: 100% 48px;
  z-index: 1;
}
.mobile-signup-modal__content .signup-button-group--form-items .form-item-error-icon.verification-code {
  left: 39%;
}
@media screen and (max-width: 576px) {
  .mobile-signup-modal__content .signup-button-group--form-items .form-item-error-icon {
    right: 0px;
    transform: translate(0%, -15%) scale(0.6);
  }
  .mobile-signup-modal__content .signup-button-group--form-items .form-item-error-icon.verification-code {
    left: 35%;
  }
}
.mobile-signup-modal__content .signup-button-group--form-items .form-item-success-icon {
  display: none;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translate(0%, -10%);
  width: 48px;
  height: 48px;
  background: url(../images/v1/mobile_circle_correct.png) no-repeat;
  background-size: 100% 48px;
  z-index: 1;
}
.mobile-signup-modal__content .signup-button-group--form-items .form-item-success-icon.verification-code {
  left: 39%;
}
@media screen and (max-width: 576px) {
  .mobile-signup-modal__content .signup-button-group--form-items .form-item-success-icon {
    right: 0px;
    transform: translate(0%, -15%) scale(0.6);
  }
  .mobile-signup-modal__content .signup-button-group--form-items .form-item-success-icon.verification-code {
    left: 35%;
  }
}
.mobile-signup-modal__content .signup-button-group--form-items.agree-rules {
  margin-top: 75px;
  margin-bottom: 45px;
}
.mobile-signup-modal__content .signup-button-group.agree-rules > div {
  position: relative;
}
.mobile-signup-modal__content #submit-form {
  width: 480px;
  height: 80px;
  margin: auto;
  margin-bottom: 24px;
}
.mobile-signup-modal__content #submit-form > img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .mobile-signup-modal__content #submit-form {
    max-width: 95%;
  }
}
.mobile-signup-modal__content input[type=checkbox] {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 820px) and (max-height: 1180px) {
  .mobile-signup-modal__content {
    margin: 55px auto;
  }
}
@media screen and (max-width: 768px) {
  .mobile-signup-modal__content {
    /* margin: 130px auto; */
  }
}
@media screen and (max-width: 576px) {
  .mobile-signup-modal__content {
    max-height: 65vh;
  }
}
@media only screen and (max-device-width: 1180px) and (orientation: landscape) {
  .mobile-signup-modal__content {
    margin: 130px auto;
    max-height: 70vh;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  .mobile-signup-modal__content {
    margin: 180px auto;
    max-height: 60vh;
  }
}
@media only screen and (max-device-width: 915px) and (orientation: landscape) {
  .mobile-signup-modal__content {
    margin: 130px auto;
    max-height: 55vh;
  }
}
@media only screen and (max-device-width: 896px) and (orientation: landscape) {
  .mobile-signup-modal__content {
    max-height: 55vh;
  }
}
@media only screen and (max-device-width: 740px) and (orientation: landscape) {
  .mobile-signup-modal__content {
    max-height: 50vh;
  }
}
.mobile-signup-modal #closeSignupModal.mobile-prop-modal__close-btn {
  position: absolute;
  top: 0;
  right: 15px;
  width: 81px;
  height: 87px;
  background: url(../images/v1/mobile_btn_X.png) no-repeat;
  z-index: 2;
}
@media screen and (max-width: 1024px) and (max-height: 1366px) {
  .mobile-signup-modal #closeSignupModal.mobile-prop-modal__close-btn {
    top: 38px;
    right: 15%;
  }
}
@media screen and (max-width: 820px) and (max-height: 1180px) {
  .mobile-signup-modal #closeSignupModal.mobile-prop-modal__close-btn {
    top: 7%;
    right: 6%;
    transform: scale(0.78);
  }
}
@media screen and (max-width: 768px) {
  .mobile-signup-modal #closeSignupModal.mobile-prop-modal__close-btn {
    top: 0%;
    right: 6%;
    transform: scale(0.78);
  }
}
@media screen and (max-width: 576px) {
  .mobile-signup-modal #closeSignupModal.mobile-prop-modal__close-btn {
    top: -10px;
    right: -10px;
    transform: scale(0.6);
  }
}
@media screen and (max-width: 412px) and (max-height: 915px) {
  .mobile-signup-modal #closeSignupModal.mobile-prop-modal__close-btn {
    top: 6%;
    right: -2%;
    transform: scale(0.6);
  }
}
@media screen and (max-width: 375px) and (max-height: 812px) {
  .mobile-signup-modal #closeSignupModal.mobile-prop-modal__close-btn {
    top: 20px;
    right: -10px;
    transform: scale(0.6);
  }
}
@media screen and (max-width: 375px) and (max-height: 667px) {
  .mobile-signup-modal #closeSignupModal.mobile-prop-modal__close-btn {
    top: 0;
    right: -10px;
    transform: scale(0.6);
  }
}
@media only screen and (max-device-width: 1366px) and (orientation: landscape) {
  .mobile-signup-modal #closeSignupModal.mobile-prop-modal__close-btn {
    top: 1%;
    right: 21%;
    transform: scale(0.78);
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  .mobile-signup-modal #closeSignupModal.mobile-prop-modal__close-btn {
    top: -1%;
    right: 15%;
    transform: scale(0.78);
  }
}
@media only screen and (max-device-width: 576px) and (orientation: landscape) {
  .mobile-signup-modal #closeSignupModal.mobile-prop-modal__close-btn {
    top: -10px;
    right: 7%;
    transform: scale(0.6);
  }
}

input[type=checkbox] {
  display: block;
  margin-right: 10px;
  cursor: pointer;
  font-size: 12px;
  width: 12px;
  height: 12px;
  position: relative;
}

input[type=checkbox]:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  display: inline-block;
  visibility: visible;
  padding: 0px 0px;
  border-radius: 0px;
}

input[type=checkbox]:checked:after {
  content: "";
  background: url(../images/v1/mobile_circle_correct.png) no-repeat;
  background-color: #FFFFFF;
  background-size: 30px 30px;
  background-position-x: 4px;
  background-position-y: 4px;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
}
@charset "UTF-8";
#mobile-reward-center {
  height: 100%;
  margin: auto;
  color: #fff;
}
.mobile-reward-center__content {
    position: relative;
}

.mobile-reward-center__content {
  max-width: 100%;
  margin: auto;
}
.mobile-reward-center__content .mobile-rc-top-block__banner {
  width: 100%;
  height: 468px;
}
@media screen and (max-width: 576px) {
  .mobile-reward-center__content .mobile-rc-top-block__banner {
    width: 100%;
    height: 100%;
  }
}
.mobile-reward-center__content .mobile-rc-top-block__banner > img {
  display: block;
  width: 100%;
}
.mobile-reward-center__content .mobile-rc-top-block {
  width: 678px;
  margin: auto;
}
@media screen and (max-width: 576px) {
  .mobile-reward-center__content .mobile-rc-top-block {
    max-width: 95%;
  }
}
.mobile-reward-center__content .mobile-rc-top-block__header {
  width: 100%;
  height: 76px;
  margin: auto;
  margin-bottom: 15px;
  padding: 10px;
  border: 2px solid #9c22ed;
  border-radius: 10px;
  background: var(--dark-purple-linear-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-reward-center__content .mobile-rc-top-block__header > div {
  height: 39px;
  color: #fff;
  font-size: 2.35vmin;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-reward-center__content .mobile-rc-top-block__header > div > img {
  display: block;
  width: 100%;
  transform: scale(0.78);
}
@media screen and (max-width: 576px) {
  .mobile-reward-center__content .mobile-rc-top-block__header > div {
    /* font-size: 0.95rem; */
  }
  .mobile-reward-center__content .mobile-rc-top-block__header > div > img {
    transform: scale(0.8);
  }
}
.mobile-reward-center__content .mobile-rc-top-block__award-cards {
  width: 100%;
}
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item {
  border-radius: 10px;
  background: var(--darkBg);
  border: 3px solid var(--default-borderColor);
  color: var(--font-purple);
  margin-bottom: 18px;
}
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item__header {
  height: 117px;
  border-radius: 10px;
  padding: 25px 32px;
  background: var(--dark-red-linear-gradient);
  color: #fff;
  font-size: .3rem;
  line-height: 1.6;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.mobile-customer-center__content {
    position: relative;
}
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item__header > h3 {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item__header {
    padding: 20px;
    font-size: .3rem;
  }
}
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item__body {
  width: 620px;
  height: 100%;
  margin: auto;
}
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item__body .award-detail {
  line-height: 2;
  padding-left: 15px;
}
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item__body .award-detail .award-detail-items {
  padding-top: 20px;
}
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item__body .award-detail .award-detail-items li::before {
  content: "â—†";
  color: yellow;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item__body .award-button-groups {
  margin: 15px 0;
}
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item__body .award-button-groups .button-item {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item__body .award-button-groups .button-item .uploaded {
  color: var(--font-green);
  font-size: .3rem;
  font-weight: bold;
}
@media screen and (max-width: 375px) {
  .mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item__body .award-button-groups .button-item .uploaded {
    font-size: 1rem;
  }
}
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item__body .award-button-groups .button-item .upload-letter {
  background: url(../images/v1/mobile_btn_upload1.png) no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item__body .award-button-groups .button-item .upload-letter {
    background-size: 183.97px auto;
    background-position-y: 50%;
  }
}
@media screen and (max-width: 375px) {
  .mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item__body .award-button-groups .button-item .upload-letter {
    background-size: 156.38px auto;
  }
}
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item__body .award-button-groups .button-item .upload-remittance {
  background: url(../images/v1/mobile_btn_upload2.png) no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item__body .award-button-groups .button-item .upload-remittance {
    background-size: 183.97px auto;
    background-position-y: 50%;
  }
}
@media screen and (max-width: 375px) {
  .mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item__body .award-button-groups .button-item .upload-remittance {
    background-size: 156.38px auto;
  }
}
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item__body .award-button-groups .filled-in-letter {
  background: url(../images/v1/mobile_btn_upload3.png) no-repeat;
  background-position-x: 50%;
}
@media screen and (max-width: 576px) {
  .mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item__body .award-button-groups .filled-in-letter {
    background-size: 183.97px auto;
    background-position-y: 50%;
  }
}
@media screen and (max-width: 375px) {
  .mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item__body .award-button-groups .filled-in-letter {
    background-size: 166.38px auto;
  }
}
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item__body .award-button-groups .button-item > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: unset;
}
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item__body .award-button-groups .button-item .update-btn {
  background: url(../images/v1/mobile_btn_update.png) no-repeat;
  background-position-x: 100%;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item__body .award-button-groups .button-item .update-btn {
    background-size: 183.97px auto;
    background-position-y: 50%;
  }
}
@media screen and (max-width: 375px) {
  .mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item__body .award-button-groups .button-item .update-btn {
    background-size: 166.38px auto;
  }
}
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item__body .award-button-groups .upload-letter {
  background: url(../images/v1/mobile_btn_upload1.png) no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item__body .award-button-groups .upload-letter {
    background-size: 183.97px auto;
    background-position-y: 50%;
  }
}
@media screen and (max-width: 375px) {
  .mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item__body .award-button-groups .upload-letter {
    background-size: 156.38px auto;
  }
}
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item__body .award-button-groups .upload-remittance {
  background: url(../images/v1/mobile_btn_upload2.png) no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item__body .award-button-groups .upload-remittance {
    background-size: 183.97px auto;
    background-position-y: 50%;
  }
}
@media screen and (max-width: 375px) {
  .mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item__body .award-button-groups .upload-remittance {
    background-size: 156.38px auto;
  }
}
@media screen and (max-width: 576px) {
  .mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item__body {
    max-width: 95%;
  }
}
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .status-1,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .status-2,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .status-3 {
  color: #9b9b9b;
}
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .status-4,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .status-5,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .status-6,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .status-9,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .status-10 {
  color: #fff04e;
  text-decoration: underline;
  cursor: pointer;
}
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .status-7,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .status-8 {
  color: #fff;
}
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .status-11 {
  color: #38F32F;
}
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-1.btn-type-3 .upload-letter,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-2.btn-type-3 .upload-letter,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-3.btn-type-3 .upload-letter,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-4.btn-type-3 .upload-letter,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-5.btn-type-3 .upload-letter,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-6.btn-type-3 .upload-letter,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-7.btn-type-3 .upload-letter,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-8.btn-type-3 .upload-letter,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-9.btn-type-3 .upload-letter,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-10.btn-type-3 .upload-letter,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-11.btn-type-3 .upload-letter {
  background-position-x: 50%;
}
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-1.btn-type-6,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-2.btn-type-6,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-3.btn-type-6,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-4.btn-type-6,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-5.btn-type-6,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-6.btn-type-6,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-7.btn-type-6,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-8.btn-type-6,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-9.btn-type-6,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-10.btn-type-6,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-11.btn-type-6 {
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-1.btn-type-1 .award-button-groups .button-item,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-2.btn-type-1 .award-button-groups .button-item,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-3.btn-type-1 .award-button-groups .button-item,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-4.btn-type-1 .award-button-groups .button-item,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-5.btn-type-1 .award-button-groups .button-item,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-6.btn-type-1 .award-button-groups .button-item,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-7.btn-type-1 .award-button-groups .button-item,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-8.btn-type-1 .award-button-groups .button-item,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-9.btn-type-1 .award-button-groups .button-item,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-10.btn-type-1 .award-button-groups .button-item,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-11.btn-type-1 .award-button-groups .button-item {
    background-size: 173.97px auto;
  }
  .mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-1.btn-type-1 .award-button-groups .button-item .upload-letter,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-2.btn-type-1 .award-button-groups .button-item .upload-letter,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-3.btn-type-1 .award-button-groups .button-item .upload-letter,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-4.btn-type-1 .award-button-groups .button-item .upload-letter,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-5.btn-type-1 .award-button-groups .button-item .upload-letter,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-6.btn-type-1 .award-button-groups .button-item .upload-letter,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-7.btn-type-1 .award-button-groups .button-item .upload-letter,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-8.btn-type-1 .award-button-groups .button-item .upload-letter,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-9.btn-type-1 .award-button-groups .button-item .upload-letter,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-10.btn-type-1 .award-button-groups .button-item .upload-letter,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-11.btn-type-1 .award-button-groups .button-item .upload-letter {
    margin-right: 10px;
  }
}
@media screen and (max-width: 375px) {
  .mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-1.btn-type-1 .award-button-groups .button-item,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-2.btn-type-1 .award-button-groups .button-item,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-3.btn-type-1 .award-button-groups .button-item,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-4.btn-type-1 .award-button-groups .button-item,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-5.btn-type-1 .award-button-groups .button-item,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-6.btn-type-1 .award-button-groups .button-item,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-7.btn-type-1 .award-button-groups .button-item,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-8.btn-type-1 .award-button-groups .button-item,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-9.btn-type-1 .award-button-groups .button-item,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-10.btn-type-1 .award-button-groups .button-item,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-11.btn-type-1 .award-button-groups .button-item {
    background-size: 156.38px auto;
  }
  .mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-1.btn-type-1 .award-button-groups .button-item .upload-letter,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-2.btn-type-1 .award-button-groups .button-item .upload-letter,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-3.btn-type-1 .award-button-groups .button-item .upload-letter,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-4.btn-type-1 .award-button-groups .button-item .upload-letter,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-5.btn-type-1 .award-button-groups .button-item .upload-letter,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-6.btn-type-1 .award-button-groups .button-item .upload-letter,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-7.btn-type-1 .award-button-groups .button-item .upload-letter,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-8.btn-type-1 .award-button-groups .button-item .upload-letter,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-9.btn-type-1 .award-button-groups .button-item .upload-letter,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-10.btn-type-1 .award-button-groups .button-item .upload-letter,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-11.btn-type-1 .award-button-groups .button-item .upload-letter {
    margin-right: 10px;
  }
}
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-7 .award-button-groups .button-item .update-btn,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-8 .award-button-groups .button-item .update-btn,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-9 .award-button-groups .button-item .update-btn,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-10 .award-button-groups .button-item .update-btn,
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-11 .award-button-groups .button-item .update-btn {
  cursor: not-allowed;
  filter: grayscale(1);
}
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-11 .img-block {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
  transform: translate(-10px, -10px);
}
.mobile-reward-center__content .mobile-rc-top-block__award-cards .award-card-item .type-11 .img-block > div {
  width: 148px;
  height: 148px;
  background: url(../images/v1/mobile_receive_award_success.png) no-repeat;
}
.mobile-reward-center__content .mobile-rc-top-block__award-cards .no-data {
  width: 678px;
  height: 496px;
  font-size: 1.1rem;
  color: var(--font-purple);
  border: 3px solid var(--default-borderColor);
  border-radius: 10px;
  background: var(--darkBg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-reward-center__content .mobile-rc-top-block .mobile-reward-pagination {
  margin: 30px auto 70px auto;
  font-size: 2vmax;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .mobile-reward-center__content .mobile-rc-top-block {
    margin-top: 17%;
  }
}
@media screen and (max-width: 768px) {
  .mobile-reward-center__content .mobile-rc-top-block {
    margin-top: 0;
  }
}
@media only screen and (max-device-width: 1180px) and (orientation: landscape) {
  .mobile-reward-center__content .mobile-rc-top-block {
    margin-top: 22%;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  .mobile-reward-center__content .mobile-rc-top-block {
    margin-top: 17%;
  }
}
@media only screen and (max-device-width: 812px) and (orientation: landscape) {
  .mobile-reward-center__content .mobile-rc-top-block {
    margin-top: 4%;
  }
}
@media only screen and (max-device-width: 736px) and (orientation: landscape) {
  .mobile-reward-center__content .mobile-rc-top-block {
    margin-top: 0%;
  }
}
.mobile-reward-center__content .mobile-rc-bottom-block {
  width: 678px;
  margin: auto;
}
@media screen and (max-width: 576px) {
  .mobile-reward-center__content .mobile-rc-bottom-block {
    max-width: 95%;
  }
}
.mobile-reward-center__content .mobile-rc-bottom-block__files-download {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 54px;
}
.mobile-reward-center__content .mobile-rc-bottom-block__files-download > h3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .mobile-reward-center__content .mobile-rc-bottom-block__files-download > h3 > img {
    transform: scale(0.87);
  }
}
.mobile-reward-center__content .mobile-rc-bottom-block__files-download .files-download-btn-group {
  width: 100%;
}
.mobile-reward-center__content .mobile-rc-bottom-block__files-download .files-download-btn-group .files-download-item:not(:last-child) {
  margin-right: 20px;
}
.mobile-reward-center__content .mobile-rc-bottom-block__files-download .files-download-btn-group .files-download-item > img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .mobile-reward-center__content .mobile-rc-bottom-block__files-download .files-download-btn-group .files-download-item {
    width: 33.33334%;
  }
  .mobile-reward-center__content .mobile-rc-bottom-block__files-download .files-download-btn-group .files-download-item:not(:last-child) {
    margin-right: 0;
  }
  .mobile-reward-center__content .mobile-rc-bottom-block__files-download .files-download-btn-group .files-download-item > img {
    transform: scale(0.87);
  }
}
.mobile-reward-center__content .mobile-rc-bottom-block__award-info-title, .mobile-reward-center__content .mobile-rc-bottom-block__notice {
  width: 100%;
  margin: 0 30px;
}
.mobile-reward-center__content .mobile-rc-bottom-block__award-info-title, .mobile-reward-center__content .mobile-rc-bottom-block__notice {
  width: 100%;
  height: 48px;
  position: relative;
}
.mobile-reward-center__content .mobile-rc-bottom-block__award-info-title > img, .mobile-reward-center__content .mobile-rc-bottom-block__notice > img {
  position: absolute;
  left: -0.87%;
  transform: scale(1);
  /* width: 100%; */
}
@media screen and (max-width: 576px) {
  .mobile-rc-bottom-block__award-info-title{ width:150%;}
  .mobile-reward-center__content .mobile-rc-bottom-block__award-info-title, .mobile-reward-center__content .mobile-rc-bottom-block__notice {
    left: -26%;
    transform: scale(0.62);
  }
}
.mobile-reward-center__content .mobile-rc-bottom-block__notice {
  margin-top: 54px;
}
.mobile-reward-center__content .mobile-rc-bottom-block__rules {
  margin-left: 30px;
  margin-bottom: 15px;
}
.mobile-reward-center__content .mobile-rc-bottom-block__rules > h4 {
  font-size: 2.5vmin;
}
.mobile-reward-center__content .mobile-rc-bottom-block__rules .award-role-list .award-role-items {
  margin-left: 1rem;
  list-style-type: decimal;
}
.mobile-reward-center__content .mobile-rc-bottom-block__rules .award-role-list .award-role-items .role-link-text {
  margin-top: -1%;
  font-size: 0.78rem;
}
.mobile-reward-center__content .mobile-rc-bottom-block__rules .award-role-list .award-role-items .role-link-text .role-link {
  color: #e6e7a1;
  font-size: 2.2vmin;
}
.mobile-reward-center__content .mobile-rc-bottom-block__rules .award-role-list .award-role-items > li {
  line-height: 2;
  font-size: 2.2vmin;
  text-align: justify;
}
@media screen and (max-width: 576px) {
  .mobile-reward-center__content .mobile-rc-bottom-block__rules {
    margin-left: 4px;
  }
  .mobile-reward-center__content .mobile-rc-bottom-block__rules .award-role-list .award-role-items {
    margin-left: 1rem;
  }
  .mobile-reward-center__content .mobile-rc-bottom-block__rules .award-role-list .award-role-items > li {
    line-height: 2;
    font-size: 0.3rem;
  }
  #app .backToHome{ font-size: .4rem;}
}
@media screen and (max-width: 375px) {
  .mobile-reward-center__content .mobile-rc-bottom-block__award-info-title > img {
    left: -11%;
    transform: scale(0.9);
  }
}
/*!*****************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./scss/mobile/mobile-reward-center/mobile_reward-modal.scss ***!
  \*****************************************************************************************************************************************************************************************************************************/
#mobile-reward-modal {
  height: 42vmax;
}
#mobile-reward-modal > header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/v1/font_award_title.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 121px;
  transform: translate(0, -60%);
}
@media screen and (max-width: 1024px) {
  #mobile-reward-modal > header {
    transform: translate(0, -45%) scale(0.95);
  }
}
@media screen and (max-width: 576px) {
  #mobile-reward-modal > header {
    height: 83px;
    transform: translate(0, -45%) scale(0.87);
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  #mobile-reward-modal > header {
    transform: translate(0, -60%) scale(0.87);
  }
}
@media screen and (max-width: 812px) and (max-height: 375px) {
  #mobile-reward-modal > header {
    transform: translate(-5px, -51%) scale(0.9);
    height: 83px;
  }
}
@media only screen and (max-device-width: 736px) and (orientation: landscape) {
  #mobile-reward-modal > header {
    transform: translate(-5px, -51%) scale(0.9);
    height: 83px;
  }
}
@media only screen and (max-device-width: 667px) and (orientation: landscape) {
  #mobile-reward-modal > header {
    transform: translate(-5px, -34%) scale(0.9);
    height: 83px;
  }
}
#mobile-reward-modal > main {
  height: 100%;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#mobile-reward-modal > main > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#mobile-reward-modal > main .reward-input-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffba00 !important;
}
#mobile-reward-modal > main .reward-input-block__input-group {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 22px;
}
#mobile-reward-modal > main .reward-input-block__input-group input,
#mobile-reward-modal > main .reward-input-block__input-group select {
  width: 100%;
  height: 38px;
  border-radius: 5px;
  padding: 2px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  font-size: 2vmax;
}
@media screen and (max-width: 480px) {
  #mobile-reward-modal > main .reward-input-block__input-group input,
#mobile-reward-modal > main .reward-input-block__input-group select {
    font-size: 2.8vmax;
  }
}
#mobile-reward-modal > main .reward-input-block__input-group .reward-form-label {
  position: absolute;
  font-size: 1.1rem;
}
@media screen and (max-width: 1024px) {
  #mobile-reward-modal > main .reward-input-block__input-group .reward-form-label {
    left: 98px;
    font-size: 2.5vmin;
    margin-top: 0.5%;
  }
}
@media screen and (max-width: 820px) {
  #mobile-reward-modal > main .reward-input-block__input-group .reward-form-label {
    left: 60px;
    margin-top: 0.5%;
  }
}
@media screen and (max-width: 768px) {
  #mobile-reward-modal > main .reward-input-block__input-group .reward-form-label {
    left: 40px;
  }
}
@media screen and (max-width: 576px) {
  #mobile-reward-modal > main .reward-input-block__input-group .reward-form-label {
    position: absolute;
    left: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-device-width: 1380px) and (orientation: landscape) {
  #mobile-reward-modal > main .reward-input-block__input-group .reward-form-label {
    left: 50px;
    font-size: 2vmin;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  #mobile-reward-modal > main .reward-input-block__input-group .reward-form-label {
    left: 50px;
  }
}
@media screen and (max-width: 812px) and (max-height: 375px) {
  #mobile-reward-modal > main .reward-input-block__input-group .reward-form-label {
    left: 35px;
    margin-top: 0.5%;
    font-size: 4vmin;
  }
}
@media only screen and (max-device-width: 736px) and (orientation: landscape) {
  #mobile-reward-modal > main .reward-input-block__input-group .reward-form-label {
    left: 35px;
    margin-top: 0.5%;
    font-size: 4vmin;
  }
}
#mobile-reward-modal > main .reward-input-block__input-group.name-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-reward-modal > main .reward-input-block__input-group.name-block .area-code {
  width: 278px;
  height: 38px;
}
#mobile-reward-modal > main .reward-input-block__input-group.get-code-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-reward-modal > main .reward-input-block__input-group.get-code-block .phone-code {
  width: 278px;
  height: 38px;
}
@media screen and (max-width: 1024px) {
  #mobile-reward-modal > main .reward-input-block {
    margin-left: 145px;
  }
}
@media screen and (max-width: 820px) {
  #mobile-reward-modal > main .reward-input-block {
    margin-left: 100px;
  }
}
@media screen and (max-width: 768px) {
  #mobile-reward-modal > main .reward-input-block {
    margin-left: 80px;
  }
}
@media screen and (max-width: 576px) {
  #mobile-reward-modal > main .reward-input-block {
    margin-left: 65px;
  }
}
@media only screen and (max-device-width: 1380px) and (orientation: landscape) {
  #mobile-reward-modal > main .reward-input-block {
    margin-left: 65px;
    margin-top: 10%;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  #mobile-reward-modal > main .reward-input-block {
    margin-left: 80px;
  }
}
#mobile-reward-modal > main .auto-close-text {
  position: absolute;
  bottom: 25%;
  width: 260px;
  font-size: 1.68vmin;
  color: #e5654c !important;
}
@media screen and (max-width: 376px) and (max-height: 413px) {
  #mobile-reward-modal > main .auto-close-text {
    top: 62%;
  }
}
@media screen and (max-width: 1180px) {
  #mobile-reward-modal > main .auto-close-text {
    width: 100%;
    font-size: 2vmin;
  }
}
@media screen and (max-width: 375px) {
  #mobile-reward-modal > main .auto-close-text {
    top: 68.5%;
    font-size: 3.5vmin;
  }
}
@media screen and (max-width: 576px) {
  #mobile-reward-modal > main .auto-close-text {
    font-size: 3vmin;
  }
}
@media only screen and (max-device-width: 1380px) and (orientation: landscape) {
  #mobile-reward-modal > main .auto-close-text {
    width: 100%;
    font-size: 2vmin;
  }
}
@media only screen and (max-device-width: 736px) and (orientation: landscape) {
  #mobile-reward-modal > main .auto-close-text {
    width: 100%;
    font-size: 4vmin;
    margin-bottom: 5%;
  }
}
@media only screen and (max-device-width: 667px) and (orientation: landscape) {
  #mobile-reward-modal > main .auto-close-text {
    bottom: 21%;
  }
}
@media screen and (max-width: 667px) and (max-height: 375px) {
  #mobile-reward-modal > main .auto-close-text {
    bottom: 16%;
  }
}
#mobile-reward-modal > main .submit-button {
  width: 260px;
  height: 38px;
  background: url(../images/v1/btn_comfirm.png) no-repeat;
  margin-top: 1.5%;
}
@media screen and (max-width: 1180px) {
  #mobile-reward-modal > main .submit-button {
    width: 270px;
    font-size: 2vmin;
  }
}
@media only screen and (max-device-width: 1380px) and (orientation: landscape) {
  #mobile-reward-modal > main .submit-button {
    width: 270px;
    margin-top: -3%;
  }
}
@media screen and (max-width: 812px) and (max-height: 375px) {
  #mobile-reward-modal > main .submit-button {
    margin-top: 35px;
  }
}
@media screen and (max-width: 1024px) {
  #mobile-reward-modal > main {
    margin: 85px;
    font-size: 2.6vmin;
  }
}
@media screen and (max-width: 768px) {
  #mobile-reward-modal > main {
    margin: 90px 110px 0 96px;
    font-size: 0.9vmax;
  }
}
@media screen and (max-width: 576px) {
  #mobile-reward-modal > main {
    margin: 80px 55px;
  }
}
@media screen and (max-width: 375px) {
  #mobile-reward-modal > main {
    margin: 60px 55px;
  }
}
@media screen and (max-width: 812px) and (max-height: 375px) {
  #mobile-reward-modal > main {
    margin: 87px 70px 0 70px;
  }
}
@media only screen and (max-device-width: 736px) and (orientation: landscape) {
  #mobile-reward-modal > main {
    margin: 90px 70px;
  }
}
@media screen and (max-width: 667px) and (max-height: 375px) {
  #mobile-reward-modal > main {
    margin: 60px 70px;
  }
}
@media screen and (max-width: 820px) {
  #mobile-reward-modal {
    height: 38vh;
  }
}
@media screen and (max-width: 768px) {
  #mobile-reward-modal {
    height: 42vh;
  }
}
@media screen and (max-width: 576px) {
  #mobile-reward-modal {
    height: 53vh;
  }
}
@media screen and (max-width: 412px) {
  #mobile-reward-modal {
    height: 37vh;
  }
}
@media screen and (max-width: 414px) and (max-height: 896px) {
  #mobile-reward-modal {
    height: 41vh;
  }
}
@media screen and (max-width: 414px) and (max-height: 736px) {
  #mobile-reward-modal {
    height: 50vh;
  }
}
@media screen and (max-width: 360px) {
  #mobile-reward-modal {
    height: 38vh;
  }
}
@media only screen and (max-device-width: 1180px) and (orientation: landscape) {
  #mobile-reward-modal {
    height: 54vh;
  }
}
@media only screen and (max-device-width: 667px) and (orientation: landscape) {
  #mobile-reward-modal {
    height: 70vh;
  }
}
/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./scss/mobile/mobile-reward-center/mobile_error-modal.scss ***!
  \****************************************************************************************************************************************************************************************************************************/
.error-modal__header .icon-img {
  width: 114px;
  height: 114px;
  background: url(../images/v1/icon_hint.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 9px);
}
.error-modal__content--title h2 {
  position: absolute;
  top: 175px;
  width: 100%;
  color: #e5654c;
  font-size: 2.8vmax;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .error-modal__content--title h2 {
    font-size: 4vmin;
  }
}
@media screen and (max-width: 768px) {
  .error-modal__content--title h2 {
    font-size: 4.5vmin;
  }
}
@media screen and (max-width: 576px) {
  .error-modal__content--title h2 {
    font-size: 6vmin;
  }
}
@media screen and (max-width: 375px) {
  .error-modal__content--title h2 {
    top: 160px;
  }
}
@media only screen and (max-device-width: 812px) and (orientation: landscape) {
  .error-modal__content--title h2 {
    top: 155px;
  }
}
@media only screen and (max-device-width: 667px) and (orientation: landscape) {
  .error-modal__content--title h2 {
    top: 145px;
    font-size: 5vmin;
  }
}
.error-modal__content--content {
  position: absolute;
  top: 235px;
  width: 100%;
  text-align: center;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-modal__content--content p {
  width: 85%;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffba00;
}
@media screen and (max-width: 1024px) {
  .error-modal__content--content {
    top: 275px;
  }
  .error-modal__content--content > p {
    font-size: 3.5vmin;
  }
}
@media screen and (max-width: 820px) {
  .error-modal__content--content {
    top: 255px;
  }
  .error-modal__content--content > p {
    font-size: 3vmin;
  }
}
@media screen and (max-width: 576px) {
  .error-modal__content--content {
    top: 60%;
  }
  .error-modal__content--content > p {
    font-size: 4vmin;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  .error-modal__content--content {
    top: 235px;
  }
}
@media only screen and (max-device-width: 812px) and (orientation: landscape) {
  .error-modal__content--content {
    top: 200px;
  }
}
@media only screen and (max-device-width: 667px) and (orientation: landscape) {
  .error-modal__content--content {
    top: 200px;
  }
  .error-modal__content--content > p {
    font-size: 4.5vmin;
  }
}
.error-modal__contact-us {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-modal__contact-us .col {
  position: relative;
}
.error-modal__contact-us .col:first-child {
  padding-right: 2%;
}
.error-modal__contact-us .col > img {
  width: 100%;
  display: block;
}
.error-modal__contact-us .col a.link {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  display: block;
}
.error-modal__contact-us .col .text {
  width: 150px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -175%);
  display: block;
}
.error-modal .yes-btn {
  width: 260px;
  height: 38px;
  background: url(../images/v1/bnt_ok_a.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0px) scale(1.5);
}
@media screen and (max-width: 576px) {
  .error-modal .yes-btn {
    transform: translate(-50%, 0px) scale(1);
  }
}
@media only screen and (max-device-width: 812px) and (orientation: landscape) {
  .error-modal .yes-btn {
    transform: translate(-50%, 0px) scale(1);
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./scss/mobile/mobile-reward-center/mobile_reward-upload-file-modal.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************/
.file-upload-modal__content {
  height: 320px;
  margin: 20px;
  color: white;
}
.file-upload-modal__content #upload-modal__title {
  font-size: 1.5rem;
  font-weight: bold;
}
.file-upload-modal__content .inner-content {
  margin-top: 7%;
  padding: 20px;
}
.file-upload-modal__content .inner-content #uploadBtn {
  position: relative;
  font-family: calibri;
  width: 80vw;
  min-height: 30vh;
  max-height: 40vh;
  padding: 10px;
  border: 1px dashed #BBB;
  text-align: center;
  cursor: pointer;
  font-size: 2rem;
}
.file-upload-modal__content .inner-content #uploadBtn:hover {
  opacity: 0.7;
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  .file-upload-modal__content .inner-content #uploadBtn {
    min-height: 35vh;
  }
}
@media only screen and (max-device-width: 812px) and (orientation: landscape) {
  .file-upload-modal__content .inner-content #uploadBtn {
    min-height: 55vh;
  }
}
/*!*****************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./scss/mobile/mobile_buy-point.scss ***!
  \*****************************************************************************************************************************************************************************************************/
#mobile-buy-point {
  height: 100%;
  background: #471262;
  color: #fff;
}
.mobile-buy-point {
    position: relative;
}
.mobile-bp {
  padding-bottom: 28px;
}
.mobile-bp__top-banner > img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .mobile-bp__top-banner > img {
    width: 100%;
    height: 100%;
  }
}
.mobile-bp__wrapper {
  padding: 28px;
  min-height: 70vh;
}
.mobile-bp__wrapper .bp-shortcut-btn-group .bp-shortcut-btn-item > img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .mobile-bp__wrapper .bp-shortcut-btn-group .bp-shortcut-btn-item > img {
    width: 100%;
    height: 100%;
  }
}
/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./scss/mobile/mobile-buy-point/mobile-bp-neweb.scss ***!
  \*********************************************************************************************************************************************************************************************************************/
#mobile-bp-neweb {
  height: 100%;
  background: #471262;
}

.mobile-bp-neweb {
  color: #fff;
}
.mobile-bp-neweb .mobile-bp__top-banner {
  position: relative;
  width: 100%;
  height: 283px;
  background: url(../images/v1/mobile_bp_banner_neweb_01.png) no-repeat;
  background-size: cover;
}
@media only screen and (max-device-width: 1366px) and (orientation: landscape) {
  .mobile-bp-neweb .mobile-bp__top-banner {
    background-position-y: 20%;
  }
}
.mobile-bp-neweb .mobile-bp__top-banner > h2 {
  position: absolute;
  bottom: 30px;
  width: 100%;
  font-size: 3vmax;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .mobile-bp-neweb .mobile-bp__top-banner > h2 {
    bottom: -50px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-bp-neweb .mobile-bp__top-banner > h2 {
    bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mobile-bp-neweb .mobile-bp__top-banner {
    height: 200px;
    background-size: 100% 250px;
  }
}
.mobile-bp-neweb__content {
  width: 100%;
  height: 100%;
  margin: auto;
  background: #471262;
  padding: 3% 5% 2% 5%;
}
.mobile-bp-neweb__content .choose-point-list .point-items > li {
  max-width: 6.78rem;
  margin: .1rem 0;
  height: .8rem;
  background: url(../images/v1/mobile_bp_TopUp_purple.png) no-repeat;
  background-position: center center;
  background-size: cover;
  font-size: 2.5vmax;
  font-weight: bold;
  cursor: pointer;
  -webkit-tap-highlight-color:rgba(0,0,0,0)
}
.mobile-bp-neweb__content .choose-point-list .point-items > li .sub-buy-point-item {
  height: .8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding: 0 .15rem;
  margin-right: .55rem;
  font-size: .3rem;
}
.mobile-bp-neweb__content .choose-point-list .point-items > li .sub-buy-point-item span{ margin-left: .05rem!important; font-size: .24rem!important; }
@media screen and (max-width: 576px) {
}
.mobile-bp-neweb__content .choose-point-list .point-items > li.isActive {
  background: url(../images/v1/mobile_bp_TopUp_green.png) no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 576px) {
  .mobile-bp-neweb__content .choose-point-list .point-items > li, .mobile-bp-neweb__content .choose-point-list .point-items > li.isActive {
    background-size: contain;
  }
}
@media screen and (max-width: 576px) {
  .mobile-bp-neweb__content .choose-point-list .point-items > li {
    font-size: 2vmax;
  }
}
@media screen and (max-width: 375px) {
  .mobile-bp-neweb__content .choose-point-list .point-items > li {
    font-size: 1.8vmax;
  }
}
.mobile-bp-neweb__content .right-now-buy-point {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-bp-neweb__content .right-now-buy-point > img {
  display: block;
  margin-top: .3rem;
  width: 3.93rem;
  height: 1.13rem;
}
@media screen and (max-width: 576px) {
 
}
@media screen and (max-width: 576px) {
  .mobile-bp-neweb__content .right-now-buy-point {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .mobile-bp-neweb__content {
    margin-top: 8%;
  }
}
@media screen and (max-width: 768px) {
  .mobile-bp-neweb__content {
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .mobile-bp-neweb {
    padding-bottom: 30px;
  }
}
#mobile-bp-mycardPay-point {
    height: 100%;
    background: #471262;
  }
  
  .mobile-bp-mycardPay-point .mobile-bp__top-banner {
    background: url(../images/v1/mobile_bp_banner_mycard2_01.png) no-repeat;
    background-size: cover;
  }

#mobile-bp-mycardPay {
  height: 100%;
  background: #471262;
}

.mobile-bp-mycardPay .mobile-bp__top-banner {
  background: url(../images/v1/mobile_bp_banner_mycard1_01.png) no-repeat;
  background-size: cover;
}
@media only screen and (max-device-width: 1366px) and (orientation: landscape) {
  .mobile-bp-mycardPay .mobile-bp__top-banner {
    background-position-y: 20%;
  }
}

.mobile-bp-omg .mobile-bp__top-banner {
    background: url(../images/v1/mobile_bp_banner__omg_01.png) no-repeat;
    background-size: cover;
}
#mobile-bp-mycardPoint {
  height: 100%;
  background: #471262;
}

.mobile-bp-mycardPoint__content {
  padding: 0 84px 100px 84px;
  color: #fff;
}
.mobile-bp-mycardPoint__content--form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.mobile-bp-mycardPoint__content--form .form-item {
  position: relative;
  width: 580px;
}
.mobile-bp-mycardPoint__content--form .form-item:first-child {
  margin-bottom: 20px;
}
.mobile-bp-mycardPoint__content--form .form-item--title {
  color: #ffba00;
  font-size: 4vmin;
  font-weight: bold;
}
.mobile-bp-mycardPoint__content--form .form-item--input {
  width: 100%;
  height: 78px;
  margin: 16px 0;
  border-radius: 5px;
  font-size: 4vmin;
}
.mobile-bp-mycardPoint__content--form .form-item--error-msg {
  display: none;
  font-size: 3vmin;
  color: #e5654c;
  font-weight: bold;
}
.mobile-bp-mycardPoint__content--form .form-item--error-icon {
  display: none;
  position: absolute;
  top: 37%;
  right: 30px;
  width: 48px;
  height: 48px;
  background: url(../images/v1/mobile_circle_error.jpg) no-repeat;
  background-size: cover;
}
.mobile-bp-mycardPoint__content--form .form-item--success-icon {
  display: none;
  position: absolute;
  top: 43%;
  right: 30px;
  width: 48px;
  height: 48px;
  background: url(../images/v1/mobile_circle_correct.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 576px) {
  .mobile-bp-mycardPoint__content--form .form-item {
    width: 100%;
  }
  .mobile-bp-mycardPoint__content--form .form-item--error-icon {
    top: 33.5%;
  }
  .mobile-bp-mycardPoint__content--form .form-item--success-icon {
    top: 38.5%;
  }
  .mobile-bp-mycardPoint__content--form .form-item--error-icon, .mobile-bp-mycardPoint__content--form .form-item--success-icon {
    right: 15px;
    transform: scale(0.78);
  }
  .mobile-bp-mycardPoint__content--form .form-item--input {
    height: 60px;
  }
  .mobile-bp-mycardPoint__content--form .form-item--title {
    font-size: 5vmin;
  }
  .mobile-bp-mycardPoint__content--form .form-item--error-msg {
    font-size: 4vmin;
  }
}
.mobile-bp-mycardPoint__content .right-now-buy-point {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-bp-mycardPoint__content .right-now-buy-point > img {
  display: block;
}
@media screen and (max-width: 576px) {
  .mobile-bp-mycardPoint__content .right-now-buy-point {
    margin-top: 50px;
  }
  .mobile-bp-mycardPoint__content .right-now-buy-point > img {
    width: 100%;
    transform: scale(0.8);
  }
}
@media screen and (max-width: 576px) {
  .mobile-bp-mycardPoint__content {
    padding: 0 42px 100px 42px;
  }
}
@media screen and (max-width: 375px) {
  .mobile-bp-mycardPoint__content {
    padding: 0 21px 100px 21px;
  }
}
/*!**********************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./scss/mobile/mobile_buy-prop-modal.scss ***!
  \**********************************************************************************************************************************************************************************************************/
#mobile-buy-prop-modal {
  width: 100%;
  height: 100%;
}
#mobile-buy-prop-modal .input-mail {
  width: 90vw;
}
#mobile-buy-prop-modal .input-mail > input {
  width: 100%;
}
#mobile-buy-prop-modal .mobile-auto-close-text {
  display: none;
  position: absolute;
  bottom: -35px;
  width: 100%;
  text-align: center;
  width: 100%;
  height: 80px;
  color: #e5654c;
  font-size: 3vmax;
  font-weight: 700;
  z-index: 2;
}
#mobile-buy-prop-modal .icon-img {
  width: 154px;
  height: 154px;
  background: url(../images/v1/icon_hint.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0) scale(0.75);
}
#mobile-buy-prop-modal .mobile-buy-prop-modal__content-wrapper {
  line-height: 2;
}
#mobile-buy-prop-modal .mobile-buy-prop-modal__content-wrapper .msg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-buy-prop-modal .mobile-buy-prop-modal__content-wrapper .msg > p {
  text-align: center;
  width: 100%;
  color: #ffba00;
  font-size: 6.5vmin;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #mobile-buy-prop-modal .mobile-buy-prop-modal__content-wrapper .msg > p {
    font-size: 5.5vmin;
  }
}
@media screen and (max-width: 896px) and (max-height: 414px) {
  #mobile-buy-prop-modal .mobile-buy-prop-modal__content-wrapper {
    margin-top: 10%;
  }
}
@media screen and (max-width: 667px) and (max-height: 375px) {
  #mobile-buy-prop-modal .mobile-buy-prop-modal__content-wrapper {
    margin-top: 10%;
  }
}
@media screen and (max-width: 414px) and (max-height: 896px) {
  #mobile-buy-prop-modal .mobile-buy-prop-modal__content-wrapper {
    margin-top: 10%;
  }
}
@media screen and (max-width: 375px) and (max-height: 667px) {
  #mobile-buy-prop-modal .mobile-buy-prop-modal__content-wrapper {
    margin-top: 10%;
  }
}
#mobile-buy-prop-modal .line2 {
  text-align: center;
  width: 100%;
  position: absolute;
  font-size: 3vmin;
  font-weight: 600;
  top: 200px;
  font-size: 3vmax;
  color: white;
}
#mobile-buy-prop-modal .yes-btn {
  width: 300px;
  height: 100px;
  background: url(../images/v1/bnt_ok_a.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -30px;
}
@media screen and (max-width: 736px) and (max-height: 414px) {
  #mobile-buy-prop-modal .yes-btn {
    bottom: -30px;
  }
}
@media screen and (max-width: 414px) and (max-height: 896px) {
  #mobile-buy-prop-modal .yes-btn {
    bottom: 10px;
  }
}
#mobile-buy-prop-modal #windowType {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-buy-prop-modal .window0 .close-btn {
  display: none;
}
#mobile-buy-prop-modal .window0 .input-mail {
  display: none;
}
#mobile-buy-prop-modal .window0 .err-icon {
  display: none;
}
#mobile-buy-prop-modal .window0 .err-msg {
  display: none;
}
#mobile-buy-prop-modal .window0 .err-msg1 {
  display: none;
}
#mobile-buy-prop-modal .window0 .line2 {
  display: none;
}
#mobile-buy-prop-modal .window1 .close-btn {
  display: none;
}
#mobile-buy-prop-modal .window1 .input-mail {
  display: none;
}
#mobile-buy-prop-modal .window1 .err-icon {
  display: none;
}
#mobile-buy-prop-modal .window1 .line2 {
  display: none;
}
#mobile-buy-prop-modal .window1 .err-msg {
  top: 245px;
  width: 100%;
  height: 80px;
  position: absolute;
  display: none;
}
#mobile-buy-prop-modal .window1 .err-msg > p {
  text-align: center;
  width: 100%;
  height: 80px;
  color: #e5654c;
  font-size: 1.7vmin;
  font-weight: 700;
}
#mobile-buy-prop-modal .window1 #store-msg {
  width: 100%;
  margin-top: 5%;
  font-size: 5vmax;
}
@media screen and (max-width: 576px) {
  #mobile-buy-prop-modal .window1 #store-msg {
    margin-top: 5%;
    font-size: 5vmax;
  }
}
#mobile-buy-prop-modal .window1 .mobile-buy-prop-modal__content-wrapper {
  margin-top: -3%;
}
#mobile-buy-prop-modal .window1 .yes-btn {
  bottom: 35px;
}
#mobile-buy-prop-modal .window1 .mobile-auto-close-text {
  bottom: -14px;
}
@media screen and (max-width: 1366px) and (max-height: 1024px) {
  #mobile-buy-prop-modal .window1 .icon-img {
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0) scale(1.05);
  }
  #mobile-buy-prop-modal .window1 .yes-btn {
    bottom: 13%;
    transform: scale(1.25);
  }
  #mobile-buy-prop-modal .window1 .mobile-auto-close-text {
    bottom: 15px;
  }
}
@media screen and (max-width: 1024px) and (max-height: 1366px) {
  #mobile-buy-prop-modal .window1 .icon-img {
    top: 47px;
    left: 50%;
    transform: translate(-50%, 0) scale(1.55);
  }
  #mobile-buy-prop-modal .window1 .yes-btn {
    bottom: 20%;
    transform: scale(1.5);
  }
  #mobile-buy-prop-modal .window1 .mobile-auto-close-text {
    bottom: 50px;
  }
}
@media screen and (max-width: 915px) and (max-height: 412px) {
  #mobile-buy-prop-modal .window1 .icon-img {
    width: 154px;
    height: 154px;
    background: url(../images/v1/icon_hint.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) scale(0.75);
  }
  #mobile-buy-prop-modal .window1 .yes-btn {
    bottom: 15px;
    transform: scale(1);
  }
  #mobile-buy-prop-modal .window1 .mobile-auto-close-text {
    bottom: -33px;
  }
}
@media screen and (max-width: 896px) and (max-height: 414px) {
  #mobile-buy-prop-modal .window1 .icon-img {
    width: 154px;
    height: 154px;
    background: url(../images/v1/icon_hint.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) scale(0.75);
  }
  #mobile-buy-prop-modal .window1 .yes-btn {
    bottom: 15px;
    transform: scale(1);
  }
  #mobile-buy-prop-modal .window1 .mobile-auto-close-text {
    bottom: -33px;
  }
}
@media screen and (max-width: 820px) and (max-height: 1180px) {
  #mobile-buy-prop-modal .window1 .icon-img {
    top: 47px;
    left: 50%;
    transform: translate(-50%, 0) scale(1.55);
  }
  #mobile-buy-prop-modal .window1 .yes-btn {
    bottom: 20%;
    transform: scale(1.5);
  }
  #mobile-buy-prop-modal .window1 .mobile-auto-close-text {
    bottom: 50px;
  }
}
@media screen and (max-width: 812px) and (max-height: 375px) {
  #mobile-buy-prop-modal .window1 .icon-img {
    width: 154px;
    height: 154px;
    background: url(../images/v1/icon_hint.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) scale(0.75);
  }
  #mobile-buy-prop-modal .window1 .yes-btn {
    bottom: 15px;
    transform: scale(0.85);
  }
  #mobile-buy-prop-modal .window1 .mobile-auto-close-text {
    bottom: -33px;
  }
}
@media screen and (max-width: 740px) and (max-height: 360px) {
  #mobile-buy-prop-modal .window1 .icon-img {
    width: 154px;
    height: 154px;
    background: url(../images/v1/icon_hint.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) scale(0.75);
  }
  #mobile-buy-prop-modal .window1 .yes-btn {
    bottom: 15px;
    transform: scale(0.85);
  }
  #mobile-buy-prop-modal .window1 .mobile-auto-close-text {
    bottom: -33px;
  }
}
@media screen and (max-width: 736px) and (max-height: 414px) {
  #mobile-buy-prop-modal .window1 .icon-img {
    width: 154px;
    height: 154px;
    background: url(../images/v1/icon_hint.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) scale(0.75);
  }
  #mobile-buy-prop-modal .window1 .yes-btn {
    bottom: 15px;
    transform: scale(0.85);
  }
  #mobile-buy-prop-modal .window1 .mobile-auto-close-text {
    bottom: -33px;
  }
}
@media screen and (max-width: 414px) and (max-height: 896px) {
  #mobile-buy-prop-modal .window1 .icon-img {
    width: 154px;
    height: 154px;
    background: url(../images/v1/icon_hint.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) scale(0.75);
  }
  #mobile-buy-prop-modal .window1 .yes-btn {
    bottom: 15px;
    transform: scale(0.85);
  }
  #mobile-buy-prop-modal .window1 .mobile-auto-close-text {
    bottom: -33px;
  }
}
@media screen and (max-width: 414px) and (max-height: 736px) {
  #mobile-buy-prop-modal .window1 .icon-img {
    width: 154px;
    height: 154px;
    background: url(../images/v1/icon_hint.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) scale(0.75);
  }
  #mobile-buy-prop-modal .window1 .yes-btn {
    bottom: 15px;
    transform: scale(1);
  }
  #mobile-buy-prop-modal .window1 .mobile-auto-close-text {
    bottom: -33px;
  }
}
@media screen and (max-width: 412px) and (max-height: 914px) {
  #mobile-buy-prop-modal .window1 .icon-img {
    width: 154px;
    height: 154px;
    background: url(../images/v1/icon_hint.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) scale(0.75);
  }
  #mobile-buy-prop-modal .window1 .yes-btn {
    bottom: 15px;
    transform: scale(0.85);
  }
  #mobile-buy-prop-modal .window1 .mobile-auto-close-text {
    bottom: -33px;
  }
}
@media screen and (max-width: 393px) and (max-height: 851px) {
  #mobile-buy-prop-modal .window1 .icon-img {
    width: 154px;
    height: 154px;
    background: url(../images/v1/icon_hint.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) scale(0.75);
  }
  #mobile-buy-prop-modal .window1 .yes-btn {
    bottom: 15px;
    transform: scale(0.85);
  }
  #mobile-buy-prop-modal .window1 .mobile-auto-close-text {
    bottom: -33px;
  }
}
@media screen and (max-width: 390px) and (max-height: 844px) {
  #mobile-buy-prop-modal .window1 .icon-img {
    width: 154px;
    height: 154px;
    background: url(../images/v1/icon_hint.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) scale(0.75);
  }
  #mobile-buy-prop-modal .window1 .yes-btn {
    bottom: 15px;
    transform: scale(0.85);
  }
  #mobile-buy-prop-modal .window1 .mobile-auto-close-text {
    bottom: -33px;
  }
}
@media screen and (max-width: 375px) and (max-height: 812px) {
  #mobile-buy-prop-modal .window1 .icon-img {
    width: 154px;
    height: 154px;
    background: url(../images/v1/icon_hint.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) scale(0.75);
  }
  #mobile-buy-prop-modal .window1 .yes-btn {
    bottom: 15px;
    transform: scale(0.85);
  }
  #mobile-buy-prop-modal .window1 .mobile-auto-close-text {
    bottom: -33px;
  }
}
@media screen and (max-width: 360px) and (max-height: 740px) {
  #mobile-buy-prop-modal .window1 .icon-img {
    width: 154px;
    height: 154px;
    background: url(../images/v1/icon_hint.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) scale(0.75);
  }
  #mobile-buy-prop-modal .window1 .yes-btn {
    bottom: 15px;
    transform: scale(0.85);
  }
  #mobile-buy-prop-modal .window1 .mobile-auto-close-text {
    bottom: -33px;
  }
}
#mobile-buy-prop-modal .window2 .close-btn {
  display: none;
}
#mobile-buy-prop-modal .window2 .line2 {
  text-align: center;
  width: 100%;
  position: absolute;
  font-size: 4vmax;
  font-weight: 600;
  top: 220px;
  color: white;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #mobile-buy-prop-modal .window2 .line2 {
    top: 320px;
  }
}
#mobile-buy-prop-modal .window2 .input-mail {
  display: none;
}
#mobile-buy-prop-modal .window2 .err-icon {
  display: none;
}
#mobile-buy-prop-modal .window2 .err-msg {
  display: none;
}
#mobile-buy-prop-modal .window2 .yes-btn {
  width: 200px;
  height: 38px;
  background: url(../images/v1/bnt_yes_a.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 15px;
  left: 156px;
}
#mobile-buy-prop-modal .window2 .no-btn {
  width: 100px;
  height: 38px;
  background: url(../images/v1/bnt_no_a.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 15px;
  left: 41px;
}
@media screen and (max-width: 1366px) and (max-height: 1024px) {
  #mobile-buy-prop-modal .window2 .mobile-buy-prop-modal__content-wrapper .msg > p {
    font-size: 4.5vmin;
  }
  #mobile-buy-prop-modal .window2 .icon-img {
    transform: translate(-50%, 0) scale(1.45);
    top: 50px;
  }
  #mobile-buy-prop-modal .window2 .line2 {
    top: 350px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn,
#mobile-buy-prop-modal .window2 .no-btn {
    transform: scale(1.55);
    bottom: 10%;
  }
  #mobile-buy-prop-modal .window2 .no-btn {
    left: 75px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn {
    left: 275px;
  }
}
@media screen and (max-width: 1024px) and (max-height: 1366px) {
  #mobile-buy-prop-modal .window2 .mobile-buy-prop-modal__content-wrapper .msg > p {
    font-size: 4.5vmin;
  }
  #mobile-buy-prop-modal .window2 .icon-img {
    transform: translate(-50%, 0) scale(1.55);
    top: 50px;
  }
  #mobile-buy-prop-modal .window2 .line2 {
    top: 470px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn,
#mobile-buy-prop-modal .window2 .no-btn {
    transform: scale(2);
    bottom: 10%;
  }
  #mobile-buy-prop-modal .window2 .no-btn {
    left: 115px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn {
    left: 415px;
  }
}
@media screen and (max-width: 1180px) and (max-height: 820px) {
  #mobile-buy-prop-modal .window2 .mobile-buy-prop-modal__content-wrapper .msg > p {
    font-size: 4.5vmin;
  }
  #mobile-buy-prop-modal .window2 .icon-img {
    transform: translate(-50%, 0) scale(1.05);
    top: 25px;
  }
  #mobile-buy-prop-modal .window2 .line2 {
    top: 275px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn,
#mobile-buy-prop-modal .window2 .no-btn {
    transform: scale(1.25);
    bottom: 10%;
  }
  #mobile-buy-prop-modal .window2 .no-btn {
    left: 50px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn {
    left: 205px;
  }
}
@media screen and (max-width: 1024px) and (max-height: 768px) {
  #mobile-buy-prop-modal .window2 .mobile-buy-prop-modal__content-wrapper .msg > p {
    font-size: 4.5vmin;
  }
  #mobile-buy-prop-modal .window2 .icon-img {
    transform: translate(-50%, 0) scale(1.05);
    top: 25px;
  }
  #mobile-buy-prop-modal .window2 .line2 {
    top: 345px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn,
#mobile-buy-prop-modal .window2 .no-btn {
    transform: scale(1.25);
    bottom: 10%;
  }
  #mobile-buy-prop-modal .window2 .no-btn {
    left: 120px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn {
    left: 285px;
  }
}
@media screen and (max-width: 915px) and (max-height: 412px) {
  #mobile-buy-prop-modal .window2 .icon-img {
    transform: translate(-50%, 0) scale(1);
    top: 11px;
  }
  #mobile-buy-prop-modal .window2 .line2 {
    top: 216px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn,
#mobile-buy-prop-modal .window2 .no-btn {
    transform: scale(0.85);
  }
  #mobile-buy-prop-modal .window2 .no-btn {
    left: 45px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn {
    left: 145px;
  }
}
@media screen and (max-width: 896px) and (max-height: 414px) {
  #mobile-buy-prop-modal .window2 .line2 {
    top: 238px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn,
#mobile-buy-prop-modal .window2 .no-btn {
    transform: scale(0.95);
  }
  #mobile-buy-prop-modal .window2 .no-btn {
    left: 30px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn {
    left: 150px;
  }
}
@media screen and (max-width: 851px) and (max-height: 393px) {
  #mobile-buy-prop-modal .window2 .line2 {
    top: 215px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn,
#mobile-buy-prop-modal .window2 .no-btn {
    transform: scale(0.85);
  }
  #mobile-buy-prop-modal .window2 .no-btn {
    left: 35px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn {
    left: 130px;
  }
}
@media screen and (max-width: 820px) and (max-height: 1180px) {
  #mobile-buy-prop-modal .window2 .icon-img {
    transform: translate(-50%, 0) scale(1.25);
    top: 29px;
  }
  #mobile-buy-prop-modal .window2 .line2 {
    top: 375px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn,
#mobile-buy-prop-modal .window2 .no-btn {
    transform: scale(1.75);
    bottom: 10%;
  }
  #mobile-buy-prop-modal .window2 .no-btn {
    left: 70px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn {
    left: 310px;
  }
}
@media screen and (max-width: 812px) and (max-height: 375px) {
  #mobile-buy-prop-modal .window2 .icon-img {
    transform: translate(-50%, 0) scale(1);
    top: 0;
  }
  #mobile-buy-prop-modal .window2 .line2 {
    top: 216px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn,
#mobile-buy-prop-modal .window2 .no-btn {
    transform: scale(0.85);
  }
  #mobile-buy-prop-modal .window2 .no-btn {
    left: 25px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn {
    left: 115px;
  }
}
@media screen and (max-width: 768px) and (max-height: 1024px) {
  #mobile-buy-prop-modal .window2 .icon-img {
    transform: translate(-50%, 0) scale(1.25);
    top: 29px;
  }
  #mobile-buy-prop-modal .window2 .line2 {
    top: 375px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn,
#mobile-buy-prop-modal .window2 .no-btn {
    transform: scale(1.55);
    bottom: 10%;
  }
  #mobile-buy-prop-modal .window2 .no-btn {
    left: 70px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn {
    left: 285px;
  }
}
@media screen and (max-width: 740px) and (max-height: 360px) {
  #mobile-buy-prop-modal .window2 .icon-img {
    transform: translate(-50%, 0) scale(0.85);
    top: 10px;
  }
  #mobile-buy-prop-modal .window2 .line2 {
    top: 200px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn,
#mobile-buy-prop-modal .window2 .no-btn {
    transform: scale(0.85);
  }
  #mobile-buy-prop-modal .window2 .no-btn {
    left: 25px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn {
    left: 115px;
  }
}
@media screen and (max-width: 736px) and (max-height: 414px) {
  #mobile-buy-prop-modal .window2 .icon-img {
    transform: translate(-50%, 0) scale(1);
  }
  #mobile-buy-prop-modal .window2 .line2 {
    top: 236px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn,
#mobile-buy-prop-modal .window2 .no-btn {
    transform: scale(0.85);
  }
  #mobile-buy-prop-modal .window2 .no-btn {
    left: 55px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn {
    left: 150px;
  }
}
@media screen and (max-width: 667px) and (max-height: 375px) {
  #mobile-buy-prop-modal .window2 .icon-img {
    transform: translate(-50%, 0) scale(0.85);
    top: 0;
  }
  #mobile-buy-prop-modal .window2 .line2 {
    top: 215px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn,
#mobile-buy-prop-modal .window2 .no-btn {
    transform: scale(0.85);
  }
  #mobile-buy-prop-modal .window2 .no-btn {
    left: 30px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn {
    left: 120px;
  }
}
@media screen and (max-width: 414px) and (max-height: 896px) {
  #mobile-buy-prop-modal .window2 .icon-img {
    transform: translate(-50%, 0) scale(1);
  }
  #mobile-buy-prop-modal .window2 .line2 {
    top: 238px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn,
#mobile-buy-prop-modal .window2 .no-btn {
    transform: scale(0.95);
  }
  #mobile-buy-prop-modal .window2 .no-btn {
    left: 30px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn {
    left: 150px;
  }
}
@media screen and (max-width: 414px) and (max-height: 736px) {
  #mobile-buy-prop-modal .window2 .icon-img {
    transform: translate(-50%, 0) scale(1);
    top: 9px;
  }
  #mobile-buy-prop-modal .window2 .line2 {
    top: 225px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn,
#mobile-buy-prop-modal .window2 .no-btn {
    transform: scale(0.95);
  }
  #mobile-buy-prop-modal .window2 .no-btn {
    left: 30px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn {
    left: 150px;
  }
}
@media screen and (max-width: 412px) and (max-height: 915px) {
  #mobile-buy-prop-modal .window2 .icon-img {
    transform: translate(-50%, 0) scale(1);
    top: 9px;
  }
  #mobile-buy-prop-modal .window2 .line2 {
    top: 225px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn,
#mobile-buy-prop-modal .window2 .no-btn {
    transform: scale(0.95);
  }
  #mobile-buy-prop-modal .window2 .no-btn {
    left: 30px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn {
    left: 150px;
  }
}
@media screen and (max-width: 393px) and (max-height: 851px) {
  #mobile-buy-prop-modal .window2 .line2 {
    top: 225px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn,
#mobile-buy-prop-modal .window2 .no-btn {
    transform: scale(0.85);
  }
  #mobile-buy-prop-modal .window2 .no-btn {
    left: 35px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn {
    left: 130px;
  }
}
@media screen and (max-width: 375px) and (max-height: 812px) {
  #mobile-buy-prop-modal .window2 .icon-img {
    transform: translate(-50%, 0) scale(0.85);
    top: 0;
  }
  #mobile-buy-prop-modal .window2 .line2 {
    top: 213px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn,
#mobile-buy-prop-modal .window2 .no-btn {
    transform: scale(0.85);
  }
  #mobile-buy-prop-modal .window2 .no-btn {
    left: 30px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn {
    left: 120px;
  }
}
@media screen and (max-width: 375px) and (max-height: 667px) {
  #mobile-buy-prop-modal .window2 .icon-img {
    transform: translate(-50%, 0) scale(0.85);
    top: 0;
  }
  #mobile-buy-prop-modal .window2 .line2 {
    top: 213px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn,
#mobile-buy-prop-modal .window2 .no-btn {
    transform: scale(0.85);
  }
  #mobile-buy-prop-modal .window2 .no-btn {
    left: 30px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn {
    left: 120px;
  }
}
@media screen and (max-width: 360px) and (max-height: 740px) {
  #mobile-buy-prop-modal .window2 .line2 {
    top: 200px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn,
#mobile-buy-prop-modal .window2 .no-btn {
    transform: scale(0.85);
  }
  #mobile-buy-prop-modal .window2 .no-btn {
    left: 25px;
  }
  #mobile-buy-prop-modal .window2 .yes-btn {
    left: 115px;
  }
}
#mobile-buy-prop-modal .window3 .input-mail {
  width: 90vw;
}
#mobile-buy-prop-modal .window3 .input-mail > input {
  display: block;
  width: 85%;
  margin: auto;
  height: 45px;
  text-align: center;
  font-size: 3vmax;
  outline-style: none;
  border: 1px solid #ccc;
  border-radius: 3px;
}
@media screen and (max-width: 896px) and (max-height: 414px) {
  #mobile-buy-prop-modal .window3 .input-mail {
    width: 100%;
  }
  #mobile-buy-prop-modal .window3 .input-mail > input {
    width: 100%;
  }
}
@media screen and (max-width: 736px) and (max-height: 414px) {
  #mobile-buy-prop-modal .window3 .input-mail {
    width: 100%;
  }
  #mobile-buy-prop-modal .window3 .input-mail > input {
    width: 100%;
  }
}
#mobile-buy-prop-modal .window3 .line2 {
  display: none;
}
#mobile-buy-prop-modal .window3 .err-msg {
  display: none;
}
#mobile-buy-prop-modal .window3 .yes-btn {
  bottom: -30px;
}
@media screen and (max-width: 1366px) and (max-height: 1024px) {
  #mobile-buy-prop-modal .window3 .icon-img {
    width: 154px;
    height: 154px;
    background: url(../images/v1/icon_hint.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) scale(0.9);
  }
  #mobile-buy-prop-modal .window3 .input-mail {
    width: 85%;
    margin: auto;
  }
  #mobile-buy-prop-modal .window3 .input-mail > input {
    width: 100%;
  }
  #mobile-buy-prop-modal .window3 .mobile-buy-prop-modal__content-wrapper .msg > p {
    font-size: 3.5vmin;
  }
  #mobile-buy-prop-modal .window3 .yes-btn {
    bottom: -18px;
    transform: scale(1.25);
  }
  #mobile-buy-prop-modal .window3 .mobile-auto-close-text {
    bottom: -33px;
  }
}
@media screen and (max-width: 1180px) and (max-height: 820px) {
  #mobile-buy-prop-modal .window3 .icon-img {
    width: 154px;
    height: 154px;
    background: url(../images/v1/icon_hint.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) scale(0.9);
  }
  #mobile-buy-prop-modal .window3 .input-mail {
    width: 85%;
    margin: auto;
  }
  #mobile-buy-prop-modal .window3 .input-mail > input {
    width: 100%;
  }
  #mobile-buy-prop-modal .window3 .mobile-buy-prop-modal__content-wrapper .msg > p {
    font-size: 3.5vmin;
  }
  #mobile-buy-prop-modal .window3 .yes-btn {
    bottom: -18px;
    transform: scale(1.25);
  }
  #mobile-buy-prop-modal .window3 .mobile-auto-close-text {
    bottom: -33px;
  }
}
@media screen and (max-width: 1024px) and (max-height: 1366px) {
  #mobile-buy-prop-modal .window3 {
    width: 100%;
  }
  #mobile-buy-prop-modal .window3 .mobile-buy-prop-modal__content-wrapper {
    margin-top: 5%;
  }
  #mobile-buy-prop-modal .window3 .icon-img {
    top: 42px;
    transform: translate(-50%, 0) scale(1.25);
  }
  #mobile-buy-prop-modal .window3 .input-mail {
    width: 100%;
  }
  #mobile-buy-prop-modal .window3 .input-mail > input {
    width: 100%;
    height: 70px;
  }
  #mobile-buy-prop-modal .window3 .yes-btn {
    bottom: 6px;
    transform: scale(1.5);
  }
  #mobile-buy-prop-modal .window3 .close-btn {
    transform: scale(1.75);
  }
}
@media screen and (max-width: 1024px) and (max-height: 768px) {
  #mobile-buy-prop-modal .window3 {
    width: 100%;
  }
  #mobile-buy-prop-modal .window3 .mobile-buy-prop-modal__content-wrapper {
    margin-top: 5%;
  }
  #mobile-buy-prop-modal .window3 .icon-img {
    top: 42px;
    transform: translate(-50%, 0) scale(1.25);
  }
  #mobile-buy-prop-modal .window3 .input-mail {
    width: 100%;
  }
  #mobile-buy-prop-modal .window3 .input-mail > input {
    width: 100%;
  }
  #mobile-buy-prop-modal .window3 .yes-btn {
    bottom: 6px;
    transform: scale(1.25);
  }
  #mobile-buy-prop-modal .window3 .close-btn {
    transform: scale(1.15);
  }
}
@media screen and (max-width: 915px) and (max-height: 412px) {
  #mobile-buy-prop-modal .window3 .icon-img {
    width: 154px;
    height: 154px;
    background: url(../images/v1/icon_hint.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) scale(0.75);
  }
  #mobile-buy-prop-modal .window3 .input-mail > input {
    width: 85%;
    height: 45px;
  }
  #mobile-buy-prop-modal .window3 .yes-btn {
    bottom: -18px;
    transform: scale(1);
  }
  #mobile-buy-prop-modal .window3 .mobile-auto-close-text {
    bottom: -33px;
  }
}
@media screen and (max-width: 896px) and (max-height: 414px) {
  #mobile-buy-prop-modal .window3 .icon-img {
    width: 154px;
    height: 154px;
    background: url(../images/v1/icon_hint.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) scale(0.75);
  }
  #mobile-buy-prop-modal .window3 .input-mail > input {
    width: 85%;
    height: 45px;
  }
  #mobile-buy-prop-modal .window3 .yes-btn {
    bottom: -18px;
    transform: scale(1);
  }
  #mobile-buy-prop-modal .window3 .mobile-auto-close-text {
    bottom: -33px;
  }
}
@media screen and (max-width: 820px) and (max-height: 1180px) {
  #mobile-buy-prop-modal .window3 .icon-img {
    width: 154px;
    height: 154px;
    background: url(../images/v1/icon_hint.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 37px;
    left: 50%;
    transform: translate(-50%, 0) scale(1.25);
  }
  #mobile-buy-prop-modal .window3 .input-mail {
    width: 100%;
    margin: auto;
  }
  #mobile-buy-prop-modal .window3 .input-mail > input {
    width: 100%;
    height: 70px;
  }
  #mobile-buy-prop-modal .window3 .mobile-buy-prop-modal__content-wrapper .msg > p {
    font-size: 4.5vmin;
  }
  #mobile-buy-prop-modal .window3 .yes-btn {
    bottom: -18px;
    transform: scale(1.5);
  }
  #mobile-buy-prop-modal .window3 .mobile-auto-close-text {
    bottom: -33px;
  }
}
@media screen and (max-width: 812px) and (max-height: 375px) {
  #mobile-buy-prop-modal .window3 .icon-img {
    width: 154px;
    height: 154px;
    background: url(../images/v1/icon_hint.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) scale(0.75);
  }
  #mobile-buy-prop-modal .window3 .input-mail {
    width: 85%;
  }
  #mobile-buy-prop-modal .window3 .input-mail > input {
    width: 100%;
    height: 45px;
  }
  #mobile-buy-prop-modal .window3 .yes-btn {
    bottom: -16px;
    transform: scale(0.85);
  }
  #mobile-buy-prop-modal .window3 .mobile-auto-close-text {
    bottom: -33px;
  }
}
@media screen and (max-width: 768px) and (max-height: 1024px) {
  #mobile-buy-prop-modal .window3 {
    width: 100%;
  }
  #mobile-buy-prop-modal .window3 .mobile-buy-prop-modal__content-wrapper {
    margin-top: 5%;
  }
  #mobile-buy-prop-modal .window3 .icon-img {
    top: 42px;
    transform: translate(-50%, 0) scale(1.25);
  }
  #mobile-buy-prop-modal .window3 .input-mail {
    width: 100%;
  }
  #mobile-buy-prop-modal .window3 .input-mail > input {
    width: 100%;
    height: 45px;
  }
  #mobile-buy-prop-modal .window3 .yes-btn {
    bottom: 6px;
    transform: scale(1.2);
  }
}
@media screen and (max-width: 740px) and (max-height: 360px) {
  #mobile-buy-prop-modal .window3 .icon-img {
    width: 154px;
    height: 154px;
    background: url(../images/v1/icon_hint.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) scale(0.75);
  }
  #mobile-buy-prop-modal .window3 .yes-btn {
    bottom: -16px;
    transform: scale(0.85);
  }
  #mobile-buy-prop-modal .window3 .mobile-auto-close-text {
    bottom: -33px;
  }
}
@media screen and (max-width: 736px) and (max-height: 414px) {
  #mobile-buy-prop-modal .window3 .icon-img {
    width: 154px;
    height: 154px;
    background: url(../images/v1/icon_hint.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) scale(0.75);
  }
  #mobile-buy-prop-modal .window3 .yes-btn {
    bottom: -16px;
    transform: scale(0.85);
  }
  #mobile-buy-prop-modal .window3 .mobile-auto-close-text {
    bottom: -33px;
  }
}
@media screen and (max-width: 667px) and (max-height: 375px) {
  #mobile-buy-prop-modal .window3 .icon-img {
    width: 154px;
    height: 154px;
    background: url(../images/v1/icon_hint.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) scale(0.75);
  }
  #mobile-buy-prop-modal .window3 .yes-btn {
    bottom: -18px;
    transform: scale(0.85);
  }
  #mobile-buy-prop-modal .window3 .mobile-auto-close-text {
    bottom: -33px;
  }
}
@media screen and (max-width: 414px) and (max-height: 896px) {
  #mobile-buy-prop-modal .window3 .icon-img {
    width: 154px;
    height: 154px;
    background: url(../images/v1/icon_hint.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) scale(0.75);
  }
  #mobile-buy-prop-modal .window3 .yes-btn {
    bottom: -18px;
    transform: scale(1);
  }
  #mobile-buy-prop-modal .window3 .mobile-auto-close-text {
    bottom: -33px;
  }
  #mobile-buy-prop-modal .window3 .close-btn {
    transform: scale(1.25);
  }
}
@media screen and (max-width: 414px) and (max-height: 736px) {
  #mobile-buy-prop-modal .window3 .icon-img {
    width: 154px;
    height: 154px;
    background: url(../images/v1/icon_hint.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) scale(0.75);
  }
  #mobile-buy-prop-modal .window3 .yes-btn {
    bottom: -16px;
    transform: scale(0.85);
  }
  #mobile-buy-prop-modal .window3 .mobile-auto-close-text {
    bottom: -33px;
  }
}
@media screen and (max-width: 412px) and (max-height: 915px) {
  #mobile-buy-prop-modal .window3 .icon-img {
    width: 154px;
    height: 154px;
    background: url(../images/v1/icon_hint.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translate(-50%, 0) scale(0.75);
  }
  #mobile-buy-prop-modal .window3 .input-mail > input {
    width: 85%;
    height: 45px;
  }
  #mobile-buy-prop-modal .window3 .yes-btn {
    bottom: -16px;
    transform: scale(0.85);
  }
  #mobile-buy-prop-modal .window3 .mobile-auto-close-text {
    bottom: -33px;
  }
}
@media screen and (max-width: 360px) and (max-height: 740px) {
  #mobile-buy-prop-modal .window3 .icon-img {
    width: 154px;
    height: 154px;
    background: url(../images/v1/icon_hint.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) scale(0.75);
  }
  #mobile-buy-prop-modal .window3 .yes-btn {
    bottom: -16px;
    transform: scale(0.85);
  }
  #mobile-buy-prop-modal .window3 .mobile-auto-close-text {
    bottom: -33px;
  }
}
#mobile-buy-prop-modal .window4 .input-mail {
  width: 73vw;
}
#mobile-buy-prop-modal .window4 .input-mail > input {
  height: 45px;
  text-align: center;
  font-size: 3vmax;
  outline-style: none;
  border: 1px solid #ccc;
  border-radius: 3px;
}
#mobile-buy-prop-modal .window4 .err-icon {
  width: 25px;
  height: 25px;
  background: url(../images/v1/icon_error_A.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 47%;
  right: 12%;
}
#mobile-buy-prop-modal .window4 .line2 {
  display: none;
}
#mobile-buy-prop-modal .window4 .err-msg {
  position: absolute;
  top: 46vh;
  width: 100%;
}
#mobile-buy-prop-modal .window4 .err-msg > p {
  text-align: center;
  width: 100%;
  height: 80px;
  color: #e5654c;
  font-size: 2.3vmax;
  font-weight: 700;
}
@media screen and (max-width: 1366px) and (max-height: 1024px) {
  #mobile-buy-prop-modal .window4 .icon-img {
    top: 32px;
    transform: translate(-50%, 0) scale(1.25);
  }
  #mobile-buy-prop-modal .window4 .mobile-buy-prop-modal__content-wrapper {
    margin-top: 0%;
  }
  #mobile-buy-prop-modal .window4 .mobile-buy-prop-modal__content-wrapper .msg > p {
    font-size: 3.5vmin;
  }
  #mobile-buy-prop-modal .window4 .input-mail {
    width: 35vw;
  }
  #mobile-buy-prop-modal .window4 .input-mail > input {
    height: 65px;
    text-align: center;
    font-size: 3vmax;
    outline-style: none;
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  #mobile-buy-prop-modal .window4 .err-msg {
    top: 38vh;
  }
  #mobile-buy-prop-modal .window4 .err-msg > p {
    font-size: 3vmin;
  }
  #mobile-buy-prop-modal .window4 .err-icon {
    top: 55%;
    right: 14%;
    transform: scale(1.2);
  }
  #mobile-buy-prop-modal .window4 .yes-btn {
    transform: scale(1.5);
  }
}
@media screen and (max-width: 1180px) and (max-height: 820px) {
  #mobile-buy-prop-modal .window4 .icon-img {
    transform: translate(-50%, 0) scale(1.05);
    top: 15px;
  }
  #mobile-buy-prop-modal .window4 .mobile-buy-prop-modal__content-wrapper {
    margin-top: 0%;
  }
  #mobile-buy-prop-modal .window4 .mobile-buy-prop-modal__content-wrapper .msg > p {
    font-size: 3.5vmin;
  }
  #mobile-buy-prop-modal .window4 .input-mail {
    width: 90%;
    margin: auto;
  }
  #mobile-buy-prop-modal .window4 .input-mail > input {
    height: 65px;
    text-align: center;
    font-size: 3vmax;
    outline-style: none;
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  #mobile-buy-prop-modal .window4 .err-msg {
    top: 37vh;
  }
  #mobile-buy-prop-modal .window4 .err-msg > p {
    font-size: 2.5vmin;
  }
  #mobile-buy-prop-modal .window4 .err-icon {
    top: 53%;
    right: 14%;
  }
  #mobile-buy-prop-modal .window4 .yes-btn {
    transform: scale(1.25);
    bottom: -12px;
  }
}
@media screen and (max-width: 1024px) and (max-height: 1366px) {
  #mobile-buy-prop-modal .window4 .icon-img {
    top: 72px;
    transform: translate(-50%, 0) scale(1.75);
  }
  #mobile-buy-prop-modal .window4 .mobile-buy-prop-modal__content-wrapper {
    margin-top: 0%;
  }
  #mobile-buy-prop-modal .window4 .input-mail {
    width: 56vw;
  }
  #mobile-buy-prop-modal .window4 .input-mail > input {
    height: 65px;
    text-align: center;
    font-size: 3vmax;
    outline-style: none;
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  #mobile-buy-prop-modal .window4 .err-msg {
    top: 40vh;
  }
  #mobile-buy-prop-modal .window4 .err-msg > p {
    font-size: 3.5vmin;
  }
  #mobile-buy-prop-modal .window4 .err-icon {
    top: 55%;
    right: 14%;
    transform: scale(1.2);
  }
  #mobile-buy-prop-modal .window4 .yes-btn {
    transform: scale(2);
  }
}
@media screen and (max-width: 1024px) and (max-height: 768px) {
  #mobile-buy-prop-modal .window4 .icon-img {
    transform: translate(-50%, 0) scale(1.25);
    top: 40px;
  }
  #mobile-buy-prop-modal .window4 .mobile-buy-prop-modal__content-wrapper {
    margin-top: 0%;
  }
  #mobile-buy-prop-modal .window4 .input-mail {
    width: 48vw;
  }
  #mobile-buy-prop-modal .window4 .input-mail > input {
    height: 65px;
    text-align: center;
    font-size: 3vmax;
    outline-style: none;
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  #mobile-buy-prop-modal .window4 .err-msg {
    top: 49vh;
  }
  #mobile-buy-prop-modal .window4 .err-msg > p {
    font-size: 3.5vmin;
  }
  #mobile-buy-prop-modal .window4 .err-icon {
    top: 53%;
    right: 14%;
  }
  #mobile-buy-prop-modal .window4 .yes-btn {
    transform: scale(1.5);
  }
}
@media screen and (max-width: 915px) and (max-height: 412px) {
  #mobile-buy-prop-modal .window4 .icon-img {
    transform: translate(-50%, 0) scale(0.85);
    top: 0;
  }
  #mobile-buy-prop-modal .window4 .mobile-buy-prop-modal__content-wrapper {
    margin-top: 0%;
  }
  #mobile-buy-prop-modal .window4 .mobile-buy-prop-modal__content-wrapper .msg > p {
    font-size: 5vmin;
  }
  #mobile-buy-prop-modal .window4 .input-mail {
    width: 90%;
  }
  #mobile-buy-prop-modal .window4 .input-mail > input {
    height: 45px;
    text-align: center;
    font-size: 3vmax;
    outline-style: none;
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  #mobile-buy-prop-modal .window4 .err-msg {
    top: 60vh;
  }
  #mobile-buy-prop-modal .window4 .err-msg > p {
    font-size: 2vmax;
  }
  #mobile-buy-prop-modal .window4 .err-icon {
    top: 52%;
    right: 14%;
  }
  #mobile-buy-prop-modal .window4 .yes-btn {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 896px) and (max-height: 414px) {
  #mobile-buy-prop-modal .window4 .icon-img {
    transform: translate(-50%, 0) scale(0.85);
    top: -1px;
  }
  #mobile-buy-prop-modal .window4 .mobile-buy-prop-modal__content-wrapper {
    margin-top: 0%;
  }
  #mobile-buy-prop-modal .window4 .mobile-buy-prop-modal__content-wrapper .msg > p {
    font-size: 5vmin;
  }
  #mobile-buy-prop-modal .window4 .input-mail {
    width: 85%;
  }
  #mobile-buy-prop-modal .window4 .input-mail > input {
    height: 45px;
    text-align: center;
    font-size: 3vmax;
    outline-style: none;
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  #mobile-buy-prop-modal .window4 .err-msg {
    top: 60vh;
  }
  #mobile-buy-prop-modal .window4 .err-msg {
    bottom: 28px;
  }
  #mobile-buy-prop-modal .window4 .err-msg > p {
    font-size: 4vmin;
  }
  #mobile-buy-prop-modal .window4 .err-icon {
    top: 52%;
    right: 14%;
  }
  #mobile-buy-prop-modal .window4 .yes-btn {
    transform: scale(0.95);
    bottom: -12px;
  }
}
@media screen and (max-width: 820px) and (max-height: 1180px) {
  #mobile-buy-prop-modal .window4 .icon-img {
    transform: translate(-50%, 0) scale(1.25);
    top: 24px;
  }
  #mobile-buy-prop-modal .window4 .mobile-buy-prop-modal__content-wrapper {
    margin-top: 0%;
  }
  #mobile-buy-prop-modal .window4 .input-mail {
    width: 100%;
  }
  #mobile-buy-prop-modal .window4 .input-mail > input {
    height: 65px;
    text-align: center;
    font-size: 3vmax;
    outline-style: none;
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  #mobile-buy-prop-modal .window4 .err-msg {
    top: 37vh;
  }
  #mobile-buy-prop-modal .window4 .err-msg {
    bottom: 28px;
  }
  #mobile-buy-prop-modal .window4 .err-icon {
    top: 53%;
    right: 14%;
  }
  #mobile-buy-prop-modal .window4 .yes-btn {
    transform: scale(1.25);
    bottom: -12px;
  }
}
@media screen and (max-width: 812px) and (max-height: 375px) {
  #mobile-buy-prop-modal .window4 .icon-img {
    transform: translate(-50%, 0) scale(0.8);
    top: -13px;
  }
  #mobile-buy-prop-modal .window4 .mobile-buy-prop-modal__content-wrapper {
    margin-top: 0%;
  }
  #mobile-buy-prop-modal .window4 .input-mail > input {
    height: 45px;
  }
  #mobile-buy-prop-modal .window4 .yes-btn {
    bottom: -27px;
    transform: scale(0.85);
  }
  #mobile-buy-prop-modal .window4 .err-msg {
    top: 60vh;
  }
  #mobile-buy-prop-modal .window4 .err-icon {
    top: 52%;
    right: 15%;
  }
}
@media screen and (max-width: 768px) and (max-height: 1024px) {
  #mobile-buy-prop-modal .window4 .icon-img {
    top: 35px;
  }
  #mobile-buy-prop-modal .window4 .mobile-buy-prop-modal__content-wrapper {
    margin-top: 0%;
  }
  #mobile-buy-prop-modal .window4 .input-mail {
    width: 60vw;
  }
  #mobile-buy-prop-modal .window4 .yes-btn {
    bottom: -27px;
  }
  #mobile-buy-prop-modal .window4 .err-msg {
    top: 40vh;
  }
  #mobile-buy-prop-modal .window4 .err-msg > p {
    font-size: 3.5vmin;
  }
  #mobile-buy-prop-modal .window4 .err-icon {
    top: 53%;
    right: 15%;
  }
}
@media screen and (max-width: 740px) and (max-height: 360px) {
  #mobile-buy-prop-modal .window4 .icon-img {
    transform: translate(-50%, 0) scale(0.7);
    top: -15px;
  }
  #mobile-buy-prop-modal .window4 .mobile-buy-prop-modal__content-wrapper {
    margin-top: 0%;
  }
  #mobile-buy-prop-modal .window4 .mobile-buy-prop-modal__content-wrapper .msg > p {
    font-size: 5vmin;
  }
  #mobile-buy-prop-modal .window4 .input-mail {
    width: 38vw;
  }
  #mobile-buy-prop-modal .window4 .input-mail > input {
    height: 45px;
  }
  #mobile-buy-prop-modal .window4 .yes-btn {
    bottom: -27px;
    transform: scale(0.85);
  }
  #mobile-buy-prop-modal .window4 .err-msg {
    top: 61vh;
  }
  #mobile-buy-prop-modal .window4 .err-msg p {
    font-size: 4.5vmin;
  }
  #mobile-buy-prop-modal .window4 .err-icon {
    top: 53%;
    right: 12%;
  }
}
@media screen and (max-width: 736px) and (max-height: 414px) {
  #mobile-buy-prop-modal .window4 .icon-img {
    transform: translate(-50%, 0) scale(0.7);
    top: -15px;
  }
  #mobile-buy-prop-modal .window4 .mobile-buy-prop-modal__content-wrapper {
    margin-top: 0%;
  }
  #mobile-buy-prop-modal .window4 .mobile-buy-prop-modal__content-wrapper .msg > p {
    font-size: 5vmin;
  }
  #mobile-buy-prop-modal .window4 .input-mail {
    width: 45vw;
  }
  #mobile-buy-prop-modal .window4 .input-mail > input {
    height: 45px;
  }
  #mobile-buy-prop-modal .window4 .yes-btn {
    bottom: -27px;
    transform: scale(0.85);
  }
  #mobile-buy-prop-modal .window4 .err-msg {
    top: 61vh;
  }
  #mobile-buy-prop-modal .window4 .err-msg > p {
    font-size: 4vmin;
  }
  #mobile-buy-prop-modal .window4 .err-icon {
    top: 52%;
    right: 15%;
    transform: scale(0.85);
  }
}
@media screen and (max-width: 414px) and (max-height: 896px) {
  #mobile-buy-prop-modal .window4 .icon-img {
    transform: translate(-50%, 0) scale(0.75);
    top: -7px;
  }
  #mobile-buy-prop-modal .window4 .mobile-buy-prop-modal__content-wrapper {
    margin-top: 0%;
  }
  #mobile-buy-prop-modal .window4 .mobile-buy-prop-modal__content-wrapper .msg > p {
    font-size: 5vmin;
  }
  #mobile-buy-prop-modal .window4 .input-mail {
    width: 90%;
    margin: auto;
  }
  #mobile-buy-prop-modal .window4 .input-mail > input {
    height: 45px;
  }
  #mobile-buy-prop-modal .window4 .yes-btn {
    bottom: -27px;
    transform: scale(0.95);
  }
  #mobile-buy-prop-modal .window4 .err-msg {
    top: 29vh;
  }
  #mobile-buy-prop-modal .window4 .err-msg > p {
    font-size: 4vmin;
  }
  #mobile-buy-prop-modal .window4 .err-icon {
    top: 53%;
    right: 12%;
  }
}
@media screen and (max-width: 414px) and (max-height: 736px) {
  #mobile-buy-prop-modal .window4 .icon-img {
    transform: translate(-50%, 0) scale(0.75);
    top: -7px;
  }
  #mobile-buy-prop-modal .window4 .mobile-buy-prop-modal__content-wrapper {
    margin-top: 0%;
  }
  #mobile-buy-prop-modal .window4 .mobile-buy-prop-modal__content-wrapper .msg > p {
    font-size: 5vmin;
  }
  #mobile-buy-prop-modal .window4 .input-mail {
    width: 75vw;
  }
  #mobile-buy-prop-modal .window4 .input-mail > input {
    height: 45px;
  }
  #mobile-buy-prop-modal .window4 .yes-btn {
    bottom: -27px;
    transform: scale(0.95);
  }
  #mobile-buy-prop-modal .window4 .err-msg {
    top: 34vh;
  }
  #mobile-buy-prop-modal .window4 .err-msg > p {
    font-size: 4vmin;
  }
  #mobile-buy-prop-modal .window4 .err-icon {
    top: 53%;
    right: 15%;
  }
}
@media screen and (max-width: 412px) and (max-height: 915px) {
  #mobile-buy-prop-modal .window4 .icon-img {
    top: -7px;
    transform: translate(-50%, 0) scale(0.85);
  }
  #mobile-buy-prop-modal .window4 .mobile-buy-prop-modal__content-wrapper {
    margin-top: 0%;
  }
  #mobile-buy-prop-modal .window4 .input-mail {
    width: 85%;
    margin: auto;
  }
  #mobile-buy-prop-modal .window4 .input-mail > input {
    height: 45px;
  }
  #mobile-buy-prop-modal .window4 .yes-btn {
    bottom: -27px;
    transform: scale(0.85);
  }
  #mobile-buy-prop-modal .window4 .err-msg {
    top: 29vh;
  }
  #mobile-buy-prop-modal .window4 .err-msg > p {
    font-size: 4.5vmin;
  }
  #mobile-buy-prop-modal .window4 .err-icon {
    top: 51%;
    right: 12%;
  }
}
@media screen and (max-width: 375px) and (max-height: 812px) {
  #mobile-buy-prop-modal .window4 .icon-img {
    transform: translate(-50%, 0) scale(0.75);
    top: -16px;
  }
  #mobile-buy-prop-modal .window4 .mobile-buy-prop-modal__content-wrapper {
    margin-top: 0%;
  }
  #mobile-buy-prop-modal .window4 .mobile-buy-prop-modal__content-wrapper .msg > p {
    font-size: 5vmin;
  }
  #mobile-buy-prop-modal .window4 .yes-btn {
    bottom: -27px;
  }
  #mobile-buy-prop-modal .window4 .err-msg {
    top: 28vh;
  }
  #mobile-buy-prop-modal .window4 .err-icon {
    top: 50%;
    right: 14%;
  }
}
@media screen and (max-width: 375px) and (max-height: 667px) {
  #mobile-buy-prop-modal .window4 .icon-img {
    transform: translate(-50%, 0) scale(0.75);
    top: -16px;
  }
  #mobile-buy-prop-modal .window4 .mobile-buy-prop-modal__content-wrapper {
    margin-top: 0%;
  }
  #mobile-buy-prop-modal .window4 .input-mail {
    width: 75vw;
  }
  #mobile-buy-prop-modal .window4 .input-mail > input {
    height: 45px;
  }
  #mobile-buy-prop-modal .window4 .yes-btn {
    bottom: -27px;
  }
  #mobile-buy-prop-modal .window4 .err-msg {
    top: 34vh;
  }
  #mobile-buy-prop-modal .window4 .err-icon {
    top: 52%;
    right: 14%;
  }
}
@media screen and (max-width: 360px) and (max-height: 740px) {
  #mobile-buy-prop-modal .window4 .icon-img {
    transform: translate(-50%, 0) scale(0.75);
    top: -16px;
  }
  #mobile-buy-prop-modal .window4 .mobile-buy-prop-modal__content-wrapper {
    margin-top: 0%;
  }
  #mobile-buy-prop-modal .window4 .input-mail {
    width: 76vw;
  }
  #mobile-buy-prop-modal .window4 .input-mail > input {
    height: 45px;
  }
  #mobile-buy-prop-modal .window4 .yes-btn {
    bottom: -27px;
  }
  #mobile-buy-prop-modal .window4 .err-msg {
    top: 30vh;
  }
  #mobile-buy-prop-modal .window4 .err-icon {
    top: 50%;
    right: 12%;
  }
}
#mobile-buy-prop-modal .window5 .close-btn {
  display: none;
}
#mobile-buy-prop-modal .window5 .input-mail {
  display: none;
}
#mobile-buy-prop-modal .window5 .err-icon {
  display: none;
}
#mobile-buy-prop-modal .window5 #msg {
  line-height: 30px;
}
#mobile-buy-prop-modal .window5 .line2 {
  display: none;
}
#mobile-buy-prop-modal .window5 .err-msg {
  top: 245px;
  width: 100%;
  position: absolute;
}
#mobile-buy-prop-modal .window5 .err-msg > p {
  text-align: center;
  width: 100%;
  height: 80px;
  color: #e5654c;
  font-size: 1.7vmin;
  font-weight: 700;
}
#mobile-buy-prop-modal .window6 .close-btn {
  display: none;
}
#mobile-buy-prop-modal .window6 .input-mail {
  display: none;
}
#mobile-buy-prop-modal .window6 .err-icon {
  display: none;
}
#mobile-buy-prop-modal .window6 .err-msg {
  top: 245px;
  width: 100%;
  position: absolute;
}
#mobile-buy-prop-modal .window6 .err-msg > p {
  text-align: center;
  width: 100%;
  height: 80px;
  color: #e5654c;
  font-size: 1.7vmin;
  font-weight: 700;
}
#mobile-buy-prop-modal .window6 .msg {
  line-height: 30px;
}
#mobile-buy-prop-modal .window6 .line2 {
  display: none;
}
#mobile-buy-prop-modal .window7 .err-msg {
  display: none;
}
#mobile-buy-prop-modal .window7 .input-mail {
  display: none;
}
#mobile-buy-prop-modal .window7 .yes-btn {
  width: 200px;
  height: 38px;
  background: url(../images/v1/bnt_yes_a.png) no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-buy-prop-modal .window7 .no-btn {
  width: 100px;
  height: 38px;
  background: url(../images/v1/bnt_no_a.png) no-repeat;
  background-size: contain;
}
/*!*********************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./scss/mobile/mobile_loading-modal.scss ***!
  \*********************************************************************************************************************************************************************************************************/
#mobile-loading-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  height: 250px;
  z-index: 999;
}
#mobile-loading-modal .loading-icon {
  margin: 70px 134px;
  margin-bottom: 30px;
}
#mobile-loading-modal .loading-icon__img {
  width: 52px;
  height: 52px;
  background: url(../images/v1/icon_read.png) no-repeat;
  animation: rotation 2s infinite linear;
}
#mobile-loading-modal .loading-content {
  font-size: 1.5rem;
  color: #ffba00;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./scss/mobile/mobile_customer-center-content.scss ***!
  \*******************************************************************************************************************************************************************************************************************/
#mobile-customer-center {
  height: 100%;
  margin: auto;
  color: #fff;
}

.mobile-customer-center__content {
  width: 100%;
  margin: auto;
}
.mobile-customer-center__content #backToHomeC {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: .35rem;
  font-weight: bold;
  cursor: pointer;
}
.mobile-customer-center__content .mobile-cc-top-block__banner {
  width: 100%;
  height: 375px;
}
@media screen and (max-width: 576px) {
  .mobile-customer-center__content .mobile-cc-top-block__banner {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .mobile-customer-center__content .mobile-cc-top-block__banner {
    width: 100%;
    height: 100%;
  }
}
.mobile-customer-center__content .mobile-cc-top-block__banner > img {
  display: block;
  width: 100%;
}
.mobile-customer-center__content .mobile-cc-btn-block {
  width: 678px;
  margin: auto;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .mobile-customer-center__content .mobile-cc-btn-block {
    margin-top: -15px;
  }
}
@media screen and (max-width: 576px) {
  .mobile-customer-center__content .mobile-cc-btn-block {
    max-width: 95%;
  }
}
.mobile-customer-center__content .mobile-cc-btn-block__fb-btn, .mobile-customer-center__content .mobile-cc-btn-block__user-contract, .mobile-customer-center__content .mobile-cc-btn-block__privacy, .mobile-customer-center__content .mobile-cc-btn-block__game-rule, .mobile-customer-center__content .mobile-cc-btn-block__consent, .mobile-customer-center__content .mobile-cc-btn-block__punish {
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
  position: relative;
  border-radius: 10px;
  background: url(../images/v1/btn_05.png) no-repeat;
  background-size: contain;
  top: -11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .mobile-customer-center__content .mobile-cc-btn-block__fb-btn, .mobile-customer-center__content .mobile-cc-btn-block__user-contract, .mobile-customer-center__content .mobile-cc-btn-block__privacy, .mobile-customer-center__content .mobile-cc-btn-block__game-rule, .mobile-customer-center__content .mobile-cc-btn-block__consent, .mobile-customer-center__content .mobile-cc-btn-block__punish {
    max-width: 678px;
    margin-top: 10px;
    background-size: cover;
    background-position: center center;
    height: 120px;
  }
}
@media screen and (max-width: 576px) {
  .mobile-customer-center__content .mobile-cc-btn-block__fb-btn, .mobile-customer-center__content .mobile-cc-btn-block__user-contract, .mobile-customer-center__content .mobile-cc-btn-block__privacy, .mobile-customer-center__content .mobile-cc-btn-block__game-rule, .mobile-customer-center__content .mobile-cc-btn-block__consent, .mobile-customer-center__content .mobile-cc-btn-block__punish {
    max-width: 678px;
    height: 100px;
    background-size: contain !important;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .mobile-customer-center__content .mobile-cc-btn-block__fb-btn, .mobile-customer-center__content .mobile-cc-btn-block__user-contract, .mobile-customer-center__content .mobile-cc-btn-block__privacy, .mobile-customer-center__content .mobile-cc-btn-block__game-rule, .mobile-customer-center__content .mobile-cc-btn-block__consent, .mobile-customer-center__content .mobile-cc-btn-block__punish {
    height: 70px;
  }
}
@media screen and (max-width: 375px) {
  .mobile-customer-center__content .mobile-cc-btn-block__fb-btn, .mobile-customer-center__content .mobile-cc-btn-block__user-contract, .mobile-customer-center__content .mobile-cc-btn-block__privacy, .mobile-customer-center__content .mobile-cc-btn-block__game-rule, .mobile-customer-center__content .mobile-cc-btn-block__consent, .mobile-customer-center__content .mobile-cc-btn-block__punish {
    height: 55px;
    background-size: cover !important;
  }
}
.mobile-customer-center__content .mobile-cc-btn-block__fb-btn {
  background: url(../images/v1/btn_06.png) no-repeat;
  background-size: 100% 100%;
}
.mobile-customer-center__content .mobile-cc-btn-block__user-contract {
  background: url(../images/v1/btn_01.png) no-repeat;
  background-size: 100% 100%;
}
.mobile-customer-center__content .mobile-cc-btn-block__privacy {
  background: url(../images/v1/btn_02.png) no-repeat;
  background-size: 100% 100%;
}
.mobile-customer-center__content .mobile-cc-btn-block__game-rule {
  background: url(../images/v1/btn_03.png) no-repeat;
  background-size: 100% 100%;
}
.mobile-customer-center__content .mobile-cc-btn-block__consent {
  background: url(../images/v1/btn_04.png) no-repeat;
  background-size: 100% 100%;
}
.mobile-customer-center__content .mobile-cc-btn-block__punish {
  background: url(../images/v1/btn_05.png) no-repeat;
  background-size: 100% 100%;
}
.mobile-customer-center__content .mobile-cc-btn-block__feedback {
    background: url(../images/v1/btn_feedback.png) no-repeat;
    background-size: 100% 100%;
    height: 1.2rem;
    margin-top: -11px;
    margin-bottom: 10px;
  }
@media only screen and (max-device-width: 740px) and (orientation: landscape) {
  .mobile-customer-center__content .mobile-cc-btn-block {
    width: 90%;
  }
  .mobile-customer-center__content .mobile-cc-btn-block__fb-btn, .mobile-customer-center__content .mobile-cc-btn-block__user-contract, .mobile-customer-center__content .mobile-cc-btn-block__privacy, .mobile-customer-center__content .mobile-cc-btn-block__game-rule, .mobile-customer-center__content .mobile-cc-btn-block__consent {
    margin-bottom: 3%;
  }
}
/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./scss/mobile/mobile-customer-center/mobile_punish.scss ***!
  \*************************************************************************************************************************************************************************************************************************/
#mobile-punish {
  height: 80%;
  margin: auto;
  color: #fff;
}

.mobile-punish__content {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.mobile-punish__content #backToC {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: .24rem;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-punish__content .punish-text {
  max-width: 178px;
  height: auto;
  margin: 0 auto;
}
.mobile-punish__content .punish-text > img {
  display: block;
  width: 100%;
}
.mobile-punish__content .searchForm {
  position: relative;
  width: 100%;
  top: 5px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-punish__content .searchForm > input {
    width: 4rem;
    height: 0.5rem;
}

.mobile-punish__content .searchForm .search-btn {
  position: relative;
  width: 20vw;
  margin-left: 10px;
}
.mobile-punish__content .searchForm .search-btn > img {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .mobile-punish__content .searchForm .search-btn {
    width: 12vw;
  }
}
.mobile-punish__content .punish-content {
  position: relative;
  width: 90%;
  margin: auto;
  background-color: #471262;
  border: var(--default-border);
  border-radius: 10px;
  height: 100%;
}
.mobile-punish__content .punish-content .title-header {
  width: 100%;
  height: 52px;
  border-radius: 10px;
  background: var(--dark-purple-linear-gradient);
}
.mobile-punish__content .punish-content .title-header .title-header-items {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-punish__content .punish-content .title-header .title-header-items > li {
  font-size: .25rem;
  color: #ebeb3c;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-punish__content .punish-content .title-header .title-header-items > li:not(:last-child) {
  margin-right: 2px;
}
.mobile-punish__content .punish-content .title-header1 {
  position: relative;
  width: 10px;
  height: 24px;
  left: 87vw;
  top: -50px;
  transform: scaleX(-1);
  background: url(../images/v1/ui_sortbox_b.png) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .mobile-punish__content .punish-content .title-header1 {
    height: 48px;
    left: 88.5vw;
    top: -98px;
    background-size: cover;
  }
}
.mobile-punish__content .punish-content .title-header1 .col {
  width: 100%;
  color: var(--font-yellow);
}
.mobile-punish__content .punish-content .order-content {
  padding: 10px 2px;
  position: relative;
  height: 760px;
  padding: 0 10px;
  text-align: center;
}
.mobile-punish__content .punish-content .order-content__items {
  height: 100%;
  padding: 0 5px;
}
.mobile-punish__content .punish-content .order-content__items > li {
  line-height: 1.5;
  margin: 5px 0;
  color: var(--font-purple);
  cursor: pointer;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .mobile-punish__content .punish-content .order-content__items > li {
    height: 80px;
  }
}
.mobile-punish__content .punish-content .order-content__items > li p.col,
.mobile-punish__content .punish-content .order-content__items > li p.col-3 {
  text-align: center;
}
.mobile-punish__content .punish-content .order-content__items > li p.col span,
.mobile-punish__content .punish-content .order-content__items > li p.col-3 span {
  display: inline-block;
  text-align: left;
  font-size: 0.18rem;
}
@media screen and (max-width: 576px) {
  .mobile-punish__content .punish-content .order-content__items > li {
    font-size: .2rem;
  }
}
@media screen and (max-width: 375px) {
  .mobile-punish__content .punish-content .order-content__items > li {
    font-size: 1vmax;
  }
}
@media screen and (max-width: 375px) {
  .mobile-punish__content .punish-content .order-content__items {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .mobile-punish__content .punish-content .order-content {
    padding: 0 5px;
    height: 550px;
  }
}
@media screen and (max-width: 576px) {
  .mobile-punish__content .punish-content {
    width: 95%;
  }
}
@media screen and (max-width: 375px) {
  .mobile-punish__content .punish-content {
    width: 100%;
  }
}
.mobile-punish__content__pagination {
  margin: 30px auto 70px auto;
  font-size: 2vmax;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-punish__content .pagination {
  margin-top: 2vh;
  margin-bottom: 2vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-punish__content .pagination > a {
  margin-left: 13px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .mobile-punish__content .pagination {
    margin-top: 4vh;
    margin-bottom: -5vh;
    font-size: .3rem;
  }
}
.mobile-punish__content .mobile-punish-top-block__banner {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .mobile-punish__content .mobile-punish-top-block__banner {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .mobile-punish__content .mobile-punish-top-block__banner {
    width: 100%;
    height: 100%;
  }
}
.mobile-punish__content .mobile-punish-top-block__banner > img {
  display: block;
  width: 100%;
}
.mobile-punish__content .mobile-punish-btn-block {
  width: 678px;
  margin: auto;
}
@media screen and (max-width: 576px) {
  .mobile-punish__content .mobile-punish-btn-block {
    max-width: 95%;
  }
}
/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./scss/mobile/mobile-customer-center/mobile_rights.scss ***!
  \*************************************************************************************************************************************************************************************************************************/
:root {
  --list-margin-left: 35px;
  --mobile-list-margin-left: 20px;
  --wrapper-margin: 44px;
  --list-li-padding-right: 15px;
}

#rights {
  display: none;
}
#rights .rights__tabs-wrapper {
  width: 724pxvar(--wrapper-margin)var(--wrapper-margin);
}
#rights .rights__tabs-wrapper > header {
  margin: 36px 148px;
}
#rights .rights__tabs-wrapper > header .header-btns-group .btn-items {
  display: flex;
  align-items: center;
  justify-content: center;
}
#rights .rights__tabs-wrapper > header .header-btns-group .btn-items > li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/v1/btn_Y01.png);
  background-size: 100% 100%;
}
#rights .rights__tabs-wrapper > header .header-btns-group .btn-items > li:not(:last-child) {
  margin-right: 3px;
}
#rights .rights__tabs-wrapper > header .header-btns-group .btn-items > li > a {
  display: block;
  width: 148px;
  height: 52px;
  background-size: 100% 100%;
  background-position: center center;
}
#rights .rights__tabs-wrapper > header .header-btns-group .btn-items > li a[href$=user-contract] {
  background: url(../images/v1/user_contract.png) no-repeat center;
}
#rights .rights__tabs-wrapper > header .header-btns-group .btn-items > li a[href$=privacy-policy] {
  background: url(../images/v1/privacy_policy.png) no-repeat center;
}
#rights .rights__tabs-wrapper > header .header-btns-group .btn-items > li a[href$=game-management-rule] {
  background: url(../images/v1/game_management_rule.png) no-repeat center;
}
#rights .rights__tabs-wrapper > header .header-btns-group .btn-items > li a[href$=consent] {
  background: url(../images/v1/consent.png) no-repeat center;
}
#rights .rights__tabs-wrapper > header .header-btns-group .btn-items > li.active {
  background: url(../images/v1/btn_Y02.png);
}
#rights .rights__tabs-wrapper > header .header-btns-group .btn-items > li.active a[href$=user-contract] {
  background: url(../images/v1/user_contract_active.png) no-repeat center;
}
#rights .rights__tabs-wrapper > header .header-btns-group .btn-items > li.active a[href$=privacy-policy] {
  background: url(../images/v1/privacy_policy_active.png) no-repeat center;
}
#rights .rights__tabs-wrapper > header .header-btns-group .btn-items > li.active a[href$=game-management-rule] {
  background: url(../images/v1/game_management_rule_active.png) no-repeat center;
}
#rights .rights__tabs-wrapper > header .header-btns-group .btn-items > li.active a[href$=consent] {
  background: url(../images/v1/consent_active.png) no-repeat center;
}
#rights .rights__tabs-wrapper > header .header-btns-group .btn-items > li:not(#rights .rights__tabs-wrapper > header .header-btns-group .btn-items > li.active):hover {
  filter: brightness(1.2);
}
#rights .rights__tabs-wrapper > main {
  width: 724px;
  margin: auto;
  margin-bottom: var(--wrapper-margin);
  text-align: justify;
  color: rgb(234, 193, 255);
  line-height: 2;
}

.rights__rule-list .rules-content__sub-list {
  list-style-type: decimal;
  list-style-position: inside;
  margin-left: var(--list-margin-left);
}
@media screen and (max-width: 768px) {
  .rights__rule-list .rules-content__sub-list {
    margin-left: var(--mobile-list-margin-left);
  }
}
.rights__rule-list .rules-content__sub-list > li {
  padding-bottom: 5px;
}
.rights__rule-list .rules-content__sub-list > li::first-letter {
  padding-left: var(--list-li-padding-right);
}
.rights__rule-list .rules-content__sub-list > li .inner-child-rule-list {
  list-style-position: inside;
}
.rights__rule-list .rules-content__sub-list > li .inner-child-rule-list > li::first-letter {
  padding-left: var(--list-li-padding-right);
}
.rights__rule-list .rules-content__sub-list > li .inner-child-rule-list.disc {
  list-style-type: disc;
  list-style-position: inside;
}
.rights__rule-list .rules-content__sub-list > li .inner-child-rule-list.disc > li {
  padding: 0;
}
.rights__rule-list .rules-content__sub-list > li .inner-child-rule-list.upper-latin {
  list-style-type: upper-latin;
  margin-left: var(--list-margin-left);
}
@media screen and (max-width: 768px) {
  .rights__rule-list .rules-content__sub-list > li .inner-child-rule-list.upper-latin {
    margin-left: var(--mobile-list-margin-left);
  }
}
.rights__rule-list .rules-content__sub-list.japanese-informal {
  counter-reset: pancakes;
}
.rights__rule-list .rules-content__sub-list.japanese-informal > li {
  list-style: none;
}
.rights__rule-list .rules-content__sub-list.japanese-informal > li::first-letter {
  padding-left: 0;
}
.rights__rule-list .rules-content__sub-list.japanese-informal > li::before {
  content: "(" counter(pancakes, japanese-informal) ")";
  counter-increment: pancakes;
  padding-right: var(--list-li-padding-right);
  display: none;
}
@media screen and (max-width: 768px) {
  .rights__rule-list .rules-content__sub-list.japanese-informal > li::before {
    display: none;
  }
}
.rights__rule-list .rules-content__sub-list.japanese-informal-no-brackets {
  list-style-type: japanese-informal;
  margin-left: 0;
}
.rights__rule-list .rules-content__sub-list.japanese-informal-no-brackets > li::first-letter {
  padding-left: 0;
}
.rights__rule-list .rules-content__sub-list.disc {
  list-style: disc;
}
.rights__rule-list .rules-content__sub-list.upper-latin {
  margin-left: 12px;
  counter-reset: pancakes;
}
.rights__rule-list .rules-content__sub-list.upper-latin > li {
  list-style: none;
}
.rights__rule-list .rules-content__sub-list.upper-latin > li::first-letter {
  padding-left: 0;
}
.rights__rule-list .rules-content__sub-list.upper-latin > li::before {
  content: "(" counter(pancakes, upper-latin) ")";
  counter-increment: pancakes;
  padding-right: var(--list-li-padding-right);
}
.rights__rule-list .rules-content__sub-list.none {
  list-style: none;
  margin: 0;
}
.rights__rule-list .rules-content__sub-list.none > li::first-letter {
  padding-left: 0;
}
.rights__rule-list .rules-content__sub-list .japanese-informal-mark {
  display: none;
}
@media screen and (max-width: 768px) {
  .rights__rule-list .rules-content__sub-list .japanese-informal-mark {
    display: inline-block;
    list-style-type: none;
  }
}

:root {
  --default-border: 2px solid #8f2097;
}

.management-rule-table {
  border: var(--default-border);
  border-radius: 10px;
  border-right: none;
  text-align: justify;
  overflow: hidden;
  color: var(--font-purple);
  font-size: 0.9rem;
  line-height: 2;
}
.management-rule-table .mr-table-row .mr-table-col {
  border-right: var(--default-border);
}
.management-rule-table .mr-table-row:not(:last-child) {
  border-bottom: var(--default-border);
}
.management-rule-table .mr-table-row:not(.table-header) .mr-table-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
}
.management-rule-table .mr-table-row:not(.table-header) .mr-table-col > div {
  padding: 15px 25px;
  line-height: .8rem;
  font-size: .25rem;
}
.management-rule-table .mr-table-row:not(.table-header) .mr-table-col > div .misconduct-items {
  list-style-type: disc;
  list-style-position: inside;
  line-height: .8rem;
}
.management-rule-table .mr-table-row:not(.table-header) .mr-table-col > div .misconduct-items > li > span {
  position: relative;
  left: -10px;
  font-size: .25rem;
}
@media screen and (max-width: 768px) {
  .management-rule-table .mr-table-row:not(.table-header) .mr-table-col > div .misconduct-items > li > span {
    left: 0;
    font-size: .25rem;
  }
}
@media screen and (max-width: 576px) {
  .management-rule-table .mr-table-row:not(.table-header) .mr-table-col > div {
    padding: 15px;
    font-size: .25rem;
  }
}
.management-rule-table .mr-table-row.table-header {
  background: var(--dark-purple-linear-gradient);
  color: var(--font-yellow);
}
.management-rule-table .mr-table-row.table-header .mr-table-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.management-rule-table .mr-table-row.table-header .mr-table-col > div {
  padding: 5px;
  font-size: .3rem;
}

.mobile-rights {
  background-color: var(--default-bg);
  height: 100%;
  position: relative;
}
.mobile-rights__banner > img {
  display: block;
  width: 100%;
}
.mobile-rights__title {
  max-width: 178px;
  margin: 0 auto;
  height: 36px;
  position: absolute;
  top: 175px;
  left: 50%;
  transform: translate(-50%, 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .mobile-rights__title {
    transform: translate(-50%, 10px) scale(0.9);
    top: 140px;
  }
}
@media screen and (max-width: 480px) {
  .mobile-rights__title {
    transform: translate(-50%, 10px) scale(0.7);
    top: 105px;
  }
}
@media screen and (max-width: 480px) {
  .mobile-rights__title {
    top: 90px;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  .mobile-rights__title {
    transform: translate(-50%, 75px);
  }
}
@media only screen and (max-device-width: 736px) and (orientation: landscape) {
  .mobile-rights__title {
    transform: translate(-50%, 3px);
  }
}
@media only screen and (max-device-width: 667px) and (orientation: landscape) {
  .mobile-rights__title {
    transform: translate(-50%, -8px);
  }
}
.mobile-rights__rule-list {
  max-height: 896px;
  margin: 36px;
  background-color: var(--default-bg);
  border: var(--default-border);
  border-radius: 10px;
  overflow: scroll;
}
.mobile-rights__rule-list > main {
  width: 100%;
  padding: 28px;
  text-align: justify;
  color: rgb(234, 193, 255);
  line-height: 2;
  font-size: 2.8vmin;
}
@media screen and (max-width: 576px) {
  .mobile-rights__rule-list > main {
    font-size: 2.5vmin;
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  .mobile-rights__rule-list > main {
    font-size: 3.2vmin;
  }
}
@media screen and (max-width: 576px) {
  .mobile-rights__rule-list {
    margin: 50px 15px 15px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-rights__rule-list .rules-content__sub-list.disc {
    margin-left: 20px;
    list-style-position: inside;
  }
  .mobile-rights__rule-list .rules-content__sub-list.disc > li::first-letter {
    padding-left: 0;
  }
}
.mobile-rights #mobile-game-management-rule {
  margin: 36px;
  font-size: .3rem;
}
@media screen and (max-width: 576px) {
  .mobile-rights #mobile-game-management-rule {
    margin: 50px 15px 15px;
    padding: 15px;
    font-size: .3rem;
  }
}
@media screen and (max-width: 480px) {
  .mobile-rights #mobile-game-management-rule {
    font-size: .3rem;
    margin: 50px 0px 0px;
  }
}
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./effect/mobile_shake.scss ***!
  \********************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* é—œéµå½±æ ¼(@keyframe) */
@keyframes Mobile_Shake {
  0%, 10% {
    transform: scale(1) rotate(0);
  }
  /*0%,100%æ—¶ä¿æŒå›¾å½¢çš„åŽŸå¤§å°ä¸”ä¸æ—‹è½¬*/
  1%, 3% {
    transform: scale(0.98) rotate(1deg);
  }
  /*10%,30%æ—¶å›¾å½¢ç¼©å°æˆ0.9å€ï¼Œå¹¶ä¸”é¡ºæ—¶é’ˆæ—‹è½¬3åº¦*/
  2%, 4%, 6%, 8% {
    transform: scale(1.02) rotate(-1deg);
  }
  /*20%,40%,60%,80%æ—¶å›¾å½¢æ‰©å¤§æˆ1.1å€ï¼Œå¹¶ä¸”é€†æ—¶é’ˆæ—‹è½¬3åº¦*/
  5%, 7% {
    transform: scale(1.02) rotate(1deg);
  }
  /*50%,70%æ—¶å›¾å½¢æ‰©å¤§æˆ1.1å€ï¼Œå¹¶ä¸”é¡ºæ—¶é’ˆæ—‹è½¬3åº¦*/
}
@-webkit-keyframes Mobile_Shake {
  0%, 10% {
    -webkit-transform: scale(1) rotate(0);
  }
  /*0%,100%æ—¶ä¿æŒå›¾å½¢çš„åŽŸå¤§å°ä¸”ä¸æ—‹è½¬*/
  1%, 3% {
    -webkit-transform: scale(0.98) rotate(1deg);
  }
  /*10%,30%æ—¶å›¾å½¢ç¼©å°æˆ0.9å€ï¼Œå¹¶ä¸”é¡ºæ—¶é’ˆæ—‹è½¬3åº¦*/
  2%, 4%, 6%, 8% {
    -webkit-transform: scale(1.02) rotate(-1deg);
  }
  /*20%,40%,60%,80%æ—¶å›¾å½¢æ‰©å¤§æˆ1.1å€ï¼Œå¹¶ä¸”é€†æ—¶é’ˆæ—‹è½¬3åº¦*/
  5%, 7% {
    -webkit-transform: scale(1.02) rotate(1deg);
  }
  /*50%,70%æ—¶å›¾å½¢æ‰©å¤§æˆ1.1å€ï¼Œå¹¶ä¸”é¡ºæ—¶é’ˆæ—‹è½¬3åº¦*/
}
@-moz-keyframes Mobile_Shake {
  0%, 10% {
    -moz-transform: scale(1) rotate(0);
  }
  /*0%,100%æ—¶ä¿æŒå›¾å½¢çš„åŽŸå¤§å°ä¸”ä¸æ—‹è½¬*/
  1%, 3% {
    -moz-transform: scale(0.98) rotate(1deg);
  }
  /*10%,30%æ—¶å›¾å½¢ç¼©å°æˆ0.9å€ï¼Œå¹¶ä¸”é¡ºæ—¶é’ˆæ—‹è½¬3åº¦*/
  2%, 4%, 6%, 8% {
    -moz-transform: scale(1.02) rotate(-1deg);
  }
  /*20%,40%,60%,80%æ—¶å›¾å½¢æ‰©å¤§æˆ1.1å€ï¼Œå¹¶ä¸”é€†æ—¶é’ˆæ—‹è½¬3åº¦*/
  5%, 7% {
    -moz-transform: scale(1.02) rotate(1deg);
  }
  /*50%,70%æ—¶å›¾å½¢æ‰©å¤§æˆ1.1å€ï¼Œå¹¶ä¸”é¡ºæ—¶é’ˆæ—‹è½¬3åº¦*/
}
#commonModal .common_modal_close_btn {
    position: absolute;
    top: -0.2rem;
    right: -0.2rem;
    width: 40px;
    height: 40px;
    background: url(../images/v1/mobile_btn_X.png) no-repeat;
    z-index:10000;
    background-size: 100% 100%;
}
#commonModal .common_title {
    width: 100%;
    margin: .3rem;
    font-size: .5rem;
    color: white;
}
#commonModal .common_Icon {
    background: url(../images/v1/icon_hint.png) no-repeat;
    width: 100px;
    height: 100px;
    background-size: contain;
    margin-top: 0.7rem;
}
#commonModalText {
    text-align: center;
    width: 100%;
    color: #ffba00;
    font-weight: 700;
    font-size: .4rem;
    margin-top: .4rem;
}
#commonModal .modal_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/v1/ui_hintbox_c.png) no-repeat;
    background-size: 100% 100%;
    z-index:9999;
    width: 6rem;
    height: 6.3rem;
}
.row-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#commonModal .common_ok_btn {
    width: 5rem;
    background: url(../images/v1/bnt_ok_a.png) no-repeat;
    background-size:100% 100%;
    width: 4rem;
    height: 0.585rem;
    margin-top: .7rem;
}
#commonModalCloseText {
    text-align: end;
    padding-right: .5rem;
    width: 100%;
    color: #ffba00;
    font-weight: 700;
    font-size: .2rem;
    margin-top: .4rem;
}
.login-button-group--form-items .verification-code-text {
    position: absolute;
    left : 0.5rem;
    top: 0.4rem;
    font-size: .4rem;
    z-index:2;
    color: RGB(163,63,0);
    cursor: pointer;
}
.login-button-group--form-items .verification-code-text-time {
    font-size: .35rem;
    top: 0.5rem;
    left : 0.55rem;
}
#refreshOrderModal .loading-content > p {
    font-size: .4rem;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    background: #7a4747;
    border: 1px solid #fff7db;
    box-shadow: inset 0 0 2px 2px #340a0a;
    display: block;
    height: 1.1rem;
    margin: 0 0.5rem;
    opacity: .7;
    width: 1.1rem;
}
.swiper-pagination-bullet-active{
    opacity: 1;
    background: linear-gradient(0deg,#e78d37,#f9d662 50%,#f9ec83);
    box-shadow: inset 0 0 0 2px #552800;
    border: 1px solid #ffe173;
}