@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Roboto&display=swap");
.nv {
  color: #76B900 !important;
  font-weight: 500;
}

@keyframes fadeInLeftShort {
  from {
    opacity: 0;
    transform: translateX(-5px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftShort {
  animation-name: fadeInLeftShort;
}

::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #000; /* or add it to the track */
}

::-webkit-scrollbar-thumb {
  background: #76B900;
}

#gamesList {
  background-color: #1a1a1a;
}
#gamesList .container {
  padding: 5rem 0;
}

.sm-card-item {
  padding: 24px;
  border-radius: 10px;
  width: auto;
  max-width: 408px;
  height: 550px;
  text-align: left;
  line-height: 1.5;
  position: relative;
}
.sm-card-item[ct-font-color=bTxt] {
  color: #1a1a1a;
}
.sm-card-item[ct-font-color=bTxt] span {
  color: #1a1a1a;
}
.sm-card-item[ct-font-color=bTxt] .type-tag span {
  color: #fff;
}
.sm-card-item[ct-font-color=wTxt] {
  color: #fff;
}
.sm-card-item[ct-font-color=wTxt] span {
  color: #fff;
}
.sm-card-item .card-header {
  border-radius: 10px;
  overflow: hidden;
}
.sm-card-item .card-img {
  border-radius: 10px;
  overflow: hidden;
}
.sm-card-item .card-img img {
  max-width: 360px;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.sm-card-item .card-body h2 {
  font-size: 40px;
  font-weight: bolder;
  max-width: 100%;
  width: 100%;
  height: 48px;
  margin: 16px 0 16px 0;
  position: relative;
  line-height: 1.2;
}
.sm-card-item .card-body h2 span {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  display: inline-flex;
  height: 48px;
  overflow: hidden;
}
.sm-card-item .card-body h2:hover span {
  overflow: visible;
  height: auto;
}
.sm-card-item .card-body p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 69px;
  height: 69px;
  overflow: hidden;
}

.game-card-more {
  display: inline-flex;
  white-space: nowrap;
  font-weight: bolder;
  align-items: center;
  margin: 24px 0 12px 0;
}
.game-card-more .arr {
  margin-left: 5px;
}

.primary-btn.full {
  width: 100%;
  padding: 1rem 0;
  margin: 0;
}

.game-card-wrapper {
  display: flex;
}

.game-card-section-caption {
  flex: 1;
  line-height: 1.5;
  text-align: left;
  display: inline-flex;
  flex-direction: column;
  padding: 3rem 3rem 3rem 5rem;
  width: 405px;
  min-width: 405px;
}
.game-card-section-caption .game-card-caption-title {
  font-size: 32px;
  font-weight: bolder;
  color: #fff;
  margin-bottom: 24px;
}
.game-card-section-caption em {
  font-size: 24px;
  font-weight: bolder;
}
.game-card-section-caption .step-wrap {
  display: flex;
  align-items: center;
  margin: 24px 0;
}
.game-card-section-caption .number-tag {
  border-radius: 50%;
  border: 1px solid #76B900;
  font-size: 20px;
  font-weight: bolder;
  display: inline-flex;
  height: 32px;
  width: 32px;
  min-height: 32px;
  min-width: 32px;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.game-card-section-caption .step-txt {
  color: #fff;
}
.game-card-section-caption .primary-btn {
  margin: 24px 0;
}

.game-card-carousel-wrap {
  width: calc(100% - 405px);
}

.game-card-carousel {
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.game-card-carousel.owl-theme .owl-nav [class*=owl-] {
  outline: none;
  margin: 0;
}
.game-card-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
}
.game-card-carousel.owl-theme .owl-nav [class*=owl-]:hover img {
  opacity: 0.8;
}
.game-card-carousel.owl-theme .owl-nav {
  position: relative;
  height: 0;
  margin: 0;
}
.game-card-carousel.owl-carousel .owl-nav button.owl-next, .game-card-carousel.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: -550px;
}
.game-card-carousel.owl-carousel .owl-nav button.owl-next {
  right: 0px;
}
.game-card-carousel.owl-carousel .owl-nav button.owl-prev {
  left: -20px;
}
.game-card-carousel.owl-theme .owl-nav .disabled {
  opacity: 0;
}

.type-tag {
  position: absolute;
  top: 24px;
  left: 0;
  height: 36px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  z-index: 3;
  color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
}
.type-tag span {
  color: #fff;
}
.type-tag[type-tag=free] {
  background-color: #76B900;
}
.type-tag[type-tag=novice] {
  background-color: #F68428;
}
.type-tag[type-tag=hot] {
  background-color: #FF0000;
}
.type-tag[type-tag=act] {
  background-color: #5D52A0;
}

.lg-card {
  max-height: 100vh;
  overflow-y: scroll;
}
.lg-card .modal-container {
  align-items: flex-start;
  padding: 10vh 0;
  height: auto;
}
.lg-card .modal-panel {
  position: relative;
  overflow: hidden;
  max-width: unset;
  background-color: #000;
}
.lg-card .modal-panel .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: #000;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.lg-card .modal-panel .modal-bg .mask {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.lg-card .modal-panel .modal-bg .mask::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-image: linear-gradient(to right, #000 20%, rgba(0, 0, 0, 0));
}
.lg-card .modal-game-detail-content {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 3rem;
  cursor: default;
}
.lg-card .type-tag {
  position: relative;
  top: unset;
  left: unset;
  display: inline-flex;
  padding: 10px 20px;
}
.lg-card .modal-title h2 {
  font-size: 40px;
  font-weight: bolder;
  margin: 24px 0;
}
.lg-card .modal-body {
  max-width: 500px;
}
.lg-card .sub {
  margin: 0;
  margin-right: 1.6rem;
}
.lg-card .innere-list-wrap {
  line-height: 2;
}
.lg-card .detail-list-wrap {
  margin: 1.6rem 0;
}
.lg-card .modal-closer_btn {
  position: absolute;
  right: -20px;
  top: 0px;
  z-index: 2;
}
.lg-card .modal-closer {
  min-height: 100vh;
}

.sm-card-item[game=apex] {
  background-color: rgb(189, 179, 165);
}
.sm-card-item[game=apex] .card-body h2 span {
  background-color: rgba(189, 179, 165, 0.7);
}
.sm-card-item[game=destiny2] {
  background-color: rgb(43, 67, 103);
}
.sm-card-item[game=destiny2] .card-body h2 span {
  background-color: rgba(43, 67, 103, 0.7);
}
.sm-card-item[game=warframe] {
  background-color: rgb(29, 80, 97);
}
.sm-card-item[game=warframe] .card-body h2 span {
  background-color: rgba(29, 80, 97, 0.7);
}
.sm-card-item[game=hyperscape] {
  background-color: rgb(20, 83, 82);
}
.sm-card-item[game=hyperscape] .card-body h2 span {
  background-color: rgba(20, 83, 82, 0.7);
}
.sm-card-item[game=immortals-fenyx-rising] {
  background-color: rgb(75, 75, 85);
}
.sm-card-item[game=immortals-fenyx-rising] .card-body h2 span {
  background-color: rgba(75, 75, 85, 0.7);
}
.sm-card-item[game=cuphead] {
  background-color: rgb(94, 77, 62);
}
.sm-card-item[game=cuphead] .card-body h2 span {
  background-color: rgba(94, 77, 62, 0.7);
}
.sm-card-item[game=assassins-creed-valhalla] {
  background-color: rgb(100, 105, 124);
}
.sm-card-item[game=assassins-creed-valhalla] .card-body h2 span {
  background-color: rgba(100, 105, 124, 0.7);
}
.sm-card-item[game=cyberpunk2077] {
  background-color: rgb(71, 155, 181);
}
.sm-card-item[game=cyberpunk2077] .card-body h2 span {
  background-color: rgba(71, 155, 181, 0.7);
}
.sm-card-item[game=ark-survival-evolved] {
  background-color: rgb(53, 66, 57);
}
.sm-card-item[game=ark-survival-evolved] .card-body h2 span {
  background-color: rgba(53, 66, 57, 0.7);
}
.sm-card-item[game=black-dessert] {
  background-color: rgb(73, 83, 97);
}
.sm-card-item[game=black-dessert] .card-body h2 span {
  background-color: rgba(73, 83, 97, 0.7);
}
.sm-card-item[game=tctd2] {
  background-color: rgb(189, 179, 165);
}
.sm-card-item[game=tctd2] .card-body h2 span {
  background-color: rgba(189, 179, 165, 0.7);
}
.sm-card-item[game=tcr6] {
  background-color: rgb(43, 67, 103);
}
.sm-card-item[game=tcr6] .card-body h2 span {
  background-color: rgba(43, 67, 103, 0.7);
}
.sm-card-item[game=assassins-creed-odyssy] {
  background-color: rgb(29, 80, 97);
}
.sm-card-item[game=assassins-creed-odyssy] .card-body h2 span {
  background-color: rgba(29, 80, 97, 0.7);
}

.lg-card .modal-panel .modal-bg[game=apex] {
  background-image: url(../img/games-list-index-img/apex-legends-lg.jpg);
}
.lg-card .modal-panel .modal-bg[game=destiny2] {
  background-image: url(../img/games-list-index-img/destiny2-lg.jpg);
}
.lg-card .modal-panel .modal-bg[game=warframe] {
  background-image: url(../img/games-list-index-img/warframe-lg.jpg);
}
.lg-card .modal-panel .modal-bg[game=hyperscape] {
  background-image: url(../img/games-list-index-img/hyperscape-lg.jpg);
}
.lg-card .modal-panel .modal-bg[game=immortals-fenyx-rising] {
  background-image: url(../img/games-list-index-img/immortals-fenyx-rising-lg.jpg);
}
.lg-card .modal-panel .modal-bg[game=cuphead] {
  background-image: url(../img/games-list-index-img/cuphead-lg.jpg);
}
.lg-card .modal-panel .modal-bg[game=assassins-creed-valhalla] {
  background-image: url(../img/games-list-index-img/assassins-creed-valhalla-lg.jpg);
}
.lg-card .modal-panel .modal-bg[game=cyberpunk2077] {
  background-image: url(../img/games-list-index-img/cyberpunk2077-lg.jpg);
}
.lg-card .modal-panel .modal-bg[game=ark-survival-evolved] {
  background-image: url(../img/games-list-index-img/ark-survival-evolved-lg.jpg);
}
.lg-card .modal-panel .modal-bg[game=black-dessert] {
  background-image: url(../img/games-list-index-img/black-dessert-lg.jpg);
}
.lg-card .modal-panel .modal-bg[game=tctd2] {
  background-image: url(../img/games-list-index-img/tctd2-lg.jpg);
}
.lg-card .modal-panel .modal-bg[game=tcr6] {
  background-image: url(../img/games-list-index-img/tcr6-lg.jpg);
}
.lg-card .modal-panel .modal-bg[game=assassins-creed-odyssy] {
  background-image: url(../img/games-list-index-img/assassins-creed-odyssy-lg.jpg);
}

