.sort-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.sort-block .count {
  color: #575757;
  font-size: 13px;
  font-weight: 600;
  line-height: 36px;
}
.sort-block .count span {
  font-size: 12px;
}
.sort-block .sort {
  cursor: pointer;
  color: #575757;
  font-size: 12px;
  font-weight: 600;
  line-height: 36px;
}
.sort-block .sort.active {
  color: #ED751C;
}
.item-list.main {
  display: flex;
  flex-direction: column;
}
.item-list.main .item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 16px;
}
.item-list.main .item .item-img-block {
  display: flex;
  gap: 16px;
}
.item-list.main .item .item-img-block .item-img {
  width: 220px;
  height: 146px;
}
.item-list.main .item .item-img-block .item-content-block {
  flex: 1;
  width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.item-list.main .item .item-img-block .item-content-block .item-title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.item-list.main .item .item-img-block .item-content-block .item-title-block .item-title {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item-list.main .item .item-img-block .item-content-block .item-title-block .item-price {
  color: #EB430E;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  white-space: nowrap;
}
.item-list.main .item .item-img-block .item-content-block .item-content {
  color: #575757;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item-list.main .item .item-img-block .item-content-block .item-tag-list {
  display: flex;
  gap: 8px;
  overflow-x: scroll;
}
.item-list.main .item .item-img-block .item-content-block .item-tag-list::-webkit-scrollbar {
  display: none;
}
.item-list.main .item .item-img-block .item-content-block .item-tag-list .item-tag {
  color: #2D2D2D;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  padding: 0 10px;
  border-radius: 22px;
  background-color: #F5F5F5;
  flex-shrink: 0;
}
.item-list.main .item .item-img-block .item-content-block .item-school-list {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: scroll;
}
.item-list.main .item .item-img-block .item-content-block .item-school-list::-webkit-scrollbar {
  display: none;
}
.item-list.main .item .item-img-block .item-content-block .item-school-list .item-school-icon {
  width: 24px;
  height: 24px;
}
.item-list.main .item .item-img-block .item-content-block .item-school-list .item-school {
  color: #575757;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  flex-shrink: 0;
}
.item-list.main .item .item-img-block .item-content-block .item-address {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #575757;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}
.item-list.main .item .item-img-block .item-content-block .item-address .item-address-icon {
  width: 20px;
  height: 20px;
}
.item-list.main .item .item-btn-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.item-list.main .item .item-btn-block .item-info-block {
  display: flex;
  align-items: center;
}
.item-list.main .item .item-btn-block .item-info-block .item-info-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-left: -8px;
}
.item-list.main .item .item-btn-block .item-info-block .item-info-icon:first-child {
  margin: 0;
}
.item-list.main .item .item-btn-block .item-info-block .item-info {
  color: #575757;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
}
.item-list.main .item .item-btn-block .item-btn {
  padding: 0 12px;
  color: #ED751C;
  font-size: 14px;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
  border: 2px solid #ECECEC;
  border-radius: 100px;
}
.lay-sticky {
  overflow: auto;
}
.lay-sticky.lay-sticky-bar::-webkit-scrollbar {
  display: none;
}
.lay-sticky .lay-sticky-item {
  position: sticky;
  top: 0;
}
.lay-sticky {
  height: 100vh;
}
