.calendarlist {display:block; margin: 40px 0 0 15px;}
.calendarlist > li {font-size:.7em; margin-bottom: 7px; line-height: 1.2em; font-weight:500 }
.nochk {color:#999}
.chk {cursor: pointer; color:#47b1e1 }
.chk:hover {color:#0b5aab}
.custom-year, .custom-month {font-size:.9em;  font-weight:600}

.fc-calendar-container {
	position: relative;
	height: 400px;
	width: 400px;
}

.fc-calendar {
	width: 100%;
	height: 100%;
}

.fc-calendar .fc-head {
	height: 30px;
	line-height: 30px;
	background: #ccc;
	color: #fff;
}

.fc-calendar .fc-body {
	position: relative;
	width: 100%;
	height: 100%;
	height: -moz-calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
	height: calc(100% - 30px);
	border: 1px solid #ddd;
}

.fc-calendar .fc-row {
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.fc-four-rows .fc-row  {
	height: 25%;
}

.fc-five-rows .fc-row  {
	height: 20%;
}

.fc-six-rows .fc-row {
	height: 16.66%;
	height: -moz-calc(100%/6);
	height: -webkit-calc(100%/6);
	height: calc(100%/6);
}

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
	float: left;
	height: 100%;
	width:  14.28%; /* 100% / 7 */
	width: -moz-calc(100%/7);
	width: -webkit-calc(100%/7);
	width: calc(100%/7);
	position: relative;
}

/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
	width:  14.2%;
}

.fc-calendar .fc-row > div {
	border-right: 1px solid #ddd;
	padding: 4px;
	overflow: hidden;
	position: relative;
}

.fc-calendar .fc-head > div {
	text-align: center;
}

.fc-calendar .fc-row > div > span.fc-date {
	position: absolute;
	width: 30px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	color: #ddd;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.8);
	bottom: 5px;
	right: 5px;
	text-align: right;
}

.fc-calendar .fc-row > div > span.fc-weekday {
	padding-left: 5px;
	display: none;
}

.fc-calendar .fc-row > div.fc-today {
	background: #fff4c3;
}

.fc-calendar .fc-row > div.fc-out {
	opacity: 0.6;
}

.fc-calendar .fc-row > div:last-child,
.fc-calendar .fc-head > div:last-child {
	border-right: none;
}

.fc-calendar .fc-row:last-child {
	border-bottom: none;
}



.custom-calendar-full {
	position:relative;
	width: 100%;
	height: auto;
}

.fc-calendar-container {

	height: auto;
	bottom: 0px;
	width: 100%;
	position:relative;

}

.custom-header {
	padding:0;
	position: relative;
	display:block;

}

.custom-header h2,
.custom-header h3 {
	font-weight: 300;
	text-transform:uppercase;

}

/*ë‚˜ë¼ëª…*/
.custom-header h2 {
	font-weight:600;
	color: #01a8ba;
	width:100%;
	display:block;
	white-space:nowrap;
	font-size:1.8em;
	text-align:center;
}

.custom-header h2 a {
	color:#333;
}

.no-touch .custom-header h2 a:hover {
	color:#333;
}

.custom-header h3 {
	width:100%;
	color:#333;
	font-weight: 600;
	line-height:70px;
	text-align:center;
	display:block;
	font-size:2em;

}
.custom-year {color:#333;}

/*.custom-month-year {display:flex;justify-content:space-between;text-align:center;border:1px solid red;}*/
.custom-month-year {display:flex;justify-content: space-around;align-items: center;}
.custom-month-year li:nth-of-type(2) {font-size:2em;}

.custom-header nav {
	position:relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-header nav span{
	position:absolute;
	top:-45px;
	width:30px;
	height:30px;
	color:#333;
	cursor: pointer;
	margin:0;
}

.custom-header nav span:first-child {
	border-radius:0;
}
/*.custom-header nav span:hover {*/
/*	opacity:0.5;*/
/*}*/
/*.custom-header span:before {*/
/*	color: #333;*/
/*	display: inline-block;*/
/*	text-align: center;*/
/*	width: 100%;*/
/*	text-indent: 4px;*/
/*}*/
/*.custom-prev { background:url(../images/common/btn_prev.png) 0 0 no-repeat; position:absolute; top:0; left:15%; text-align:center}*/
/*.custom-next { background:url(../images/common/btn_next.png) 0 0 no-repeat; position:absolute; top:0; right:15%}*/

.custom-header nav span:last-child {
	margin-left: 20px;
}

.custom-header nav span.custom-current:before {
	content: '\27a6';
}


.fc-calendar {
	background:#999;
	width: auto;
	height: auto;
	position:relative;
}

.fc-calendar .fc-head {

	color:#fff;
	height: 40px;
	line-height: 40px;
	padding:0;
}



.fc-calendar .fc-head > div {
	font-weight:300;
	text-transform: uppercase;
	font-size:.9em;
	letter-spacing:0;
	width:14.2857142857%;
	text-align:center;
	background:#7d7d7d;
	box-sizing: border-box;

}
/*sun.sat*/
.fc-calendar .fc-head > div:nth-child(2), .fc-calendar .fc-head > div:nth-child(3), .fc-calendar .fc-head > div:nth-child(4), .fc-calendar .fc-head > div:nth-child(5)
{border-right:1px solid #666}
.fc-calendar .fc-head > div:nth-child(7) { background:#01a8ba;}
.fc-calendar .fc-head > div:nth-child(1) { background:#f0785b}

.fc-calendar .fc-row > div > span.fc-date {
	color:#777;
	text-shadow: none;
	font-size:1em;
	font-weight: 300;
	bottom: auto;
	right: auto;
	top:5px;
	left:5px;
	text-align: left;
}

.fc-calendar .fc-body {
	border: none;
	padding:0;
	background:#f8f8f8;

}

.fc-calendar .fc-row {
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.2);
	border: none;
}

.fc-calendar .fc-row:last-child {
	box-shadow: none;
}

.fc-calendar .fc-row:first-child > div:first-child {
	border-radius:0;
}

.fc-calendar .fc-row:first-child > div:last-child {
	border-radius:0;
}

.fc-calendar .fc-row:last-child > div:first-child {
	border-radius:0;
}

.fc-calendar .fc-row:last-child > div:last-child {
	border-radius:0;
}
/*ì¼ë³„*/
.fc-calendar .fc-row > div {

	border-bottom:1px solid #dfdfdf;
	background:#f8f8f8;
	padding:0;
/*	cursor: pointer;*/
	height:180px;
	width:14.2857142857%;
	box-sizing: border-box;
}

.fc-calendar .fc-row > div.oldtour div span { color:#d4d4d4;}
.fc-calendar .fc-row > div div.endtour span { color:#d4d4d4;}
.fc-calendar .fc-row > div div span.oldtour { color:#d4d4d4;}
.fc-calendar .fc-row > div div span.oldtour:after { content:"íˆ¬ì–´ì™„ë£Œ"; color:#fff; background:#9a6da9; margin-left:4px; border-radius:2px; padding:0 2px 2px; white-space: nowrap; font-size:.9em; line-height:0px;}
.fc-calendar .fc-row > div div span.endtour { color:#d4d4d4;}
.fc-calendar .fc-row > div div span.endtour:after { content:"ì˜ˆì•½ë§ˆê°"; color:#fff; background:#7381d7; margin-left:4px; border-radius:2px; padding:0 2px 2px; white-space: nowrap; font-size:.9em; line-height:0px;}
.fc-calendar .fc-row > div div span.decidetour:after { content:"íˆ¬ì–´í™•ì •"; color:#fff; background:#d45a5c; margin-left:4px; border-radius:2px; padding:0 2px 2px; white-space: nowrap; font-size:.9em; line-height:0px;}



.fc-calendar .fc-row > div:first-child{
	box-shadow: none;
}

.fc-calendar .fc-row > div.fc-today {
	background: transparent;
	box-shadow: inset 0 0 100px rgba(255,255,255,0.1);
}

.fc-calendar .fc-row > div.fc-today:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	z-index: -1;
}

.fc-calendar .fc-row > div > div {
	margin-top: 7px;
}

.fc-calendar .fc-row > div > div a,
.fc-calendar .fc-row > div > div span {
	color: rgba(0,0,0,0.7);
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	padding: 3px 5px 3px 0;
	border-radius: 3px;
/*	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
	max-width: 100%;
	margin-bottom: 1px;
	background: rgba(255,255,255,0.1);
	padding-left:15px;
	letter-spacing:-1.5px;
	margin-left:4px;
}

.fc-calendar .fc-row > div > div span.end {	color: rgba(0,0,0,0.2);}
.fc-calendar .fc-row > div > div span input { margin:0 2px 0 -15px;}

.no-touch .fc-calendar .fc-row > div > div a:hover {
	background: rgba(255,255,255,0.3);
}

@media screen and (max-width: 1000px) , screen and (max-width:880px){
	.calendarlist > li {font-size:.6em; letter-spacing: -.05em }
}


@media screen and (max-width: 880px) , screen and (max-width: 300px) {
.calender_comment { text-align:center; margin-top:2em}
.btn_noticego { position:relative; display:block;  width:40% !important; margin:0.8em auto }
.select1 {width:40%; font-size:0.6em}
.calendarlist {display:inline-block; margin: 18px 0 10px 12px;}
.calendarlist > li {font-size:1em; margin-bottom: 10px; font-weight:600}

	html, body, .container {
		height: auto;
	}

	.custom-header,
	.custom-header nav,
	.custom-calendar-full,
	.fc-calendar-container,
	.fc-calendar,
	.fc-calendar .fc-head,
	.fc-calendar .fc-row > div > span.fc-date {
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		right: auto;
		height: auto;
		width: auto;
		vertical-align: top;
	}

	.fc-calendar {
		margin: 0 0 20px 0;
	}

	.custom-header h2,
	.custom-header h3 {
		float: none;
		width: auto;
		text-align:center;
	}

	.fc-calendar .fc-row,
	.ie9 .fc-calendar .fc-row > div,
	.fc-calendar .fc-row > div {
		height: auto;
		width: 100%;
		border: none;
	}

	.fc-calendar .fc-row > div {
		float: none;
		min-height: 50px;
		box-shadow: inset 0 -1px rgba(255,255,255,0.2) !important;
		border-radius: 0px !important;
		border-bottom:1px solid #ddd;

	}

	.fc-calendar .fc-row > div:empty{
		min-height: 0;
		height: 0;
		box-shadow: none !important;
		padding: 0;
	}

	.fc-calendar .fc-row {
		box-shadow: none;
	}

	.fc-calendar .fc-head {
		display: none;
	}

	.fc-calendar .fc-row > div > div {
		margin-top: 0px;
		padding-left: 10px;
		max-width: 70%;
		display: inline-block;
	}

	.fc-calendar .fc-row > div.fc-today {
		background: rgba(255, 255, 255, 0.2);
	}

	.fc-calendar .fc-row > div.fc-today:after {
		display: none;
	}

	.fc-calendar .fc-row > div > span.fc-date {
		width: 30px;
		display: inline-block;
		text-align: right;
		font-size:1.5em;
		line-height:2em;
		margin-left:0.2em;
	}
	.fc-calendar .fc-row > div > span.fc-weekday {
		display: inline-block;
		width: 40px;
		color:#999 !important;
		color: rgba(255,255,255,0.7);
		font-size:0.7em;
		text-transform: uppercase;
		line-height:4.5em;
		vertical-align: top
	}
}