.basic_black {
	font-family: "돋움", "굴림";
	font-size: 12px;
	color: #333333;
	font-style: normal;
	line-height: 16px;
}
.login {
	font-family: "돋움", "굴림";
	font-size: 12px;
	color: #333333;
    letter-spacing:-2px;
}
.basic_font {
	font-family: "돋움", "굴림";
	font-size: 12px;
	color: #333;
	line-height: 18px;
}
.english {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
.english_gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	line-height: 18px;
}

.bold_font {
	font-family: "돋움", "굴림";
	font-size: 12px;
	font-weight: bold;
	color: #333;
	line-height: 18px;
}
.basicfont_red {
	font-family: "돋움", "굴림";
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}
a:active {
	color: #039;
	text-decoration: none;
}
a:hover {
		color: #039;
	text-decoration: underline;
}
a img {
	border: 0 none;
}

a { text-decoration:none }