@CHARSET "UTF-8";
.nav-list-lnb dl{
	border-bottom:1px dashed #bababa !important;
}
.nav-list-lnb dl:LAST-CHILD{
	border-bottom: none !important;
}
.nav-list-lnb dl div{
	border:1px solid #fff;
}
#calendar h2{
	display: inline-block !important;
	font-size:23px;
	color: #454646;
	padding-top:2px;
	margin:0 10px;
}
#calendar .fc-prev-button{
	border:none !important;
	border-radius:0 !important;
	vertical-align: top !important;
	padding: 0 !important;
	background: url(/images/hgw/schedule_icons.png) 0 -81px no-repeat;
	width: 25px;height: 25px;
	overflow: hidden;
	position: relative;
	font-size: 0;
	top: 10px;
}
#calendar .fc-prev-button:hover, #calendar .fc-prev-button:focus{background-position:0 -108px; box-shadow:none;}
#calendar .fc-next-button{
	border:none !important;
	border-radius:0 !important;
	vertical-align: top !important;
	padding: 0 !important;
	background: url(/images/hgw/schedule_icons.png) -27px -81px no-repeat;
	width: 25px;height: 25px;
	overflow: hidden;
	position: relative;
	font-size: 0;
	top: 10px;
}
#calendar .fc-next-button:hover, #calendar .fc-next-button:focus{background-position:-27px -108px; box-shadow:none;}
/*#calendar .fc-today-button{
	border:none !important;
	border-radius:0 !important;
	vertical-align: top !important;
	padding: 0 !important;
	background: url(/images/hgw/schedule_icons.png)-40px -14px no-repeat;
	width: 34px;height: 19px;
	overflow: hidden;
	position: relative;
	font-size: 0;
	top: 10px;
	left: 4px;
}*/


#calendar .fc-today-button{ border-radius:3px; color:#fff; opacity:1; font-size:13px; margin-top:9px; font-family: 'nanumB' !important; padding:0 12px; box-sizing:border-box; background:#1f987d; border:0; border-bottom:2px solid #197a64; text-shadow:none; }
#calendar .fc-today-button:hover{ background:#197a64;}
	
#calendar .fc-month-button{
	box-shadow:none !important;
	
}
#calendar .fc-agendaWeek-button{
	margin:0 0 0 4px;
}
#calendar .fc-agendaDay-button{
	margin:0 0 0 4px;
}
#calendar .fc-month-button.fc-state-active,
#calendar .fc-agendaWeek-button.fc-state-active,
#calendar .fc-agendaDay-button.fc-state-active{
	background-color: #fd8560 !important;
	color: #fff !important;
}
#calendar .fc-button-group .fc-button{
	box-shadow:none !important;
	border-radius:3px !important;
	background-image: none !important;
	width:65px;
	height:30px;
	font-size:13px;
	font-family:"nanumB";
	margin-top:6px;
}
#calendar .fc-button-group .fc-state-default {
	color: #fff ;
	background-color: #d6d6d6;
	text-shadow:none !important;
	border:0;
}
.fc-unthemed .fc-today{
	background-color:#dbe7e4 !important;
}
.fc-ltr .fc-basic-view .fc-day-number{
	text-align: left !important;
}
.fc-event {
	border-radius:0 !important;
}
#mini-calendar .fc-widget-header{
	background-color: #f9f9f9 !important;
	color: #555 !important;
	font-weight: bold;
	border-color:#fff !important;
}
#mini-calendar .fc-widget-header thead,
#mini-calendar .fc-widget-header tr{
	border-color:#fff !important;
}
.fc-sun{color:#ff7165 !important}
.fc-sat{color:#3599ca !important}

#mini-calendar .fc-widget-header.fc-day-header{
	/* background: none !important; */
	background: none;
	font-weight: lighter;
	color: #a5a5a5 !important;
}
#mini-calendar .fc-widget-content td{
	text-align: center !important;
	border:none !important;
	border-radius:3px;
	vertical-align: middle;
	box-sizing:border-box;
}
#mini-calendar .fc-row.fc-week.fc-widget-content{
	height: 30px !important;
}
#mini-calendar .fc-day-number{
	/* background: none !important; */
	background: none;
}
#mini-calendar .fc-state-highlight{
	background: #1f987d !important;
	color:#fff !important;
}

/*20161202 캘린더수정*/
div.schedule_modify{}
div.schedule_modify .fc-left{ padding-left:0;}

.hgw_mobile_eventDay {
	background-color: #ffd876 !important;
	border-radius: 0px !important;
}