@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
@import url("http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css");
@import url("http://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css");
@import url("http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css");
@import url("http://fonts.googleapis.com/earlyaccess/nanumpenscript.css");
html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #000;
	font-family: 'NanumGothic';
	font-size: 11pt;
}
a {
	color: #eee;
	text-decoration: none;
}
a:hover {
	color: #f00;
}
input, select, option {
	padding: 2px;
}
#util {
	background-color: #000;
	margin: 0 0 5px 0;
}
#logo {
	width: 220px;
	height: 100px;
	float: left;
}
#menu {
	width : 95%; /* ±¸½Ä ºê¶ó¿ìÀú¸¦ À§ÇÑ ´ëºñÃ¥(fallback) */
  width : -webkit-calc(100% - 220px); /* for Chrome, Safari */
  width :    -moz-calc(100% - 220px); /* for Firefox */
  width :         calc(100% - 220px); /* for IE */
	color: #fff;
	float: left;
}
#login {
	text-align: right;
	padding: 20px 20px 10px 0;
	margin: 0;
}

#content_wrap {
	width: 100%;
	padding: 0;
	margin: 0;
}

#content {
	width : 95%; /* ±¸½Ä ºê¶ó¿ìÀú¸¦ À§ÇÑ ´ëºñÃ¥(fallback) */
  width : -webkit-calc(100% - 185px); /* for Chrome, Safari */
  width :    -moz-calc(100% - 185px); /* for Firefox */
  width :         calc(100% - 185px); /* for IE */
  margin: 0 0 0 5px;
  padding: 10px;
	float: left;
	background-color: #ddd;
}
#content_wrap:after {
	display: block;
	content: '';
	clear: both;
}

#footer {
	height: 80px;
	background-color: #000;
	color: #fff;
	line-height: 150%;
	margin: 10px;
	padding: 10px;
}
