button {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
}

.conditionsArea {
  position: relative;
  min-height: 30px;
  padding: 8px 0 0 0;
}

.fixed {
  position: fixed !important;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid #CCC;
  box-shadow: 0 2px 4px #666;
  padding-bottom: 15px;
  width: 100%;
}

.calendar-btn {
  margin: 10px auto -20px;
  width: 98%;
  display: block;
  background: #FFF !important;
  padding: 5px 0 !important;
}
.calendar-btn a {
  display: block;
  width: 100%;
  height: 100%;
}

.conditionsList {
  float: none;
  margin-left: 5px;
  width: 47.5%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.calendar-list {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.calendar-label {
  text-align: left;
  position: absolute;
  top: 10px;
  height: 20px;
  display: table-cell;
  vertical-align: middle;
}
.calendar-label span {
  position: absolute;
  min-width: 60px;
  top: 3px;
  font-weight: bold;
  color: #333;
}

.changeConf {
  padding: 6px 15px !important;
  margin-right: 5px;
  position: absolute;
  right: 0;
  top: 10px;
}

.selectCalendar {
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #CCC;
  border-radius: 3px;
  box-sizing: border-box;
}

.calendar-date {
  display: inline-block;
  background-color: #FFF;
  margin-left: 1px;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  color: #666;
}
.calendar-date a {
  color: #666;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 5px 0;
}
.calendar-date.sun a, .calendar-date.holiday a {
  color: #971709;
  text-decoration: none;
  background-color: #fff1f0;
  border-radius: 5px;
}
.calendar-date.sun, .calendar-date.holiday {
  color: #971709;
  background-color: #fff1f0;
}
.calendar-date.sat {
  color: #0D5186;
  background-color: #ebf6ff;
}
.calendar-date.sat a {
  color: #0D5186;
  text-decoration: none;
  background-color: #ebf6ff;
  border-radius: 5px;
}
.calendar-date.jscSelectDay a {
  color: #FFF;
  text-decoration: none;
  background-color: #3B860D;
  border-radius: 5px;
}
.calendar-date.clicked {
  background-color: #3B860D;
  box-shadow: 0px 4px 0 #256822 inset;
  color: #FFF;
}
.calendar-date:first-child {
  margin-left: 0;
}

.sat {
  color: #0D5186;
}

.sun,
.holiday {
  color: #971709;
}

.disabled {
  color: #CCC;
  background-color: #EEE;
  pointer-events: none;
  padding: 5px 0;
}

.slick-disabled {
  color: #CCC !important;
  pointer-events: none;
}

.calendar-date_num {
  font-size: 13px;
}

.calWrap {
  background-color: #FFF;
  border-bottom: none;
  padding: 0;
  position: absolute;
  top: 50px;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}

.scheduleTbl.cal td {
  color: #666;
}
.scheduleTbl.cal a {
  background: #FFF;
  border: 1px solid #CCC;
  box-shadow: 0 2px 0px #CCC;
  color: #3B860B;
}
.scheduleTbl th.sun a {
  color: #971709;
  background: #fff1F0;
}
.scheduleTbl td.sun a, .scheduleTbl td.holiday a {
  color: #971709;
  background: #fff1F0;
}
.scheduleTbl th.sat a,
.scheduleTbl td.sat a {
  color: #0D5186;
  background: #ebf6ff;
}
.scheduleTbl.cal span {
  border: 1px solid #CCC;
  background-color: #EEE;
}
.scheduleTbl.cal a span {
  background-color: transparent;
}
.scheduleTbl.cal .closed span {
  border: 1px solid #CCC;
  background-color: #EEE;
}
.scheduleTbl.cal .closed span span {
  border: 0px solid;
}

.selectMonthList {
  width: 97%;
}
.selectMonthList.col3 li {
  width: 16.66%;
}
.selectMonthList.col3 li:first-child a {
  border-radius: 5px 0 0 5px;
}
.selectMonthList.col3 li:last-child a {
  border-radius: 0 5px 5px 0;
}
.selectMonthList.col3 li a {
  background: #FFF;
}
.selectMonthList.col3 li.current a {
  background: #3B860D;
  color: #FFF;
  box-shadow: 0 2px 0 #256822 inset;
  height: 18px;
}

.scheduleTbl.cal span.none {
  border: none;
}
.scheduleTbl.cal a.current {
  background: #3B860D;
  color: #FFF;
  box-shadow: 0 2px 0 #256822 inset;
}

.selectMonthList.col3 li a {
  box-shadow: 0 2px 0 #CCC;
}

.posL,
.posR {
  margin: 0 auto;
  display: block;
  position: relative;
}

.jscSelectDay {
  background: #3B860D;
  color: #FFF;
  box-shadow: 0 2px 0 #256822 inset;
}

.selectCalendar_wrap {
  overflow: hidden;
  position: relative;
  height: 50px;
}

ul.selectCalendar_days {
  font-size: 0;
  margin: 5px 0;
  height: 40px;
  white-space: nowrap;
  position: absolute;
  padding: 0 22px;
}

.selectCalendar_days li {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  height: 40px;
  box-sizing: border-box;
}

.prev-btn {
  position: absolute;
  background-image: url("../../../../../site/img/prev-arrow.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 6px 12px;
  z-index: 100;
  height: 50px;
  line-height: 50px;
  background-color: #FFF;
  width: 22px;
  text-align: center;
  border-radius: 3px 0 0 3px;
  box-shadow: 0px 0px 10px;
}
.prev-btn.noAction {
  background-image: url("../../../../../site/img/prev-arrow_disable.png");
  pointer-events: none;
}

.next-btn {
  position: absolute;
  background-image: url("../../../../../site/img/next-arrow.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 6px 12px;
  z-index: 100;
  right: 0;
  width: 22px;
  text-align: center;
  background-color: #FFF;
  height: 50px;
  line-height: 50px;
  border-radius: 0 3px 3px 0;
  box-shadow: 0px 0px 10px;
}
.next-btn.noAction {
  background-image: url("../../../../../site/img/next-arrow_disable.png");
  pointer-events: none;
}

.modalListWrap {
  height: 100%;
  width: 100%;
}
/*# sourceMappingURL=../_mapDartSass/module/calendar-module.css.map */
