* {
  padding: 0;
  margin: 0;
  font-family: Roboto, roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, PingFang SC, Noto Sans, Roboto, Microsoft Yahei, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-style: normal;
  font-display: swap;
}
a {
  text-decoration: none;
}
ul,
ol,
li {
  list-style: none;
}
img {
  margin: 0;
  padding: 0;
}
:root {
  font-size: 10px;
}
.ad-box,
.ads-1 {
  text-align: center;
}
.adHeight {
  width: 100%;
  height: 252px;
}
.adTitle {
  color: #CCC;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-align: center;
}
@media (min-width: 356px) {
  .adHeight {
    width: 100%;
    height: 312px;
  }
}
@media (min-width: 748px) {
  .adHeight {
    width: 100%;
    height: 280px;
  }
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.htmlWrap {
  background-color: #6347AC;
}
.wrap {
  max-width: 1920px;
  min-height: 90vh;
  margin: 0 auto;
}
.content {
  max-width: 1280px;
  min-height: 90vh;
  margin: 0 auto;
}
.loading {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin: 20px;
}
.itemLink {
  display: block;
  width: calc(100% - 16px);
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 8px;
  border-radius: 10%;
  cursor: pointer;
  position: relative;
}
.itemLink .itemLogo {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10%;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.itemLink .shadow {
  display: none;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 10%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 75%, #000 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.itemLink .itemName {
  display: none;
  width: 80%;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 26.4px;
  padding: 2px 10%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.itemLink:hover {
  transform: scale(1.1);
  transition: all 0.2s ease-out;
  box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.2);
}
.itemLink:hover .shadow {
  display: block;
}
.itemLink:hover .itemName {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
}
.footerWrap {
  background-color: #F5F5F5;
  border-top: 1px solid #E4E4E4;
}
.footerWrap .footer {
  padding: 32px 100px;
}
.footerWrap .footer .logoWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerWrap .footer .logoWrap .logoLink .logoImg {
  height: 32px;
  width: auto;
  object-fit: cover;
}
.footerWrap .footer .welcome {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin: 24px 0 16px 0;
}
.footerWrap .footer .htmlList {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px 0;
}
.footerWrap .footer .htmlList .htmlItem {
  padding: 0 32px;
  text-align: center;
  border-left: 1px solid #D9D9D9;
}
.footerWrap .footer .htmlList .htmlItem .htmlLink {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.footerWrap .footer .htmlList .htmlItem:first-child {
  border-left: none;
}
.backTop {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 40px;
  cursor: pointer;
}
.backTop .svgIcon {
  width: 50px;
  height: 50px;
  filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.15)) drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
}
.backTop .topHover {
  display: none;
}
.backTop:hover .topDefault {
  display: none;
}
.backTop:hover .topHover {
  display: block;
}
.cookie-notice-container {
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  font-size: 16px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #6f6f6f;
  text-align: center;
  z-index: 999999;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.cookie-notice-container .container {
  max-height: 40px;
  font-size: 10px;
  max-width: 900px;
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 10px;
  padding-right: 100px;
  margin: 0 auto;
}
.cookie-notice-container .container a,
.cookie-notice-container .container button,
.cookie-notice-container .container video {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  text-decoration: none;
}
.cookie-notice-container .container .moreJump {
  color: #0186FF;
}
.cookie-notice-container .container button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-8px, -50%);
  display: block;
  padding: 0 25px;
  height: 30px;
  line-height: 30px;
  background: #0186FF;
  border: none;
  color: #fff;
  margin: 0 auto;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
}
.cookie-notice-container:before {
  content: '';
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  z-index: -1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .footerWrap .footer {
    padding: 32px 16px;
  }
  .footerWrap .footer .logoWrap .logoLink .logoImg {
    height: 27px;
  }
  .footerWrap .footer .welcome {
    margin: 16px 0;
  }
  .footerWrap .footer .htmlList {
    margin: 0;
  }
  .footerWrap .footer .htmlList .htmlItem {
    width: 100%;
    padding: 10px 16px;
    border-left: none;
  }
  .footerWrap .footer .htmlList .htmlItem .htmlLink {
    font-size: 16px;
  }
  .backTop {
    right: 16px;
  }
  .cookie-notice-container {
    font-size: 14px;
  }
}
.content {
  padding: 24px 16px 52px 16px;
}
.gamePlay {
  max-width: 1008px;
  height: 570px;
  margin: auto;
  background-color: #7856CF;
  border-radius: 8px;
}
.gamePlay .gameCover {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  padding: 20px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.gamePlay .gameCover .gameImg {
  width: 100%;
  display: flex;
  justify-content: center;
}
.gamePlay .gameCover .gameImg .itemLogo {
  width: 150px;
  height: 150px;
  border-radius: 15px;
}
.gamePlay .gameCover .itemName {
  width: 100%;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  margin: 16px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.gamePlay .gameCover .playButton {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 60px;
  background-color: #FFF;
  border-radius: 6px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.gamePlay .gameCover .playButton .playButtonSvg {
  margin-right: 10px;
}
.gamePlay .gameCover .playButton .playButtonText {
  color: #1A1A1A;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.gamePlay .backPage {
  display: none;
  padding: 0.5rem 1.5rem;
  background-color: #7856CF;
  border-radius: 0 2rem 2rem 0;
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 2;
  text-align: center;
  cursor: pointer;
}
.gamePlay .game {
  width: 100%;
  height: 570px;
}
.swiperWrap {
  max-width: 1032px;
  margin: 8px auto;
  overflow: hidden;
}
.swiperWrap .swiperList {
  display: flex;
  width: 400%;
  transform: translateX(-25%);
}
.swiperWrap .swiperList .swiperItem {
  display: flex;
  width: 50%;
}
.recommendList {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 8px;
}
@media only screen and (max-width: 767px) {
  .content {
    padding: 0;
  }
  .gamePlay {
    width: 100%;
    height: 506px;
    border-radius: none;
  }
  .gamePlay .gameCover .gameImg .itemLogo {
    width: 80px;
    height: 80px;
    border-radius: 8px;
  }
  .gamePlay .gameCover .itemName {
    font-size: 18px;
  }
  .gamePlay .gameCover .playButton {
    padding: 7px 32px;
  }
  .gamePlay .gameCover .playButton .playButtonSvg {
    margin-right: 10px;
  }
  .gamePlay .game {
    height: 506px;
  }
  .swiperWrap {
    margin: 8px;
  }
  .recommendList {
    width: calc(100% - 16px);
    padding: 8px 8px 16px 8px;
  }
  .recommendList .gameItem {
    width: calc(100% / 3);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .recommendList .gameItem {
    width: calc(100% / 4);
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1200px) {
  .recommendList .gameItem {
    width: calc(100% / 6);
  }
}
@media only screen and (min-width: 1201px) {
  .recommendList .gameItem {
    width: calc(100% / 8);
  }
}
