@charset "utf-8";

/* 게시판 쓰기 */
#autosave_wrapper {position:relative; font-size:14px;}
#autosave_pop {display:none;z-index:10;position:absolute !important;top:34px;right:0;width:100%;height:auto !important;height:180px;max-height:205px;border:1px solid #565656;background:#fff;
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);}
#autosave_pop:before{content: "";position: absolute;top: -8px;right: 45px;width: 0;height: 0;border-style: solid;border-width: 0 6px 8px 6px;border-color: transparent transparent #000 transparent;}
#autosave_pop:after{content: "";position: absolute;top: -7px;right: 45px;width: 0;height: 0;border-style: solid;border-width: 0 6px 8px 6px;border-color: transparent transparent #fff transparent;}
html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
#autosave_pop strong {position:absolute;font-size:0;line-height:0;overflow:hidden}
#autosave_pop div {text-align:center;margin:0 !important;}
#autosave_pop button {margin:0;padding:0;border:0;}
#autosave_pop ul {margin:0px;padding:15px;border-top:1px solid #e9e9e9;list-style:none;overflow-y:scroll;height:156px;border-bottom:1px solid #e8e8e8}
#autosave_pop li {padding:8px 5px;border-bottom:1px solid #fff;zoom:1}
#autosave_pop li:after {display:block;visibility:hidden;clear:both;content:""}
#autosave_pop a {display:block;float:left}
#autosave_pop span {display:block;float:right;color:#999}
.autosave_close {cursor:pointer;width:100%;height:30px;background:none;color:#888;font-weight:bold;font-size:0.92em}
.autosave_close:hover{background:#f3f3f3;color:#3597d9}
.autosave_content {display:none}
.autosave_del{background:url(./img/close_btn.png) no-repeat 50% 50%;text-indent:-999px;overflow:hidden;height:26px;width:20px;}

/*	fullcalendar style */

/* fullcalendar js파일에서 
.fc td,.fc th{padding:0;vertical-align:top}  요일명 중앙위치는  vertical-align:top  삭제
.fc-daygrid-day-top{display:flex;flex-direction:row-reverse} 일자 왼쪽정렬시 -reverse 삭제
*/

/*	table{background:#ffffff!important}	*/
.fc table {text-align:left}
.fc table thead {height:45px;background:#eaeaea!important}
.fc-daygrid table td{height:150px;}
.fc-day-sun a {color: red; text-decoration: none;	}
.fc-day-sat a {color: blue; text-decoration: none;}
/* .fc-day-mon a.fc-day-mon a,.fc-day-tue a,.fc-day-wed a,.fc-day-thu a,.fc-day-fri a {color: white; text-decoration: none; } */
.fc-holiday, .holiday-text {color: #e74c3c;}
.fc-daygrid-day-frame:hover{background:#ffffcc}
.modal-open .ui-datepicker{z-index: 2000!important}
/*	.fc-timeGridWeek-button {background:#339900!important} */
/* .fc-event-time{display:none} */	/*	일정시간제거 */

/*.row.mb-5{*/
/*	margin: 30px 0;*/
/*}*/

.sub0207_wrap{
	margin: 30px 0;
}

/*.modal-dialog.modal-lg{*/
/*	display:none;*/
/*}*/

/*.frm_search_wrap{*/
/*	margin-bottom:30px;*/
/*	padding:20px;*/
/*	font-size: 15px;*/
/*	background-color:#ddd;*/
/*}*/

/*.frm_search_wrap .modal-body{*/
/*	display: flex;*/
/*    flex-direction: column;*/
/*    height: 10vh;*/
/*    justify-content: space-between;*/
/*}*/

/*.frm_search_wrap .modal-body .input-group{*/
/*	display:flex;*/
/*}*/

/*.frm_search_wrap .modal-body .input-group.mt-3 .input-group-text{*/
	
/*}*/

/*.frm_search_wrap .modal-body .input-group .input-group-text.bg-white{*/
/*	padding-right:10px;*/
/*}*/

/*.frm_search_wrap .modal-body .input-group.mt-3 .input-group-cal{*/
/*	padding-left:20px;*/
/*}*/

/*.frm_search_wrap .modal-content{*/
/*	display:flex;*/
/*	justify-content: space-between;*/
/*}*/

/*.modal-content .modal-footer.py-2 button{*/
/*	height:100%;*/
/*	font-size:18px;*/
/*}*/

/*#modal-write .modal-content .modal-footer.py-2 button{*/
/*	height:100%;*/
/*	font-size:18px;*/
/*	background-color: dodgerblue;*/
/*	color:#fff;*/
/*	border-radius:10px;*/
/*	width:110px;*/
/*	line-height:40px;*/
/*}*/

/*#modal-write .modal-content .modal-footer.py-2 button:first-child{*/
/*	margin-right:10px;*/
/*	background-color:#ddd;*/
/*	color:#000;*/
/*}*/

/*.frm_search_wrap .modal-body .input-group.mt-3 .input-group-cal input{*/
/*	z-index:15;*/
/*	position: relative;*/
/*}*/

/*.mt-2.small, .small{*/
/*	font-size:16px;*/
/*}*/

/*.mt-2.small{*/
/*	padding-top:20px;*/
/*}*/
/*모달창(일정추가)*/
/*#modal-write{*/
/*	position: fixed;*/
/*	left:50%;*/
/*	top: 50%;*/
/*	transform: translate(-50%,-50%);*/
/*	z-index: 10000;*/
/*	width: 50vw;*/
/*    height: 50vh;*/
/*    background-color: #fff;*/
/*    padding: 20px;*/
/*    font-size: 18px;*/
/*    border-radius:10px;*/
/*}*/

/*.modal-bg{*/
/*	display:none;*/
/*	position: fixed;*/
/*	top:0;*/
/*	left:0;*/
/*	background-color: #000;*/
/*	opacity:0.5;*/
/*	z-index:9999;*/
/*	width:100vw;*/
/*	height:100vh;*/
/*}*/

/*.modal-header.bg-light.py-2{*/
/*	font-size:22px;*/
/*}*/

/*.write_content #wr_content{*/
/*	width:100%;*/
/*	resize: none;*/
/*}*/

/*.wt_box{*/
/*	margin-bottom:15px;*/
/*}*/

/*.modal-footer.bg-light.py-2{*/
/*	display: flex;*/
/*	justify-content:flex-end;*/
/*}*/
/*.modal-content .modal-footer.py-2 button{*/
		
/*}*/

/*.fc .fc-scrollgrid{*/
/*	font-size:19px;*/
/*}*/

.fc .fc-view-harness{
	font-size: 18px;
}


/* 반응형 추가 */
@media(max-width: 767px) {
	.fc .fc-toolbar {display: flex;flex-direction: column; justify-content: center; align-items: center;}
	.fc-toolbar-title {margin-bottom: 20px!important;}
	.fc-mymonthButton-button {margin-bottom: 10px!important;}
	.fc-daygrid table td{height:100px;}
}
