/* 온픽스 걸레받이시공 — 공통 보조 스타일 (Tailwind 유틸리티로 커버 안 되는 부분만) */
html { scroll-behavior: smooth; }
body { word-break: keep-all; }
img { max-width: 100%; height: auto; }
summary::-webkit-details-marker { display: none; }
summary { list-style: none; }
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
table { border-collapse: collapse; }
::selection { background: #d9a75f; color: #1c1917; }
