@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");
}
/* 스켈레톤 배경 */
.filterWrap {
  position: sticky;
  top: 20px;
  left: 0;
  z-index: 9;
  width: 215px;
  flex-shrink: 0;
  align-self: flex-start;
  background: #F8F9FA;
  border-radius: 16px;
  height: -moz-fit-content;
  height: fit-content;
  max-height: calc(100dvh - 40px);
  overflow: scroll;
  scrollbar-width: none;
}
.filterWrap::-webkit-scrollbar {
  display: none;
}
.filterWrap::-webkit-scrollbar-track {
  background: transparent;
}
.filterWrap::-webkit-scrollbar-thumb {
  background: transparent;
}
.filterWrap::-webkit-scrollbar-button {
  display: none;
}
.filterWrap::-webkit-scrollbar-corner {
  display: none;
}
.filterWrap::-webkit-resizer {
  display: none;
}
.filterWrap .filterMainTit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 12px 12px 16px;
}
.filterWrap .filterMainTit > span {
  font-family: "Pretendard";
  color: #0A0A0A;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.filterWrap .filterMainTit > button {
  position: relative;
  padding: 5px 8px 5px 26px;
  font-family: "Pretendard";
  color: #404040;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.01em;
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  background: #fff;
}
.filterWrap .filterMainTit > button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url("//fiximage.10x10.co.kr/m/2025/common/refresh_black.png") no-repeat center center/100%;
}
.filterWrap .filterTit {
  padding: 0 16px;
  font-family: "Pretendard";
  color: #333;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: normal;
}
.filterWrap .filterList {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
}
.filterWrap .filterList li {
  display: flex;
  align-items: center;
  padding: 7.5px 16px;
}
.filterWrap .filterList li > input[type=radio],
.filterWrap .filterList li > input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 9px;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1.5px solid #E5E5E5;
  border-radius: 2.5px;
  cursor: pointer;
}
.filterWrap .filterList li > input[type=radio]:checked,
.filterWrap .filterList li > input[type=checkbox]:checked {
  position: relative;
  background: #333;
  border-color: #333;
}
.filterWrap .filterList li > input[type=radio]:checked::after,
.filterWrap .filterList li > input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 7px;
  background: url("//fiximage.10x10.co.kr/m/2025/common/checkbox_checked.png") no-repeat center center/contain;
}
.filterWrap .filterList li > label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: "Pretendard";
  color: #404040;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.filterWrap .filterList li > label.red {
  color: #FF214F;
}
.filterWrap .filterList li > label > span {
  font-family: "Pretendard";
  color: #8E8E8E;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.filterWrap .deliveryType {
  padding: 22px 0 12px;
  border-bottom: 1px solid #F0F0F0;
}
.filterWrap .brandList {
  padding: 16px 0 12px;
  border-bottom: 1px solid #F0F0F0;
}
.filterWrap .brandList .searchBrand {
  padding: 18px 16px 2px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.filterWrap .brandList .searchBrand > input[type=text] {
  padding: 0 12px;
  width: 120px;
  height: 34px;
  font-family: "Pretendard";
  color: #404040;
  font-size: 14px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: -0.01em;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
}
.filterWrap .brandList .searchBrand > input[type=text]::-moz-placeholder {
  color: #ccc;
}
.filterWrap .brandList .searchBrand > input[type=text]::placeholder {
  color: #ccc;
}
.filterWrap .brandList .searchBrand > button {
  margin-left: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: #333;
  border-radius: 8px;
}
.filterWrap .brandList .searchBrand > button > img {
  width: 12px;
  height: 12px;
}
.filterWrap .brandList .brandPagination {
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filterWrap .brandList .brandPagination > button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 38px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
.filterWrap .brandList .brandPagination > button > img {
  width: 17px;
  height: 17px;
}
.filterWrap .brandList .brandPagination > span {
  font-family: "Pretendard";
  color: #8e8e8e;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: normal;
}
.filterWrap .brandList .brandPagination > span > i {
  color: #333;
  font-weight: 500;
  font-style: normal;
}
.filterWrap .brandList .noBrandResult {
  padding: 15.5px 0 7.5px;
  text-align: center;
  font-family: "Pretendard";
  color: #404040;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.filterWrap .priceRangeWrap {
  padding: 16px 0 12px 0;
}
.filterWrap .priceRangeWrap .priceRange {
  padding: 16px 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filterWrap .priceRangeWrap .priceRange > input {
  padding: 0 10px;
  width: 83px;
  height: 35px;
  font-family: "Pretendard";
  color: #333;
  font-size: 12px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: -0.01em;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  box-sizing: border-box;
}
.filterWrap .priceRangeWrap .priceRange > span {
  font-family: "Pretendard";
  color: #404040;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.filterWrap .priceRangeWrap .priceApplyBtn {
  position: relative;
  margin: 8px 16px;
  padding: 9px 0 9px 20px;
  width: calc(100% - 32px);
  font-family: "Pretendard";
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -0.02em;
  background: #333;
  border-radius: 8px;
}
.filterWrap .priceRangeWrap .priceApplyBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 59px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("//fiximage.10x10.co.kr/common/search_white_02.png") no-repeat center center/100%;
}
.filterWrap .others {
  padding: 24px 0 18px;
  border-top: 1px solid #F0F0F0;
}
.filterWrap .others .otherFilter .filterMoreBtnWrap {
  padding: 8px 16px;
  cursor: pointer;
}
.filterWrap .others .otherFilter .filterMoreBtnWrap > button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8.5px 0;
  width: 100%;
  background: #E5E7EB;
  border-radius: 8px;
}
.filterWrap .others .otherFilter .filterMoreBtnWrap > button > span {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  font-family: "Pretendard";
  color: #404040;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.filterWrap .others .otherFilter .filterMoreBtnWrap > button > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%) rotate(180deg);
  width: 16px;
  height: 16px;
  background: url("//fiximage.10x10.co.kr/m/2025/common/arrow_darkgray.png") no-repeat center center/100%;
  transition: transform 0.2s ease;
}
.filterWrap .others .otherFilter .filterMoreBtnWrap > button.expanded > span::after {
  transform: translateY(-50%) rotate(0deg);
}
.filterWrap .others .otherFilter + .otherFilter {
  padding-top: 24px;
}
.filterWrap .skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 0;
  height: calc(100dvh - 40px);
  width: 215px;
}/*# sourceMappingURL=style.css.map */