.main {
  width: 500px;
  height: auto;
  margin: 0 auto;
}
.box-mokeup {
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-modal,
.box-modal-download {
  position: fixed;
  /* bottom: 0;
  right: 0; */
  width: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  z-index: 999;
}

.box-modal-download .box-warp-download {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 1rem;
  border: solid 1px #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  width: 440px;
  height: 182.64px;
  z-index: 99;
}

.box-modal .box-warp {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(8, 0, 0, 0.99);
  border-radius: 1rem;
  border: solid 1px #ffffff;
  width: 440px;
  height: 387.31px;
  z-index: 99;
}

.no-scroll {
  overflow: hidden;
}

.box-modal .box-warp .close-warp,
.box-modal-download .box-warp-download .close-warp {
  top: 105%;
  position: absolute;
}

.main .box-cumstomer {
  position: fixed;
  width: 500px;
  top: 120px;
  z-index: 10;
  margin: 0 auto;
  display: flex;
}

.main .box-cumstomer a {
  margin-left: 83%;
}


.main .box-cumstomer a img {
  width: 66.66px;
  height: 66.66px;

}

.main .banner-home {
  width: 100%;
}

.main .banner-home .box-img {
  width: 100%;
}

.main .banner-home .box-img img {
  width: 100%;
}

section .line-text {
  background-color: rgba(10, 10, 10, 1);
  width: 100%;
}

section .line-text-2 {
  background-color: rgba(10, 10, 10, 1);
  width: 100%;
  text-align: center;
  padding: 6px;
}

section .line-text-3 {
  background-color: rgba(10, 10, 10, 1);
  width: 100%;
  text-align: center;
  padding: 10px;
  height: 100px;
}

section .line-text-3 h3,
section .line-text-2 h3 {
  color: white;
}

section .box-hide {
  background-color: rgba(10, 10, 10, 1);
  margin-top: -18px;
  height: 100px;
  width: 100%;
}

section .line-text p {
  text-align: center;
  padding: 15px;
  color: #202124;
}

section .game-box {
  /* width: 100%; */
  margin-top: -18px;
}

section .download img {
  width: 100%;
}

section .game-box .box-img img {
  width: 100%;
}

section .footer {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
}

section .footer .box {
  background-color: rgba(0, 0, 0, 0.8);
  width: 500px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

section .footer .box-1 section .footer .box-2 {
  width: 50%;
}

section .footer .box-1 button {
  background-color: rgb(22, 120, 255);
  border: none;
  border-radius: 10px;
  padding: 10px 50px;
  color: #FFFFFF;
  font-size: 18px;
}

section .footer .box-2 button {
  background-color: rgb(255, 170, 9);
  border: none;
  border-radius: 10px;
  padding: 10px 50px;
  color: #FFFFFF;
  font-size: 18px;
}

section .footer .box-2 .box-earn {
  position: relative;
}

section .footer .box-2 .box-earn .box {
  position: absolute;
  background-color: #ea4e3d;
  margin: 0 auto;
  width: 200px;
  z-index: 1;
  right: 0;
  bottom: 5px;
  height: 20px;

  /* clip-path: polygon(0 0, 100% 0, 
  100% 65%, 
  7% 65%, 
  0 84%, 
  0 66%); */

  border-radius: 10px;

}

section .footer .box-2 .box-earn .box p {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;


}