.header__section {
  margin-bottom: 40px;
}

#main .r_bx h2 {
  border: none;
  line-height: 100%;
  text-indent: 0;
  text-align: center;
}
#main .r_bx h2 img {
  width: 90%;
  margin: 0 auto;
}

#main .r_bx h2.section__title-h2 {
  border-left: 3px solid #009944;
  text-align: left;
  text-indent: 3%;
}

#main .r_bx h3 {
  border-bottom: medium none;
  border-left: 3px solid #009944;
  font-size: 130%;
  font-weight: bold;
  line-height: 100%;
  margin: 0 0 30px;
  padding: 0.6% 0;
  text-indent: 3%;
}

#cate_bx p.cate_unit {
  width: 20%;
  margin: 0;
  padding: 10px;
  background: #009944;
  color: #fff;
  display: block;
  cursor: pointer;
  text-align: center;
}
#cate_bx p.cate_unit i {
  margin: 0 0 0 10px;
}
#cate_bx ul.cate_list {
  margin: 0;
  padding: 10px;
  background: #009944;
  display: none;
  list-style-type: none;
}
#cate_bx ul.cate_list li {
  padding: 5px 10px;
  float: left;
}
#cate_bx ul.cate_list li a {
  color: #fff;
  text-decoration: underline;
  font-size: 110%;
}
#cate_bx ul.cate_list li a i {
  margin: 0 5px 0 0 ;
/*   background-image: url("../img/icon16_w.png")!important; */
  background-position: -254px -127px;
}

.r_bx div.cg_freespace_01 {
  margin: 20px auto 0;
  padding: 10px;
  border: 1px solid #009944;
}


.r_bx ul.product-list {
  margin: 0 0 30px 0;
}



#main .r_bx div.lst_btn {
  text-align: center;
}

@media (max-width: 768px) {
  #cate_bx ul.cate_list li a i {
    background-position: -382px -193px;
  }
}


@media (max-width: 640px) {
  #cate_bx p.cate_unit {
    width: 30%;
  }

  .r_bx ul.row.product-list li.product-list__unit {
    margin: 0 0 30px 0;
    text-align: center;
  }
}


@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  #cate_bx ul.cate_list li a i {
    width: 20px;
    height: 20px;
    margin: 0;
    background-position: -387px -194px!important;
  }

}