@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css);

body, html {
	font-family:  'Nanum Gothic', 'Dotum', 'Gulim', sans-serif;
}
.NanumPen { font-family: 'Nanum Pen Script', serif; }

h2 {
	font-weight: 700;
}
#top_menu li > a {
	font-size: 1em;
}
.intro h1 {
	margin-top: 0;
}
.intro h1 small {
	font-size: 0.4em;
}
.intro p.text {
	font-size: 4em;
	font-weight:normal;
}

.intro p.access {
	font-size: 1.2em;
	background:rgba(255,255,255,.4);
	color:#222;
	margin-top:20px;
	text-shadow:1px 1px rgba(255,255,255,.5);
	padding:1px 17px;
	font-weight:bold;
}
#faq .faq li.a {
  border-bottom:1px solid #ddd;
}
@media all and (min-width: 0) and (max-width: 767px) {

}