/* sub category & sub group */
.grp_lst {
  position: relative;
  clear: both;
  margin-left: -2.127%;
  padding-top: 2em;
}
.grp_lst_unit {
  float: left;
  margin-bottom: 15px;
  margin-left: 2.083%;
  width: 17.916%;
  word-break: break-all;
}
  .grp_lst_unit a {
    display: block;
    padding: .5em;
    background-color: #f1f1f1;
    color: #000;
    text-decoration: none;
    text-align:center;
  }
  .grp_lst_unit a:hover {
    text-decoration: underline;
    background-color: #52c2d0;
    color: #fff;
  }
  .grp_lst_img {
    display: block;
    margin: 0 auto .5em;
    max-width: 100%;
    height: inherit;
  }
.category_desc_2 {
  padding-top: 2em;
}






.prd_lst_unit.prd_lst_unit_s {
   border: 2px solid transparent;
  transition: border 0.2s ease-in;
  width:22.5%;
  height:auto;
  margin-bottom: 15px;
  margin-left:2.083%;   
}

.prd_lst_unit.prd_lst_unit_s img{
  transition: transform 0.2s ease;
  max-width: 100%;
  display: block;
}


.prd_lst_unit.prd_lst_unit_s img:hover {
  border: 2px solid #EDE1D6;
  transform: scale(1.03);
}

 .prd_lst_name{
   padding-top:20px;
}

