@charset "UTF-8";

#calendar {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
}


.board-name-calendar-view {
    position: relative;
}

.cal-or-list {
	display:inline-block;
	position:absolute;
	top:0;
	right:0;
	z-index:10
}
.cal-or-list select {
	display:inline-block;
	width:120px;
	height:35px;
	padding:0 0 0 0;
	font-size:16px;
	font-weight:400;
	line-height:22px;
	border:1px solid #d5d5d5;
	box-sizing:border-box;
	background-position: 98% center;
	background-size: 11px 6px
}

.cal-or-list > button {
	display:inline-block;
	margin-right:10px;
	height:35px;	
	padding: 0 10px;
	color: #fff;
	font-size: 13px;
	background-color: #00408e;
	border: 1px solid #00408e;
}

.cal-or-list a {
	display:inline-block;
	width:35px;
	height:35px;
	vertical-align:top
}

.cal-or-list a.btn-cal {
	background:url(https://www.kumoh.ac.kr/_res/board/img/common/ic-cal2.png) no-repeat center
}

.cal-or-list a.btn-list {
	background:url(https://www.kumoh.ac.kr/_res/board/img/common/ic-list.png) no-repeat center
}

.cal-or-list a.btn-cal:hover,
.cal-or-list a.btn-cal:focus,
.cal-or-list a.btn-cal:active,
.cal-or-list a.btn-cal.on {
	background:url(https://www.kumoh.ac.kr/_res/board/img/common/ic-cal2-on.png) no-repeat center
}

.cal-or-list a.btn-list:hover,
.cal-or-list a.btn-list:focus,
.cal-or-list a.btn-list:active,
.cal-or-list a.btn-list.on {
	background:url(https://www.kumoh.ac.kr/_res/board/img/common/ic-list-on.png) no-repeat center
}

.fc-header .fc-button {
    margin: 0;
}

.fc-header {
    border: 0;
    border-radius: 0;
    appearance: none;
    margin-bottom: 50px;
}

.fc-header th,
.fc-header td {
    border: 0 !important;
    padding: 0;
    vertical-align: top;
}

.fc-header-center {
    position: relative;
    display: block;
    max-width: 300px;
    margin: 0 auto;
}

.fc-header-center .fc-state-default {
    position: absolute;
	top: 50%;
    margin-top: -15px;
	border:none;
	background:none;
	box-shadow:none;
    appearance: none;
    display: block;
	width: 35px;
	height: 30px;
    text-indent: -5000rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px 20px;
}

.fc-header-center .fc-button-prev  {
    left: 0;
    background-image: url(https://www.kumoh.ac.kr/_res/board/img/common/ic-calendar-prev.png);
}
.fc-header-center .fc-button-next {
    right: 0;
	background-image: url(https://www.kumoh.ac.kr/_res/board/img/common/ic-calendar-next.png);
}

.fc-header-title h2 {
    display: inline-block;
    width: 150px;
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    color: #003d91;
    vertical-align: middle;
    line-height: 1;
}


.fc-content .fc-sun {
	color:#b50000 !important;
}

.fc-content .fc-sat {
	color:#1976d2 !important;
}

.fc-content .fc-day-header {
    padding: 21px 0;
    border: none;
    background-color: #f2f5fa;
    font-weight: 700;
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}


.fc-content .fc-day-header:first-child {
    border-top-left-radius: 5px;
    border-left: 1px solid #ddd;
}

.fc-content .fc-day-header:last-child {
    border-top-right-radius: 5px;
    border-right: 1px solid #ddd;
}


.fc-content .fc-day-number {
    float: left;
    padding: 15px;
}   


.fc-content .fc-today {
	background-image: url(https://www.kumoh.ac.kr/_res/ko/img/bg/bg_dotted01.gif) !important;
	background-repeat: repeat !important;
	background-size: 2px 12px !important;
	background-position: 0 0 !important;
}

.fc-event {
    position: relative;
    margin-top: 2px;
    background-color: #003d91 !important;
    text-align: center;
    border-radius: 0 !important;
    border-color: #003d91 !important;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;    
    font-weight: 400;
    word-break: keep-all !important
}

.fc-border-separate tbody td {
    height: 190px !important
}



.fc-detail-box {
	position: fixed;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-70%);
	z-index:10;
	width:83%;
	max-width:790px;
	max-height:500px;
	padding:30px 3.7%;
	border-radius:10px;
	overflow:hidden;
	overflow-y:auto;
	box-shadow:1px 2px 4px rgba(57,57,57,.21);
	background-color:#fff;
	box-sizing:border-box;
	border: 1px solid #d7d7d7
}
.fc-detail-box .tit-date {
	position:relative;
	margin-bottom:7px;
	padding-left:15px;
	color:#003d91;
	font-size:18px;
	font-weight:500;
	line-height:25px;
	box-sizing:border-box
}
.fc-detail-box .tit-date:before {
	position:absolute;
	top:10px;
	left:0;
	width:8px;
	height:8px;
	border-radius:50%;
	background-color:#003d91;
	content:''
}
.fc-detail-box .close {
	position:absolute;
	top:17px;
	right: 3.7%;
}


@media only all and (max-width: 1023px) {
	.board-name-calendar-view {
		padding-top: 2.6923rem;
	}

	.cal-or-list select {
		vertical-align: middle;
		width: 9.2308rem;
		height: 2.6923rem;
		font-size: 1.2308rem;
		line-height: 2.6923rem;
		background-size: 0.8462rem 0.4615rem
	}

	.cal-or-list > button {
		vertical-align: middle;
		margin-right:0.7692rem;
		height:2.6923rem;	
		padding: 0 0.7692rem;
		font-size: 1rem;
	}

	.cal-or-list a {
		width: 2.6923rem;
		height: 2.6923rem;
	}

	.cal-or-list a.btn-cal {
		background-size: 2.6923rem 2.6923rem;
	}

	.cal-or-list a.btn-list {
		background-size: 2.6923rem 2.6923rem;
	}

	.cal-or-list a.btn-cal:hover,
	.cal-or-list a.btn-cal:focus,
	.cal-or-list a.btn-cal:active,
	.cal-or-list a.btn-cal.on {
		background-size: 2.6923rem 2.6923rem;
	}

	.cal-or-list a.btn-list:hover,
	.cal-or-list a.btn-list:focus,
	.cal-or-list a.btn-list:active,
	.cal-or-list a.btn-list.on {
		background-size: 2.6923rem 2.6923rem;
	}

	.fc-header {
		border: 0;
		border-radius: 0;
		appearance: none;
		margin-bottom: 3.8462rem;
	}


	.fc-header-center {
		max-width: 23.0769rem;
	}

	.fc-header-center .fc-state-default {
		margin-top: -1.3462rem;
		width: 2.6923rem;
		height: 2.6923rem;
		background-size: 0.9231rem 201.5385rempx;
	}


	.fc-header-title h2 {
		width: 100%;
		max-width: 11.5385rem;
		font-size: 2.6923rem;
		line-height: 2.6923rem;
	}

	.fc-content .fc-day-header {
		padding: 1.6154rem 0;
		font-size: 1.5385rem;
	}


	.fc-content .fc-day-header:first-child {
		border-top-left-radius: 0.3846rem;
	}

	.fc-content .fc-day-header:last-child {
		border-top-right-radius: 0.3846rem;
	}


	.fc-content .fc-day-number {
		padding: 1.1538rem;
	}   


	.fc-content .fc-today {
		background-size: 2px 0.9231rem !important;
	}

	.fc-event {
		margin-top: 0.1538rem;
		font-size: 1.2308rem;
	}

	.fc-border-separate tbody td {
		height: 14.6154rem !important
	}



	.fc-detail-box {
		width: calc(100% - 2.308rem);
		max-width: 30.3846rem;
		max-height: calc(100vh - 4.6154rem);
		padding: 2.3077rem 1.154rem;
		border-radius: 0.7692rem;
		box-shadow:1px 0.1538rem 0.3077rem rgba(57,57,57,.21);
	}
	.fc-detail-box .tit-date {
		margin-bottom:0.5385rem;
		padding-left:1.1538rem;
		font-size:1.3846rem;
		line-height:1.9231rem;
	}
	.fc-detail-box .tit-date:before {
		top:0.7692rem;
		width:0.6154rem;
		height:0.6154rem;
	}
	.fc-detail-box .close {
		position:absolute;
		top: 1.3077rem;
		right: 1.154rem;
	}
}