#other #pc_category_block .scroll_content {
  overflow: hidden;
  overflow-y: auto;
}

#other #pc_category_block .scroll_content::-webkit-scrollbar {
  width: 6px;
}

#other #pc_category_block .scroll_content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #52c5c1;
}

#other #pc_category_block .scroll_content::-webkit-scrollbar-thumb {
  background-color: #006564;
}

#other .description a:hover {
  color: #009491;
}

#other #mobile_category_block #mobile_category_block_btn.active .fas {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#other #mobile_category_block #mobile_category_block_list {
  display: none;
}

#other #mobile_category_block #mobile_category_block_list li:hover a {
  background: #fff;
  color: #009491 !important;
}

#other #pc_category_block .scroll_content {
  height: 400px;
}
