@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/nanumgothic.css');
body, input, textarea, select, button, table{
	font-family: 'Nanum Gothic','Noto Sans', sans-serif !important;
	font-size:14px;
	letter-spacing:-0.5px !important;
}

.screenprotection {
	border:0px;
	width: 100%;
	height: 100%;
	background: #000000;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9997;
}

.leftdot {
	font-size:5px !important;
}