	@font-face { 
		font-family:'NanumGothic';
		src: url('./font/NanumGothic.eot'); /* IE 4-8 */
		src: url('./font/NanumGothic.eot?') format('eot'), /* IE 9 */ 
		url('./font/NanumGothic.woff') format('woff'); /* IE 9, Firefox 3.6+, Chrome 6+ */
	}
	@font-face { 
		font-family:'NanumGothicBold';
		src: url('./font/NanumGothicBold.eot'); 
		src: url('./font/NanumGothicBold.woff') format('woff');
		font-weight:bold; 
	}

	body, button, input, select, td, textarea, th {
		font-size: 15px;
		/*line-height: 1.5;*/
		font-family: "Malgun Gothic","¸¼Àº °íµñ",sans-serif;
		color: #000;
	}
	body {
		background: #fff;
	}
	body {
		-webkit-text-size-adjust: none;
	}
	blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, select, td, textarea, th, ul {
		margin: 0;
		padding: 0;
	}
	fieldset, img {
		border: 0 none;
	}

	
	dl, li, menu, ol, ul {
		list-style: none;
	}