@media (max-width: 1366px) {
  .lg-card .modal-panel .modal-bg {
    background-size: cover;
  }
}
@media (max-width: 1024px) {
  .lg-card .modal-panel .modal-bg {
    background-size: cover;
    background-position: center;
    opacity: 0.2;
  }
  .lg-card .modal-game-detail-content {
    width: 100%;
  }
  .lg-card .modal-body {
    max-width: unset;
  }
  .lg-card .modal-container {
    padding: 5vh 0 0 0;
    padding-bottom: 80px;
  }
  .lg-card .modal-game-detail-content {
    padding: 0;
  }
}
@media (max-width: 768px) {
  #gamesList .container {
    padding: 1rem 0 5rem 0;
  }
  .game-card-wrapper {
    flex-direction: column;
    width: 100%;
  }
  .game-card-section-caption {
    width: 100%;
  }
  .game-card-carousel-wrap {
    width: 100%;
    padding-left: 2rem;
  }
  .sm-card-item {
    width: 100%;
    max-width: 375px;
  }
  .game-card-section-caption {
    min-width: unset;
    padding: 2rem;
    padding-top: 0rem;
  }
}
@media (max-width: 500px) {
  .lg-card .modal-panel .modal-bg {
    background-size: cover;
    background-position: center;
    padding-top: 75%;
    position: relative;
    opacity: 1;
  }
  .lg-card .modal-game-detail-content {
    padding-top: 2rem;
  }
  .lg-card .modal-panel .modal-bg[game=apex] {
    background-image: url(../img/games-list-index-img/apex-legends-sm.jpg);
  }
  .lg-card .modal-panel .modal-bg[game=destiny2] {
    background-image: url(../img/games-list-index-img/destiny2-sm.jpg);
  }
  .lg-card .modal-panel .modal-bg[game=warframe] {
    background-image: url(../img/games-list-index-img/warframe-sm.jpg);
  }
  .lg-card .modal-panel .modal-bg[game=hyperscape] {
    background-image: url(../img/games-list-index-img/hyperscape-sm.jpg);
  }
  .lg-card .modal-panel .modal-bg[game=immortals-fenyx-rising] {
    background-image: url(../img/games-list-index-img/immortals-fenyx-rising-sm.jpg);
  }
  .lg-card .modal-panel .modal-bg[game=cuphead] {
    background-image: url(../img/games-list-index-img/cuphead-sm.jpg);
  }
  .lg-card .modal-panel .modal-bg[game=assassins-creed-valhalla] {
    background-image: url(../img/games-list-index-img/assassins-creed-valhalla-sm.jpg);
  }
  .lg-card .modal-panel .modal-bg[game=cyberpunk2077] {
    background-image: url(../img/games-list-index-img/cyberpunk2077-sm.jpg);
  }
  .lg-card .modal-panel .modal-bg[game=ark-survival-evolved] {
    background-image: url(../img/games-list-index-img/ark-survival-evolved-sm.jpg);
  }
  .lg-card .modal-panel .modal-bg[game=black-dessert] {
    background-image: url(../img/games-list-index-img/black-dessert-sm.jpg);
  }
  .lg-card .modal-panel .modal-bg[game=tctd2] {
    background-image: url(../img/games-list-index-img/tctd2-sm.jpg);
  }
  .lg-card .modal-panel .modal-bg[game=tcr6] {
    background-image: url(../img/games-list-index-img/tcr6-sm.jpg);
  }
  .lg-card .modal-panel .modal-bg[game=assassins-creed-odyssy] {
    background-image: url(../img/games-list-index-img/assassins-creed-odyssy-sm.jpg);
  }
  .sm-card-item {
    max-width: calc(100vw - 60px);
    height: 480px;
  }
  .game-card-carousel-wrap {
    padding-left: 15px;
  }
  .game-card-carousel.owl-carousel .owl-nav button.owl-prev,
  .game-card-carousel.owl-carousel .owl-nav button.owl-next {
    display: none;
  }
}
.ev-sec {
  background-color: #000;
  padding: 2rem 0;
}
.ev-sec h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 2rem;
}
.ev-sec h1.center {
  text-align: center;
}
.ev-sec .container {
  width: 95%;
  max-width: 1366px;
  margin: 0 auto;
  text-align: center;
}
.ev-sec.vd {
  padding-bottom: 5rem;
}

.sec-bn {
  width: 100%;
}
.sec-bn img {
  width: 100%;
}

.priz {
  line-height: 2;
  padding-bottom: 0;
}
.priz .priz-list {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}
.priz ol, .priz li {
  padding: 0 1rem;
}
.priz li {
  text-align: left;
}

.priz-img {
  width: 100%;
  margin-top: 1rem;
}
.priz-img img {
  width: 100%;
}

.sub.m {
  font-size: 13px;
  margin-left: 0;
}

.L-prz {
  display: block;
}

.M-prz {
  display: none;
}

.S-prz {
  display: none;
}

@media (max-width: 1350px) {
  .L-prz {
    display: none;
  }
  .M-prz {
    display: block;
  }
}
@media (max-width: 1024px) {
  .M-prz {
    display: none;
  }
  .S-prz {
    display: block;
  }
  .ev-sec h1 {
    font-size: 24px;
  }
  .ev-sec.vd {
    padding-bottom: 1rem;
  }
}
@media (max-width: 500px) {
  .priz-list {
    flex-direction: column;
  }
}
.section#gameList {
  padding-top: 3rem;
  padding-bottom: 1rem;
}
.section#gameList .section-title {
  margin-bottom: 2vw;
}
.section#gameList .section-banner-img {
  position: relative;
  padding: 0;
  height: auto;
}
.section#gameList .section-banner-img img {
  position: relative;
  height: auto;
  width: 100%;
}
.section#gameList .section-sub-title {
  margin-bottom: 2rem;
  padding: 0 1rem;
}

.section.bk.game {
  padding-top: 2rem;
}

.game-search-bar-container {
  padding: 1rem 0;
  width: 100%;
  position: relative;
  height: auto;
}

.search-bar-wrapper {
  position: relative;
  background-color: #222;
  width: 95%;
  margin: 0 auto;
  height: 50px;
  max-width: 1366px;
  border-radius: 36px;
}
.search-bar-wrapper .search-btn {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 64px;
  left: 0;
  top: 0px;
}
.search-bar-wrapper .input-content-delete {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 0;
  height: 50px;
  width: 64px;
  font-size: 20px;
}
.search-bar-wrapper input {
  border-radius: 36px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  border: none;
  padding: 0 1rem;
  padding-left: 3.5rem;
  color: #fff;
  font-size: 16px;
}

.drop-filter {
  display: flex;
  font-size: 14px;
  width: 100%;
  border-bottom: 1px solid #222;
  padding-bottom: 1rem;
  padding-top: 2rem;
  justify-content: flex-start;
  align-items: center;
}

.nt-game {
  padding: 2rem 0;
  cursor: default;
}

.select_container {
  font-size: 14px;
}

.custom_select {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  transition: all 0.1s ease;
  position: relative;
  width: auto;
  outline: none;
}
.select_title {
  cursor: pointer;
  height: 100%;
  text-align: left;
}

.selected {
  padding: 5px;
  white-space: nowrap;
}

.select_i {
  color: #fff;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  margin-right: 5px;
}

.custom_select.active:hover,
.custom_select.active {
  border-radius: 5px 5px 0 0;
  border: none;
}

.custom_select.active .select_i {
  transform: rotate(90deg);
}

.select_menu {
  position: absolute;
  background-color: #000;
  width: auto;
  left: 0;
  top: 2rem;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  display: none;
  overflow-y: auto;
  z-index: 9;
  padding: 0;
  list-style: none;
}

.select_menu > li {
  padding: 1rem;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-align: left;
  display: inline-flex;
  white-space: nowrap;
}

.select_menu > li:hover {
  background-color: #333;
}

.select_menu > li:active {
  background-color: #333;
}

.game-list-wrapper {
  list-style-type: none;
  padding-left: 0;
}
.game-list-wrapper li {
  margin-left: 0;
  cursor: pointer;
  font-size: 14px;
  color: #999;
  position: relative;
}
.game-list-wrapper li:hover {
  color: #fff;
}
.game-list-wrapper li .tooltip-info {
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  background-color: #222;
  padding: 0.8rem 1rem;
  color: #fff;
  z-index: 1;
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  display: none;
}
.game-list-wrapper li .tooltip-info .wrap {
  position: relative;
}
.game-list-wrapper li .tooltip-info .wrap .tt-closer {
  position: absolute;
  z-index: 1;
  top: -10px;
  right: -10px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.game-list-wrapper li.active .tooltip-info {
  display: block;
}

.game-list-container {
  display: flex;
}
.game-list-container .sub {
  margin-left: 0;
}

.game-list-wrapper-outer {
  width: 70%;
}

.game-filter-wrapper {
  width: 30%;
  padding: 1rem;
  padding-top: 2.5rem;
}

.game-filter {
  width: auto;
  text-align: right;
}
.game-filter.m {
  display: none;
}

.filter-title {
  font-size: 14px;
  text-align: left;
  padding-bottom: 1rem;
  border-bottom: 1px solid #222;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-type {
  font-size: 14px;
}

.type-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 1rem;
  padding-left: 0;
}

.type-wrap .type_i {
  transform: rotate(0deg);
  transition: all 0.1s ease-in-out;
}

.type-wrap.open .type_i {
  transform: rotate(90deg);
  transition: all 0.1s ease-in-out;
}

