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

.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
}



/*개인정보 처리 방침*/
@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%;
    }

}



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

.footer {
    padding-top: 4.7vw;
}

.ft_top {
    display: flex;

    padding-left: 5.42vw;
    padding-bottom: 4.2vw;
}

.ft_logo {
    width: 5.886vw;

    margin-right: 34.4vw;
}

.ft_tr4 {
    margin-top: 1vw;
}

p.per_Infor_policy {
    cursor: pointer;
}

.ft_bot {
    padding: 2.2vw 5.42vw 6.8vw;

    border-top: 0.05vw solid rgba(255, 255, 255, 0.3);


    display: flex;
    justify-content: space-between;
}

.ft_cp_wrap {
    display: flex;
}

.ft_cp {
    margin-right: 1.7vw;
}

.ft_sns {
    width: 1.41vw;

    right: 5.42vw;
}

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



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

@media screen and (max-width:599px) {
    /* 모바일 */

    .footer {
        padding-top: 8vw;
    }

    .ft_top {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 0;
        padding-bottom: 5vw;
    }

    .ft_logo {
        width: 27vw;
        margin-right: 0;
        margin-bottom: 5vw;
    }

    .ft_sns {
        width: 6vw;
        right: 8vw;
        top: 0;
    }

    .ft_twrap {
        justify-content: center;
        align-items: center;
        text-align: center;

        font-size: 3vw;
    }

    .ft_tr4 {
        margin-top: 4vw;
    }

    .ft_bot {
        padding: 5vw 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .ft_cp_wrap {
        font-size: 3vw;
        gap: 1vw;

        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .sc_up {
        display: none;
    }

    .ft_cp {
        margin-right: 0;
    }


}


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