.sec_1 .container .wrapper {
  max-width : 700px;
}
.sec_1 .container .wrapper .form_area .form form fieldset .form_cont input {
  width: 50%;
}
.sec_1 .container .wrapper .form_area .form form fieldset .form_cont .form_wrap .input_box div span {
  margin-top: 10px;
  margin-left: 16px;
  font-size: var(--font-size-ko-06);
  font-weight: 400;
}
.sec_1 .container .wrapper .form_area .form form fieldset .form_cont .form_wrap .radio_box label {
  width: calc((100% + 8px) / 3);
}

/* RWD */
@media (max-width: 1080px) {
  .sec_1 .container .wrapper {
    max-width: unset;
  }
  .sec_1 .container .wrapper .tit_area {
    padding-bottom: 0;
  }
  .sec_1 .container .wrapper .form_area .form form fieldset .form_cont label.required::after {
    display: none;
  }
  .sec_1 .container .wrapper .form_area .form form fieldset .form_cont input {
    width: 50vw;
  }
  .sec_1 .container .wrapper .form_area .form form fieldset .form_cont .form_wrap .input_box > div span {
    font-size: 3.7037vw;
    margin-left: 3.7037vw;
    margin-top: 0;
  }
  .sec_1 .container .wrapper .form_area .form form fieldset .form_cont .form_wrap .radio_box .tit.required::after {
    display: none;
  }
  .sec_1 .container .wrapper .form_area .form form fieldset .form_cont3 .form_wrap .input_box > div {
	width : 100%;
  }
  .sec_1 .container .wrapper .form_area .form form fieldset .form_cont3 .form_wrap .input_box > label {
	display : none;
  }
  .sec_1 .container .wrapper .form_area .form form fieldset .form_cont3 .form_wrap .input_box > div input {
	width : calc((100% - 10px)/2);
  }
}