/*-- 날짜별예약 --*/
div.calendaBox {
    width:100%;
    border:1px solid #e9e9e9;
	border-bottom:none;
}
ul.reservHead {
    position:relative;
    padding:20px 0;
	text-align:center;
}
ul.reservHead li {
	display:inline-block;
}
ul.reservHead li.arrow {
    position:absolute;
    top:30px;
    width:20px;
    height:20px;
    cursor:pointer;
}
ul.reservHead li.arrow_L {
    left:20px;
    background:url('../img/arrow.png') 0 0;
}
ul.reservHead li.arrow_R {
    right:20px;
    background:url('../img/arrow.png') -20px 0;
}

ul.reservHead li.arrow_Lm {
    left:20px;
    background:url('../img/arrow.png') 0 0;
	top: 35px;
}
ul.reservHead li.arrow_Rm {
    right:20px;
    background:url('../img/arrow.png') -20px 0;
	top: 35px;
}

ul.reservHead li.month {
	margin:0 90px;
	font-size:26px;
	font-family: 'Noto Sans DemiLight';
	color:#000;
}
ul.reservHead li.month > span {
	font-size:18px;
}
table.calenda {
    margin-bottom:15px;
    padding:0 30px;
    width:100%;
    border-top:1px solid #e9e9e9;
}
table.calenda tr {
    height:55px;
}
table.calenda tr th:nth-child(7n) {
    border-right: none;
}
table.calenda tr th {
    font-size:22px;
    font-family: 'Noto Sans Light';
    color:#454545; border-right: 1px solid #d2d2d2;border-bottom: 2px solid #000000;
}
table.calenda tr td {
    text-align:center;
    height:70px;
    font-size:22px;
    font-family: 'Noto Sans DemiLight';
    color:#454545;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}
table.calenda tr td select{
    display: inline-block;
    padding: 0px 15px;
    width: 50%;
    height: 35px;
    background-color: #fff;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    font-size: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/arrowDwon.png) no-repeat 95% 50%;
}
table.calenda tr td:nth-child(7n) {
    border-right: none;
}
table.calenda tr td a {
    width:100%;
    height:70px;
    padding-top: 4px;
    box-sizing:border-box;
    color:#454545;
    transition:none;display: inline-block;
}
table.calenda tr td.sun a {
    color:#eb6100;
}
table.calenda tr td.sat a {
    color:#00a0e9;
}
table.calenda tr td a.reserv {
   /* background: #e7f8ff; */
   background:#c4edfe;
	color: #333;
}
table.calenda tr td a.pick, table.calenda tr td a:active , table.calenda tr td a.reserv:hover
{background:#eb5a38; color:#fff;}
table.calenda tr td a.today {
    border:2px solid #fb5a4a;
}
table.calenda tr td a.holiday {background:#777; color:#fff;}
table.calenda tr td a.closed {
    background:#eee; color:#8d8d8d;
}

table.calenda tr td a p {
  font-size: 16px;
}
table.calenda tr td a span {
  display: block;
  font-size: 16px;
}

ul.colorIndex {
    margin-top:20px;
    padding:17px 0;
    text-align:center;
    background-color:#fafafa;
}
ul.colorIndex li {
    margin:0 30px;
    display:inline-block;
    font-size:20px;
    color:#5a5a5a;
}
ul.colorIndex li span {
    float:left;
    margin-right:5px;
    display:block;
    width:14px;
    height:14px;
    border-radius:14px;
	margin-top:8px;
}
ul.colorIndex li span.circle01 {
    width:14px;
    height:14px;
    background:#eb5a38;
}
ul.colorIndex li span.circle02 {
	/* background:#e7f8ff; */
	background:#c4edfe;
	border:2px solid #ccc;
}
ul.colorIndex li span.circle03 {
	background:#ccc;
    border:2px solid #ccc;
}
ul.colorIndex li span.circle04 {
	background:#777;
    border:2px solid #777;
}
a.dateReset {
    position:relative;
    margin-left:15px;
    padding-left:30px;
    font-size:20px;
    color:#76bee4;
    background:url('../img/calendaIcon_mini.png') no-repeat  0;
}
p.userInfo {
  font-size:20px; text-align:center; padding:20px 0; line-height:1.5;
}

p.mark {
    margin:10px 0 30px 0;
    padding-left:20px;
    font-size:20px;
    line-height:26px;
    color:#666;
    background:url('../img/mark.png') no-repeat 0 5px;
}
ul.userInfo li span {
    color:#f15b23;
}
ul.reservTab li {
    float:left;
    width:33.33%;
}
ul.reservTab li a {
    margin-right:-1px;
    display:block;
    width:100%;
    height:60px;
    text-align:center;
    line-height:60px;
    font-size:22px;
    color:#525252;
    border:1px solid #eee;
    box-sizing:border-box;
}
ul.reservTab li.tabOn a {
    background-color:#0e539c;
    border:1px solid #0e539c;
    color:#fff;
}
table.timeTbl {
    width:100%;
}
table.timeTbl tr th {
    height:45px;
    background:#e7f8ff;
    border:1px solid #ccc;
    font-size:20px;
    font-family: 'Noto Sans DemiLight';
    color:#333;
}
table.timeTbl tr td {
    text-align:center;
    border:1px solid #ddd;
    height:65px;
    font-size:20px;
    color:#333;
}
table.timeTbl tr td a {
    padding:8px 10px;
    background:#eb5a38;
    font-size:20px;
    color:#fff;
}
table.timeTbl tr td.leftTxt {text-align: left; padding-left: 35px;}
table.timeTbl tr td a.closedBtn {
	background:#bbb;
}
table.timeTbl tr td a.ingBtn {
	display:inline-block; background:#ca920a; min-width:94px; box-sizing:border-box; padding:8px 0;
}
table.timeTbl tr td select{
    display: inline-block;
    padding: 0px 15px;
    width: 70%;
    height: 35px;
    background-color: #fff;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    font-size: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/select_02.png) no-repeat 95%;
}

/*-- END 날짜별예약 --*/

/*-- 코스별예약 --*/
div.coursePick a {
    display:block;
    float:left;
    width:285px;
    height:220px;
    text-align:center;
    color:#fff;
}
div.coursePick a.course01 {
    margin-right:10px;
    margin-bottom:10px;
    background:url('../img/courseReserv01.jpg') no-repeat;
}
div.coursePick a.course02 {
    margin-bottom:10px;
    background:url('../img/courseReserv02.jpg') no-repeat;
}
div.coursePick a.course03 {
    margin-right:10px;
    background:url('../img/courseReserv03.jpg') no-repeat;
}
div.coursePick a.course04 {
    background:url('../img/courseReserv04.jpg') no-repeat;
}
div.coursePick a p {
    padding-top:82px;
    padding-bottom:5px;
    font-size:32px;
}
div.coursePick a span {
    font-size:22px;
}
/*-- END 코스별예약 --*/

/*-- 시간별예약 --*/
div.timeReserv {
    min-height:600px;
}
div.dateInner {
    position:relative;
}
div.dateBtn {
    position:relative;
    padding:17px;
    width:100%;
    height:85px;
    border:1px solid #e5e5e5;
    box-sizing:border-box;
}
div.dateBtn p {
    font-size:18px;
    color:#777;
}
div.dateBtn p.date {
    margin-top:5px;
    font-size:25px;
    color:#252525;
}
div.dateBtn span.calIcon {
    position:absolute;
    top:21px;
    right:20px;
    display:block;
    width:47px;
    height:42px;
    background:url('../img/calendaIcon.png') no-repeat;
}
div.dateCalendar {
    display:none;;
    position:absolute;
    top:85px;
    width:100%;
    border:1px solid #e5e5e5;
    border-top:none;
    box-sizing:border-box;
    background:#fff;
}
div.dateCalendar ul.reservHead {
    background:#f9f9f9;
}

div.timeBox {
    margin-top:30px;
    width:100%;
    height:70px;
}
/*
div.arrow {
    position:absolute;
    top:50%;
    left:0;
    margin-top:-15px;
    width:30px;
    height:45px;
    background:#000;
}
*/
div.timeInner {
    width:100%;
    overflow: auto;
    white-space: nowrap;
    box-sizing:border-box;
}
div.timeInner a {
    margin-left:15px;
    display:inline-block;
    width:140px;
    height:75px;
    text-align:center;
    font-size:24px;
    line-height:72px;
    box-sizing:border-box;
}
div.timeInner a:first-child {
    margin-left:0;
}
div.timeInner a.am {
    color:#2292d1;
    border:3px solid #75bee7;
}
div.timeInner a.pm {
    color:#377eae;
    border:3px solid #377eae;
}
div.timeInner a.closed {
    border:3px solid #ddd;
    color:#999;
}

/*-- END 시간별예약 --*/

/*-- 1박2일 예약 --*/
a.pickBtn {
    padding:8px 10px;
    background: #b49453;
    font-size:20px;
    color:#fff;
}
a.pickBtn02 {
    background:#846629;
}
div.packageTime {
    display:none;
}
/*-- END 1박2일 예약 --*/

/*-- 셀프조인 --*/
ul.joinHead {
    border:1px solid #e9e9e9;
}
table.joinCalendar {
    width:100%;
}
table.joinCalendar tr th {
    text-align:center;
    height:35px;
    font-size:14px;
    color:#fff;
    background-color:#76a3c1;
    border:1px solid #76a3c1;
}
table.joinCalendar tr td {
    position:relative;
    padding:10px;
    height:85px;
    border:1px solid #e9e9e9;
    box-sizing:border-box;
    vertical-align:baseline;
}
table.joinCalendar tr td.open {
    padding:0;
}
table.joinCalendar tr td p {
    font-size:19px;
    color:#000100;
}
/*컬러*/
table.joinCalendar tr td.sun p {
    color:#f6415f;
}
table.joinCalendar tr td.sat p {
    color:#1087d3;
}
table.joinCalendar tr td a {
    display:block;
    padding:10px;
    width:100%;
    height:85px;
    background:#eff5f9;
    box-sizing:border-box;
}
table.joinCalendar tr td div.data {
    position:absolute;
    right:10px;
    bottom:10px;
}
table.joinCalendar tr td div.data span {
    display:block;
    margin-top:5px;
    font-size:16px;
    color:#888;
}
table.joinCalendar tr td div.data span:last-child {
    color:#fe9632;
}
table.selfjoin tr td {
    padding:0;
    height:65px;
}
table.selfjoin tr td select {
    padding-left:20px;
	width:100%;
	height:65px;
	border:none;
	font-size:22px;
    text-align:center;
	box-sizing:border-box;
    appearance:none;
    background:url('../img/select_02.png') no-repeat top right;
	-webkit-appearance:none;
	-moz-appearance:none;
}
table.selfjoin tr td select::-ms-expand {display:none;} /*IE에서*/
table.selfjoin tr td a {
    padding:8px 10px;
    background:#ff9914;
    font-size:20px;
    color:#fff;
}
/*-- END 셀프조인 --*/

/*-- 예약확인/취소 --*/
a.changeBtn {
	display:inline-block;
	padding:10px;
    background:#ff9914;
    font-size:20px;
    color:#fff;
}
a.cancelBtn {
	display:inline-block;
	min-width:100px;
	padding:10px;
    background:#999999;
    font-size:20px;
    color:#fff; text-align:center;
}
/*-- END 예약확인/취소 --*/


/*****동반자예약********/
.title {background:#eee; border:1px solid #ccc; padding:10px 0; text-align:center; margin-top:20px; font-size:20px;}
