@charset "utf-8"

@import url("fonts/nanumfont.css");

body .fc {
	font-family: 'NanumSquare', sans-serif;
	font-size: 14px;
}

/* 년월 */
.fc-center  h2 {
	font-size: 16px;
	font-weight: bold;
}
/* 헤더 */
.fc-day-header.fc-widget-header {
	font-weight: bold;
} 
/* 토요일 */
.fc-widget-header.fc-sat, .fc-sat.fc-today a, .fc-sat.fc-future a, .fc-sat.fc-past a  { 
	color:#0000ff; 
} 

/* 일요일 */   
.fc-widget-header.fc-sun, .fc-sun.fc-today a, .fc-sun.fc-future a, .fc-sun.fc-past a { 
	color:#ff0000; 
} 

.fc-day-grid-event .fc-time {
   display:none;
}


.fc-other-month.fc-past a, .fc-other-month.fc-future a {
/* 	display: none; */
/* 	color:#c9c9c9;  */
	font-size: 9px;
}   


/* 이벤트 */
.fc-event, .fc-content{
	font-size: 14px;
/* 	font-weight: bold; */
	color: #ffffff
}

.fc-content {
    height: 20px;
    padding-top: 5px;
  }
  

.tooltip {
	position:absolute;
	z-index:10001;
	width:200px;
	background: #337ab7;
	font-size: 14px;
	color: #ffffff;
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
	padding: 10px;
	text-align: center;
}



