@import url(../css/head-foot.css);
#content .gg-r {
  margin-bottom: 16px;
}
#content .gg-r .gg-title {
  width: 100%;
  height: 15px;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #d3cbcb;
  line-height: 15px;
  text-align: center;
}
#content .gg-r .gg-cont {
  width: 100%;
  height: 200px;
  background: #F5F5F5;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: 0 auto;
}
#content .latest-news .ln-b {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
#content .latest-news .ln-b .one-game {
  position: relative;
  width: 290px;
  height: 200px;
  border-radius: 24px 24px 24px 24px;
  overflow: hidden;
  opacity: 1;
  margin: 0 16px 16px 0;
}
#content .latest-news .ln-b .one-game:nth-child(4n) {
  margin-right: 0;
}
#content .latest-news .ln-b .one-game .fm {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content .latest-news .ln-b .one-game .mc {
  top: 145px;
  position: absolute;
  width: 290px;
  height: 163px;
  background: rgba(17, 17, 17, 0.8);
  border-radius: 0px 0px 24px 24px;
  opacity: 1;
  padding: 12px;
  box-sizing: border-box;
}
#content .latest-news .ln-b .one-game .mc img {
  width: 68px;
  height: 68px;
  position: absolute;
  top: -25px;
  left: 12px;
}
#content .latest-news .ln-b .one-game .mc h3 {
  width: 186px;
  height: 36px;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 16px;
  margin: 0 0 9px 80px;
}
#content .latest-news .ln-b .one-game .mc .mc-text {
  width: 266px;
  height: 100px;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (any-hover: hover) {
  #content .latest-news .ln-b .one-game:hover .mc {
    top: 37px;
    transition: 0.5s;
  }
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content .latest-news {
    margin-bottom: 16px;
  }
  #content .latest-news .ln-b {
    width: 100%;
  }
  #content .latest-news .ln-b .one-game {
    width: calc((100% - 8px) / 3);
    margin: 0 4px 4px 0;
  }
  #content .latest-news .ln-b .one-game:nth-child(4n) {
    margin-right: 4px;
  }
  #content .latest-news .ln-b .one-game:nth-child(3n) {
    margin-right: 0px;
  }
  #content .latest-news .ln-b .one-game .fm {
    width: 100%;
    object-fit: cover;
  }
  #content .latest-news .ln-b .one-game .mc {
    width: 100%;
  }
  #content .latest-news .ln-b .one-game .mc h3 {
    width: 74%;
    margin: 0 0 9px 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content .latest-news {
    margin-bottom: 16px;
  }
  #content .latest-news .ln-b {
    width: 100%;
  }
  #content .latest-news .ln-b .one-game {
    width: calc((100% - 8px) / 3);
    margin: 0 4px 4px 0;
  }
  #content .latest-news .ln-b .one-game:nth-child(4n) {
    margin-right: 4px;
  }
  #content .latest-news .ln-b .one-game:nth-child(3n) {
    margin-right: 0px;
  }
  #content .latest-news .ln-b .one-game .fm {
    width: 100%;
    object-fit: cover;
  }
  #content .latest-news .ln-b .one-game .mc {
    width: 100%;
  }
  #content .latest-news .ln-b .one-game .mc h3 {
    width: 74%;
    margin: 0 0 9px 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content .latest-news {
    margin-bottom: 16px;
  }
  #content .latest-news .ln-b {
    width: 100%;
  }
  #content .latest-news .ln-b .one-game {
    width: calc((100% - 8px) / 3);
    margin-bottom: 4px;
  }
  #content .latest-news .ln-b .one-game Entertainment .fm {
    width: 100%;
    object-fit: cover;
  }
  #content .latest-news .ln-b .one-game .mc {
    width: 100%;
  }
  #content .latest-news .ln-b .one-game .mc h3 {
    width: 56%;
    margin: 0 0 9px 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content .latest-news .ln-b {
    width: 100%;
    flex-direction: column;
  }
  #content .latest-news .ln-b .one-game {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .latest-news .ln-b .one-game .mc {
    width: 100%;
  }
}
