#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: 9999999999;
}

.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: #000;
    box-sizing: border-box;


    font-size: 1.1vw;
    color: #fff;

    padding-top: 2vw;
    padding-bottom: 10vw;

    font-family: 'Pretendard Variable';
}

.footer img {
    width: 100%;
}

.f_logo {
    width: 17.4479vw;

    margin-bottom: 1.2vw;

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

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

.footer_tt {
    display: flex;
    gap: 1.5vw;

    margin-bottom: 0.4vw;
}

.footer_tt span {
    margin-right: 0.2vw;
    font-weight: 700;
}

.footer_copy {
    margin-top: 1.5vw;
    color: #999;
}

.footer_vweb {
    width: 100%;

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

    color: #999;
    cursor: pointer;
    width: fit-content;
}

.f_tel {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.footer_policy {
    text-decoration: underline;
    font-weight: 400;
    color: #999;
    right: 0;
    top: 6vw;
}

.f_quick_02 {
    width: 2.656vw;
}

.f_quick_03 {
    font-size: 2.917vw;
    font-family: 'Noto Serif KR';
    font-weight: 900;
    margin-left: 0.8vw;
    margin-top: -0.3vw;
}

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






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

.contact_service {
    width: 100%;
    height: 4.2vw;

    background: #01a94a;
    color: #fff;

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

    bottom: 0;
    z-index: 999999;


    box-shadow: 0 -0.5vw 1vw rgba(0, 0, 0, 0.08);
}

.contact_service img {
    width: 100%;
}

.quick_logo {
    width: 13.698vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.7vw;
    margin-top: -3.1vw;
}

.quick_call {
    width: 13.95836vw;

    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 1.4vw;
}

.contact_mid {
    height: 2.87vw;

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

.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;
    margin-right: 1.4vw;
    gap: 0.4vw;
}

.footer_input {
    width: 12vw;
    height: 100%;

    border: 0.16vw solid #fff;
    outline: none;

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

    padding: 0 0.7vw;
    box-sizing: border-box;

    background: #01a94a;
    font-size: 1.354vw;
    color: #fff;
    font-weight: 500;
    padding-bottom: 0.1vw;
}

.footer_input::placeholder {
    color: #fff;
    font-weight: 500;
}

.quick_agree_wrap {
    display: flex;
    flex-direction: column;
}

.quick_agree {
    font-size: 0.8vw;
    display: flex;
    gap: 0.3vw;

    margin-top: 0.2vw;
}

.quickAgree_fornt {
    cursor: pointer;
    font-weight: 400;
    font-size: 0.74vw;
}

.quickAgree_checkbox {
    margin-top: 0.1vw;

    width: 0.73vw;
    height: 0.73vw;

    outline: none;
    appearance: none;

    border: 0.104vw 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;
    background-color: #032512;
    border: 0.1vw solid #fff;

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

.quick_submit_div {
    width: 11.875vw;

    cursor: pointer;
}

.quick_02 {
    width: 2.083vw;
}

/* --------------- 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 15vw;
        font-size: 3.7vw;
    }

    .footer_tt_wrap {
        padding: 0;
    }

    .f_logo {
        width: 60vw;
    }

    .footer_tt {
        gap: 2.2vw;
        align-items: center;

        flex-direction: column;
    }

    .footer_policy {
        position: static;
        margin-bottom: 3vw;
    }

    .footer_tt_line {
        display: none;
    }

    .footer_copy {
        margin-top: 6vw;
        text-align: center;
    }

    .footer_vweb {
        margin-top: 1.4vw;
        text-align: center;
    }

    div.footer_tt_wrap {
        justify-content: center;
        align-items: center;
        gap: 2.2vw;

        width: 100%;
        padding: 0;
    }

    .f_tothetop {
        right: auto;
        width: 10vw;
        bottom: 29.6vw;
        left: 2vw;

        display: none;
    }

    .f_tothetop.go_top {
        opacity: 0.7;
    }

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




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


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

    .quick_logo {
        width: 37vw;
        margin-top: -9vw;
        margin-right: 8vw;
        margin-bottom: -11vw;
    }

    .quick_call {
        width: 40vw;
        margin-right: 54.4vw;
    }

    .quick_02 {
        width: 7vw;
    }

    .footer_form {
        justify-content: flex-start;
    }

    .footer_input_form {
        width: fit-content;
    }

    .contact_mid {
        width: 100%;
        height: 8.3vw;
        margin-right: 1vw;
        padding-left: 1vw;
        margin-top: 3.8vw;
    }

    .quick_submit_div {
        width: 21vw;
        height: 8.3vw;
        right: 1vw;

        position: absolute;

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

        bottom: 2vw;

        background: #e40001;
        color: #fdd900;

        font-size: 4vw;
        font-weight: 800;
    }

    .quick_submit_div.pc-mobile {
        display: none;
    }

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

    .quick_agree {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1.3vw;
        margin: 0;
        position: absolute;
        right: 2%;
        top: 28%;
    }

    .quickAgree_fornt {
        font-size: 3.3vw;
    }

    .quickAgree_checkbox {
        width: 2.7vw;
        height: 2.7vw;
    }

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








}



.contact_service.is-fixed {
    position: relative;
}