/**주요일정**/
.fc-today-button{display:none;}
.fc-button-group{width:100%; position:relative;}
.fc-button-group > .fc-prev-button{
	color:#fff;
	position:absolute;
	top:-33px;
	left:0;
	width:30px;
	height:30px;
	background-color:transparent;
	border:none;
}
.fc-button-group > .fc-next-button{
	color:#fff;
	position:absolute;
	top:-33px;
	right:0;
	width:30px;
	height: 30px;
	background-color:transparent;
	border:none;
}
.fc-button-group > .fc-next-button span {
	top:-5px;
}
.fc-more-cell>div{position:relative;}


a.fc-more {
width: 12px;
height: 12px;
font-size: 8px;
border-radius: 9px;
background-color: #a398bbfa;
display: block;
line-height: 12px;
color: #fff;
text-decoration: none !important;
}
.fc-unthemed .fc-popover .fc-day-grid-event {margin:0;margin-top:4px;}
.fc-unthemed .fc-popover .fc-content {}
.fc-more-popover .fc-event-container{ height: 120px !important; overflow-y: scroll;}


.fc .fc-toolbar > * > * { /* extra precedence to override button border margins */
	float: left;
	margin-left:0;
}
.fc-toolbar {
	text-align: center;
	padding:6px 10px;
	background:#f9f9f9;
  margin:0;
	border-bottom:1px solid #ddd;
}
.fc .fc-toolbar h2 {
    font-size: 17px;
    line-height: 30px;
    color:#333;
		font-weight: 500;
}
.fc-toolbar .fc-right{float:none;}
.fc .fc-icon-left-single-arrow:after,
.fc .fc-icon-right-single-arrow:after {
    content: '\f053';
    font-size: 12px;
    top: 0;
    margin: 0;font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size:16px;
		color:#333;
		line-height: 30px;
}
.fc .fc-icon-right-single-arrow:after {
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size:18px;
		color:#333;
		line-height:40px;
}
.fc-left h2{width:100%;}
.fc-toolbar .fc-left{float:none;}
.fc-day-grid-event { color: #fff !important;}


/* 수정해야하는 부분  */
.fc-ltr .fc-basic-view .fc-day-number {
	 text-align: center;
    line-height: 38px;height:38px;
	}
.fc-basic-view td.fc-week-number span, .fc-basic-view td.fc-day-number {
	padding:0;
}
.fc th{
	background-color:#fbfbfb;
	line-height: 1em;
	text-indent: -99999px;
}
.fc-sun{color:#E41E12 !important;}
.fc-sat{color:#2769D1 !important;}
/* .fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover{border-color:transparent;} */
.fc-basic-view .fc-body .fc-row{
	min-height:2em;
	border-top:1px solid #eee;
	height: 38px !important;
}
.fc-basic-view .fc-body .fc-row:last-child {
	border-bottom:1px solid #eee;
}
.fc-basic-view .fc-body .fc-day{border-left:1px solid #eee; cursor:pointer;}
.fc-unthemed .fc-popover{left:20% !important; top:70px !important;}
.fc th, .fc td{border:none;}
.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
	font-size:11px;
}
.fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
	font-size:11px;
}
.fc-view-container *, .fc-view-container *:before, .fc-view-container *:after {
	overflow: hidden;
	text-overflow: ellipsis;
}
body .fc button:active,
body .fc button:focus,
body .fc button:hover {
    background: transparent;
    color:#EBEBEB;
    border-color: none;
    border:none;
    outline: none;
}
body .fc button.fc-state-active,
body .fc button:active {
    background: transparent;
    border-color: none;
    border:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.fc td.fc-today{border-style:none;}
.fc-nonbusiness{background-color:#fff;}

.fc-unthemed .fc-today{background-color:#FEFAE6; color:#000;}
element.style {
    background-color: #fff;
}
.fc-view, .fc-view{background-color:#fff;}
.fc-ltr .fc-basic-view .fc-day-number{cursor:pointer;
	font-size:12px;}--->
