/*
 * default definition
 */
body {
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	line-height: 1.5em;
	font-family: dotum, sans-serif;
	color: #666;
	background-color: #fff;
}
form {
	margin: 0;
	padding: 0;
}
hr {
	display: none;
}
p, div, th, td, select, input {
	color: #666;
}
a:link, a:visited {
	color: #666;
	text-decoration: none;
}
a:active, a:hover {
	color: #666;
	text-decoration: underline;
}
img {
	border: 0 none;
	vertical-align: middle;
}
input.text,
input.type-text,
textarea {
	border: 1px solid #C2C2C2;
	background-color: #fff;
}
input.type-text:hover,
input.type-text:focus,
textarea:hover,
textarea:focus,
select:hover,
select:active {
	background-color: #fff;
}
input, select, textarea {
	vertical-align: middle;
	font-size: 1em;
	color: #8D8D8D;
}
select {
	font-size: 0.916em;
	font-family: dotum;
}
#accessibility-menu {
	display: none;
}
table {
	border-collapse: collapse;
}
input.type-checkbox {
	width: 1em;
	height: 1em;
	margin: 0 0 2px;
	vertical-align: middle;
}



/* share */
ul.list {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.list li {
	padding-left: 0.583em;
	line-height: 1.333em;
	background: url(/images/share/sub_icon01.gif) no-repeat 1px 7px;
}
