/* 스크롤 그리기 비용 낮추기 — 격리 파일 (2026-09-21)
   ★보이는 모양(크기·위치·여백·색)을 정하는 속성은 없다. 그리는 방식만 지정한다.
   스크롤 중 크기가 변하는 요소를 제 레이어로 올려 GPU 합성만으로 처리한다. */
.sticky-circle_element{will-change:width,height}
.act-picture img{will-change:transform}
.act-picture{contain:paint}
