/* ---------------------------------------------------------------------------------------------------------- 
01 Content Basic --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.xbreadcrumbs LI {
	border-right: none;
	background: url(../../../common/front/img/paging_arr.png) no-repeat;
	background-position: right 0px;
	padding-right: 30px;
	padding-left: 20px;
}
.xbreadcrumbs LI.current {  }
.xbreadcrumbs LI UL LI { background: none; }

.xbreadcrumbs LI A.home {
	padding-left: 0px;
	padding-top: 5px;
}

.contentsView .pagecont {
	float: left; width: 742px; z-index:500; margin-left: 0px; margin-top: 0px; 
}
.contentsView .pagecont Img {
	vertical-align: middle;
}
.contentsView .pagecont H3 {
	float: left; 
	width: 742px; 
	color: #333;
	font: 700 30px 'Nanum Gothic';
	letter-spacing: -1px;
	padding-bottom: 22px;
	border-bottom: 1px #bdbdbd solid;
}
.contentsView .pagecont H4 {
	float: left; 
	width: 742px; 
	padding-top: 7px;
	color: #333;
	font: 700 20px 'Nanum Gothic';
	letter-spacing: -1px;
	background:url(../../../common/front/img/h4_bck.gif) no-repeat left top;
}
.contentsView .pagecont H4.bcknone {
	float: left; 
	width: 742px; 
	padding-top: 0px;
	color: #333;
	font: 700 20px 'Nanum Gothic';
	letter-spacing: -1px;
	background:none;
}
.contentsView .pagecont H5 {
	float: left; 
	width: 742px; 
	color: #1874b3;
	font: 700 16px 'Nanum Gothic';
	letter-spacing: 0px;
	padding-left: 12px;
	background:url(../../../common/front/img/con_arrow_blue.png) no-repeat 0px 5px;
}
.contentsView .pagecont ul li {
	float: left;
	width: 742px;
}
.contentsView .pagecont li.contdata {
	float: left; 
	width: 742px;
	overflow: hidden;
}
.contentsView .pagecont li.contdata span {
	float: left; 
	width: 742px;
	display: inline-block;
}
.contentsView .pagecont li.contdata span p {
	float: left; 
	width: 724px;
	padding-left: 18px;
	background:url(../../../common/front/img/dot_blue.gif) no-repeat 6px 9px;
	color: #444;
	font:400 14px 'Nanum Gothic';
	letter-spacing: 0px;	
	line-height: 24px;
}
.pbcknone {
	background: none !important;
}

