@charset "UTF-8";

/* gf-common */
.sub-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.sub-title {
  padding: 50px 0 0 0;
  margin-bottom: 10px;
  font-size: 22px;
}

.sub-more {
  margin-bottom: 10px;
  padding: 0 15px 0 0;
  font-size: 13px;
}

@media (max-width: 1179px) {
  .sub-title {
    padding: 25px 15px 0;
    font-size: 18px;
  }
}

.sub-title .mini {
  font-size: 12px;
}

.txt-icon {
  padding: 3px 7px;
  background-color: #a6aef7;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
}
.txt-icon.purple {
  background-color: #b293f9;
}

.txt-per {
  display: flex;
  justify-content: center;
  color: #9e55fa;
  font-size: 13px;
}
.txt-per::before {
  content: "";
  display: block;
  position: relative;
  top: 1px;
  margin-right: 3px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid #9e55fa;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.txt-per.down {
  color: #7378ab;
}
.txt-per.down::before {
  top: 7px;
  border-top: 6px solid #7378ab;
  border-bottom: 6px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.gf-group {
  display: flex;
  padding-bottom: 60px;
}
@media (max-width: 1179px) {
  .gf-group {
    flex-direction: column;
    padding-bottom: 0px;
  }
}
.gf-group {
  &.between {
    justify-content: space-between;
  }
  &.around {
    justify-content: space-around;
  }
}

.game-list li {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 3px 3px #e3e3f8;
}
.game-list li:last-child {
  margin-bottom: 0px;
}
.game-list li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -100%;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef8;
  border-radius: 15px;
  transition: all .25s;
}
.game-list li a {
  position: relative;
  z-index: 1;
}
.game-list li:hover::before {
  left: 0;
}

.game-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  min-height: 90px;
}
@media (max-width: 1179px) {
  .game-wrap {
    padding: 0 5%;
  }
}
.game-wrap .game-con {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 70px);
}
.game-wrap .num {
  margin-right: 30px;
  width: 25px;
  height: 25px;
  background-color: #f0f2f7;
  border-radius: 50%;
  box-shadow: 0 3px 3px #eaeaf6;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
}
.game-wrap .game-thumb {
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  width: 54px;
  height: 54px;
  background-color: #f0effc;
  border-radius: 10px;
}
@media (max-width: 1179px) {
  .game-wrap .game-thumb {
    margin-right: 10px;
  }
}
.game-wrap .game-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s;
  height: 100%;
}
.game-wrap:hover .game-thumb img {
  transform: translate(-50%, -50%) scale(1.25);
}
.game-wrap .game-txt {
  width: calc(100% - 74px);
  color: #1a1a1a;
  font-size: 16px;
  word-break: break-all;
}
.game-wrap .game-txt p {
  color: #b2b2b2;
  font-size: 12px;
  word-break: break-all;
}
.game-wrap .game-value p {
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.game-wrap .game-value .graph {
  width: 70px;
  height: 38px;
  background-color: #f0effc;
  border-radius: 5px;
  box-shadow: 0px 5px 5px #e3e3f8;
}
.game-wrap.release {
  min-height: 123px;
}
.game-wrap.release .game-con {
  width: calc(100% - 100px);
}
.game-wrap.release .game-thumb {
  width: 68px;
  height: 68px;
}
.game-wrap.release .game-txt {
  width: calc(100% - 88px);
}
.game-wrap.release .game-txt > p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.game-wrap.release .game-txt h4 {
  padding: 0 10px 0 0;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
@media (max-width: 1179px) {
  .game-wrap.release .game-txt h4 {
    display: block;
    padding: 0;
    font-size: 16px;
    white-space: nowrap;
    word-wrap: normal;
  }
}
@media (max-width: 499px) {
  .game-wrap.release .game-txt h4 {
    font-size: 14px;
  }
}
.game-wrap.release .game-txt p {
  font-size: 14px;
}
@media (max-width: 499px) {
  .game-wrap.release .game-txt p {
    font-size: 12px;
  }
}
.game-wrap.release .game-value {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5px;
  width: 100px;
  min-height: 76px;
  background-color: #f7f5fc;
  border-radius: 10px;
  box-shadow: 0px 3px 3px #ece6fa;
}
.game-wrap.release .game-value p {
  color: #b293f9;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -1px;
}
@media (max-width: 499px) {
  .game-wrap.release .game-value p {
    font-size: 13px;
  }
}
.game-wrap.release .game-value .status {
  font-size: 11px;
}
.game-wrap.table {
  padding: 0;
  width: 100%;
  box-shadow: none;
}
.game-wrap.table .game-con {
  width: 100%;
}
.game-wrap.info {
  padding: 0 10px;
  min-height: 80px;
  box-shadow: none;
  border-bottom: 1px solid #f2f4f8;
}
.game-wrap.info .num {
  position: relative;
  top: 5px;
  margin-right: 25px;
}
.game-wrap.info .num::before {
  content: "RANK";
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #4c4c4c;
  font-size: 10px;
}
.game-wrap.info .game-con {
  width: 100%;
}
.game-wrap.info .game-txt {
  /*width: calc(100% - 124px);*/
}
.game-wrap.info .game-value p {
  margin-bottom: 3px;
}
.game-wrap.info .game-value .graph {
  width: 56px;
  height: 30px;
  box-shadow: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  top: 22px;
  right: 0;
  overflow: hidden;
  background-color: #f7f9ff;
  min-width: 150px;
  border: 1px solid #eee;
  z-index: 5;
  border-radius: 10px;
  color: #8f8da6;
  box-shadow: 0px 5px 5px #efeef9;
}
.dropdown-content .dropdownList {
  overflow-y: scroll;
  max-height: 280px;
}
.show {
  display:block;
}
.searchInput {
  box-sizing: border-box;
  font-size: 1rem;
  padding: 8px;
  border: none;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  font-size: 13px;
}
.dropdownList li {
  padding: 8px;
}
.dropdownList li:hover {
  background-color: #a6aef7;
  color: #fff;
}

.bookmark-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #8f8da6;
  font-size: 13px;
}
@media (max-width: 1179px) {
  .bookmark-wrap {
    margin-right: 10px;
  }
}

/* 게임파이 아이콘 이미지 모음 */
.gf-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 2px 2px 0;
  width: 20px;
  height: 20px;
  background-image: url("https://static.inven.co.kr/image_2011/gamefi/common/gamefi_common_icon_sprite.png");
  background-size: 146px;
  text-indent: -9999px;
  background-color: #b5bbce;
  background-position: -126px 0px;
  border-radius: 50%;
}
.gf-icon img {
  width: 20px;
}
.gf-icon.blue {
  background-color: #a6aef7;
}
.gf-icon.web {
  background-position: 0px 0px;
}
.gf-icon.android {
  background-position: -21px 0px;
}
.gf-icon.linux  {
  background-position: -42px 0px;
}
.gf-icon.windows {
  background-position: -63px 0px;
}
.gf-icon.mac {
  background-position: -84px 0px;
}
.gf-icon.ios {
  background-position: -105px 0px;
}
.gf-icon.qm {
  background-position: 1px 60px;
}
.gf-icon.invisible-bg {
  background-color: transparent !important;
  background-image: none;
}

