	/* Common css basic element  */

	@font-face {
		font-family: "Malgun Gothic";
		font-style:  normal;
		font-weight: normal;
		src:local("Malgun Gothic"), 
			url('/font/set2/malgun.eot') format('eot'), 
			url('/font/malgun.ttf') format('truetype');
	}

	@font-face {
		font-family: "Malgun Gothic";
		font-style:  normal;
		font-weight: 700;
		src:local("Malgun Gothic Bold"), 
			url('/font/set2/malgunbd.eot') format('eot'), 
			url('/font/malgunbd.ttf') format('truetype');
	}

	@font-face {
		font-family: NanumGothic;
		font-style:  normal;
		font-weight: normal;
		src:url("/font/set2/NanumGothic.eot");
		src:local("NanumGothic"), url('/font/set2/NanumGothic.eot?') format('embedded-opentype'), url('/font/NanumGothic.ttf') format('truetype');
	}

	@font-face {
		font-family: NanumGothic;
		font-style:  normal;
		font-weight: normal;
		src:url("/font/set2/NanumGothic.eot") \9/;
	}

	@font-face {
		font-family: NanumGothic;
		font-style:  normal;
		font-weight: 700;
		src:url("/font/set2/NanumGothicBold.eot");
		src:local("NanumGothic Bold"), url('/font/set2/NanumGothicBold.eot?') format('embedded-opentype'), url('/font/NanumGothicBold.ttf') format('truetype');
	}

	@font-face {
		font-family: NanumGothic;
		font-style:  normal;
		font-weight: 700;
		src:url("/font/set2/NanumGothicBold.eot") \9/;
	}


	body { line-height:180%;  }
	.kor_nanum { font-family:NanumGothic; font-size:16px; border:1px solid #aaaaaa; padding:10px 30px; margin-left:40px;}
	.kor_malgun { font-family:"Malgun Gothic"; font-size:16px; border:1px solid #aaaaaa; padding:10px 30px; margin-left:40px; }