
#glworld{
	position:fixed;
	width:100%;
	height:100%;
	top:0; left:0;
	background-color:#fff;
}

/* MOUSE TRACE */
#m-trace{
	position:fixed;
	top:0; left:0;
	pointer-events: none;
	mix-blend-mode: difference;
	/*mix-blend-mode: multiply;*/
}
#m-trace2{
	position:fixed;
	top:0; left:0;
	pointer-events: none;
	/*mix-blend-mode: hard-light;*/
}
/*@media screen and (max-width:900px){
	#m-trace{
		display:none;
	}
}*/
.m-trace-point{
	position:absolute;
	width:1px; height:1px;
	top:0; left:0;
	/*backface-visibility:hidden;*/
	display:none;
}
.m-point-in{
	position:absolute;
	width:400px; height:400px;
	top:0; left:0;
	margin-left:-200px; margin-top:-200px;
	border-radius:200px;
	background-color:rgba(255,255,255,1);
	border:solid 8px rgba(255,255,255,1);
	box-sizing:border-box;
	opacity:0.8;
}
.m-trace-mk{
	position:absolute;
	width:48px; height:15px;
	top:0; left:0;
	margin-top:-7px;
	margin-left:24px;
}
.m-trace-mk-in{
	position:absolute;
	width:48px; height:15px;
	top:0; left:0;
	background-image:url(../image/texture/mouseover.png);
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0;
}