.game-product {
  position: relative;
}
.game-product .container {
  max-width: 1230px;
}
.game-product .row {
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width:991px) {
  .game-product .row {
    margin: 0;
    flex-direction: column;
  }
}
.game-product a {
  color: #0cb2bd;
}
.game-product a:hover {
  color: #4590a5;
  text-decoration: none;
}
.game-product nav > ul {
  height: 100%;
}
.game-product nav > ul > li {
  display: flex;
  align-items: center;
}
.game-product .cart-alert {
  opacity: 0;
  background: rgba(204, 0, 64, 0.5);
  border-radius: 4px;
  color: #ffffff;
  font: normal normal 14px "Roboto", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
  line-height: 40px;
  width: 40vw;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  text-align: center;
  z-index: 9999;
}
.game-product .cart-alert.ready {
  opacity: 1;
}
@media (max-width:991px) {
  .game-product .cart-alert {
    width: 75vw;
  }
}
.game-product .cart-alert a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
  position: relative;
  left: 1%;
}
.game-product .cart-alert a:hover {
  color: #ffffff;
}
.game-product .cart-alert.fixed-top {
  top: 75px;
  width: 40vw;
}
@media (max-width:991px) {
  .game-product .cart-alert.fixed-top {
    width: 75vw;
  }
}
.game-product .fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1061;
}
.game-product .anchor {
  position: absolute;
  margin-top: -100px;
}
.game-product-info {
  position: relative;
  margin: 20px 0 60px 0;
  min-height: 566px;
}
@media (max-width: 1200px) {
  .game-product-info {
    margin-bottom: 40px;
  }
}
@media (max-width:991px) {
  .game-product-info .gallery-wrap {
    width: inherit !important;
  }
}
@media (min-width:992px) {
  .game-product-info .sticky-top {
    position: fixed;
  }
  .game-product-info .sticky-bottom {
    position: absolute;
    bottom: 0;
  }
}
.game-product-info .container {
  max-width: 1200px;
}
@media (max-width: 1200px) {
  .game-product-info .container {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .game-product-info .container {
    padding: 0 20px;
  }
}
.game-product-info .game-product-info-left {
  opacity: 0;
  padding: 0px;
}
.game-product-info .game-product-info-left.ready {
  opacity: 1;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .game-product-info .game-product-info-left {
    flex: 0 0 47.6%;
    max-width: 47.6%;
    width: 47.6%;
  }
}
@media (max-width:991px) {
  .game-product-info .game-product-info-left {
    min-height: 313px;
  }
}
.game-product-info .gallery-wrap {
  width: auto;
  max-width: 400px;
}
@media (max-width:991px) {
  .game-product-info .gallery-wrap {
    max-width: 280px;
    margin: 0 auto;
  }
}
.game-product-info .game-product-info-gallery {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .game-product-info .game-product-info-gallery {
    margin-bottom: 24px;
  }
}
.game-product-info .game-product-info-gallery .gallery-image-container {
  background-size: cover;
  background-position: 50% 50%;
  padding: 0px;
}
@media (min-width:992px) {
  .game-product-info .game-product-info-gallery .gallery-image-container {
    cursor: crosshair;
  }
}
.game-product-info .game-product-info-gallery .gallery-image-container:not(:first-child) {
  display: none;
}
@media (max-width:991px) {
  .game-product-info .game-product-info-gallery .gallery-image-container {
    background: none !important;
  }
}
.game-product-info .game-product-info-gallery .gallery-image-container:hover {
  background-size: unset;
}
@media (min-width:992px) {
  .game-product-info .game-product-info-gallery .gallery-image-container img {
    opacity: 0;
  }
}
.game-product-info .game-product-info-gallery .slick-prev {
  left: -15px;
  width: 30px;
  height: 30px;
  z-index: 1;
}
.game-product-info .game-product-info-gallery .slick-prev:before {
  content: "";
  transform: rotate(-45deg);
  border-top: 2px solid #cccccc;
  border-left: 2px solid #cccccc;
  display: inline-block;
  color: transparent;
  font-family: "Roboto", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
  z-index: 1;
  width: 30px;
  height: 30px;
}
.game-product-info .game-product-info-gallery .slick-next {
  right: -15px;
  width: 30px;
  height: 30px;
  z-index: 1;
}
.game-product-info .game-product-info-gallery .slick-next:before {
  content: "";
  transform: rotate(135deg);
  border-top: 2px solid #cccccc;
  border-left: 2px solid #cccccc;
  display: inline-block;
  color: transparent;
  font-family: "Roboto", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
  z-index: 1;
  width: 30px;
  height: 30px;
}
.game-product-info .game-product-info-gallery .slick-slide {
  margin: 0px;
}
.game-product-info .game-product-info-gallery .slick-dots {
  height: 28px;
}
@media (max-width:991px) {
  .game-product-info .game-product-info-gallery .slick-dots {
    position: unset;
  }
}
.game-product-info .game-product-info-gallery .slick-dots li button::before {
  content: "";
  background: #CCCCCC;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  font-family: "Roboto", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
}
.game-product-info .game-product-info-gallery .slick-dots li.slick-active button::before {
  background: #cc0040;
}
.game-product-info .game-product-info-thumb {
  display: none;
  margin-bottom: 24px;
}
.game-product-info .game-product-info-thumb.center .slick-list {
  left: 0 !important;
  justify-content: center;
}
.game-product-info .game-product-info-thumb.slick-initialized {
  display: block;
}
.game-product-info .game-product-info-thumb.slick-initialized:not(:first-child) img {
  display: none;
}
.game-product-info .game-product-info-thumb.slick-initialized .slick-list {
  left: -8px;
}
.game-product-info .game-product-info-thumb.slick-initialized .slick-track {
  gap: 8px;
}
.game-product-info .game-product-info-thumb.slick-initialized .slick-next {
  width: 30px;
  height: 30px;
  right: 0;
  transform: translate(0, -50%);
  z-index: 1;
}
.game-product-info .game-product-info-thumb.slick-initialized .slick-next:before {
  content: "";
  transform: rotate(135deg);
  border-top: 2px solid #cccccc;
  border-left: 2px solid #cccccc;
  display: inline-block;
  color: transparent;
  font-family: "Roboto", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
  z-index: 1;
  width: 25px;
  height: 25px;
}
.game-product-info .game-product-info-thumb.slick-initialized .slick-slide {
  margin: 0;
  max-width: 60px;
}
.game-product-info .game-product-info-thumb.slick-initialized .slick-slide > div img {
  width: 100%;
  height: 100%;
  border: 1px solid #CCCCCC;
}
.game-product-info .game-product-info-thumb.slick-initialized .slick-current > div img {
  border: 1px solid #000000;
}
.game-product-info .view-btn a {
  height: 100%;
}
.game-product-info .view-btn a:hover rect.background {
  fill: #2D7D92;
}
.game-product-info .view-btn a:hover path {
  fill: #ffffff;
}
.game-product-info .view-btn a:active rect.background {
  fill: #246474;
}
.game-product-info .view-btn a:active path {
  fill: #ffffff;
}
@media (max-width:991px) {
  .game-product-info .view-btn {
    margin-top: 24px;
    text-align: center;
  }
}
.game-product-info .active .btn-item {
  border: 1.5px solid #000000;
  color: #333333;
}
.game-product-info .hide-radio {
  position: relative;
}
.game-product-info .hide-radio > input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.game-product-info .hide-radio > input:hover ~ .btn-item {
  border: 1px solid #000000 !important;
  background-color: #f2f2f2;
}
.game-product-info .hide-radio > input:active ~ .btn-item,
.game-product-info .hide-radio > input:focus ~ .btn-item {
  border: 1.5px solid #000000 !important;
  background-color: #cccccc;
}
.game-product-info .hide-radio > input:disabled {
  cursor: unset;
}
.game-product-info .game-product-info-right {
  padding-left: 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .game-product-info .game-product-info-right {
    flex: 0 0 53.4%;
    max-width: 53.4%;
    width: 53.4%;
  }
}
@media (max-width:991px) {
  .game-product-info .game-product-info-right {
    min-height: 434px;
    margin-top: 40px;
  }
}
.game-product-info .game-product-info-right:has(.ruk_rating_snippet) .game-product-info-title {
  margin-bottom: 4px;
}
.game-product-info .game-product-info-right:has(.ruk_rating_snippet) .ruk_rating_snippet {
  margin-bottom: 20px;
  pointer-events: none;
}
.game-product-info .game-product-info-title {
  font: normal bold 26px "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
  line-height: 40px;
  letter-spacing: 0.02em;
  overflow: hidden;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width:991px) {
  .game-product-info .game-product-info-title {
    margin-bottom: 40px;
  }
}
.game-product-info .game-product-info-desc {
  margin-bottom: 28px;
}
@media (max-width:991px) {
  .game-product-info .game-product-info-desc {
    margin-bottom: 32px;
  }
}
.game-product-info .game-product-info-desc ul {
  list-style: inside;
}
.game-product-info .game-product-info-desc ul li {
  font: normal 400 14px "Roboto", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #4D4F52;
  max-height: 56px;
  overflow: hidden;
  margin-bottom: 8px;
}
.game-product-info .game-product-info-desc ul li a {
  font-family: "Roboto", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
}
.game-product-info .game-product-info-category {
  margin: 28px 0;
  opacity: 0;
}
@media (max-width: 768px) {
  .game-product-info .game-product-info-category {
    margin: 32px 0;
  }
}
.game-product-info .game-product-info-category.ready {
  display: block;
  opacity: 1;
}
.game-product-info .game-product-info-category.inactive {
  opacity: 0;
}
@media (max-width:991px) {
  .game-product-info .game-product-info-category.inactive {
    display: none;
  }
}
.game-product-info .game-product-info-category.inactive * {
  pointer-events: none;
  cursor: default !important;
}
.game-product-info .game-product-info-category a {
  display: inline-flex;
  font: italic 400 14px "Roboto", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
  line-height: 26px;
  text-decoration-line: underline;
  color: #E680A0;
}
.game-product-info .game-product-info-category .category-wrap:last-child .category-btn li:last-child {
  margin-bottom: 0;
}
.game-product-info .game-product-info-category .category-btn {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}
.game-product-info .game-product-info-category .category-btn li {
  margin-right: 16px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
}
.game-product-info .game-product-info-category .category-btn li .btn-item {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 0 1%;
  font: normal 600 14px "Roboto", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
  line-height: 16px;
  text-align: center;
  min-width: 110px;
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.game-product-info .game-product-info-category .category-btn li .btn-item.color-content {
  width: 240px;
  justify-content: center;
  padding: 0 20px;
}
.game-product-info .game-product-info-category .category-btn li .btn-item.color-content svg {
  margin-right: 16px;
}
@media (max-width:991px) {
  .game-product-info .game-product-info-category .category-btn li .btn-item.color-content {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.game-product-info .game-product-info-category .category-btn li.overview-link {
  justify-content: flex-end;
}
.game-product-info .game-product-info-category .category-btn li.active .btn-item {
  border: 1.5px solid #000000;
  color: #333333;
}
.game-product-info .game-product-info-category .category-btn li.active input {
  cursor: default;
}
@media (max-width:991px) {
  .game-product-info .game-product-info-category .category-btn li {
    margin: 0 0 20px 0;
    width: 48%;
    align-items: flex-start;
  }
}
@media (max-width:991px) {
  .game-product-info .game-product-info-category .category-btn li.mobile-full-width {
    width: 96%;
  }
}
.game-product-info .game-product-info-category .category-btn p {
  font: normal 400 12px "Roboto", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
  margin-bottom: 0;
  margin-top: 4px;
  line-height: 14px;
  letter-spacing: 0em;
  color: #cc0040;
  width: 100%;
  text-align: center;
  display: none;
}
.game-product-info .game-product-info-category .category-btn p.stock[value=false] {
  display: block;
}
.game-product-info .game-product-info-category .category-btn p.eol[value=true] {
  display: block;
}
@media (max-width:991px) {
  .game-product-info .game-product-info-category .category-btn {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.game-product-info .game-product-info-category .category-btn.category-btn-color {
  display: flex;
}
.game-product-info .game-product-info-category .category-btn.category-btn-color li .btn-item {
  width: 240px;
  height: 36px;
  font: normal 600 14px "Roboto", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #757575;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  padding: 0 20px;
}
@media (max-width:991px) {
  .game-product-info .game-product-info-category .category-btn.category-btn-color li .btn-item {
    width: 100%;
    flex-wrap: wrap;
  }
}
.game-product-info .game-product-info-category .category-btn.category-btn-color li .btn-item.cat-content {
  justify-content: center;
  width: fit-content;
}
@media (max-width:991px) {
  .game-product-info .game-product-info-category .category-btn.category-btn-color li .btn-item.cat-content {
    width: 100%;
    flex-wrap: wrap;
  }
}
.game-product-info .game-product-info-category .category-btn.category-btn-color li.active .btn-item {
  border: 1.5px solid #000000;
  color: #333333;
}
.game-product-info .game-product-info-category .category-btn.category-btn-color li span {
  font: normal normal 12px "Roboto", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
  line-height: 14px;
  letter-spacing: 0.02em;
  margin-left: 16px;
}
@media (max-width:991px) {
  .game-product-info .game-product-info-category .category-btn.category-btn-color li {
    margin: 0 0 20px 0;
    width: 100%;
  }
}
.game-product-info .game-product-info-category .category-btn.category-btn-color svg {
  margin-right: 16px;
}
.game-product-info .game-product-info-category .sub-title > div {
  display: inline-flex;
  align-items: center;
  font: normal 500 14px "Roboto", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
  line-height: 16px;
  margin-bottom: 0.5rem;
}
.game-product-info .game-product-info-category .sub-title a {
  display: inline-flex;
}
.game-product-info .game-product-purchase {
  opacity: 0;
}
.game-product-info .game-product-purchase.ready {
  opacity: 1;
}
.game-product-info .game-product-purchase.with-commerce {
  margin-top: 40px;
}
.game-product-info .game-product-purchase .game-product-info-price {
  font: normal 700 20px "Roboto", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
  line-height: 150%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 40px;
}
@media (max-width:991px) {
  .game-product-info .game-product-purchase .game-product-info-price {
    justify-content: center;
  }
}
.game-product-info .game-product-purchase .game-product-info-price-description {
  margin-bottom: 40px;
}
.game-product-info .game-product-purchase .game-product-info-price-description p {
  margin-bottom: 0;
  font: normal 400 12px "Roboto", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
  line-height: 130%;
  color: #757575;
}
.game-product-info .game-product-purchase .game-product-info-purchase-btn {
  display: flex;
  justify-content: flex-start;
  opacity: 0;
}
.game-product-info .game-product-purchase .game-product-info-purchase-btn.ready {
  opacity: 1;
}
@media (max-width:991px) {
  .game-product-info .game-product-purchase .game-product-info-purchase-btn {
    width: 100%;
    flex-wrap: wrap;
  }
}
.game-product-info .game-product-purchase .game-product-info-purchase-btn .add-to-cart {
  width: 200px;
  height: 50px;
  border-radius: 100px;
  font: normal bold 16px "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 2px solid #cc0040;
  color: #cc0040;
}
@media (max-width:991px) {
  .game-product-info .game-product-purchase .game-product-info-purchase-btn .add-to-cart {
    width: 100%;
    margin-bottom: 20px;
  }
}
.game-product-info .game-product-purchase .game-product-info-purchase-btn .add-to-cart:hover,
.game-product-info .game-product-purchase .game-product-info-purchase-btn .add-to-cart:active,
.game-product-info .game-product-purchase .game-product-info-purchase-btn .add-to-cart:focus {
  color: #ffffff;
  border: 2px solid #940000;
  background-color: #940000;
}
@media (min-width:992px) {
  .game-product-info .game-product-purchase .game-product-info-purchase-btn .add-to-cart {
    margin-right: 20px;
  }
}
@media (max-width:991px) {
  .game-product-info .game-product-purchase .game-product-info-purchase-btn .add-to-cart {
    margin-bottom: 32px;
  }
}
.game-product-info .game-product-purchase .game-product-info-purchase-btn .buy-btn {
  width: 200px;
  height: 50px;
  border-radius: 100px;
  font: normal bold 16px "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cc0040;
  border: 2px solid #cc0040;
  color: #ffffff;
}
@media (max-width:991px) {
  .game-product-info .game-product-purchase .game-product-info-purchase-btn .buy-btn {
    width: 100%;
    margin-bottom: 20px;
  }
}
.game-product-info .game-product-purchase .game-product-info-purchase-btn .buy-btn:active {
  border-color: #ad0a3d;
  background-color: #ad0a3d;
}
@media (max-width:991px) {
  .game-product-info .game-product-purchase .game-product-info-purchase-btn .buy-btn {
    margin-bottom: 0;
  }
}
.game-product-info .game-product-purchase .game-product-info-purchase-btn .buy-btn.sold-out {
  background: #cccccc;
  border: 2px solid #cccccc;
  color: #000000;
  cursor: default;
}
.game-product-info .game-product-purchase .game-product-info-purchase-btn .btn-wrap {
  width: 100%;
}
@media (min-width:992px) {
  .game-product-info .game-product-purchase .game-product-info-purchase-btn .btn-wrap {
    display: flex;
  }
}
.game-product-info .game-product-purchase .game-product-info-purchase-btn .customize a {
  color: #ffffff;
}
.game-product-info .game-product-purchase .game-product-info-purchase-btn .pre {
  width: 260px;
}
.game-product-info .game-product-purchase .game-product-info-purchase-btn .pre button {
  width: 260px;
}
@media (max-width:991px) {
  .game-product-info .game-product-purchase .game-product-info-purchase-btn .pre .buy-btn {
    margin-bottom: 0;
  }
}
.game-product-info .game-product-purchase .game-product-info-purchase-btn .pre span {
  font: normal normal 12px "Roboto", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
  line-height: 14px;
  color: #757575;
  display: block;
  text-align: center;
  margin-top: 4px;
}
.game-product-info .game-product-purchase .game-product-info-purchase-btn .notify {
  width: 200px;
  height: 50px;
  border-radius: 100px;
  font: normal bold 16px "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 2px solid #cc0040;
  color: #cc0040;
}
@media (max-width:991px) {
  .game-product-info .game-product-purchase .game-product-info-purchase-btn .notify {
    width: 100%;
    margin-bottom: 20px;
  }
}
.game-product-info .game-product-purchase .game-product-info-purchase-btn .notify:hover,
.game-product-info .game-product-purchase .game-product-info-purchase-btn .notify:active,
.game-product-info .game-product-purchase .game-product-info-purchase-btn .notify:focus {
  color: #ffffff;
  border: 2px solid #940000;
  background-color: #940000;
}
.game-product-info .game-product-purchase .game-product-info-notify {
  padding-right: 0;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.game-product-info .game-product-purchase .game-product-info-notify::-webkit-scrollbar {
  display: none;
}
.game-product-info .game-product-purchase .game-product-info-notify.modal.in {
  position: fixed;
  z-index: 1070;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  overflow: auto;
  padding: 5vh 0;
  min-height: 100%;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-dialog {
  position: relative;
  max-width: 960px;
  width: 960px;
  margin-top: 0;
  margin-bottom: 0;
  transform: none;
}
@media (max-width: 1024px) {
  .game-product-info .game-product-purchase .game-product-info-notify .modal-dialog {
    width: calc(100% - 160px);
  }
}
@media (max-width: 767px) {
  .game-product-info .game-product-purchase .game-product-info-notify .modal-dialog {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-dialog.modal-dialog-centered {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  .game-product-info .game-product-purchase .game-product-info-notify .modal-dialog.modal-dialog-centered {
    min-height: 100%;
  }
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content {
  padding: 20px 20px 60px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 32px;
  border: none;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid #757575;
  border-radius: 50%;
  color: #757575;
  font-size: 32px;
  font-weight: 200;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .close span {
  display: none;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .close .align-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .game-product-info .game-product-purchase .game-product-info-notify .modal-content .close {
    width: 24px;
    height: 24px;
    top: 10px;
    right: 10px;
  }
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .close::before {
  content: '';
  height: 20px;
  width: 1px;
  background-color: #757575;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .game-product-info .game-product-purchase .game-product-info-notify .modal-content .close::before {
    height: 12px;
  }
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .close::after {
  content: '';
  height: 20px;
  width: 1px;
  background-color: #757575;
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .game-product-info .game-product-purchase .game-product-info-notify .modal-content .close::after {
    height: 12px;
  }
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .close:hover {
  background-color: #f2f2f2;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .close:hover::before {
  background-color: #757575;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .close:hover::after {
  background-color: #757575;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .close:focus {
  border-color: #000000;
  background-color: #ffffff;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .close:focus::before {
  background-color: #000000;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .close:focus::after {
  background-color: #000000;
}
@media (max-width: 1024px) {
  .game-product-info .game-product-purchase .game-product-info-notify .modal-content {
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .game-product-info .game-product-purchase .game-product-info-notify .modal-content {
    border-radius: 12px;
    padding: 10px 10px 40px 10px;
  }
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content:has(.notify-me-terms) .checkbox-wrap:last-child {
  margin-bottom: 8px;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content.confirmed {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 80px 100px 80px;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content.confirmed svg {
  margin-bottom: 40px;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content.confirmed p {
  font: normal 400 18px "Roboto", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
  margin-bottom: 60px;
  line-height: 23px;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width:991px) {
  .game-product-info .game-product-purchase .game-product-info-notify .modal-content.confirmed {
    padding: 40px 40px 20px 40px;
  }
  .game-product-info .game-product-purchase .game-product-info-notify .modal-content.confirmed svg {
    margin-bottom: 20px;
  }
  .game-product-info .game-product-purchase .game-product-info-notify .modal-content.confirmed p {
    margin-bottom: 40px;
  }
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content p {
  font: normal 400 12px "Roboto", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
  line-height: 16px;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .close-wrapper {
  position: sticky;
  top: 0;
  height: 40px;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .game-product-info .game-product-purchase .game-product-info-notify .modal-content .close-wrapper {
    height: 24px;
    margin-bottom: 6px;
  }
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .close-wrapper .close {
  position: sticky;
  top: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #757575;
  border-radius: 50%;
  color: #757575;
  font-size: 32px;
  font-weight: 200;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .close-wrapper .close span {
  display: none;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .close-wrapper .close .align-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .game-product-info .game-product-purchase .game-product-info-notify .modal-content .close-wrapper .close {
    width: 24px;
    height: 24px;
  }
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .close-wrapper .close::before {
  content: '';
  height: 20px;
  width: 1px;
  background-color: #757575;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .game-product-info .game-product-purchase .game-product-info-notify .modal-content .close-wrapper .close::before {
    height: 12px;
  }
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .close-wrapper .close::after {
  content: '';
  height: 20px;
  width: 1px;
  background-color: #757575;
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .game-product-info .game-product-purchase .game-product-info-notify .modal-content .close-wrapper .close::after {
    height: 12px;
  }
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .close-wrapper .close:hover {
  background-color: #f2f2f2;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .close-wrapper .close:hover::before {
  background-color: #757575;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .close-wrapper .close:hover::after {
  background-color: #757575;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .close-wrapper .close:focus {
  border-color: #000000;
  background-color: #ffffff;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .close-wrapper .close:focus::before {
  background-color: #000000;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .close-wrapper .close:focus::after {
  background-color: #000000;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form {
  padding-left: 40px;
  padding-right: 80px;
}
@media (max-width: 1024px) {
  .game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form {
    padding-left: 20px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form {
    width: 100%;
    padding-left: 10px;
    padding-right: 30px;
  }
}
@media (min-width:992px) {
  .game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .modal-top {
    margin: 0;
  }
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .modal-top img {
  max-width: 100px;
  max-height: 100px;
  margin-bottom: 8px;
}
@media (max-width:991px) {
  .game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .modal-top img {
    display: block;
    margin: 0 auto 8px 0;
  }
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .modal-top h3 {
  font: normal 800 36px "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
  color: #000000;
  line-height: 130%;
  letter-spacing: 0em;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .modal-top h3 {
    font-size: 32.4px;
  }
}
@media (max-width: 767px) {
  .game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .modal-top h3 {
    font-size: 25.2px;
  }
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .modal-top p {
  margin-bottom: 0;
  font: normal 400 16px 'Roboto';
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000000;
}
@media (max-width:991px) {
  .game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .modal-top p {
    font: normal 400 16px "Roboto", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
  }
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .notify-required,
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .notify-format {
  color: #c92323;
  align-self: flex-start;
  font: normal 400 12px "Roboto", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
  line-height: 16px;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .modal-inputs {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: row;
  grid-gap: 24px 20px;
  margin: 32px 0;
}
@media (max-width:768px) {
  .game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .modal-inputs {
    display: flex;
    flex-direction: column;
  }
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .modal-inputs .modal-input {
  width: 100%;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .modal-inputs .modal-input label {
  font: normal 400 14px 'Roboto';
  line-height: 16.41px;
  margin-bottom: 6px;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .modal-inputs .modal-input input {
  font: normal 400 16px 'Roboto';
  line-height: 18.75px;
  margin-bottom: 0px;
  border: 1px solid #000000;
  min-height: 52px;
  padding: 0 12px;
  color: #757575;
  border-radius: 4px;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .modal-inputs .modal-input input.warning {
  border: 2px solid #c92323;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .modal-inputs .modal-input:nth-child(2n+1):last-child {
  grid-column-start: 1;
  grid-column-end: 3;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .remind-note {
  margin: 0 0 20px 24px;
  font: normal 400 14px "Roboto", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
  line-height: 130%;
  color: #4d4f52;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .recaptcha {
  margin-top: 12px;
  margin-bottom: 32px;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .recaptcha-required {
  color: #c92323;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .modal-checkbox {
  flex-direction: row;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .modal-checkbox .checkbox-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 20px;
  position: relative;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .modal-checkbox .checkbox-wrap.become-member {
  display: grid;
  grid-template-columns: 16px 1fr;
  grid-auto-flow: row;
  grid-gap: 8px 8px;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .modal-checkbox .checkbox-wrap.become-member p {
  grid-column-start: 2;
  margin-bottom: 0;
  font: normal 400 14px 'Roboto';
  line-height: 130%;
  color: #4d4f52;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .modal-checkbox .checkbox-wrap.notify-agree {
  display: grid;
  grid-template-columns: 16px 1fr;
  grid-auto-flow: row;
  grid-gap: 8px 8px;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .modal-checkbox .checkbox-wrap.notify-agree span.notify-required {
  grid-column-start: 2;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .modal-checkbox .checkbox-wrap:last-child > .notify-me-terms {
  margin-bottom: 8px;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .modal-checkbox input {
  width: 16px;
  height: 16px;
  margin: 0;
  opacity: 0;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .modal-checkbox input:checked + label::before {
  position: absolute;
  content: '';
  height: 9px;
  width: 5px;
  top: 2px;
  left: 5px;
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  z-index: 1;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .modal-checkbox input:checked + label::after {
  border: 1px solid #cc0040;
  background-color: #cc0040;
  position: absolute;
  content: '';
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .modal-checkbox label {
  font: normal 400 16px 'Roboto';
  line-height: 18.75px;
  color: #000000;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .modal-checkbox label a {
  font-family: "Roboto", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
  color: #cc0040;
  text-decoration: underline;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .modal-checkbox label::after {
  content: '';
  position: absolute;
  border-radius: 1px;
  background: #ffffff;
  border: 1px solid #000000;
  height: 16px;
  width: 16px;
  left: 0px;
  top: 0px;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .modal-checkbox label.warning {
  color: #c92323;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .modal-checkbox label.warning::after {
  border: 1px solid #c92323;
  background: #F0004C0D;
}
.game-product-info .game-product-purchase .game-product-info-notify .modal-content .modal-form .notify-me-terms {
  margin: 0 0 20px 24px;
  font-size: 14px;
  color: #4d4f52;
  line-height: 18.2px;
}
.game-product-info .game-product-purchase .game-product-info-notify .notify-btn {
  margin-left: 0;
  width: 200px;
  height: 50px;
  border-radius: 100px;
  font: normal bold 16px "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  border: 2px solid #000000;
  color: #ffffff;
  font-weight: 700;
  width: auto;
  border-radius: 4px;
  padding: 16px 20px;
}
@media (max-width:991px) {
  .game-product-info .game-product-purchase .game-product-info-notify .notify-btn {
    width: 100%;
    margin-bottom: 20px;
  }
}
.game-product-info .game-product-purchase .game-product-info-notify .notify-btn:hover {
  color: #ffffff;
  border: 2px solid #cc0040;
  background-color: #cc0040;
}
.game-product-info .game-product-purchase .game-product-info-notify .notify-btn:active,
.game-product-info .game-product-purchase .game-product-info-notify .notify-btn:focus {
  color: #ffffff;
  border: 2px solid #940000;
  background-color: #940000;
}
@media (max-width: 991px) {
  .game-product-info .game-product-purchase .game-product-info-notify .notify-btn {
    width: auto;
  }
}
.game-product-info .commerce h2 {
  font: normal bold 14px "Roboto", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
  line-height: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.game-product-info .commerce ul {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
@media (max-width:991px) {
  .game-product-info .commerce ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 0px;
    justify-items: center;
  }
}
.game-product-info .commerce ul li {
  max-width: 125px;
}
@media (max-width:991px) {
  .game-product-info .commerce ul li {
    flex: 0 0 45%;
    text-align: center;
  }
}
.game-product-info .commerce ul li a img {
  width: 105px;
  height: 50px;
  object-fit: contain;
}
.game-product-info .commerce ul li span {
  display: block;
  text-align: center;
  color: #757575;
  font-size: 12px;
  line-height: 14px;
}
.game-product-info .commerce ul li span.price {
  font-size: 16px;
  line-height: 135%;
  color: #000000;
  margin-top: 8px;
}
.game-product-info .where {
  margin-top: 50px;
}
.game-product-info .where a {
  font: normal bold 18px "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
  line-height: 22px;
  text-decoration: underline;
  color: #cc0040;
}
@media (max-width:991px) {
  .game-product-info .where {
    text-align: center;
  }
}
.game-product-info .shipping-check {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  margin-top: 28px;
}
.game-product-info .shipping-check .input-and-button-container {
  display: flex;
}
.game-product-info .shipping-check .input-and-button-container .input-container {
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #000000;
  padding: 12px 16px;
  color: #757575;
  width: 182px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.game-product-info .shipping-check .input-and-button-container .input-container .hint {
  color: #757575;
  font: normal 400 12px "Roboto", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
  display: flex;
  align-items: center;
  z-index: 1;
  gap: 3px;
}
.game-product-info .shipping-check .input-and-button-container .input-container.error {
  border-color: #c92323;
}
.game-product-info .shipping-check .input-and-button-container .input-container.active input {
  position: static;
  opacity: 1;
}
.game-product-info .shipping-check .input-and-button-container .input-container input {
  box-shadow: none;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
  font-family: "Roboto", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
}
.game-product-info .shipping-check .input-and-button-container button {
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #757575;
  border-left: none;
  padding: 22px 16px;
  background-color: transparent;
  opacity: 0.3;
  color: #757575;
  font: normal 500 12px "Roboto", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
  line-height: 130%;
}
.game-product-info .shipping-check .input-and-button-container button.active {
  color: #000000;
  border-color: #000000;
  opacity: 1;
}
.game-product-info .shipping-check .input-and-button-container button.active:hover {
  color: #ffffff;
  background-color: #cc0040;
  border-color: #cc0040;
}
.game-product-info .shipping-check .input-and-button-container button.active:active,
.game-product-info .shipping-check .input-and-button-container button.active:focus {
  color: #ffffff;
  background-color: #ad0a3d;
  border-color: #ad0a3d;
}
.game-product-info .shipping-check .checking {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
}
.game-product-info .shipping-check .checking p {
  margin: 0;
}
.game-product-info .shipping-check .available a {
  margin-left: 12px;
  color: #cc0040;
}
.game-product-info .shipping-check .available .highlight {
  color: #ad0a3d;
  font-weight: 600;
}
.game-product-info .shipping-check .weight-500 {
  font-weight: 500;
}
.game-product-info .shipping-check p,
.game-product-info .shipping-check span,
.game-product-info .shipping-check input {
  line-height: 130%;
}
.game-product-info .shipping-check p.error,
.game-product-info .shipping-check span.error,
.game-product-info .shipping-check input.error {
  color: #c92323;
}
.tab-fixed-top {
  display: block;
  height: 60px;
  width: 100%;
}
.game-product .game-product-tab {
  background: #f2f2f2;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  opacity: 0;
}
.game-product .game-product-tab.ready {
  opacity: 1;
}
@media (max-width:991px) {
  .game-product .game-product-tab .game-product-tab-d {
    display: none;
  }
}
.game-product .game-product-tab ul {
  display: flex;
  justify-content: space-evenly;
  margin: 0 10%;
}
@media (min-width:1440px) {
  .game-product .game-product-tab ul {
    margin: 0 20%;
  }
}
@media (min-width:992px) {
  .game-product .game-product-tab ul {
    height: 60px;
  }
}
@media (min-width:992px) {
  .game-product .game-product-tab ul li:first-child {
    display: none;
  }
  .game-product .game-product-tab ul li:first-child:hover {
    border-bottom: none;
  }
}
.game-product .game-product-tab ul li:last-child:hover {
  border-bottom: none;
}
@media (max-width:991px) {
  .game-product .game-product-tab ul li {
    width: 100%;
    height: 60px;
  }
  .game-product .game-product-tab ul li button {
    width: 100%;
    padding: 0;
  }
}
.game-product .game-product-tab ul li.product-name {
  color: #000000;
  font: normal normal 18px "Roboto", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
}
@media (max-width:991px) {
  .game-product .game-product-tab ul {
    margin: 0 auto;
  }
}
.game-product .game-product-tab ul.game-product-tab-m {
  display: block;
}
@media (min-width:992px) {
  .game-product .game-product-tab ul.game-product-tab-m {
    display: none;
  }
}
.game-product .game-product-tab ul.game-product-tab-m > li:first-child {
  position: relative;
  display: flex;
  justify-content: center;
}
.game-product .game-product-tab ul.game-product-tab-m label {
  margin: 0;
}
.game-product .game-product-tab ul.game-product-tab-m span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font: normal normal 16px "Roboto", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
}
.game-product .game-product-tab ul.game-product-tab-m .game-product-tab-btn {
  text-align: center;
  background-color: #f2f2f2;
  border: none;
  box-shadow: none;
  margin: 0;
  font: normal normal 16px "Roboto", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
  line-height: 18px;
}
.game-product .game-product-tab ul.game-product-tab-m #game-product-tab-dp {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  margin: 0;
}
.game-product .game-product-tab ul.game-product-tab-m #game-product-tab-dp::before {
  background: #f2f2f2;
  position: absolute;
  left: -1.5px;
  top: -50%;
  height: 25px;
  width: 17px;
  content: url('../images/product-page/arrow-down.svg');
}
.game-product .game-product-tab ul.game-product-tab-m #game-product-tab-dp:checked::before {
  transform: rotate(180deg);
}
.game-product .game-product-tab ul.game-product-tab-menu-m {
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  align-items: center;
  background-color: #f2f2f2;
  z-index: 3;
}
.game-product .game-product-tab ul.game-product-tab-menu-m li {
  width: 100%;
}
.game-product .game-product-tab ul.game-product-tab-menu-m a {
  font-size: 16px;
  line-height: 60px;
  width: 100%;
}
.game-product .game-product-tab.fixed-top {
  margin: 0;
  position: fixed;
}
.game-product .game-product-tab.fixed-top .game-product-tab-m {
  display: flex;
  min-height: 52px;
}
.game-product .game-product-tab.fixed-top li:first-child {
  display: flex;
}
.game-product .game-product-tab.fixed-top li.add-to-cart {
  display: inline-block;
}
.game-product .game-product-tab.fixed-top li.add-to-cart button {
  font-weight: bold;
}
.game-product .game-product-tab.fixed-top ul > li {
  display: flex;
  align-items: center;
}
.game-product .game-product-tab a {
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font: normal normal 18px "Roboto", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
  height: 100%;
  line-height: 21px;
}
.game-product .game-product-tab a:hover {
  background-color: #D8D8D8;
  text-decoration: none;
}
@media (min-width:992px) {
  .game-product .game-product-tab a:hover {
    color: #cc0040;
    border-bottom: 4px solid #cc0040;
    background-color: unset;
    font-weight: 700;
  }
}
.game-product .game-product-tab li.add-to-cart {
  display: none;
}
.game-product .game-product-tab button {
  background: #cc0040;
  border: 2px solid #cc0040;
  color: #ffffff;
  height: 100%;
  font: normal normal 18px "Roboto", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Thai", "Noto Sans Devanagari", "Noto Sans Arabic";
}
.game-product .game-product-tab button:active {
  border-color: #ad0a3d;
  background-color: #ad0a3d;
}
.game-product .game-product-tab .is-active {
  background-color: #D8D8D8;
}
@media (min-width:992px) {
  .game-product .game-product-tab .is-active {
    color: #cc0040;
    border-bottom: 4px solid #cc0040;
    background-color: unset;
    font-weight: bold;
  }
}
