@charset "UTF-8";
@keyframes Breathing_s {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.11, 1.11, 1.11);
    transform: scale3d(1.11, 1.11, 1.11);
  }
  50% {
    -webkit-transform: scale3d(1.11, 1.11, 1.11);
    transform: scale3d(1.11, 1.11, 1.11);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes Breathing {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  25% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.22, 1.22, 1.22);
    transform: scale3d(1.22, 1.22, 1.22);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes Breathing_move {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  25% {
    -webkit-transform: translateX(-10px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes scrollUp {
  0% {
    top: 100%;
  }
  100% {
    top: -100%;
  }
}
/************/
.section_header {
  width: 100vw;
  height: 56vw;
  background: url(../images/section_header_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section_header {
    width: 100vw;
    height: 190vw;
    background: url(../images/section_header_bg_sp.jpg);
    background-size: 100%;
  }
}
.section_header.btn {
  width: 17vw;
  height: 5vw;
  display: block;
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 4;
  animation: Breathing_s 1.5s ease-in-out infinite;
}
@media (max-width: 767px) {
  .section_header.btn {
    width: 53.0666666667vw;
    height: 18.6666666667vw;
    position: relative;
  }
}
.section_header.btn:hover {
  animation: none;
  transition: all 0.25s;
  margin-top: -0.5208333333vw;
}
.section_header.zhBtn {
  background: url(../images/zh/btn_640.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 100%;
}
.section_header.zhBtn:hover {
  background: url(../images/zh/btn_640_hover.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 100%;
}
.section_header.cnBtn {
  background: url(../images/cn/btn_640.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 100%;
}
.section_header.cnBtn:hover {
  background: url(../images/cn/btn_640_hover.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 100%;
}
.section_header.enBtn {
  background: url(../images/en/btn_640.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 100%;
}
.section_header.enBtn:hover {
  background: url(../images/en/btn_640_hover.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 100%;
}
.section_header.koBtn {
  background: url(../images/ko/btn_640.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 100%;
}
.section_header.koBtn:hover {
  background: url(../images/ko/btn_640_hover.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 100%;
}

.inner_intro {
  position: absolute;
  top: 0;
  width: 100%;
}

.htmlPc {
  display: block !important;
  width: 100%;
}
@media (max-width: 767px) {
  .htmlPc {
    display: none !important;
  }
}

.htmlMobile {
  display: none !important;
}
@media (max-width: 767px) {
  .htmlMobile {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .videoM {
    width: 100%;
  }
}

.headerBtn_box {
  width: 20vw;
  height: 6vw;
  position: absolute;
  margin: 40vw auto 0 42vw;
  z-index: 4;
}
@media (max-width: 767px) {
  .headerBtn_box {
    width: 53.0666666667vw;
    height: 18.6666666667vw;
    position: relative;
    margin: 1.3333333333vw auto 0 auto;
  }
}

.logo_game {
  width: 14vw;
  height: 9vw;
  display: block;
  position: absolute;
  margin: 32.8125vw 0 0 15.625vw;
  z-index: 5;
}
@media (max-width: 767px) {
  .logo_game {
    width: 70.6666666667vw;
    height: 46.4vw;
    position: relative;
    margin: 14.9333333333vw auto 0 auto;
  }
}

.rewards_text {
  width: 48vw;
  height: 14vw;
  display: block;
  position: absolute;
  margin: 25vw 0 0 26.25vw;
  z-index: 3;
}
@media (max-width: 767px) {
  .rewards_text {
    width: 100vw;
    height: 30.6666666667vw;
    position: relative;
    margin: 59.7333333333vw auto 0 auto;
  }
}

/***********/
.section_eventDescription {
  height: auto;
  background: url(../images/section_eventDescription_bg_pc.jpg);
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
  padding: 2vw 0;
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .section_eventDescription {
    min-width: auto;
    background: url(../images/section_eventDescription_bg_sp.jpg);
  }
}

.section_eventDescription--title,
.section_notes--title,
.section_returnRewards--title {
  width: 28.4895833333vw;
  height: 6.875vw;
  margin: 0 auto;
  margin-bottom: 1vw;
  z-index: 2;
}
.section_eventDescription--title img,
.section_notes--title img,
.section_returnRewards--title img {
  width: 100%;
}
@media (max-width: 767px) {
  .section_eventDescription--title,
  .section_notes--title,
  .section_returnRewards--title {
    width: 100vw;
    height: 32vw;
    position: relative;
    margin-bottom: -5.3333333333vw;
    z-index: 2;
  }
}

.section_eventDescription--content,
.section_notes--content,
.section_returnRewards--content {
  width: 60%;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .section_eventDescription--content,
  .section_notes--content,
  .section_returnRewards--content {
    max-width: 50vw;
  }
}
@media (max-width: 1299px) {
  .section_eventDescription--content,
  .section_notes--content,
  .section_returnRewards--content {
    width: 58%;
  }
}
@media (max-width: 1024px) {
  .section_eventDescription--content,
  .section_notes--content,
  .section_returnRewards--content {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .section_eventDescription--content,
  .section_notes--content,
  .section_returnRewards--content {
    width: 85vw;
  }
}
.section_eventDescription--content img,
.section_notes--content img,
.section_returnRewards--content img {
  width: 100%;
}

.section_text {
  color: #fff;
  font-size: 1.2vw;
  line-height: 3;
}
@media (min-width: 1920px) {
  .section_text {
    font-size: 1vw;
  }
}
@media (max-width: 1299px) {
  .section_text {
    font-size: 1.4vw;
  }
}
@media (max-width: 767px) {
  .section_text {
    font-size: 4vw;
    line-height: 2.5;
  }
}

.section_textAlignCenter {
  text-align: center;
}

.section_textAlignStart {
  text-align: start;
}

.returnRewardsTitle {
  font-weight: 600;
  font-size: 1.7vw;
  line-height: 1;
  color: #a12bb1;
}
@media (min-width: 1920px) {
  .returnRewardsTitle {
    font-size: 1.5vw;
  }
}
@media (max-width: 1299px) {
  .returnRewardsTitle {
    font-size: 2.5vw;
  }
}
@media (max-width: 767px) {
  .returnRewardsTitle {
    font-size: 5.5vw;
  }
}

.eventDescriptionText {
  color: #a12bb1;
  font-weight: 600;
}

.mr {
  margin-right: 1vw;
}
@media (max-width: 375px) {
  .mr {
    margin-right: 2vw;
  }
}

/***********/
.gallery-top {
  width: 100%;
}
.gallery-top .swiper-slide {
  display: flex;
}
@media (max-width: 767px) {
  .gallery-top .swiper-slide {
    display: block;
  }
}

.section_notes {
  height: auto;
  background: url(../images/section_notes_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: cover;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  justify-content: center;
  padding: 2vw 0 5vw;
}
@media (max-width: 767px) {
  .section_notes {
    min-width: auto;
    background: url(../images/section_notes_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10vw;
    width: 100%;
    z-index: 1;
    display: block;
  }
}

/************/
.section_returnRewards {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  background: url(../images/section_returnRewards_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 2vw 0 5vw;
}
@media (max-width: 767px) {
  .section_returnRewards {
    padding-top: 10vw;
    background: url(../images/section_returnRewards_bg_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.section_returnRewards--char {
  width: 28vw;
  height: 50.0625vw;
  background: url(../images/section_returnRewards_char_pc.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 5;
  left: 34vw;
  top: -4vw;
}
@media (max-width: 767px) {
  .section_returnRewards--char {
    display: none;
  }
}

.section_returnRewards--box {
  width: 54.0625vw;
  height: 23.4375vw;
  background: url(../images/section_returnRewards_box_pc.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 3vw;
}
@media (max-width: 767px) {
  .section_returnRewards--box {
    width: 100%;
    height: 190vw;
    background: url(../images/section_returnRewards_box_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    justify-content: center;
  }
}
.section_returnRewards--box .section_returnRewards_gift {
  margin-left: 2vw;
  width: 40vw;
}
.section_returnRewards--box .section_returnRewards_gift img {
  width: 100%;
}
@media (max-width: 767px) {
  .section_returnRewards--box .section_returnRewards_gift {
    margin-left: 0vw;
    width: 85vw;
  }
}

.giftBox {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  margin: 1vw 0 0 1vw;
}
@media (max-width: 767px) {
  .giftBox {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.mLeft {
  margin-top: 0.5vw;
  left: 2.0833333333vw;
}

.gift {
  width: 33%;
}
.gift img {
  width: 100%;
}
.gift p {
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 0 0.2em #d0d0d0;
}
@media (max-width: 767px) {
  .gift {
    width: 45%;
    margin: 1vw auto;
  }
  .gift p {
    font-size: 1.5rem;
  }
}

.giftMob > :nth-child(1) {
  margin-left: 8vw;
}
.giftMob > :nth-child(2) {
  margin-left: -8vw;
}
.giftMob > :nth-child(3) {
  margin-left: 8vw;
}
.giftMob > :nth-child(4) {
  margin-left: -8vw;
}

.pre_btn_box {
  width: 14.2708333333vw;
  height: 4.2708333333vw;
  position: absolute;
  bottom: 4.4270833333vw;
  left: 29.6875vw;
  z-index: 8;
}
@media (max-width: 767px) {
  .pre_btn_box {
    width: 53.0666666667vw;
    height: 18.6666666667vw;
    top: 193.3333333333vw;
    left: 32vw;
  }
}

.section_returnRewards.btn {
  width: 14.2708333333vw;
  height: 4.2708333333vw;
  position: absolute;
  z-index: 8;
  cursor: pointer;
  animation: Breathing 0.5s ease-in-out infinite;
}
@media (max-width: 767px) {
  .section_returnRewards.btn {
    width: 53.0666666667vw;
    height: 18.6666666667vw;
    bottom: 0;
  }
}
.section_returnRewards.btn:hover {
  animation: none;
  transition: all 0.25s;
  background: url(../images/en/section_returnRewards_btn-hover.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.scrollTop_btn {
  position: fixed;
  width: 56px;
  height: 56px;
  right: 20px;
  bottom: 50px;
  background: url(../images/btn_scrolltop.png);
  background-repeat: no-repeat;
  background-size: 100%;
  outline: none;
  opacity: 0.8;
  z-index: 100;
}
.scrollTop_btn span {
  position: absolute;
  width: 2px;
  height: 101px;
  overflow: hidden;
  right: 28px;
  bottom: 70px;
}
.scrollTop_btn span::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 101px;
  background: rgb(0, 255, 247);
  right: 0;
  animation: scrollUp 0.8s ease-in-out infinite;
}
.scrollTop_btn span::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 160px;
  background: rgb(36, 0, 30);
  opacity: 0.4;
  right: 0;
}

#btn__scrollTop {
  background-color: unset;
  bottom: 50px;
  display: none;
}
#btn__scrollTop:hover {
  background-color: unset;
  opacity: 1;
  transition: all 0.25s;
  bottom: 55px;
}
@media (max-width: 767px) {
  #btn__scrollTop {
    right: 2px;
    z-index: 99;
  }
}

.lazyImg {
  background-image: none !important;
}

body::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  background: #5e5f63;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.055);
  border-radius: 0;
  background: #170e14;
}

.orderBox {
  width: 39vw;
  height: auto;
  display: block;
  position: absolute;
  margin: 38vw 0 0 30vw;
  z-index: 4;
  background: rgba(27, 19, 36, 0.73);
  border: 6px double #20092c;
  box-shadow: 0px 0px 25px #501078;
  padding: 0.5vw;
}
@media (max-width: 767px) {
  .orderBox {
    width: 100vw;
    position: relative;
    margin: 0 auto;
    border: none;
    padding: 3vw;
  }
}
.orderBox .orderText {
  color: #fff;
  font-size: 1.1479166667vw;
  text-align: center;
  letter-spacing: 0.3em;
  margin: 1vw 0;
}
@media (min-width: 1920px) {
  .orderBox .orderText {
    font-size: 0.9vw;
  }
}
@media (max-width: 767px) {
  .orderBox .orderText {
    font-size: 4vw;
  }
}
.orderBox .orderText_en,
.orderBox .orderText_ko {
  letter-spacing: 0 !important;
}
@media (max-width: 767px) {
  .orderBox .orderText_en {
    font-size: 3.5vw !important;
  }
}
.orderBox .downBtnBox {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .orderBox .downBtnBox {
    margin-left: 0px;
  }
}
.orderBox .downBtnBox a {
  height: 5vw;
  width: 16vw;
  margin: 0 1.5%;
  max-width: 350px;
}
@media (max-width: 1400px) {
  .orderBox .downBtnBox a {
    width: 22vw;
  }
}
@media (max-width: 767px) {
  .orderBox .downBtnBox a {
    height: 16vw;
    width: 100vw;
  }
}

.btnIos_zh, .btnIos_cn, .btnIos_en, .btnIos_ja, .btnIos_ko,
.btnAndroid_zh,
.btnAndroid_cn,
.btnAndroid_en,
.btnAndroid_ja,
.btnAndroid_ko {
  transition: all 0.2s ease-in-out;
}
.btnIos_zh:hover, .btnIos_cn:hover, .btnIos_en:hover, .btnIos_ja:hover, .btnIos_ko:hover,
.btnAndroid_zh:hover,
.btnAndroid_cn:hover,
.btnAndroid_en:hover,
.btnAndroid_ja:hover,
.btnAndroid_ko:hover {
  transform: scale(1.1);
}

.btnIos_zh {
  background: url(../images/zh/button_01.png) no-repeat center/contain;
}
.btnIos_zh:hover {
  background: url(../images/zh/button_01_hover.png) no-repeat center/contain;
}
.btnIos_cn {
  background: url(../images/cn/button_01.png) no-repeat center/contain;
}
.btnIos_cn:hover {
  background: url(../images/cn/button_01_hover.png) no-repeat center/contain;
}
.btnIos_en {
  background: url(../images/en/button_01.png) no-repeat center center/contain;
}
.btnIos_en:hover {
  background: url(../images/en/button_01_hover.png) no-repeat center/contain;
}
.btnIos_ko {
  background: url(../images/ko/button_01.png) no-repeat center/contain;
}
.btnIos_ko:hover {
  background: url(../images/ko/button_01_hover.png) no-repeat center/contain;
}

.btnAndroid_zh {
  background: url(../images/zh/button_02.png) no-repeat center/contain;
}
.btnAndroid_zh:hover {
  background: url(../images/zh/button_02_hover.png) no-repeat center/contain;
}
.btnAndroid_cn {
  background: url(../images/cn/button_02.png) no-repeat center/contain;
}
.btnAndroid_cn:hover {
  background: url(../images/cn/button_02_hover.png) no-repeat center/contain;
}
.btnAndroid_en {
  background: url(../images/en/button_02.png) no-repeat center/contain;
}
.btnAndroid_en:hover {
  background: url(../images/en/button_02_hover.png) no-repeat center/contain;
}
.btnAndroid_ko {
  background: url(../images/ko/button_02.png) no-repeat center/contain;
}
.btnAndroid_ko:hover {
  background: url(../images/ko/button_02_hover.png) no-repeat center/contain;
}

.showBoxBg {
  display: none;
  background-color: rgba(0, 0, 0, 0.4392156863);
  width: 100%;
  height: 100%;
  z-index: 999;
  position: fixed;
}
.showBoxBg img {
  width: 220px;
}
@media (max-width: 996px) {
  .showBoxBg img {
    width: 150px;
  }
}
.showBoxBg .showBox {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 750px;
  background-color: #1d2630;
  border-radius: 15px;
  padding: 50px 40px;
  text-align: center;
}
@media (max-width: 996px) {
  .showBoxBg .showBox {
    max-width: 500px;
    top: 40px;
    transform: translateX(-50%);
    width: 85%;
    padding: 40px 20px;
  }
}
.showBoxBg .showBox .showContainer {
  width: 100%;
  max-width: 700px;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 18px;
  line-height: 36px;
  margin: 50px auto 0;
  padding: 0 20px;
  color: #fff;
}
@media (max-width: 996px) {
  .showBoxBg .showBox .showContainer {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 25px;
    padding: 0;
  }
}
.showBoxBg .showBox .showContainer .posterBtn {
  cursor: pointer;
  border: 1px solid;
  border-radius: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  max-height: 60px;
  padding: 15px 0;
  margin-top: 40px;
  width: 150px;
  background-color: #ff61b6;
  border-color: #ff61b6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.showBoxBg .showBox .showContainer .posterBtn:hover {
  background-color: #ff49ab;
  border-color: #ff49ab;
}
@media (max-width: 996px) {
  .showBoxBg .showBox .showContainer .posterBtn {
    font-size: 14px;
    height: 50px;
    width: 100px;
  }
}

.colorMain {
  color: #ff61b6;
}

@font-face {
  font-family: "digital-7";
  src: url("../fonts/digital-7_mono_italic.woff") format("woff");
  src: url("../fonts/digital-7_mono_italic.woff2") format("woff2");
  src: url("../fonts/digital-7_mono_italic.ttf") format("truetype");
}
.countDownTime {
  font-family: "digital-7", sans-serif;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-shadow: 0 0 20px #fb01b8, 0 0 20px rgba(10, 175, 230, 0);
}
.countDownTime .countDownTimeBox {
  display: flex;
  align-items: baseline;
  position: relative;
}
.countDownTime .countDownTimeBox span {
  letter-spacing: 0.05em;
  font-size: 5.5vw;
  padding: 2px;
}
@media (max-width: 767px) {
  .countDownTime .countDownTimeBox span {
    font-size: 10vw;
  }
}
.countDownTime .countDownTimeBox .timeUnit {
  font-size: 1.2vw;
}
@media (max-width: 767px) {
  .countDownTime .countDownTimeBox .timeUnit {
    font-size: 4vw;
  }
}
.countDownTime .countDownText {
  font-size: 1.2vw;
  letter-spacing: 0.5em;
}
@media (max-width: 767px) {
  .countDownTime .countDownText {
    font-size: 3.5vw;
  }
}
.countDownTime .secAnimation {
  animation: time 0.5s ease-in-out infinite alternate;
}

@keyframes time {
  0%, 100% {
    text-shadow: 0 0 20px #fb01b8, 0 0 20px rgba(10, 175, 230, 0);
  }
  100% {
    text-shadow: 0 0 20px #560046, 0 0 80px #560046;
    color: rgba(255, 47, 179, 0);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

section {
  width: 100%;
}

.display-flex {
  display: flex;
  flex-wrap: wrap;
}

.link-block {
  display: inline-block;
}

.white-round-border {
  border: 1px solid #fff;
  border-radius: 16px;
}

.round-border-btn {
  border: 1px solid #fff;
  border-radius: 18px;
  font-size: 14px;
  padding: 4px 20px;
}

.fixed-btn {
  position: fixed;
  width: 52px;
  height: 52px;
  border-radius: 42px;
}

.game__tag {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 2px 10px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin: 2px 10px 2px 0;
}

.game__tag--type {
  border-color: #65d1ff;
  color: #65d1ff;
}

.game__tag--lang {
  border-color: #8260d2;
  color: #8260d2;
}

.game__tag--test {
  border-color: #a3c338;
  color: #a3c338;
}

.form__btn {
  height: 48px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  background-color: #ff61b6;
  color: #fff;
}

.form__btn:hover {
  background-color: #ff49ab;
}

.sectionHeader {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.sectionHeader h2 {
  display: inline-block;
  margin-right: 20px;
}

.noscroll {
  overflow: hidden !important;
}

.more-btn {
  border: 1px solid #fff;
  border-radius: 18px;
  display: inline-block;
  font-size: 14px;
  padding: 4px 22px;
}

.more-btn:hover {
  background-color: #fff;
  color: #1d2630;
}

.more-btn i {
  font-size: 9px;
  transform: rotate(90deg);
  margin-right: 3px;
}

@media screen and (max-width: 1299px) {
  .more-btn {
    font-size: 12px;
    padding: 4px 16px;
  }
  .more-btn i {
    font-size: 8px;
  }
}
body,
html {
  padding: 0;
  margin: 0;
}

body {
  --bg: $color-bg;
  --color: #fff;
  --line-color: #333b44;
  --border-color: #dfdfdf;
  width: 100%;
  height: 100vh;
  background-color: #1d2630 !important;
  /* background-color: rgb(27, 2, 29); */
  background-position-x: center;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}

body * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body input {
  border: 0;
  box-shadow: none;
  outline: none;
}

body a {
  color: #fff;
  cursor: pointer;
}

body a,
body a:active,
body a:focus,
body a:hover {
  text-decoration: none;
}

body button {
  border: 0;
  box-shadow: none;
  cursor: pointer;
}

body button,
body button:active,
body button:focus,
body button:hover {
  outline: none;
}

body p {
  word-break: break-word;
}

body li {
  list-style: none;
}

body.hide-iframe iframe {
  z-index: -1 !important;
  opacity: 0;
}

.mobile {
  display: none !important;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.breadcrumb {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 12px;
  left: 0;
}

.breadcrumb span:nth-child(2n) {
  color: #fff;
  margin: 0 12px;
}

.breadcrumb span a {
  transition: all 0.1s ease-in-out;
  position: relative;
}

.breadcrumb span a:after,
.breadcrumb span a:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  margin: 5px 0 0;
  transition: all 0.1s ease-in-out;
  transition-duration: 0.75s;
  opacity: 0;
  background-color: #fff;
}

.breadcrumb span a:hover:after,
.breadcrumb span a:hover:before {
  width: 100%;
  opacity: 1;
}

.breadcrumb span:last-child a {
  color: #ff61b6;
  font-weight: 700;
  transition: all 0.1s ease-in-out;
  position: relative;
  max-width: 300px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.breadcrumb span:last-child a:after,
.breadcrumb span:last-child a:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  margin: 5px 0 0;
  transition: all 0.1s ease-in-out;
  transition-duration: 0.75s;
  opacity: 0;
  background-color: #ff61b6;
}

.breadcrumb span:last-child a:hover:after,
.breadcrumb span:last-child a:hover:before {
  width: 100%;
  opacity: 1;
}

.moreLink {
  cursor: pointer;
  font-size: 12px;
  transition: all 0.1s ease-in-out;
  position: relative;
}

.moreLink:after,
.moreLink:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  margin: 5px 0 0;
  transition: all 0.1s ease-in-out;
  transition-duration: 0.75s;
  opacity: 0;
  background-color: #ff61b6;
}

.moreLink:hover:after,
.moreLink:hover:before {
  width: 100%;
  opacity: 1;
}

.moreLink i:before {
  margin-left: 6px;
}

.moreLink,
.moreLink > i:before {
  color: #ff61b6;
}

.news__list {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 430px;
  padding: 24px 24px 30px;
  position: relative;
}

.news__list h2 {
  border-bottom: 1px solid #333b44;
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.news__list .home__moreLink {
  position: absolute;
  right: 24px;
  /* bottom: 24px */
}

.news {
  color: #fff;
}

.news h4 {
  color: #ff61b6;
  font-size: 10px;
}

.news p {
  font-size: 14px;
  margin: 0;
}

.news:last-of-type {
  padding-bottom: 40px;
}

.events {
  position: relative;
}

.events .moreLink {
  position: absolute;
  right: 0;
  top: 6px;
}

.event {
  width: 100%;
  height: 108px;
  margin-bottom: 10px;
  border-radius: 16px;
  overflow: hidden;
}

.event img,
.event img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media screen and (max-width: 1299px) {
  .event {
    width: 205px;
    height: 85px;
    margin-right: 20px;
  }
}
.nav--scroll #nav {
  height: 58px;
}

.nav--scroll #navbar__brand {
  width: 140px;
  height: 32px;
}

.nav--scroll #home__banner {
  margin-top: 58px;
}

.nav--scroll #nav__langMenu {
  top: 42px;
}

#nav {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #1d2630;
  transition: height 0.3s ease-in;
  z-index: 30;
}

#navbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

#navbar__brand {
  width: 165px;
  height: 40px;
}

#navbar__brand img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-fit: contain;
  object-fit: contain;
}

#navbar__brand img,
#navbar__brand img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}

#navbar__brand img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.nav__link {
  font-size: 18px;
  font-weight: 700;
  line-height: 80px;
  margin: 0 30px;
  color: #fff;
}

.nav__link:first-of-type.active,
.nav__link:first-of-type:hover {
  color: #ff61b6;
}

.nav__link:nth-of-type(2).active,
.nav__link:nth-of-type(2):hover {
  color: #8260d2;
}

.nav__link:nth-of-type(3).active,
.nav__link:nth-of-type(3):hover {
  color: #65d1ff;
}

#nav__account {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#nav__account.loggedIn .nav__welcome {
  display: none;
}

#nav__account.loggedIn .nav__user,
#nav__account.loggedOut .nav__welcome {
  display: block;
}

#nav__account.loggedOut .nav__user {
  display: none;
}

#nav__profile {
  color: #fff;
  font-size: 12px;
  text-align: right;
}

.nav__user span:last-of-type {
  color: #b3b3b3;
}

.nav__user div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #ef9705;
  margin-top: 3px;
}

.nav__welcome a {
  transition: all 0.1s ease-in-out;
  position: relative;
  color: #ff61b6;
  font-weight: 700;
  margin-left: 4px;
}

.nav__welcome a:after,
.nav__welcome a:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 5px 0 0;
  transition: all 0.1s ease-in-out;
  transition-duration: 0.75s;
  opacity: 0;
  background-color: #ff61b6;
}

.nav__welcome a:hover:after,
.nav__welcome a:hover:before {
  width: 100%;
  opacity: 1;
}

#nav__coin {
  background: url(../images/common_sprites.png) -10px -10px no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
}

#nav__profileAvatar {
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: #a5a8ac;
  text-align: center;
  margin-left: 10px;
  overflow: hidden;
  position: relative;
}

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

#nav__profileAvatar i {
  vertical-align: bottom;
}

#nav__profileAvatar i:before {
  color: #4a5159;
  font-size: 14px;
}

#nav__profileAvatar img {
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

#nav__profileAvatar img,
#nav__profileAvatar img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

#nav__profileAvatar:hover {
  background-color: #dbdcde;
}

#nav__profileAvatar:hover i:before {
  color: #6e747a;
}

#nav__langSelector {
  width: 28px;
  height: 28px;
  background-image: url(../images/common_sprites.png);
  background-position: -10px -174px;
  margin: 2px 18px 0;
  cursor: pointer;
  position: relative;
}

#nav__langSelector.active #nav__langMenu {
  display: block;
}

#nav__langMenu {
  display: none;
  width: 110px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 53px;
  right: 0;
  overflow: hidden;
}

#nav__langMenu li {
  display: block;
  width: 100%;
  height: 50px;
  background: #1d2630;
  border-bottom: 1px solid rgba(165, 154, 164, 0.302);
  color: #fff;
  font-size: 14px;
  padding: 14px 0 0 34px;
  position: relative;
}

#nav__langMenu li:last-child {
  border: 0;
}

