@charset "utf-8";

@font-face{
font-family: "NanumGothic";
src: url("../font/NanumGothic.eot"); /* IE9 Compat Modes */
src: url("../font/NanumGothic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("../font/NanumGothic.woff") format("woff"), /* Modern Browsers */
url("../font/NanumGothic.ttf")  format("truetype"), /* Safari, Android, iOS */
url("../font/NanumGothic.svg#svgMothnnaFont") format("svg"); /* Legacy iOS */
}
/* Font Setting */
.class{font-family:NanumGothic,'나눔고딕',ng,sans-serif} /* 폰트적용될 class */

/* reset */
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, address, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, select, textarea{margin:0; padding:0;}
hr{display:none;}
ul, ol, li{list-style:none;}
img, fieldset{border:none;}
h1, h2, h3, h4, h5, h6{font-size:100%;}
table{border-collapse:collapse;}
address, em, optgroup{font-style:normal;}
object{vertical-align:top;}
input, button, select{vertical-align:middle;}

button{border:0;width:auto;height:auto;vertical-align:middle;background-color:transparent;background-repeat:no-repeat;color:#555555;font-size:11px;font-family:'돋움','Dotum','AppleGothic',sans-serif;cursor:pointer}
.remove{position:absolute; left:-1000%; top:0; width:1px; height:1px; font-size:0; line-height:0; overflow:hidden;}

.blind{position:absolute; left:-5000px; width:0; height:0; font-size:0; line-height:0; overflow:hidden;}

/* font */
body{color:#666; font:small "돋움", Dotum, sans-serif;}
th, td, input, select, textarea{color:#666; font:100% "돋움", Dotum, sans-serif;}

/* linkStyle */
a{color:#666; text-decoration:none;}
a:hover, a:active, a:focus{text-decoration:underline;}

/* footer */
#footer{padding-bottom:20px; margin:10px auto 0; text-align:center; width:990px;}
#footer .copy, #footer .email{display:inline;}
#footer .copy{margin-right:11px;}

/* sublist */
.sublist {
	margin:0 auto;
	position:relative;
	width:990px;
	height:210px;
	padding-top:25px;
}
.sublist p {
	margin-bottom: 5px;
}
.sublist dl {
	list-style:none;
	float:left;	
	padding-left:40px;
	padding-right:0px;
}
.sublist dt {
	font-family: "나눔고딕", NanumGothic, "lucida grande", Tahoma, Verdana, Arial, Helvetica, sans-serif, "돋움", Dotum,;
	font-size: 11px;
	color: #000;
	line-height: 130%;
}
.sublist dd {
	font-family: "나눔고딕", NanumGothic, "lucida grande", Tahoma, Verdana, Arial, Helvetica, sans-serif, "돋움", Dotum,;
	font-size: 11px;
	color: #666;
	line-height: 100%;
}
.page_bar {
	margin:0 auto;
	position:relative;
	width:990px;
	height:30px;
	background-color:#eee;
}
.page_bt {
	margin:0 auto;
	position:relative;
	width:48px;
	height:11px;
	top: 8px
}
.page_bar p {	
	list-style:none;
	float:left;
	padding-right:5px;
}