body {
	background:
		-webkit-linear-gradient(45deg, hsla(207, 74%, 96%, 1) 0%, hsla(207, 74%, 96%, 0) 70%),
		-webkit-linear-gradient(315deg, hsla(349, 95%, 96%, 1) 10%, hsla(349, 95%, 96%, 0) 80%),
		-webkit-linear-gradient(225deg, hsla(79, 90%, 96%, 1) 10%, hsla(79, 90%, 96%, 0) 80%),
		-webkit-linear-gradient(135deg, hsla(48, 95%, 92%, 1) 100%, hsla(48, 95%, 92%, 0) 70%);
	background:
		linear-gradient(45deg, hsla(207, 74%, 96%, 1) 0%, hsla(207, 74%, 96%, 0) 70%),
		linear-gradient(135deg, hsla(349, 95%, 96%, 1) 10%, hsla(349, 95%, 96%, 0) 80%),
		linear-gradient(225deg, hsla(79, 90%, 96%, 1) 10%, hsla(79, 90%, 96%, 0) 80%),
		linear-gradient(315deg, hsla(48, 95%, 92%, 1) 100%, hsla(48, 95%, 92%, 0) 70%);
	}


/* 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: 1em 2em;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    transition:.5s;
  }
  .grp_lst_unit a:hover {
    text-decoration: none;
    box-shadow:0 12px 24px rgba(0,0,0,.1);
  }
  .grp_lst_img {
    display: block;
    margin: 0 auto .5em;
    max-width: 100%;
    height: inherit;
  }
.category_desc_2 {
  padding-top: 2em;
}