table.calendar {
	position:relative;
	width:98%;
	border:1px solid #d3d3d3
}

table.calendar thead tr th {
	font-size:15px;
	font-weight:700;
	background:#E3E3E3;
	color:#434343;
	height:42px;
}
table.calendar tbody tr th {
	font-size:14px;
	font-weight:700;
	padding:10px;
	width:100px;
	background:#fff;
}
table.calendar tbody tr td {
	font-size:14px;
	color:#222;
	padding:10px;
	background:#fff;
}
table.calendar tbody tr td p {font-size:14px;color:#222;}
table.calendar tbody tr td span {cursor:pointer}
table.calendar tbody tr td p.end {color:#BFBFBF}
table.calendar tbody tr td p.sg {color:#f00}
table.calendar tfoot tr th,
table.calendar tfoot tr td {
	font-size:14px;
	color:#222;
	background:#F5F6F7;
	padding:10px;
}

table.calendar input {
	font-size:20px;
	padding:10px;
	border:1px solid #eee;
	width:200px;
}
table.calendar input[type="date"] {width:100%;text-align:center;}
table.calendar input[type="date"]::before {
	content: attr(data-placeholder);
	width: 100%;
}
/*table.calendar input[type="date"]:focus::before,*/
table.calendar input[type="date"]:valid::before {display: none;}
.calendar .cal_days {
	position:relative;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	border-top:1px solid #DADCE0;
	border-bottom:1px solid #DADCE0;
	
}
.calendar .cal_days .cal_day {
	position:relative;
	width:calc(100%/7);
	height:46px;
	padding:10px;
	border-right:1px solid #DADCE0;
	text-align:center;
	background:#F8F9FA;
	
}
.calendar .cal_days .cal_day:first-child {border-left:1px solid #DADCE0; color:#f00}


.calendar .cal_dates {
	position:relative;
	width:100%;
	display: flex;
	flex-wrap: wrap;
}

.calendar .cal_dates .cal_date {
	position:relative;
	width:calc(100%/7);
	min-height:240px;
	height:auto;
	border-right:1px solid #DADCE0;
	border-bottom:1px solid #DADCE0;
	padding:12px;
}
.calendar .cal_dates .cal_date:nth-of-type(7n+1) {
	border-left:1px solid #DADCE0;
}

/* 휴일 설정 */
.calendar .cal_dates .cal_date.cal_holy {
	background:#ddd;
}
.calendar .cal_dates .cal_date span { color:#212529;font-weight:700;}
.calendar .cal_dates .cal_date:nth-of-type(7n+1) span {color:#F03E3E}
.calendar .cal_dates .cal_date .cal_sch {
	position:absolute;
	text-align:right;
	color:#1A73E8;
	font-size:14px;
	top:12px;
	right:12px;
}
.calendar .cal_dates .cal_date > .total {
	position:relative;
	width:100%;
	background:#F1F3F5;
	font-weight:700;
	color:#343A40;
	text-align:right;
	border-radius:2px;
	padding:5px;
	margin:10px 0;
}
.calendar .cal_dates .cal_date > .total > p.count {
	position:absolute;
	display:inline-block;
	left:10px;
	font-size:16px;
	color:#845EF7;
}
.calendar .cal_dates .cal_date > .items {}
.calendar .cal_dates .cal_date > .items > .item > p {
	width:100%;
	font-size:14px;
	text-align:left;
	line-height:1.7
}
.calendar .cal_dates .cal_date > .items > .item > p span {
	position:absolute;right:0;text-align:right; font-weight:inherit; color:inherit;}
.cal_Active {
	background:#F5FCFA;
}
.month_wrap {
	position:relative;
	display:flex;
	justify-content: center;
	text-align:center;
	align-items: center;
	margin-bottom:20px;
	margin-top:20px
}
.month_wrap span {
	font-size:28px;
	color:#222;
	font-weight:700;
	vertical-align: middle;
	margin:0 30px;
	display: inline-block;
}
.month_wrap button {
	width:28px;
	height:28px;
	background:transparent;
	border:0;
	cursor:pointer
}

input#schMonth {
	font-size:28px;
	font-weight:700;
	width:180px;
	line-height:30px;
	display:inline-block;
	vertical-align: middle;
	text-align:center;
	border:0;
}
.live_calendar label {
	width:30px;
	height:30px;
	line-height:30px;
	text-align: center;
	display:inline-block;
	margin-right:10px;
}
.live_calendar label:hover {cursor: pointer;}
.live_calendar label img {vertical-align: middle;}

.ui-widget {

}
.ui-widget .ui-widget {

}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-size:18px;
	font-weight:700;
	padding:10px;
	border:0;
	background:#fff;

}
.ui-widget option {font-size:16px; background:#fff;}
.ui-widget-content {
	border: 1px solid #ccc;
	border-radius:10px;
	overflow: hidden;
	background: #fff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	background: #fff;
	font-weight: bold;
}
.ui-widget-header a {
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: #fff;
	color: #222;
	
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #222;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #d21679;
	background: #fff;
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	background: #fff;
	font-weight: bold;
	color: #d21679;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #d21679;
	text-decoration: none;
}


input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	border-collapse: collapse;
}
.ui-datepicker th {
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	padding: 10px 0;
}
.ui-datepicker td:hover {cursor: pointer; background:#f2f2f2;}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}