/* swiper common */
.swiper-group {
  position: relative;
}
.swiper-group .swiper {
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}
.swiper-group .swiper-button-prev {
  width: 33px;
  height: 33px;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  left: -25px;
}
.swiper-group .swiper-button-prev::after {
  content: "";
  display: block;
  position: relative;
  left: 2px;
  width: 9px;
  height: 9px;
  border-right: 1px solid #595959;
  border-bottom: 1px solid #595959;
}
.swiper-group .swiper-button-prev::after {
  transform: rotate(135deg);
}
.swiper-group .swiper-button-next {
  width: 33px;
  height: 33px;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  right: -25px;
}
.swiper-group .swiper-button-next::after {
  content: "";
  display: block;
  position: relative;
  right: 2px;
  width: 9px;
  height: 9px;
  border-right: 1px solid #595959;
  border-bottom: 1px solid #595959;
}
.swiper-group .swiper-button-next::after {
  transform: rotate(-45deg);
}
.swiper-group .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
}
.swiper-group .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  background-color: #4e4e4e;
  border-radius: 10px;
}

/* gf-module */
.gf-hot-issue {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 12px 0 0;
}
@media (max-width: 1179px) {
  .gf-hot-issue {
    background-color: #f5f7ff;
  }
}
.gf-hot-issue .swiper {
  width: 100%;
  padding-bottom: 45px;
}
@media (max-width: 1179px) {
  .gf-hot-issue .swiper {
    padding-bottom: 30px;
  }
}
.gf-hot-issue .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 876px;
  max-height: 360px;
  border-radius: 15px;
  opacity: 0;
  transition: all 0.25s;
  pointer-events: none;
}
@media (max-width: 1179px) {
  .gf-hot-issue .swiper-slide {
    width: 85%;
  }
  .gf-hot-issue .swiper {
    opacity: 0;
    transition: opacity 0.2s 0.15s;
  }
  .gf-hot-issue .swiper.swiper-initialized {
    opacity: 1;
  }
}
.gf-hot-issue .swiper-slide.swiper-slide-active,
.gf-hot-issue .swiper-slide.swiper-slide-prev,
.gf-hot-issue .swiper-slide.swiper-slide-next {
  opacity: 1;
  pointer-events: auto;
}
.gf-hot-issue .swiper-slide a {
  display: block;
  position: relative;
  max-height: 360px;
}

