.activityPage { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.rotateArea { width: 100%; height: 100%; }

.rotateArea {
    touch-action: none !important;
    -webkit-user-select: none;   /* Safari 터치 이상 방지 */
    -webkit-touch-callout: none; /* iOS 꾹 누르기 방지 */
    overflow: hidden;            /* 내부 줌 잘리게 */
} /*줌 차단을 해줘야함*/