#category .sub-3:hover {
  color: blue;
  font-weight: bold;
  cursor: pointer;
}
#category .active {
  color: blue;
  font-weight: bold;
}

#brand .sub-3:hover {
  color: rgb(0, 0, 0);
  font-weight: bold;
  cursor: pointer;
}
#brand .active {
  color: rgb(0, 0, 0);
  font-weight: bold;
}

/*브랜드 & 카테고리 액티브*/
#action-tab {
  margin: 10px 0;
}
.action-tab-brand {
  display: inline-block;
  min-width: 10px;
  padding: 8px 13px;
  margin: 0 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 10px;
  background-color: rgb(255, 118, 118);
}
.action-tab-brand:hover {
  cursor: pointer;
}
#brand-tab .active {
  color: rgb(0, 0, 0);
  font-weight: bold;
}
.action-tab-category {
  display: inline-block;
  min-width: 10px;
  padding: 8px 13px;
  margin: 0 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 10px;
  background-color: rgb(97, 158, 238);
}
.action-tab-category:hover {
  cursor: pointer;
}
#category-tab .active {
  color: blue;
  font-weight: bold;
}

#table_1 tbody td:nth-child(2) {
  cursor: pointer;
}
