/*
	web font css
*/
@font-face {
	font-family: 'Nanum Barun Gothic';
	src: url('font/NanumBarunGothic-YetHangul.eot');
	src: local("☺"),
		url('font/NanumBarunGothic-YetHangul.woff') format('woff'),
		url('font/NanumBarunGothic-YetHangul.ttf') format('truetype'),
		url('font/NanumBarunGothic-YetHangul.ttf') format('truetype');
}

@font-face {
	font-family: 'Nanum Myeongjo';
	src: url('font/NanumMyeongjo-YetHangul.eot');
	src: local("☺"),
		url('font/NanumMyeongjo-YetHangul.woff') format('woff'),
		url('font/NanumMyeongjo-YetHangul.ttf') format('truetype'),
		url('font/NanumMyeongjo-YetHangul.ttf') format('truetype');
}

@font-face {
    font-family: "korean-webfont";
    font-style: normal;
    font-weight: normal;
    src: url("font/korean_dic.eot"); /* IE */
    src: local("국어사전비표준문자"), url("font/korean_dic.ttf") format("truetype"), url("font/korean_dic.eot");
}

span.korean-webfont
{
    font-size: 13px;
    font-family: korean-webfont;
}
span.ngullim {
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
}
span.ngullim2 {
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
}
span.kw
{
    font-family: "korean-webfont";
}

span.kw2
{
    font-family: "korean-webfont"; margin-left:-20px;
}
/*
*******************************************************
.unicode
{
    font-family: "바탕";
    font-size: 12px;
}

td.korean-webfont
{
    font-family: "korean-webfont";
    color: #FF0000;
    font-size: 12px;
}

td.imgname {
    text-align:center;
    text-decoration:bold;
    font-size: 12px;

}

*/