.gf-hot-issue .swiper-slide .issue-thumb img {
  display: block;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 639px) {
  .gf-hot-issue .swiper-slide .issue-thumb img {
    height: 260px;
  }
}
.gf-hot-issue .swiper-slide .issue-tit {
  position: absolute;
  bottom: 0;
  padding: 20px 5% 60px;
  width: 100%;
  height: auto;
  background: linear-gradient(rgba(0, 0, 0, 0), black 90%);
}
@media (max-width: 1179px) {
  .gf-hot-issue .swiper-slide .issue-tit {
    padding: 4%;
  }
}
.gf-hot-issue .swiper-slide .issue-tit .icon {
  display: flex;
  margin-bottom: 13px;
}
@media (max-width: 1179px) {
  .gf-hot-issue .swiper-slide .issue-tit .icon {
    margin-bottom: 0px;
  }
}
.gf-hot-issue .swiper-slide .issue-tit .icon > div {
  padding: 3px 10px;
  color: #fff;
  font-size: 11px;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 5px;
  text-shadow: 0 2px 3px #000;
}
.gf-hot-issue .swiper-slide .issue-tit .main {
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 2px 6px #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
@media (max-width: 1179px) {
  .gf-hot-issue .swiper-slide .issue-tit .main {
    margin-bottom: 0px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .gf-hot-issue .swiper-slide .issue-tit .main {
    font-size: 20px;
  }
}
.gf-hot-issue .swiper-slide .issue-tit .sub {
  font-size: 16px;
  color: #fff;
  text-shadow: 0 2px 6px #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.gf-hot-issue.swiper-group .swiper-button-next,
.gf-hot-issue.swiper-group .swiper-button-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  background-color: transparent;
  box-shadow: none;
}
@media (max-width: 1179px) {
  .gf-hot-issue.swiper-group .swiper-button-next,
  .gf-hot-issue.swiper-group .swiper-button-prev {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0;
    transform: translate(0, -50%);
  }
}
.gf-hot-issue.swiper-group .swiper-button-next::after,
.gf-hot-issue.swiper-group .swiper-button-prev::after {
  width: 25px;
  height: 25px;
  border-width: 4px;
  border-color: #fff;
}
.gf-hot-issue.swiper-group .swiper-button-next {
  left: 980px;
}
.gf-hot-issue.swiper-group .swiper-button-prev {
  right: 980px;
}
/* hot issue renewal */
.gf-hot-issue-wrap {
  display: flex;
  margin: 20px 0 30px 0;
}
@media (max-width: 1179px) {
  .gf-hot-issue-wrap {
    margin: 20px 10px 30px;
  }
}
@media (max-width: 1023px) {
  .gf-hot-issue-wrap {
    flex-direction: column;
  }
}
.gf-hot-issue-wrap .main-article {
  margin: 0 10px 0 0;
  width: 65%;
}
@media (max-width: 1023px) {
  .gf-hot-issue-wrap .main-article {
    margin: 0 0 10px 0;
    width: 100%;
  }
}
@media (max-width: 639px) {
  .gf-hot-issue-wrap .main-article {
    margin: 0;
    padding: 0 0 30px 0;
  }
}
.gf-hot-issue-renewal .main-article-group {
  display: flex;
}
.gf-hot-issue-renewal .main-article a {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 10px 0 0;
  padding-bottom: 52.625%;
  width: 100%;
  height: 0;
  background-color: #f5f7ff;
  border-radius: 10px;
  box-shadow: 0 3px 5px #ecebf8;
}
@media (max-width: 639px) {
  .gf-hot-issue-renewal .main-article a {
    padding-bottom: 100%;
  }
}
.gf-hot-issue-renewal .main-article a .thumb::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
}
.gf-hot-issue-renewal .main-article a .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 639px) {
  .gf-hot-issue-renewal .main-article a .thumb img {
    width: 100%;
    height: auto;
  }
}
.gf-hot-issue-renewal .main-article a:hover .thumb img {
  transform: translate(-50%, -50%) scale(1.1);
}
.gf-hot-issue-renewal .main-article a .text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 20px 20px 40px;
  width: 100%;
  color: #fff;
}
@media (max-width: 1023px) {
  .gf-hot-issue-renewal .main-article a .text {
    padding: 5% 5% 10%;
  }
}
.gf-hot-issue-renewal .main-article a .text .cate {
  display: inline-flex;
  padding: 5px 10px;
  background-color: rgba(96, 109, 247, .7);
  border-radius: 5px;
  font-size: 12px;
}
.gf-hot-issue-renewal .main-article a .text *:not(.cate) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-shadow: 0px 0px 3px #000;
}
.gf-hot-issue-renewal .main-article a .text h2 {
  margin: 0 0 4px 0;
  font-size: 30px;
}
@media (max-width: 1023px) {
  .gf-hot-issue-renewal .main-article a .text h2 {
    font-size: 24px;
  }
}
.gf-hot-issue-renewal .main-article a .text p {
  font-size: 15px;
}
.gf-hot-issue-wrap .main-article .swiper-pagination {
  display: none;
}
@media (max-width: 639px) {
  .gf-hot-issue-wrap .main-article .swiper-pagination {
    display: block;
    bottom: 8px;
  }
}
.gf-hot-issue-renewal .sub-article {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.6%;
  width: 35%;
}
@media (max-width: 1023px) {
  .gf-hot-issue-renewal .sub-article {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width: 639px) {
  .gf-hot-issue-renewal .sub-article {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gf-hot-issue-renewal .sub-article a {
  display: flex;
  position: relative;
  overflow: hidden;
  padding-bottom: 22.5%;
  height: 0;
  border-radius: 12px;
  box-shadow: 0 3px 5px #ecebf8;
}
.gf-hot-issue-renewal .sub-article a::before {
  content: "";
  display: block;
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#eeeef8;
  transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.gf-hot-issue-renewal .sub-article a:hover::before {
  top: 0%;
}
@media (max-width: 1023px) {
  .gf-hot-issue-renewal .sub-article a:nth-child(1) {
    order: 1;
  }
  .gf-hot-issue-renewal .sub-article a:nth-child(2) {
    order: 3;
  }
  .gf-hot-issue-renewal .sub-article a:nth-child(3) {
    order: 2;
  }
  .gf-hot-issue-renewal .sub-article a:nth-child(4) {
    order: 4;
  }
}
@media (max-width: 639px) {
  .gf-hot-issue-renewal .sub-article a:nth-child(2) {
    order: 2;
  }
  .gf-hot-issue-renewal .sub-article a:nth-child(3) {
    order: 3;
  }
}
.gf-hot-issue-renewal .sub-article .thumb {
  position: relative;
  overflow: hidden;
  width: 23%;
  max-width: 92px;
  height: 0;
  padding-bottom: inherit;
}
.gf-hot-issue-renewal .sub-article .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.gf-hot-issue-renewal .sub-article a:hover .thumb img {
  transform: translate(-50%, -50%) scale(1.2);
}
.gf-hot-issue-renewal .sub-article .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-bottom: inherit;
  width: 77%;
}
.gf-hot-issue-renewal .sub-article .text-contents {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  padding: 15px;
}
.gf-hot-issue-renewal .sub-article .text-contents .cate {
  color: #606df7;
  font-size: 12px;
}
.gf-hot-issue-renewal .sub-article .text-contents *:not(.cate) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #1a1a1a;
}
.gf-hot-issue-renewal .sub-article .text-contents h2 {
  font-size: 15px;
}
.gf-hot-issue-renewal .sub-article .text-contents p {
  font-size: 12px;
}
.swiper-group.trend .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -35px;
}
@media (max-width: 1179px) {
  .swiper-group .swiper-button-prev {
    left: 10px;
  }
  .swiper-group .swiper-button-next {
    right: 10px;
  }
  .swiper-group.trend .swiper-button-prev {
    left: 0px;
  }
  .swiper-group.trend .swiper-button-next {
    right: 0px;
  }
  .gf-hot-issue.swiper-group .swiper-button-prev {
    left: 10px;
    right: auto;
  }
  .gf-hot-issue.swiper-group .swiper-button-next {
    left: auto;
    right: 10px;
  }
  .swiper-group .swiper-pagination .swiper-pagination-bullet {
    background-color: #d3daf0;
    opacity: 1;
  }
  .swiper-group .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #b1bce6;
  }
}

