/*---- 예약하기 ----*/
div.reservTxt {
  padding-bottom: 30px;
  text-align: center;
  line-height: 30px;
  border-bottom: 1px solid #e6e6e6;
}

.box_link {
  text-align: center;
}

.box_link .txt2 img {
  padding-left: 20px;
  width: 60px;
  height: 15px;
  transition: width;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}

.box_link .btn_viewmore.on .txt2 img {
  width: 80px;
  height: 16px;
  transition: width;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}

.box_link .box_j {
  width: 470px;
  height: 100%;
  border-radius: 16px;
  padding: 32px;
  padding-top: 72px;
  color: #fff;
  background: #4c6e8a;
  cursor: pointer;
}

.box_link .box_p {
  width: 470px;
  height: 100%;
  border-radius: 16px;
  padding: 32px;
  padding-top: 72px;
  color: #fff;
  background: #9e8e3e;
  cursor: pointer;
}

.box_link .txt1 {
  font-size: 28px;
  line-height: 48px;
  height: 48px;
  font-weight: bold;
}

.box_link .txt2 {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 100;
}

.box_link .txt2 img {
  padding-left: 20px;
}

.btn_viewmore {
  transform: translate(0, 0);
  opacity: 1;
  transition: transform 0.8s, opacity 0.8s;
  transition-delay: 1.2s;
  display: inline-block;
}

.custom_viewmore {
  position: relative;
  margin-left: 30px;
  width: 470px;
  height: 344px;
  overflow: visible;
}

.custom_viewmore:after {
  content: none;
}

.custom_viewmore span.line {
  position: absolute;
  width: 100%;
  height: 100%;
}

.custom_viewmore span.line_l {
  top: 0;
  left: 0;
}

.custom_viewmore span.line_r {
  bottom: 0;
  right: 0;
}

.custom_viewmore span.line:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  display: block;
  transition: all 0.15s;
}

.custom_viewmore span.line:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  display: block;
  transition: all 0.15s;
}

.custom_viewmore span.line_l:before {
  top: 0;
  left: 0;
  height: 0;
  border-left: 5px solid #fff;
  border-color: inherit;
}

.custom_viewmore span.line_l:after {
  top: 0;
  right: 0;
  width: 0;
  border-top: 5px solid #fff;
  border-color: inherit;
}

.custom_viewmore span.line_r:before {
  bottom: 0;
  right: 0;
  height: 0;
  border-right: 5px solid #fff;
  border-color: inherit;
}

.custom_viewmore span.line_r:after {
  bottom: 0;
  left: 20px;
  width: 70%;
  border-bottom: 5px solid #fff;
  border-color: inherit;
}

.custom_viewmore:hover {
  opacity: 1;
}

.custom_viewmore.on span.line_r:after {
  left: 0;
  width: 100%;
}

.custom_viewmore.on span.line_r:before {
  height: 100%;
  transition-delay: 0.1s;
}

.custom_viewmore.on span.line_l:after {
  width: 100%;
  transition-delay: 0.25s;
}

.custom_viewmore.on span.line_l:before {
  height: 100%;
  transition-delay: 0.4s;
}

.custom_viewmore.off span.copy {
  transform: translate(0, 6px);
}

.custom_viewmore.off span.line_r:after {
  left: 20px;
  width: 70%;
  transition-delay: 0.4s;
}

.custom_viewmore.off span.line_r:before {
  height: 0;
  transition-delay: 0.25s;
}

.custom_viewmore.off span.line_l:after {
  width: 0;
  transition-delay: 0.1s;
}

.custom_viewmore.off span.line_l:before {
  height: 0;
}

.custom_viewmore.off span.line_r:after {
  left: 20px;
  width: 0%;
  transition-delay: 0.4s;
}

/*
div.reservTxt p.txt01 {
    font-size:18px;
    color:#578cc5;
}
*/
p.reservDate {
  margin-bottom: 7px;
  font-size: 22px;
  color: #636363;
}

p.reservDate span {
  color: #9e8e3e;
}

div.reservTxt p.txt02 {
  font-size: 16px;
  color: #252525;
}

div.reservTxt p.txt02 span {
  font-size: 18px;
  font-weight: bold;
  color: #9e8e3e;
}

a.checkLinkBtn {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding: 10px 0;
  padding-right: 20px;
  width: 180px;
  text-align: center;
  background-color: #9e8e3e;
  color: #fff;
  border-radius: 0 8px;
}

a.checkLinkBtn:hover {
  background-color: #1b1b1b;
}

a.checkLinkBtn span {
  position: absolute;
  top: 15px;
  right: 30px;
  display: block;
  width: 18px;
  height: 18px;
  background: url('../img/arrow.png') no-repeat;
}

div.reservInner {
  margin-top: 40px;
}

div.leftCnt {
  float: left;
  margin-top: 16px;
  width: 380px;
  text-align: center;
}

div.calBox {
  margin-bottom: 20px;
}

h2.calHead {
  position: relative;
  font-size: 18px;
  color: #363636;
}

table.calenda {
  margin-top: 20px;
  width: 100%;
}

table.calenda thead {
  background-color: #E9E0AF;
}

table.calenda th {
  height: 28px;
  font-size: 14px;
  font-weight: 300;
}

table.calenda th.sun {
  color: #fd0019;
}

table.calenda th.sat {
  color: #1abff0;
}

table.calenda td {
  height: 45px;
  padding: 5px;
  color: #7d7d7d;
}

table.calenda td.sun a {
  color: #fd0019;
}

