.form_title {
  font-size: 24px;
  width: 100%;
  margin-bottom: 16px;
  font-family: "SUIT-Regular";
  font-weight: bold;
}
.form-title {
  width: 100%;
  height: 45px;
  border-top: 2px solid var(--point);
  background-color: var(--white);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 24px;
  padding: 0px 20px;
  box-sizing: border-box;
}
.upper_line {
  text-align: right;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 14px;
}

.upper_line label {
  color: red;
}
#pass_section {
  padding-top: 160px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}
.pass_form {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#form_section {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}
#form_section form.inner {
  display: flex;
  align-items: start;
  gap: 20px;
  flex-wrap: wrap;
}

.left_bg_img {
  position: absolute;
  bottom: 0px;
  width: 200px;
  left: 0px;
}

.right_bg_img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 200px;
}

.form_line {
  width: calc((100% - 20px) / 2);
}
.form_label {
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  font-family: "SUIT-Regular";
}

.form_label strong {
  color: red;
}
.form_inputBox {
  width: 100%;
}
.form_inputBox_flex_half {
  width: calc(50% - 10px);
}
.form_inputBox_flex_half select {
  width: 180px;
  justify-content: space-between;
}
.form_input {
  width: 100%;
  box-sizing: border-box;
  height: 45px;
  padding: 0px 20px;
  color: var(--black);
  border-radius: 5px;
  border: none;
  padding: 12px;
  outline: none;
  transition: all 0.4s ease-in-out;
  padding-left: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
}

.form_inputBox {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ap_come_label {
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.form_checkbox {
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  width: calc((100% - 8px) / 2);
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
}

#ap_fa_come:checked + label {
  background-color: var(--point);
  content: "✔";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: var(--white);
}
#ap_mom_come:checked + label {
  background-color: var(--point);
  content: "✔";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: var(--white);
}
#ap_fa_come:checked + label::after {
  content: "✔";
}
#ap_mom_come:checked + label::after {
  content: "✔";
}

#ap_genderm:checked + label {
  background-color: var(--point);
  content: "✔";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  gap: 4px;
  color: var(--white);
}
#ap_genderf:checked + label {
  background-color: var(--point);
  content: "✔";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  gap: 4px;
  color: var(--white);
}
#ap_genderm:checked + label::after {
  content: "✔";
}
#ap_genderf:checked + label::after {
  content: "✔";
}

.form_select {
  width: 120px;
  height: 45px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--black);
  background-color: var(--white);
  border-radius: 5px;
  border: none;
  outline: none;
  font-weight: 500;
  box-sizing: border-box;
}

.ap_middle_input {
  width: calc(100% - 256px);
  height: 45px;
  color: var(--black);
  border-radius: 5px;
  background-color: #fafafa;
  border: none;
  outline: none;
  box-sizing: border-box;
  font-weight: 500;
  padding-left: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.form_select {
  -webkit-appearance: none; /* for chrome */
  -moz-appearance: none; /*for firefox*/
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.form_inputBox_flex {
  display: flex;
  align-items: center;
  gap: 8px;
}

.form_input_date {
  height: 45px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
  outline: none;
  width: 100%;
}
.form_inputBox_date {
  padding-left: 0px;
  width: calc((100% / 20px) / 2);
}

.form_line_start {
  align-items: start;
}
.form_line_start .form_label {
  margin-top: 12px;
}
.ap_textarea {
  padding: 16px;
  width: calc(100% - 32px);
  height: calc(160px - 32px);

  border: none;
  outline: none;
  resize: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  font-size: 14px;
}
.last_line {
  width: 100%;
}
#apply_form {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 20px;
}
.last_line_label {
  font-weight: bold;
}

.last_line_textbox {
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 12px;
  font-weight: 500;
  font-size: 14px;
  width: calc(100% - 32px);
  padding: 16px;
  margin-bottom: 16px;
}

.agree_label {
  width: 18px;
  height: 18px;
  cursor: pointer;
  border-radius: 50px;
  border: 1px solid var(--dark);
  position: relative;
  margin-top: 2px;
}
.agree_label > .in {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
}
.agree_line {
  display: flex;
  align-items: center;
}

.agree_textlabel {
  font-size: 14px;
  font-weight: bold;
  margin-left: 4px;
  margin-right: 16px;
  cursor: pointer;
}

#ap_agree_ok:checked ~ .agree_line > #ap_agree_1 {
  border: 1px solid var(--point);
}
#ap_agree_ok:checked ~ .agree_line > #ap_agree_1 .in {
  background-color: var(--point);
}

#ap_agree_no:checked ~ .agree_line > #ap_agree_2 {
  border: 1px solid var(--point);
}
#ap_agree_no:checked ~ .agree_line > #ap_agree_2 .in {
  background-color: var(--point);
}

.submit_button {
  margin: auto;
  margin-top: 54px;
  display: block;
  width: 220px;
  height: 45px;
  font-size: 18px;
  text-align: center;
  line-height: 45px;
  border-radius: 10px;
  background-color: var(--point);
  color: var(--white);
  font-weight: bold;
  cursor: pointer;
  border: none;
  outline: none;
  box-shadow: 0px 3px 3px rgba(23, 139, 246, 0.25);
}

.submit_button_outline {
  background-color: var(--white);
  color: var(--point);
  border: 1px solid var(--point);
}

