#game_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
#game_list li {
  width: calc((100% - 30px) / 3);
  height: 190px;
  transition: box-shadow 0.15s;
}
#game_list li:hover,
#game_list li.select {
  box-shadow: 7px 7px 16px -5px rgb(75 101 252 / 70%);
  -webkit-box-shadow: 7px 7px 16px -5px rgb(75 101 252 / 70%);
  -moz-box-shadow: 7px 7px 16px -5px rgb(75 101 252 / 70%);
  border: 3px solid #4b65fc;
}
#game_list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 24px 30px;
  cursor: pointer;
}
#game_list li:hover a,
#game_list li.select a {
  margin-top: -3px;
  margin-left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#game_list li a .game_label {
  position: relative;
  z-index: 3;
  margin-bottom: 10px;
}
#game_list li a .title {
  position: relative;
  z-index: 3;
}
#game_list li a .title div:first-child {
  font-weight: bold;
  font-size: 38px;
  letter-spacing: -0.08rem;
  line-height: 1;
  color: #4b65fc;
  max-width: 100%;
  overflow: hidden;
  *text-overflow: ellipsis;
  white-space: nowrap;
}
#game_list li a .title div:last-child {
  font-family: "Montserrat", "Noto Sans KR", sans-serif !important;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.05rem;
  color: #25325a;
  max-width: 100%;
  overflow: hidden;
  *text-overflow: ellipsis;
  white-space: nowrap;
}
#game_list li a span.butn_more {
  position: absolute;
  z-index: 1;
  font-family: "Montserrat", "Noto Sans KR", sans-serif !important;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.05rem;
  bottom: 25px;
  left: 30px;
  color: #4b65fc;
  border: 2px solid #4b65fc;
  line-height: 1;
  padding: 4px 10px;
  border-radius: 15px;
  z-index: 3;
}

#game_list li a span.butn_more i {
  display: inline-block;
  width: 10px;
  height: 6px;
  background: url(img/icon_arrow_blue.png) no-repeat;
  vertical-align: top;
  margin-top: 6px;
}
#game_list li:hover a span.butn_more i,
#game_list li.select a span.butn_more i {
  background: url(img/icon_arrow_white.png) no-repeat;
}
#game_list li:hover a span.butn_more,
#game_list li.select a span.butn_more {
  background: #4b65fc;
  color: #fff;
}

#game_list li a img.bg {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 100%;
  z-index: 1;
  filter: grayscale(100%);
  opacity: 0.4;
  transition: filter 0.15s, opacity 0.15s;
}
#game_list li:hover a img.bg,
#game_list li.select a img.bg {
  filter: grayscale(0);
  opacity: 1;
}

#game_list li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/img_cover.png);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 2;
}


.oddgame_iframe_wrap {position:relative; width:842px; height:1248px; margin:0 auto; font-size:0; overflow:auto; -webkit-overflow-scrolling:touch;margin-top:20px;}
#oddgame_iframe {position:absolute; width:100%; overflow:auto; -webkit-overflow-scrolling:touch; margin:0; padding:0; border:0;}
/* tablet */
@media (max-width: 1024px) {
  #game_list li a {
    padding: 14px 15px 10px;
  }
  #game_list li a .title div:first-child {
    font-size: 32px;
  }
  #game_list li a .title div:last-child {
    font-size: 13px;
  }
  #game_list li {
    height: 120px;
  }
  #game_list li a .game_label {
    display: none;
  }
  #game_list li a span.butn_more {
    font-size: 13px;
    left: 15px;
    bottom: 13px;
  }
}
/* mobile */
@media (max-width: 768px) {
  #game_list li:nth-child(n) {
    height: 100px;
  }
  #game_list ul {
    gap: 10px;
  }
  #game_list li a .title divx:first-child {
    font-size: 24px;
  }
  #game_list li a .title div:last-child {
    font-size: 12px;
  }
  #game_list li a span.butn_more {
    font-size: 12px;
    bottom: 9px;
    left: 12px;
    padding: 2px 7px;
  }
  #game_list li a span.butn_more {
    font-size: 12px;
    bottom: 9px;
    left: 12px;
    padding: 2px 7px;
  }
  #game_list li a span.butn_more i {
    margin-top: 3px;
  }
  .oddgame_iframe_wrap {
    width: 337px;
    max-width: 100%;
    height: 480px;
    overflow: hidden;
  }
  #oddgame_iframe {
    width: 842px;
    transform: scale(.4);
    transform-origin: 0 0;
  }
}
/* mobile 02 */
@media (max-width: 576px) {
  #game_list li {
    width: calc((100% - 20px) / 3);
  }
  #game_list li a .title div:first-child {
    font-size: 16px;
  }
  #game_list li a .title div:last-child {
    font-size: 10px;
    white-space: nowrap;
  }
  #game_list li a span.butn_more i {
    margin-top: 2px;
  }
  #game_list li:nth-child(n) {
    height: 75px;
  }
  #game_list li a span.butn_more {
    font-size: 10px;
    left: 10px;
    padding: 2px 6px;
  }
}
