@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css);

* {margin:0; padding:0; border:0; outline:none;}
html, body {width:100%; height:100%;}
html {font-size:62.5%;} 
body {width:100%; height:100%; color:#999; font-family: 'Nanum Gothic', serif; font-size:16px; font-weight:400; line-height:1.8em;}
img {margin:0; padding:0; border:0;}
* a, * a:link, * a:visited, * a:active {color:#444; text-decoration:none; outline:none;}
* a:hover {color:#a43a06; text-decoration:none;}

.clr {height:0; clear:both}
ul {list-style-type:disc; margin-left:25px}
ol {list-style-type:decimal; margin-left:25px}


.header-box {
	width:100%; 
	margin:0; 
	padding:30px 0; 
	background:#f3f0e9;
}
.header-box h1 {
	margin:0;
	padding-bottom:10px;
	font-family: 'Nanum Pen Script', serif;
	font-size:70px;
}
.header-box .breadcrumb {
	margin:0;
	padding:0;
	background: none;
	font-size:12px;
}
.content-box {
	padding:40px 0 100px 0;
}