#tch_people {
}
.flex_low_row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.flex_low_row label {
  width: calc((100% - 24px) / 4);
  height: 45px;
  border-radius: 5px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  font-size: 14px;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.flex_low label {
  cursor: pointer;
}

.flex_low label:hover {
  color: var(--point);
}

.cheortgds:checked + label {
  background-color: var(--point);
  color: var(--white);
}
.form_sub_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
  margin-top: 60px;
}
.flexLabel_box {
  display: flex;
  width: 100%;
  align-items: center;
}
.flexLabel_box > label {
  display: flex;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
  font-size: 14px;
}
.flexLabel_box > label > label {
  margin-right: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 5px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label_inner {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-radius: 100px;
}
.form_line_half {
  width: 50%;
  display: flex;
  align-items: center;
}
.form_line_half .flexLabel_box {
  width: calc(100% - 120px);
}
.table_area {
  margin-top: 42px;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #f5f5f5;
}
.pass_mr {
  text-align: center;
  font-size: 24px;
  line-height: 42px;
}
.pass_ta {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
}
.pass_mr strong {
  color: var(--point);
}

.message_row a {
  font-weight: bold !important;
  color: var(--point);
}
.form_line_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.labelBox {
  width: calc((100% - 8px) / 2);
}
.labelBox > label {
  width: 100%;
}
.form_line_half .form_inputBox {
  width: 220px;
}
#haK_1:checked + label {
  border: 1px solid var(--point);
}
#haK_2:checked + label {
  border: 1px solid var(--point);
}
#haK_3:checked + label {
  border: 1px solid var(--point);
}
#gender_1:checked + label {
  border: 1px solid var(--point);
}
#gender_2:checked + label {
  border: 1px solid var(--point);
}
#way_1:checked + label {
  border: 1px solid var(--point);
}
#way_2:checked + label {
  border: 1px solid var(--point);
}
#texter_1:checked + label {
  border: 1px solid var(--point);
}
#texter_2:checked + label {
  border: 1px solid var(--point);
}

#haK_1:checked + label > .label_inner {
  background-color: var(--point);
}
#haK_2:checked + label > .label_inner {
  background-color: var(--point);
}
#haK_3:checked + label > .label_inner {
  background-color: var(--point);
}
#gender_1:checked + label > .label_inner {
  background-color: var(--point);
}
#gender_2:checked + label > .label_inner {
  background-color: var(--point);
}
#way_1:checked + label > .label_inner {
  background-color: var(--point);
}
#way_2:checked + label > .label_inner {
  background-color: var(--point);
}
#texter_1:checked + label > .label_inner {
  background-color: var(--point);
}
#texter_2:checked + label > .label_inner {
  background-color: var(--point);
}

.input_table_box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%;
}
.input_table_top {
  width: 100%;
  background-color: #f3f3f3;
  color: var(--black);
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  justify-content: space-between;
}
.input_table_small {
  width: 25%;
  height: 45px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);

  display: flex;
  align-items: center;
  justify-content: center;
}
.input_table_small:last-child {
  border-right: 0px;
}
.input_table_lg {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  width: 50%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table_form_line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.table_form_line:last-child {
  border-bottom: 0px;
}

.buttonList {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.buttonList button {
  margin: 8px;
}
.table_form_line_result {
  margin-top: 24px;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  align-items: center;
  border-right: none !important;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}

.no-bor {
  border: none !important;
}

.input_table_small_gray {
  background-color: #f3f3f3;
}

/*반응형*/
@media (max-width: 1536px) {
}
@media (max-width: 1400px) {
  .form_line {
    width: 100%;
  }
  .left_bg_img,
  .right_bg_img {
    display: none;
  }
  .form_inputBox_date {
  }
  #form_section .inner {
    width: calc(100% - 40px) !important;
  }
  .form_label {
    font-size: 13px;
    width: 110px;
  }
  .form_input_date {
    height: 40px;
  }
  .form_inputBox {
    flex-wrap: wrap;
  }
  .form_input {
    height: 40px;
    font-size: 14px;
    border-radius: 10px;
  }
  .upper_line {
    font-size: 14px;
  }
  .form_title {
    font-size: 24px;
  }
  .form_line_block {
    display: block;
  }

  .form_select {
    width: 90px;
    height: 40px;
    border-radius: 5px !important;
  }
  .ap_middle_input {
    height: 40px;
  }
  .form_inputBox_flex {
    width: 100%;
    margin-top: 8px;
    gap: 4px;
    justify-content: space-between;
  }
  .last_line_label {
    font-size: 14px;
  }
  .last_line_textbox {
    font-size: 10px;
  }
  .agree_textlabel {
    font-size: 14px;
  }
  .submit_button {
    width: 150px;
    font-size: 14px;
  }
  .form_input {
    border-radius: 5px !important;
  }
  .flexLabel_box > label {
    margin-right: 0px;
  }
  .flexLabel_box > label > label {
    height: 40px;
  }
  .flexLabel_box {
  }
  .ap_middle_input {
    margin-left: 0px !important;
    border-radius: 5px !important;
    width: calc(100% - 188px);
    box-sizing: border-box;
  }
  #tch_people {
    width: calc(100% - 16px) !important;
  }
  #tch_date {
    padding-left: 16px;
  }
  .flex_low > label {
    font-size: 13px;
    margin-left: 4px;
  }
  .flex_low {
    display: flex;
    margin-bottom: 8px;
    align-items: center;
  }
  .ap_middle_input_only {
  }

  .form_line_flex {
    display: block;
  }
  .form_line_half {
    width: 100%;
    margin-bottom: 12px;
  }
}

@media (max-width: 280px) {
  .form_line {
    display: block;
  }
  .form_inputBox {
    width: 100%;
    margin-top: 8px;
  }
  .form_inputBox_flex {
    display: block;
  }
  .form_inputBox_flex > select,
  .form_inputBox_flex > input {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
}
