#bo_v>header {
    display: none;
}


/*개인정보 처리 방침*/
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10000000000;
}

.per_Infor_policy {
    cursor: pointer;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 37px;
    border: 1px solid #888;
    width: 48%;
    border-radius: 30px;
    padding-top: 0;
}

.close {
    color: #aaa;
    float: right;
    font-size: 33px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 1%;
    margin-right: 0%;
    z-index: 1;
    position: relative;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#policyWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    z-index: 2000;
    height: 50px;
    margin-left: -50px;
    background: #fff;
    text-align: center;
    border-radius: 5px
}

#policy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    height: 530px;
    margin: 0 auto;
    padding: 1px;
    text-align: left
}

#policy div.policy_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    height: 75px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: -3vw;
}

#policy div.policy_title h2 {
    font-weight: 700;
    font-size: 25px;
    color: #000;
}

#policy div.policy_con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    padding: 20px 0px 20px 0px;
    background: #fff;
    border-radius: 10px;
}

#policy p.policy_text {
    overflow-y: scroll;
    height: 400px;
    padding-right: 20px;
    font-size: 14px;
    text-align: justify;
    line-height: 18px
}

#policyLoader {
    padding-top: 10px
}



/* --------------- PC footer start-------------- */

.footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #f4f4f4;
    box-sizing: border-box;
    font-size: 0.9vw;
    color: #000;
    padding-bottom: 5vw;
}

.footer img {
    width: 100%;
}


.footer_main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer_top {
    width: 80% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;

    padding-top: 3.750vw;
    padding-bottom: 1.6vw;

    border-bottom: 0.1vw solid #ddd;
}

.f_logo {
    width: 10.469vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.footer_tt_wrap {
    padding-top: 1.6vw;

    width: 80%;
    row-gap: 0.5vw;
    white-space: nowrap;
    align-items: flex-start;
}

.footer_tt {
    display: flex;
    align-items: center;
    width: 100%;
}

.footer_tt_line {
    margin: 0 1vw;
    font-size: 0.6vw;
}

.footer_copy {
    width: 100%;
    margin-top: 1vw;
}

.footer_vweb {
    width: fit-content;

    margin-top: 0.2vw;
    margin-bottom: 3vw;

    cursor: pointer;
}

.f_tel {
    width: 10.2083vw;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(100%) brightness(1);
}


/* --------------- PC footer end-------------- */






/* --------------- PC quick start-------------- */

.contact_service {
    width: 100%;
    height: 4.167vw;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    z-index: 9999999;

    font-size: 1vw;

    background: #0c4d2e;
    color: #000;
    box-shadow: 0 -0.5vw 1vw rgba(0, 0, 0, 0.08);
}

.contact_service img {
    width: 100%;
}

.quick_logo {
    width: 10.156vw;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 1.5vw;
}

.quick_call {
    width: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 2vw;
}

.contact_mid {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.3vw;
    margin-top: 1vw;
}

.footer_form {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_input_form {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.3vw;
}

.footer_input {
    width: 7.969vw;
    height: 1.771vw;

    border: 0.1vw solid #dedede;
    border-radius: 0.260vw;
    outline: none;

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 0 0.7vw;
    text-align: center;
    box-sizing: border-box;

    font-size: 0.9vw;

    background-color: #fff;
    color: #000;
    font-size: 0.781vw;
    font-weight: 500;
}

.footer_input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.quick_agree {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.15vw;

    right: 37vw;
    top: 0.4vw;
}

.quickAgree_fornt {
    cursor: pointer;
    font-family: "Pretendard Variable";
}


.quickAgree_checkbox {
    margin-top: 0.1vw;

    width: 0.6vw;
    height: 0.6vw;
    border-radius: 50%;

    outline: none;
    appearance: none;

    border: 0.1vw solid #fff;

    display: flex;
    justify-content: center;
    align-items: center;

    cursor: pointer;
    position: relative;
}

.quickAgree_checkbox:checked::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    background-color: #fdc83a;

    /*     background-image: url(/images/check.png);
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: center center; */
}

.quick_submit_div {
    margin-top: 1vw;
    width: 7.969vw;
    height: 1.771vw;
    border-radius: 0.260vw;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #000;
    font-size: 0.781vw;
    font-weight: 600;
}

.qc_wrap {
    margin-left: 1.5vw;
    cursor: pointer;
}

.qc_txt {
    font-size: 2.135vw;
}

.q_call {
    width: 2.135vw;
    margin-bottom: 0.2vw;
    margin-right: 0.5vw;
}

/* --------------- PC quick end -------------- */









/*개인정보 처리 방침*/
@media screen and (max-width:1023px) {
    .ddm_logo {
        left: 0;
        max-width: 100%;
        width: 100% !important;
        margin-bottom: -16%;
        margin-right: -63%;
    }

    .tel_logo {
        display: none;
    }

    .mobile_background {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 100%;
        padding-top: 2%;
        padding-bottom: 3%;
    }

    #contact-form {
        background: transparent !important;
    }

    #contact-form {
        width: 62% !important;
        margin-left: 9% !important;
    }

}


