.itemSearchCategoryBox {
  position: relative;
  padding-bottom: 0; }
  .itemSearchCategoryBox h2 {
    margin-bottom: 8px; }
  .itemSearchCategoryBox .category_wrap {
    display: block; }
    .itemSearchCategoryBox .category_wrap .parent_category {
      position: relative; }
    .itemSearchCategoryBox .category_wrap:first-child .parent_category {
      border-top: none; }
    .itemSearchCategoryBox .category_wrap .child_category {
      display: flex;
      flex-wrap: wrap; }
  .itemSearchCategoryBox label {
    display: flex;
    position: relative;
    padding: 0 0 0 30px;
    width: calc(33.3333% + 1px);
    cursor: pointer;
    font-size: 14px;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #ededed;
    border-collapse: collapse;
    box-sizing: border-box;
    margin-top: -1px;
    margin-left: -1px;
    padding-left: 38px; }
    .itemSearchCategoryBox label.parent_label {
      font-weight: bold;
      margin-left: -1px;
      width: 100%; }
    .itemSearchCategoryBox label.child_label {
      padding-left: 54px; }
      .itemSearchCategoryBox label.child_label:after {
        left: 25px; }
  .itemSearchCategoryBox input {
    display: none; }
  .itemSearchCategoryBox label:after {
    content: "";
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-image: url("/store/assets/v1/img/common/check-off.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 32px;
    left: 9px;
    margin: -18px 0 0 0; }
  .itemSearchCategoryBox input[type="checkbox"]:checked + label:after {
    background-image: url("/store/assets/v1/img/common/check-on.png"); }
  .itemSearchCategoryBox input[type="checkbox"]:checked + label {
    border: 1px solid #c01920;
    z-index: 2; }
  .itemSearchCategoryBox .expand {
    display: none; }

@media screen and (max-width: 812px) {
  .itemSearchCategoryBox {
    padding-bottom: 20px; }
    .itemSearchCategoryBox .category_wrap {
      box-sizing: border-box;
      border-collapse: collapse; }
      .itemSearchCategoryBox .category_wrap .parent_category {
        border: none; }
      .itemSearchCategoryBox .category_wrap .child_category {
        display: none; }
        .itemSearchCategoryBox .category_wrap .child_category label {
          margin-bottom: 0; }
      .itemSearchCategoryBox .category_wrap.open .child_category {
        display: block; }
    .itemSearchCategoryBox label {
      width: 100%;
      margin-left: 0; }
      .itemSearchCategoryBox label.parent_label {
        margin-left: 0; }
    .itemSearchCategoryBox label:after {
      top: 34px; }
    .itemSearchCategoryBox .expand {
      display: block;
      width: 60px;
      height: 50px;
      position: absolute;
      right: 0px;
      top: 0px;
      z-index: 4; }
      .itemSearchCategoryBox .expand:before {
        position: absolute;
        padding: 0;
        content: '';
        width: 6px;
        height: 6px;
        top: 16px;
        left: 24px;
        border: 2px solid;
        border-color: transparent transparent #565656 #565656;
        transform: rotate(-45deg);
        transition: all 0.2s ease; }
    .itemSearchCategoryBox .category_wrap.open .expand:before {
      transform: rotate(135deg);
      top: 24px; } }
