/* line 1, ../sass/game_list.scss */
body {
  background: -webkit-linear-gradient(#F0F0EE, #EBE1C6) !important;
  background: -o-linear-gradient(#F0F0EE, #EBE1C6) !important;
  background: -moz-linear-gradient(#F0F0EE, #EBE1C6) !important;
  background: linear-gradient(#F0F0EE, #EBE1C6) !important;
}

/* line 7, ../sass/game_list.scss */
.line {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

/* line 12, ../sass/game_list.scss */
.game .store {
  position: relative;
}
/* line 14, ../sass/game_list.scss */
.game .store .sub {
  position: absolute;
  right: 15px;
  bottom: 25px;
}
/* line 18, ../sass/game_list.scss */
.game .store .sub .item {
  display: inline-block;
  width: 7vw;
  max-width: 63px;
}
/* line 25, ../sass/game_list.scss */
.game .title {
  font-size: 1.5rem;
  color: #0B6472;
}
/* line 29, ../sass/game_list.scss */
.game .sub-title {
  font-size: 1.375rem;
  color: #444340;
}
/* line 33, ../sass/game_list.scss */
.game .txt {
  font-size: 1.2rem;
  color: #444340;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* line 42, ../sass/game_list.scss */
.game .shadow {
  border: 3px solid rgba(37, 37, 37, 0.15);
}
/* line 45, ../sass/game_list.scss */
.game .game-type {
  border-top: 3px solid rgba(37, 37, 37, 0.15);
  border-bottom: 3px solid rgba(37, 37, 37, 0.15);
}
/* line 48, ../sass/game_list.scss */
.game .game-type div {
  width: 100%;
  height: 40vw;
  background-repeat: no-repeat;
  background-size: 150% auto;
  background-position: center;
}
/* line 57, ../sass/game_list.scss */
.game #game1 div {
  background-image: url("../../images/game_list/game_g01.jpg");
}
/* line 62, ../sass/game_list.scss */
.game #game2 div {
  background-image: url("../../images/game_list/game_g02.jpg");
}
/* line 67, ../sass/game_list.scss */
.game #game3 div {
  background-image: url("../../images/game_list/game_g03.jpg");
}
/* line 72, ../sass/game_list.scss */
.game #game4 div {
  background-image: url("../../images/game_list/game_g04.jpg");
}
/* line 77, ../sass/game_list.scss */
.game #game5 div {
  background-image: url("../../images/game_list/game_g05.jpg");
  background-size: cover;
  height: 40vw;
}
/* line 84, ../sass/game_list.scss */
.game #game6_tw div {
  background-image: url("../../images/game_list/game_g06_tw.jpg");
  background-size: cover;
  height: 40vw;
}
/* line 91, ../sass/game_list.scss */
.game #game6_cn div {
  background-image: url("../../images/game_list/game_g06_cn.jpg");
  background-size: cover;
  height: 40vw;
}
/* line 98, ../sass/game_list.scss */
.game #game6_en div {
  background-image: url("../../images/game_list/game_g06_en.jpg");
  background-size: cover;
  height: 35vw;
}
/* line 105, ../sass/game_list.scss */
.game #game7_tw div {
  background-image: url("../../images/game_list/game_g07_tw.png");
  background-size: cover;
  height: 40vw;
}
/* line 112, ../sass/game_list.scss */
.game #game7_cn div {
  background-image: url("../../images/game_list/game_g07_cn.png");
  background-size: cover;
  height: 40vw;
}
/* line 119, ../sass/game_list.scss */
.game #game7_en div {
  background-image: url("../../images/game_list/game_g07_en.png");
  background-size: cover;
  height: 35vw;
}
/* line 126, ../sass/game_list.scss */
.game #game8_tw div {
  background-image: url("../../images/game_list/game_g08_tw.png");
  background-size: cover;
  height: 40vw;
}
/* line 133, ../sass/game_list.scss */
.game #game8_cn div {
  background-image: url("../../images/game_list/game_g08_cn.png");
  background-size: cover;
  height: 40vw;
}
/* line 140, ../sass/game_list.scss */
.game #game8_en div {
  background-image: url("../../images/game_list/game_g08_en.png");
  background-size: cover;
  height: 35vw;
}

@media (max-width: 767.98px) {
  /* line 150, ../sass/game_list.scss */
  .game .store .sub {
    right: 5px;
    bottom: 12px;
  }
  /* line 154, ../sass/game_list.scss */
  .game .store .sub a .item {
    width: 7vw;
  }
  /* line 161, ../sass/game_list.scss */
  .game .game-type div {
    height: 50vw;
  }
  /* line 165, ../sass/game_list.scss */
  .game .title {
    font-size: 1.75rem;
  }
  /* line 168, ../sass/game_list.scss */
  .game .sub-title {
    font-size: 1.2rem;
  }
  /* line 171, ../sass/game_list.scss */
  .game .txt {
    font-size: 1rem;
  }
}
