@charset "utf-8";

/** 뉴스강의 **/
.lecture_title{
	float:left;
	margin-left:32px;
}
.lecture_top_buttons{
	display:block;
	float:right;
}
.lecture_container{
	position:relative;
	width:761px;
	float:right;
	border:1px #D6D6D6 solid;
	margin-top:8px;
}
.lecture_title{
	background:url('/images/common/icon_news_headset.png') no-repeat right center; 
	padding-right:25px;
	font-weight:bold;
}
#lecture_left_side_menu{
	position:absolute;
	top:-1px;
	right:761px;
}
#lecture_left_side_menu li{
	position:relative;
	width:60px;
	height:80px;
	color:#BEC6C9;
	background-color:#778995;
	margin-bottom:1px;
	margin-left:19px;
	font-size:15px;
	font-weight:bold;
	line-height:150%;
	vertical-align:middle;
}
#lecture_left_side_menu li.on{
	background-color:#E91C23;
	color:#ffffff;
	width:80px;
	margin-left:0px;
}
#lecture_left_side_menu li.on span.img{
	position:absolute;
	top:0;
	right:-12px;
	width:12px;
	height:80px;
	background:transparent url('/images/common/icon_news_arr.png') no-repeat right center;
}
#lecture_left_side_menu li span.year_txt{
	font-size:10px;
}
#lecture_left_side_menu li span.month_txt{
	font-size:30px;
}
#lecture_left_side_menu li span.month_han{
	float:right;
	font-size:11px;
	padding-right:10px;
}
#lecture_left_side_menu li span.txt_all{
	font-size:12px;
}
.lecture_info_tbl{
	margin-top:19px;
}
.lecture_info_tbl td.lecture_img{
	position:relative;
	width:319px;
	height:241px;
}
.lecture_info_tbl td.lecture_img img{
	position:absolute;
	left:0px;
	top:0px;
	border:1px #cccccc solid;
}
.lecture_info_title{
	border-bottom: 2px #222222 solid;
}
.lecture_info_title div{
	float:left;
}
.lecture_info_title div.rest{
	width:252px;
	height:35px;
	line-height:35px;
	color:#000000;
	font-weight:bold;
	text-align:right;
}
.lecture_info_title div.black{
	width:122px;
	height:35px;
	line-height:35px;
	color:#ffffff;
	background: url('/images/common/icon_news_triangle.gif') #222222 no-repeat top right;
	font-weight:bold;
	letter-spacing: -2px;
	text-align: left;
	padding-left:10px;
}
.lecture_info_1{
	background-color:#ECECEC;
}
.lecture_info_1 ul{
	margin-left:6px;
	width:380px;
	height:42px;
	border-bottom:1px #cccccc dotted;
}
.lecture_info_1 ul li{
	float:left;
	height:42px;
	line-height:42px;
	background: transparent url('/images/common/icon_news_arr_min.png') no-repeat 10px center;
	width:50%;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
.lecture_info_1 ul li.per6{
	width:60%;
}
.lecture_info_1 ul li.per4{
	width:40%;
}
.lecture_info_1 ul li span{
	margin-left:20px;
}
.lecture_info_2{
	background-color:#D8D8D8;
}
.lecture_info_2 ul{
	margin-left:6px;
	width:330px;
	height:42px;
}
.lecture_info_2 ul li{
	float:left;
	height:42px;
	line-height:42px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	width:50%;
}
/** 강좌리스트 **/
#lecture_cnt_list_area{
	margin:20px 0;
	display:none;
}
#lecture_tbl{
	border-top-width:0;
	width:722px;
	margin-left:20px;
}
#lecture_tbl th{
	font-size:12px;
	height:26px;
	border-bottom:1px #cccccc solid;
	border-left:1px #cccccc solid;
}
#lecture_tbl th:first-child{
	border-left-width:0;
}

#lecture_tbl th.th1{
	border-top:2px #D72B37 solid;
}
#lecture_tbl th.th2{
	border-top:2px #5C9425 solid;
}
#lecture_tbl th.th3{
	border-top:2px #878787 solid;
}
#lecture_tbl th.th4{
	border-top:2px #157CBF solid;
}
#lecture_tbl th.th5{
	border-top:2px #67449E solid;
}
#lecture_tbl th.th6{
	border-top:2px #27989C solid;
}
#lecture_tbl td{
	height:42px;
	border-bottom:1px #cccccc dotted;
	font-size:12px;
}
#lecture_tbl td.left{
	text-align:justify;
}
/** 강좌안내 레이어 **/
#layer_lec_tomonth{
	position:absolute; display:none; width:680px; top:-40px; left:50%; margin-top:0px; margin-left:-340px; z-index:2051;
}
.ellipsis {
	width: 650px;
	height: 680px;
	overflow: scroll;
	text-align:left;
}