@import url("design.css?v=250228");



@font-face {
 font-family:'Malgun Gothic';
 font-family:'NanumGothic';
 src: url('/font/NanumGothic.eot');
 src: url('/font/NanumGothic.eot?#iefix') format('embedded-opentype'),
 url('/font/NanumGothic.woff') format('woff'),
 url('/font/NanumGothic.ttf') format('truetype');
}

html, body {
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	font-family:"Malgun Gothic", "NanumGothic";
	/* font-size:9pt; */
	/* line-height:140%; */
	color: #333;
}

html {
	height:100%;
	overflow-y:scroll;
	/* scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #bec2c3;
	scrollbar-highlight-color: #bec2c3;
	scrollbar-3dlight-color: #e7e9eb;
	scrollbar-darkshadow-color: #e7e9eb;
	scrollbar-track-color: #e8eaeb;
	scrollbar-arrow-color: #ccc; */
}

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, form, fieldset, p, blockquote, em, p {
	margin:0;
	padding:0;
}
fieldset {
	border:0 none;
}

a:link {
	COLOR: #333;
	text-decoration: none
}
a:visited {
	COLOR: #333;
	text-decoration: none
}
a:active {
	COLOR: #333;
	text-decoration: none
}
a:hover {
	COLOR: #333;
	text-decoration:none;
}

img, fieldset {
	border:0 none;
}

/* h2, h3, */ h4, h5, h6 {
	display:none;
}

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

table {
	border-collapse:collapse;
}

td, th, table, body, textarea, select, input, dt, dd {
	font-size: 12px;
	font-family:'Malgun Gothic', NanumGothic, dotum, verdana;
}
input, textarea {
	color:#777;
	border:1px solid #ccc;
	background:#fbfafa;
	color:#000;
}