@charset "utf-8";
/* CSS Document */

/*-- bx slide --*/
article.sliderwrap {
	position: relative;
	width:100%;
	overflow:hidden;

}
ul.bxslider > li > img {width:100%;}
ul.bxslider > li > a > img {width:100%;}
/*슬라이드버튼*/
.bx-pager {
	position: absolute;
	bottom:10px;
	width:100%;
	text-align:center;
}
.bx-pager-item {
	display: none;
}
.bx-pager-item > a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	border-radius: 10px;
	margin: 0 5px;
	font-size: 0;
	color: transparent;
}
/*버튼클릭시*/
.bx-pager-item > a.active {
	background-color: #fff;
}
/*이전버튼*/
.sliderwrap .bx-prev {
	position:absolute;
	top:50%;
	left:20px;
	margin-top:-20px;
	display: block;
	width:25px;
	height:40px;
	background:url(../img/prev.png) no-repeat;
	background-size:28px 40px;
	font-size:0;
}
/*다음버튼*/
.sliderwrap .bx-next {
	position:absolute;
	top:50%;
	right:20px;
	margin-top:-20px;
	display: block;
	width:25px;
	height:40px;
	background:url(../img/next.png) no-repeat;
	background-size:28px 40px;
	font-size:0;
}
/*-- END bx slide --*/



/*-- 예약캘린더부분 --*/
article.reserv {
	padding:20px 10px;
}
ul.cal_header {
	margin:15px 0;
	text-align:center;
	padding-top:15px;
	width:100%;
	border-top:1px solid #dad4cf;
}
ul.cal_header li {
	display:inline;
	font-size:14px;
	font-family: 'Noto Sans Medium';
	color:#535353;
}
ul.cal_header li.prev_month {
}
ul.cal_header li.month {
	padding:0 20px;
	font-size:20px;
}
ul.cal_header li.next_month {
}
/*-- END 예약캘린더부분 --*/



/*-- 공지사항부분 --*/
article.notice {
	padding:10px 10px 15px 10px;
}
ul.noticeBox {
	margin-top:10px;
}
ul.noticeBox li {
	line-height:28px;
}
ul.noticeBox li a {
	font-size:14px;
	color:#959595;
}
ul.noticeBox li a span.noticedate {
	padding:0 22px;
	color:#535353;
}
/*-- END 공지사항부분 --*/