/* Common CSS */


/* 폰트 */

/* 강의실 레이아웃 */

#wrap {

	width:900px;
	height:670px;
	position:relative;
}
/* 헤더 */
#header {
	width:100%;
	height:78px;
	position:relative;
	

}

#header h2 {
    display: inline-block;
    padding: 18px 0 0 40px;
	font-size:36px;
	font-weight:600;
	color:#0C4DA1;
}

#header .lec-name{
	padding-right:20px;
	background:url(../img/head_bg.png) right top no-repeat;
}

#header .lec-no{
	padding: 0 0 0 15px;
	font-size:16px;
	line-height:20px;
	display:inline-block;
	width:350px;
	vertical-align:bottom;
}
#header .down{
	position:absolute;
	top:15px;
	left:850px;
}
/* 내용 */
#contents {
	width:100%;
	height:700px;
	margin:0 auto;
	position:relative;
	background:url(../img/vod_bg.png) 0 0 repeat-x;
}


/* 푸터 */
#footer {

	width:100%;
	
}


/* vod 레이아웃 */
.vod-area{padding-top:35px;margin-left:40px}


