#fullcalendarWrap.fc-mobile{
	height: unset;
}

.fc-mobile .fc-toolbar{
	flex-direction: column-reverse;
}


.fc-mobile .fc-toolbar-chunk:nth-of-type(1){
	align-self: start;
}
.fc-mobile .fc-toolbar-chunk:nth-of-type(2) button{
	font-size: 24px;
}

.fc-mobile .fc-header-toolbar .fc-toolbar-title{
	color: #00bbea;
	font-size: 24px;
}

.fc-mobile .fc-header-toolbar .fc-today-button{
	position: relative;
	left: unset;
	top: unset;
	transform: unset;
}

.fc-mobile .fc-customViewWrap{
	height: 100%;
    display: grid;
	grid-template-columns: unset;
	grid-template-rows: unset;
	gap: 40px;
}

.fc-mobile .fc-view-harness-active > .fc-view{
	position: relative;
}

.fc-mobile .fc-custom-monthTitle{
	cursor: auto;
}


.fc-mobile .fc-custom-monthWrap{
	min-height: unset;
	/* max-height: 300px; */
}

/* .fc-mobile .fc-custom-scheduleList li::before{
	margin-left: 20px;
} */

/* .fc-mobile .fc-custom-scheduleList .fc-accent::before{
	margin-left: 8px;
} */

/* more버튼 내용 모달창 */
.flexModal_overlay {
    position: fixed;
    display: none;
    /* display: flex; */
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    z-index: 99;
	color: #666;
	font-family: "NanumSquare", sans-serif;
}
.flexModal_window {
	background-color: #f4f4f4;
	width: 80vw;
	max-height: 90vh;
	border-radius: 8px;
	position: relative;
}

.flexModal_window > .modal_head {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 50px;
    padding: 10px 10px 0;
}

.flexModal_window h2{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #00a996;
}
.flexModal_window .fc-custom-monthTitle{
	top: -17px;
}

.flexModal_window .fc-custom-scheduleList{
	max-height: 70vh;
	overflow: auto;
	padding: 10px;
}

.btn-modal-top-close{
	border: none;
	width: 34px;
	height: 34px;
	background-color: #b6b8ba;
	background-image: url("/images/icon/icon_Xmark.png");
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center;
}
.flexModal_window .fc-custom-scheduleList li::before{
	margin-left: 16px;
}
.flexModal_window .fc-custom-scheduleList .fc-accent::before{
	margin-left: 0;
}