.sort_box {
  border: solid 0.063rem #e5e5e5;
  margin-bottom: 2rem;
}

.sort_title {
  height: 3.75rem;
  padding: 0 1rem;
  line-height: 3.75rem;
  font-size: 1.5rem;
  color: #000000;
  background-color: #f3f3f3;
  border-bottom: solid 0.063rem #e5e5e5;
}

.sort_content {
  padding: 1rem 0;
  padding-right: 1rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #5f5f5f;
}

.sort_img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.5rem;
  border-right: solid 0.063rem #e5e5e5;
  max-width: 11rem;
}

.sort_content img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width:768px) {
  .sort_content {
    flex-wrap: wrap;
    gap: 1.2rem;
    padding: 1rem;
  }

  .sort_img_box {
    padding: 1.5rem;
    border-right: unset;
    width: 100%;
  }
}