/* sub category & sub group */
.grp_lst {
  position: relative;
  clear: both;
  margin-left: 0;
  padding-top: 0;
  text-align: center;
  list-style: none;
  display: flex;
  justify-content: center;
}
.grp_lst_unit {
  float: left;
  margin-bottom: 15px;
  margin-left: 0;
  width: auto;
  word-break: break-all;
  padding: 0 10px;
}
.grp_lst_unit a {
  display: block;
  padding: 0.5em;
  background-color: #e6e6e6;
  color: #000;
  text-decoration: none;
}
  .grp_lst_unit a:hover {
    text-decoration: none;
    background-color: #000;
    color: #e6e6e6!important;
  }
  .grp_lst_img {
    display: block;
    margin: 0 auto .5em;
    max-width: 100%;
    height: inherit;
  }
.category_desc_2 {
  padding-top: 2em;
}


.prd_lst_none{
  text-align: center;
  margin: 60px 0 100px;
}


@media screen and (max-width:1000px) {
  .grp_lst {
    flex-direction: column;
    max-width: 300px;
    margin: 0 auto;
}
}