@charset 'utf-8';

/* Reset */
body, h1, h2, h3, h4, h5, h6,
div, p, 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{
	list-style:none;
}
table {
	width:100%;
	margin:0;
	padding:0;
	border-spacing:0;
	border:0;
	_border-collapse:collapse;
}
*+html table {border-collapse:collapse;}
img, fieldset, abbr, acronym {
	border:0;
}
address, caption, cite, code, dfn, em, var {
	font-style:normal;
	font-weight:normal;
}
q:before, q:after {
	content: '';
}
input, select, button, textarea {
	padding:0;
	color:#767676;
	font-size:100%;
	font-family:'dotum';
}

/* Base */
body {
	color:#767676;
	font:12px/18px Arial,'dotum',sans-serif;
}
hr {display:none}
caption, legend, #skipNavi{
	*position:absolute;
	top:0;
	left:0;
	width:0;
	height:0;
	line-height:0;
	overflow:hidden;
	visibility:hidden;
	font-size:0;
}
a {
	color:#767676;
	text-decoration:none;
}
a:focus, a:hover, a:active {
	color:#767676;
	text-decoration:none;
}
input.text,
input.password {
	padding:2px 0;
	border:1px solid #a5baef;
	margin:0;
}
input.text {
	padding-left:5px;
}
textarea {
	padding:3px;
	border:1px solid #a5baef;
}
label,
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;
	width:0px;
	height:0px;
	line-height:0px;
}
