@charset "utf-8";

#content {
	position:relative;
	width:1200px;
	margin:0 auto;
	}

.visual {
	position:relative;
	width:100%;
	height:328px;
	margin-bottom:40px;
	}

.visual li {
	position:relative;
	width:100%;
	height:100%;
	text-indent:-99999px;
	}

.visual li.visimg1 {
	background:url('/images/sub/subVisual.jpg') no-repeat center;
	}

#leftSide {
	position:relative;
	float:left;
	width:190px;
	margin-right:50px;
	}

	h2.lnbTitle {
		font-weight:normal;
		font-size:20px;
		color:#151515;
		margin-bottom:15px;
	}

	.lnb {
		border-top:1px solid #C9C9C9;
		padding-top:12px;
	}

	.lnb li {
		width:100%;
		height:33px;
	}

	.lnb li.active a, .lnb li a:hover  {
		color:#fff;
		background:#53B799;
	}

	.lnb li a {
		font-size:15px;
		color:#131313;
		text-indent:5px;
		display:inline-block;
		padding-top:8px;
		width:100%;
		height:25px;
	}

#rightSide {
	position:relative;
	float:left;
	width:960px;
	height:100%;
	}

	h2.subTitle {
		font-weight:normal;
		font-size:30px;
		color:#232323;
		margin-bottom:7px;
	}

	h3.subDesc {
		font-weight:normal;
		font-size:19px;
		color:#828282;
		margin-bottom:40px;
	}
		
#contentView {
	position:relative;
	width:100%;
	margin-bottom:175px;
	}
	.cont li  {		
		margin-bottom:15px;
		
	}
	.cont li.Titlebg  {
		background:#f5f5f5;
		font-weight:normal;
		font-size:16px;
		text-align:center;
		color:#331d1d;
		text-indent:5px;
		display:inline-block;
		padding-top:15px;
		width:100%;
		height:30px;
		margin-bottom:25px;
		border: 1px dashed #999999;


	}