.filter-btn {
  position: relative;
  cursor: pointer;
  text-align: left;
  padding: 0.5rem;
  margin-left: 2rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-btn svg.fa-check {
  display: none;
  margin-right: 0.3rem;
}
.filter-btn.check {
  background-color: #222;
}
.filter-btn.check svg.fa-check {
  display: block;
}

section.bk.game {
  z-index: 9;
}

@media (max-width: 1366px) {
  .game-list-container {
    flex-direction: column-reverse;
    position: relative;
  }
  .filter-btn-sec {
    display: none;
    background-color: #222;
    padding: 1rem;
  }
  .game-list-wrapper-outer {
    width: 100%;
  }
  .game-filter-wrapper {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    padding-left: 0;
    padding-right: 0;
    width: 80px;
    padding-top: 2rem;
  }
  .game-list-wrapper-outer {
    position: relative;
  }
  .filter-title {
    text-align: right;
    cursor: pointer;
    width: auto;
    display: inline-flex;
    align-items: center;
    border: 0;
  }
  .filter-btn.check {
    background-color: #333;
  }
  .game-filter {
    display: none;
    width: 80px;
    position: relative;
  }
  .game-filter.m {
    display: inline-flex;
  }
  .filter-btn-sec {
    position: absolute;
    right: -0.5rem;
    top: 100%;
    z-index: 1;
    width: 50vw;
    min-width: 300px;
    padding-top: 0;
  }
  section.bk.game {
    z-index: 11;
  }
}
@media (max-width: 375px) {
  .filter-title span {
    display: none;
  }
}
.section-panel {
  max-width: 800px;
}

.section-panel-nav {
  flex-wrap: wrap;
}

.section-panel-nav-tab {
  width: auto;
  max-width: unset;
  padding: 0 1rem;
}
.section-panel-nav-tab.sm {
  padding: 0;
  margin: 0;
  color: #76B900;
  cursor: pointer;
  width: auto;
  height: auto;
  line-height: 1;
  border: 0;
}
.section-panel-nav-tab.sm:hover {
  color: rgb(105, 166, 12);
  background-color: rgba(0, 0, 0, 0);
}

.download-item-wrap .ic-img.cb {
  background-image: url(../img/cb-icon.svg);
  width: 145px;
  height: 102px;
}

.download-item-wrap .ic-title {
  font-size: 24px;
}

.ud {
  font-weight: bold;
}

.section#newsArticle {
  background-size: auto 100vh;
  padding-top: 0;
}
.section#newsArticle::after {
  top: 0;
  bottom: unset;
  height: 100vh;
}

.sub.sm {
  margin: 0;
}

ul.disc {
  list-style-type: disc;
  padding-left: 20px;
}

.heigher-list {
  margin: 1rem 0;
}

a.type-nav-tab {
  cursor: pointer;
  color: #76B900;
  padding: 0.55rem 1rem;
  display: inline-flex;
  align-items: center;
}
a.type-nav-tab:visited, a.type-nav-tab:active {
  color: #76B900;
}
a.type-nav-tab.active {
  color: #fff;
}
a.type-nav-tab .brick {
  display: inline-flex;
  height: 5px;
  width: 5px;
  margin-left: 10px;
}
a.type-nav-tab .brick.type1 {
  background-color: #28c6f6;
}
a.type-nav-tab .brick.type2 {
  background-color: #F68428;
}
a.type-nav-tab .brick.type3 {
  background-color: #f6286d;
}

.display-section {
  border: none;
  background-color: #000;
  padding-top: 1rem;
}

.state {
  min-width: 35px;
}

.news-list.section-anchor {
  margin-bottom: 1rem;
}

.type-section {
  display: none;
}
.type-section.active {
  display: block;
}
.type-section .type {
  min-width: 64px;
  width: 64px;
  white-space: nowrap;
}
.type-section .type.type1 {
  color: #28c6f6;
}
.type-section .type.type2 {
  color: #F68428;
}
.type-section .type.type3 {
  color: #f6286d;
}

#captionForGFN .type1 {
  color: #28c6f6 !important;
}
#captionForGFN .type2 {
  color: #F68428 !important;
}
#captionForGFN .type3 {
  color: #f6286d !important;
}

.news-title-wrap {
  text-align: left;
}

.display-section.news-list ul li {
  margin: 15px auto;
  font-size: 16px;
}

.display-section.news-list ul li a.news-title {
  max-width: 100%;
}

.display-section.news-list .pagination-wrap ul {
  display: inline-flex;
}
.display-section.news-list .pagination-wrap ul li {
  margin: 2rem 0.3rem 0 0.3rem;
}
.display-section.news-list .pagination-wrap ul li a.pagination {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.8rem;
  border: 1px solid #76B900;
  font-size: 14px;
}
.display-section.news-list .pagination-wrap ul li a.pagination:hover {
  background-color: #76B900;
  color: #fff !important;
}
.display-section.news-list .pagination-wrap ul li a.pagination.disabled {
  border-color: #666;
  color: #666 !important;
}

@media (max-width: 768px) {
  .display-section {
    padding: 1rem;
  }
  .display-section.news-list ul li {
    margin: 20px auto;
    max-width: calc(100% - 20px);
    font-size: 14px;
  }
  .pricing-title .en, .section-title .en {
    font-size: 20px;
  }
  .section-anchor-nav-tab {
    font-size: 16px;
    margin: 1rem 1rem 0.5rem 1rem;
  }
  .divi-wide.g60 {
    margin: 2rem auto;
  }
  .qa-title {
    font-size: 20px;
  }
}
.section-nav-tab-wrap {
  display: inline-flex;
  background-color: #333;
  align-items: center;
  width: calc(100% - 2rem);
  margin: 0 auto;
  max-width: 1240px;
}
.section-nav-tab-wrap .fa-chevron-right {
  color: #76B900;
  margin: 0 1rem;
}
.section-nav-tab-wrap.inner {
  text-align: center;
  justify-content: center;
  padding: 1rem 0 0 0;
}

.section-nav-tab {
  display: inline-flex;
  padding: 1rem 4rem;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  transition: 0.1s;
  cursor: pointer;
}
.section-nav-tab:hover {
  background-color: #222;
}
.section-nav-tab.active {
  border-color: #76B900;
}
.section-nav-tab.round {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2rem;
  padding: 0.5rem 2rem;
  font-size: 14px;
  border: 0;
  margin: 0 1rem;
}
.section-nav-tab.round.active {
  background-color: #76B900;
}

.inner-chart-section {
  display: none;
}
.inner-chart-section.active {
  display: block;
}

.chart-section {
  padding: 1rem;
  background-color: #333;
  width: calc(100% - 2rem);
  margin: 1.2rem auto;
  max-width: 1240px;
  display: none;
}
.chart-section.active {
  display: block;
}

.chart-table {
  width: 100%;
  margin: 2rem 0;
}
.chart-table .fa-chevron-right {
  color: #76B900;
}

.chart-ct-item-section {
  display: flex;
  flex-wrap: wrap;
}

.chart-ct-item-wrap {
  width: calc(33.3333333333% - 18px);
}

.ch-divi {
  padding-top: 2rem;
  width: 24px;
}
.ch-divi.n_1920 {
  display: none;
}

.chart-ct-item-img {
  display: inline-block;
  height: 250px;
  width: calc(100% - 2rem);
}
.chart-ct-item-img img {
  height: auto;
  width: auto;
}

.step-digi {
  font-size: 1.5rem;
  font-weight: bold;
  color: #76B900;
}

.step-title-wrap {
  margin-bottom: 1rem;
  line-height: 2;
  cursor: default;
  height: 120px;
}

.step-txt {
  line-height: 1.5;
}

/*-----------
RWD
-----------*/
@media (max-width: 1280px) {
  .section-nav-tab-wrap {
    display: inline-flex;
    justify-content: center;
  }
  .section-nav-tab {
    padding: 1rem 2rem;
  }
}
@media (max-width: 1200px) {
  .chart-ct-item-wrap {
    width: calc(50% - 30px);
  }
  .ch-divi.n_1920 {
    display: block;
  }
  .ch-divi.n_1200 {
    display: none;
  }
}
@media (max-width: 1000px) {
  .section-nav-tab {
    font-size: 14px;
    border: 0;
  }
  .section-nav-tab.active {
    color: #76B900;
  }
  .section-nav-tab.round {
    margin: 0.3rem;
    padding: 0.3rem 1rem;
  }
  .section-nav-tab.round.active {
    color: #fff;
  }
  .section-nav-tab-wrap {
    flex-wrap: wrap;
  }
  .chart-section {
    padding: 0.5rem;
  }
  .chart-table {
    margin: 1rem 0;
  }
}
@media (max-width: 915px) {
  .section-nav-tab-wrap {
    flex-direction: column;
  }
  .section-nav-tab-wrap .fa-chevron-right {
    transform: rotate(90deg);
  }
  .section-nav-tab-wrap.inner {
    flex-direction: row;
  }
  .section-nav-tab-wrap.inner .section-nav-tab.round {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .chart-ct-item-wrap {
    width: 100%;
  }
  .ch-divi {
    padding: 2rem 0;
    display: inline-flex;
    justify-content: center;
    width: 100%;
  }
  .ch-divi svg {
    transform: rotate(90deg);
  }
  .ch-divi.n_1920 {
    display: block;
  }
  .ch-divi.n_1200 {
    display: block;
  }
}
@media (max-width: 500px) {
  .chart-ct-item-img img {
    max-width: 100%;
  }
  .ch-divi {
    padding: 1rem 0;
  }
  .chart-ct-item-img {
    height: auto;
  }
  .step-title-wrap {
    height: auto;
  }
  .section-nav-tab.round {
    margin: 0.1rem;
    padding: 0.3rem 0.5rem;
  }
}
#key-visual-content {
  position: relative;
  width: 100%;
  height: auto;
  left: 0px;
}

/*
-----
首頻Slogan
-----
*/
#key-visual-text {
  position: relative;
  width: 1025px;
  margin: 0 auto;
}

#the-power-to-play-h1 {
  position: absolute;
  width: 100%;
  max-width: 480px;
  top: -50px;
  right: unset;
  left: -8vw;
  font-family: "Noto Sans TC";
  font-weight: 700;
  font-size: 56px;
  line-height: 1.5em;
  text-transform: uppercase;
  text-align: right;
  margin: 0 auto;
  padding: 0;
  padding-top: 108px;
  padding-bottom: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#key-visual-text .button {
  position: absolute;
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #76b900;
  float: right;
  /* display: none; */
  white-space: nowrap;
}

#button-join {
  width: auto;
  top: 320px;
  right: 800px;
  cursor: pointer;
  z-index: 9;
}

.tpt-left {
  text-align: left;
}

.tpt-mid {
  text-align: center;
  font-size: 36px;
}

/*
------
多邊形特區
------
*/
#hexagons {
  position: relative;
  width: 0px;
  height: 750px;
  top: 0px;
  left: 0px;
  margin: 0 auto;
}

.hex-lg {
  width: 688px;
  height: 688px;
}

.hex-m1 {
  width: 520px;
  height: 520px;
}

.hex-md {
  width: 448px;
  height: 448px;
}

.hex-sm {
  width: 352px;
  height: 352px;
}

.hex-xs {
  width: 448px;
  height: 448px;
}

#hexagon-1 {
  position: absolute;
  top: 290px;
  left: 140px;
}

