@charset "UTF-8";

/*
 * 카페24 Selected Work 필터 바 보정 파일
 * 기존 style.css의 캐시와 무관하게 마지막에 적용됩니다.
 * 가로 필터 이동은 유지하고, 브라우저 기본 세로 스크롤바·위아래 제어만 숨깁니다.
 */
.work-filters {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}

.work-filters::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
