﻿html, body {
	margin: 0;
	padding: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

.webgl_back {
	background-color: #231f20;
}

#uniLoading {	
	width:100%;
	height:100%;
	
	img.logo {
		position:relative;
		top:50%;
		left:50%;
		width:380px;
		height:260px;
		margin-left:-190px;
		margin-top: -130px;
	}
}


#webgl-container {
	width: 100%;
	height: 100%;
}

#play-webgl {
	width: 100%;
	height: 100%;
	touch-action: none; /* 터치 이상 반응 방지 */
}

.game-desc {
	height:300px;
	width:100%;
	background-color:#fff;
	z-index:1;
	overflow:auto
}


