@charset "utf-8";
/* 기본요소 정의 / DTD XHTML 1.0 */

/* base */
html {
	width:100%;
	height:100%;
	overflow-y:auto;
	}

body {
	font:0.75em/130% "맑은 고딕","Malgun Gothic", "나눔고딕", "NanumGothic", "ng", "dotum", "돋움";
	color:#666;
	background-color:#fff;
	width:100%;
	height:100%;
	}

body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, fieldset, input, table, tr, th, td {
	margin:0;
	padding:0;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-size:100%;
	}

ul, ol, li {
	list-style:none;
	}

fieldset, img {
	border:none;
	vertical-align:middle;
	}

table, img, fieldset {
	border-width:0;
	}

/* a-style */
a, a:link {
	color:#666;
	text-decoration:none;
	cursor:pointer;
	}

a:visited {
	color:#666;
	text-decoration:none;
	}

a:hover {
	color:#000;
	text-decoration:none;
	}

a:focus {
	color:#000;
	text-decoration:none;
	outline:none;
	}


a:active {
	color:#76a82f;
	text-decoration:none;
	}

/* 테이블 - 마크업에 'cellspacing="0"' 지정  */
table {
	border-collapse: collapse;
	border-spacing:0;
	border:0 none;
	}

caption, th, td {
	text-align:center;
	font-weight: normal;
	border:0;
	}

/* */
.blind {
	position:absolute;
	line-height:0;
	width:0;
	height:0;
	visibility:hidden;
	font-size:0;
	overflow:hidden;
	top:0;
	left:0;
	}

LEGEND {
	position:absolute;
	line-height:0;
	width:0;
	height:0;
	visibility:hidden;
	font-size:0;
	overflow:hidden;
	top:0;
	left:0;
	}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}


/* 기본 CSS 정의 */
.aleft {
	text-align:left;
	}

.acenter {
	text-align:center;
	}

.aright {
	text-align:right;
	}

.h20 {
	display:block;
	height:20px;
	}

/* 블랭크영역(웹표준) */
.blankA {
	display:none;
	}