@charset "euc-kr";


/* ±âº» */
* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	color: #666666;
	font-size: 12px;
	font-family: "µ¸¿ò",dotum, sans-serif;
}
a:link,
a:visited,
a:active {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
}
select, input, img {
	vertical-align: middle;
}
select {
	font-family: "µ¸¿ò",dotum, sans-serif;
}
img {
	border: none;
}
em {
	font-style: normal;
}

/* À¥ ½½¶óÀÌ½º */
.entry-title, .entry-content, .sliceContents {
	display: none;
}

/* ie6 °¡·Î½ºÅ©·Ñ ¹®Á¦ ÇØ°á */
html { overflow: scroll; overflow-x: auto; }

a { cursor:pointer; }


/*  ¸µÅ©Á¡¼± ¾ø¾Ö±â */
a {selector-dummy:expression(this.hideFocus=true);}