#hex-1-shadow {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(https://www.nvidia.com/content/dam/en-zz/Solutions/gfn/webassets/overview/kv/fg-content-hex1-shadow.png);
  pointer-events: none;
  background-position: center center;
  background-size: cover;
}

#gfn-video-clip-1 {
  position: absolute;
  width: 272px;
  height: 272px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  top: 88px;
  left: 87px;
  opacity: 1;
  clip-path: polygon(204px 18.22px, 68px 18.22px, 0px 136px, 68px 253.78px, 204px 253.78px, 272px 136px, 204px 18.22px);
  /* clip-path: url(#gfn-video-msk-1-LDU); */
  margin: 0;
  pointer-events: none;
}

#hex-1-crop {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../img/fg-content-hex1-crop.png);
  pointer-events: none;
  background-position: center center;
  background-size: cover;
}

#c1 {
  position: absolute;
  top: 88px;
  left: 86px;
  margin: 0 auto;
  width: 272px;
  height: 272px;
  z-index: 0;
  visibility: hidden;
}

#hex-1-stroke-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(https://www.nvidia.com/content/dam/en-zz/Solutions/gfn/webassets/overview/kv/fg-content-hex1-stroke-overlay.png);
  opacity: 0.5;
  pointer-events: none;
  background-position: center center;
  background-size: cover;
}

#hex-1-flares-add {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(https://www.nvidia.com/content/dam/en-zz/Solutions/gfn/webassets/overview/kv/fg-content-hex1-flares-add.png);
  pointer-events: none;
  background-position: center center;
  background-size: cover;
}

#hexagon-2 {
  position: absolute;
  z-index: 2;
  left: -310px;
  top: 63px;
}

#hex-2-shadow {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(https://www.nvidia.com/content/dam/en-zz/Solutions/gfn/webassets/overview/kv/fg-content-hex2-shadow.png);
  pointer-events: none;
  background-position: center center;
  background-size: cover;
}

#hex-2-crop {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../img/fg-content-hex2-crop.png);
  pointer-events: none;
  background-position: center center;
  background-size: cover;
}

#gfn-video-clip-2 {
  position: absolute;
  width: 525px;
  height: 525px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  top: 82px;
  left: 82px;
  opacity: 1;
  clip-path: url(#gfn-video-msk-2-LDU);
  margin: 0;
  pointer-events: none;
}

#c2 {
  position: absolute;
  top: 80px;
  left: 82px;
  margin: 0 auto;
  width: 525px;
  height: 525px;
  z-index: 0;
  visibility: hidden;
}

#hex-2-stroke-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(https://www.nvidia.com/content/dam/en-zz/Solutions/gfn/webassets/overview/kv/fg-content-hex2-stroke-overlay.png);
  opacity: 0.5;
  pointer-events: none;
  background-position: center center;
  background-size: cover;
}

#hex-2-flares-add {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(https://www.nvidia.com/content/dam/en-zz/Solutions/gfn/webassets/overview/kv/fg-content-hex2-flares-add.png);
  pointer-events: none;
  background-position: center center;
  background-size: cover;
}

#hexagon-3 {
  position: absolute;
  top: -60px;
  left: 60px;
}

#hex-3-shadow {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(https://www.nvidia.com/content/dam/en-zz/Solutions/gfn/webassets/overview/kv/fg-content-hex3-shadow.png);
  pointer-events: none;
  background-position: center center;
  background-size: cover;
}

#hex-3-crop {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../img/fg-content-hex3-crop.png);
  pointer-events: none;
  background-position: center center;
  background-size: cover;
}

#gfn-video-clip-3 {
  position: absolute;
  width: 178px;
  height: 178px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  top: 88px;
  left: 88px;
  opacity: 1;
  clip-path: polygon(132px 11px, 44px 11px, 0px 88px, 44px 166px, 132px 166px, 178px 88px, 132px 11px);
  /* clip-path: url(#gfn-video-msk-3-LDU); */
  margin: 0;
  pointer-events: none;
}

#c3 {
  position: absolute;
  top: 87.5px;
  left: 87.5px;
  margin: 0 auto;
  width: 180px;
  height: 180px;
  z-index: 0;
  visibility: hidden;
}

#hex-3-stroke-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(https://www.nvidia.com/content/dam/en-zz/Solutions/gfn/webassets/overview/kv/fg-content-hex3-stroke-overlay.png);
  opacity: 0.5;
  pointer-events: none;
  background-position: center center;
  background-size: cover;
}

#hex-3-flares-add {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(https://www.nvidia.com/content/dam/en-zz/Solutions/gfn/webassets/overview/kv/fg-content-hex3-flares-add.png);
  pointer-events: none;
  background-position: center center;
  background-size: cover;
}

#hexagon-4 {
  position: absolute;
  top: 50px;
  left: 160px;
}

#hex-4-shadow {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(https://www.nvidia.com/content/dam/en-zz/Solutions/gfn/webassets/overview/kv/fg-content-hex4-shadow.png);
  pointer-events: none;
  background-position: center center;
  background-size: cover;
}

#hex-4-crop {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../img/fg-content-hex4-crop.png);
  pointer-events: none;
  background-position: center center;
  background-size: cover;
  background-position: center center;
  background-size: cover;
}

#gfn-video-clip-4 {
  position: absolute;
  width: 274px;
  height: 274px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 87px;
  left: 87px;
  opacity: 1;
  clip-path: polygon(205.5px 18.36px, 68.5px 18.36px, 0px 137px, 68.5px 255.65px, 205.5px 255.65px, 274px 137px, 205.5px 18.36px);
  /* clip-path: url(#gfn-video-msk-4-LDU); */
  margin: 0;
  pointer-events: none;
}

#c4 {
  position: absolute;
  top: 86px;
  left: 86px;
  margin: 0 auto;
  width: 274px;
  height: 274px;
  z-index: 0;
  visibility: hidden;
}

#hex-4-stroke-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(https://www.nvidia.com/content/dam/en-zz/Solutions/gfn/webassets/overview/kv/fg-content-hex4-stroke-overlay.png);
  opacity: 0.5;
  pointer-events: none;
  background-position: center center;
  background-size: cover;
}

#hex-4-flares-add {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(https://www.nvidia.com/content/dam/en-zz/Solutions/gfn/webassets/overview/kv/fg-content-hex4-flares-add.png);
  pointer-events: none;
  background-position: center center;
  background-size: cover;
}

#hexagon-5 {
  position: absolute;
  z-index: 1;
  top: 305px;
  left: -540px;
}

#hex-5-shadow {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../img/fg-content-hex5-shadow.png);
  pointer-events: none;
  background-position: center center;
  background-size: cover;
}

#hex-5-crop {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../img/fg-content-hex5-crop-wolfenstein.png);
  pointer-events: none;
  background-position: center center;
  background-size: cover;
  background-position: center center;
  background-size: cover;
}

#hex-5-stroke-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(https://www.nvidia.com/content/dam/en-zz/Solutions/gfn/webassets/overview/kv/fg-content-hex5-stroke-overlay.png);
  opacity: 0.5;
  pointer-events: none;
  background-position: center center;
  background-size: cover;
}

#hex-5-flares-add {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(https://www.nvidia.com/content/dam/en-zz/Solutions/gfn/webassets/overview/kv/fg-content-hex5-flares-add.png);
  pointer-events: none;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 1024px) {
  .section1 {
    height: 68.359375vw;
  }
  #hexagons {
    position: relative;
    width: 0px;
    height: 450px;
    margin: 0 auto;
    top: 0px;
    left: 0px;
  }
  .hex-m1 {
    width: 31.25vw;
    height: 31.25vw;
  }
  .hex-lg {
    width: 48.33vw;
    height: 48.33vw;
  }
  .hex-sm {
    width: 24.7vw;
    height: 24.7vw;
  }
  .hex-md {
    width: 32.7vw;
    height: 32.7vw;
  }
  .hex-xs {
    width: 32.52vw;
    height: 32.52vw;
  }
  #hexagon-1 {
    left: 16.6015625vw;
    top: 23.4375vw;
  }
  #hexagon-2 {
    top: 6.15234375vw;
    left: -16.6015625vw;
  }
  #hexagon-3 {
    display: block;
    top: -2.9296875vw;
    left: 9.27734375vw;
  }
  #hexagon-4 {
    top: 4.8828125vw;
    left: 16.11328125vw;
  }
  #hexagon-5 {
    top: 23.4375vw;
    left: -33.203125vw;
  }
  #key-visual-text {
    position: relative;
    width: 62.5vw;
    margin: 0 auto;
  }
  #the-power-to-play-h1 {
    padding-top: 3vw;
    right: unset;
    top: 0vw;
    left: -8vw;
    font-size: 3.125vw;
  }
  .tpt-left {
    text-align: left;
  }
  .tpt-right {
    text-align: left;
  }
  .tpt-mid {
    text-align: left;
    font-size: 3.125vw;
  }
  #button-join {
    top: 17.578125vw;
    right: unset;
    left: -9.765625vw;
  }
  #button-join span {
    font-size: 2.34375vw;
  }
}
@media (max-width: 768px) {
  #button-join span {
    font-size: 16px;
  }
  #button-join .en {
    display: none;
  }
}
@media (max-width: 650px) {
  #the-power-to-play-h1 {
    padding: 0;
  }
}
@media (max-width: 640px) {
  section#powerplay {
    padding: 0;
  }
  #key-visual-content {
    top: 1.5rem;
  }
}
.modal.auto-pop {
  display: flex;
}
.modal.auto-pop .modal-panel {
  background-color: rgba(0, 0, 0, 0);
  padding: 15px;
}
.modal.auto-pop .modal-closer_btn {
  position: absolute;
  right: -10px;
  top: 10px;
}
.modal.auto-pop .popimg {
  width: 100%;
}

.section-inner.article ol.decimal, .section-inner.article ul.disc, .section-inner.article ul.styled {
  padding-left: 1.5rem;
  list-style-position: outside;
}
.section-inner.article ol.decimal.unstyled, .section-inner.article ul.disc.unstyled, .section-inner.article ul.unstyled {
  padding-left: 1rem;
  list-style-position: inside;
}
.section-inner.article ul.styled.square {
  list-style-type: square;
}

.blockq {
  padding-left: 24px;
  display: inline-block;
}

.option-item-wrap.hyper.logos img {
  max-width: 180px;
  max-height: 50px;
}

.copy-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.copy-wrap .code {
  display: inline-block;
  margin-right: 1rem;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border: 0;
  text-align: right;
  padding: 0;
  min-width: unset;
  outline: 0;
  font-size: 16px;
}
.copy-wrap button {
  padding: 0.5rem 1rem;
  outline: 0;
  border: 0;
  background-color: #76B900;
  color: #fff;
}
.copy-wrap button:hover {
  opacity: 0.8;
}

