@charset "UTF-8";

.mini-board-calendar-main-wrap .fc-view-container { margin-top: 21px; }

.board-calendar-main-wrap .fc-today .fc-day-number:before {
	left: 9px; top: 13px;
}

.board-calendar-main-wrap .fc-today .fc-day-number {
    background: transparent;
}
.board-calendar-main-wrap .fc-event, .fc-event-dot {
    background: transparent;
}
td.fc-day.fc-widget-content.fc-other-month {
    background: #f9f9f9;
}
.board-calendar-main-wrap .fc-basic-view .fc-body .fc-row {
    min-height: 150px;
}
.reserve-wrap .board-calendar-main-wrap .fc-basic-view .fc-body .fc-row {
    min-height: 60px;
    height: 60px !important
}
span.reser-cnt {
    color: #6785e2;
    font-size: 1.2rem;
    margin-left: 20px;
}

span.holiday {
    color: #a51d1d;
    font-size: 1.1rem;
}
span.reser-cnt:after {
    content: '건';
    margin-left: 5px;
    color: #545454;
}

@media screen and (max-width:1024px) {
	span.reser-cnt:after {
		display: none;
	}


}

.tx-center { text-align: center; }

.reserve-wrap .fc-day-grid-event.fc-event:after {
    top: -23px;
    left: 41px;
    z-index: -1;
}

.fc-day.selected { background: yellow !important; }

.cursor { cursor: pointer; }
.cursor.imposible { cursor: not-allowed; }

.input {
	height: 40px;
    padding: 0 20px;
    border: 1px solid #ccc;
    font-size:16px;
}


.select-box {
    height: 40px;
    padding: 0 20px;
    color: 555;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    border: 1px solid #ccc;
}

.m-t-20 { margin-top: 20px; }

.smu-table tbody td:last-of-type {
	border-right: none;
}


.calendar-date { text-align: center; }

.calendar-date h2 {
	display: inline-block;
    font-weight: 700;
    font-size: 35px;
    color: #003d91;
    vertical-align: middle;
    line-height: 1;
}

.calendar-date button.prev-date { border: none; padding: 0 69px 0 0; }
.calendar-date button.next-date { border: none; padding: 0 0 0 69px; }

.calendar-date button span {
	cursor: pointer;
    position: relative;
    top: 0.25em;
    margin: 0 .2em;
    vertical-align: middle;
	width: 12px;
    height: 30px;
	line-height: 1em;
    font-size: 1em;
    text-align: center;
    overflow: hidden;
    display: inline-block;
 }


.calendar-date .prev-date span {
    background: url(/_res/board/img/common/ic-calendar-prev.png) no-repeat 0 0;
 }

 .calendar-date .next-date span {
    background: url(/_res/board/img/common/ic-calendar-next.png) no-repeat 0 0;
 }


 .D-02 .room.mini-board-calendar-main-wrap { background: transparent; }