@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
body {
  background-color: #fff;
  padding: 0;
  margin: 0;
}
body * {
  font-family: "Pretendard", sans-serif !important;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  border: 0;
  list-style: none;
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  word-break: inherit;
  word-wrap: inherit;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a {
  text-decoration: unset;
}
button {
  border: 0;
  background: unset;
  cursor: pointer;
}
.contentWrap {
  width: 1240px;
  margin: 70px auto 100px;
}
.midTab {
  display: flex;
  margin-bottom: 40px;
}
.midTab .btn {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 500;
  color: #585858;
  padding: 12px 0px;
  height: 48px;
  border-bottom: 1px solid #d7d7d7;
}
.midTab .btn.on {
  color: var(--main, #166852);
  border-bottom: 2px solid #166852;
}
.caution {
  color: #888;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.calendar {
  width: 100%;
  margin-bottom: 80px;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
  border-top: 1px solid var(--main, #166852);
}
.calendar th {
  text-align: center;
  color: #585858;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  height: 60px;
  border-bottom: 1px solid #d7d7d7;
}
.calendar td {
  text-align: center;
  border-bottom: 1px solid #d7d7d7;
  color: #585858;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  height: 60px;
}
.calendar td.pointer {
  cursor: pointer;
}
.calendar td.pointer:hover {
  background-color: #ddd;
}
.calendar td.black {
  color: #000;
  padding: 0 20px;
  text-align: left;
}
.calendar .blue {
  color: var(--blue, #0543aa);
}
.calendar .red {
  color: var(--red, #f81818);
}
.calendar td.on,
.calendar td.on2 {
  background: rgba(25, 108, 81, 0.05);
}
.calendar td.on.on2 {
  background: rgba(25, 108, 81, 0.1);
}
.status {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}
.status .txt {
  color: var(--normal, #585858);
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}
.status .txt span {
  color: var(--main, #166852);
}
.status select {
  color: #717171;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/static/reservation/img/select-826be96d82f3319a5fb7414c6bcc67b9.png") no-repeat right top;
  background-size: 24px;
  padding-right: 34px;
  padding-top: 2px;
  padding-bottom: 11px;
  border: 0;
  border-bottom: 1px solid #a4a4a4;
  outline: none;
}

.ccList {
  width: 100%;
  margin-bottom: 40px;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
  border-top: 1px solid var(--main, #166852);
}
.ccList thead th {
  color: #252525;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  height: 60px;
  text-align: center;
  border-bottom: 1px solid #d7d7d7;
}
.ccList tbody th {
  text-align: left;
  height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #d7d7d7;
  max-width: 260px;
}
.ccList .t1 {
  min-width:260px;
}
.ccList .t2 {
  width: 260px;
}
.ccList .t3 {
  width: 260px;
}
.ccList .t4 {
  width: 260px;
}
.ccList .t5 {
  width: 260px;
}
.ccList tbody th .type {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.ccList tbody th .type .name {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ccList tbody th .type .type01 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red, #f81818);
  border: 1px solid var(--red, #f81818);
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  padding: 5px 10px;
  white-space: nowrap;
}
.ccList tbody th .type .type02 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red, #166852);
  border: 1px solid var(--red, #166852);
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  padding: 5px 10px;
  white-space: nowrap;
}
.ccList tbody th .type .type03 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red, #0543aa);
  border: 1px solid var(--red, #0543aa);
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  padding: 5px 10px;
  white-space: nowrap;
}
.ccList tbody td {
  color: #585858;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
  min-height: 50px;
  text-align: center;
  border-bottom: 1px solid #d7d7d7;
}
.ccList tbody td .mo_show {
  display: none;
}
.ccList tbody td.red {
  color: var(--red, #f81818);
}
.ccList tbody .active td,
.ccList tbody .active th,
.ccList tbody .active th .name {
  color: #fff;
  background: var(--main, #166852);
  border-color: var(--main, #166852);
}
.ccList tbody .active div .type01,
.ccList tbody .active div .type02,
.ccList tbody .active div .type03 {
  background-color: #fff;
  border-color: #166852;
  color: #166852;
}
.ccList td:last-of-type {
  font-size: 15px !important;
}
.ccList tbody .trList,
.ccList tbody .sub_title {
  cursor: pointer;
}
.ccList tbody .inner {
  display: none;
}
.ccList tbody .inner > td {
  padding: 0;
}
.ccList tbody .inner table {
  border-spacing: 0;
  border-collapse: collapse;
  border: 2px solid #166852;
  border-top: 0;
  background: #f5f5f5;
}
.ccList tbody .inner table th {
  color: #585858;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
  padding: 0 25px;
  height: 45px;
}
.ccList tbody .inner table td {
  color: #585858;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding: 0 20px;
}

.ccList tbody .inner.block {
  display: table-row!important;
}
.ccList tbody .inner.block table {
  border: 0;
  background-color: #fff;
}
.ccList tbody .inner.block table .sub_title.on {
  background-color: #f5f5f5;
}
.ccList tbody .inner.block table .sub_detail.on {
  background-color: #f5f5f5;
}
.ccList tbody .sub_detail {
  display: none;
}
.ccList tbody .inner .on th,
.ccList tbody .inner .on td,
.ccList tbody .inner table tr:last-of-type th,
.ccList tbody .inner table tr:last-of-type td {
  border-bottom: 0;
}
.ccList tbody .inner .detail {
  background: #fff;
  padding: 26px 30px;
  margin-bottom: 12px;
}
.ccList tbody .dhead {
  display: flex;
  align-items: flex-end;
  column-gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  width: 100%;
}
.ccList tbody .dhead .info1 {
  display: flex;
  align-items: center;
  column-gap: 2px;
  color: #222;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}
.ccList tbody .dhead .closing {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ccList tbody .dbody {
  color: var(--normal, #585858);
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
  padding-top: 22px;
}
.ccList tbody .dbody .tit {
  color: var(--normal, #585858);
  font-size: 17px;
  font-weight: 600;
  line-height: 34px;
}
.ccList tbody .dfoot {
  display: flex;
  column-gap: 20px;
  align-items: flex-end;
}
.ccList tbody .dfoot .info2 {
  display: flex;
  align-items: center;
  column-gap: 2px;
  color: var(--main, #166852);
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
}
.ccList tbody .dfoot .btns {
  margin-left: auto;
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.ccList tbody .dfoot .btns .share {
  display: flex;
  width: 43px;
  height: 43px;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
}
.ccList tbody .dfoot .btns .calc {
  border: 1px solid var(--red, #f81818);
  background: #fff;
  display: flex;
  padding: 12px 18px;
  justify-content: center;
  align-items: center;
  color: var(--red, #f81818);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  height: 43px;
}
.ccList tbody .dfoot .btns .view {
  color: #dca11f;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  display: flex;
  padding: 12px 18px;
  justify-content: center;
  align-items: center;
  border: 1px solid #dca11f;
  height: 43px;
}

.call {
  color: var(--normal, #585858);
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.call span {
  color: var(--main, #166852);
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
}
