@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  src: url(/_COMMON/font/NanumGothic-Regular.eot);
  src: url(/_COMMON/font/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(/_COMMON/font/NanumGothic-Regular.woff2) format('woff2'),
       url(/_COMMON/font/NanumGothic-Regular.woff) format('woff'),
       url(/_COMMON/font/NanumGothic-Regular.ttf) format('truetype');
}

A:link {TEXT-DECORATION: none;font-family: 'Nanum Gothic';}
A:visited {TEXT-DECORATION: none;font-family: 'Nanum Gothic';}
A:active  {TEXT-DECORATION: none;font-family: 'Nanum Gothic';}
A:hover  {TEXT-DECORATION: none;font-family: 'Nanum Gothic';}

.input_box {
	background-color:#f3f3f3;
	font-size: 13px;
	color: #303030;
	text-decoration:none;
}

.text_box {
	background-color:#f3f3f3;
	font-size: 13px;
	color: #303030;
	text-decoration:none;
}

.contents {
	font-size: 13px;
	color: #303030;
	text-decoration:none;
	line-height:150%;
	padding-top:5px;
	padding-left:5px;
	font-family: 'Nanum Gothic';
	
}


.list, .list:link, .list:visited, .list:active, .list:hover {
	font-size: 13px;
	font-family: 'Nanum Gothic';
	color: #000000;
	text-decoration:none;
	line-height:150%;
	padding-left:5px;
}

.list_name, .list_name:link, .list_name:visited, .list_name:active, .list_name:hover {
	font-size: 13px;
	color: #303030;
	text-decoration:none;
	font-family: 'Nanum Gothic';
	line-height:150%;
	padding-left:5px;
}
/*
textarea			{font-size: 9pt; font-family: ±¼¸², µ¸À½; font-style:  normal; font-weight: normal;}\n';
.Editor_Tool		{border-collapse: collapse; background-color: buttonface; margin: 0; padding: 0;}\n';
.Editor_Btn_Default	{cursor:hand; width: 20px; height: 22px; border: 1px solid buttonface;}\n';
.Editor_Btn_Over	{cursor:hand; width: 20px; height: 22px; border: 1px outset;}\n';
.Editor_Btn_Down	{cursor:hand; width: 20px; height: 22px; border: 1px inset; background-color: buttonhighlight;}\n';
.Editor_Btn_Disable	{cursor:default; width: 23px; height: 22px; border: 1px solid buttonface; filter: alpha(opacity=20);}\n';
.Editor_Btn2_Default{cursor:hand; border: 1px solid threedface;}\n';
.Editor_Btn2_Over	{cursor:hand; border: 1px solid #0A246A; background-color: #B6BDD2;}\n';
.Editor_Btn2_Check	{cursor:hand; border: 1px solid #0A246A; background-color: #D4D5D8;}\n';
.Editor_Select		{cursor:hand; border: 1px solid #808080; font-size: 9pt;}\n';
.Editor_Separator	{border: 1px inset; width: 1px; height: 22px; margin: 0 3 0 3}\n';
*/