.sub_category_area{
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
}
.sub_category{
  -webkit-box-flex:0;
      -ms-flex:0 0 auto;
          flex:0 0 auto;
  max-width: fit-content;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .sub_category {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: fit-content;
}
}
@media (max-width: 480px) {
  .sub_category {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: fit-content;
}
}
.sub_category a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 10px 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #FFF;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #231815;
    border-radius: 0;
    line-height: 1.2;
    -webkit-transition: 0.25s;
    font-size: 12px;
    border: none;
    font-weight: normal;
    width: 100%;
    position: relative;
}

.sub_category a:after {
/*    content: "";*/
    top: 50%;
    right: 10px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    position: absolute;
    width: 4px;
    height: 4px;
    border-top: 2px solid #231815;
    border-right: 2px solid #231815;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.freespace {
    line-height: 1.8;
}

.sub_category a span:first-child {
/*    max-width: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;*/
}

.sub_category a span:last-child {
/*    max-width: calc(100% - 30px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);*/
}

#container:not(.topPage).clearfix {
  width: 100%;
  max-width: 100%;
}
#breadcrumbWrap,
.max1200 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 992px) {
  #category.itemList.custom_list {
    margin: 0px -30px 60px;
    gap: 60px 0;
  }
  #category.itemList.custom_list .itemList__unit {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  #category.itemList.custom_list {
    margin: 0px -7.5px 30px;
    gap: 30px 0;
  }
  #category.itemList.custom_list .itemList__unit .itemName {
    font-size: 12px;
  }
}
.h2A.mt30 {
  font-size: 20px;
}
.cate_head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cate_head .sortBox {
  margin-right: 15px;
}
.cate_head .sortBox .sort {
  padding: 0;
  position: relative;
  margin: 0;
}
.cate_head .sortBox .sort .sort--toggle {
  margin: 0;
  padding: 10px 15px;
  cursor: pointer;
  line-height: 24px;
  position: relative;
}
.cate_head .sortBox .sort .sort--toggle:after {
  content: "";
  right: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #1b1b1b;
  border-right: 2px solid #1b1b1b;
  transform: rotate(135deg) translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  transform-origin: top center;
  transition: 0.15s;
}
.cate_head .sortBox .sort .sort--toggle.open:after {
  transform: rotate(-45deg) translateY(-50%);
}
.cate_head .sortBox .sort .sort--toggle > span {
  margin: 0;
  font-size: 12px;
  font-weight: normal;
}
.cate_head .sortBox .sort .sortList {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 9;
  background: #fff;
  display: none;
}
.cate_head .sortBox .sort .sortList ul {
  list-style: none;
}
.cate_head .sortBox .sort .sortList ul li span {
  padding: 10px;
  display: block;
  margin: 0;
  background: #f1f1f1;
  font-weight: normal;
}
.cate_head .sortBox .sort .sortList ul li a {
  padding: 10px;
  display: block;
  margin: 0;
  font-weight: normal;
}
.cate_head .sortBox .sort .sortList ul li a:hover {
  background: #dfdfdfdf;
}
.cate_head .pagerBox .pager {
  margin: 0;
  padding: 10px 15px;
  line-height: 24px;
}