section {
  background: var(--white);
}

/* important */
#important .width-wrap h2 {
  font-weight: 500;
  letter-spacing: -4.32px;
  margin-bottom: 16px;
}
#important .width-wrap p {
  line-height: 170%;
}

/* date */
#date .width-wrap h4 {
  line-height: normal;
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
#date .width-wrap p {
  line-height: 150%;
}
/* date - calendar */
#date .width-wrap #calendar {
  margin-top: 48px;
}
/* 달력 버튼, 년도 월 */
#date .width-wrap .fc .fc-toolbar {
  justify-content: center;
  gap: 16px;
  margin-bottom: 16px;
}
#date .width-wrap .fc .fc-toolbar-title {
  color: var(--black);
  font-family: "Pretendard JP";
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.54px;
}
#date .width-wrap .fc .fc-button-primary {
  all: initial;
  cursor: pointer;
}
#date .width-wrap .fc-icon-chevron-left::before {
  content: "";
  background: url("../img/icon/icon_arrow_gray.svg") 50% no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
}
#date .width-wrap .fc-icon-chevron-right::before {
  content: "";
  background: url("../img/icon/icon_arrow_gray.svg") 50% no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  transform: rotate(180deg);
}
/* 달력 요일, 날짜 */
#date .width-wrap a {
  font-family: "Pretendard JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -0.48px;
  color: #616161;
  padding: 0;
}
#date .width-wrap table thead th div {
  height: 30px;
  padding: 4px 0px;
  border-radius: 4px;
}
#date .width-wrap .fc-theme-standard td,
#date .width-wrap .fc-theme-standard th,
#date .width-wrap .fc-theme-standard .fc-scrollgrid {
  border: none;
}
#date .width-wrap table thead th a {
  font-weight: 500;
}
#date .width-wrap .fc-day-sun a,
#date .width-wrap .fc-day-sat a {
  color: #f7655b;
}
#date .width-wrap table td.fc-day-past a {
  color: #aaa;
}
#date .width-wrap .fc-h-event .fc-event-main {
  font-size: 10.5px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -0.315px;
}
#date .width-wrap .fc .fc-scrollgrid-sync-table {
  margin-top: 8px;
}
#date .width-wrap .fc .fc-daygrid-day-frame {
  height: 45px;
  padding: 4px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
#date .width-wrap .fc .fc-daygrid-day.on .fc-daygrid-day-frame {
  background: var(--po);
  border-radius: 8px;
}
#date .width-wrap .fc .fc-daygrid-day.on .fc-daygrid-day-frame a,
#date .width-wrap .fc .fc-daygrid-day.on .fc-daygrid-day-frame div {
  color: var(--white);
}
#date .width-wrap .fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 0;
  margin-top: 0;
  margin-top: 0;
  min-height: 0;
}
#date .width-wrap .fc .fc-daygrid-day.fc-day-today {
  background: white;
}

/* time */
#time .width-wrap h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  line-height: normal;
}
#time .width-wrap > p {
  line-height: 150%;
}
#time .width-wrap .time-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 48px;
}
#time .width-wrap .time-area .btn {
  height: 53px;
  line-height: 150%;
  letter-spacing: normal;
}
#time .width-wrap .time-area .btn.on {
  background: var(--po);
  color: var(--white);
}
#time .width-wrap .time-area .btn:hover {
  background: var(--po);
  color: var(--white);
}
#time .width-wrap .time-area .btn.ban {
  cursor: not-allowed;
  background: #f3f3f3;
  color: #1f1f1f;
}

/* history */
#history .width-wrap h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  line-height: normal;
}
#history .width-wrap > p {
  line-height: 150%;
}
#history .width-wrap .btn-zone {
  margin-top: 48px;
  display: flex;
  gap: 10px;
}
#history .width-wrap .btn-zone .btn {
  flex: 1;
  height: 53px;
  gap: 4px;
  line-height: 150%;
  letter-spacing: normal;
}
#history .width-wrap .btn-zone .btn.on {
  background: var(--po);
  color: var(--white);
}
#history .width-wrap .btn-zone .btn.on img {
  filter: brightness(100);
}
#history .width-wrap .btn-zone .btn:hover {
  background: var(--po);
  color: var(--white);
}
#history .width-wrap .btn-zone .btn:hover img {
  filter: brightness(100);
}

