/* Sub Layout */
.page-body {
	padding:0 10px;
	clear:both;
}

.page-body > .page-title {
	margin-top:10px;
	margin-bottom:25px;
}

.page-sub-wrapper {
	position:relative;
}

.page-sub-wrapper > .page-sub-navigation {
	float:left;
	width:202px;
	text-align:right;
	height:100%;
	padding-right:8px;
	
}

.page-sub-wrapper > .page-sub-navigation .page-sub-title {
	color:#947C42;
	font-size:0.9em;
	font-family: 'Jeju Myeongjo', serif;
	font-weight:300;
}

.page-sub-wrapper > .page-sub-navigation .page-sub-title strong {
	display:block;
	color:#4e3227;
	font-family: 'Nanum Myeongj', sans;
	font-weight:100;
	font-size:2.1em;
	margin-bottom:3px;
}

.page-sub-wrapper > .page-sub-navigation > #navi-lnb {
	margin-top:25px;
	padding:0;
}

.page-sub-wrapper > .page-sub-navigation > #navi-lnb li {
	list-style:none;
	display:block;
	width:177px;
	height:30px;
	border-bottom:1px solid #e4e0de;
	padding:0;
	margin:0 0 0 auto;
}

.page-sub-wrapper > .page-sub-navigation > #navi-lnb li.selected {
	background:#4e3227;
	border-bottom:0;
}

.page-sub-wrapper > .page-sub-navigation > #navi-lnb li a {
	display:block;
	padding:0 3px;
	color:#5d5d5d;
	height:100%;
	line-height:30px;
	text-decoration:none;
	font-size:0.72em;
	font-weight:100;
	font-family: 'Jeju Gothic', sans;
}

.page-sub-wrapper > .page-sub-navigation > #navi-lnb li.selected a {
	color:#d1b786;
	font-size:0.75em;
}

.page-sub-wrapper > .page-sub-content {
	width:700px;
	margin-left:248px;
	overflow:hidden;
}

.page-sub-content {
	margin-bottom:40px;
	min-height:400px;
}

.page-sub-content p {
	font-family: 'Nanum Gothic', sans;
	font-size:0.75em;
	font-weight:300;
	color:#717171;
	line-height:2em;
}

.page-sub-content h1 {
	font-family: 'Jeju Myeongjo', serif;
	color:#4e3227;
	font-size:1.8em;
	font-weight:600;
	margin:0;
}

.page-sub-content h1 span {
    color:#947C42;
	font-size:0.5em;
	font-family: 'Jeju Myeongjo', serif;
	font-weight:300;
}

.page-sub-content h2 {
    color:#947C42;
	font-size:1.1em;
	font-family: 'Jeju Myeongjo', serif;
	font-weight:300;
}

.page-sub-content h4 {
    color:#947C42;
	font-size:0.9em;
	font-family: 'Jeju Gothic', serif;
	font-weight:300;
}

.page-sub-content .float-right {
	float:right;
	margin-left:80px;
}

.page-sub-content .content-gallery {
	margin-top:10px;
}

.page-sub-content .content-gallery-thumbnails {
	margin-bottom:30px;
}

.page-sub-content .clear-both {
	clear:both;
}