/* 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;
}

.gallery .ocean {
    top: auto;
    bottom: 0;
}

.gallery .search_label {
    font-weight: 400;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.gallery .search_label span {
    font-family: 'BamBoomOutline';
    font-size: 32px;
    color: #606060;
}

.gallery .prd_lst_sort {
    line-height: 1;
}

.gallery .category_desc_1 > img,
.gallery .category_desc_2 > img,
.gallery .category_desc_1 > iframe,
.gallery .category_desc_2 > iframe {
    display: block;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}