@charset "UTF-8";
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  src: url("//fiximage.10x10.co.kr/webfont/Pretendard.woff2") format("woff2"), url("//fiximage.10x10.co.kr/webfont/Pretendard.ttf") format("truetype");
}
/* 스켈레톤 배경 */
.sort {
  padding: 12px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sort .totalCount {
  font-family: "Pretendard";
  color: #333;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.sort .sortOptions {
  display: flex;
  align-items: center;
}
.sort .sortOptions li {
  position: relative;
  font-family: "Pretendard";
  color: #8e8e8e;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.01em;
  cursor: pointer;
}
.sort .sortOptions li:not(:first-child) {
  margin-left: 10px;
  padding-left: 10px;
}
.sort .sortOptions li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 10px;
  background-color: #E5E5E5;
  transform: translateY(-50%);
}
.sort .sortOptions li.active {
  color: #333;
  font-weight: 600;
}
.sort.skeleton .totalCount {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 0;
  height: 18px;
  width: 70px;
}
.sort.skeleton .sortOptions li {
  padding-left: 0;
  margin-left: 18px;
}
.sort.skeleton .sortOptions li::before {
  display: none;
}
.sort.skeleton .sortOptions li:first-child {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 0;
  height: 18px;
  width: 37px;
}
.sort.skeleton .sortOptions li:nth-child(2) {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 0;
  height: 18px;
  width: 48px;
}
.sort.skeleton .sortOptions li:nth-child(3) {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 0;
  height: 18px;
  width: 37px;
}
.sort.skeleton .sortOptions li:nth-child(4) {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 0;
  height: 18px;
  width: 37px;
}
.sort.skeleton .sortOptions li:nth-child(5) {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 0;
  height: 18px;
  width: 60px;
}
.sort.skeleton .sortOptions li:nth-child(6) {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 0;
  height: 18px;
  width: 60px;
}
.sort.skeleton .sortOptions li:nth-child(7) {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 0;
  height: 18px;
  width: 60px;
}
.sort.skeleton .sortOptions li:nth-child(8) {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 0;
  height: 18px;
  width: 48px;
}/*# sourceMappingURL=style.css.map */