* {
  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;
  }
}
.wrap {
  padding: 16px 24px 52px 24px;
}
.games .gameList {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.games .gameList .ad-box {
  order: 2;
  width: 100%;
  margin: 0 8px;
}
.games .gameList .gameItem {
  order: 3;
}
@media only screen and (max-width: 767px) {
  .wrap {
    padding: 8px 8px 16px 8px;
  }
  .games .gameList .gameItem {
    width: calc(100% / 3);
  }
  .games .gameList .gameItem:nth-child(-n+6) {
    order: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .games .gameList .gameItem {
    width: calc(100% / 5);
  }
  .games .gameList .gameItem:nth-child(-n+10) {
    order: 1;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1200px) {
  .games .gameList .gameItem {
    width: calc(100% / 7);
  }
  .games .gameList .gameItem:nth-child(-n+14) {
    order: 1;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1300px) {
  .games .gameList .gameItem {
    width: calc(100% / 8);
  }
  .games .gameList .gameItem:nth-child(-n+16) {
    order: 1;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1920px) {
  .games .gameList .gameItem {
    width: calc(100% / 9);
  }
  .games .gameList .gameItem:nth-child(-n+18) {
    order: 1;
  }
}
@media only screen and (min-width: 1920px) {
  .games .gameList .gameItem {
    width: calc(100% / 9);
  }
  .games .gameList .gameItem:nth-child(-n+18) {
    order: 1;
  }
}
.pcGames .gameList .gameItem .itemLink {
  aspect-ratio: 15 / 7;
  border-radius: 8px;
}
.pcGames .gameList .gameItem .itemLink .itemLogo {
  aspect-ratio: 15 / 7;
  object-fit: cover;
  border-radius: 8px;
}
.pcGames .gameList .gameItem .itemLink .shadow {
  aspect-ratio: 15 / 7;
  border-radius: 8px;
}
@media only screen and (max-width: 500px) {
  .wrap {
    padding: 8px 8px 16px 8px;
  }
  .pcGames .gameList .gameItem {
    width: calc(100% / 2);
  }
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
  .wrap {
    padding: 8px 8px 16px 8px;
  }
  .pcGames .gameList .gameItem {
    width: calc(100% / 3);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .pcGames .gameList .gameItem {
    width: calc(100% / 4);
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1200px) {
  .pcGames .gameList .gameItem {
    width: calc(100% / 5);
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1920px) {
  .pcGames .gameList .gameItem {
    width: calc(100% / 6);
  }
}
@media only screen and (min-width: 1920px) {
  .pcGames .gameList .gameItem {
    width: calc(100% / 6);
  }
}
