/* 커서 이벤트 */
body, a, label, button{ cursor: none !important;}
body{background-color: #fff;}
.cursor { width: 30px; height: 30px; background-color: #fff; border-radius: 50%; 
position: fixed; top: 0; left: 0;pointer-events: none; z-index: 999999999; transform-origin: center center;  mix-blend-mode: difference;}


@media screen and (max-width:1024px){
	.cursor { display: none !important; }
    body, a { cursor: auto !important; }
}/* 1024px */