.copytt {
  position: relative;
  display: inline-block;
}

.copytt .tooltiptext {
  visibility: hidden;
  width: 80px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -40px;
  opacity: 0;
  transition: opacity 0.3s;
}

.copytt .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.copytt:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.txt-center {
  text-align: center;
}

.red {
  color: red;
}

/*Game List*/
.txt-content h1,
.txt-content h2,
.txt-content p {
  margin: 15px 0;
}

.tag-selector {
  display: flex;
  font-size: 14px;
  width: 100%;
  padding-bottom: 1rem;
  padding-top: 0.5rem;
  justify-content: flex-start;
  align-items: center;
}

.tag-selector .tag-wrap {
  display: inline-flex;
  margin-right: 1rem;
}

.tag-selector .tag-wrap .nv {
  margin-right: 0.3rem;
}

.game-list-wrapper li {
  margin: 1.5rem 0;
  width: 33.3333333333%;
}

.game-list-wrapper .game-plat,
.game-list-wrapper .game-type {
  font-size: 12px;
}
.game-list-wrapper .game-plat span,
.game-list-wrapper .game-type span {
  white-space: pre-wrap;
}

.game-list-wrapper .name {
  font-size: 16px;
  display: -webkit-box;
  max-width: 288px;
  min-height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.game-filter .filter-type .filter-btn {
  justify-content: flex-start;
}

.game-filter .filter-type .filter-btn::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 2px;
  margin-right: 10px;
}

.game-filter .filter-type .filter-btn.check {
  background-color: rgba(0, 0, 0, 0);
}

.game-filter .filter-type .filter-btn.check::before {
  background-color: #76b900;
}

.game-filter.m .filter-btn-sec-title-wrap {
  display: flex;
  justify-content: space-between;
  padding: 1.6rem 0;
}

.game-filter.m .filter-btn-sec {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

/*Short Questionnaire*/
.short-qn,
.serialnum-alert {
  color: #fff;
  height: 100%;
  line-height: 1.5;
}
.short-qn .modal-container,
.serialnum-alert .modal-container {
  width: auto;
  padding: 15px;
  height: 100%;
  overflow-y: scroll;
}
.short-qn .modal-body,
.serialnum-alert .modal-body {
  width: 100%;
  border-radius: 15px;
  border: 3px solid #76B900;
  max-width: 900px;
  background-color: #333;
  z-index: 1;
  padding: 50px 100px;
  text-align: center;
  position: relative;
}
.short-qn .modal-footer,
.serialnum-alert .modal-footer {
  display: flex;
  justify-content: center;
}
.short-qn .modal-footer.multi,
.serialnum-alert .modal-footer.multi {
  justify-content: space-between;
}
.short-qn .modal-footer.multi .btn,
.serialnum-alert .modal-footer.multi .btn {
  width: calc(50% - 15px);
  margin: 10px 0;
}
.short-qn .modal-title,
.serialnum-alert .modal-title {
  font-size: 36px;
  font-weight: 700;
}
.short-qn .modal-title .nv,
.serialnum-alert .modal-title .nv {
  font-weight: 700;
}
.short-qn .modal-subtitle,
.serialnum-alert .modal-subtitle {
  font-size: 18px;
  font-weight: normal;
}
.short-qn .third-btn,
.short-qn .primary-btn,
.short-qn .secondary-btn,
.serialnum-alert .third-btn,
.serialnum-alert .primary-btn,
.serialnum-alert .secondary-btn {
  font-size: 20px;
  max-width: 350px;
}
.short-qn .skip-btn,
.serialnum-alert .skip-btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  color: #76B900;
  font-size: 16px;
}
.short-qn .icon-display-zone,
.serialnum-alert .icon-display-zone {
  padding: 20px;
}
.short-qn .modal-closer-btn,
.serialnum-alert .modal-closer-btn {
  position: absolute;
  right: 25px;
  top: 25px;
}

.serialnum-alert .modal-body {
  border: none;
}

.multiple-select-box-wrapper {
  padding: 1.5625vw 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.multiple-select-box-wrapper .select-box-item {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  width: 33.3333333333%;
  max-width: 204px;
  padding: 10px;
  border: 1px solid #707070;
  border-radius: 0px;
  margin: 10px 0;
}
.multiple-select-box-wrapper .select-box-item.width1-2 {
  width: calc(50% - 15px);
  max-width: 100%;
}
.multiple-select-box-wrapper .select-box-item .box-label {
  display: block;
  border: 1px solid #fff;
  border-radius: 4px;
  height: 1.6rem;
  width: 1.6rem;
  margin-right: 12px;
}
.multiple-select-box-wrapper .select-box-item.checked .box-label {
  background-color: #76B900;
}

/*serial-num-style*/
.serial-num {
  max-width: 1366px;
  width: 94%;
  margin: 0 auto;
}
.serial-num .primary-btn {
  max-width: 500px;
  margin: 20px 0;
}

.serial-num-input {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.serial-num-input input {
  background-color: #222;
  border: 1px solid #555555;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  width: 100%;
}
.serial-num-input input[err] {
  border: 2px solid #f6286d;
}
.serial-num-input input[err] + .serial-num-err-txt {
  display: block;
}
.serial-num-input .serial-num-err-txt {
  display: none;
  color: #f6286d;
  text-align: right;
}

/*Inbox*/
.admin-showing-panel_content-section.inbox {
  padding: 60px 0 32px 0;
}

.inbox-item-wrapper {
  width: 100%;
}

.inbox-item-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
}
.inbox-item-inner:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.index-body {
  width: 100%;
}

.inbox-head {
  width: cal;
  min-width: 50px;
}

.inbox-footer {
  max-width: 100px;
  height: 100px;
}

.inbox-body {
  margin: 0 15px;
  line-height: 1.6;
  text-align: left;
  width: 100%;
}
.inbox-body .title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
}
.inbox-body .ctx {
  font-size: 14px;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
}
.inbox-body .time {
  font-size: 12px;
  color: #999;
}

.inbox-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.inbox-item-wrapper.open .inbox-body .title {
  display: block;
  overflow: visible;
}
.inbox-item-wrapper.open .inbox-body .ctx {
  display: block;
  overflow: visible;
}
.inbox-item-wrapper.open .inbox-opener {
  transform: rotate(0deg);
}
.inbox-item-wrapper.unread {
  background-color: rgba(118, 186, 0, 0.2);
}

.inbox-opener {
  transform: rotate(-90deg);
  transition: 0.2s;
}

/*IE alert*/
.ie-alert {
  background-color: #76B900;
  color: #000;
  padding: 1rem;
  font-size: 13px;
}

