/* 
#pointer 요소는 body요소 최하단(before script import)에 생성합니다.
*/
#pointer{width: 100%;height: 100vh;position: fixed;top: 0;pointer-events: none;}
.pointer--wrap{position: relative;width: 100%;height: 100%;}
.pointer--item{position: absolute;}
.pointer--item1 span{width: 10px;height: 10px;display: block;background-color: #0062f5;border-radius: 50%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.pointer--item2 span{width: 22px;height: 22px;display: block;background-color: #aff7ff92;border-radius: 50%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);opacity: 0.5;}