@charset "utf-8";
.widget-game-zone {
  height: 90px;
  margin-bottom: 20px;
}

.widget-game-zone .tui-figure--title {
  width: 320px;
  height: 90px;
  margin-right: 20px;
  border-radius: 4px;
  cursor: pointer;
}

.widget-game-zone .tui-figure--title:hover .figure-info {
  color: #f9ab00;
}

.widget-game-zone .tui-figure--title:hover .arrow-r {
  background: url(../../images/tui/tui-figure/arrow-r-hover.png) no-repeat;
}

.widget-game-zone ul li:nth-child(3n) .tui-figure--title {
  margin-right: 0;
}

.widget-game-zone ul {
  width: 100%;
  margin-right: -20px;
}

.widget-game-zone li {
  float: left;
}

.widget-game-zone .tui-figure--more {
  background: url("../../images/widget/widget-game-zone/game-zone-more.png") no-repeat;
}

.widget-game-zone .tui-figure--more .figure-info {
  width: 100%;
  height: 100%;
  line-height: 90px;
  text-align: center;
  color: #8c8c8c;
  font-size: 14px;
  background-color: transparent;
}