.preview-schedule {
  width: 330px;
}
@media (max-width: 1179px) {
  .preview-schedule {
    padding: 0 0 25px;
    width: 100%;
    background-color: #fff;
  }
}
.preview-schedule .slide {
  width: 100%;
  height: 390px;
  background-color: #f0effc;
}
.preview-schedule .schedule-swiper .swiper-slide {
  width: 292px;
}
.preview-schedule .schedule-swiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.5;
}

.preview-schedule .schedule-thumb {
  position: relative;
  overflow: hidden;
  height: 190px;
  background-color: #ccc;
  border-radius: 10px 10px 0 0;
}
.preview-schedule .schedule-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.preview-schedule .schedule-timer {
  height: 200px;
  background-color: #262626;
  border-radius: 0 0 10px 10px;
}
.preview-schedule .schedule-wrap {
  box-shadow: 0 3px 3px #d6d6f3;
  border-radius: 10px;
}
.preview-schedule .schedule-timer {
  margin-bottom: 10px;
}
.preview-schedule .schedule-timer .schedule {
  width: 100%;
  border: 1px solid #d7d7d9;
  border-top-width: 2px;
  border-top-color: #4f91e2;
  box-sizing: border-box;
  background: #f8f8f8;
  padding: 0 12px;
}
.preview-schedule .schedule-timer .schedule_area {
  width: 100%;
}
.preview-schedule .schedule-timer .schedule_title {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 32px;
  border-bottom: 1px solid #e1e1e1;
  margin: 10px 0;
}
.preview-schedule .schedule-timer .schedule_title p {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin: 0;
  padding-bottom: 3px;
}
.preview-schedule .schedule-timer .schedule_title p .text {
  position: relative;
}
.preview-schedule .schedule-timer .schedule_title .more {
  line-height: 30px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 0;
  width: auto;
  height: auto;
  font-size: 12px;
  color: #a9a9a9;
}
.preview-schedule .schedule-timer .schedule_title .more:hover {
  text-decoration: underline;
}
.preview-schedule .schedule-timer .schedule_focus {
  background-color: #262626;
  border-radius: 10px;
  padding: 20px 36px;
  font-family: "Noto Sans", sans-serif;
}
.preview-schedule .schedule-timer .schedule_focus .info dl {
  display: flex;
  height: 68px;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
}
.preview-schedule .schedule-timer .schedule_focus .info dl .image {
  order: 1;
  width: 68px;
  height: 68px;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 10px;
}
.preview-schedule .schedule-timer .schedule_focus .info dl .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 68px;
  max-width: unset;
  width: auto;
  transform: translate(-50%, -50%);
}
.preview-schedule .schedule-timer .schedule_focus .info dl .name {
  order: 3;
  width: calc(100% - 78px);
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  margin: 2px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.preview-schedule .schedule-timer .schedule_focus .info dl .state {
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translate(-50%, 0px);
}
.preview-schedule .schedule-timer .schedule_focus .info dl .state > div {
  padding: 1px 4px;
  background-color: #606df7;
  font-size: 10px;
}
.preview-schedule .schedule-timer .schedule_focus .info dl .state span {
  display: block;
  height: 14px;
  border-radius: 3px;
  background-color: #ff4865;
  color: #ffffff;
  line-height: 14px;
  font-size: 8px;
  padding: 0 0.5em;
}
.preview-schedule .schedule-timer .schedule_focus .info dl .period {
  order: 4;
  width: calc(100% - 78px);
  font-size: 12px;
  line-height: 14px;
  color: #b2b2b2;
}
.preview-schedule .schedule-timer .countdown-timer {
  margin-top: 4px;
}
.preview-schedule .schedule-timer .countdown-timer .timer {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  border-radius: 5px;
  margin: 10px 0 0 0;
  padding: 15px 20px;
  background: #494c6a;
  background: radial-gradient(circle, #494c6a 0%, #868edd 100%);
  box-shadow: 0 4px 4px #1b1b1b;
}
.preview-schedule .schedule-timer .countdown-timer .timer::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 5px;
  background-color: #212121;
}
.preview-schedule .schedule-timer .countdown-timer .timer .time {
  position: relative;
  display: flex;
  height: 22px;
  padding-bottom: 16px;
  line-height: 22px;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
}
.preview-schedule .schedule-timer .countdown-timer .timer .time:not(:first-child)::before {
  content: ":";
  display: block;
  width: 20px;
  color: #b3b3b3;
  text-align: center;
}
.preview-schedule .schedule-timer .countdown-timer .timer .time::after {
  content: attr(data-title);
  display: block;
  position: absolute;
  top: 26px;
  left: 0;
  width: 100%;
  color: #888888;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
}
.preview-schedule .schedule-timer .countdown-timer .timer .time:not(:first-child)::after {
  left: 20px;
  width: calc(100% - 20px);
}

.preview-now {
  width: 380px;
}
@media (max-width: 1179px) {
  .preview-now {
    margin: 0 0 30px;
    width: 100%;
    box-sizing: border-box;
  }

  .preview-now .game-list {
    padding: 0 10px;
  }
}

.preview-release {
  width: 400px;
}
@media (max-width: 1179px) {
  .preview-release {
    padding: 0 0 25px;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
  }
  .preview-release .game-list {
    display: flex;
    padding: 0 10px;
  }
  .preview-release .game-list li {
    margin: 0 6px 0 0;
    width: calc((100% - 12px) / 3);
  }
  .preview-release .game-list li:last-child {
    margin: 0;
  }
  .preview-release .game-list .game-wrap {
    flex-direction: column;
    padding: 5%;
  }
  .preview-release .game-list .game-con {
    width: 100%;
    flex-direction: column;
  }
  .preview-release .game-list .game-con .game-thumb  {
    margin: 0 0 15px;
    width: 60px;
    height: 60px;
  }
  .preview-release .game-list .game-con .game-txt {
    margin: 0 0 10px;
    width: 100%;
    text-align: center;
  }
  .preview-release .game-list .game-value {
    padding: 4px 0;
    width: 100%;
    height: auto;
  }
  .preview-release .game-list .game-value p {
    margin: 0 0 4px 0;
  }
}

.preview-atoz {
  width: 380px;
}
.preview-atoz .atoz-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-items: center;
  padding: 30px;
  height: 389px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 3px 3px #e3e3f8;
  color: #1a1a1a;
  font-size: 12px;
}
.preview-atoz .atoz-list li .thumb {
  margin: 0 auto 10px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #f5f7ff;
  background-image: url("https://static.inven.co.kr/image_2011/gamefi/common/atoz_sprite.jpg");
  background-repeat: no-repeat;
  box-shadow: 0px 2px 10px #ebe2ff;
}
.preview-atoz .atoz-list li:nth-child(2) .thumb {
  background-position: -66px 0px;
}
.preview-atoz .atoz-list li:nth-child(3) .thumb {
  background-position: -132px 0px;
}
.preview-atoz .atoz-list li:nth-child(4) .thumb {
  background-position: 0 -66px;
}
.preview-atoz .atoz-list li:nth-child(5) .thumb {
  background-color: transparent;
  background-position: -66px -66px;
  box-shadow: none;
}
.preview-atoz .atoz-list li:nth-child(6) .thumb {
  background-position: -132px -66px;
}
.preview-atoz .atoz-list li:nth-child(7) .thumb {
  background-position: 0px -132px;
}
.preview-atoz .atoz-list li:nth-child(8) .thumb {
  background-position: -66px -132px;
}
.preview-atoz .atoz-list li:nth-child(9) .thumb {
  background-position: -132px -132px;
}
.preview-atoz .atoz-list li .title {
  text-align: center;
}
.preview-atoz .atoz-list li:hover .title {
  color: #6d7bff;
}
@media (max-width: 1179px) {
  .preview-atoz {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
  }
  .preview-atoz .atoz-list {
    gap: 10px;
    grid-gap: 10px;
    height: auto;
    border-radius: 0;
    box-shadow: none;
  }
}
@media (max-width: 639px) {
  .preview-atoz .atoz-list li .thumb {
    width: 33px;
    height: 33px;
    background-size: 99px;
  }
  .preview-atoz .atoz-list li:nth-child(2) .thumb {
    background-position: -33px 0px;
  }
  .preview-atoz .atoz-list li:nth-child(3) .thumb {
    background-position: -66px 0px;
  }
  .preview-atoz .atoz-list li:nth-child(4) .thumb {
    background-position: 0 -33px;
  }
  .preview-atoz .atoz-list li:nth-child(5) .thumb {
    background-color: transparent;
    background-position: -33px -33px;
    box-shadow: none;
  }
  .preview-atoz .atoz-list li:nth-child(6) .thumb {
    background-position: -66px -33px;
  }
  .preview-atoz .atoz-list li:nth-child(7) .thumb {
    background-position: 0px -66px;
  }
  .preview-atoz .atoz-list li:nth-child(8) .thumb {
    background-position: -33px -66px;
  }
  .preview-atoz .atoz-list li:nth-child(9) .thumb {
    background-position: -66px -66px;
  }
  .preview-atoz .atoz-list li .title {
    text-align: center;
  }
  .preview-atoz .atoz-list li:hover .title {
    color: #a6aef7;
  }
}