/*gamelist*/
.filter-option-cleaner {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/*RWD*/
@media (max-width: 1366px) {
  .game-filter-wrapper {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    padding-left: 0;
    padding-right: 0;
    width: 50px;
    padding-top: 2rem;
  }
}
@media (max-width: 1024px) {
  .inbox-head .ratio__16-9 {
    padding-top: 100%;
  }
}
@media (max-width: 980px) {
  .short-qn .modal-body,
  .serialnum-alert .modal-body {
    padding: 50px;
  }
  .short-qn .modal-footer,
  .serialnum-alert .modal-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .short-qn .skip-btn,
  .serialnum-alert .skip-btn {
    position: relative;
    right: unset;
    bottom: unset;
    margin: 15px 0 0 0;
  }
  .multiple-select-box-wrapper {
    padding: 15px 0;
  }
  .multiple-select-box-wrapper .select-box-item {
    width: calc(50% - 15px);
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .sm-card-item {
    height: auto;
  }
  .short-qn .modal-body,
  .serialnum-alert .modal-body {
    padding: 50px 25px;
  }
  .short-qn .modal-title,
  .serialnum-alert .modal-title {
    font-size: 24px;
    font-weight: 700;
  }
  .short-qn .modal-subtitle,
  .serialnum-alert .modal-subtitle {
    font-size: 16px;
    font-weight: normal;
  }
  .short-qn .third-btn,
  .short-qn .primary-btn,
  .short-qn .secondary-btn,
  .serialnum-alert .third-btn,
  .serialnum-alert .primary-btn,
  .serialnum-alert .secondary-btn {
    font-size: 16px;
  }
  .short-qn .modal-footer .btn,
  .serialnum-alert .modal-footer .btn {
    width: 100%;
    max-width: 100%;
  }
  .multiple-select-box-wrapper {
    padding: 15px 0;
  }
  .multiple-select-box-wrapper .select-box-item {
    width: 100%;
    max-width: 100%;
  }
  .multiple-select-box-wrapper .select-box-item.width1-2 {
    width: 100%;
  }
}
@media (max-height: 800px) {
  .short-qn .modal-container,
  .serialnum-alert .modal-container {
    align-items: flex-start;
  }
}
/*Header, Footer, Banners*/
nav {
  justify-content: flex-start;
}

.nav-items-wrap {
  flex: 1;
}
.nav-items-wrap ul {
  justify-content: space-between;
  padding-left: 2rem;
}
.nav-items-wrap ul a,
.nav-items-wrap ul .hover-dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.nav-items-wrap ul a:hover .hover-dropdown-list-wrapper,
.nav-items-wrap ul .hover-dropdown:hover .hover-dropdown-list-wrapper {
  padding-left: 0;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  max-width: 300px;
  min-width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.6;
  background-color: #000;
}
.nav-items-wrap ul a:hover .hover-dropdown-list-wrapper li,
.nav-items-wrap ul .hover-dropdown:hover .hover-dropdown-list-wrapper li {
  padding: 1rem 1rem;
  width: 100%;
  text-align: left;
}
.nav-items-wrap ul a:hover .hover-dropdown-list-wrapper li:hover a,
.nav-items-wrap ul .hover-dropdown:hover .hover-dropdown-list-wrapper li:hover a {
  width: 100%;
  color: #76B900;
}
.nav-items-wrap ul a:hover .hover-dropdown-list-wrapper li:hover a span,
.nav-items-wrap ul .hover-dropdown:hover .hover-dropdown-list-wrapper li:hover a span {
  white-space: pre-wrap;
}
.nav-items-wrap ul a:hover .hover-dropdown-list-wrapper li a span,
.nav-items-wrap ul .hover-dropdown:hover .hover-dropdown-list-wrapper li a span {
  white-space: pre-wrap;
}
.nav-items-wrap .right-part {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-items-wrap ul {
  padding-right: 1rem;
}

.nav-items-wrap ul li.nav-item {
  line-height: 55px;
}

.nav-items-wrap ul li.nav-item.active,
.nav-items-wrap ul li.nav-item:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #76B900;
}

.nav-items-wrap ul.hover-dropdown-list-wrapper {
  display: none;
}

.nav-items-wrap ul.m-menu {
  padding: 0;
}

.nav-items-wrap ul.m-menu a li.nav-item:hover {
  background-color: rgba(0, 0, 0, 0);
}

ul.ac-opt {
  display: none;
}
ul.ac-opt .cm {
  display: flex;
  align-items: center;
}
ul.ac-opt .cm img,
ul.ac-opt .cm i,
ul.ac-opt .cm svg {
  margin-right: 5px;
}

.nav-items-wrap ul li.nav-item:hover ul.ac-opt a {
  color: #fff;
  background-color: #76B900;
}

.account-center-opener-wrap {
  text-align: left;
  padding: 1rem;
}
.account-center-opener-wrap .option-wrap {
  background-color: #333;
}
.account-center-opener-wrap .primary-btn.account-center-opener {
  position: relative;
  left: unset;
  top: unset;
  right: unset;
  bottom: unset;
  cursor: pointer;
  width: 100%;
  background-color: #333;
  box-shadow: none;
}
.account-center-opener-wrap .primary-btn.account-center-opener .ac-opener-arr {
  transform: rotate(-90deg);
  transition: 0.2s;
}
.account-center-opener-wrap .primary-btn.account-center-opener + ul.ac-opt {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  width: 100%;
}
.account-center-opener-wrap .primary-btn.account-center-opener + ul.ac-opt a {
  color: #999;
  width: 100%;
}
.account-center-opener-wrap .primary-btn.account-center-opener + ul.ac-opt a li {
  width: 100%;
}
.account-center-opener-wrap .primary-btn.account-center-opener.open + ul.ac-opt {
  display: flex;
  background-color: #333;
}
.account-center-opener-wrap .primary-btn.account-center-opener.open .ac-opener-arr {
  transform: rotate(0deg);
}
.account-center-opener-wrap .left-part {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.account-center-opener-wrap .left-part .ac-opener-body {
  text-align: left;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
}
.account-center-opener-wrap .left-part .edit-ac-info {
  font-size: 12px;
  color: #76B900;
}
.account-center-opener-wrap .ic-wrap.jc-sb {
  width: 100%;
  justify-content: space-between;
}
.account-center-opener-wrap .ac-opener-arr {
  transform: rotate(-90deg);
}

.ac-opener-main-btn {
  position: relative;
  cursor: pointer;
}
.ac-opener-main-btn .nav-item {
  display: flex;
  align-items: center;
}
.ac-opener-main-btn .nav-item img {
  margin-right: 10px;
}
.ac-opener-main-btn .nav-item .ac-opener-body {
  font-weight: 500;
}
.ac-opener-main-btn .nav-item.open + .account-center-opener-wrap {
  display: block;
}
.ac-opener-main-btn .account-center-opener-wrap {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  width: 100vw;
  max-width: 320px;
}

@media (max-width: 1024px) {
  .web-menu .account-center-opener-wrap {
    display: none;
  }
  .nav-items-wrap ul a,
  .nav-items-wrap ul .hover-dropdown {
    display: block;
    text-align: left;
  }
  .nav-items-wrap ul a li,
  .nav-items-wrap ul .hover-dropdown li {
    line-height: 55px;
  }
  nav .nav-items-wrap .m-menu ul.hover-dropdown-list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  nav .nav-items-wrap .m-menu ul.hover-dropdown-list-wrapper a {
    color: #999;
  }
  nav .nav-items-wrap .m-menu .hover-dropdown .nav-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  nav .nav-items-wrap .m-menu .hover-dropdown .nav-item .hdd-opener {
    transform: rotate(-90deg);
    transition: 0.2s;
  }
  nav .nav-items-wrap .m-menu .hover-dropdown:hover ul.hover-dropdown-list-wrapper {
    position: relative;
    left: unset;
    top: unset;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  nav .nav-items-wrap .m-menu .hover-dropdown:hover ul.hover-dropdown-list-wrapper li {
    padding: 0 0 0 48px;
  }
  nav .nav-items-wrap .m-menu .hover-dropdown ul.hover-dropdown-list-wrapper li {
    display: none;
  }
  nav .nav-items-wrap .m-menu .hover-dropdown.open ul.hover-dropdown-list-wrapper li {
    display: block;
  }
  nav .nav-items-wrap .m-menu .hover-dropdown.open .nav-item .hdd-opener {
    transform: rotate(0deg);
  }
}
.nav-items-wrap ul li.nav-item.cm.active,
.nav-items-wrap ul li.nav-item.cm:hover,
.nav-items-wrap ul.m-menu li.nav-item.cm.active,
.nav-items-wrap ul.m-menu li.nav-item.cm:hover {
  background-color: #76B900;
  color: #fff;
}

.web-menu .option-wrap {
  position: relative;
}
.web-menu .option-wrap::after {
  content: "";
  position: absolute;
  top: -18px;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 18px 12px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333 rgba(0, 0, 0, 0);
}

/*inbox-menu*/
.inbox-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #222;
  height: auto;
}
.inbox-menu::after {
  content: "";
  position: absolute;
  top: -18px;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 18px 12px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #222 rgba(0, 0, 0, 0);
}

.inbox-menu-title,
.inbox-more {
  padding: 15px;
}

.nav-items-wrap ul a.inbox-more {
  text-align: center;
  justify-content: center;
  width: 100%;
}

.nav-items-wrap ul a.inbox-menu-item {
  padding: 15px;
  background-color: #333;
  display: flex;
  line-height: 1.6;
  max-width: 350px;
  width: 100%;
  white-space: normal;
  font-size: 14px;
}
.nav-items-wrap ul a.inbox-menu-item .item-head {
  width: 100%;
  max-width: 50px;
}
.nav-items-wrap ul a.inbox-menu-item .item-body {
  width: 100%;
  padding-left: 10px;
}
.nav-items-wrap ul a.inbox-menu-item .time,
.nav-items-wrap ul a.inbox-menu-item .inbox-item-ctx {
  font-size: 12px;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.inbox-item-section {
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #333;
}

#notify {
  cursor: pointer;
}
#notify.open + .inbox-menu {
  display: block;
  text-align: left;
}

.nav-items-wrap ul.hover-dropdown-list-wrapper {
  padding: 0;
}

/*Footer*/
.logo-nav {
  justify-content: space-between;
}

footer .link-wrap-title {
  display: inline-flex;
  color: #999;
  padding: 1rem 0;
}
footer .links {
  margin: 0 1rem 0 0;
}
#key-visual-content {
  position: absolute;
}

#powerplay,
#gfn-video-bg {
  height: auto;
}

@media (max-width: 500px) {
  nav .primary-btn.account-center-opener span {
    display: block;
  }
  .inbox-menu::after {
    display: none;
  }
  .inbox-menu {
    top: 0;
    left: 0;
  }
  .nav-items-wrap ul a.inbox-menu-item {
    max-width: 100%;
  }
}
/*20220519 快速入門*/
.section-nav-tab {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}

.nv.onstep {
  font-size: 1.4rem;
}

.steptt {
  margin-left: 5px;
}

.section-nav-tab-wrap,
.chart-section {
  max-width: 1440px;
  width: calc(100% - 2rem);
}

.chart-ct-item-section {
  width: 100%;
  display: block;
}

.chart-ct-item-wrap {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  width: auto;
}
.chart-ct-item-wrap.full {
  width: 100%;
}
.chart-ct-item-wrap.full img {
  width: 100%;
}
.chart-ct-item-wrap.hidden {
  max-height: 250px;
  overflow: visible;
}

.chart-ct-item-img {
  height: unset;
  width: 100%;
}

.signup-step1-l,
.web-signup {
  display: block;
  width: 100%;
}

.signup-step1-sm,
.owl-carousel.owl-loaded.mobile-signup {
  display: none;
  width: 100%;
}

.chart-section {
  display: block;
}

.step-txt.sub.sm {
  max-width: 250px;
  text-align: center;
  margin: auto;
}

.dl-btn {
  background-color: rgba(0, 0, 0, 0);
  padding: 12px;
  width: 100%;
  width: 17.9166666667vw;
  max-width: 344px;
  min-width: 260px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 12px 0;
}
.dl-btn .dl-btn-ic {
  margin-right: 5px;
}
.dl-btn .dl-ic {
  display: none;
  position: absolute;
  right: 12px;
  top: 12px;
}
.dl-btn:hover {
  background-color: #76B900;
  border: 1px solid #76B900;
}
.dl-btn:hover .dl-ic {
  display: block;
}

.section-nav-tab-wrap.inner {
  width: 100%;
  max-width: 1024px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: none; /* for Firefox */
}
.section-nav-tab-wrap.inner::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

.section-nav-tab.round {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 1366px) {
  .section-nav-tab-wrap {
    display: block;
  }
}
@media (max-width: 915px) {
  .section-nav-tab-wrap .fa-chevron-right {
    transform: rotate(0deg);
  }
  .section-nav-tab-wrap.inner .section-nav-tab.round {
    font-size: 16px;
  }
  .signup-step1-l,
  .web-signup {
    display: none;
  }
  .signup-step1-sm,
  .owl-carousel.owl-loaded.mobile-signup {
    display: block;
  }
  .chart-ct-item-wrap.hidden {
    max-height: unset;
    overflow: visible;
    padding: 1rem;
  }
  .section-nav-tab-wrap.inner {
    flex-direction: row;
  }
}
@media (max-width: 500px) {
  .section-nav-tab-wrap .fa-chevron-right {
    display: none;
  }
  .section-nav-tab-wrap .section-nav-tab {
    display: flex;
    justify-content: flex-start;
  }
  .section-nav-tab-wrap.inner .section-nav-tab.round {
    display: inline-flex;
    font-size: 14px;
    padding: 10px 20px;
  }
}
.dl-btn:active, .dl-btn:focus, .dl-btn:visited {
  display: flex;
}

.article2 {
  text-align: center;
  line-height: 2;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
.article2 p {
  margin: 1rem 0;
}
.article2 .dl-btn {
  margin: 0 auto;
  justify-content: center;
}

.input-btn-comb {
  white-space: nowrap;
  min-width: 130px;
}

.ie-alert {
  line-height: 1.6;
}

@media (max-width: 600px) {
  .ic-wrap.for-comb {
    flex-direction: column;
  }
  .input-btn-comb {
    white-space: nowrap;
    min-width: 100%;
    margin: 1rem 0;
  }
}
.serial-display-section {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 1rem;
  text-align: center;
}

#powerplay {
  height: 45.8vw;
}

