@charset "euc-kr";

table, th ,td {
	margin:0;
	padding:0;
	border-spacing:0;
	border:0;
	border-collapse:collapse;
	/*
	vertical-align:middle;
	*/
}
caption,legend {
	width:0;
	height:0;
	visibility:hidden;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
}
fieldset, abbr, acronym {border:0;}
address, caption, cite, code, dfn, em, var {font-style:normal;}
hr {display:none;}

a {
	color:#555;
	text-decoration:none;
	/*outline:none;*/
}
textarea, pre {overflow:auto;}
textarea {
	outline:none;
	color:#555;
	font-size:12px;
	font-family:Malgun Gothic,'¸¼Àº °íµñ',Helvetica,AppleGothic,dotum,'µ¸¿ò',sans-serif;
}
label {
	cursor:pointer;
	vertical-align:top;
}
input, select {
	border-radius:0;
	outline:none;
	font-family:Malgun Gothic,'¸¼Àº °íµñ',Helvetica,AppleGothic,dotum,'µ¸¿ò',sans-serif;
	color:#555;
}
select {
	outline:none;
	height:20px;
	vertical-align:top;
	color:#555;
}
button {
	cursor:pointer;
	background:none;
	border:none;
	vertical-align:top;
	outline:none;
	font-family:Malgun Gothic,'¸¼Àº °íµñ',Helvetica,AppleGothic,dotum,'µ¸¿ò',sans-serif;
	font-size:100%;
}
button span {
	position:relative;
	z-index:-1;
}
.hidden {
	overflow:hidden;
	position:absolute;
	top:-9999px;
	left:-9999px;
	visibility:hidden;
	width:0;
	height:0;
	margin:0;
	font-size:0;
	text-indent:-9999px;
	line-height:0;
	z-index:-9999;
}
input.radio {
	width:13px;
	height:13px;
	vertical-align:top;
}
input.text,
input.password,
input.edit {
	padding:0 5px;
	outline:none;
	font-size:12px;
}
input.checkbox {
	width:13px;
	height:13px;
	vertical-align:top;
}
input.image {
	vertical-align:top;
	border:none;
	cursor:pointer;
}
input.button {
	border:none;
	background:none;
	cursor:pointer;
}
input.submit {
	cursor:pointer;
	vertical-align:top;
	font-size:100%;
}
input.text.txtr {
	text-align:right;
}
.text-notover {
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section-small{
	overflow: hidden;
	margin: 10px 0;
}
.js-hide {
	display:none;
}