.gf-hot-trend {
  margin-bottom: 60px;
  min-height: 909px;
  width: 1170px;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  box-shadow: 0px 10px 10px #efeef9;
}
.gf-hot-trend::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
.gf-hot-trend::-webkit-scrollbar-thumb {
  background-color: #dedef5;
  border-radius: 10px;
}
@media (max-width: 1179px) {
  .gf-hot-trend {
    width: 100%;
  }
}
.gf-hot-trend .swiper-group.trend {
  min-height: 909px;
}
.gf-hot-trend .swiper-group.trend .trend-arrow-btn-wrap {
  position: sticky;
  display: flex;
  justify-content: space-between;
  top: 50%;
  z-index: 100;
}
.gf-hot-trend .swiper-group.trend .trend-arrow-btn-wrap > div {
  width: 40px;
  height: 40px;
}
.gf-hot-trend .swiper-group.trend .trend-arrow-btn-wrap > div::after {
  width: 14px;
  height: 14px;
}
.gf-info .inner.space {
  padding: 0 10px;
}

.gf-table-top {
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 0 30px;
  height: 45px;
  background-color: #333333;
  border-radius: 10px 10px 0 0;
  color: #b2b2b2;
  font-size: 13px;
}
@media (max-width: 1179px) {
  .gf-table-top {
    padding: 0 15px;
  }
}
.gf-table-top .list-cate {
  display: flex;
  position: relative;
  padding: 0 40px 0 20px;
  cursor: pointer;
}
@media (max-width: 1179px) {
  .gf-table-top .list-cate {
    padding: 0 20px 0 10px;
  }
}
.gf-table-top .list-cate::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  background-color: #5a5a5a;
  transform: translate(0, -50%);
}
.gf-table-top .list-cate::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 20px;
  width: 0;
  height: 0;
  border-top: 8px solid #b2b2b2;
  border-bottom: 8px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
