body {
	background:url(../images/subBg.jpg) repeat-x center top;
	margin:0;
	padding:0;
	font-size:12px;
	font-family:dotum;
}

/** content **/
#content {
	width:970px;
	margin:0 auto;
	padding:15px 0 0 0;
}


/** column **/
.columnLeft {
	width:180px;
	padding:0 0 0 3px;
	float:left;
}

.columnRight {
	background:url(../images/subContentBg.jpg) no-repeat;
	width:777px;
	float:right;
	min-height:512px;
	height:auto !important;
	_height:512px;
}

.subContent {
	padding:15px 15px;
}

/** bread crumb **/
.bread-crumb {
	padding:10px 0 0 10px;
}

.bread-crumb ul {
	margin:0;
	padding:0;
	list-style:none;
}

.bread-crumb ul li {
	background:url(../images/breadCrumbArrow.gif) no-repeat right top;
	float:left;
	height:30px;
	padding:0 20px 0 10px;
}

.bread-crumb ul li a {
	font-size:12px;
	color:#c4c4c4;
	text-decoration:none;
	line-height:30px;
}

.bread-crumb ul li a:hover {
	color:#fff;
}

.bread-crumb ul li.home a {
	background:url(../images/breadCrumbHome.gif) no-repeat left top;
	display:block;
	width:28px;
	height:30px;
}

.bread-crumb ul li.home a:hover {
	background-position:left bottom;
}

.bread-crumb ul li.home a span {
	display:none;
}

/** sub nav **/
.subNav {
	padding:20px 0 0 0;
}

.subNav h2 {
	font-size:19px;
	color:#37576d;
	border-bottom:1px solid #b2b2b2;
	padding:5px 0;
	font-family:dotum;
	margin:0 0 8px 0;
}

.subNav ul {
	list-style:none;
	margin:0 5px 0 0;
	padding:0;
}

.subNav ul li {
	text-align:right;
}

.subNav ul li a {
	font-size:12px;
	text-decoration:none;
	color:#606060;
	line-height:16px;
	padding:5px 8px 5px 0;
	display:block;
	_width:99%;
}

.subNav ul li a.on {
	font-weight:bold;
	color:#37576d;
	border:1px dashed #ccc;
	font-size:12px;
	background:url(../images/boxBg1.gif) repeat-x left bottom;
}

.subNav ul li a:hover {
	text-decoration:underline;
	color:#333;
}

.subNav ul li.on ul {
	border-bottom:1px dashed #ccc;
	border-left:1px dashed #ccc;
	border-right:1px dashed #ccc;
	background:#fff;
	margin:0;
}

.subNav ul li.on ul li a {
	font-weight:normal;
	color:#888;
	border:none;
	font-size:12px;
	padding:5px 12px 5px 0;
	background:url(../images/bullet1.gif) no-repeat right 9px;
}

.subNav ul li.on ul li a.on {
	font-weight:normal;
	color:#6d3611;
	text-decoration:underline;
	border:none;
}

.subNav ul li.on ul li {
	padding:0 15px 0 0;
}

