#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;
}
@media (min-width: 992px) {
    .col-lg-2 {       
        max-width: 15% !important;
		min-width:225px !important;
    }
	
}

#btn-more{
font-size:12px;
color:#b5b5b5;
border:none;
background-color:#fff;
}

#c_btn-more{
font-size:12px;
color:#b5b5b5;
border:none;
background-color:#fff;
}

#brand li.no-hover:hover {
    background-color: transparent !important; /* 배경색 변화 무효화 */
    color: inherit !important;                /* 글자색 변화 무효화 */
  
}

#category li.no-hover:hover {
    background-color: transparent !important; /* 배경색 변화 무효화 */
    color: inherit !important;                /* 글자색 변화 무효화 */
  
}