@charset "utf-8";

#_JW_schdulmanage_basic._fnctWrap ._tab._normal ul li a.active {
	background-color: #c00c0c;
	border-color: #c00c0c;
	color: #FFF;
	font-weight: 600;
}
#_JW_schdulmanage_basic._fnctWrap .no_result {
	text-align: center;
}
#_JW_schdulmanage_basic .search {
	border: 1px solid #ccc;
	margin-bottom: 1em;
	padding: 1em;
	text-align: center;
}
#_JW_schdulmanage_basic .search p {
	display: inline-block;
	color: #666;
	margin-right: 10px;
}
#_JW_schdulmanage_basic .search a.png {
	background: url("../images/wizBtn_direction.png") 0 0 no-repeat;
	width: 11px;
	height: 16px;
	text-indent: -5000px;
	display: inline-block;
	vertical-align: middle;
}
#_JW_schdulmanage_basic .search a.png.DirectionRight {
	background-position: right top;
}
#_JW_schdulmanage_basic .search strong {
	font-size: 1.4em;
	font-weight: 600;
	color: #333;
	font-family: 'Nanum Gothic',nanumgothic;
	margin: 0 10px;
	vertical-align: middle;
}
#_JW_schdulmanage_basic .search p.moveYear input {
	border: 0;
	text-align: center;
	font-size: 1.4em;
	font-weight: 600;
	color: #333;
	font-family: 'Nanum Gothic',nanumgothic;
	padding: 0 5px;
}
#_JW_schdulmanage_basic .search .searchSelect label {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -5000px;
}
#_JW_schdulmanage_basic .search .searchSelect select {
	border: 1px solid #ccc;
	line-height: 24px;
	height: 24px;
}
#_JW_schdulmanage_basic .search span.button.searchBtn {
	display: inline-block;
	vertical-align: top;
}
#_JW_schdulmanage_basic .search span.button.searchBtn a,
#_JW_schdulmanage_basic .search span.button.searchBtn input {
	background-color: #2a6bbf;
	border: 0;
	color: #FFF;
	font-weight: 600;
	padding: 0 15px;
	height: 24px;
	line-height: 24px;
}
#_JW_schdulmanage_basic ._fnTable th.sun,
#_JW_schdulmanage_basic ._fnTable td.sun,
#_JW_schdulmanage_basic ._fnTable td.sun a {
	color: red;
}
#_JW_schdulmanage_basic ._fnTable th.sat,
#_JW_schdulmanage_basic ._fnTable td.sat,
#_JW_schdulmanage_basic ._fnTable td.sat a {
	color: blue;
}
#_JW_schdulmanage_basic ._fnTable td {
	position: relative;
	height: 50px;
}

#_JW_schdulmanage_basic ._fnTable td > a {
	position: absolute;
	top: 5px;
	left: 8px;
}
#_JW_schdulmanage_basic ._fnTable td.today > a {
	border: 2px solid #c0e0ef;
	background-color: #e8f4fb;
	padding: 2px 5px;
	left: 6px;
	color: #222;
	font-weight: 600;
	line-height: 1.3;
}
#_JW_schdulmanage_basic ._fnTable td ul {
	margin: 25px 7px 0 7px;
	text-align: left;
	line-height: 1.3;
	font-size: 0.9em;
}
#_JW_schdulmanage_basic .listDay {
	
}
#_JW_schdulmanage_basic .listDay li {
	border-bottom: 1px dotted #ccc;
	position: relative;
	padding: 15px 0;
}
#_JW_schdulmanage_basic .listDay li:last-child {
	border-bottom: 0;
}
#_JW_schdulmanage_basic .listDay li dl {
	overflow: hidden;
	position: relative;
	padding-left: 120px;
}
#_JW_schdulmanage_basic .listDay li dl dt {
	position: absolute;
	top: -2px;
	left: 5px;
}
#_JW_schdulmanage_basic .yearSchdul li dl {
	padding-left: 150px;
}
#_JW_schdulmanage_basic .yearSchdul li dl dt {
	top:inherit;
}
#_JW_schdulmanage_basic .listDay li dl dt span.sun {
	color: red;
	font-family: 'Nanum Gothic',nanumgothic;
}
#_JW_schdulmanage_basic .listDay li dl dt span.sat {
	color: blue;
	font-family: 'Nanum Gothic',nanumgothic;
}
#_JW_schdulmanage_basic .listDay li dl dt span strong {
	font-size: 1.24em;
	vertical-align: middle;
}
#_JW_schdulmanage_basic .listDay li dl dd,
#_JW_schdulmanage_basic .listDay li dl dd a {
	color: #444;
}