@media (max-width: 1179px) {
  .gf-table-top .list-cate::after {
    right: 6px;
  }
}
.gf-table-top .list-cate:last-child::before {
  display: none;
}
@media (max-width: 1179px) {
  .gf-table-top .list-cate:nth-child(3)::before {
    display: none;
  }
  .gf-table-top .list-cate:nth-child(n+4) {
    display: none;
  }
}
.gf-table-top .list-cate.on::after {
  top: -3px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid #b2b2b2;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.gf-table-wrap {
  padding: 0 30px;
}
@media (max-width: 1179px) {
  .gf-table-wrap {
    padding: 0 15px;
  }
}

.gf-table-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  transition: all .2s;
}
.gf-table-layout:hover {
  border-color: #d9ddff;
}
.gf-table-layout .list-con {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
  flex: 1;
  font-size: 12px;
}
@media (max-width: 1179px) {
  .gf-table-layout .list-con {
    padding: 5px;
  }
}
@media (max-width: 1179px) {
  .gf-table-layout .list-con:nth-child(n+4) {
    display: none;
  }
}
.gf-table-layout .list-con.gf-table-tit {
  flex: 3;
  padding: 0;
}
.gf-table-layout .list-con.gf-table-tit a {

  max-width: calc(100% - 22px);
}
.gf-table-layout .list-con.gf-table-state {
  justify-content: center;
}
.gf-table-layout .list-con.gf-table-device {
  justify-content: center;
}
.gf-table-layout .list-con.gf-table-p2e {
  flex-direction: column;
  font-size: 10px;
}
.gf-table-layout .list-con.gf-table-p2e p.NFT {
  color: #4b81de;
}
.gf-table-layout .list-con.gf-table-p2e p.Crypto {
  color: #55bdfa;
}
.gf-table-layout .list-con.gf-table-p2e p.M2E {
  color: #357592;
}
.gf-table-layout .list-con.gf-table-p2e p.L2E {
  color: #357592;
}
.gf-table-layout .list-con.gf-table-graph {
  justify-content: center;
}
.gf-table-layout .list-con.gf-table-graph > div {
  width: 78px;
  height: 40px;
  background-color: #f0effc;
  border-radius: 5px;
}
.gf-table-layout:last-child {
  border-bottom: 0;
}
.gf-table-layout.head {
  padding: 0 30px;
  height: 50px;
  background-color: #f0f2f7;
}
@media (max-width: 1179px) {
  .gf-table-layout.head {
    padding: 0 15px;
  }
}
.gf-table-layout.head > div {
  font-size: 13px;
  justify-content: center;
}
.gf-table-layout .num {
  margin-right: 30px;
  width: 25px;
  height: 25px;
  background-color: #f0f2f7;
  border-radius: 50%;
  box-shadow: 0 3px 3px #eaeaf6;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
}
.gf-table-layout .ad {
  width: 25px;
  height: 15px;
  background-color: #f0f2f7;
  border-radius: 3px;
  font-size: 10px;
  text-align: center;
  line-height: 15px;
}
@media (max-width: 1179px) {
  .gf-table-layout .num {
    margin-right: 12px;
  }
}
@media (max-width: 374px) {
  .gf-table-layout .num {
    display: none;
  }
  .game-wrap.table .game-txt {
    width: calc(100% - 64px);
}
}
.gf-table-layout .gname {
  color: #1a1a1a;
  font-size: 16px;
  word-break: break-word;
  transition: all 0.15s;
}
.gf-table-layout:hover .gname {
  color: #6f7be8;
}
.gf-table-layout .developer {
  color: #b2b2b2;
  font-size: 12px;
  word-break: break-word;
}