table.calenda td.sat a {
  color: #1abff0;
}

table.calenda td a {
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 14px;
  line-height: 31px;
  border: 2px solid transparent;
  box-sizing: border-box;
}

table.calenda td a.reserved {
  border: 1px solid #ccc;
  color: #ccc;
  border-radius: 50%;
}

table.calenda td a.today {
  border: 2px solid #008539;
  border-radius: 50%;
}

table.calenda td a.today:hover {
  border: 2px solid #008539;
	background: #008539;
	color: #fff;
}

table.calenda td a.selec1 {
  border: 2px solid #9e8e3e;
  border-radius: 50%;
}

table.calenda td a.selec1:hover {
  border: 2px solid #9e8e3e;
	background: #9e8e3e;
	color: #fff;
}

table.calenda td a.selec2 {
  border: 2px solid #c14f87;
  border-radius: 50%;
}

table.calenda td a.selec2:hover {
  border: 2px solid #c14f87;
	background: #c14f87;
	color: #fff;
}

table.calenda td a.selec3 {
  border: 2px solid #6b4fbe;
  border-radius: 50%;
}

table.calenda td a.selec3:hover {
  border: 2px solid #6b4fbe;
	background: #6b4fbe;
	color: #fff;
}

ul.colorIndex {
  margin-top: 25px;
  text-align: left;
}

ul.colorIndex li {
  margin-right: 15px;
  display: inline-block;
  font-size: 15px;
  color: #333;
}

ul.colorIndex li span {
  float: left;
  margin-right: 8px;
  display: inline-block;
  width: 15px;
  height: 15px;
}

ul.colorIndex li span.box01 {
  background-color: #9e8e3e;
}

ul.colorIndex li span.box03 {
  background: url('../img/reserv_closed.jpg') no-repeat top left;
  border: 1px solid #ccc;
}

ul.colorIndex li span.box02 {
  background-color: #3b4856;
}

div.rightCnt {
  float: right;
  width: 700px;
}

div.timeCnt {
  margin-top: 8px;
}

table.timeTbl {
  width: 100%;
}

table.timeTbl:nth-child(2) {
  margin: 0 2px;
}

table.timeTbl caption {
  width: 100%;
  height: 46px;
  font-family: 'Noto Sans Bold';
  font-size: 16px;
  letter-spacing: -0.025rem;
  line-height: 46px;
  border-top: 2px solid #5F6668;
  color: #5F6668;
}

table.timeTb1 tbody {
  float: left;
  overflow-y: auto;
  height: 300px;
}

table.timeTbl tr {
  text-align: center;
  background-color: #faf9f5;
  border: 1px solid #ccc;
  cursor: default;
}

.tit {
  padding: 16px 0;
  border-top: 2px solid #5F6668;
  background-color: #fff!important;
  font-size: 14px;
  font-weight: 600;
}


table.timeTbl tr td {
  height: 55px;
}

table.timeTbl tr td.fees {
  padding-left: 8px;
  text-align: left;
}

table.timeTbl tr td p {
  font-size: 14px;
  color: #444;
}

table.timeTbl tr td span.reduced {
  padding-right: 8px;
  font-size: 14px;
  text-decoration: line-through;
  color: #9e8e3e;
}

table.timeTbl tr td a.reservBtn {
  display: inline-block;
  width: 50%;
  height: 30px;
  text-align: center;
  background-color: #9e8e3e;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  opacity: 0.9;
  border-radius: 0 8px;
}

table.timeTbl tr td a.BookingBtn {
  background-color: #999;
}

table.timeTbl tr:hover td p {
  color: #000;
}

table.timeTbl tr:hover td span {
  color: #000;
}

table.timeTbl tr:hover td a.reservBtn {
  opacity: 1;
  background-color: #000;
  color: #fff;
}

div.comenBox {
  margin: 56px 0;
  padding: 45px 0;
  width: 100%;
  border: 4px solid #f6f6f6;
  text-align: center;
}

div.comenBox p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
	letter-spacing: -0.125rem;
  color: #9e8e3e;
}

/*---- 예약현황 ----*/
p.reCheckTxt {
  margin-bottom: 30px;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  color: #666;
}

p.reCheckTxt span {
  font-size: 28px;
  letter-spacing: 1px;
  color: #3c4856;
}

/*-- END 예약현황 --*/
/*---- 연간단체 ----*/
h2.subTit01 {
  display: inline-block;
}

span.groupReservBtn {
  margin-left: 50px;
  display: inline-block;
}

span.groupReservBtn a {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  width: 220px;
  height: 40px;
  font-size: 16px;
  color: #9e8e3e;
  line-height: 40px;
  text-align: center;
  border: 2px solid #9e8e3e;
  background: url('../img/download.png') no-repeat 20px 10px;
}

span.groupReservBtn a::after {
  position: absolute;
  top: 1px;
  left: 40px;
  content: 'ㅣ';
}

p.numberTit {}

p.numberTit {
  margin-bottom: 15px;
  display: block;
  font-size: 20px;
  color: #333;
}

p.numberTit span {
  padding-right: 10px;
  font-family: 'Noto Sans Medium';
  color: #9e8e3e;
}

ul.groupUl01 {
  margin-left: 40px;
}

ul.groupUl01 li {
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 26px;
  color: #666;
}

div.cntBox {
  margin: 0;
  padding: 50px 0;
  border-top: 1px dotted #ddd;
}

div.cntBox:nth-child(1) {
  border-top: none;
}


/*-- END 연간단체 --*/