/************************************************************************* board 학사일정 **/
.schedule_list {
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 999;
}
#schedule_wrap {
	border-top: 2px solid #353e4d;
}
#schedule_wrap ul {
	display: none;
}
#schedule_wrap ul.on {
	display: block;
}
#schedule_wrap ul li {
	border-bottom: 1px solid #cfcfd1;
}
#schedule_wrap ul li dl {
	position: relative;
	display: table;
	width: 100%;
}
#schedule_wrap ul li dl dt {
	font-size: 50px;
	color: #595959;
	font-weight: bold;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 150px;
}
#schedule_wrap ul li dl dt span {
	display: block;
	font-size: 24px;
	color: #b3b3b3;
	margin-top: -18px;
}
#schedule_wrap ul li dl dd {
	border-bottom: 1px solid #cfcfd1;
	padding: 10px;
	font-size: 14px;
}
#schedule_wrap ul li dl dd:last-child {
	border-bottom: 0;
}
#schedule_wrap ul li dl dd .month,
#schedule_wrap ul li dl dd .contents_text {
	display: table-cell;
	vertical-align: middle;
	height: 40px;
}
#schedule_wrap ul li dl dd .month {
	width: 200px;
	padding-right: 20px;
	background: url("../../images/sub/board_bar.gif") right center no-repeat;
}
#schedule_wrap ul li dl dd .contents_text {
	padding-left: 20px;
}


/************************
	레이어 뷰
*************************/
#layer_planner {display:none; position:absolute; width:500px; padding:20px; background:#fff; border:3px solid #c00c0c;}
#layer_planner h1 {height:25px; color:#4f4f4f; padding: 10px 18px; background:url('../images/dot1.gif') no-repeat 0 20px; font-size:100%;}
#layer_planner .btn_close {position:absolute; top:17px; right:17px; }
.btn_close {width:20px; height:20px; cursor:pointer;  border:none;  background:url(../images/btn_close.gif) no-repeat 50% 50%;}
.haze {position: absolute;left: 0;top: 0;width: 0;height: 0;font-size: 0;visibility: hidden;}
#layer_planner .txtArea {padding:3px; font-size:11px; line-height:1.3; border:1px solid #d5d5d5;}	

#layer_planner table {width:100%; border-top:2px #c00c0c solid; }
#layer_planner table thead th{padding:12px 0 8px 0; background:#ededed; border-bottom:1px #dcdcdc solid; border-right:1px #dcdcdc solid; color:#666; line-height:17px;}
#layer_planner table tbody th{padding:12px 0 8px 0; background:#f9f9f9; border-bottom:1px #dcdcdc solid; border-right:1px #dcdcdc solid; color:#666; line-height:17px;}
#layer_planner table td{padding:4px 8px; border-bottom:1px #dcdcdc solid; border-right:1px #dcdcdc solid; color:#4f4f4f; line-height:17px; text-align:left;}
#layer_planner table .end{border-right:none;}

#layer_planner table.attchList {width:100%; margin:0 auto; border-top:1px solid #dcdcdc; border-left:1px solid #dcdcdc; }
#layer_planner table.attchList th {padding:4px 0 3px;  font-size:11px; text-align:center; color:#8d8d8d; background:#eeeeee; border-right:1px solid #dcdcdc;  border-bottom:1px solid #dcdcdc; }
#layer_planner table.attchList td {padding:4px 5px 3px 5px;  text-align:center; font-size:11px; color:#4f4f4f; border-right:1px solid #dcdcdc;  border-bottom:1px solid #dcdcdc;}
#layer_planner table.attchList td.file {text-align:left;}
#layer_planner table.attchList td input {vertical-align:top;}

@media screen and (max-width:640px) {
	#schedule_wrap ul li dl dt {
		display: block;
		border-bottom: 1px solid #cfcfd1;
		text-align: center;
		width: 100%;
		padding: 20px 0;
	}
	#schedule_wrap ul li dl dd .month {
		width: 80px;
	}
}

#schedule_wrap .li_sel_month{ 
	background: #f3f3f3;
}
#schedule_wrap .sel_month{ 
	color: #c00c0c;
}
#schedule_wrap .span_sel_month {
	display: block;
	font-size: 24px;
	color: #c00c0c;
	margin-top: -18px;
}