body,div,ul,li,dl,dd,dt,ol,p,h1,h2,h3,h4,h5,h6,form {
	margin: 0px;
	padding: 0px;
	font-family:"Kopub Dotum", "돋움",sans-serif;
	font-size: 14px;
}
body{
	font-family:"Kopub Dotum", "돋움",sans-serif;
	font-size: 14px;
	line-height:16pt;
	color: #555;
	background-image: url(/img/sub_bg.jpg);
	background-repeat:repeat-x;
}
ul,ol,li{
	list-style: none;
}
img {
	border: 0px;
	vertical-align: text-bottom;
}
ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #555;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
hr{
	color: #cdcdcd;
	width: 740px;
	height: 1px;
}
/* 전체 laye out 속성 */
#wrap {
	margin: 0 auto;
	width: 100%;
}
#header {
	margin: 0 auto;
	width: 935px;
	height: 150px;
	vertical-align: top;
	background-image: url(../img/sub_bg_img.png);
	background-repeat: no-repeat;
}
#page {
	margin: 0 auto;
	width: 935px;
	min-height: 550px; /* 본문 높이 최소 규정 */
	vertical-align: top;
}
#local {
	float: left;
	width: 195px;
	vertical-align: top;
}
#contents {
	float: left;
	width: 350px;
	vertical-align: top;
}
#footer{
	/*float: left;*/
	margin: 0 auto;
	width: 100%;
	height: 73px;
	clear:both;
	border-top-color: #dedede;
	border-top-style: solid;
	border-top-width: 1px;
}
#footer1{
	margin: 0 auto;
	width: 1000px;
	height: 73px;
	clear:both;
}
/* 여백속성 */
#blank10 {
	float: left;
	width: 10px;
}
#blank20 {
	float: left;
	width: 20px;
}
#menu_right_space {
	float: left;
	width: 14px;
}

/* local 속성 */
#local_center {
	float: left;
	width: 171px;
	vertical-align: top;
}
#local.ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
#local.li {
	margin: 0px;
	padding: 0px;
	list-style:none;
}

/* 퀵 레이어 */
#quick {
	margin: 0 auto;
	width: 100%;
}
#subquick {
	overflow: visible;
	visibility: visible;
	position:fixed; 
	bottom: 0px;
	right: 0px; 
	width:8px; 
	height:36px; 
	padding: 3px;
}

.table.td{
	height:10px;
}

/* 텍스트 속성 */
.bold {
	font-family:"Kopub Dotum", "돋움",sans-serif;
	 
	 
	font-weight: bold;
}
.normal {
	font-family:"Kopub Dotum", "돋움",sans-serif;
	 
	 
}

.sub_title {
	font-family:"Kopub Dotum", "돋움",sans-serif;
	font-size: 13px;
	line-height: 12px;
}
.sub_title_bold {
	font-family: "Kopub Dotum", "돋움",sans-serif;
	font-size: 13px;
	line-height: 12px;
	font-weight: bold;
}
.table_title {
	font-family: "Kopub Dotum", "돋움",sans-serif;
	color: #084299;
	font-weight: bold;
	font-size: 13px;
	line-height: 16pt;
}


/* 테이블 속성 */
.tb_dot {
	border-bottom-color: #cdcdcd;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

/* 리스트 속성 */
.li_line{
	list-style: none;
	list-style-image:url(../img/bullet/line.gif);
	margin: 5px;
	padding: 0px;
}
.li_arrow{
	list-style: none;
	list-style-image:url(../img/bullet/arrow.gif);
	margin: 5px;
	padding: 0px;
}
.li_circle{
	list-style: none;
	list-style-image:url(../img/bullet/circle_blue.svg);
	margin: 5px;
	padding: 0px;
}
.li_nemo{
	list-style: none;
	list-style-image:url(../img/bullet/nemo.gif);
	margin-left: 5px;
	padding: 0px;
}
.li_gray_dot{
	list-style: none;
	list-style-image:url(../img/bullet/gray_dot.svg);
	margin-left: 5px;
	padding: 0px;
}
.li_orangecircle{
	list-style: none;
	list-style-image:url(../img/bullet/circle_orange.gif);
	margin-left: 5px;
	padding: 0px;
}
