.add2024_top .search_blc_2024 {
  margin: 20px 0 0;
}

@media screen and (max-width: 600px) {
  .add2024_top .search_blc_2024 .cate_three.cate_four {
    flex-wrap: wrap;
    gap: 0 0;
    justify-content: space-between;
  }

  .add2024_top .search_blc_2024 .cate_three.cate_four .cate_box {
    width: calc(50% - 1px);
  }

  .add2024_top .search_blc_2024 .cate_three.cate_four .cate_box:nth-child(odd) {
    margin-right: 2px;
  }
}

.add2024_top .search_blc_2024 .color_search {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.add2024_top .search_blc_2024 .color_search li {
  float: none;
  width: 25%;
  margin-bottom: 10px;
}