/* form1 - start */

 div.from_wrap {
    width:  73.75%;
    display: flex;
    justify-content: flex-start ;
    flex-direction: column;
  }
  .form_col {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3.7vw;
    font-weight: 700;
  }
  .form_col01 {
    gap: 4vw;
  }

  .form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .form_input ,
  .file_btn {
    height: 100%;
    background-color: #F9FAFB;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
    border-radius: 50vw;
    font-size: var(--size-16);
    padding: 0 2vw;
  }
  .form_col03 {
    margin-top: 1%;
  }
  .file_btn {
    width: 37%;
    margin-left: 2.5%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1vw;
  }
  .form_col03 .form_input_box {
    justify-content: flex-start;
  }
  .form_input_box {
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding-left: 0.5vw;
  }
  div.form_col02 {
    height: 7vw;
    align-items: flex-start;
    margin-top: 0.4vw;
}  
.form_col02 label {
    margin-top: 1.5%;
}
.form_col02 .form_input_box {
    height: 100%;
      align-items: flex-start;
  }
.form_col02 textarea {
    width: 91%;
    height: 100%;
    border: none;
    resize: none;
    outline: none;
    box-sizing: border-box;
    background-color: #F9FAFB;
    border-radius: 1vw;
    padding-top: 1vw;
}
.form_col textarea::placeholder ,
.form_col input::placeholder {
  font-family: "Noto Sans KR", sans-serif;
}
  .form label {
    white-space: nowrap;
}
  .form_input_01 ,
  .form_input_02 ,
  .form_input_03 ,
  .form_input_04 ,
  .form_input_05  {
    width: 80%;
  }
  .form_input_06 {
    width: 56%;
    height: 60%;
    box-sizing: border-box;
    padding: 0 3vw;
    -webkit-appearance : none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background: url(/images/con34_03.png) no-repeat;
    background-size: 3%;
    background-position: 90%;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid var(--b-color);
    border-radius: 50vw;
    margin-right: 3vw;
  }
  .form_check_wrap {
    width: 72%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .form_check_wrap01 {
    gap: 0.5vw;
  }
  .form_check_wrap01 label {
    width: 6vw;
    height: 2.3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #000;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid #0000007a;
    padding: 0 0.3vw;
    background-color: #fff;
    border-radius: 50vw;
}
/* .form_check_wrap01 label:hover {
    background-color: #ef823a;
    color: white;
    border-color: #ef823a;
    font-family: 'SUIT-SemiBold';
} */
.form_check_wrap01 input:checked + label {
    background-color: #95BAFE;
  }
  .agree_text {
    cursor: pointer;
  }
  .agree_text span {
    text-decoration: underline;
  }
  .form_check_wrap01 input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }


  .footeer_agree_checkbox ,
  .footeer_checkbox_01 ,
  .footeer_checkbox_02 {
    width: 0.9vw;
    height: 0.9vw;
    outline: 1px solid #ABAED5;
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: transparent;
    margin-right: 0.5vw;
  }
  .footeer_agree_checkbox:checked::before ,
  .footeer_checkbox_01:checked::before ,
  .footeer_checkbox_02:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #ABAED5;
    scale: 0.8;
  }
  .form_check_name_05 {
    margin-right: 3vw;
  }

  .form_agree_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.9vw;
    margin: 1.5vw 0 0.8vw;
    padding-left: 0vw;
    box-sizing: border-box;
  }
  .form_submit_div {
    width: 14.1667vw;
    height: 3.3854vw;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: var(--b-color);
    color: #fff;
    border-radius: 50vw;
    font-weight: 700;
    font-size: var(--size-16);
    align-self: flex-end;
    margin-top: 1vw;
  }
  .form_top {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #0000007a;
    padding-bottom: 0.5vw;
  }
  .form_star {
    top: 14%;
    left: -0.2vw;
    color: var(--b-color);
  }
  .form_col02 .form_star {
    top: 8%;
  }
  .form_col select {
    color: #0000007a;
  }
  .upload_button {
    width: 2.4479vw;
    height: 2.4479vw;
    border-radius: 50%;
    background-color: #ABAED5;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.file_whether_absol{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    font-size: var(--size-16);
    font-weight: 400;
}
.file_whether{
    color: #0000008f;
    margin: 0% 1.5% 0% 0%;
}
.file_number{
    margin: 0% 0% -1% 0%;
    display: none;
}
.file_clear_btn{
    color: #000;
    cursor: pointer;
    pointer-events: all;
    margin: 0% 0% -1% 1%;
}
.fcon2_05 {
    width: 44.6809%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.file_btn_right {
    font-size: var(--size-15);
    color: #0000008f;
    font-weight: 400;
    margin-left: 1.5vw;
}

  /* form1 - end */


@media screen and (max-width:599px) {

/* form */
div.from_wrap {
  width: 91%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  background-color: #fff;
  border-radius: 3.5vw;
  padding-top: 6vw;
  padding-bottom: 15vw;
}
.form {
  width: 87%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: 'SUIT-Regular';
}
.form_col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  flex-direction: column;
}
.form_input_box {
  height: 12vw;
  margin-bottom: 3vw;
}
.form_col01, .form_col03 {
  gap: 0;
}
.form_star {
    top: 14%;
    left: -1.7vw;
}
.form_star_top {
  top: -25%;
  left: 38.4vw;
}
.form_top {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 1px solid #0000007a;
  padding-bottom: 2.5vw;
}
.form_check_wrap01 label {
  width: 18vw;
  height: 7vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid #0000007a;
  padding: 0 0.7vw;
}
.footeer_checkbox_05, .footeer_checkbox_06 {
  width: 3vw;
  height: 3vw;
  outline: 1px solid #000;
  border: none;
  cursor: pointer;
  appearance: none;
  background-color: transparent;
  border-radius: 50%;
  margin-right: 1.5vw;
}
.form_check_name_05 {
  margin-right: 8vw;
}
.form_input_06 {
  background-size: 10%;
}
.form_agree_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.9vw;
    margin: 15vw 0 8vw;
}
.form_submit_div {
  width: 80%;
  height: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  bottom: 5vw;
  border-radius: 100px;
  overflow: hidden;
  align-self: center;
}
.form_submit_div img{
  width: 188% !important;
  object-fit: cover;
}
.form_check_wrap01 {
  gap: 3vw;
}
.form_input_06 {
  width: 56%;
  height: 60%;
  margin-right: 0;
  margin-left: 2vw;
}
div.form_col02 {
    height: 38vw;
    align-items: flex-start;
    margin-top: 0vw;
}
.form_col02 textarea {
    width: 80%;
    height: 100%;
    border: none;
    resize: none;
    outline: none;
    box-sizing: border-box;
    background-color: #F9FAFB;
    border-radius: 1vw;
    padding-top: 3vw;
}
.form_input, .file_btn {
    height: 100%;
    background-color: #F9FAFB;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
    border-radius: 50vw;
    font-size: var(--size-16);
    padding: 0 4vw;
}
.form_col02 .form_star {
    top: -3%;
}
.form_col03 .form_input_box {
    justify-content: space-between;
    flex-wrap: wrap;
}
.file_btn {
    width: 80%;
    margin-left: 2.5%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 3vw;
}
.upload_button {
    width: 8.4479vw;
    height: 8.4479vw;
    border-radius: 50%;
    background-color: #ABAED5;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.file_btn_right {
    font-size: var(--size-15);
    color: #0000008f;
    font-weight: 400;
    margin-left: 21%;
    margin-top: 2vw;
}
.footeer_agree_checkbox, .footeer_checkbox_01, .footeer_checkbox_02 {
    width: 2.9vw;
    height: 2.9vw;
    outline: 1px solid #ABAED5;
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: transparent;
    margin-right: 2.5vw;
}
  .footeer_agree_checkbox:checked::before ,
  .footeer_checkbox_01:checked::before ,
  .footeer_checkbox_02:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #ABAED5;
    scale: 0.8;
  }
/* form */
}