
/* form */
.form_wrap {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 2vw;
    margin-left: -1vw;
}

.form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.form_margin {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    border-radius: 1.5vw;
}
.form_margin_input {
    width: 100%;
    height: 3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.form_margin_Agree_input {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
    align-items: center;
    gap: 0.7vw;
    margin-bottom: 1.5vw;
    margin-top: 1.5vw;
    font-size: 0.8vw;
}
.footeer_agree_checkbox_01 {
    width: 0.8vw;
    height: 0.8vw;
    outline: 1px solid var(--lb-line);
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.footeer_agree_checkbox_01:checked::before {
    content: '';
    display: inline-block;
    width: 80%;
    height: 80%;
    background-color: #D5D7EF;
    position: absolute;
}
.footeer_checkbox_01 ,
.footeer_checkbox_02 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
.form_submit_div {
    width: 41%;
    height: 3.3849vw;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 50vw;
    background-color: #f33c1d;
    color: #fff;
    font-weight: 700;
}
.form_margin_input > label {
    width: 21%;
    /* font-size: 1.3vw; */
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    position: relative;
}
.form_input {
  background-color: #F9FAFB;
}
.form_margin_input > input ,
.form_margin_input > select {
    width: 70%;
    height: 90%;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 0 1vw;
    font-size: 0.9vw;
    border-radius: 50vw;
  font-family: "Noto Sans KR", sans-serif;
}
.form_margin_input > select {
    cursor: pointer;
    color: #000;
    background-color: #E8E9E9;
    padding: 0;
    padding: 0 2vw;
    border-radius: 50vw;    
    appearance: none;
    background-image: url(/images/quick_03.png);
    background-size: 3%;
    background-position: 90%;
    background-repeat: no-repeat;
      font-family: "Noto Sans KR", sans-serif;
}
.form_index_input {
    height: auto;
    align-items: flex-start;
    margin-bottom: 0;
    margin-top: 0.3vw;
}
.form_index_input label {
    margin-top: 0.2vw;
}
.form_index_input textarea {
    width: 70%;
    height: 7vw;
    border: none;
    resize: none;
    outline: none;
    box-sizing: border-box;
    padding: 0.5vw;
    font-size: 0.9vw;
    background-color: transparent;
    font-weight: 300;
    background-color: #F9FAFB;
    border-radius: 1vw;
}

.form_margin_input > input::placeholder,
.form_margin_input > textarea::placeholder {
    color: #63636391;
    opacity: 0;
}
.form_check_wrap {
    width: 70%;
    height: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form_check_wrap label {
    width: 49%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E8E9E9;
    color: #000;
    cursor: pointer;
    transition: all 0.3s;
    box-sizing: border-box;
    border-radius: 50vw;
    font-weight: 400;
}
.form_check_wrap input:checked + label {
    background-color: var(--b-color);
    color: white;
    font-weight: 700;
}
.agree_text {
  font-weight: 400;
}
.agree_text span {
  cursor: pointer;
  text-decoration: underline;
  font-weight: 700;
}
.map_mid_01 {
    width: 70%;
    height: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form_input_06 {
  transition: all 0.3s;
}
.form-control {
    width: 49%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E8E9E9;
    border: none;
    color: #000;
    cursor: pointer;
    transition: all 0.3s;
    outline: none;
    padding: 0 2vw;
    box-sizing: border-box;
    font-size: 0.9vw;
    border-radius: 50vw;
    appearance: none;
    background-image: url(/images/quick_03.png);
    background-size: 5%;
    background-position: 90%;
    background-repeat: no-repeat;    
    font-family: "Noto Sans KR", sans-serif;
}
/* form */



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

    /* form */
    div.form_wrap {
    position: relative !important;
    right: auto;
    top: auto;
    width: 99%;
    font-size: 3.5vw;
    }
  
    .form {
        width: 90.25%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .form_margin_input>input,
    .form_margin_input>select {
    width: 66%;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 0 2.5vw;
    font-size: 3.5vw;
    }

    .map_mid_01 {
        width: 66%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .form_check_wrap {
        width: 66%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .form_margin_input>label {
        width: 23%;
        /* font-size: 1.3vw; */
        font-weight: 500;
        display: flex;
        justify-content: space-between;
        align-items: center;
        white-space: nowrap;
    }

    .form-control {
        font-size: 3.2vw;
    }

    .form-control,
    .form_check_wrap label {
        width: 49%;
        height: 7vw;
    }

    .form_index_input textarea {
        height: 36vw;
        border: none;
        resize: none;
        outline: none;
        box-sizing: border-box;
        padding: 2.5vw;
        font-size: 3.5vw;
    }

    .form_index_input label {
        margin-top: 3.3vw;
    }

    .footeer_agree_checkbox_01 {
        width: 3.7vw;
        height: 3.7vw;
    }

    .form_margin_Agree_input {
    width: 75%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    align-self: center;
    align-items: center;
    gap: 2.5vw;
    margin-bottom: 4.5vw;
    margin-top: 4vw;
    font-size: 2.8vw;
    }

    div.form_section_sd {
        width: 274%;
        bottom: -37vw;
    }

    .form_margin_input {
        margin-bottom: 3.5vw;
    }
.form_margin_input {
    width: 100%;
    height: 11vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0vw 3vw;
    margin-bottom: 3.5vw;
}
.form_margin {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 4vw;
    border-radius: 4.5vw;
}
.form_index_input {
    height: auto;
    margin-bottom: 0;
}
.form_index_input label {
    align-self: flex-start;
}
.form_margin_input > select {
    padding: 0 4vw;
}
.form_submit_div {
    width: 54%;
    height: 10.3849vw;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
    /* form */
}
