@charset "utf-8";

body,h1,h2,h3,h4,h5,hr,p,ul,ol,li,dl,dt,dd,table,caption,form,fieldset,legend,input,div,button {
	margin: 0;
	padding: 0;
}

img,fieldset {
	border: none;
}

ul li {
	list-style-type: none;
}

#acc,legend,caption,.txtHidden {
	font-size: 0;
	width: 0;
	height: 0;
	position: absolute;
	color: #fff;
	visibility: hidden;
}

body {
	font-size: 12px;
	color: #2c2c2c;
	font-family: "돋움", dotum, applegothic, sans-serif;
	line-height: 1.5;
}
/*  하이버링크속성		link,visited,hover,active	*/
a {
	text-decoration: none;
	color: #6e6e6e;
}

a:hover {
	text-decoration: none;
	color: #bbb;
}

table a {
	text-decoration: none;
	color: #206f9c;
}

table a:hover {
	text-decoration: none;
	color: #933b00;
}

.clear {
	clear: both;
	height: 0px;
}

.clear5 {
	clear: both;
	height: 5px;
}

.imgM {
	vertical-align: middle;
}