#news-carousel {
  padding: 1rem;
  height: auto;
}
#news-carousel .owl-dots {
  display: none;
}
#news-carousel .item {
  flex-direction: column;
  line-height: 2;
  height: auto;
}
#news-carousel .divi {
  display: none;
}
#news-carousel .content {
  max-width: 100%;
}

#captionForGFN {
  padding-top: 115px;
}

.styled2 {
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  padding: 1rem;
  display: block;
  font-size: 1rem;
}

p.txt-left {
  text-align: left;
  font-size: 1rem;
}

.section-inner.article p.txt-center {
  text-align: center;
}

@media (max-width: 980px) {
  #powerplay {
    height: 55vw;
  }
}
@media (max-width: 680px) {
  #powerplay {
    height: 60vw;
  }
}
@media (max-width: 500px) {
  #powerplay {
    height: 70vw;
  }
}
.pricing-title {
  font-weight: 700;
}

.ratio.square {
  border-radius: 0;
}

.panel-item_for_plans {
  background-color: #333333;
  width: 289px;
  position: relative;
  cursor: pointer;
}
.panel-item_for_plans .ratio {
  width: 100%;
}
.panel-item_for_plans .title,
.panel-item_for_plans .content {
  text-align: left;
}
.panel-item_for_plans .content {
  color: #999;
}
.panel-item_for_plans .plan-name {
  font-size: 1.5rem;
}
.panel-item_for_plans .item-body {
  padding: 1.5rem;
}
.panel-item_for_plans .hover-panel {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(51, 51, 51, 0.92);
  height: 100%;
  width: 100%;
  z-index: 1;
  padding: 1rem;
  line-height: 2;
}
.panel-item_for_plans .hover-panel .ic-wrap {
  justify-content: flex-start;
  text-align: left;
}
.panel-item_for_plans .hover-panel .fa-check {
  color: #76B900;
}
.panel-item_for_plans .hover-panel .detail-check-section {
  max-height: calc(100% - 100px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.panel-item_for_plans:hover .hover-panel {
  display: block;
}

#wpricingCarousel {
  display: block;
}

#pricingCarouselNew::before,
#timeCarouselNew::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background-image: linear-gradient(91.21deg, #76B900 0%, #394524 100%);
  height: 50%;
  width: 100%;
  z-index: 0;
}
#pricingCarouselNew .owl-carousel#prcingCarouselTwo,
#timeCarouselNew .owl-carousel#prcingCarouselTwo {
  display: block;
}

.plan-section2 {
  background-color: black;
}

.pricing-panel-wrap {
  display: inline-flex;
  justify-content: flex-start;
}
.pricing-panel-wrap .panel-item {
  min-height: 600px;
  height: 800px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  box-shadow: none;
  width: 289px;
  margin: 1rem;
}
.pricing-panel-wrap .panel-item .item-body {
  text-align: left;
  width: 100%;
}
.pricing-panel-wrap .panel-item .item-body .ic-wrap {
  justify-content: flex-start;
}
.pricing-panel-wrap .panel-item .title {
  font-size: 1.6rem;
}
.pricing-panel-wrap .panel-item .divi {
  width: 100%;
}
.pricing-panel-wrap .panel-item .item-footer .sub.m {
  text-align: left;
  display: block;
}

.plan-tag-corner {
  position: absolute;
  top: 0.5rem;
  left: 0;
  display: inline-flex;
  background-color: #F6286D;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  padding: 2px 10px 5px 5px;
  z-index: 1;
  border-radius: 0 5px 5px 0;
}

.pricing-title-wrap {
  padding: 0 2rem;
  line-height: 2;
}

.plan-sheet {
  white-space: nowrap;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}

.special-content-part {
  max-width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}

.inbox-menu-item {
  min-width: 350px;
}
.inbox-menu-item.no-content {
  padding: 2rem;
  text-align: center;
}

.err-txt.type2 {
  float: none;
}

.section-inner.article .even-case {
  max-width: 500px;
}
.section-inner.article .even-case td:first-child {
  background-color: #333;
}

::-webkit-file-upload-button {
  background-color: #555555;
  color: white;
  padding: 5px 10px;
  margin-right: 10px;
  border: 0;
}

.copy-right {
  position: relative;
}

.corner {
  position: absolute;
  right: 0;
  bottom: 0;
}

.divi-wide.full {
  width: 100%;
}

@media (max-width: 768px) {
  .corner {
    position: relative;
    right: unset;
    bottom: unset;
    margin-top: 2rem;
  }
}
.mission_type1_section {
  position: relative;
  display: block;
  width: 100%;
}
.mission_type1_section .inner-wrap {
  display: flex;
}

.ms-brick {
  width: 100%;
  background-color: #222;
  position: relative;
  padding: 1rem;
  margin: 0.5rem;
  transition: 0.2s;
}
.ms-brick .mswall {
  display: inline-flex;
  z-index: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.ms-brick .mswall img {
  position: relative;
  height: 100%;
  width: auto;
}
.ms-brick .content-wrap {
  position: relative;
  z-index: 1;
}
.ms-brick:hover {
  filter: brightness(1.1);
  box-shadow: 0 0 20px rgba(118, 186, 0, 0.5);
  width: calc(100% + 2rem);
}

.section-inner.article .ms-brick a {
  margin: 0;
}

.ms-title-h1 {
  color: #76B900;
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.ms-subtitle {
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.progress-bar {
  width: 100%;
  height: 50px;
  overflow: hidden;
  position: relative;
  display: block;
  border: 2px solid #76B900;
  border-radius: 50vw;
}
.progress-bar::before {
  content: attr(data-status);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.pg-bar {
  width: 60%;
  position: absolute;
  height: 100%;
  background: #76B900;
  left: 0px;
  top: 0;
}

.section-pg-rw .inner-wrap {
  display: flex;
}

.rw-item {
  position: relative;
  margin: 1rem 0.55rem;
  border: 0px solid #76B900;
  width: 100%;
}
.rw-item .rw-img-wrap {
  position: relative;
  filter: grayscale(1);
  height: 0;
  width: 100%;
  padding-top: 56.25%;
}
.rw-item .rw-img-wrap .rw-img {
  position: absolute;
  display: block;
  margin: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0.5;
}
.rw-item .rw-img-wrap .lock-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  opacity: 1;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}
.rw-item .rw-img-wrap .lock-wrap img {
  width: 48px;
  opacity: 1;
}
.rw-item .pg-txt {
  background-color: #222;
  padding: 1rem;
}
.rw-item.open {
  border: 2px solid #76B900;
  box-shadow: 0 0 20px #76B900;
}
.rw-item.open::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #76B900;
  height: 20px;
  width: 2px;
  top: -20px;
  left: calc(50% - 1px);
}
.rw-item.open .rw-img-wrap {
  filter: grayscale(0);
}
.rw-item.open .rw-img-wrap .rw-img {
  opacity: 1;
}
.rw-item.open .rw-img-wrap .lock-wrap img {
  position: relative;
  opacity: 0.6;
  left: 0.4rem;
}
.rw-item.open .pg-txt {
  background-color: #76B900;
}

.gold {
  font-size: 2rem;
  color: gold;
}

.pricing-panel-wrap .panel-item {
  width: 320px;
  min-height: 700px;
  height: unset;
  text-align: left;
}
.pricing-panel-wrap .panel-item .content-wrap .ic-wrap {
  justify-content: flex-start;
}
.pricing-panel-wrap .panel-item.timecapped {
  min-height: 200px;
  height: unset;
}

.pricing-panel-wrap .panel-item .title {
  line-height: 1;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.pricing-panel-wrap .panel-item .sub-title {
  height: 58px;
}

#campSideMenuBar {
  position: fixed;
  right: 0;
  top: 28%;
  z-index: 100;
  background-color: #333;
  color: #fff;
  border-radius: 1rem 0 0 1rem;
  overflow: hidden;
}
#campSideMenuBar li > a {
  display: inline-flex;
  padding: 1.6rem;
  width: 100%;
  transition: 0.1s;
}
#campSideMenuBar li > a:hover {
  background-color: rgba(118, 185, 0, 0.3);
}

.option-item-wrap img {
  width: auto;
}

.admin-container {
  text-align: left;
}

@media (max-width: 768px) {
  .mission_type1_section .inner-wrap {
    flex-wrap: wrap;
  }
  .rw-item .rw-img-wrap .lock-wrap img {
    width: 32px;
  }
  #campSideMenuBar li > a {
    padding: 1.2rem;
    font-size: 0.8rem;
  }
}
.section-inner.article h1, .section-inner.article h2, .section-inner.article h3, .section-inner.article h4, .section-inner.article h5, .section-inner.article h6, .section-inner.article p, .section-inner.article a, .section-inner.article img, .section-inner.article video, .section-inner.article iframe {
  margin: 0;
}

.section-inner .article-block {
  margin: 1.5rem 0;
}

.ic-wrap.primary-btn.back.full {
  width: 100%;
  display: inline-flex;
}

.global-img-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #76B900;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  cursor: pointer;
  font-size: 12px;
}
.global-img-wrap:hover span, .global-img-wrap:visited span, .global-img-wrap:focus span {
  color: white;
  display: inline-flex;
  height: 16px;
  justify-content: center;
  align-items: center;
}

.global-img {
  width: 16px;
  margin-right: 0.3rem;
}

.barcode-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.barcode-wrap {
  width: 300px;
}
.barcode-wrap img {
  width: 100%;
}

.barcode-title {
  font-size: 1.5rem;
  margin: 1rem 0;
}

@media (max-width: 600px) {
  .print-link {
    display: none;
  }
}
.payinfo-wrap {
  text-align: left;
}

.pricing-filter-section {
  padding: 2rem 0;
}

.pricing-filter-btn, .pricing-filter-btn:active, .pricing-filter-btn:visited, .pricing-filter-btn:focus {
  color: #fff;
  width: 15vw;
  min-width: 100px;
  min-height: 80px;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  padding: 1rem 0;
  background-color: #222;
  border-radius: 5px;
  margin: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0);
  position: relative;
  transition-duration: 0.3s;
}
.pricing-filter-btn:hover, .pricing-filter-btn:active:hover, .pricing-filter-btn:visited:hover, .pricing-filter-btn:focus:hover {
  background-color: #333;
}
.pricing-filter-btn.selected, .pricing-filter-btn:active.selected, .pricing-filter-btn:visited.selected, .pricing-filter-btn:focus.selected {
  background-color: rgba(117, 185, 0, 0.3529411765);
  border: 1px solid #76B900;
}

.pricing-filter-section-txt-content-wrap.sub.m {
  text-align: left;
  max-width: 800px;
  width: 95%;
  margin: 2rem auto 0 auto;
}

