@charset "UTF-8";

.ImgMenuContainer {
  background-color: #fff;
}

.ImgMenuList li {
  cursor: pointer;
  width: 20%;
  height: 223px;
  text-align: center;
  background-color: #9fcc01;
  font-size: 25px;
  letter-spacing: 1.88px;
  padding-top: 47px;
}

.ImgMenuList li:hover {
  background-color: #b2d633;
}

.ImgMenuList li:nth-child(even) {
  background-color: #b2d633;
}

.ImgMenuList li:nth-child(even):hover {
  background-color: #9fcc01;
}

.ImgMenuList li .ImgMenuListIcon {
  display: block;
  margin-bottom: 10px;
}

.ImgMenuList li a,
.ImgMenuList li a:hover {
  color: #fff;
}

.ImgMenuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .ImgMenuList li {
    cursor: pointer;
    width: 100%;
    height: 223px;
    text-align: center;
    background-color: #9fcc01;
    font-size: 25px;
    letter-spacing: 1.88px;
    padding-top: 53px;
    margin-bottom: 4.5%;
  }

  .ImgMenuList li:hover {
    background-color: #b2d633;
  }

  .ImgMenuList li:nth-child(even) {
    background-color: #b2d633;
  }

  .ImgMenuList li:nth-child(even):hover {
    background-color: #9fcc01;
  }

  .ImgMenuList li a {
    color: #fff;
  }

  .ImgMenuList li .ImgMenuListIcon {
    display: block;
    margin-bottom: 0;
  }

  .ImgMenuList {
    display: block;
    width: 91%;
    margin: 0 auto;
    padding: 67px 0;
  }
}
