@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("https://resources.egoffice4u.com/frontend/fonts/materialIcon/materialicons.woff2") format("woff2");
}
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url("https://resources.egoffice4u.com/frontend/fonts/materialIcon/materialiconsoutlined.woff2") format("woff2");
}
@font-face {
  font-family: "Material Icons Round";
  font-style: normal;
  font-weight: 400;
  src: url("https://resources.egoffice4u.com/frontend/fonts/materialIcon/materialiconsround.woff2") format("woff2");
}
@font-face {
  font-family: "Material Icons Sharp";
  font-style: normal;
  font-weight: 400;
  src: url("https://resources.egoffice4u.com/frontend/fonts/materialIcon/materialiconssharp.woff2") format("woff2");
}
@font-face {
  font-family: "Material Icons Two Tone";
  font-style: normal;
  font-weight: 400;
  src: url("https://resources.egoffice4u.com/frontend/fonts/materialIcon/materialiconstwotone.woff2") format("woff2");
}
/*------------------------Font Awesome Shortcut--------------------------*/
.section.section-category .sectionWrap .pageContents {
  background: transparent;
}
@media screen and (max-width: 550px) {
  .section.section-category .sectionWrap .pageContents.marginDeduct {
    margin-top: 0;
  }
}
.section.section-category .sectionWrap .pageContents nav .nav-tabs {
  border-bottom: 0;
}
.section.section-category .sectionWrap .pageContents nav .nav-tabs .nav-link {
  padding: 1rem 2rem;
  margin-right: 1rem;
  font-size: 1.6rem;
}
.section.section-category .sectionWrap .pageContents nav .nav-tabs .nav-link:only-child {
  display: none;
}
.section.section-category .sectionWrap .pageContents nav .nav-tabs .nav-link.active {
  background-color: #FEA827;
  border-radius: 6px;
  border-color: #FEA827;
  color: #000000;
}
.section.section-category .sectionWrap .pageContents nav .nav-tabs .nav-link:hover {
  border-radius: 6px;
  border-color: #FEA827;
}
.section.section-category .sectionWrap .pageContents .tab-content {
  margin: 3rem 0 4.5rem;
}
.section.section-category .sectionWrap .pageContents .tab-content .tab-pane .categoryLogo {
  position: relative;
  height: 0;
  padding-bottom: 30.401%;
}
.section.section-category .sectionWrap .pageContents .tab-content .tab-pane .categoryLogo a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section.section-category .sectionWrap .pageContents .tab-content .tab-pane .categoryLogo a .product-logo img {
  width: 100%;
}
.section.section-category .sectionWrap .pageContents .tab-content .tab-pane .categoryLogo a .product-label {
  position: absolute;
}
.section.section-category .sectionWrap .pageContents .tab-content .tab-pane .categoryLogo a .product-label img {
  width: 100%;
}
.section.section-category .sectionWrap .pageContents .tab-content .tab-pane .categoryLogo a .product-label.topLeft {
  left: 0%;
  top: 0%;
}
.section.section-category .sectionWrap .pageContents .tab-content .tab-pane .categoryLogo a .product-label.topRight {
  right: 0%;
  top: 0%;
}
.section.section-category .sectionWrap .pageContents .tab-content .tab-pane .categoryLogo a .product-label.bottomLeft {
  left: 0%;
  bottom: 0%;
}
.section.section-category .sectionWrap .pageContents .tab-content .tab-pane .categoryLogo a .product-label.bottomRight {
  right: 0%;
  bottom: 0%;
}
.section.section-category .sectionWrap .pageContents .tab-content .tab-pane .categoryLogo.withoutIMG .no-image-attach {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.section.section-category .sectionWrap .pageContents .tab-content .tab-pane .categoryLogo.withoutIMG .no-image-attach .product-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "themeRegular";
  width: 65%;
  max-width: 290px;
  text-align: center;
}
.section.section-category .sectionWrap .pageContents .fourCategory {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 4rem;
}
.section.section-category .sectionWrap .pageContents .fourCategory .categoryLogo {
  position: relative;
  box-sizing: border-box;
  max-width: initial;
  padding: 0;
  flex: 0 0 16.6%;
}
@media screen and (max-width: 1024px) {
  .section.section-category .sectionWrap .pageContents .fourCategory .categoryLogo {
    flex: 0 0 20%;
  }
}
@media screen and (max-width: 768px) {
  .section.section-category .sectionWrap .pageContents .fourCategory .categoryLogo {
    flex: 0 0 25%;
  }
}
@media screen and (max-width: 550px) {
  .section.section-category .sectionWrap .pageContents .fourCategory .categoryLogo {
    flex: 0 0 33.33%;
  }
}
.section.section-category .sectionWrap .pageContents .fourCategory .categoryLogo a {
  width: 100%;
  height: 100%;
  position: relative;
}
.section.section-category .sectionWrap .pageContents .fourCategory .categoryLogo a .product-logo img {
  width: 100%;
}
.section.section-category .sectionWrap .pageContents .fourCategory .categoryLogo a .product-label {
  position: absolute;
  width: 3.5rem;
}
@media screen and (max-width: 550px) {
  .section.section-category .sectionWrap .pageContents .fourCategory .categoryLogo a .product-label {
    width: 25%;
  }
}
.section.section-category .sectionWrap .pageContents .fourCategory .categoryLogo a .product-label img {
  width: 100%;
}
.section.section-category .sectionWrap .pageContents .fourCategory .categoryLogo a .product-label.topLeft {
  left: 6%;
  top: 4%;
}
.section.section-category .sectionWrap .pageContents .fourCategory .categoryLogo a .product-label.topRight {
  right: 6%;
  top: 4%;
}
.section.section-category .sectionWrap .pageContents .fourCategory .categoryLogo a .product-label.bottomLeft {
  left: 6%;
  bottom: 4%;
}
.section.section-category .sectionWrap .pageContents .fourCategory .categoryLogo a .product-label.bottomRight {
  right: 6%;
  bottom: 4%;
}
@media screen and (max-width: 550px) {
  .section.section-category .sectionWrap .pageContents .fourCategory .categoryLogo a .product-label.vertical {
    width: 15%;
  }
}
.section.section-category .sectionWrap .pageContents .fourCategory .categoryLogo.withoutIMG {
  min-height: 180px;
  margin: 1rem;
  flex: 0 0 calc(16.6% - 2rem);
}
@media screen and (max-width: 1024px) {
  .section.section-category .sectionWrap .pageContents .fourCategory .categoryLogo.withoutIMG {
    flex: 0 0 calc(20% - 2rem);
  }
}
@media screen and (max-width: 767px) {
  .section.section-category .sectionWrap .pageContents .fourCategory .categoryLogo.withoutIMG {
    min-height: 100px;
    flex: 0 0 calc(25% - 2rem);
  }
}
@media screen and (max-width: 550px) {
  .section.section-category .sectionWrap .pageContents .fourCategory .categoryLogo.withoutIMG {
    flex: 0 0 calc(33.33% - 2rem);
    min-height: 100px;
  }
}
.section.section-category .sectionWrap .pageContents .fourCategory .categoryLogo.withoutIMG .no-image-attach {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
}
.section.section-category .sectionWrap .pageContents .fourCategory .categoryLogo.withoutIMG .no-image-attach .product-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "themeRegular";
  font-size: 2rem;
  font-weight: bold;
  width: 80%;
  text-align: center;
  word-break: break-all;
}
.section.section-category .sectionWrap .pageContents .fourCategory .categoryLogo.withoutIMG .no-image-attach .product-label {
  position: absolute;
  width: 3.5rem;
}
@media screen and (max-width: 550px) {
  .section.section-category .sectionWrap .pageContents .fourCategory .categoryLogo.withoutIMG .no-image-attach .product-label {
    width: 30%;
  }
}
.section.section-category .sectionWrap .pageContents .fourCategory .categoryLogo.withoutIMG .no-image-attach .product-label img {
  width: 100%;
}
.section.section-category .sectionWrap .pageContents .fourCategory .categoryLogo.withoutIMG .no-image-attach .product-label.topLeft {
  left: 0%;
  top: 0%;
}
.section.section-category .sectionWrap .pageContents .fourCategory .categoryLogo.withoutIMG .no-image-attach .product-label.topRight {
  right: 0%;
  top: 0%;
}
.section.section-category .sectionWrap .pageContents .fourCategory .categoryLogo.withoutIMG .no-image-attach .product-label.bottomLeft {
  left: 0%;
  bottom: 0%;
}
.section.section-category .sectionWrap .pageContents .fourCategory .categoryLogo.withoutIMG .no-image-attach .product-label.bottomRight {
  right: 0%;
  bottom: 0%;
}
@media screen and (max-width: 550px) {
  .section.section-category .sectionWrap .pageContents .fourCategory .categoryLogo.withoutIMG .no-image-attach .product-label.vertical {
    width: 15%;
  }
}
.section.section-gamelist .row {
  margin-right: 0;
  margin-left: 0;
}
.section.section-gamelist .sectionWrap .pageContents {
  margin-top: -4rem;
}
@media screen and (max-width: 550px) {
  .section.section-gamelist .sectionWrap .pageContents {
    margin-top: 0;
  }
}
.section.section-gamelist .sectionWrap .pageContents .section-product-gb {
  justify-content: flex-end;
  align-items: flex-end;
}
.section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-product {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.7);
  margin-bottom: 2.2rem;
}
.section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-product img {
  width: 70px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
}
.section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-product .productName {
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 2rem 0 3rem;
}
.section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-game-balance {
  border-radius: 8px;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin-left: auto;
  padding: 1.7rem 3rem;
  background: rgba(0, 0, 0, 0.7);
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 576px) {
  .section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-game-balance {
    flex: 1 1 1%;
  }
}
.section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-game-balance .game-balance {
  margin-right: 4rem;
}
.section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-game-balance .game-balance h5 {
  color: #B8B8B8;
  font-size: 1.6rem;
  margin-bottom: 1.4rem;
}
.section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-game-balance .game-balance p {
  font-size: 2.8rem;
  font-weight: bold;
  color: #FEA827;
}
.section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-game-balance .game-balance .errorMessage {
  color: #E85B5E;
  font-size: 1.6rem;
}
.section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-game-balance .game-balance .errorMessage .btn-retry {
  text-decoration: underline;
  color: #ffffff;
  padding: 0;
  font-size: 1.6rem;
  margin-left: 0.5rem;
}
.section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-game-balance .game-balance .errorMessage .btn-retry:hover {
  color: #FEA827;
}
.section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-game-balance .btn-ticket .btn-deposit, .section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-game-balance .btn-ticket .btn-withdraw, .section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-game-balance .btn-ticket .btn-transfer {
  border: 0;
  border-radius: 6px;
  color: #000;
  background: #FEA827;
  padding: 1rem 2rem;
  margin-right: 1rem;
  font-size: 1.6rem;
}
.section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-game-balance .btn-ticket .btn-deposit:last-child, .section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-game-balance .btn-ticket .btn-withdraw:last-child, .section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-game-balance .btn-ticket .btn-transfer:last-child {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  .section.section-gamelist .sectionWrap .pageContents .section-product-gb.row {
    display: block;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-product {
    margin-bottom: 2rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-game-balance {
    display: block;
    padding: 2rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-game-balance .game-balance {
    margin-bottom: 2rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-product-gb .btn-ticket.btn-group {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  .section.section-gamelist .sectionWrap .pageContents .section-product-gb {
    position: relative;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-product {
    margin-bottom: 2rem;
    padding: 0rem;
    border: 0;
    background: none;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-product img {
    width: 20%;
    margin-right: 1rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-product .productName {
    font-size: 2rem;
    margin: 0;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-game-balance {
    padding: 0rem;
    margin-bottom: 3rem;
    border: 0;
    background: none;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-game-balance .game-balance {
    margin-right: 0;
    margin-bottom: 0rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-game-balance .game-balance h5 {
    margin-bottom: 0;
    font-size: 1.2rem;
    text-align: center;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-game-balance .game-balance p {
    font-size: 1.6rem;
    justify-self: flex-end;
    margin-left: auto;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-game-balance .game-balance p .amount {
    display: block;
    padding: 0.5rem 0 2rem 0;
    text-align: center;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-game-balance .game-balance p .amount .balanceAmount {
    color: #E7DAA3;
    font-size: 3rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-game-balance .game-balance p .amount.error {
    text-align: center;
    font-size: 1.4rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-game-balance .game-balance p .amount.error .errorMessage {
    font-size: 1.2rem;
    line-height: 1.3em;
    text-align: center;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-game-balance .game-balance p .amount.error .errorMessage > span {
    margin-right: 0.5rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-game-balance .game-balance p .amount.error .errorMessage button {
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
    font-weight: bold;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-game-balance .btn-ticket.btn-group {
    display: flex;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-game-balance .btn-ticket.btn-group a {
    flex: 1 1 auto;
    font-size: 1.6rem;
    padding: 1rem;
    margin-right: 4%;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-product-gb .section-game-balance .btn-ticket.btn-group a:last-child {
    margin-right: 0;
  }
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play {
  border-radius: 6px;
  padding: 4rem 8rem;
  background: rgba(0, 0, 0, 0.7);
  margin-bottom: 4rem;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner {
  box-sizing: border-box;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(1) {
  flex: 1 1 50%;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(1).section-game-account {
  padding-right: 8rem;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(2) {
  flex: 1 1 50%;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(2).section-download {
  border-left: 1px solid #7b7b7b;
  padding-left: 8rem;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(2).section-play-now {
  border-top: 0;
  padding-left: 8rem;
  margin-top: 0;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(2).section-play-now .playNow {
  margin-top: -4rem;
  text-align: left;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(3) {
  flex: 1 1 100%;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .title p {
  font-size: 2.8rem;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .desc p {
  font-size: 1.6rem;
  margin: 2rem 0;
  line-height: 1.5;
  color: #999999;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .desc p .copy, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .desc p .play {
  color: #FEA827;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass {
  padding: 2rem 0 0;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .section-copy {
  padding-left: 0px;
  padding-right: 0px;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .section-copy .username, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .section-copy .password {
  color: #B8B8B8;
  margin-bottom: 1rem;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .section-copy .section-copy-detail {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .section-copy .section-copy-detail .input-username input.form-control, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .section-copy .section-copy-detail .input-password input.form-control {
  border: 0;
  padding: 0.3rem 1rem;
  border-radius: 6px;
  font-size: 1.6rem;
  color: #787878;
  background: #868686;
  width: calc(100% - 2rem - 2px);
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .section-copy .section-copy-detail .copy-username, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .section-copy .section-copy-detail .copy-password {
  text-align: right;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .section-copy .section-copy-detail .copy-username button.btn-copy, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .section-copy .section-copy-detail .copy-password button.btn-copy {
  border: 0;
  color: #000;
  background: #FEA827;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 6px;
  padding: 0.8rem 2rem;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .row div.col-md-auto {
  padding: 0;
}
@media screen and (max-width: 550px) {
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .row div.col-md-auto {
    width: auto;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .row div.col-md-auto a.btn, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .row div.col-md-auto button.btn {
    font-size: 1.2rem !important;
  }
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .row div.col-md-auto:first-child a.btn, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .row div.col-md-auto:first-child button.btn {
  color: #fff;
  background: #000;
  border: 1px solid #EFC02F;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .row div.col-md-auto:first-child a.btn:hover, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .row div.col-md-auto:first-child a.btn:active, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .row div.col-md-auto:first-child a.btn:focus, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .row div.col-md-auto:first-child button.btn:hover, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .row div.col-md-auto:first-child button.btn:active, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .row div.col-md-auto:first-child button.btn:focus {
  box-shadow: none;
  outline: none;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .row div.col-md-auto:last-child {
  margin-left: 1rem;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .row div.col-md-auto:last-child a.btn, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .row div.col-md-auto:last-child button.btn {
  color: #000;
  background: #EFC02F;
  border: 1px solid #EFC02F;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .row div.col-md-auto:last-child a.btn:hover, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .row div.col-md-auto:last-child a.btn:active, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .row div.col-md-auto:last-child a.btn:focus, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .row div.col-md-auto:last-child button.btn:hover, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .row div.col-md-auto:last-child button.btn:active, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .row div.col-md-auto:last-child button.btn:focus {
  box-shadow: none;
  outline: none;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .row div.col-md-auto a.btn, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .row div.col-md-auto button.btn {
  border-radius: 6px;
  padding: 1rem;
  font-size: 1.6rem;
  border-radius: 0.6rem;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .row div.col-md-auto a.btn:hover, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .row div.col-md-auto a.btn:active, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .row div.col-md-auto a.btn:focus, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .row div.col-md-auto button.btn:hover, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .row div.col-md-auto button.btn:active, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .row div.col-md-auto button.btn:focus {
  box-shadow: none;
  outline: none;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-download .download .title p {
  font-size: 2.8rem;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-download .download .desc p {
  font-size: 1.6rem;
  margin: 2rem 0;
  line-height: 1.5;
  color: #999999;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-download .download .desc p .copy, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-download .download .desc p .play {
  color: #FEA827;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-download .download .download-btn {
  padding: 2rem 0 0;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-download .download .download-btn .btn-andriod a.btn-download, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-download .download .download-btn .btn-ios a.btn-download, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-download .download .download-btn .btn-desktop a.btn-download {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
  background: #FEA827;
  border: 0;
  color: #000;
  border-radius: 6px;
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-download .download .download-btn .btn-andriod a.btn-download i, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-download .download .download-btn .btn-ios a.btn-download i, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-download .download .download-btn .btn-desktop a.btn-download i {
  position: relative;
  font-size: 2.8rem;
  margin-right: 2rem;
  width: 3.5rem;
  height: 3.5rem;
  color: #000;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-download .download .download-btn .btn-andriod a.btn-download i::before, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-download .download .download-btn .btn-ios a.btn-download i::before, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-download .download .download-btn .btn-desktop a.btn-download i::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-download .download .download-btn:last-child {
  margin-bottom: 0;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-download .download .download-btn .btn-desktop {
  margin-bottom: 0;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-play-now {
  border-top: 1px solid #7b7b7b;
  margin-top: 4rem;
  text-align: center;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-play-now .playNow .title {
  margin-top: 4rem;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-play-now .playNow .title p {
  font-size: 2.8rem;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-play-now .playNow .desc p {
  font-size: 1.6rem;
  margin: 2rem 0;
  line-height: 1.5;
  color: #999999;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-play-now .playNow .desc p .copy, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-play-now .playNow .desc p .play {
  color: #FEA827;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-play-now .playNow .play-btn .btn-web-play, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-play-now .playNow .play-btn .btn-app-play {
  position: relative;
  width: 24.5rem;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-play-now .playNow .play-btn a.btn-playnow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FEA827;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  border: 0;
  border-radius: 6px;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-play-now .playNow .play-btn a.btn-playnow i {
  position: relative;
  font-size: 2.8rem;
  margin-right: 2rem;
  width: 3.5rem;
  height: 3.5rem;
  color: #000;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-play-now .playNow .play-btn a.btn-playnow i::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-play-now .playNow .play-btn p {
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-align: left;
  color: #E85B5E;
  margin-top: 0.5rem;
}
@media screen and (max-width: 992px) {
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-play-now .playNow .play-btn .btn-web-play, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-play-now .playNow .play-btn .btn-app-play {
    width: 100%;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-play-now .playNow .play-btn p {
    left: calc(141px + 2rem);
    width: calc(100% - 141px - 2rem);
  }
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .beforeLogin {
  display: flex;
  flex-wrap: wrap;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .beforeLogin .product-logo {
  flex: 0 0 46%;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  box-sizing: border-box;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .beforeLogin .product-logo img {
  width: 50%;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .beforeLogin .before-login-lr {
  flex: 0 0 46%;
  border-left: 1px solid #7b7b7b;
  padding-left: 4rem;
  margin-left: 4rem;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .beforeLogin .before-login-lr .title p {
  font-size: 2.8rem;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .beforeLogin .before-login-lr .desc p {
  font-size: 1.6rem;
  margin: 2rem 0;
  line-height: 1.5;
  color: #999999;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .beforeLogin .before-login-lr .desc p .copy, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .beforeLogin .before-login-lr .desc p .play {
  color: #FEA827;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .beforeLogin .before-login-lr .btn-group .btn-login {
  border: 0;
  color: #fff;
  background: rgb(144, 144, 144);
  background: linear-gradient(180deg, rgb(144, 144, 144) 0%, rgb(58, 57, 57) 100%);
  padding: 1rem 3rem;
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 1rem;
  border-radius: 6px;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .beforeLogin .before-login-lr .btn-group .btn-register {
  border: 0;
  color: #000;
  background: #FEA827;
  color: #000000;
  padding: 1rem 3rem;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 6px;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .section-play-now {
  margin-top: 4rem;
  text-align: center;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .section-play-now .playNow .title {
  margin-top: 4rem;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .section-play-now .playNow .title h3 {
  font-size: 2.8rem;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .section-play-now .playNow .desc p {
  font-size: 1.6rem;
  margin: 2rem 0;
  line-height: 1.5;
  color: #999999;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .section-play-now .playNow .desc p .copy, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .section-play-now .playNow .desc p .play {
  color: #FEA827;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .title h3 {
  font-size: 2.8rem;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .desc p {
  font-size: 1.6rem;
  margin: 2rem 0;
  line-height: 1.5;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .desc p .copy, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .desc p .play {
  color: #FEA827;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .section-copy .section-copy-detail .input-username, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .section-copy .section-copy-detail .input-password {
  flex: 1 1 calc(100% - 28px - 1rem);
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .section-copy .section-copy-detail .copy-username, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-game-account .gameAccount .copy-user-pass .section-copy .section-copy-detail .copy-password {
  align-self: flex-end;
  margin-left: 2rem;
  flex: 0 0 28px;
}
@media screen and (max-width: 992px) {
  .section.section-gamelist .sectionWrap .pageContents .section-download-play {
    padding: 2rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(1).section-game-account {
    border-right: 0;
    padding-right: 0;
    padding-bottom: 2rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(2) {
    flex: 1 1 100%;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(2).section-download {
    padding-left: 0;
    padding-top: 4rem;
    border-left: 0 !important;
    border-top: 1px solid #7b7b7b;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(2).section-play-now {
    border-top: 0;
    padding-left: 0;
    margin: 1rem 0 4rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(2).section-play-now .playNow {
    margin-top: 0;
    text-align: left;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(3).section-play-now {
    text-align: left;
    margin-bottom: 2rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-account-not-found {
    margin: 0;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .beforeLogin {
    display: flex;
    flex-wrap: wrap;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .beforeLogin .product-logo {
    flex: 0 0 100%;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .beforeLogin .before-login-lr {
    flex: 0 0 100%;
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
    margin-top: 2rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .section-play-now {
    text-align: left;
    margin-bottom: 2rem;
  }
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .section-play-on-web {
  margin-top: 4rem;
}
.section.section-gamelist .sectionWrap .pageContents .section-download-play .play-before-login {
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  margin-left: 8rem;
}
@media screen and (max-width: 550px) {
  .section.section-gamelist .sectionWrap .pageContents .section-download-play {
    padding: 0rem;
    border: 0;
    background: none;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(1).section-game-account {
    margin-bottom: 2rem;
    padding: 0;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(1).section-game-account .gameAccount .title {
    margin-bottom: 1rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(1).section-game-account .gameAccount .title p {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(1).section-game-account .gameAccount .desc {
    display: none;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(1).section-game-account .gameAccount .desc p {
    font-size: 1.2rem;
    margin: 0;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(1).section-game-account .gameAccount .copy-user-pass {
    padding: 0rem;
    padding-top: 0rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(1).section-game-account .gameAccount .copy-user-pass .section-copy {
    position: relative;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(1).section-game-account .gameAccount .copy-user-pass .section-copy .username, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(1).section-game-account .gameAccount .copy-user-pass .section-copy .password {
    font-size: 1.4rem;
    color: #999999;
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 9rem;
    margin: 0;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(1).section-game-account .gameAccount .copy-user-pass .section-copy .section-copy-detail {
    margin-bottom: 1rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(1).section-game-account .gameAccount .copy-user-pass .section-copy .section-copy-detail .input-username input.form-control, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(1).section-game-account .gameAccount .copy-user-pass .section-copy .section-copy-detail .input-password input.form-control {
    box-sizing: border-box;
    width: 100%;
    background-color: #333333;
    border: 0;
    padding-left: 9rem;
    padding-right: 4rem;
    font-size: 1.4rem;
    color: #FEA827;
    text-decoration: underline;
    height: 4rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(1).section-game-account .gameAccount .copy-user-pass .section-copy .section-copy-detail .copy-username {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    padding: 0;
    width: 2rem;
    height: 2rem;
    margin-left: 0rem;
    background: none !important;
    border: 0;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(1).section-game-account .gameAccount .copy-user-pass .section-copy .section-copy-detail .copy-username button {
    font-size: 0;
    padding: 0;
    margin: 0;
    background: none !important;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(1).section-game-account .gameAccount .copy-user-pass .section-copy .section-copy-detail .copy-username button::after, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(1).section-game-account .gameAccount .copy-user-pass .section-copy .section-copy-detail .copy-username button::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(1).section-game-account .gameAccount .copy-user-pass .section-copy .section-copy-detail .copy-username button::before {
    content: "\f0c5";
    font-size: 2rem;
    color: #CCCCCC;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(2).section-download {
    border-top: 0;
    padding: 0;
    margin-bottom: 3rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(2).section-download .download .title {
    margin-bottom: 1rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(2).section-download .download .title p {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(2).section-download .download .downloadWrap .desc p {
    font-size: 1.2rem;
    margin: 1rem 0 0rem 0;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(2).section-download .download .downloadWrap .desc p.norm {
    display: none;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(2).section-download .download .downloadWrap .download-btn {
    background: #333333;
    border-radius: 6px;
    padding: 2rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(2).section-download .download .downloadWrap .download-btn .btn-andriod, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(2).section-download .download .downloadWrap .download-btn .btn-ios, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(2).section-download .download .downloadWrap .download-btn .btn-desktop {
    margin: 0 auto;
    width: 24.5rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(2).section-download .download .downloadWrap .download-btn .btn-andriod a, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(2).section-download .download .downloadWrap .download-btn .btn-ios a, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(2).section-download .download .downloadWrap .download-btn .btn-desktop a {
    font-size: 1.6rem;
    padding: 1rem;
    margin-bottom: 2rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(2).section-download .download .downloadWrap .download-btn .btn-andriod a i, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(2).section-download .download .downloadWrap .download-btn .btn-ios a i, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(2).section-download .download .downloadWrap .download-btn .btn-desktop a i {
    margin-right: 1rem;
    font-size: 2rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(2).section-download .download .downloadWrap .download-btn > div:last-child a {
    margin-bottom: 0;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(3).section-play-now {
    border: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 3rem;
    padding-top: 1rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(3).section-play-now .playNow .title {
    margin: 0;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(3).section-play-now .playNow .title p {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(3).section-play-now .playNow .desc p {
    font-size: 1.2rem;
    margin: 1rem 0;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(3).section-play-now .playNow .play-btn {
    background: #333333;
    border-radius: 6px;
    padding: 2rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(3).section-play-now .playNow .play-btn > div {
    text-align: center;
    margin: 0 auto;
    width: 24.5rem;
    margin-bottom: 2rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(3).section-play-now .playNow .play-btn > div a {
    font-size: 1.6rem;
    padding: 1rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(3).section-play-now .playNow .play-btn > div a i {
    margin-right: 1rem;
    font-size: 2rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner:nth-of-type(3).section-play-now .playNow .play-btn > div p.error {
    position: static;
    font-size: 1.2rem;
    margin-top: 1rem;
    transform: initial;
    width: 100%;
    text-align: center;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-account-not-found .title {
    margin: 0;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-account-not-found .title h3 {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-account-not-found .desc p {
    font-size: 1.2rem;
    margin: 1rem 0;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-account-not-found .btn-contact {
    font-size: 1.2rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .beforeLogin {
    margin-bottom: 4rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .beforeLogin .product-logo img {
    width: 65%;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .beforeLogin .before-login-lr {
    margin-top: 1rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .beforeLogin .before-login-lr .title p {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .beforeLogin .before-login-lr .desc p {
    font-size: 1.2rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .beforeLogin .before-login-lr .btn-group a.btn-login, .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .beforeLogin .before-login-lr .btn-group a.btn-register {
    font-size: 1.2rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .section-play-now {
    border-top: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 3rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .section-play-now .playNow .title {
    margin: 0;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .section-play-now .playNow .title p {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .section-play-now .playNow .desc p {
    font-size: 1.2rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .section-play-now .playNow .play-btn .btn-web-play {
    text-align: center;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .section-play-now .playNow .play-btn .btn-web-play a.btn-playnow {
    font-size: 1.2rem;
  }
  .section.section-gamelist .sectionWrap .pageContents .section-download-play .section-inner.section-before-login .section-play-now .playNow .play-btn .btn-web-play p.error {
    font-size: 1.2rem;
    position: static;
    transform: initial;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
}
.section.section-gamelist .sectionWrap .pageContents .game-list embed {
  height: 1000px;
  width: 100%;
}
.section.section-category .product-desc, .section.section-category .categoryDecs, .section.section-gamelist .product-desc, .section.section-gamelist .categoryDecs {
  color: #999999;
  line-height: 1.5;
  margin-bottom: 4rem;
  padding-top: 3rem;
}
.section.section-category .product-desc:empty, .section.section-category .categoryDecs:empty, .section.section-gamelist .product-desc:empty, .section.section-gamelist .categoryDecs:empty {
  display: none;
}
@media screen and (max-width: 550px) {
  .section.section-category .product-desc, .section.section-category .categoryDecs, .section.section-gamelist .product-desc, .section.section-gamelist .categoryDecs {
    font-size: 1.2rem;
  }
}
.section.section-product {
  font-family: "Nunito Sans";
}
.section.section-product .pageContents {
  display: none;
}
.section.section-product .sectionWrap .pageBannerWrapper .pageBanner .banner-title {
  display: none;
}
.section.section-product .sectionWrap .pageBannerWrapper .pageBanner::after {
  bottom: 0;
  width: 100%;
  height: 120%;
  padding-bottom: 0;
  transform: translateY(20%);
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 15%, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 550px) {
  .section.section-product .sectionWrap .pageBannerWrapper .pageBanner::after {
    display: block;
    opacity: 1;
  }
}
.section.section-product .pageContentsWrapper {
  position: relative;
  z-index: 2;
  margin-top: -14rem;
}
.section.section-product .pageContentsWrapper .sec {
  margin: 1.5rem 0;
}
.section.section-product .pageContentsWrapper .sec:first-child {
  margin-top: 0;
}
.section.section-product .pageContentsWrapper .sec:last-child {
  margin-bottom: 0;
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser, .section.section-product .pageContentsWrapper .sec.sec-playApp, .section.section-product .pageContentsWrapper .sec.sec-createAccount, .section.section-product .pageContentsWrapper .sec.sec-loginRegister, .section.section-product .pageContentsWrapper .sec.sec-shareWallet {
  background: rgb(34, 34, 34);
  background: linear-gradient(0deg, rgb(34, 34, 34) 0%, rgb(0, 0, 0) 100%);
}
.section.section-product .pageContentsWrapper .sec.sec-userProductDetail {
  position: relative;
  margin-bottom: 3rem;
}
.section.section-product .pageContentsWrapper .sec.sec-userProductDetail .userProductDetail {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-userProductDetail .userProductDetail {
    margin-bottom: 1.5rem;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-userProductDetail .userProductDetail .productLogo {
  position: relative;
  width: 250px;
  height: 250px;
  flex: 0 0 auto;
  background: #000;
  border: 2px solid #7B7B7B;
  border-radius: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .section.section-product .pageContentsWrapper .sec.sec-userProductDetail .userProductDetail .productLogo {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-userProductDetail .userProductDetail .productLogo {
    width: 100px;
    height: 100px;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-userProductDetail .userProductDetail .productLogo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
}
.section.section-product .pageContentsWrapper .sec.sec-userProductDetail .userProductDetail .productDetails {
  margin-left: 4rem;
  margin-top: 1.8rem;
  flex: 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .section.section-product .pageContentsWrapper .sec.sec-userProductDetail .userProductDetail .productDetails {
    margin-left: 2rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-userProductDetail .userProductDetail .productDetails {
    margin-left: 2rem;
    margin-top: 1rem;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-userProductDetail .userProductDetail .productDetails .productName {
  font-size: 3.4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 1024px) {
  .section.section-product .pageContentsWrapper .sec.sec-userProductDetail .userProductDetail .productDetails .productName {
    font-size: 2.8rem;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-userProductDetail .userProductDetail .productDetails .productName {
    font-size: 2.1rem;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-userProductDetail .userProductDetail .productDetails .balance .title {
  font-size: 1.7rem;
  margin-bottom: 0.8em;
  color: #999999;
}
@media screen and (max-width: 1024px) {
  .section.section-product .pageContentsWrapper .sec.sec-userProductDetail .userProductDetail .productDetails .balance .title {
    font-size: 1.45rem;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-userProductDetail .userProductDetail .productDetails .balance .title {
    font-size: 1.2rem;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-userProductDetail .userProductDetail .productDetails .balance .fetchAmount .balanceNum {
  font-size: 3.4rem;
  color: #FEA827;
}
@media screen and (max-width: 1024px) {
  .section.section-product .pageContentsWrapper .sec.sec-userProductDetail .userProductDetail .productDetails .balance .fetchAmount .balanceNum {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-userProductDetail .userProductDetail .productDetails .balance .fetchAmount .balanceNum {
    font-size: 2.6rem;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-userProductDetail .userProductDetail .productDetails .balance .fetchAmount span {
  font-size: 1.7rem;
}
@media screen and (max-width: 1024px) {
  .section.section-product .pageContentsWrapper .sec.sec-userProductDetail .userProductDetail .productDetails .balance .fetchAmount span {
    font-size: 1.45rem;
  }
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-userProductDetail .userProductDetail .productDetails .balance .fetchAmount span {
    font-size: 1.2rem;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-userProductDetail .userProductDetail .productDetails .balance .fetchAmount .error {
  color: #FF1F1F;
  font-size: 1.7rem;
}
.section.section-product .pageContentsWrapper .sec.sec-userProductDetail .userProductDetail .productDetails .balance .fetchAmount .error button {
  border: 0;
  background: transparent;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .section.section-product .pageContentsWrapper .sec.sec-userProductDetail .userProductDetail .productDetails .balance .fetchAmount .error {
    font-size: 1.45rem;
  }
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-userProductDetail .userProductDetail .productDetails .balance .fetchAmount .error {
    font-size: 1.2rem;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-userProductDetail .formActions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  bottom: 1.8rem;
  left: calc(250px + 4rem);
}
@media screen and (max-width: 1024px) {
  .section.section-product .pageContentsWrapper .sec.sec-userProductDetail .formActions {
    left: calc(180px + 2rem);
    bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-userProductDetail .formActions {
    position: static;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-userProductDetail .formActions a {
  display: block;
  font-family: "Roboto";
  font-size: 1.7rem;
  text-align: center;
  color: #fff;
  width: 150px;
  padding: 1.8rem;
  margin: 0 1.5rem;
  background: #222222;
  box-sizing: border-box;
  border-radius: 0.6rem;
}
.section.section-product .pageContentsWrapper .sec.sec-userProductDetail .formActions a:hover {
  background: #FEA827;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .section.section-product .pageContentsWrapper .sec.sec-userProductDetail .formActions a {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-userProductDetail .formActions a {
    font-size: 1.4rem;
    padding: 1.2rem;
    margin: 0 0.7rem;
    flex: 0 0 calc(33.33% - 1.4rem);
  }
}
.section.section-product .pageContentsWrapper .sec.sec-userProductDetail .formActions a:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-userProductDetail .formActions a:first-child {
    flex: 0 0 calc(33.33% - 0.7rem);
  }
}
.section.section-product .pageContentsWrapper .sec.sec-userProductDetail .formActions a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-userProductDetail .formActions a:last-child {
    flex: 0 0 calc(33.33% - 0.7rem);
  }
}
.section.section-product .pageContentsWrapper .sec.sec-userProductDetail .formActions .totalBet {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex: 0 0 100%;
  position: relative;
  top: 1rem;
}
.section.section-product .pageContentsWrapper .sec.sec-userProductDetail .formActions .totalBet .fetchCurrentBet {
  display: flex;
  flex-wrap: nowrap;
}
.section.section-product .pageContentsWrapper .sec.sec-userProductDetail .formActions .totalBet .fetchCurrentBet .currentBetNum {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-left: 1rem;
}
.section.section-product .pageContentsWrapper .sec.sec-userProductDetail .formActions .totalBet .fetchCurrentBet .currentBetNum .error {
  color: #FF1F1F;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.section.section-product .pageContentsWrapper .sec.sec-userProductDetail .formActions .totalBet .fetchCurrentBet .currentBetNum .error button {
  border: 0;
  background: transparent;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser, .section.section-product .pageContentsWrapper .sec.sec-playApp {
  padding: 3rem 4rem;
  border-radius: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .section.section-product .pageContentsWrapper .sec.sec-playBrowser, .section.section-product .pageContentsWrapper .sec.sec-playApp {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 2rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-playBrowser, .section.section-product .pageContentsWrapper .sec.sec-playApp {
    padding: 1.5rem;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .title, .section.section-product .pageContentsWrapper .sec.sec-playApp .title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .section.section-product .pageContentsWrapper .sec.sec-playBrowser .title, .section.section-product .pageContentsWrapper .sec.sec-playApp .title {
    font-size: 1.7rem;
    flex: 0 0 auto;
    align-self: center;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-playBrowser .title, .section.section-product .pageContentsWrapper .sec.sec-playApp .title {
    font-size: 1.4rem;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .playButton, .section.section-product .pageContentsWrapper .sec.sec-playApp .playButton {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  background-color: transparent;
  box-sizing: border-box;
  width: 200px;
  padding: 1.5rem;
  border: 1px solid #FEA827;
  border-radius: 0.6rem;
  color: #FEA827;
}
@media screen and (max-width: 1024px) {
  .section.section-product .pageContentsWrapper .sec.sec-playBrowser .playButton, .section.section-product .pageContentsWrapper .sec.sec-playApp .playButton {
    flex: 0 0 auto;
    justify-self: flex-end;
    align-self: center;
    margin-left: auto;
    width: 160px;
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-playBrowser .playButton, .section.section-product .pageContentsWrapper .sec.sec-playApp .playButton {
    width: 140px;
    padding: 1rem 1.5rem;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .playButton i, .section.section-product .pageContentsWrapper .sec.sec-playApp .playButton i {
  font-size: 3rem;
  margin-right: 2rem;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .playButton i::after, .section.section-product .pageContentsWrapper .sec.sec-playBrowser .playButton i::before, .section.section-product .pageContentsWrapper .sec.sec-playApp .playButton i::after, .section.section-product .pageContentsWrapper .sec.sec-playApp .playButton i::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .playButton i::before, .section.section-product .pageContentsWrapper .sec.sec-playApp .playButton i::before {
  content: "\f0ac";
}
@media screen and (max-width: 1024px) {
  .section.section-product .pageContentsWrapper .sec.sec-playBrowser .playButton i, .section.section-product .pageContentsWrapper .sec.sec-playApp .playButton i {
    font-size: 2.5rem;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-playBrowser .playButton i, .section.section-product .pageContentsWrapper .sec.sec-playApp .playButton i {
    font-size: 2rem;
    margin-right: 1rem;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .playButton span, .section.section-product .pageContentsWrapper .sec.sec-playApp .playButton span {
  font-family: "Roboto";
  font-size: 1.7rem;
}
@media screen and (max-width: 1024px) {
  .section.section-product .pageContentsWrapper .sec.sec-playBrowser .playButton span, .section.section-product .pageContentsWrapper .sec.sec-playApp .playButton span {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-playBrowser .playButton span, .section.section-product .pageContentsWrapper .sec.sec-playApp .playButton span {
    font-size: 1.4rem;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload {
  position: relative;
  width: 100%;
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload {
    flex-wrap: wrap;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso {
  flex: 0 0 50%;
  box-sizing: border-box;
  margin-bottom: 4rem;
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso:last-child, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso:last-child {
  padding-left: 4rem;
}
@media screen and (max-width: 1024px) {
  .section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso:last-child, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso:last-child {
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso:last-child, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso:last-child {
    padding-left: 0;
    margin-top: 2rem;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso:first-child, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso:first-child {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso {
    flex: 0 0 100%;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso .title, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso .title {
  margin-bottom: 2.5rem;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso .title, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso .title {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso .title, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso .title {
    margin-bottom: 2rem;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso .details, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso .details {
  position: relative;
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso .details.userDetails > div, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso .details.userDetails > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 370px;
  padding: 1.5rem 0;
  padding-right: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso .details.userDetails > div, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso .details.userDetails > div {
    width: calc(100% - 2rem);
  }
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso .details.userDetails > div div, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso .details.userDetails > div div {
  color: #B8B8B8;
  font-size: 1.7rem;
}
@media screen and (max-width: 1024px) {
  .section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso .details.userDetails > div div, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso .details.userDetails > div div {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso .details.userDetails > div div, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso .details.userDetails > div div {
    font-size: 1.4rem;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso .details.userDetails > div .detailsTitle, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso .details.userDetails > div .detailsTitle {
  width: 10rem;
  padding-right: 3rem;
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso .details.userDetails > div .detailsContents, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso .details.userDetails > div .detailsContents {
  max-width: 18rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 1rem;
}
@media screen and (max-width: 1024px) {
  .section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso .details.userDetails > div .detailsContents, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso .details.userDetails > div .detailsContents {
    max-width: 14rem;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso .details.userDetails > div .actionButton, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso .details.userDetails > div .actionButton {
  align-self: flex-end;
  margin-left: auto;
  cursor: pointer;
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso .details.userDetails > div .actionButton i, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso .details.userDetails > div .actionButton i {
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 2.5rem;
  color: #FEA827;
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso .details.userDetails > div .actionButton i::after, .section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso .details.userDetails > div .actionButton i::before, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso .details.userDetails > div .actionButton i::after, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso .details.userDetails > div .actionButton i::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso .details.userDetails > div .actionButton i:before, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso .details.userDetails > div .actionButton i:before {
  content: "\f0c5";
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso .details.userDownload, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso .details.userDownload {
  width: 42rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso .details.userDownload, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso .details.userDownload {
    width: 100%;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso .details.userDownload a, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso .details.userDownload a {
  flex: 0 0 33.33%;
  box-sizing: border-box;
  text-align: center;
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso .details.userDownload a i, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso .details.userDownload a i {
  position: relative;
  display: inline-block;
  color: #FEA827;
  width: 5rem;
  height: 5rem;
  margin-bottom: 0.5rem;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso .details.userDownload a i::after, .section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso .details.userDownload a i::before, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso .details.userDownload a i::after, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso .details.userDownload a i::before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  font-size: initial;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso .details.userDownload a i:before, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso .details.userDownload a i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso .details.userDownload a span, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso .details.userDownload a span {
  display: block;
  width: 100%;
  text-align: center;
  color: #B8B8B8;
  font-family: "Roboto";
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso .details.userDownload a.android i:before, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso .details.userDownload a.android i:before {
  content: "\f17b";
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso .details.userDownload a.ios i:before, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso .details.userDownload a.ios i:before {
  content: "\f179";
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso .details.userDownload a.windows i:before, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso .details.userDownload a.windows i:before {
  content: "\f17a";
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso.accountDownload::before, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso.accountDownload::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #333;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-1px);
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso.accountDownload::before, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso.accountDownload::before {
    display: none;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload .add-iso.active .details, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload .add-iso.active .details {
  position: relative;
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload.tabInit .add-iso, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload.tabInit .add-iso {
  flex: 0 0 auto;
  height: 16rem;
}
@media screen and (max-width: 768px) {
  .section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload.tabInit .add-iso, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload.tabInit .add-iso {
    height: 14rem;
  }
}
@media screen and (max-width: 550px) {
  .section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload.tabInit .add-iso, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload.tabInit .add-iso {
    height: 13rem;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload.tabInit .add-iso .title, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload.tabInit .add-iso .title {
  position: relative;
  color: #B8B8B8;
  cursor: pointer;
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload.tabInit .add-iso .title::before, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload.tabInit .add-iso .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5em;
  width: 0;
  height: 1px;
  background: #FEA827;
  transition: width 0.3s ease-in-out;
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload.tabInit .add-iso .details, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload.tabInit .add-iso .details {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload.tabInit .add-iso .details.userDetails > div, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload.tabInit .add-iso .details.userDetails > div {
    max-width: 290px;
    padding: 1.25rem 0;
  }
}
@media screen and (max-width: 550px) {
  .section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload.tabInit .add-iso .details.userDetails > div, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload.tabInit .add-iso .details.userDetails > div {
    width: 100%;
    max-width: initial;
  }
}
@media screen and (max-width: 768px) {
  .section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload.tabInit .add-iso .details.userDetails > div .detailsTitle, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload.tabInit .add-iso .details.userDetails > div .detailsTitle {
    width: 9rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 550px) {
  .section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload.tabInit .add-iso .details.userDetails > div .detailsContents, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload.tabInit .add-iso .details.userDetails > div .detailsContents {
    max-width: 14rem;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload.tabInit .add-iso .details.userDownload, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload.tabInit .add-iso .details.userDownload {
  width: 370px;
}
@media screen and (max-width: 768px) {
  .section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload.tabInit .add-iso .details.userDownload, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload.tabInit .add-iso .details.userDownload {
    width: 100%;
    max-width: 290px;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload.tabInit .add-iso.accountDownload::before, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload.tabInit .add-iso.accountDownload::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload.tabInit .add-iso.accountDownload, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload.tabInit .add-iso.accountDownload {
    margin-top: 0;
    padding-left: 2rem;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload.tabInit .add-iso.active .title, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload.tabInit .add-iso.active .title {
  color: #FEA827;
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload.tabInit .add-iso.active .title::before, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload.tabInit .add-iso.active .title::before {
  width: 100%;
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser .accountDetailsDownload.tabInit .add-iso.active .details, .section.section-product .pageContentsWrapper .sec.sec-playApp .accountDetailsDownload.tabInit .add-iso.active .details {
  z-index: 1;
  opacity: 1;
}
.section.section-product .pageContentsWrapper .sec.sec-playBrowser.demo .playButton i::before, .section.section-product .pageContentsWrapper .sec.sec-playApp.demo .playButton i::before {
  content: "\f05a";
}
.section.section-product .pageContentsWrapper .sec.sec-playApp .playButton i::before {
  content: "\f3cd";
}
.section.section-product .pageContentsWrapper .sec.sec-createAccount {
  padding: 3rem 4rem;
  border-radius: 1.2rem;
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-createAccount {
    padding: 1.5rem;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-createAccount .createAccountBuffer {
  width: 350px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-createAccount .createAccountBuffer {
    text-align: left;
    width: 100%;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-createAccount .createAccountBuffer .createAccountTitle {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .section.section-product .pageContentsWrapper .sec.sec-createAccount .createAccountBuffer .createAccountTitle {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-createAccount .createAccountBuffer .createAccountTitle {
    font-size: 1.4rem;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-createAccount .createAccountBuffer .createAccountContent {
  margin: 2rem 0 3rem 0;
  color: #B8B8B8;
}
.section.section-product .pageContentsWrapper .sec.sec-createAccount .createAccountBuffer .createAccountContent span {
  display: block;
  font-size: 1.7rem;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-createAccount .createAccountBuffer .createAccountContent span {
    font-size: 1.4rem;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-createAccount .createAccountBuffer .createAccountContent span.error {
  color: #FF1F1F;
}
.section.section-product .pageContentsWrapper .sec.sec-createAccount .createAccountBuffer .createAccountButton {
  text-align: center;
}
.section.section-product .pageContentsWrapper .sec.sec-createAccount .createAccountBuffer .createAccountButton button {
  width: 196px;
  height: 60px;
  font-family: "Roboto";
  font-size: 1.7rem;
  color: #FEA827;
  border: 1px solid #FEA827;
  border-radius: 6px;
  background: #222222;
  padding: 0%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-createAccount .createAccountBuffer .createAccountButton button {
    font-size: 1.4rem;
    width: 135px;
    height: 40px;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-createAccount .createAccountBuffer .createAccountButton button.loading {
  color: #000;
  background: #FEA827;
}
.section.section-product .pageContentsWrapper .sec.sec-loginRegister {
  padding: 3rem 4rem;
  border-radius: 1.2rem;
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-loginRegister {
    padding: 1.5rem;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-loginRegister .loginRegisterBuffer {
  width: 410px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-loginRegister .loginRegisterBuffer {
    text-align: left;
    width: 100%;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-loginRegister .loginRegisterBuffer .loginRegisterTitle {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .section.section-product .pageContentsWrapper .sec.sec-loginRegister .loginRegisterBuffer .loginRegisterTitle {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-loginRegister .loginRegisterBuffer .loginRegisterTitle {
    font-size: 1.4rem;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-loginRegister .loginRegisterBuffer .loginRegisterContent {
  margin: 2rem 0 3rem 0;
  color: #B8B8B8;
}
.section.section-product .pageContentsWrapper .sec.sec-loginRegister .loginRegisterBuffer .loginRegisterContent span {
  display: block;
  font-size: 1.7rem;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-loginRegister .loginRegisterBuffer .loginRegisterContent span {
    font-size: 1.4rem;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-loginRegister .loginRegisterBuffer .loginRegisterButton {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-loginRegister .loginRegisterBuffer .loginRegisterButton {
    width: 285px;
    margin: 0 auto;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-loginRegister .loginRegisterBuffer .loginRegisterButton button {
  width: 196px;
  height: 60px;
  font-family: "Roboto";
  font-size: 1.7rem;
  color: #B8B8B8;
  border: 1px solid #B8B8B8;
  border-radius: 6px;
  background: #222222;
  padding: 0%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-loginRegister .loginRegisterBuffer .loginRegisterButton button {
    font-size: 1.4rem;
    width: 135px;
    height: 40px;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-loginRegister .loginRegisterBuffer .loginRegisterButton button.register {
  color: #FEA827;
  border: 1px solid #FEA827;
}
.section.section-product .pageContentsWrapper .sec.sec-shareWallet {
  padding: 3rem 4rem;
  border-radius: 1.2rem;
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-shareWallet {
    padding: 1.5rem;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-shareWallet .title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .section.section-product .pageContentsWrapper .sec.sec-shareWallet .title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-shareWallet .title {
    font-size: 1.4rem;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-shareWallet .productTags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-shareWallet .productTags {
    gap: 0rem;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-shareWallet .productTags a {
  flex: 0 0 115px;
  display: block;
}
@media screen and (max-width: 767px) {
  .section.section-product .pageContentsWrapper .sec.sec-shareWallet .productTags a {
    flex: 0 0 25%;
    max-width: 90px;
  }
}
.section.section-product .pageContentsWrapper .sec.sec-shareWallet .productTags a img {
  display: block;
  width: 100%;
}