
 @import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
 @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); 
div.content {
	width:580px;
	margin:-20px auto 0;
	text-align:left;
}
div.content h3 {
	font: 400 16px Noto Sans Kr, serif ;
	background:url(img/arrow.jpg) no-repeat;
	background-position:0 -8px;
	padding-left:30px;
	padding-top:1px;
	margin-bottom:-15px;
	margin-top:30px;
}
div.content h4 {
	font:400 14px Noto Sans Kr, serif ;
	color:#1275db;
	padding-left:27px;
	margin-bottom:-15px;
}
div.content p {
	font:13px Nanum Gothic, serif;
	padding-left:28px;
	line-height:150%;
}
div.content p strong {
	color:red;
}
div.content p:last-child span {
	font-weight:bold;
}