#nav__langMenu li:after,
#nav__langMenu li:before {
  content: "";
  border-radius: 100%;
  position: absolute;
}

#nav__langMenu li:before {
  width: 9px;
  height: 9px;
  border: 1.5px solid #fff;
  top: 19px;
  left: 17px;
}

#nav__langMenu li:after {
  width: 8px;
  height: 8px;
  background-color: #fff;
  top: 21px;
  left: 19px;
}

#nav__langMenu li.active:before,
#nav__langMenu li:hover:before {
  border-color: #ff61b6;
}

#nav__langMenu li.active:after,
#nav__langMenu li:hover:after {
  background-color: #ff61b6;
}

.nav__fbPage {
  font-size: 30px;
}

.nav__fbPage i:before {
  color: #3578f7;
}

#nav__copyright {
  position: absolute;
  top: 470px;
  left: 20px;
  font-size: 12px;
  color: #6d6d6d;
}

#nav__mode {
  color: #fff;
  font-size: 12px;
  position: fixed;
  right: 30px;
  text-align: center;
}

#nav__mode div {
  transform: scale(0.8);
}

@media screen and (max-width: 1449px) {
  #nav__mode {
    right: auto;
    left: calc(50% - 420px);
    text-align: left;
  }
}
.nav__modeSlider,
.nav__safeMode {
  width: 58px;
  height: 22px;
  background-color: transparent;
  border: 1px solid #ff61b6;
  border-radius: 20px;
  cursor: pointer;
  display: block;
  transition: all 0.4s ease-in;
  margin: 3px auto 0;
  position: relative;
}

