/* NHN WebStandardization Team (http://html.nhndesign.com/)
author : Jeong, Chan Myeong 071220 */
/* Default Type Selector */
*{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:"나눔고딕" NanumGothic, "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;
	letter-spacing: -0.05em;
}
body{
	margin:0px;
}
hr{display:none;}
img,
fieldset{border:none;}
em,
cite,
address{font-style:normal;}
sup,
sup *{font:11px "나눔고딕", NanumGothic, Dotum, Gulim, AppleGothic, Sans-serif; color:#999999; padding:0 3px 0 3px; letter-spacing:-1px;}
sub{font:11px Dotum, Gulim, AppleGothic, Sans-serif !important; color:#999999;}

/* Global Selector */
.iepngfix{behavior:url(http://html.nhndesign.com/guidelines/image/js/iepngfix.htc);}

/* Header */
#header{padding:0 0 .5em 0; border-bottom:1px solid #f5f5f5; margin:0 0 20px 0; position:relative; width:100%;}
#header p.path,
#header p.path a{font:normal 11px "나눔고딕", NanumGothic, Tahoma, Dotum, Gulim, AppleGothic, Sans-serif; color:#333; text-decoration:none;}
#header .uri{position:absolute; top:0; right:0; font:10px Tahoma; color:#333; text-decoration:none;}