.cp-ani {
  position: absolute;
  left: 1rem;
  top: -1.5rem;
}
.cp-ani lottie-player {
  width: 50px;
  height: 50px;
}

.platform-wrap {
  padding: 3rem 0;
}

.platform-title {
  width: 100%;
  background-color: #222;
  padding: 1rem 0;
  margin-bottom: 1rem;
}

/* global variables */
:root {
  /* color */
  --color0: black;
  --color0Trans: black;
  --color1: #2a2a2a;
  --color2: white;
  --color3: hsl(229, 7%, 55%);
  --color4: black;
  --color5: hsl(0, 0%, 100%);
  /* gradient */
  --gradient: #76B900;
  /* font size */
  --fontSize: 14px;
  /* font weight */
  --regularFont: 400;
  --boldFont: 700;
}

/* section2 - start */
.section2 {
  background-color: var(--color1);
  min-width: 450px;
  height: 75%;
  padding: 30px;
  padding-bottom: 55px;
  border-radius: 8px;
  position: relative;
}

.section2__text {
  color: var(--color2);
}

.section2__text--bold {
  font-weight: var(--boldFont);
}

.section2__progressBarContainer {
  margin-top: 15px;
  position: relative;
}

.section2__progressBar {
  background-color: var(--color4);
  width: 100%;
  height: 18px;
  padding: 2px;
  border-radius: 50px;
  /* flex */
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.section2__progressBarRect {
  background-color: var(--gradient);
  height: 100%;
  padding: 2px;
  border-radius: inherit;
  width: 80%;
  /* flex */
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.section2__progressBarCircle {
  background-color: var(--color5);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.section2__progressBarPoint {
  color: var(--color2);
  margin-top: 8px;
  font-size: 12px;
  font-weight: var(--boldFont);
  position: absolute;
}

.section2__progressBarPoint--start {
  left: 0;
}

.section2__progressBarPoint--end {
  right: 0;
}

.section2__storageLeft {
  background-color: var(--color5);
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px;
  border-radius: 8px 8px 0px;
  /* flex */
  display: flex;
  justify-content: center;
  align-items: center;
  /* position */
  position: absolute;
  top: 0;
  right: 30px;
  transform: translateY(-70%);
}

.section2__storageLeft::before {
  content: "";
  width: 0;
  height: 0;
  border: solid 20px;
  border-color: transparent var(--color5) transparent transparent;
  /* position */
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
}

.section2__storageLeftDigits {
  color: var(--color0);
  font-size: 32px;
  font-weight: var(--boldFont);
}

.section2__storageLeftText {
  color: var(--color3);
  margin-left: 7px;
  font-weight: var(--boldFont);
  letter-spacing: 1px;
}

/* section2 - end */
/* media queries - start */
@media (max-width: 861px) {
  @keyframes progressLineTransmission {
    from {
      width: 6%;
    }
    to {
      width: 81.5%;
    }
  }
  .bodyBackground {
    background-image: url(https://raw.githubusercontent.com/mohammadjarabah681/codepen-assets/main/pens/ExpzvRa/images/bg-mobile.png);
  }
  .container {
    width: auto;
    height: auto;
    flex-direction: column;
    align-items: center;
  }
  .section1 {
    height: 185px;
    padding: 35px 130px 35px 35px;
  }
  .section2 {
    width: 100%;
    min-width: unset;
    padding: 30px 30px 70px 30px;
    margin-top: 15px;
  }
  .section2__storageLeft {
    padding: 10px;
    border-radius: 8px;
    font-size: 16px;
    /* position */
    right: unset;
    left: 50%;
    top: unset;
    bottom: 0;
    transform: translate(-50%, 70%);
  }
  .section2__storageLeftDigits {
    font-size: 16px;
  }
  .section2__storageLeft::before {
    content: none;
  }
}
.gliter {
  display: inline-block;
  width: 15px;
}

.step-wrap_inside-table {
  text-align: left;
}

.step-wrap_inside-table_step {
  border: 1px solid #76B900;
  display: inline-flex;
  padding: 5px 10px;
  font-size: 12px;
}

a.momo {
  color: #ff52ab;
}
a.momo:visited, a.momo:active, a.momo:hover, a.momo:focus {
  color: #ff52ab;
}

.step-wrap_inside-table_content_item {
  display: inline-block;
  white-space: wrap;
}

.step-wrap_inside-table_step-wrap {
  margin: 0 0 1rem 0;
}

.admin-q_alert-msg {
  font-size: 14px;
  color: #76B900;
}

.pricing-title {
  font-weight: 700;
}

.ratio.square {
  border-radius: 0;
}

.panel-item_for_plans {
  background-color: #333333;
  width: 289px;
  position: relative;
  cursor: pointer;
}
.panel-item_for_plans .ratio {
  width: 100%;
}
.panel-item_for_plans .title,
.panel-item_for_plans .content {
  text-align: left;
}
.panel-item_for_plans .content {
  color: #999;
}
.panel-item_for_plans .plan-name {
  font-size: 1.5rem;
}
.panel-item_for_plans .item-body {
  padding: 1.5rem;
}
.panel-item_for_plans .hover-panel {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(51, 51, 51, 0.92);
  height: 100%;
  width: 100%;
  z-index: 1;
  padding: 1rem;
  line-height: 2;
}
.panel-item_for_plans .hover-panel .ic-wrap {
  justify-content: flex-start;
  text-align: left;
}
.panel-item_for_plans .hover-panel .fa-check {
  color: #76B900;
}
.panel-item_for_plans .hover-panel .detail-check-section {
  max-height: calc(100% - 100px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.panel-item_for_plans:hover .hover-panel {
  display: block;
}

.plan-pricingTitanium {
  padding: 5rem 0;
  background: url("../img/gfn-pricing-titanium-bg.jpg"), url("../img/gfn-pricing-titanium-bg_m.jpg");
  background-size: 200%, 200%;
  background-position: center bottom, center center;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (min-width: 1024px) {
  .plan-pricingTitanium {
    background: url("../img/gfn-pricing-titanium-bg.jpg");
    background-position: center bottom;
    background-size: cover;
  }
}

.pricing-panel-wrap {
  display: grid;
  gap: 8px;
  justify-content: center;
  padding: 24px;
}
@media screen and (min-width: 1280px) {
  .pricing-panel-wrap {
    display: grid;
    grid-template-columns: 1fr auto 3fr;
    align-items: center;
  }
}
.pricing-panel-wrap .panel-wrap {
  border-radius: 48px;
  border: 2px solid rgba(93, 104, 74, 0.5);
  background: rgba(30, 33, 24, 0.5);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  width: 100%;
  padding: 24px;
}
.pricing-panel-wrap .panel-wrap.plan-basic .primary-btn[disabled] {
  background: transparent;
  opacity: 1;
  color: #76B900;
}
.pricing-panel-wrap .panel-wrap.plan-plus {
  display: grid;
  gap: 56px;
}
@media screen and (min-width: 1024px) {
  .pricing-panel-wrap .panel-wrap.plan-plus {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
  }
}
.pricing-panel-wrap .titanium-item {
  min-height: auto;
  display: grid;
  justify-items: start;
}
.pricing-panel-wrap .titanium-item .item-header {
  border-radius: 24px 24px 0 0;
  background: #3A402D;
  padding: 24px;
  position: relative;
  max-width: 80%;
}
.pricing-panel-wrap .titanium-item .item-header::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/gfn-pricing-titanium-title-tail.svg");
  position: absolute;
  right: -24px;
  bottom: 0;
}
.pricing-panel-wrap .titanium-item .item-body {
  border-radius: 0 24px 24px;
  background: #3A402D;
  padding: 8px;
  text-align: left;
  width: 100%;
  display: grid;
  gap: 32px;
}
.pricing-panel-wrap .titanium-item .item-body .price-wrap {
  margin: 8px;
  padding: 8px;
  border: 1px solid #76B900;
  border-radius: 8px;
  color: #76B900;
  font-weight: 700;
}
.pricing-panel-wrap .titanium-item .item-body .content-wrap {
  display: grid;
  gap: 12px;
  padding: 8px;
}
.pricing-panel-wrap .titanium-item .item-body .ic-wrap {
  display: grid;
  grid-template-columns: 16px 1fr;
  align-items: start;
  gap: 4px;
}
.pricing-panel-wrap .titanium-item .item-body .ic-wrap::before {
  content: "";
  width: 16px;
  height: 1.75em;
  background: url("../img/icon-hexagon.svg") center no-repeat;
}
.pricing-panel-wrap .titanium-item .title {
  font-size: 1.6rem;
}
.pricing-panel-wrap .titanium-item .divi {
  background: #76B900;
  width: 32px;
  height: 4px;
  border-radius: 4px;
  margin: 0 8px;
}
.pricing-panel-wrap .titanium-item .primary-btn {
  width: 100%;
  margin: 0;
  border-radius: 16px;
}
.pricing-panel-wrap .titanium-item .primary-btn[disabled] {
  pointer-events: none;
  opacity: 0.4;
  color: #FFF;
}
.pricing-panel-wrap .icon-plus {
  width: auto;
  display: block;
  margin: 0 auto;
}

.special-content-part {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

section#videoPromo {
  background-color: #000;
  text-align: center;
  padding: 5rem 0;
}
section#videoPromo .img-wrap {
  max-width: 800px;
  margin: 0 auto;
}
section#videoPromo .img-wrap img {
  width: 100%;
}

.promo-video .modal-container {
  max-height: 100%;
  overflow-y: scroll;
}

.promo-video .modal-panel {
  background-color: rgba(0, 0, 0, 0);
  max-width: 1200px;
  padding: 0;
}

.promo-video .video-frame {
  border-radius: 10px;
  overflow: hidden;
}

video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: unset;
     object-fit: unset;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
  overflow: hidden;
}

.promo-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-object-fit: unset;
     object-fit: unset;
  object-position: center;
  border-radius: 10px;
  overflow: hidden;
}

.modal-closer_btn {
  position: fixed;
  right: 0.5rem;
  top: 1rem;
  height: 50px;
  width: 50px;
  font-size: 32px;
  z-index: 1;
}

.download-item-wrap .ic-img.play {
  background-image: url(../img/play-now-btn.svg);
  width: 145px;
  height: 102px;
}

#downloadPath .container {
  max-width: 1000px;
}

#preFooter {
  z-index: 1;
  position: relative;
}

.logo-wrap {
  width: 100%;
  max-width: 300px;
}

.pagination-wrap a span,
.pagination-wrap a:active span,
.pagination-wrap a:visited span,
.pagination-wrap a:focus span {
  white-space: unset;
}/*# sourceMappingURL=update.css.map */