/**  2) BASE.CSS :  **/

		/*
			IE 6~8 브라우저는 *.eot 형식의 글꼴만 지원한다. 하지만 W3C가 권장하는 형식은 *.woff 이다. IE 9 브라우저는 *.eot 형식과 *.woff 글꼴을 모두 지원한다.
			http://naradesign.net/wp/2012/06/19/1830/ 참조
		*/
	
		@font-face { font-family:'NanumGothic'; 
					src:url('../fonts/NanumGothic.eot');
					src:local(※), url('../fonts/NanumGothic.woff');
					}
		html { min-height:100%;}
		/*body { min-height:100%; font-family: 'NanumGothic',dotum,맑은고딕,sans-serif; font-size:12px; line-height:1.4; color:#333;}*/
		body { min-height:100%; font-family: '굴림체',sans-serif; font-size:12px; line-height:1.4; color:#333;}

		a:link , a:visited{ text-decoration:none;color:#3c3c3c;  }
		a:focus, a:hover , a:active{ text-decoration:none;  }
		fieldset , form, img {border:0 none;}

	
		#code{ -webkit-ime-mode:active; -moz-ime-mode:active; -ms-ime-mode:active; ime-mode:active;}