.nav__modeSlider:before,
.nav__safeMode:before {
  position: absolute;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  color: #ff61b6;
  font-size: 16px;
  bottom: 2px;
  transition: all 0.4s ease-in;
  content: "\f186";
  left: 3px;
}

.nav__safeMode {
  border-color: #65d1ff;
}

.nav__safeMode:before {
  color: #65d1ff;
  content: "\f111";
  left: 3px;
  transform: translateX(34px);
}

#footer {
  background-color: #1d2630;
  width: 100%;
  padding: 50px 0;
  margin: 0 auto;
}
#footer .footerBox {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#footer img {
  width: 233px;
  margin-bottom: 20px;
}
#footer p {
  width: 520px;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  margin: 0;
}
#footer #footer__registerForm {
  width: 275px;
  color: #fff;
}

#footer__copyright,
#footer__links,
#footer__links a {
  font-size: 12px;
  color: #6d6d6d !important;
}

#footer__copyright {
  width: 315px !important;
}

#footer__copyright,
#footer__links {
  display: inline-block;
}

#footer__links span {
  margin: 0 12px;
}

#footer__links a {
  transition: all 0.1s ease-in-out;
  position: relative;
}

#footer__links a:after,
#footer__links a:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  margin: 5px 0 0;
  transition: all 0.1s ease-in-out;
  transition-duration: 0.75s;
  opacity: 0;
  background-color: #6d6d6d;
}

