/*-------------------------------------
■ content
-------------------------------------*/
.sche_w{
	margin-bottom:40px;
}

.scheduleNav{
	margin-bottom:20px;
}
.scheduleNav ol{
	display:flex;
	justify-content:space-between;
}
.scheduleNav ol li{
	width:13%;
}
.scheduleNav ol li a{
	display:block;
	padding:10px 0;
	color:#fff;
	border-radius:4px;
	text-align:center;
	box-shadow:0 0 10px -5px rgba(0,0,0,1);
	background:#a87528;
	transition:background .3s;
}
.scheduleNav ol li a:hover{
	background:#8c5f1b;
}
.scheduleNav ol li.selectDay a{
	color:#ffbc57;
	background:rgba(46,34,16,1);
}
.scheduleNav ol li.selectDay a:hover{
	background:rgba(46,34,16,1);
}



@media screen and (max-width:980px){

}




@media screen and (max-width:767px){
	.scheduleNav ol{
		display:block;
	}
	.scheduleNav ol li{
		float:left;
	}
	.scheduleNav ol li:nth-child(1),
	.scheduleNav ol li:nth-child(2),
	.scheduleNav ol li:nth-child(3){
		width:32%;
		margin-left:2%;
		margin-bottom:2%;
	}
	.scheduleNav ol li:nth-child(4),
	.scheduleNav ol li:nth-child(5),
	.scheduleNav ol li:nth-child(6),
	.scheduleNav ol li:nth-child(7){
		width:24.25%;
		margin-left:1%;
	}
	.scheduleNav ol li:nth-child(1),
	.scheduleNav ol li:nth-child(4){
		margin-left:0;
	}

	.scheduleNav ol li a{
		padding:6px 0;
		font-size:0.8rem;
	}

}





@media screen and (max-width:480px){

}