* { 
	font-family: 'Noto Sans KR', dotum, gulim, tahoma, verdana, arial, sans-serif; 
	box-sizing: border-box; 
	font-weight:400; 
}

a { text-decoration:none; color:inherit; }

.on  { filter:alpha(opacity=100); opacity:1.0; }
.off { filter:alpha(opacity=40); opacity:0.4; }
.pointer { cursor:pointer; }
.nowrap { display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap; }
.group:after { content: ""; display: table; clear: both; }
.hide { display:none; }
.bold { font-weight:bold; }
.blue { color:blue; }
.red { color:red; }

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