@media screen and (max-width: 599px) {
    .ddm_logo {
        display: none;
    }

    .contact-form-top {
        width: 123% !important;
    }

    .mobile_inputs input {
        height: 30px !important;
    }

    .form-button2 {
        margin-top: 0%;
        width: 41%;
    }

    .form-button2 img {
        width: 66% !important;
    }

    #contact-form {
        width: 95% !important;
        margin-left: 3% !important;
        margin-bottom: -1% !important;
    }

    .form-button2 img {
        width: 96% !important;
        padding-left: 0 !important;
    }

    .modal-content {
        background-color: #fefefe;
        margin: 7% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 86%;
        border-radius: 30px;
    }

    .contact_fixed_left {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-top: 4.5%;
        margin-left: -2%;
        padding-bottom: 0.8%;
    }



    /* --------------- MO footer start-------------- */

    .footer {
        padding: 0vw 0vw 36vw;
        font-size: 3.2vw;
    }

    div.footer_tt_wrap {
        padding: 0;
        gap: 2.2vw;
    }

    .footer_top {
        padding-top: 10vw;
        padding-bottom: 10vw;
        border-bottom: none;

        justify-content: center;
    }

    .footer_top_inner {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .f_logo {
        width: 43vw;
    }

    .footer_tt {
        gap: 2.2vw;

        flex-direction: column;
    }

    .footer_tt_line {
        display: none;
    }

    .footer_copy {
        margin-top: 4vw;
        text-align: center;
        line-height: 1.5;
    }

    .footer_vweb {
        width: 100%;
        margin-top: 4vw;
        text-align: center;
    }

    /* --------------- MO footer end -------------- */




    /* --------------- MO quick start -------------- */


    .contact_service {
        height: auto;
        font-size: 3.2vw;
        flex-wrap: wrap;
        padding-top: 15vw;
        padding-bottom: 2vw;
    }

    .quick_logo {
        width: 36vw;
        position: absolute;
        top: 3vw;
        left: 5vw;
    }

    .quick_call {
        width: 50.108%;
        margin-right: 1vw;
    }

    .contact_mid {
        width: 72%;
        margin-right: 0.5vw;
        margin-top: 0;
    }

    .footer_input_form {
        gap: 0.5vw;
    }

    .quick_submit_div {
        width: 22vw;
        height: 9vw;
        margin-top: 0;
        font-size: 3.2vw;
    }

    .footer_input {
        width: 100%;
        height: 9vw;
        padding: 0 3%;
        font-size: 3.2vw;
    }

    .quick_agree {
        font-size: 2.6vw;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1.3vw;
        margin-right: 0vw;
        position: absolute;
        right: 5vw;
        top: 36.3%;
    }

    .quickAgree_checkbox {
        width: 2.7vw;
        height: 2.7vw;
        margin-top: 0.6vw;
    }

    .qc_wrap {
        position: absolute;
        top: 3vw;
        right: 5vw;
    }

    .qc_txt {
        font-size: 4.5vw;
    }

    .q_call {
        width: 5vw;
        margin-right: 1.5vw;
    }

    .quickAgree_fornt {
        font-size: 3vw;
    }

    /* --------------- MO quick end -------------- */





}