@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300&subset=latin,greek);


body{ 
	font-family:'Nanum Gothic';
	font-size:12px ;
	color:#333;
	margin:0;
	padding:0;
	/* overflow-x:hidden; */
	font-weight:400;

}
a{}
div, h1, h2, h3, h4, h5, h6, ul,  dl, dt, dd, p, span{
	margin:0;
	padding:0;
	font-family:'Nanum Gothic';
	
}
form, fieldset, input, table, tr, th, td{
	font-family:'Nanum Gothic';
}

ul{
	list-style:none
}
fieldset, img{
	border:none
}
fieldset legend{
	display:none
}
a{
	color:#515151;
	text-decoration:none
}
a:hover, a:active{
	color:#000;
	text-decoration:none
}

/*input,
label,
select,
button,
textarea
{
	margin:0;
	padding:0;
	display:inline-block;
	vertical-align:middle;
	white-space:normal;
	line-height:1;
	font-size:13px;
	font-family: 'Nanum Barun Gothic';	
}*/

textarea {font-family: 'Nanum Barun Gothic';line-height:22px}
 
/* Remove the stupid outer glow in Webkit */
input:focus{outline:0;}
* {padding:0;margin:0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,.clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}

