body {
  background-color: #340a4a;
}
.main {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}
.main .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.main .bg img {
  width: 100%;
  vertical-align: bottom;
}
.main .content {
  position: relative;
  z-index: 10;
}
.main .content .logo {
  width: 80%;
  padding: 10% 0 0 2%;
  margin: 0 auto;
  animation: azoom 2s infinite ease-in-out;
}
.main .content .logo img {
  width: 100%;
}
.main .content .top-swiper {
  position: relative;
  width: 100%;
  margin-top: 5%;
}
.main .content .top-swiper .swiper-box {
  box-sizing: border-box;
  width: 89%;
  aspect-ratio: 16/8;
  margin: 0 auto;
  padding: 1%;
}
.main .content .top-swiper .swiper-box .swiper {
  width: 100%;
  height: 100%;
  background-color: gray;
  border-radius: 10%;
  overflow: hidden;
}
.main .content .top-swiper .swiper-box .swiper-float {
  position: absolute;
  width: 16%;
  aspect-ratio: 1/1;
  background-color: #68e238;
  border-radius: 50%;
  z-index: 11;
  border: 2px solid #fff;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(233, 1, 1, 0.5);
}
.main .content .top-swiper .swiper-box .swiper-float.swiper-float_1 {
  top: -5%;
  left: 3%;
  animation: afloat1 2s infinite ease-in-out;
}
.main .content .top-swiper .swiper-box .swiper-float.swiper-float_1 .swiper-slide {
  transform: translateY(-100%) translateX(-30%);
}
.main .content .top-swiper .swiper-box .swiper-float.swiper-float_2 {
  bottom: -8%;
  right: 2%;
  width: 20%;
  animation: afloat2 2s infinite ease-in-out;
}
.main .content .top-swiper .swiper-box .swiper-float.swiper-float_2 .swiper-slide {
  transform: translateX(-100%) translateY(30%);
}
.main .content .top-swiper .border {
  position: absolute;
  top: 0;
  width: 90%;
  height: 100%;
  margin: 0 5%;
  border-radius: 10px;
  overflow: hidden;
  z-index: 10;
}
.main .content .top-swiper .border img {
  width: 100%;
  height: 100%;
}
.main .content .scroll-bar {
  display: flex;
  align-items: center;
  width: 100%;
  aspect-ratio: 8/1;
  margin-top: 10%;
  background-image: url(/assets/images/bg_scroll.png);
  background-size: 100% 130%;
}
.main .content .scroll-bar marquee {
  padding: 1% 10px 0;
  font-size: 1rem;
  font-weight: bold;
  color: white;
}
.main .content .sec-01 {
  margin-top: 15%;
  text-align: center;
}
.main .content .sec-01 h3 {
  color: white;
}
.main .content .sec-01 .items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 2%;
}
.main .content .sec-01 .items .item {
  position: relative;
  width: 24%;
  margin: 2%;
  aspect-ratio: 4/5;
  background-image: url(/assets/images/bg_room01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.main .content .sec-01 .items .item img {
  position: absolute;
  bottom: 10%;
  left: -10%;
  width: 100%;
}
.main .content .sec-01 .items .i1 img {
  left: -7%;
  width: 80%;
}
.main .content .sec-01 .items .i2 img {
  left: -6%;
  width: 90%;
}
.main .content .sec-01 .items .i3 img {
  left: 2%;
  width: 70%;
}
.main .content .sec-logo {
  width: 100%;
  margin-left: 2%;
}
.main .content .sec-logo img {
  display: block;
  width: 60%;
  margin: 24% auto 0;
}
.main .content .sec-game {
  margin-top: 8%;
}
.main .content .sec-game .items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.main .content .sec-game .items .item {
  width: 38%;
  margin: 0 4% 6%;
}
.main .content .sec-game .items .item img {
  width: 100%;
}
.main .content .sec-02 h3 {
  color: white;
  text-align: center;
}
.main .content .sec-02 .ad {
  width: 90%;
  margin: 0 auto;
  padding-top: 4%;
}
.main .content .sec-02 .ad img {
  display: block;
  width: 100%;
  margin-left: 5%;
}
.main .content .sec-02 .btn {
  width: 50%;
  margin: 10% auto 0;
}
.main .content .sec-02 .btn img {
  display: block;
  width: 100%;
}
.main .content .sec-02 .other {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.main .content .sec-02 .other img {
  width: 100%;
}
.main .content .bottom-swiper {
  position: relative;
  width: 100%;
  margin-top: 10%;
}
.main .content .bottom-swiper .swiper-box {
  box-sizing: border-box;
  width: 89%;
  aspect-ratio: 16/8;
  margin: 0 auto;
  padding: 1%;
}
.main .content .bottom-swiper .swiper-box .swiper {
  width: 100%;
  height: 100%;
  background-color: gray;
  border-radius: 10%;
  overflow: hidden;
}
.main .content .bottom-swiper .swiper-box .swiper-float {
  position: absolute;
  width: 16%;
  aspect-ratio: 1/1;
  background-color: #68e238;
  border-radius: 50%;
  z-index: 11;
  border: 2px solid #fff;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(233, 1, 1, 0.5);
}
.main .content .bottom-swiper .swiper-box .swiper-float.swiper-float_1 {
  top: -5%;
  left: 3%;
  animation: afloat1 2s infinite ease-in-out;
}
.main .content .bottom-swiper .swiper-box .swiper-float.swiper-float_1 .swiper-slide {
  transform: translateY(-100%) translateX(-30%);
}
.main .content .bottom-swiper .swiper-box .swiper-float.swiper-float_2 {
  bottom: -8%;
  right: 2%;
  width: 20%;
  animation: afloat2 2s infinite ease-in-out;
}
.main .content .bottom-swiper .swiper-box .swiper-float.swiper-float_2 .swiper-slide {
  transform: translateX(-100%) translateY(30%);
}
.main .content .bottom-swiper .border {
  position: absolute;
  top: 0;
  width: 90%;
  height: 100%;
  margin: 0 5%;
  border-radius: 10px;
  overflow: hidden;
  z-index: 10;
}
.main .content .bottom-swiper .border img {
  width: 100%;
  height: 100%;
}
.main .content .btm-logo img {
  display: block;
  width: 30%;
  margin: 0 auto;
  padding-top: 14%;
}
.main .content .btm-logo .down-btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  margin: 8% auto 0;
  padding-bottom: 3.5%;
  aspect-ratio: 10/4;
  background-image: url(/assets/images/btn_public.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.main .content .btm-logo .down-btn p {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
}
.main .content .footer {
  width: 90%;
  margin: 30% auto 0;
  padding-top: 0;
  background-color: #340a4a;
}
.main .content .footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.main .content .footer ul li {
  padding: 0 6%;
  margin-bottom: 6%;
}
.main .content .footer ul li a {
  color: white;
  text-decoration: none;
  text-decoration: underline;
}
.main .content .footer .contact {
  display: block;
  font-size: 18px;
  width: 50%;
  margin: 0 auto 10%;
  background: linear-gradient(135deg, #1bac3a, #e2b22e);
  color: white;
  padding: 10px 10px;
  border-radius: 10px;
}
.main .content .footer .contact a {
  color: white;
}
.main .content .footer p {
  text-align: center;
  font-size: 12px;
  color: #c2c1c1;
}
.main .content .footer .copy {
  margin-top: 10%;
  padding: 5% 0 30%;
  border-top: 1px solid #838383;
}
.main .content .float {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 750px;
  padding: 10px 40px 10px 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  z-index: 999;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  color: white;
  background: linear-gradient(135deg, #1bac3a, #e2b22e);
}
.main .content .float .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 16%;
  padding: 0;
  aspect-ratio: 1/1;
  animation: none;
}
.main .content .float .logo img {
  width: 100%;
}
.main .content .float .text {
  flex-grow: 1;
  padding: 0 10px;
  font-size: 1rem;
  font-weight: bold;
}
.main .content .float .btn {
  flex-shrink: 0;
  width: 40%;
  animation: azoom 1s infinite;
}
.main .content .float .btn img {
  margin-top: 10px;
  width: 100%;
}
@keyframes azoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes afloat1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes afloat2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