.section-gamefi-market-price .inner {
  padding-bottom: 60px;
}
@media screen and (max-width: 1179px) {
  .section-gamefi-market-price .inner {
    padding-bottom: 25px;
  }
}
.gf-market-price {
  padding: 10px 0;
}
@media screen and (max-width: 1179px) {
  .gf-market-price {
    padding: 10px;
  }
}
.market-price-list.swiper-slide {
  position: relative;
  overflow: hidden;
  padding: 30px;
  width: 278px;
  height: 240px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 3px #e3e4f8;
}
.market-price-list.swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border: 10px solid #e0defd;
  border-radius: 10px;
  box-sizing: border-box;
  transition: all .2s;
  transform: scale(1.3);
}
.market-price-list.swiper-slide:hover::before {
  transform: scale(1);
}
.market-price-list.swiper-slide a {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1179px) {
  .market-price-list.swiper-slide {
    width: 248px;
    height: 210px;
    padding: 15px;
  }
}
.market-price-list a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.market-price-list .price-tit {
  display: flex;
  align-items: center;
  font-size: 17px;
}
.market-price-list .price-tit .txt {
  margin: 0 0 0 5px;
}
.market-price-list .price-tit .txt span {
  margin: 0 0 0 5px;
  color: #b2b2b2;
  font-size: 12px;
}
.market-price-list .price-value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 25px;
}
.market-price-list .price-value .sum {
  color: #4c4c4c;
  font-size: 18px;
}
.market-price-list .price-value .sum .w {
  text-decoration: line-through;
}
.market-price-list .price-value .per {
  color: #8481db;
  font-size: 13px;
}
.market-price-list .price-graph {
  margin-top: 28px;
  width: 100%;
  height: 100px;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1179px) {
  .news-list {
    padding: 0 10px;
  }
}
.news-list li {
  width: calc((100% - 60px) / 4);
  margin: 0 20px 30px 0;
}
.news-list li:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 1179px) {
  .news-list li {
    width: calc((100% - 40px) / 3);
  }
  .news-list li:nth-child(4n) {
    margin-right: 20px;
  }
  .news-list li:nth-child(3n) {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .news-list li {
    width: calc((100% - 20px) / 2);
  }
  .news-list li:nth-child(3n) {
    margin-right: 20px;
  }
  .news-list li:nth-child(2n) {
    margin-right: 0px;
  }
}
.news-list .news-wrap {
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0px 3px 3px #ecebf8;
}
.news-list .thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 54%;
}
.news-list .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: all .25s;
}
.news-list .news-wrap:hover .thumb img {
  transform: translate(-50%, -50%) scale(1.15);
}
.news-list .txt {
  position: relative;
  overflow: hidden;
  padding: 20px 20px 25px;
  font-size: 15px;
}
@media (max-width: 1179px) {
  .news-list .txt {
    padding: 5%;
    font-size: 14px;
  }
}
.news-list .txt p {
  position: relative;
  z-index: 1;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 44px;
}
.news-list .txt span {
  position: relative;
  z-index: 1;
}
.news-list .txt::before {
  content: "";
  display: block;
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef8;
  border-radius: 0 0 15px 15px;
  transition: all 0.25s;
}
.news-list .news-wrap:hover .txt::before  {
  top: 0;
}
.news-list .news-wrap.coin {
  display: flex;
  flex-direction: column-reverse;
}
.news-list .news-wrap.coin .txt {
  height: 110px;
  background-color: #f8f9fe;
}
.news-list .news-wrap.coin .txt p {
  min-height: auto;
  color: #1a1a1a;
  font-weight: bold;
}
.news-list .news-wrap.coin .txt span {
  color: #908ea6;
  font-size: 12px;
}
.news-list .news-wrap.coin .txt::before {
  border-radius: 0 0 0 0;
}
.news-list .news-wrap.coin .summary {
  position: relative;
}
.news-list .news-wrap.coin .summary p {
  position: relative;
  z-index: 1;
  padding: 30px 20px 0;
  color: #8f8da6;
  font-size: 13px;
  line-height: 20px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: keep-all;
  transition: all 0.12s;
}
@media (max-width: 525px) {
  .news-list .news-wrap.coin .summary p {
    padding: 5% 5% 0;
  }
}
.news-list .news-wrap.coin .summary::before {
  content: "";
  display: block;
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f9fe;
  border-radius: 0 0 15px 15px;
  transition: all 0.13s;
  transition-delay: 0.12s;
}
.news-list .news-wrap.coin:hover .summary::before {
  top: 0;
}
.ibuilderModules .gf-info .info-list {
  display: none;
}

/* 아이빌더 관리툴 */
.ibuilderAdmin .gf-hot-issue .swiper-wrapper {
  display: flex;
}
.ibuilderAdmin .gf-hot-issue .swiper-slide {
  max-width: 500px;
}
.ibuilderAdmin .gf-hot-issue .swiper-slide .issue-tit {
  padding-bottom: 20px;
  height: auto;
  box-sizing: border-box;
}

.ibuilderAdmin .pcMain .gf-group {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.ibuilderAdmin #moduleGroundTable .gf-group .preview-now li {
  margin-bottom: 10px;
}
.ibuilderAdmin #moduleGroundTable .gf-group .preview-now li:last-child {
  margin-bottom: 0px;
}
.ibuilderAdmin .pcMain .gf-group .game-wrap {
  display: flex;
}
.ibuilderAdmin .pcMain .gf-group .game-wrap .game-con {
  display: flex;
}
.ibuilderAdmin #moduleGroundTable .gf-group .preview-schedule .swiper-wrapper {
  display: flex;
}
.ibuilderAdmin .preview-release {
  padding: 0 10px 25px;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}
.ibuilderAdmin .preview-release .game-list {
  display: flex;
  justify-content: space-between;
}
.ibuilderAdmin .preview-release .game-list li {
  margin: 0 6px 0 0;
  width: calc((100% - 12px) / 3);
}
.ibuilderAdmin .preview-release .game-list li:last-child {
  margin: 0;
}
.ibuilderAdmin .preview-release .game-list .game-wrap {
  flex-direction: column;
  padding: 5%;
}
.ibuilderAdmin .preview-release .game-list .game-con {
  width: 100%;
  flex-direction: column;
}
.ibuilderAdmin .preview-release .game-list .game-con .game-thumb  {
  margin: 0 0 15px;
  width: 60px;
  height: 60px;
}
.ibuilderAdmin .preview-release .game-list .game-con .game-txt {
  margin: 0 0 10px;
  width: 100%;
  text-align: center;
}
.ibuilderAdmin .preview-release .game-list .game-value {
  flex-direction: row;
  padding: 4px 0;
  width: 100%;
  height: auto;
}
.ibuilderAdmin .section-gamefi-market-price .gf-market-price {
  display: flex;
}
.ibuilderAdmin .section-gamefi-market-price .gf-market-price .price-tit {
  display: flex;
}
.ibuilderAdmin .section-gamefi-market-price .gf-market-price .price-value {
  display: flex;
}
.ibuilderAdmin .section-gamefi-market-price .gf-market-price .price-value .txt-per {
  display: flex;
}
.ibuilderAdmin #moduleGroundTable .news-list {
  display: flex;
}
.ibuilderAdmin #moduleGroundTable .news-list li {
  margin: 0 20px 30px 0;
}
.ibuilderAdmin #moduleGroundTable .news-list li:nth-child(4n) {
  margin-right: 0;
}