/* customer */
#customer .width-wrap h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  line-height: normal;
}
#customer .width-wrap > p {
  line-height: 150%;
}
#customer .width-wrap form {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
#customer .width-wrap form label p {
  line-height: 150%;
  letter-spacing: normal;
  margin-bottom: 4px;
  padding: 0px 2px;
  position: relative;
}
#customer .width-wrap form label p i {
  color: #fd4611;
  position: absolute;
  top: -6px;
}
#customer .width-wrap form label input,
#customer .width-wrap form label textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 5px;
  border: 1px solid #f4f4f4;
  background: #fff;
}
#customer .width-wrap form label textarea {
  height: 172px;
}
#customer .width-wrap form label input::placeholder,
#customer .width-wrap form label textarea::placeholder {
  color: #9b9b9b;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
#customer .width-wrap form .agree-zone {
  display: flex;
  align-items: center;
}
#customer .width-wrap form .agree-zone input[type="checkbox"] {
  background: url(../img/icon/icon_agree.svg) 50% no-repeat;
  background-size: auto;
  padding: 0;
  margin: 0 4px 0 0;
  width: 16px;
  height: 16px;
  appearance: none;
  border-radius: 1000px;
  border: 1px solid #c0c0c0;
  transition: all 0.25s linear;
  cursor: pointer;
}
#customer .width-wrap form .agree-zone input[type="checkbox"]:checked {
  background: url(../img/icon/icon_agree_checked.svg) 50% no-repeat;
  background-color: var(--po);
  border: 1px solid var(--po);
}
#customer .width-wrap form .agree-zone label {
  color: #4b4b4b;
  line-height: 150%;
  letter-spacing: normal;
  cursor: pointer;
  margin-right: 2px;
}
#customer .width-wrap form .agree-zone a {
  color: #999;
  line-height: 150%;
  letter-spacing: normal;
}
#customer .width-wrap form > .btn {
  line-height: 150%;
  border-radius: 5px;
  margin-top: 28px;
}

@media all and (max-width: 500px) {
  /* important */
  #important .width-wrap h2 {
    font-size: 28px;
    letter-spacing: -3.36px;
    margin-bottom: 12px;
  }
  #important .width-wrap p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.48px;
  }

  /* date */
  #date .width-wrap h4 {
    font-size: 20px;
    letter-spacing: -0.6px;
    gap: 6px;
  }
  #date .width-wrap h4 .btn,
  #date .width-wrap > p {
    font-size: 14px;
    letter-spacing: -0.42px;
  }
  #date .width-wrap #calendar {
    margin-top: 24px;
  }

  /* time */
  #time .width-wrap h4 {
    font-size: 20px;
    letter-spacing: -0.6px;
    gap: 6px;
  }
  #time .width-wrap h4 .btn,
  #time .width-wrap > p {
    font-size: 14px;
    letter-spacing: -0.42px;
  }
  #time .width-wrap .time-area {
    margin-top: 24px;
  }
  #time .width-wrap .time-area .btn {
    height: 41px;
    padding: 10px 12px;
    font-size: 14px;
  }

  /* history */
  #history .width-wrap h4 {
    gap: 6px;
    font-size: 20px;
    letter-spacing: -0.6px;
  }
  #history .width-wrap h4 .btn,
  #history .width-wrap > p {
    font-size: 14px;
    letter-spacing: -0.42px;
  }
  #history .width-wrap .btn-zone {
    margin-top: 24px;
  }
  #history .width-wrap .btn-zone .btn {
    font-size: 14px;
    height: 41px;
    padding: 10px 12px;
  }
  #history .width-wrap .btn-zone .btn img {
    width: 16px;
  }

  /* customer */
  #customer .width-wrap h4 {
    gap: 6px;
    font-size: 20px;
    letter-spacing: -0.6px;
  }
  #customer .width-wrap h4 .btn,
  #customer .width-wrap > p {
    font-size: 14px;
    letter-spacing: -0.42px;
  }
  #customer .width-wrap form {
    margin-top: 24px;
    gap: 16px;
  }
  #customer .width-wrap form label p,
  #customer .width-wrap form .agree-zone label,
  #customer .width-wrap form .agree-zone a {
    font-size: 14px;
  }
  #customer .width-wrap form label input,
  #customer .width-wrap form label textarea {
    padding: 10px 12px;
  }
  #customer .width-wrap form label input::placeholder,
  #customer .width-wrap form label textarea::placeholder {
    font-size: 14px;
    font-weight: 300;
  }
  #customer .width-wrap form .agree-zone input[type="checkbox"] {
    width: 14px;
    height: 14px;
  }
  #customer .width-wrap form label textarea {
    height: 125px;
  }
  #customer .width-wrap form .agree-zone {
    margin: 8px 0;
  }
  #customer .width-wrap form > .btn {
    margin-top: 0;
  }
}
