#bo_v>header {
    display: none;
}

@keyframes ddm_m {
    0% {
        transform: scale(1);
    }

    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes ddm_m_reverse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: matrix(0.8, 0.01, 0.01, 0.8, 0, -5);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes blk2 {
    0% {
        opacity: 0;
    }

    49% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    99% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

.pc-inline {
    display: inline;
}

.tablet {
    display: none;
}

.mobile {
    display: none;
}

.pc {
    display: flex;
}

.pc-mobile {
    display: flex;
}

.mobile-pc {
    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: 10000;
}

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

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* ---------------footer start-------------- */
.footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #202020;
    box-sizing: border-box;
    font-size: 0.9vw;
    color: #fff;
    font-family: 'pretendard Variable';
    /* overflow: hidden; */
    padding-bottom: 4vw;
}

.footer img {
    width: 100%;
}

.f_tothetop {
    width: 2.65%;
    right: 11%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11111111;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.f_tothetop img {
    width: 100%;
}

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

.footer_top {
    width: 80% !important;
    padding: 2vw 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #999;
}

.footer_sns {
    width: 15.027%;
}

.footer_tt_wrap {
    width: 80%;
    margin-top: 3vw;
    row-gap: 0.5vw;
}

.footer_tt {
    display: flex;
    width: 100%;
    color: #fff;
}

.footer_tt_line {
    margin: 0 1vw;
    opacity: 0.1;
}

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

.footer_vweb {
    width: 100%;

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

    color: #999;
    cursor: pointer;
}

.footer_policy {
    text-decoration: underline;
    font-weight: 400;
    color: #999;
}

.f_call_wrap {
    width: 11.5608%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 0.3vw;
    cursor: pointer;
}

.f_call {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.2vw;
}

.f_tel {
    font-family: "sf_snow";
    font-size: 2vw;
    color: #edcd94;
}

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

.ft_call_wrap .f_call {
    margin-bottom: -0.1vw;
    margin-right: 0.2vw;
}


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





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

.contact_service {
    width: 100%;
    height: 3.8vw;
    position: fixed;
    background: #9C3110;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.1vw;
    bottom: 0%;
    z-index: 111111111;
    color: #fff;
    font-size: 0.8vw;
    font-family: 'pretendard Variable';
}

.contact_service img {
    width: 100%;
}

.quick_logo {
    width: 7.2444%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2vw;
    cursor: pointer;
    transform: translateY(43%);
}

.contact_mid {
    width: 40%;
    height: 1.8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 1vw;
    margin-right: 0.12vw;
}

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

.footer_input {
    width: 32%;
    border: none;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
    padding: 0 3%;
    font-size: 0.8vw;
    outline: none;
    font-family: 'pretendard Variable';
    background-color: #fff;
    border-radius: 0.2vw;
}

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

.footer_input:last-child {
    border: none;
}

.quick_agree {
    gap: 0.3vw;

    position: absolute;
    right: 49.5%;
    top: 8%;

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

.per_Infor_policy {
    cursor: pointer;
    font-size: 0.9vw;
    font-weight: 500;
}

.footer_policy {
    right: 0;
    top: 0;
}

.quickAgree_checkbox {
    width: 0.6vw;
    height: 0.6vw;
    outline: none;
    appearance: none;
    border: 1px solid #fff;
    cursor: pointer;

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

    position: relative;
}

.quickAgree_checkbox:checked::after {
    content: '';
    width: 80%;
    height: 80%;
    position: absolute;
    background-color: white;

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

.quick_03 {
    width: 12%;
    margin-left: 2vw;
    margin-top: 0.4vw;
    cursor: pointer;
}

.quick_submit_div {
    height: 100%;
    width: 35%;
    cursor: pointer;
    background: #000;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-left: 0.5vw;
    border-radius: 0.2vw;
}

.c_fimg {
    margin-top: -2vw;
    width: 8.977%;
}

.q_top_btn {
    width: 2.9923%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2vw;
    cursor: pointer;
}

.q_logo {
    width: 2.258%;
}

/* ---------------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) {
    .pc-mobile {
        display: none;
    }

    .pc-inline {
        display: none;
    }

    .mobile-pc {
        display: flex;
    }

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



    /* -----footer custom start----- */
    .footer {
        font-size: 3vw;
    }

    .footer_top {
        justify-content: center;
        padding-top: 11vw;
        padding-bottom: 0;
        border: none;
    }

    .footer_sns {
        margin: 0;
        width: 50%;
    }

    .footer_tt_wrap {
        margin-top: 8vw;
        gap: 2vw;
        text-align: center;
        margin-bottom: 32vw;
    }

    .footer_tt {
        gap: 2vw;
        flex-direction: column;
    }

    .footer_tt_line {
        display: none;
    }

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

    .footer_vweb {
        margin-top: 1.4vw;
        text-align: center;
        padding: 0;
        order: 3;
    }

    .footer_policy {
        position: static !important;
        order: 1;
        margin-top: 8vw;
        font-size: 3vw;
    }

    /* -----footer custom end----- */
    /* ---------------quick start-------------- */
    .contact_service {
        height: auto;
        font-size: 3.2vw;
        flex-wrap: wrap;
        padding: 3vw 0;
        justify-content: flex-start;
    }

    .contact_service img {
        display: block;
    }


    .contact_mid {
        width: 100%;
        height: 8.3vw;
        padding: 0 3vw;
        margin-top: 3vw;
    }

    .footer_input {
        width: 100%;
    }

    .quick_submit_div {
        width: 39%;
        margin: 0;
        height: 100%;
        background: #000;

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

    .footer_input {
        font-size: 3.2vw;
        border-radius: 0;
    }

    .footer_input:nth-child(2) {
        border-left: 1px solid #000;
        border-right: 1px solid #000;
    }

    .quick_agree {
        width: 80%;
        position: static;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        order: 1;
    }

    .contact_mid {
        order: 2;
        margin-top: 0.2vw;
    }

    .quickAgree_fornt {
        margin-left: 1vw;
    }

    .quick_agree p {
        font-size: 2.6vw;
    }

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

    .quick_03 {
        width: 37%;
        order: -2;
        margin: 0;
        margin-left: 3vw;
    }

    .f_call_wrap {
        width: 34.3%;
        margin-left: 46vw;
        align-items: center;
        gap: 1vw;
    }

    .f_tel {
        font-size: 6vw;
    }

    .q_top_btn {
        position: absolute;
        right: 4vw;
        top: 3.4vw;
        width: 10%;
    }


    .f_call {
        width: 14%;
    }

    .c_fimg {
        width: 29vw;
        position: absolute;
        top: -3vw;
        left: 5vw;
    }

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


}