@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo');
	.font{font-family: 'Nanum Myeongjo', serif;}

*{padding:0; margin:0; color: #383231; font-family:'Noto Sans KR', '맑은 고딕', sans-serif;}
	body,header,footer{padding:0; margin:0;}

	header, section, footer, div, p, ul, ol, li, #wrap{display:block;}
	img {border:none; vertical-align:top;}

	li{list-style-type:none;}
	a:link,a:visited {text-decoration:none; color:#333;}	
	a:hover,a:focus {/*outline:none;*/}
	
	h2{position:absolute; left:-9999px; top:0; font-size:1px; line-height:0; overflow:hidden; width:1px; height:1px; opacity:0;}
	#wrap{width:100%; margin:0 auto; background-color:#fff; overflow:hidden;}
	.e_font{font-family: 'Roboto Condensed', sans-serif;}
	.bold{font-weight:900;}
	
	
	input[type="button"], input[type="submit"]{cursor:pointer;}
	
#header{width:100%; position:fixed; top:0; z-index:5; background-color:#fff; border-bottom:1px solid #ccc;}

			
	#head{width:100%; margin:0 auto; overflow:hidden;}
		#head h1{width:130px; padding:10px 0 0; margin-left:5%;}
			#head h1 img{width:100%; margin-top:6px;}
			#head .menu{position:absolute; top:17px; right:5%;}
				#head .menu span{display:block; width:40px; height:4px; background-color:#0079f6; margin-bottom:5px;}
					
		#nav{width:100%; background-color:#fff; display:none;}
			#nav li{width:100%;}
				#nav li a{width:100%; display:block; line-height:40px; text-align:center; border-top:1px solid #ccc; font-size:14px;}
				#nav li div{display:none;}
				#nav li div a{background-color:#f5f5f5;}
			
	
