@charset 'euc-kr';
@font-face {font-family:Malgun Gothic; src:url(/Common/css/MalgunGothic.eot);}
@font-face {font-family:NanumGothicExtraBold; src:url(/Common/css/NanumGothicExtraBold.eot);}
@font-face {font-family:NanumGothic; src:url(/Common/css/NanumGothic.eot);}

body {
	margin:0 auto;
	padding:0 auto;
	font-family:Dotum,Malgun Gothic,NanumGothicExtraBold,NanumGothic,Tahoma,Arial,sans-serif,;
	font:12px dotum;
	color:#84837F;
	text-align:center;
	scrollbar-face-color: #F2F2F2;
	scrollbar-shadow-color: #999999;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #999999;
}

html, body, p,
h1, h2, h3, h4, h5, h6,
div, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td,
form, fieldset, legend,
hr {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
ul, ol {
	list-style:none;
}
table {
	margin:0;
	padding:0;
	border-spacing:0;
	border:0;
	_border-collapse:collapse;
}

*+html table {border-collapse:collapse;}
img, fieldset, abbr, acronym {
	border:0;
}
.textareaCustom
{
	MARGIN-TOP: 2px; MARGIN-BOTTOM: 2px;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #CCCCCC; 
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-face-color: #FFFFFF; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF;
	border:1px solid #d6d6d6;
	color:#555;
	font-size:12px;
	line-height:16px;
}
address, caption, cite, code, dfn, em, var {
	font-style:normal;
	font-weight:normal;
}	
q:before, q:after {
	content: '';
}
input, select, button, textarea {
	color:#666;
	font-size:100%;
	font-family:'dotum';
}

/* Base */
body {
	color:#000;
	font:12px Dotum, 'µ¸¿ò', sans-serif;
}
hr {display:none}
caption, legend, 
#skipNavi {
	width:0;
	height:0;
	line-height:0;
	overflow:hidden;
	visibility:hidden;
	font-size:0;
}
a {
	color:#000;
	text-decoration:none;
}
a:focus, a:hover, a:active {
	text-decoration:underline;
	color:#000;
}

input.text {
	padding:1px;
	border:1px solid #d6d6d6;
	color:#666;
	font-size:12px;
}
textarea.textarea {
	padding:1px;
	border:1px solid #d6d6d6;
	color:#555;
	font-size:12px;
	line-height:16px;
}
input.button, input.submit , input.image,
button {
	cursor:pointer;
}
textarea, pre {
	overflow:auto;
}
.clearfix:after  {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix   {display: block;}
/* End hide from IE-mac */

.cboth {
	clear:both;
}
.invisible {
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
}