.game_list_main {
  display: block;
  padding: 1.5rem 0 12.25rem;
}
.game_list_content {
  display: flex;
  flex-direction: column;
  gap: 3.938rem;
  width: 100%;
  max-width: 82.375rem;
  margin: 0 auto;
  position: relative;
  padding-top: 1.5rem;
}
.game_list_content_title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.625rem;
  padding: 0 1.5rem;
  border-radius: 0 2.5rem 0 0;
  background-color: #a7c34a;
  height: 6.375rem;
  color: #fff;
  display: flex;
  align-items: center;
}
.game_list_flex {
  border-bottom: 0.063rem solid #ebebeb;
  padding-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.game_item {
  flex: 0 1 26.625rem;
  width: min(100%, 26.625rem);
  max-width: 26.625rem;
  padding: 1rem;
  box-shadow: 0 0.25rem 0.375rem 0.125rem rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.game_item_img {
  width: 100%;
}
.game_item_title {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.813rem;
  letter-spacing: 0.063rem;
}
.game_item_text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  letter-spacing: 0.063rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.game_item_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.game_item_designer {
  color: #727272;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.game_enter_btn {
  background-color: #a7c34a;
  color: #fff;
  padding: 0.625rem 1.25rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.063rem;
  border-radius: 6.25rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.game_enter_btn img {
  width: 1.5rem;
}
@media (max-width: 1350px) {
  .game_list_main {
    padding: 0.5rem 0 2.5rem;
  }
  .game_list_content {
    max-width: 100%;
    gap: 1.5rem;
  }
  .game_list_content_title {
    font-size: 1.75rem;
    line-height: 2.063rem;
    height: 4.125rem;
  }
}

@media (max-width: 1100px) {
  .game_list_flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