/* 게임 기사 모듈 */
@media (max-width: 767px) {

}
.gf-game-article {
  position: relative;
  padding: 50px 0;
}
@media (max-width: 1179px) {
  .gf-game-article {
    padding: 10px 0 0;
  }
}
.gf-game-article .inner {
  position: relative;
  z-index: 10;
}
.gf-game-article .game-wrap {
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 0;
  min-height: auto;
}
@media (max-width: 1179px) {
  .gf-game-article .game-wrap {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .gf-game-article .game-wrap {
    flex-direction: column;
  }
}
.gf-game-article .game-wrap .game-con {
  width: 40%;
}
@media (max-width: 767px) {
  .gf-game-article .game-wrap .game-con {
    margin-bottom: 15px;
    width: 100%;
  }
}
.gf-game-article .game-wrap .game-thumb {
  width: 68px;
  height: 68px;
}
.gf-game-article .game-wrap .game-txt {
  width: calc(100% - 88px);
  font-size: 22px;
  word-break: break-word;
}
.gf-game-article .game-wrap .game-txt p {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 479px) {
  .gf-game-article .game-wrap .game-txt {
    font-size: 6vw;
  }
  .gf-game-article .game-wrap .game-txt p {
    font-size: 5vw;
  }
}
.gf-game-article .game-wrap:hover .game-thumb img {
  transform: translate(-50%, -50%);
}
.gf-game-article .game-wrap .game-menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 12px 20px 12px 30px;
  width: 60%;
  max-width: 700px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 5px #e5e5f8;
  word-break: keep-all;
}
@media (max-width: 1179px) {
  .gf-game-article .game-wrap .game-menu  {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .gf-game-article .game-wrap .game-menu {
    width: 100%;
    max-width: 100%;
  }
} 
.gf-game-article .game-menu > ul {
  display: flex;
  align-items: center;
}
@media (max-width: 479px) {
  .gf-game-article .game-menu > ul {
    width: 100%;
  }
}
.gf-game-article .game-menu > ul.tab {
  flex-wrap: wrap;
}
.gf-game-article .game-menu .tab li button {
  padding: 4px 5px 5px;
  margin-right: 5px;
  border-radius: 30px;
  font-size: 13px;
}
.gf-game-article .game-menu .tab li button:hover,
.gf-game-article .game-menu .tab li button.on {
	background-color:var(--gf-game-article-tab);
	color:#fff;
}

@media (max-width: 479px) {
  .gf-game-article .game-menu .tab li button {
    width: 100%;
  }
}
.gf-game-article .game-menu .gf-channel-wrap {
  padding: 0 3px;
  display: flex;
  justify-content: flex-end;
  flex:1;
}
@media (max-width: 479px) {
  .gf-game-article .game-menu .gf-channel-wrap {
    justify-content: right;
  }
}
.gf-game-article .game-menu .gf-channel-wrap li {
  margin-right: 3px;
}
.gf-game-article .game-menu .gf-channel-wrap li:last-child {
  margin-right: 0;
}
.gf-game-article .game-menu .gf-channel-wrap li a {
  width: 24px;
  height: 24px;
}
.gf-game-article .game-menu .gf-channel-wrap li.channel-twitter a::before {
  width: 13px;
  height: 16px;
}
.gf-game-article .game-menu .gf-channel-wrap li.channel-discord a::before {
  width: 16px;
  height: 16px;
}
.gf-game-article .game-menu .gf-channel-wrap li.channel-web a::before {
  width: 16px;
  height: 16px;
}
.gf-game-article .game-menu .gf-channel-wrap li.channel-telegram a::before {
  width: 14px;
  height: 14px;
}
.gf-game-article .game-menu .gf-channel-wrap li.channel-github a::before {
  width: 16px;
  height: 14px;
}
.gf-game-article .game-menu .gf-channel-wrap li.channel-twitch a::before {
  width: 14px;
  height: 16px;
}
.gf-game-article .game-menu .gf-channel-wrap li.channel-youtube a::before {
  width: 16px;
  height: 12px;
}
.gf-game-article .game-menu .gf-channel-wrap li.channel-facebook a::before {
  width: 8px;
  height: 14px;
}
.gf-game-article .game-menu .gf-channel-wrap li.channel-instagram a::before {
  width: 16px;
  height: 16px;
}
.gf-game-article .game-menu .gf-channel-wrap li.channel-opensea a::before {
  width: 16px;
  height: 16px;
}
.gf-game-article .game-menu .gf-channel-wrap li.channel-steam a::before {
  width: 17px;
  height: 14px;
}
.gf-game-article .game-menu .gf-channel-wrap li.channel-wemixplay a::before {
  width: 16px;
  height: 16px;
}
.gf-game-article .game-menu .gf-channel-wrap li.channel-marblex a::before {
  width: 15px;
  height: 12px;
}
.gf-game-article .game-menu .gf-channel-wrap li.channel-boraportal a::before {
  width: 11px;
  height: 14px;
}
.gf-game-article .game-menu .gf-channel-wrap li.channel-gitbook a::before {
  width: 16px;
  height: 12px;
}
.gf-game-article .game-menu .gf-channel-wrap li.channel-reddit a::before {
  width: 16px;
  height: 16px;
}
.gf-game-article .game-menu .gf-channel-wrap li.channel-medium a::before {
  width: 16px;
  height: 8px;
}
.gf-game-article .game-menu .gf-channel-wrap li.channel-tiktok a::before {
  width: 12px;
  height: 14px;
}
.gf-game-article .game-menu .gf-channel-wrap li.channel-marketplace a::before {
  width: 16px;
  height: 14px;
}
.gf-game-article .game-article ul {
  flex-wrap: nowrap;
  padding-bottom: 5px;
}
.gf-game-article .game-article li {
  margin: 0;
}
.gf-game-article::before {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background-color: var(--gf-game-article-bg);
}
.gf-game-article .game-article.swiper:not(.swiper-initialized) .swiper-slide:not(:last-child) {
  margin-right: 19px;
}