@charset "UTF-8";
#schdulWrap{position:relative;min-height: 400px;}
/* 검색*/
#schdulWrap .search{text-align:center; padding:20px;font-size:20px;}
#schdulWrap .search span{margin:9px 30px 0 30px;font-size: 28px;font-weight: 500;color: #333;}
#schdulWrap .search input,
#schdulWrap .search strong,
#schdulWrap .search select{padding:0;height:auto;border:none;font-size:1.9em;font-weight:500;vertical-align:middle;color:#000;margin: 0 0px;}
#schdulWrap .search input{text-align: center;width: 90px;}
#schdulWrap .search select{text-align:left;}
#schdulWrap .hide{display:none;}
#schdulWrap .search a {background: url("../images/wizBtn_direction.png") 0 0 no-repeat;width: 32px;height: 32px;text-indent: -5000px;display: inline-block;vertical-align: middle;padding-bottom: 10px;}
#schdulWrap .search a.next{background-position:right top;padding-bottom: 10px;}
#schdulWrap .search input.day-text{width:auto; text-align:center;padding-bottom: 10px;}

.tabMenu ul li{display:inline-block;}
.tabMenu > ul{overflow: hidden;line-height:1.6; display:Table; width:100%;}
.tabMenu > ul > li{display:table-cell}
.tabMenu > ul > li > a{display: block;color: #494949;background-color: #f8f8f8;padding: 10px 25px;border: 1px solid #d2d2d2;box-sizing: border-box; text-align:center; font-size:1.2em;}
.tabMenu > ul > li + li > a{border-left:none;}
.tabMenu > ul > li > a.active{color: #fff; background-color: #005bac; border: 1px solid #5a7797; font-weight:300;}

.stabMenu{text-align:Center;border-bottom:1px solid #ddd;position:relative;border-bottom:1px solid #ddd;}
.stabMenu .stabinfo li{display:inline-block; margin: 20px 35px 20px 0px; color:#000; font-size:20px; font-weight:500;}
.stabMenu .stabinfo li + li:before{content:''; width:4px; height:4px; display:inline-block;  vertical-align:middle; background-color:#333; border-radius:15px; margin-right:40px; margin-top:-3px;}
.stabMenu .stabinfo li a{padding: 20px 40px 16px;font-size: 18px;font-family: 'NanumSquare';}
.stabMenu .stabinfo li a.on{color:#0067b4;border-bottom:5px solid #0067b4;}
.stabMenu h3{font-size: 1.3em;padding: 15px 0;border-bottom: 2px solid #353e4d;color: #000;text-align:left;font-weight: 500;letter-spacing: -1.5px;line-height: 1.6em;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.stabMenu h3:before{content: '';width: 17px;height: 17px;display: inline-block;background: url(../images/bullet.png)no-repeat;margin-right: 12px;}


.reservation{position:absolute;left:0;top: 70px;padding:25px 35px;box-sizing: border-box;background-color:#fff;border:5px solid #eee;width:100%;z-index:999; display:none;box-shadow: 0px 9px 9px -7px #afafaf;}
.reservation .close{position:absolute;right:-6px;top: -58px;background:url(../images/close.png)no-repeat;text-indent:-99999px;width:45px;height:45px;}

/*table달력*/
.monthTable{border-top:2px solid #000;}
.monthTable table{width:calc(100% - 2px)}
.monthTable table th,
.monthTable table td{padding:8px;}
.monthTable table thead th{border:none;font-weight:500;font-size: 16px;padding: 15px 0;line-height: 17px;background: #f2f2f2;color: #333;font-weight: 600;letter-spacing: -1px;border-top: 2px solid #333;}
.monthTable table tbody th{border:none;font-weight:500;font-size: 17px;background-color:#f8f8f8;border:1px solid #ddd;line-height: 16px;}
.monthTable table th.sun{color:#e57171;}
.monthTable table th.sat{color:#438feb;}
.monthTable table td{text-align:left;vertical-align:top;height:110px;font-size: 15px;border:1px solid #ddd;position: relative;}
.monthTable table td a{display: block;position: absolute;left:0;top:0;width:100%;height:100%;}
.monthTable table td.sun a,
.monthTable table td.sun ul li{color:#e57171;}
.monthTable table td.sat a,
.monthTable table td.sat ul li{color:#438feb;}
.monthTable table td.today{border:2px solid #0055bc; background-color:#f1f7ff}
.monthTable table td.today ul{padding:5px;text-align: left;}
.monthTable table td.sun{color: #e57171;}
.monthTable table td.sat{color: #438feb;}
/* 달력 링크는 동그라미 없애기 */
.monthTable table td a:hover {
    border-radius: 0;
}
.monthTable table.dayTable td{height:30px;}

.slist > li > a{}

/*색상변경*/
.monthStep{display:inline-block;}
.monthStep ul li{display:inline-block;margin-right:10px;font-size: 15px;}
.monthStep ul li + li:before{content:'/'; display:inline-block; margin-right:13px; font-size:.8em; color:#999;}
.monthStep ul li span{}

.tablehead{margin:20px 0;}
.tablehead .choice{float:right; margin-top:-8px;}
.tablehead .choice select{line-height: 45px;height: 45px;padding-left:5px;color: #000;min-width: 200px;border: 1px solid #999;}

.stepColor{width:10px; height:10px; display:inline-block; margin-right:5px; margin-top:-3px; border-radius:10px;}
.stepColor.step01{background-color:#0052b7;}
.stepColor.step02{background-color:#56af2d;}
.stepColor.step03{background-color:#ed6712;}
.stepColor.step04{background-color:#bfbfbf;}

.monthTable li{font-size: 13px;line-height: 1.4;word-break: keep-all;color: #777;}
.monthTable li + li{margin-top: 7px;}
.monthTable li a{position:relative;line-height:1.2;padding-left:10px;display:block;color:#555;padding-left:13px;font-size: 14px;font-family: 'NotoLight';}
.monthTable li a:before{content:''; width:7px; height:7px; display:block; position:absolute; left:0; top:5px; border-radius:10px;}
.monthTable li a.listSetp01:before{background-color:#0052b7;}
.monthTable li a.listSetp02:before{background-color:#56af2d;}
.monthTable li a.listSetp03:before{background-color:#ed6712;}
.monthTable li a.listSetp04:before{background-color:#bfbfbf;}
.monthTable li a span{display:block;font-weight:300;line-height: 16px;font-size: 14px;font-family: 'NotoLight';}


/*spopup01*/
#schdulWrap .stabMenu h3{font-size: 18px;padding: 15px 0;border-bottom: 3px solid #353e4d;color: #000;text-align:left;font-weight: 500;letter-spacing: -1.5px;line-height: 1.4;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
#schdulWrap .stabMenu h3:before{content: '';width: 17px;height: 17px;display: inline-block;background: url(../images/bullet.png)no-repeat;margin-right: 12px;position: relative;top: 3px;}
#spopup01 .tableWrap{margin-bottom:20px;min-width:50px}
#spopup01 .tableWrap table{border-top:none;}
#spopup01 .tableWrap thead th,
#spopup01 .tableWrap tbody td{padding:15px 0; line-height:1.4;}


/*spopup02*/

#spopup02 .tableWrap_cl{float:right;display:inline-block;width:55%;margin-top:20px;min-width: 100px;}
#spopup02 .tableWrap_cl table{min-width: 300px;border-bottom:2px solid #ddd;border-top: 2px solid #ccc;}
#spopup02 .tableWrap_cl thead th{padding:10px 0;background-color:#f9fafc;border-right:1px solid #ddd;border-bottom:1px solid #ddd; font-weight:500;}
#spopup02 .tableWrap_cl tbody th{padding:10px 0;text-align: left;padding-left: 25px;box-sizing: border-box;background-color:#f9fafc;border-right:1px solid #ddd;border-bottom:1px solid #ddd;font-weight:500;color: #222;}
#spopup02 .tableWrap_cl tbody td{padding:13px 0;border-bottom:1px solid #ddd;}
#spopup02 .tableWrap_cl tbody .firstbox{border-top:2px solid #ddd;}
#spopup02 .tableWrap_cl tbody td{text-align:left; padding-left:10px;}
#spopup02 .align{float:inherit;width:100%;margin-top:0px;}
#spopup02 .align table{border-top:none;}

.placeInfo._activediv,
.reserveInfo._activediv{display:block;width:100%;height:auto;}
.placeInfo,
.reserveInfo{display:none;}

.reserveInfo .slick-slide{float:left;}

/*spopup03*/
#spopup03 .artclItem{margin-bottom:20px;}
#spopup03 .artclItem .artclLabel{position: relative;font-weight: 500;color: #000;width: 160px;background: #f5f5f5;padding: 15px 30px 15px 20px;display: table-cell;text-align: left;box-sizing: border-box;}
#spopup03 .artclItem .artclInsert{display: table-cell;padding: 10px;vertical-align: middle;width: calc(100% - 150px);}
#spopup03 .artclItem .artclInsert input[type="text"],
#spopup03 .artclItem .artclInsert select{line-height: 40px;height: 40px;padding: 0 9px 0;box-sizing: border-box;font-weight: 200;border: 1px solid #ddd;font-family: 'Noto Light';}
#spopup03 .artclItem .artclInsert input[type="text"]{width:80%;}
#spopup03 .artclItem .artclInsert textarea{font-family: 'Noto Light'; width:80%; min-height:100px;font-weight: 200;border-box;border: 1px solid #ddd;}
#spopup03 .artclItem .artclForm{position: relative;border-bottom: 1px #dcdcdc solid;display: table;width:100%;font-size: 15px;}
#spopup03 .artclItem ._half{text-align: left;}
#spopup03 ._auto{width:auto;}
#spopup03 ._full{width: 84%;text-align: left;}
#spopup03 ._half{width:50%;float:left;}
#spopup03 .ad{width:84%;}
#spopup03 .floatL{float:left; width:50%;display:inline-block;}
#spopup03 .artclItem .phone{width:15%;}
#spopup03 p{color:orange;text-align:center;font-weight:500;margin-bottom:20px;}
#spopup03 a.btn{background-color:#00428e;color:#fff;padding:10px 40px; border-radius:4px;text-align:center;display: inline-block;}
#spopup03 mark.must{margin-left: 5px;width: 8px;height: 11px;text-indent: -5000px;background: url(../images/must.gif) no-repeat;overflow: hidden;padding: 0;display: inline-block;}
#spopup03 ._bgstyle{background-color:#005bac;color:#fff;padding: 9px 20px;border-radius:3px;margin-bottom: 0;font-family: 'Noto Regular';}
#spopup03 .confirm{border:none;background-color:#005bac;color:#fff;padding:5px 15px;border-radius: 3px;margin-top:-5px;}
#spopup03 .delete{border:none;background-color:#9093a2;color:#fff;padding:5px 15px;border-radius: 3px;}
#spopup03 .ul-inline li{display:inline-block;margin-right:10px;}

#spopup03 .inner-scroll{overflow-y:scroll;overflow-x:hidden;height: 600px;padding-right:15px;}
#spopup03 .inner-scroll::-webkit-scrollbar {width: 7px;}
#spopup03 .inner-scroll::-webkit-scrollbar-thumb {background-color: rgba(0,0,0,.5);border-radius: 3px;}
#spopup03 .inner-scroll::-webkit-scrollbar-track {background-color: #aaa;border-radius: 3px;}

/*spopup04*/
#spopup04 .gallerySlider{margin-top:20px;display:inline-block;float:left; width:45%;position:relative;}
#spopup04 .slickThum li{display:inline-block; height: 310px; overflow: hidden; margin-bottom: 20px;}
#spopup04 .slickThum {position: relative;width:73%;padding:0 25px; margin: 0 auto;}
#spopup04 .slickThum .slick-slide{margin:0 10px;width:90px;height:60px;}
#spopup04 .slickThum img{max-width: 100%;}
#spopup04 .slick-slide img{max-width: 100%;}
#spopup04 .slick-list{overflow:hidden;}
#spopup04 .slick-track{display:inline-block;}
#spopup04 .slickGallery{text-align:center;margin:0 auto; width:360px;}
#spopup04 .slickGallery li{display:block; float:left;}
#spopup04 .slickGallery img{border:1px solid #ddd;max-width: 100%;}

#spopup04 .slick-prev,
#spopup04 .slick-next{position:absolute;top:50%;width:22px;height:60px;text-indent:-9999px;margin-top:-30px;}
#spopup04 .slick-prev {background:url(../images/left.png)no-repeat;left:0;}
#spopup04 .slick-next {background:url(../images/right.png)no-repeat;right:0;}

#spopup04 .tableWrap_cl{float:right;display:inline-block;width:55%;margin-top:20px;min-width: 100px;}
#spopup04 .tableWrap_cl table{min-width: 300px;border-bottom:2px solid #ddd;border-top: 2px solid #ccc;}
#spopup04 .tableWrap_cl thead th{padding:10px 0;background-color:#f9fafc;border-right:1px solid #ddd;border-bottom:1px solid #ddd; font-weight:500;}
#spopup04 .tableWrap_cl tbody th{padding:10px 0;text-align: left;padding-left: 25px;box-sizing: border-box;background-color:#f9fafc;border-right:1px solid #ddd;border-bottom:1px solid #ddd;font-weight: 400;color: #222;font-size: 15px;}
#spopup04 .tableWrap_cl tbody td{padding:13px 0;border-bottom:1px solid #ddd;}
#spopup04 .tableWrap_cl tbody .firstbox{border-top:2px solid #ddd;}
#spopup04 .tableWrap_cl tbody td{text-align:left; font-size:15px;padding-left:10px;}
#spopup04 .align{float:inherit;width:100%;margin-top:0px;}
#spopup04 .align table{border-top:none;}

.clCn{height:160px;overflow-y:scroll;display:block;}

/*etc*/
._button._active input,
._button._active a{background-color:#0060a6}

@media only screen and (max-width:1023px){
	#equipmentWrap .equipmentList li .artclInfo dl dt{display:block;}
	#equipmentWrap .equipmentList li .artclInfo dl dd{margin:0 0 10px 10px;}
	#equipmentWrap .equipmentList li .artclInfo dl dd:before{display:none;}
  .slickGallery{width:calc(100% - 50px)!important;}
}

/* 반응형*/
@media only screen and (max-width:860px){
	#equipmentWrap .equipmentList li .thumbnail{width:100%; height:auto; padding:0; margin:0 0 20px 0;}
	#equipmentWrap .equipmentList li .artclInfo{width:100%;}

  .stabMenu .stabinfo li a{padding:20px}
  .stabMenu .stabinfo li + li:before{margin-right:20px;}
  .monthTable{overflow-x: scroll;}
  .dayTable{min-width: 800px;}
  #spopup03 ._full{width:75%;}
  #spopup03 .ad{width:75%;}
}

@media only screen and (max-width:800px){
  #spopup03 ._auto{width:100%;margin-bottom:10px;}
}

@media only screen and (max-width:680px){
  .stabMenu .stabinfo li{margin:0px;margin-top: 20px;}
  .stabMenu .stabinfo li a{padding:11px}
  .stabMenu .stabinfo li + li:before{margin-right:10px;}
  .stabMenu{height:70px;}
  .reservation .close{top:-62px;right:0;}

  #schdulWrap .search{padding:10px;}
  #spopup02 .tableWrap{width:100%;}
  #spopup02 .tableWrap_cl{float:none;width:100%;}

  #spopup03 ._auto{width:auto;margin-bottom:0px;}
  #spopup03 .artclItem .artclLabel{display:block;width:calc(100% - 50px);}
  #spopup03 .artclItem .artclInsert{display:block;}
  #spopup03 ._full{width:100%;}
  #spopup03 .floatL{margin-bottom:20px;width:75%;}
  #spopup03 .artclItem{min-width:40px;overflow-x: scroll;}

  #spopup04 .gallerySlider{width:100%;display:block;}
  #spopup04 .tableWrap{width:100%;}
  #spopup04 .tableWrap_cl{float:none;width:100%;}
}

@media only screen and (max-width:600px){
	#equipmentWrap .equipmentList li{width:calc(100% - 4px); margin:10px 0 10px 0;}

  .stabMenu{height: 62px;}
  .stabMenu .stabinfo li{font-size:15px;}
  .reservation .close{background-size:75%;top:-67px;}
  .stabMenu .stabinfo li a{padding:20px 15px;}
  .tablehead .choice{margin-top: 5px;margin-bottom: 5px;}
  .stabMenu .stabinfo li a{padding: 15px;}
  .monthTable table thead th{font-size:0.9em;}
  #schdulWrap .search input,
  #schdulWrap .search select{font-size:1.1em;}
  #spopup03 ._half{width:auto;}
  #spopup03 ._auto{width:96%;margin-bottom:10px;}
  #spopup02 .selectBox{position:static;margin-top:20px;}
}

@media only screen and (max-width:480px){
  .reservation{padding:5px 15px;}
  .stabMenu .stabinfo{text-align: center;margin-left: -50px;}
  .stabMenu .stabinfo li{font-size:13px;}
  .stabMenu .stabinfo li a{padding:15px 10px;}
  .tabMenu > ul > li > a{padding:5px 12px;font-size:14px;}
  #spopup02 .reserveInfo .tableWrap table{border-top:none;min-width:inherit;}
  #spopup02 .reserveInfo .tableWrap tbody th{width:200%;display: block;}
  #spopup02 .reserveInfo .tableWrap tbody td{display: block;width: 200%;}
  #spopup03 ._full{width:94%;}
  #spopup03 .artclItem .artclLabel{width: 86.5%;}
  #spopup03 .artclItem .phone{width:25%;}
  #spopup04 .reserveInfo .tableWrap table{border-top:none;min-width:inherit;}
  #spopup04 .reserveInfo .tableWrap tbody th{width:200%;display: block;}
  #spopup04 .reserveInfo .tableWrap tbody td{display: block;width: 200%;}
}

._messageOverlay ._obj ._msgWrap{padding:100px 0;}
._messageOverlay ._msgWrap ._inner{position:initial !important;text-align:center;}
/**공통예약시스템**/
._rsvt {display: flex; justify-content: center; flex-wrap: wrap;}
._rsvt .listWrap {font-size: 0; width: 100%;}
._rsvt .listWrap > div.list {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.09);
  border: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.18s, box-shadow 0.18s;
  width: calc(25% - 15px);
  padding: 0;
}
._rsvt .listWrap > div.list:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.14);
}

._rsvt .listWrap {
  font-size: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
._rsvt .listWrap > div.list .thumWrap {
  margin: 0;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f0f0f0;
}
._rsvt .listWrap > div.list .thumWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
._rsvt .listWrap > div.list:hover .thumWrap img {
  transform: scale(1.04);
}

._rsvt .listWrap > div.list .list-title01 {
  display: block;
  font-size: 18px;
  line-height: 1.4;
  margin: 12px 10px 6px 10px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._rsvt .listWrap > div.list .list-title02 {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  word-break: keep-all;
  padding: 0 10px;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}

._rsvt .listWrap > div.list > p {font-size: 14px; color: #2e2e2e; line-height: 1.4; padding: 0 10px;}
._rsvt .listWrap > div.list > p > span {font-size: 14px; position: relative; display: inline-block; color: #959595; font-weight: 600; letter-spacing: -0.5px; padding-left: 8px;}
._rsvt .listWrap > div.list > p > span:before {content: ''; width: 3px; height: 3px; background: #ccc; position: absolute; left: 0; top: 8px; border-radius: 50%;}
._rsvt .listWrap > div.list > p + p {margin-top: 4px;}

._rsvt .listWrap > div.list form {
  padding: 12px 16px 16px;
  margin-top: auto;
}
._rsvt .listWrap > div.list input[type="submit"] {
  width: 100%;
  padding: 10px 0;
  background: #1e4da4;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: background 0.15s;
  position: static;
}
._rsvt .listWrap > div.list input[type="submit"]:hover {
  background: #0d3d80;
}

._rsvt .listWrap > div.list .card-body {
  padding: 14px 16px 0;
  flex: 1;
}
._rsvt .listWrap > div.list .list01,
._rsvt .listWrap > div.list .list02 {height: auto; overflow: hidden; padding: 0 10px;}

/* 반응형 */
@media only screen and (max-width: 767px) {
  ._rsvt .listWrap > div.list {
    display: block;
    width: 100%;
    padding: 0 0 55px 0;
  }
  ._rsvt .listWrap > div.list:nth-child(odd) { margin-right: 0; }
}

@media only screen and (max-width: 520px) {
  ._rsvt .thumWrap { height: 160px; }
}

._rsvt .listWrap > div.list .spec-list {
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
  border-top: 1px solid #f0f0f0;
}
._rsvt .listWrap > div.list .spec-list li {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid #f7f7f7;
  font-size: 12.5px;
  line-height: 1.4;
  gap: 8px;
}
._rsvt .listWrap > div.list .spec-list li:last-child { border-bottom: none; }
._rsvt .listWrap > div.list .spec-list .spec-label { color: #777; flex-shrink: 0; min-width: 64px; }
._rsvt .listWrap > div.list .spec-list .spec-value { color: #333; font-weight: 500; text-align: right; word-break: keep-all; }