#footer__links a:hover:after,
#footer__links a:hover:before {
  width: 100%;
  opacity: 1;
}

#btn__discord {
  right: 22px;
  bottom: 222px;
  background-color: #6888f0;
  color: #ffffff;
  font-size: 28px;
  padding-top: 2px;
  z-index: 99;
}
@media (max-width: 767px) {
  #btn__discord {
    right: 5px;
    bottom: 190px;
  }
}

#erolabs-ad {
  display: none;
}

@media screen and (min-width: 992px) {
  #erolabs-ad {
    display: none !important;
  }
}
body.safe-mode {
  background-color: #fff;
}

body.safe-mode.masked {
  position: relative;
  overflow: hidden;
}

body.safe-mode.masked:after {
  content: "";
  width: 100%;
  height: 300vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: hsla(0, 0%, 100%, 0.8);
  z-index: 25;
}

body.safe-mode.masked #nav__langMenu a:after,
body.safe-mode.masked #nav__langMenu li:after {
  width: 8px;
}

.safe-mode {
  --color: $color-bg;
  --bg: #fff;
  --line-color: #f4f4f4;
  --border-color: #c5c5c5 ;
}

.safe-mode #footer__registerForm input,
.safe-mode #nav {
  background-color: #fff;
}

.safe-mode #footer__registerForm input,
.safe-mode #footer p,
.safe-mode *,
.safe-mode .home__preRegisterGame h3 {
  color: #1d2630;
}

.safe-mode #nav__langMenu a,
.safe-mode #nav__langMenu li {
  background-color: hsla(0, 0%, 100%, 0.9019607843);
  color: #1d2630;
}

.safe-mode #nav__langMenu a:not(.active):before,
.safe-mode #nav__langMenu li:not(.active):before {
  border-color: #1d2630;
}

.safe-mode #nav__langMenu a:not(.active):after,
.safe-mode #nav__langMenu li:not(.active):after {
  background-color: #1d2630;
}

.safe-mode #nav__profileAvatar {
  background-color: #e2e5ea;
  border-color: #b5b8bb;
}

.safe-mode #nav__profileAvatar i:before {
  color: #868b92;
}

.safe-mode .nav__twitter i {
  color: #fff;
}

.safe-mode #footer__registerForm input::-moz-placeholder {
  color: #dbdbdb;
}

.safe-mode #footer__registerForm input:-ms-input-placeholder {
  color: #dbdbdb;
}

.safe-mode #footer__registerForm input::placeholder {
  color: #dbdbdb;
}

.safe-mode #subscribe-btn {
  background-color: #9f72ff;
  color: #fff;
}

.safe-mode #subscribe-btn:hover {
  color: #1d2630;
}

.safe-mode #btn__scrollTop {
  background-color: #d1d2d3;
}

.safe-mode #btn__scrollTop i:before {
  color: #fff;
}

.safe-mode #btn__scrollTop:hover {
  opacity: 0.8;
}

.safe-mode .round-border-btn,
.safe-mode .white-round-border {
  border-color: #c5c5c5;
}

.safe-mode .container {
  border-color: #f0f0f0;
}

.safe-mode .news__list h2 {
  border-bottom: 2px solid #f4f4f4;
}

.safe-mode .events .moreLink {
  color: #ff61b6;
}

.safe-mode .breadcrumb span:nth-child(2n) {
  color: #1d2630;
}

.safe-mode .breadcrumb span a {
  transition: all 0.1s ease-in-out;
  position: relative;
}

.safe-mode .breadcrumb span a:after,
.safe-mode .breadcrumb span a:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  margin: 5px 0 0;
  transition: all 0.1s ease-in-out;
  transition-duration: 0.75s;
  opacity: 0;
  background-color: #1d2630;
}

.safe-mode .breadcrumb span a:hover:after,
.safe-mode .breadcrumb span a:hover:before {
  width: 100%;
  opacity: 1;
}

.safe-mode .breadcrumb span:last-child a {
  transition: all 0.1s ease-in-out;
  position: relative;
}

.safe-mode .breadcrumb span:last-child a:after,
.safe-mode .breadcrumb span:last-child a:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  margin: 5px 0 0;
  transition: all 0.1s ease-in-out;
  transition-duration: 0.75s;
  opacity: 0;
  background-color: #ff61b6;
}

.safe-mode .breadcrumb span:last-child a:hover:after,
.safe-mode .breadcrumb span:last-child a:hover:before {
  width: 100%;
  opacity: 1;
}

.safe-mode .form__input input,
.safe-mode .form__input textarea {
  background-color: #f8f8f8;
  border-color: #1d2630;
}

.safe-mode .form__input input::-moz-placeholder,
.safe-mode .form__input textarea::-moz-placeholder {
  color: #1d2630;
}

.safe-mode .form__input input:-ms-input-placeholder,
.safe-mode .form__input textarea:-ms-input-placeholder {
  color: #1d2630;
}

.safe-mode .form__input input,
.safe-mode .form__input input::placeholder,
.safe-mode .form__input textarea,
.safe-mode .form__input textarea::placeholder {
  color: #1d2630;
}

.safe-mode .form__dropdown i,
.safe-mode .form__warning {
  color: #1d2630;
}

.safe-mode .form__option,
.safe-mode .form__options {
  background-color: #f8f8f8;
  border-color: #1d2630;
}

.safe-mode .form__option:hover {
  background-color: #fff;
}

