@import url(../css/reset.css);
#content {
  padding: 22px 30px;
}
#content .hot_game {
  margin-bottom: 16px;
}
#content .hot_game h3 {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 24px;
  margin-bottom: 12px;
}
#content .hot_game .game_list {
  display: grid;
  grid-template-columns: repeat(10, minmax(20px, 108px));
  grid-gap: 16px;
}
#content .hot_game .game_list .game_item {
  width: 100%;
  padding: 8px;
  background: #27004E;
  border-radius: 12px 12px 12px 12px;
  position: relative;
  border: 1px solid #27004E;
}
#content .hot_game .game_list .game_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .hot_game .game_list .game_item .game_cover {
  width: 100%;
}
#content .hot_game .game_list .game_item:hover {
  box-shadow: 0px 16px 20px -16px #FC409A;
  border-color: #FC409A;
}
#content .hot_game:last-child {
  margin-bottom: 0;
}
#content .search_none {
  margin-bottom: 16px;
}
#content .search_none h3 {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 24px;
}
#content .search_none .none_box {
  text-align: center;
}
#content .search_none .none_box img {
  width: 330px;
  height: 175px;
}
