@charset "UTF-8";
/* form */
form .form {
  margin-bottom: 80px;
}
form .form,
form .form .form-area {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
form .plus-form {
  margin-bottom: 0;
}
form .form h3 {
  width: fit-content;
}
form .form .form-area label .top-zone {
  display: flex;
  gap: 6px;
}
form .form .form-area label .top-zone li:first-child {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
}
form .form .form-area label textarea {
  height: 110px;
}
form .form .form-area label input,
form .form .form-area label textarea,
form .form .form-area label .elevator label {
  margin-top: 10px;
}
form .form .form-area label input,
form .form .form-area label textarea,
form .form .form-area label .elevator label,
form .form .form-area label .work div label,
form .form .form-area label .division div label,
form .form .form-area label .manpower div label,
form .form .form-area label .location select {
  display: block;
  border-radius: 10px;
  background: var(--background);
  padding: 10px 14px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  text-align: start;
}
form .form .form-area label p {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  margin-top: 10px;
  color: #f37b73;
}
form .form .form-area label p.no-error {
  color: #777;
}
form button {
  margin-top: 16px;
}
/* separately form */
form .detail-form .form-area,
form .plus-form .form-area,
form .partner-form .form-area,
form .default-form .form-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
form .default-form .form-area label:nth-child(n + 3),
form .detail-form .form-area label:nth-child(n + 3),
form .plus-form .form-area label:nth-child(n + 3),
form .partner-form .form-area label:nth-child(n + 3) {
  grid-column: 1/3;
}
form .plus-form .form-area label .money {
  position: relative;
}
form .plus-form .form-area label .money label {
  position: absolute;
  top: 10px;
  right: 13px;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.42px;
}
form .agree {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  letter-spacing: -0.42px;
  cursor: pointer;
}
/* many input */
form .form .form-area label .address {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
form .form .form-area label .elevator,
form .form .form-area label .work,
form .form .form-area label .division,
form .form .form-area label .manpower {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
form .form .form-area label .elevator input,
form .form .form-area label .work div input,
form .form .form-area label .division div input,
form .form .form-area label .manpower div input {
  position: absolute;
  width: 0;
  opacity: 0;
}
form .form .form-area label .elevator label,
form .form .form-area label .work div label,
form .form .form-area label .division div label,
form .form .form-area label .manpower div label {
  background: url("/img/icon/icon_check.png") 50% no-repeat var(--background);
  background-position-x: 93%;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.42px;
  transition: all 0.25s ease-in-out;
}
form .form .form-area label .input-icon-date {
  background: url("/img/icon/icon_input_calendar.png") 50% no-repeat
    var(--background);
  background-position-x: 97.5%;
  cursor: pointer;
}
form .form .form-area label .location select {
  background: url("/img/icon/icon_arrow_down.png") 50% no-repeat
    var(--background);
  background-position-x: 97.5%;
  cursor: pointer;
}
form .form .form-area label .elevator label.check,
form .form .form-area label .work div label.check,
form .form .form-area label .division div label.check,
form .form .form-area label .manpower div label.check {
  background: url("/img/icon/icon_checked.png") 50% no-repeat var(--dark-gray);
  background-position-x: 93%;
  color: #fff;
}
form .form .form-area label .work,
form .form .form-area label .division,
form .form .form-area label .manpower,
form .form .form-area label .location {
  margin-top: 10px;
}
form .form .form-area label .date-to-date,
form .form .form-area label .location {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
form .form .form-area .file input:nth-child(2) {
  position: absolute;
}
form .form .form-area .file input:nth-child(3) {
  position: relative;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

/* input */
input[name="agree"] {
  background: url("/img/icon/icon_agree_check.png") 50% no-repeat;
  background-size: auto;
  padding: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  appearance: none;
  cursor: pointer;
  transition: all 0.25s linear;
}
input[name="agree"]:checked {
  background: url("/img/icon/icon_agree_checked.png") 50% no-repeat;
}
input::placeholder,
textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  color: var(--black-op5);
}
form .form .form-area label .input-icon-search {
  background: url("/img/icon/icon_input_search.png") 50% no-repeat
    var(--background);
  background-position-x: 98.5%;
  cursor: pointer;
}
form .form .form-area label input.upload-name {
  background: url("/img/icon/icon_input_paperclip.png") 50% no-repeat
    var(--background);
  background-position-x: 98.5%;
  cursor: pointer;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* responsive */
@media all and (max-width: 755px) {
  form .form .form-area label .elevator,
  form .form .form-area label .work,
  form .form .form-area label .division,
  form .form .form-area label .manpower {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 580px) {
  form .form .form-area label .date-to-date {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 555px) {
  form .form .form-area label .elevator,
  form .form .form-area label .work,
  form .form .form-area label .division,
  form .form .form-area label .manpower {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 480px) {
  form .detail-form .form-area,
  form .plus-form .form-area,
  form .partner-form .form-area,
  form .default-form .form-area {
    grid-template-columns: 1fr;
  }
  form .detail-form .form-area label:nth-child(n + 3),
  form .plus-form .form-area label:nth-child(n + 3),
  form .partner-form .form-area label:nth-child(n + 3),
  form .default-form .form-area label:nth-child(n + 3) {
    grid-column: 1/2;
  }
}
@media all and (max-width: 455px) {
  form .plus-form {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 375px) {
  form .form {
    margin-bottom: 60px;
  }
}