.safe-mode .form__option:not(:last-child):after {
  border-color: #1d2630;
}

.safe-mode .form__input:not(.form__dropdown):not(.form__input--normal):focus label,
.safe-mode .form__input:not(.form__dropdown):not(.form__input--normal):hover label {
  background-color: #fff;
}

.safe-mode .form__btn {
  color: #fff;
}

.safe-mode .form__links {
  border-color: #f4f4f4;
}

.safe-mode .form__links > a > i {
  color: #ff61b6;
}

.safe-mode .form__links h4 {
  color: #1d2630;
}

.safe-mode .more-btn {
  border-color: #1d2630;
}

.safe-mode .more-btn,
.safe-mode .more-btn i {
  color: #1d2630;
}

.safe-mode .more-btn:hover {
  background-color: #1d2630;
}

.safe-mode .more-btn:hover,
.safe-mode .more-btn:hover i {
  color: #fff;
}

.safe-mode .home__topGame:hover h4 {
  transition: all 0.1s ease-in-out;
  position: relative;
  position: absolute;
}

.safe-mode .home__topGame:hover h4:after,
.safe-mode .home__topGame:hover h4:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  margin: 5px 0 0;
  transition: all 0.1s ease-in-out;
  transition-duration: 0.75s;
  opacity: 0;
  background-color: #1d2630;
}

.safe-mode .home__topGame:hover h4:hover:after,
.safe-mode .home__topGame:hover h4:hover:before {
  width: 100%;
  opacity: 1;
}

.safe-mode .home__preRegisterGame h3 {
  transition: all 0.1s ease-in-out;
  position: relative;
}

.safe-mode .home__preRegisterGame h3:after,
.safe-mode .home__preRegisterGame h3:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  margin: 5px 0 0;
  transition: all 0.1s ease-in-out;
  transition-duration: 0.75s;
  opacity: 0;
  background-color: #1d2630;
}

.safe-mode .home__preRegisterGame h3:hover:after,
.safe-mode .home__preRegisterGame h3:hover:before {
  width: 100%;
  opacity: 1;
}

.safe-mode #game__summary h1 {
  color: #1d2630;
}

.safe-mode #game__basicInfo span {
  color: #9a9fa5;
}

.safe-mode .game__snsBtn i {
  color: #fff;
}

.safe-mode .game__downloadBtn:hover {
  border-color: #fff;
}

.safe-mode #game__slide picture.slick-siblings,
.safe-mode .game__thumbnail {
  opacity: 0.5 !important;
}

.safe-mode #game__slide .slick-arrow,
.safe-mode #game__suggestions button {
  background-color: #fff;
  opacity: 1;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.safe-mode #game__slide .slick-arrow:after,
.safe-mode #game__suggestions button:after {
  border-color: #cacaca;
}

.safe-mode #game__slide .slick-arrow:hover,
.safe-mode #game__suggestions button:hover {
  opacity: 1;
}

.safe-mode #game__introTabs {
  border-color: #f4f4f4;
}

.safe-mode .game__introTab.active,
.safe-mode .game__introTab:hover {
  color: #1d2630;
}

.safe-mode .games__checkbox label:before {
  border-color: #1d2630;
}

.safe-mode .container--games .dropdown__selection--games.active h2 {
  border-color: #f4f4f4;
}

.safe-mode #games__actionBar > span > i {
  color: #ff61b6;
}

.safe-mode .games__new {
  color: #fff;
}

.safe-mode .games__content h2 {
  transition: all 0.1s ease-in-out;
  position: relative;
}

.safe-mode .games__content h2:after,
.safe-mode .games__content h2:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  margin: 5px 0 0;
  transition: all 0.1s ease-in-out;
  transition-duration: 0.75s;
  opacity: 0;
  background-color: #1d2630;
}

.safe-mode .games__content h2:hover:after,
.safe-mode .games__content h2:hover:before {
  width: 100%;
  opacity: 1;
}

.safe-mode .game__tag {
  border-color: #1d2630;
}

.safe-mode .game__tag--type {
  border-color: #65d1ff;
  color: #65d1ff;
}

.safe-mode .game__tag--lang {
  border-color: #8260d2;
  color: #8260d2;
}

.safe-mode .game__tag--test {
  border-color: #a3c338;
  color: #a3c338;
}

.safe-mode .support__formFooter p {
  color: #1d2630;
}

.safe-mode .support__formSection:first-child {
  border-color: #f4f4f4;
}

.safe-mode .dropdown__panel {
  background-color: #fff;
  border-color: #1d2630;
}

.safe-mode .dropdown__selection button {
  border-color: #1d2630;
}

.safe-mode .dropdown__selection h2 {
  border-color: #f4f4f4;
}

.safe-mode .dropdown__selection.active button {
  border-color: #ff61b6;
}

.safe-mode .dropdown__selection.active ul {
  background-color: #fff;
}

.safe-mode .dropdown__selection.active ul:before {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.safe-mode .container--rule main h4 {
  color: #1d2630;
}

@media screen and (max-width: 1299px) {
  .safe-mode #nav__menu.nav__menu--open {
    background-color: hsla(0, 0%, 100%, 0.9490196078);
  }
  .safe-mode #nav__menu.nav__menu--open .nav__link {
    border-color: #e2e4e6;
  }
  .safe-mode .news__list h2 {
    border: 0;
  }
  .safe-mode .news {
    border-bottom: 2px solid #f4f4f4;
  }
  .safe-mode .game__downloadBtn {
    border-color: #fff;
  }
  .safe-mode .container--games hr {
    border-color: #f4f4f4;
  }
  .safe-mode .form__fileLabel--mobile i {
    color: #ff61b6;
  }
  .safe-mode .dropdown__panel {
    border-color: #f4f4f4;
  }
  .safe-mode .dropdown__selection button i {
    color: #1d2630 !important;
  }
}
#ageVerify {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(14, 7, 7, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 70;
  overflow-x: hidden;
  overflow-y: scroll;
}

#ageVerify__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 750px;
}

#ageVerify__container > p {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  text-align: justify;
  padding: 10px 30px;
}

#ageVerify__container > div {
  background-color: rgb(36, 3, 29);
  border-radius: 15px;
  text-align: center;
  padding: 50px 40px;
}

#ageVerify__container > div img {
  width: 220px;
  margin-bottom: 60px;
}

#ageVerify__container > div h2 {
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

#ageVerify__container > div p {
  color: #ff61b6;
  font-size: 18px;
  line-height: 36px;
  padding: 0 20px;
  margin-bottom: 50px;
}

#ageVerify__container > div button {
  width: 150px;
  height: 62px;
  border: 1px solid;
  border-radius: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 8px;
}

#ageVerify__container > div button:first-of-type {
  background-color: transparent;
  border-color: #fff;
}

#ageVerify__container > div button:first-of-type:hover {
  background-color: #421537;
}

#ageVerify__container > div button:last-of-type {
  background-color: #ff61b6;
  border-color: #ff61b6;
}

#ageVerify__container > div button:last-of-type:hover {
  background-color: #ff49ab;
  border-color: #ff49ab;
}

@media screen and (max-width: 992px) {
  #ageVerify__container {
    width: 85%;
    max-width: 500px;
    top: 40px;
    transform: unset;
    transform: translateX(-50%);
  }
  #ageVerify__container > p {
    font-size: 12px;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  #ageVerify__container > div {
    padding: 40px 20px;
  }
  #ageVerify__container > div img {
    width: 150px;
    margin-bottom: 30px;
  }
  #ageVerify__container > div h2 {
    font-size: 18px;
  }
  #ageVerify__container > div p {
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    margin-bottom: 25px;
  }
  #ageVerify__container > div button {
    width: 100px;
    height: 50px;
    font-size: 14px;
    margin: 6px;
  }
}
.safe-mode #ageVerify {
  display: none !important;
}

