﻿

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	
	font-family: "맑은 고딕", "Bookman Old Style", "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	color: #555;
}

hr {
	display: none;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	margin: 0;
	padding: 0;
}

a {
  color: #9e4444;
  text-decoration: none;
}

a:hover {
	font-weight: bold;
}

h1,h2 {
	margin: 0;
	padding: 0;
}

p {
	font-family: "Gulim", "굴림";
	text-indent: 4px;
	line-height: 20px;
}


/**** head *********************************/

#head-wrapper {
	background: #a3987b;
	border-bottom: 10px solid #d0bf92;
	
}

#head {
	position: relative;
	padding: 0;
	width: 100%;
	height: 96px;
	background: url(../images/head_bgImg.gif) repeat-x 0 0;
	
}

#head h1{
	float: left;
	margin: 0;
	padding: 0;
	top: 0;
}

#head div {
	float: left;
}



#navigation {
	position: absolute;
	right: 10px;
	bottom: 5px;
}

#navigation a {
	
}

#navigation ul {
	
}

#navigation ul li {
	float: left;
	padding: 0 10px 0 0;
	font-weight: bold;
}

#navigation ul li a {
	margin: 0 3px 0 3px;
	font-size: 12px;
	font-family: "맑은 고딕", "Bookman Old Style", "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000;
}


/**** sub *********************************/
#sub a {
	font-weight: normal;
	text-decoration: underline;
}
#sub a:hover,
#sub a:visited:hover {
  color: #9e4444;
  text-decoration: underline;
}

#sub-wrapper {
	position: absolute;
	width: 215px;
	height: 100%;
	background: url(../images/sub_right.gif) repeat-y 0 0;
	min-height: 500px;
	
}

#sub {
	position: relative;
	background: url(../images/sub_top.gif) no-repeat 0 0;
	
}

#sub ul {
	text-align: right;
	padding:40px 10px 0 0;
}

#sub ul li {
	
	font-family: "Bookman Old Style", "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-top: 12px;
	
}

#sub-menu {
	height: 180px;
	/* background: url(../images/sub_horizontal_dot.gif) no-repeat 0 bottom; */
}

#sub-menu h2 {
	position: absolute;
	left: 18px;
	top: 185px;
	font-size: 12px;
	font-weight: bold;
	color: #555;
	display: none;
}

#sub-book {
	position: absolute;
	left: 15px;
	top: 35px;
	padding: 0 15px 15px 0;
	background: url(../images/sub_book.gif) no-repeat 0 0;
	
}

#sub-book img {
	width: 93px;
	height: 118px;
}

#sub-menu-wrapper {
	padding: 0;
}

#sub-menu-wrapper ul {
	padding-top: 30px;
	
}
/**** body *********************************/

#body-wrapper {
	padding-bottom: 30px;
	padding-left: 215px;
	background: url(../images/sub_right.gif) repeat-y 0 0;
	min-height: 500px;
}

#body {
	position: relative;
	background: url(../images/body_top.gif) repeat-x 0 0;
	
}





/**** foot *********************************/

#foot {
	margin: 0;
	padding: 0;
}

#foot p {

	margin: 0;
	padding: 0;
	line-height: 20px;
}

#foot p.foot_copyright {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	font-family: "Bookman Old Style", "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	color: #000;
}

#foot p.foot_summary {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
	right: 10px;
	font-family: Dotum, 돋움;
	font-size: 11px;
	color: #000;
}
