.super-container > div .content > div {
  padding: 0;
}
.super-container > div .content > div h1 {
  padding-bottom: 30px;
  margin-bottom: 0;
  color: var(--secondary);
  font-feature-settings: "liga" off, "clig" off;
  /* headline 1 */
  font-family: "Noto Sans TC", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 32px */
  letter-spacing: 2px;
}

form label {
  color: var(--gray-1) !important;
  /* headline 3 */
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
  letter-spacing: 1px;
}
form label span {
  color: var(--primary, #ee7836) !important;
  font-weight: 500 !important;
}
form select,
form textarea,
form input {
  background: #f5f4f2;
  color: var(--gray-1) !important;
  /* headline 3 */
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
  letter-spacing: 1px;
}
form select::placeholder,
form textarea::placeholder,
form input::placeholder {
  color: var(--gray-3) !important;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}
form select,
form input[type=email],
form input[type=tel],
form input[type=text] {
  height: 40px;
  padding: 8px 24px;
}
form select,
form select option {
  color: var(--gray-1) !important;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}
form textarea {
  padding: 8px 24px;
  height: 120px;
}
form .form-section {
  padding-bottom: 24px;
}
form .select-arrow {
  right: 24px;
  top: 60%;
  cursor: pointer;
}
form .form-select:focus,
form .form-control:focus,
form .form-control:focus,
form .form-check-input:focus {
  border-color: rgba(238, 120, 54, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(238, 120, 54, 0.25) !important;
}
form .form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}
form .submit-container > div {
  padding-top: 64px;
}
form .submit-container > div button[type=submit] {
  max-width: 100%;
  width: 490px;
  border-radius: 10px;
  background: var(--primary);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  color: var(--white);
  /* headline 3 */
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}

.question-notice {
  margin-top: 24px;
  border-radius: 10px;
  border: 2px solid var(--primary, #ee7836);
  background: var(--white, #fff);
  padding: 24px;
  display: none;
}
.question-notice.show {
  display: block;
}

.alert-question-container {
  color: #842029 !important;
  background-color: #f8d7da !important;
  border-color: #f5c2c7 !important;
  display: none;
}
.alert-question-container.show {
  display: block;
}
