.swiper {
  width: 100%;
  height: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  display: none;
}

.nav-span a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 1.1rem;
}

.el-menu .el-menu-item[data-v-0c96eae9],
.nav-span[data-v-0c96eae9] {
  /* font-size: 0.8rem; */
  font-weight: bold;
  text-decoration: none;
}

.home_content_for_center {
  color: aliceblue;
  font-size: 1.2rem;
  text-align: left;
}

.content-title {
  font-size: 1.5rem;
  text-align: center;
}

.logo {
  height: 3.5vw;
  margin-top: 0.5vw;
}

.header_mobile .home img[data-v-0c96eae9] {
  margin-top: 0.5vw;
  height: 7.5vw;
}

.header_mobile .menus .el-menu-item .nav-span[data-v-0c96eae9] {
  font-size: 1.3vw;
  font-weight: 700;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.text-xl {
  font-size: 1.25rem;
  /* 20px */
  line-height: calc(1.75 / 1.25);
  /* 28px */
}

.text-2xl {
  font-size: 1.5rem;
  /* 24px */
  line-height: calc(2 / 1.5);
  /* 32px */
}

.text-3xl {
  font-size: 1.875rem;
  /* 24px */
  line-height: calc(2.25 / 1.875);
  /* 32px */
}

.text-4xl {
  font-size: 2.25rem;
  /* 24px */
  line-height: calc(2.5 / 2.25);
  /* 32px */
}

.text-5xl {
  font-size: 3rem;
  /* 48px */
  line-height: 1;
}

.leading-8 {
  line-height: 2rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-12 {
  margin-top: 3rem;
  /* 48px */
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.display-list {
  display: list-item;
  padding-left: 1rem;
  list-style-position: inside;
}

.display-list::marker {
  content: "•  ";
}

.pl-2 {
  padding-left: calc(4px * 2);
}

.pl-4 {
  padding-left: calc(4px * 4);
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.max-w-6xl {
  max-width: 72rem;
  /* 1152px */
}

.text-primary {
  color: rgb(229, 202, 138);
}

.underline {
  text-decoration-line: underline;
}

.hidden {
  display: none;
}

.icon-td {
  display: none;
}

.location-text[data-v-710ce9a0] {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
}

.main-content {
  min-height: calc(100vh - (277px + 86px));
}

.img-title-en {
  width: 80%;
  height: auto;
  margin-bottom: 1rem;
}

.game-list {
  margin-top: 0px;
  height: auto;
  min-height: calc(100vh - (270px + 82px));
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.game-img {
  margin-bottom: auto;
  width: 100%;
}

.game-list .set-game-item-width {
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 1rem;
  height: auto;
}

.el-image__inner {
  max-height: 720px;
  aspect-ratio: auto 1663 / 1610;
}

.new-bottom[data-v-710ce9a0] {
  margin-top: 0;
}

.about-us-text-area {
  background-color: rgba(0, 0, 0, 0.2);
}

.footer-content-contact {
  text-align: left;
  margin-top: 5px;
  width: 100%;
}

.footer-contact {
  width: 100%;
}

.italic {
  font-style: italic;
}

.join-us-banner {
  text-align: center;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: rgba(0, 0, 0, 0.3);
}

.join-us-banner-title {
  color: rgb(229, 202, 138);
  font-size: 1.4rem;
  text-decoration: underline;
  margin-bottom: 1rem;
  text-underline-offset: 1rem;
}

.join-us-banner-text {
  color: rgb(229, 202, 138);
  filter: brightness(65%);
  font-size: 0.8rem;
}

header .menus .el-menu-item[data-v-0c96eae9] {
  width: auto;
  padding: 0 1.5rem;
}

.download-group {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: start;
  bottom: 1rem;
  left: initial;
  right: 0;
}

.download-btn {
  width: 250px;
  margin-right: 2rem;
}

.google-btn {
  margin-left: 5.5rem;
}

@media screen and (min-width: 768px) {
  .download-group {
    bottom: 0.5rem;
  }

  .join-us-banner {
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
  }

  .game-list {
    margin-top: 96px;
    height: auto;
    min-height: calc(100vh - (278px + 86px));
    display: flex;
    align-items: flex-start;
  }

  .game-list .set-game-item-width {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    height: auto;
  }

  .home_content {
    margin-top: 140px;
  }

  .swiper {
    margin-top: 86px;
  }

  .temp-fix-wrapper {
    width: 58%;
  }
}

@media screen and (min-width: 1024px) {
  .download-group {
    bottom: 2rem;
  }

  .nav-span a {
    font-size: 1rem;
  }

  .join-us-banner {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .join-us-banner-title {
    font-size: 4rem;
  }

  .join-us-banner-text {
    font-size: 2rem;
  }

  .home_content {
    margin-top: 130px;
  }
}

@media screen and (max-width: 1600px) {
  .google-btn {
    margin-left: -0.1rem;
  }
}

@media screen and (max-width: 1400px) {
  .google-btn {
    margin-left: 0rem;
  }
}

@media screen and (max-width: 1225px) {
  .download-btn {
    width: 200px;
    margin-right: 1rem;
  }
}

@media screen and (max-width: 1000px) {
  .download-btn {
    width: 170px;
    margin-right: 1rem;
  }

  .download-group {
    bottom: 0.8rem;
  }
}

@media screen and (max-width: 767px) {
  .download-btn {
    width: 110px;
    margin-right: 0.5rem;
  }

  .google-btn {
    margin-left: 0rem;
  }

  .apple-btn {
    margin-right: 2rem;
  }

  .download-group {
    align-items: center;
    justify-content: right;
    bottom: 0.7rem;
  }

  .temp-fix-wrapper {
    width: calc(100vw - 6rem);
  }

  .temp-fix-wrapper,
  .temp-fix-wrapper2 {
    margin-left: auto;
    margin-right: auto;
  }

  .home_content {
    margin-top: 82px;
  }

  .main-content {
    min-height: calc(100vh - (200px + 82px));
  }

  .header_mobile[data-v-0c96eae9] {
    height: auto;
  }

  .header_mobile .home img[data-v-0c96eae9] {
    height: 2rem;
    margin: 10px 0;
  }

  .img-title-en {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }

  .nav-span a {
    font-size: 0.6rem;
  }

  .swiper {
    margin-top: 64px;
  }

  .contact-info[data-v-710ce9a0] {
    font-size: 0.7rem;
  }

  .new-bottom[data-v-710ce9a0] {
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
  }

  .new-bottom .logo {
    height: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .game-item {
    margin-top: 1rem;
  }

  .game-list .set-game-item-width .el-image .el-image__inner {
    object-fit: initial;
  }

  .game-list .set-game-item-width {
    height: auto;
    margin-bottom: 0;
  }

  .game-bg,
  .campus-bg,
  .social-bg,
  .about-bg,
  .privacy-bg,
  .terms-bg,
  .associate-bg {
    margin-top: 86px;
  }

  .game-list {
    height: auto;
    min-height: calc(100vh - (220px + 82px));
  }

  .game-img {
    width: calc(100% - 4rem);
  }

  .text-2xl {
    font-size: 1rem;
  }

  .text-xl {
    font-size: 0.8rem;
  }

  .text-4xl {
    font-size: 1.1rem;
  }

  .text-5xl {
    font-size: 1.2rem;
  }

  .leading-8 {
    line-height: 1.5rem;
  }

  .display-list {
    padding-left: 0.5rem;
  }

  .header_mobile .menus .el-menu[data-v-0c96eae9] {
    width: 100%;
  }
}