@media screen and (max-width: 1299px) {
  .mobile {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  h2 {
    font-size: 16px;
  }
  .container {
    width: 100%;
    padding: 25px 15px 30px;
  }
  .sectionHeader {
    margin-bottom: 15px;
  }
  .news__list {
    min-height: auto;
    border: 0;
    border-radius: 0;
    padding: 10px 0;
  }
  .news__list h2 {
    border-bottom: 0;
    margin: 0;
    padding: 0;
  }
  .news__list .home__moreLink {
    right: 0;
    top: 15px;
    bottom: auto;
  }
  .news {
    width: 100%;
    border-bottom: 1px solid #333b44;
    padding-bottom: 12px;
  }
  .news h4 {
    margin-bottom: 0;
  }
  .news:last-of-type {
    padding-bottom: 12px;
    border: 0;
  }
  .events {
    margin: 0;
  }
  .events .moreLink {
    position: absolute;
    top: 5px;
    right: 0;
  }
  #nav {
    height: 58px;
  }
  #navbar {
    width: 100%;
    padding: 0 15px;
  }
  .nav--scroll #nav {
    height: 58px;
  }
  .nav--scroll #navbar__brand {
    width: 120px;
    height: 28px;
    padding-top: 0;
  }
  #navbar__brand {
    width: 120px;
    height: 32px;
    z-index: 40;
  }
  #navbar__brand img,
  #navbar__brand img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
  }
  #nav__profileAvatar {
    width: 27px;
    height: 27px;
  }
  #nav__profileAvatar i {
    vertical-align: unset;
  }
  #nav__profileAvatar i:before {
    font-size: 12px;
  }
  #nav__langSelector {
    margin: 0 12px;
  }
  #nav__langMenu {
    width: 113px;
    top: 43px;
    right: 0;
  }
  /* #nav__langMenu a,
  #nav__langMenu li {
      height: 40px;
      font-size: 12px;
      padding: 11px 0 0 33px
  } */
  #nav__langMenu a:before,
  #nav__langMenu li:before {
    top: 14px;
    left: 15px;
  }
  #nav__langMenu a:after,
  #nav__langMenu li:after {
    top: 16px;
    left: 17px;
  }
  #nav__mode {
    right: auto;
    left: 130px;
    text-align: center;
  }
  #nav__mode div {
    margin: 0;
  }
  .nav__modeSlider,
  .nav__safeMode {
    width: 42px;
    height: 17px;
    margin: 2px auto 0;
  }
  .nav__modeSlider:before,
  .nav__safeMode:before {
    font-size: 12px;
    bottom: 1px;
    left: 2px;
  }
  .nav__safeMode:before {
    transform: translateX(24px);
  }
  #footer {
    width: 100%;
    padding: 30px 15px 20px;
    position: relative;
    flex-direction: column;
  }
  #footer .footer_wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1299px) and (min-width: 1200px) {
  #footer {
    width: 100%;
  }
}
@media screen and (max-width: 1299px) {
  #footer p {
    width: 100%;
  }
  #footer__links {
    width: auto;
    position: absolute;
    top: 30px;
    left: 15px;
  }
  #footer__registerForm {
    margin: 35px 0;
    width: 100%;
  }
  #footer__registerForm h5 {
    font-size: 12px;
  }
  #footer__registerForm input {
    width: calc(100% - 95px);
  }
  #nav__menuBar {
    width: 25px;
    height: 19px;
    background: url(../images/common_sprites.png) -10px -44px;
    transform: scale(0.9);
  }
  #nav__menu.nav__menu--close {
    display: none !important;
  }
  #nav__menu.nav__menu--open {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(29, 38, 48, 0.95);
    padding: 58px 20px;
    overflow-y: auto;
  }
  #nav__menu.nav__menu--open .nav__link {
    width: 100%;
    border-top: 2px solid #333b44;
    display: block;
    text-align: center;
    margin: 0;
  }
  #nav__menu.nav__menu--open .nav__link:first-of-type {
    border: 0;
  }
  #nav__menu.nav__menu--open .nav__link i {
    margin-right: 10px;
    transform: rotate(10deg);
  }
  #nav__menu.nav__menu--open .nav__link i:before {
    color: #65d1ff;
    font-size: 24px;
  }
  #nav__menu.nav__menu--open .nav__fbPage {
    position: absolute;
    bottom: 15px;
    right: 60px;
  }
  #nav__menu.nav__menu--open .nav__twitter {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin: 0;
  }
}
@media screen and (max-width: 1299px) and (orientation: landscape) {
  #nav__menu.nav__menu--open .nav__fbPage,
  #nav__menu.nav__menu--open .nav__twitter {
    bottom: auto;
  }
  #nav__menu.nav__menu--open .nav__fbPage {
    margin-top: -6px;
  }
}
@media screen and (max-width: 1299px) {
  .nav__copyright {
    position: absolute;
    width: calc(100% - 120px);
    bottom: 20px;
    left: 20px;
    font-size: 12px;
    color: #6d6d6d;
  }
}
@media screen and (max-width: 1299px) and (orientation: landscape) {
  .nav__copyright {
    bottom: auto;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1299px) {
  #nav__menuCloseBtn {
    position: absolute;
    right: 15px;
    top: 18px;
    width: 24px;
    height: 24px;
    background: url(../images/common_sprites.png) -10px -83px;
    transform: scale(0.9);
  }
  .dropdown__panel {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 57px;
    left: 0;
    padding: 18px 20px;
    border: 0;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    background: #1d2630;
    border-bottom: 2px solid #333b44;
    border-radius: 0;
    z-index: 15;
  }
  .dropdown__selection {
    margin-right: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .dropdown__selection button {
    background: transparent;
    border-radius: 4px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    text-align: left;
    padding: 2px 10px;
  }
  .dropdown__selection button i {
    margin-left: 5px;
  }
  .dropdown__selection span {
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 2px;
  }
  .dropdown__selection ul {
    display: none;
  }
  .dropdown__selection.active button {
    border-color: #ff61b6;
  }
  .dropdown__selection.active button i,
  .dropdown__selection.active button span {
    color: #ff61b6;
  }
  .dropdown__selection.active button i {
    transform: rotate(180deg);
  }
  .dropdown__selection.active ul {
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    top: 101px;
    background-color: #1d2630;
    padding: 0 20px;
  }
  .dropdown__selection.active ul:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(29, 38, 48, 0.8);
    z-index: 10;
  }
  .dropdown__selection.active li {
    list-style: none;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    padding: 12px 10px;
    font-size: 12px;
    z-index: 15;
    position: relative;
  }
  .dropdown__selection.active li:last-child {
    border: 0;
  }
}
@media screen and (max-width: 1299px) and (max-width: 991px) {
  #erolabs-ad {
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 82px;
    background-color: #1d2630;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 60;
    padding: 0 15px;
  }
  #erolabs-ad img {
    width: 50px;
    height: 50px;
    margin: 0 10px;
  }
  #erolabs-ad section {
    width: calc(100% - 190px);
  }
  #erolabs-ad section h2 {
    height: 20px;
    font-size: 14px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #erolabs-ad section p {
    max-height: 35px;
    overflow: hidden;
    font-size: 12px;
    color: #9a9fa5;
    margin: 0;
  }
  #erolabs-ad-close-btn {
    width: 24px;
    height: 24px;
    background: url(../images/common_sprites.png) -10px -83px;
    transform: scale(0.9);
    transform: scale(0.8);
  }
  #erolabs-ad-download {
    background-color: #ff61b6;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 15px;
    position: absolute;
    right: 10px;
  }
  #erolabs-ad.en #erolabs-ad-download,
  #erolabs-ad.ja #erolabs-ad-download {
    font-size: 12px;
    padding: 7px 10px;
  }
  .safe-mode #erolabs-ad {
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  #dbcheck,
  #dbcheck_false,
  #loginfalse {
    margin: 0 auto;
    width: 600px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    position: fixed;
    border-radius: 20px;
    display: none;
    background-color: #1d2630;
    padding: 15px 150px;
  }
  #dbcheck_content img {
    margin-top: 10px;
  }
  .db_header h1 {
    color: #ffffff;
  }
  .db_body {
    color: #ff61b6;
  }
}
@media screen and (max-width: 768px) {
  /*922以下(含)*/
  #dbcheck,
  #dbcheck_false,
  #loginfalse {
    margin: 0 auto;
    width: 80%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    position: fixed;
    border-radius: 20px;
    display: none;
    background-color: #1d2630;
    padding: 15px 20px;
  }
  #dbcheck_content img {
    margin: 10px auto 0 auto;
    width: 80%;
  }
  .db_header h1 {
    color: #ffffff;
    font-size: 26px;
  }
  .db_body {
    color: #ff61b6;
    font-size: 16px;
  }
}
#db_bgc {
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  opacity: 0.5;
  display: none;
  background-color: rgb(0, 0, 0);
  z-index: 100;
  position: fixed;
}

.db_footer button {
  width: 150px;
  height: 50px;
  background-color: #ff61b6;
  border-radius: 25px;
  color: white;
  font-size: 18px;
  font-weight: 800;
  line-height: 15px;
  margin: 10px 0;
}

.imgW100 img {
  width: 100%;
}

.return_btn {
  margin: 0px !important;
}

