@charset 'utf-8';

/* Reset */
html, 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, 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;
}
address, caption, cite, code, dfn, em, var {
	font-style:normal;
	font-weight:normal;
}
q:before, q:after {
	content: '';
}
input, select, button, textarea {
	color:#757575;
	font-size:100%;
	font-family:'dotum';
}

/* Base */
body {
	color:#555555;
	background:url(/wp/img/common_2010/tbg.gif) repeat-x 0 0;
	font:12px/18px Dotum, '돋움', sans-serif;
}
hr {display:none}
caption, legend {
	width:0;
	height:0;
	line-height:0;
	overflow:hidden;
	visibility:hidden;
	font-size:0;
}

#skipNavi {
/*	width:0;
	height:0;
	line-height:0;
	overflow:hidden;
	visibility:hidden;
	font-size:0;
*/
	position: absolute;
	left:0px;
	top:0px;
}

ul#skipNaviS {position:relative;left:0px;height:40px;}
div#skipNavi h2 {visibility:hidden;height:0px;}
ul#skipNaviS li{float:left;}
ul#skipNaviS a {width:110px;position:absolute;top:-50px;height:1px;width:1px;margin-bottom:-1px;overflow:hidden;text-align:center;color:#fff;white-space:nowrap;} 
ul#skipNaviS a:focus,
ul#skipNaviS a:active {position:absolute;top:0px;height:auto; width:110px;padding:5px; margin-bottom:10px;font-weight:bold;border:solid 1px #87b600;color:#000;} 


a {
	color:#555555;
	text-decoration:none;
}
a:focus, a:hover, a:active {
	text-decoration:underline;
	color:#666666;
}

input.text {
	border:1px solid #aaa;
}
textarea.textarea {
	border:1px solid #aaa;
}
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;
	position:absolute;
	width:0;
	height:0;
	font-size:0;
	line-height:0
}
