/* 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;
  }
  .grp_lst_unit a:hover {
    text-decoration: underline;
  }
  .grp_lst_img {
    display: block;
    margin: 0 auto .5em;
    max-width: 100%;
    height: inherit;
  }
.category_desc_2 {
  padding-top: 2em;
}
.prd_lst_s{
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.prd_lst_unit_s{
  max-width: 325px;
  width: 23.214vw;
  margin: 0 0 50px;
}
.prd_lst_unit_s img{
  width: 100%;
}

.prd_lst_pager {
  margin: 0 0 100px;
}
.prd_lst_pager ul{
  font-size: 1.333em;
}
.prd_lst_pager .prd_lst_pager_prev, .prd_lst_pager .prd_lst_pager_next {
  padding: 0;
  width: 8em;
}
.icon_prev_dis:before, .ie_icon_prev_dis, .icon_next_dis:before, .ie_icon_next_dis{
  display: none;
}
.prd_lst_price, .prd_lst_soldout{
  font-weight: normal;
}
.prd_lst_block{
  margin-bottom: 100px;
}
.prd_lst_unit a,.prd_lst_price{
  color: #838383 !important;
  font-size: 1.333em;
  line-height: 1.7;
}
.prd_lst_name {
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 1190px){

  .prd_lst_s{
    width: calc(100% - 1.68vw);
    margin: 0 auto;
  }
  .prd_lst_unit_s{
    margin: 0 .84vw 8.403vw;
  }

  .prd_lst_pager {
    margin: 0 0 8.403vw;
  }
}
@media screen and (max-width: 767px){
  
  .prd_lst_s{
    width: 91.013vw;
  }
  .prd_lst_unit_s{
    max-width: none;
    width: 44vw;
    margin: 0 .666vw 8vw;
  }
  .prd_lst_name{
    width: 28.266vw;
    margin: 2vw auto 1.866vw;
    font-size: .733em;
  }
  .prd_lst_pager {
    margin: 5.333vw 0 13.333vw;
  }
  .prd_lst_pager ul{
    font-size: .866em;
  }
  .icon_prev_dis, .icon_next_dis{
    text-align: center;
  }
  .prd_lst_price, .prd_lst_soldout{
    font-size: .666em;
  }
}