@keyframes Breathing_s {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.11, 1.11, 1.11);
    transform: scale3d(1.11, 1.11, 1.11);
  }
  50% {
    -webkit-transform: scale3d(1.11, 1.11, 1.11);
    transform: scale3d(1.11, 1.11, 1.11);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes Breathing {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  25% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.22, 1.22, 1.22);
    transform: scale3d(1.22, 1.22, 1.22);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes Breathing_move {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  25% {
    -webkit-transform: translateX(-10px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes scrollUp {
  0% {
    top: 100%;
  }
  100% {
    top: -100%;
  }
}
/************/
.section_header {
  width: 100vw;
  height: 56vw;
  background: url(../images/section_header_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section_header {
    width: 100vw;
    height: 190vw;
    background: url(../images/section_header_bg_sp.jpg);
    background-size: 100%;
  }
}
.section_header.btn {
  width: 17vw;
  height: 5vw;
  display: block;
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 4;
  animation: Breathing_s 1.5s ease-in-out infinite;
}
@media (max-width: 767px) {
  .section_header.btn {
    width: 53.0666666667vw;
    height: 18.6666666667vw;
    position: relative;
  }
}
.section_header.btn:hover {
  animation: none;
  transition: all 0.25s;
  margin-top: -0.5208333333vw;
}
.section_header.zhBtn {
  background: url(../images/zh/btn_640.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 100%;
}
.section_header.zhBtn:hover {
  background: url(../images/zh/btn_640_hover.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 100%;
}
.section_header.cnBtn {
  background: url(../images/cn/btn_640.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 100%;
}
.section_header.cnBtn:hover {
  background: url(../images/cn/btn_640_hover.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 100%;
}
.section_header.enBtn {
  background: url(../images/en/btn_640.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 100%;
}
.section_header.enBtn:hover {
  background: url(../images/en/btn_640_hover.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 100%;
}
.section_header.koBtn {
  background: url(../images/ko/btn_640.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 100%;
}
.section_header.koBtn:hover {
  background: url(../images/ko/btn_640_hover.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 100%;
}

.inner_intro {
  position: absolute;
  top: 0;
  width: 100%;
}

.htmlPc {
  display: block !important;
  width: 100%;
}
@media (max-width: 767px) {
  .htmlPc {
    display: none !important;
  }
}

.htmlMobile {
  display: none !important;
}
@media (max-width: 767px) {
  .htmlMobile {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .videoM {
    width: 100%;
  }
}

.headerBtn_box {
  width: 20vw;
  height: 6vw;
  position: absolute;
  margin: 40vw auto 0 42vw;
  z-index: 4;
}
@media (max-width: 767px) {
  .headerBtn_box {
    width: 53.0666666667vw;
    height: 18.6666666667vw;
    position: relative;
    margin: 1.3333333333vw auto 0 auto;
  }
}

.logo_game {
  width: 14vw;
  height: 9vw;
  display: block;
  position: absolute;
  margin: 32.8125vw 0 0 15.625vw;
  z-index: 5;
}
@media (max-width: 767px) {
  .logo_game {
    width: 70.6666666667vw;
    height: 46.4vw;
    position: relative;
    margin: 14.9333333333vw auto 0 auto;
  }
}

.rewards_text {
  width: 48vw;
  height: 14vw;
  display: block;
  position: absolute;
  margin: 25vw 0 0 26.25vw;
  z-index: 3;
}
@media (max-width: 767px) {
  .rewards_text {
    width: 100vw;
    height: 30.6666666667vw;
    position: relative;
    margin: 59.7333333333vw auto 0 auto;
  }
}

/***********/
.section_eventDescription {
  height: auto;
  background: url(../images/section_eventDescription_bg_pc.jpg);
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
  padding: 2vw 0;
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .section_eventDescription {
    min-width: auto;
    background: url(../images/section_eventDescription_bg_sp.jpg);
  }
}

.section_eventDescription--title,
.section_notes--title,
.section_returnRewards--title {
  width: 28.4895833333vw;
  height: 6.875vw;
  margin: 0 auto;
  margin-bottom: 1vw;
  z-index: 2;
}
.section_eventDescription--title img,
.section_notes--title img,
.section_returnRewards--title img {
  width: 100%;
}
@media (max-width: 767px) {
  .section_eventDescription--title,
  .section_notes--title,
  .section_returnRewards--title {
    width: 100vw;
    height: 32vw;
    position: relative;
    margin-bottom: -5.3333333333vw;
    z-index: 2;
  }
}

.section_eventDescription--content,
.section_notes--content,
.section_returnRewards--content {
  width: 60%;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .section_eventDescription--content,
  .section_notes--content,
  .section_returnRewards--content {
    max-width: 50vw;
  }
}
@media (max-width: 1299px) {
  .section_eventDescription--content,
  .section_notes--content,
  .section_returnRewards--content {
    width: 58%;
  }
}
@media (max-width: 1024px) {
  .section_eventDescription--content,
  .section_notes--content,
  .section_returnRewards--content {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .section_eventDescription--content,
  .section_notes--content,
  .section_returnRewards--content {
    width: 85vw;
  }
}
.section_eventDescription--content img,
.section_notes--content img,
.section_returnRewards--content img {
  width: 100%;
}

.section_text {
  color: #fff;
  font-size: 1.2vw;
  line-height: 3;
}
@media (min-width: 1920px) {
  .section_text {
    font-size: 1vw;
  }
}
@media (max-width: 1299px) {
  .section_text {
    font-size: 1.4vw;
  }
}
@media (max-width: 767px) {
  .section_text {
    font-size: 4vw;
    line-height: 2.5;
  }
}

.section_textAlignCenter {
  text-align: center;
}

.section_textAlignStart {
  text-align: start;
}

.returnRewardsTitle {
  font-weight: 600;
  font-size: 1.7vw;
  line-height: 1;
  color: #a12bb1;
}
@media (min-width: 1920px) {
  .returnRewardsTitle {
    font-size: 1.5vw;
  }
}
@media (max-width: 1299px) {
  .returnRewardsTitle {
    font-size: 2.5vw;
  }
}
@media (max-width: 767px) {
  .returnRewardsTitle {
    font-size: 5.5vw;
  }
}

.eventDescriptionText {
  color: #a12bb1;
  font-weight: 600;
}

.mr {
  margin-right: 1vw;
}
@media (max-width: 375px) {
  .mr {
    margin-right: 2vw;
  }
}

/***********/
.gallery-top {
  width: 100%;
}
.gallery-top .swiper-slide {
  display: flex;
}
@media (max-width: 767px) {
  .gallery-top .swiper-slide {
    display: block;
  }
}

.section_notes {
  height: auto;
  background: url(../images/section_notes_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: cover;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  justify-content: center;
  padding: 2vw 0 5vw;
}
@media (max-width: 767px) {
  .section_notes {
    min-width: auto;
    background: url(../images/section_notes_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10vw;
    width: 100%;
    z-index: 1;
    display: block;
  }
}

/************/
.section_returnRewards {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  background: url(../images/section_returnRewards_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 2vw 0 5vw;
}
@media (max-width: 767px) {
  .section_returnRewards {
    padding-top: 10vw;
    background: url(../images/section_returnRewards_bg_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.section_returnRewards--char {
  width: 28vw;
  height: 50.0625vw;
  background: url(../images/section_returnRewards_char_pc.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 5;
  left: 34vw;
  top: -4vw;
}
@media (max-width: 767px) {
  .section_returnRewards--char {
    display: none;
  }
}

.section_returnRewards--box {
  width: 54.0625vw;
  height: 23.4375vw;
  background: url(../images/section_returnRewards_box_pc.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 3vw;
}
@media (max-width: 767px) {
  .section_returnRewards--box {
    width: 100%;
    height: 190vw;
    background: url(../images/section_returnRewards_box_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    justify-content: center;
  }
}
.section_returnRewards--box .section_returnRewards_gift {
  margin-left: 2vw;
  width: 40vw;
}
.section_returnRewards--box .section_returnRewards_gift img {
  width: 100%;
}
@media (max-width: 767px) {
  .section_returnRewards--box .section_returnRewards_gift {
    margin-left: 0vw;
    width: 85vw;
  }
}

.giftBox {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  margin: 1vw 0 0 1vw;
}
@media (max-width: 767px) {
  .giftBox {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.mLeft {
  margin-top: 0.5vw;
  left: 2.0833333333vw;
}

.gift {
  width: 33%;
}
.gift img {
  width: 100%;
}
.gift p {
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 0 0.2em #d0d0d0;
}
@media (max-width: 767px) {
  .gift {
    width: 45%;
    margin: 1vw auto;
  }
  .gift p {
    font-size: 1.5rem;
  }
}

.giftMob > :nth-child(1) {
  margin-left: 8vw;
}
.giftMob > :nth-child(2) {
  margin-left: -8vw;
}
.giftMob > :nth-child(3) {
  margin-left: 8vw;
}
.giftMob > :nth-child(4) {
  margin-left: -8vw;
}

.pre_btn_box {
  width: 14.2708333333vw;
  height: 4.2708333333vw;
  position: absolute;
  bottom: 4.4270833333vw;
  left: 29.6875vw;
  z-index: 8;
}
@media (max-width: 767px) {
  .pre_btn_box {
    width: 53.0666666667vw;
    height: 18.6666666667vw;
    top: 193.3333333333vw;
    left: 32vw;
  }
}

.section_returnRewards.btn {
  width: 14.2708333333vw;
  height: 4.2708333333vw;
  position: absolute;
  z-index: 8;
  cursor: pointer;
  animation: Breathing 0.5s ease-in-out infinite;
}
@media (max-width: 767px) {
  .section_returnRewards.btn {
    width: 53.0666666667vw;
    height: 18.6666666667vw;
    bottom: 0;
  }
}
.section_returnRewards.btn:hover {
  animation: none;
  transition: all 0.25s;
  background: url(../images/en/section_returnRewards_btn-hover.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.scrollTop_btn {
  position: fixed;
  width: 56px;
  height: 56px;
  right: 20px;
  bottom: 50px;
  background: url(../images/btn_scrolltop.png);
  background-repeat: no-repeat;
  background-size: 100%;
  outline: none;
  opacity: 0.8;
  z-index: 100;
}
.scrollTop_btn span {
  position: absolute;
  width: 2px;
  height: 101px;
  overflow: hidden;
  right: 28px;
  bottom: 70px;
}
.scrollTop_btn span::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 101px;
  background: rgb(0, 255, 247);
  right: 0;
  animation: scrollUp 0.8s ease-in-out infinite;
}
.scrollTop_btn span::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 160px;
  background: rgb(36, 0, 30);
  opacity: 0.4;
  right: 0;
}

#btn__scrollTop {
  background-color: unset;
  bottom: 50px;
  display: none;
}
#btn__scrollTop:hover {
  background-color: unset;
  opacity: 1;
  transition: all 0.25s;
  bottom: 55px;
}
@media (max-width: 767px) {
  #btn__scrollTop {
    right: 2px;
    z-index: 99;
  }
}

.lazyImg {
  background-image: none !important;
}

body::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  background: #5e5f63;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.055);
  border-radius: 0;
  background: #170e14;
}

.orderBox {
  width: 39vw;
  height: auto;
  display: block;
  position: absolute;
  margin: 38vw 0 0 30vw;
  z-index: 4;
  background: rgba(27, 19, 36, 0.73);
  border: 6px double #20092c;
  box-shadow: 0px 0px 25px #501078;
  padding: 0.5vw;
}
@media (max-width: 767px) {
  .orderBox {
    width: 100vw;
    position: relative;
    margin: 0 auto;
    border: none;
    padding: 3vw;
  }
}
.orderBox .orderText {
  color: #fff;
  font-size: 1.1479166667vw;
  text-align: center;
  letter-spacing: 0.3em;
  margin: 1vw 0;
}
@media (min-width: 1920px) {
  .orderBox .orderText {
    font-size: 0.9vw;
  }
}
@media (max-width: 767px) {
  .orderBox .orderText {
    font-size: 4vw;
  }
}
.orderBox .orderText_en,
.orderBox .orderText_ko {
  letter-spacing: 0 !important;
}
@media (max-width: 767px) {
  .orderBox .orderText_en {
    font-size: 3.5vw !important;
  }
}
.orderBox .downBtnBox {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .orderBox .downBtnBox {
    margin-left: 0px;
  }
}
.orderBox .downBtnBox a {
  height: 5vw;
  width: 16vw;
  margin: 0 1.5%;
  max-width: 350px;
}
@media (max-width: 1400px) {
  .orderBox .downBtnBox a {
    width: 22vw;
  }
}
@media (max-width: 767px) {
  .orderBox .downBtnBox a {
    height: 16vw;
    width: 100vw;
  }
}

.btnIos_zh, .btnIos_cn, .btnIos_en, .btnIos_ja, .btnIos_ko,
.btnAndroid_zh,
.btnAndroid_cn,
.btnAndroid_en,
.btnAndroid_ja,
.btnAndroid_ko {
  transition: all 0.2s ease-in-out;
}
.btnIos_zh:hover, .btnIos_cn:hover, .btnIos_en:hover, .btnIos_ja:hover, .btnIos_ko:hover,
.btnAndroid_zh:hover,
.btnAndroid_cn:hover,
.btnAndroid_en:hover,
.btnAndroid_ja:hover,
.btnAndroid_ko:hover {
  transform: scale(1.1);
}

.btnIos_zh {
  background: url(../images/zh/button_01.png) no-repeat center/contain;
}
.btnIos_zh:hover {
  background: url(../images/zh/button_01_hover.png) no-repeat center/contain;
}
.btnIos_cn {
  background: url(../images/cn/button_01.png) no-repeat center/contain;
}
.btnIos_cn:hover {
  background: url(../images/cn/button_01_hover.png) no-repeat center/contain;
}
.btnIos_en {
  background: url(../images/en/button_01.png) no-repeat center center/contain;
}
.btnIos_en:hover {
  background: url(../images/en/button_01_hover.png) no-repeat center/contain;
}
.btnIos_ko {
  background: url(../images/ko/button_01.png) no-repeat center/contain;
}
.btnIos_ko:hover {
  background: url(../images/ko/button_01_hover.png) no-repeat center/contain;
}

.btnAndroid_zh {
  background: url(../images/zh/button_02.png) no-repeat center/contain;
}
.btnAndroid_zh:hover {
  background: url(../images/zh/button_02_hover.png) no-repeat center/contain;
}
.btnAndroid_cn {
  background: url(../images/cn/button_02.png) no-repeat center/contain;
}
.btnAndroid_cn:hover {
  background: url(../images/cn/button_02_hover.png) no-repeat center/contain;
}
.btnAndroid_en {
  background: url(../images/en/button_02.png) no-repeat center/contain;
}
.btnAndroid_en:hover {
  background: url(../images/en/button_02_hover.png) no-repeat center/contain;
}
.btnAndroid_ko {
  background: url(../images/ko/button_02.png) no-repeat center/contain;
}
.btnAndroid_ko:hover {
  background: url(../images/ko/button_02_hover.png) no-repeat center/contain;
}

.showBoxBg {
  display: none;
  background-color: rgba(0, 0, 0, 0.4392156863);
  width: 100%;
  height: 100%;
  z-index: 999;
  position: fixed;
}
.showBoxBg img {
  width: 220px;
}
@media (max-width: 996px) {
  .showBoxBg img {
    width: 150px;
  }
}
.showBoxBg .showBox {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 750px;
  background-color: #1d2630;
  border-radius: 15px;
  padding: 50px 40px;
  text-align: center;
}
@media (max-width: 996px) {
  .showBoxBg .showBox {
    max-width: 500px;
    top: 40px;
    transform: translateX(-50%);
    width: 85%;
    padding: 40px 20px;
  }
}
.showBoxBg .showBox .showContainer {
  width: 100%;
  max-width: 700px;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 18px;
  line-height: 36px;
  margin: 50px auto 0;
  padding: 0 20px;
  color: #fff;
}
@media (max-width: 996px) {
  .showBoxBg .showBox .showContainer {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 25px;
    padding: 0;
  }
}
.showBoxBg .showBox .showContainer .posterBtn {
  cursor: pointer;
  border: 1px solid;
  border-radius: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  max-height: 60px;
  padding: 15px 0;
  margin-top: 40px;
  width: 150px;
  background-color: #ff61b6;
  border-color: #ff61b6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.showBoxBg .showBox .showContainer .posterBtn:hover {
  background-color: #ff49ab;
  border-color: #ff49ab;
}
@media (max-width: 996px) {
  .showBoxBg .showBox .showContainer .posterBtn {
    font-size: 14px;
    height: 50px;
    width: 100px;
  }
}

.colorMain {
  color: #ff61b6;
}

@font-face {
  font-family: "digital-7";
  src: url("../fonts/digital-7_mono_italic.woff") format("woff");
  src: url("../fonts/digital-7_mono_italic.woff2") format("woff2");
  src: url("../fonts/digital-7_mono_italic.ttf") format("truetype");
}
.countDownTime {
  font-family: "digital-7", sans-serif;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-shadow: 0 0 20px #fb01b8, 0 0 20px rgba(10, 175, 230, 0);
}
.countDownTime .countDownTimeBox {
  display: flex;
  align-items: baseline;
  position: relative;
}
.countDownTime .countDownTimeBox span {
  letter-spacing: 0.05em;
  font-size: 5.5vw;
  padding: 2px;
}
@media (max-width: 767px) {
  .countDownTime .countDownTimeBox span {
    font-size: 10vw;
  }
}
.countDownTime .countDownTimeBox .timeUnit {
  font-size: 1.2vw;
}
@media (max-width: 767px) {
  .countDownTime .countDownTimeBox .timeUnit {
    font-size: 4vw;
  }
}
.countDownTime .countDownText {
  font-size: 1.2vw;
  letter-spacing: 0.5em;
}
@media (max-width: 767px) {
  .countDownTime .countDownText {
    font-size: 3.5vw;
  }
}
.countDownTime .secAnimation {
  animation: time 0.5s ease-in-out infinite alternate;
}

@keyframes time {
  0%, 100% {
    text-shadow: 0 0 20px #fb01b8, 0 0 20px rgba(10, 175, 230, 0);
  }
  100% {
    text-shadow: 0 0 20px #560046, 0 0 80px #560046;
    color: rgba(255, 47, 179, 0);
  }
}