@charset "utf-8";
/*
  Project _ CSS Init
  FileName _ base.css
  Author _ Hwa-ju
  Date _ 2013.11. 13
  Last _ 2013.11. 13
*/


@font-face {
  font-family: 'NanumB';
  src: url(../_css/font/NanumBarunGothic.eot);
  src: local('☺'),
       url(../_css/font/NanumBarunGothic.woff) format('woff'),
       url(../_css/font/NanumBarunGothic.ttf) format('truetype');
	}

@font-face {
  font-family: 'NanumBB';
  src: url(../_css/font/NanumBarunGothicBold.eot);
  src: local('☺'),
       url(../_css/font/NanumBarunGothicBold.woff) format('woff'),
       url(../_css/font/NanumBarunGothicBold.ttf) format('truetype');
	}


/*@font-face {
font-family:NanumGothic;
src: url(../Webfont/NanumGothic.eot);
src: local("나눔 고딕"), url(../Webfont/NanumGothic.woff) format("woff");
}*/

html,body {
	scrollbar-face-color: #FFFFFF; scrollbar-shadow-color: #D8D8D8;
	scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #D8D8D8;
	scrollbar-darkshadow-color: #FFFFFF; scrollbar-track-color: #F6F6F6;
	scrollbar-arrow-color: #333333; text-align:justify;
	padding:0; margin:0; font-size:12px; line-height:1.6em; font-family:'NanumB','나눔고딕'; color:#666; letter-spacing:-0.02em;}
	
input, textarea {font-size:12px; }
select {margin:0;padding:1px; font-size:12px; border:1px solid #b7b7b7;border-right-color:#e1e1e1;border-bottom-color:#e1e1e1;}
ul, li, ol, li, dl, dt, dd { padding:0; margin:0; font-family:'NanumB';}
ul, ol, li { list-style:none; font-family:'NanumB';}
h1, h2, h3, h4, h5, h6, th { padding:0; margin:0; font-size:100%; font-weight:normal; font-family:'NanumBB';}
div, p, address, pre, form, fieldset, textarea, blockquote, td, input { padding:0; margin:0; font-family:'NanumB';}
table { border-collapse:collapse; border-spacing:0;}
abbr, acronym, fieldset, img { border:0; }
img {vertical-align:middle;}
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal; }
caption, th {text-align:left;}
q:before,q:after { content:''; }
hr { display:none; }
caption{line-height:1px; text-indent:-9999px;}

p {overflow:hidden; color:#626262;}

.notext {text-indent:-1000em;}

.hide {
	position:absolute;
	width:1px;
	height:1px;
	overflow:hidden;
	left:-1000%;
	top:-1000%;
	}

a:link, a:visited {
	color:#666;
	text-decoration: none;
	}
a:active, a:hover, a:focus {
	color: #483328;
	text-decoration:none;
	}

.SkipNav {
	width:100%;
	position:absolute;
	}

.SkipNav a {
	position:absolute;
	top:-1000px;
	width:1px;
	height:1px;
	font-size:0;
	line-height:0;
	}

.SkipNav a:focus, .SkipNav a:hover, .SkipNav a:active {
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:180px;
	height:18px;
	text-align:center;
	font-size:12px;
	line-height:140%;
	letter-spacing:0px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	background-color:#0134A1;
	}

#Debug {
	position:relative;
	top:0px;
	left:0px;
	width:1000px;
	height:150px;
	margin:0 auto;
	overflow:scroll;
	border:2px solid #ccc;
	z-index:100;
	background-color:black;
	color:#fff;
	padding:3px;
	}

#Debug strong {
	display:block;
	float:left;
	font-weight:bold;
	width:250px;
	clear:left;
	}

#Debug div.debugLine {
	clear:both;
	height:20px;
	border-bottom:2px solid #222;
	overflow:hidden;
	}