/* stylelint-disable at-rule-empty-line-before */
/* simple clearfix */
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
.category_menu_area {
  margin-bottom: min(3vw, 50px);
}
@media screen and (max-width: 999px) {
  .category_menu_area {
    display: none;
  }
}

.category_menu_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.category_menu_list > li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 20px;
}
.category_menu_list > li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #bbc5cd;
}
.category_menu_list > li a {
  color: #222222;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.category_menu_list > li a._active {
  color: #bbc5cd;
}
/*# sourceMappingURL=category_menu.css.map */
