@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
/* @import url("http://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css"); */

.namun_gothic_regula {
	font-family: 'Nanum Gothic', serif;
	font-style: normal;
	font-weight: 400;
}
.namun_gothic_bold {
	font-family: 'Nanum Gothic', serif;
	font-style: normal;
	font-weight: 700;
}
.namun_gothic_extrabold {
	font-family: 'Nanum Gothic', serif;
	font-style: normal;
	font-weight: 800;
}

body {
	/* font-family: 굴림, seoul, Helvetica Neue, Helvetica, Arial, sans-serif; */
	/* font-family: 'Nanum Gothic Coding', seoul, Helvetica Neue, Helvetica, Arial, monospace; */
	font-family: 'Nanum Gothic', seoul, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size:  9pt;
	color:#000;
	margin: 0 auto;
	padding: 0 auto;
	line-height:120%;
}
table, tr, th, td, select{
	font-weight:normal;
}
a {color:blue; text-decoration:none;}
a:link { color:blue; text-decoration: none; }
a:visited  { color:blue; text-decoration: none; }
a:hover { color:blue; text-decoration: underline;}

@media screen and (min-width:801px){ .body_top1 { width:800px; margin:0 auto; } }
@media screen and (max-width:800px){ .body_top1 { width:100%; margin:0 auto; } }
@media screen and (max-width:360px){ .body_top1 {  width:100%; margin:0 auto; } }