#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;
    }
}

.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; */
    z-index: 9999;
}

.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: #fff;
    padding: 0vw 0vw 7vw;
    box-sizing: border-box;
    font-size: 0.8vw;
    color: #000;
    font-family: 'pretendard Variable';
    overflow: hidden;
}

.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_tt_wrap {
    gap: 0.3vw;
    width: 100%;
}

.footer_tt {
    width: 100%;
    display: flex;
    gap: 0.2vw;
    font-size: 0.9375vw;
    font-family: 'Pretendard Variable';
    font-weight: 600;
    letter-spacing: -0.0521vw;
    color: #010101;
    padding-left: 10vw;
    box-sizing: border-box;
}

.footer_tt p {
    margin-right: 0.5vw;
}

.footer_tt p span {
    margin-left: 0.5vw;
}

.footer_copy {
    width: 100%;
    margin-top: 2vw;
    font-size: 0.6771vw;
    font-family: 'Pretendard Variable';
    color: #666666;
    padding-left: 10vw;
    box-sizing: border-box;
}

.footer_vweb {
    width: 100%;
    margin-top: 0.4vw;
    font-size: 0.6771vw;
    font-family: 'Pretendard Variable';
    color: #666666;
    cursor: pointer;
    padding-left: 10vw;
    box-sizing: border-box;
}

.more2 {
    font-weight: bold;
    text-decoration: underline;
    right: 5vw;
    top: -0.5vw;
    opacity: 0.6;
    font-size: 1.0417vw;
    letter-spacing: -0.0521vw;
    text-decoration: underline;
    color: #050505;
    font-family: 'Pretendard Variable';
    text-align: center;
    cursor: pointer;
}

.footer_top {
    gap: 1.5vw;
    margin-bottom: 3vw;
    padding-bottom: 2vw;
    border-top: 0.15vw solid #dadada;
    border-bottom: 0.15vw solid #dadada;
}

.footer_pop_tab {
    height: 4vw;
    background-color: #FEE8D1;
    margin-bottom: 3vw;
    font-size: 0.9vw;
    color: #125E53;
    font-weight: 600;
    gap: 6vw;
}

.footer_pop_tab p {
    cursor: pointer;
}

.footer_sns01 {
    width: 1.838%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_sns02 {
    width: 1.89%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_sns03 {
    width: 1.418%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_sns04 {
    width: 1.785%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ---------------footer end-------------- */





/* ---------------quick start-------------- */
.contact_service {
    width: 100%;
    height: 3.8vw;
    position: fixed;
    /* background-color: #125E52; */
    background-image: url(/images/quick_01.webp);
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    z-index: 111111111;
    color: #fff;
    font-size: 1vw;
    font-family: 'pretendard Variable';
}

.contact_service img {
    width: 100%;
}

.quick_logo {
    width: 13.1250vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2vw;
    cursor: pointer;
    bottom: 0.5vw;
    margin-left: -4vw;
}

.quick_03 {
    width: 4.3229vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -2vw;
    margin-top: 0.3vw;
}

.quick_call {
    width: 12.1875vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.5vw;
    cursor: pointer;
}

.contact_mid {
    width: 27%;
    height: 2.8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
    margin-right: 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: center;
    align-items: center;
    /* margin-left: -3vw; */
}

.footer_input {
    width: 33.3333%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
    padding: 0 5%;
    box-sizing: border-box;
    font-size: 0.8vw;
    outline: none;
    font-family: 'pretendard Variable';
    background-color: #fff;
    border: 0.1vw solid #000;
}

.footer_input::placeholder {
    color: #000;
    font-weight: 500;
}

.quick_agree {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3vw;
    margin-right: 0vw;
    position: absolute;
    margin-left: 46vw;
    color: #000;
    font-size: 0.8854vw;
    letter-spacing: -0.0521vw;
    font-weight: 500;
    cursor: pointer;
}

.quickAgree_fornt span {
    cursor: pointer;
}

.quickAgree_checkbox {
    width: 0.7vw;
    height: 0.7vw;
    outline: none;
    appearance: none;
    border: 1px solid #000;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.quickAgree_checkbox:checked::after {
    content: '';
    width: 90%;
    height: 80%;
    position: absolute;
    background-color: #be2730;
}

.quick_submit_div {
    width: 7.3438vw;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: 9vw;
}

.footer_logo {
    width: 15.0521vw;
    margin-top: 2vw;
}

/* ---------------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 !important;
    }

    .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 {
        padding: 0vw 0vw 36vw;
        font-size: 3.2vw;
    }

    .footer_pop_tab {
        height: 12vw;
        margin-bottom: 7vw;
        font-size: 3.9vw;
        gap: 9vw;
    }

    .footer_top {
        gap: 10.5vw;
        margin-bottom: 7vw;
        padding-bottom: 10vw;
        ;
    }

    .footer_sns01 {
        width: 6.838%;
    }

    .footer_sns02 {
        width: 6.89%;
    }

    .footer_sns03 {
        width: 5.418%;
    }

    .footer_sns04 {
        width: 7.785%;
    }

    .footer_tt {
        gap: 3.2vw;
        font-size: 3vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 0vw;
    }

    .footer_tt_wrap {
        gap: 1.2vw;
    }

    .footer_copy {
        margin-top: 6vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 0vw;
    }

    .footer_vweb {
        margin-top: 1.4vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 0vw;
    }

    .footer_logo {
        width: 35vw;
        margin-top: 6vw;
    }

    .footer_copy {
        width: 100%;
        margin-top: 4vw;
        font-size: 2.8vw;
    }

    .footer_vweb {
        width: 100%;
        margin-top: 3vw;
        font-size: 2.8vw;
    }

    .footer_input_form {
        position: absolute;
        margin-left: -3vw;
        left: 0vw;
        top: 0vw;
    }

    .more2 {
        font-size: 3vw;
        right: 40vw;
        top: -14.5vw;
    }

    /* -----footer custom end----- */
    /* ---------------quick start-------------- */
    .contact_service {
        width: 100%;
        background-image: url(/images/quick_01m.webp);
        display: flex;
        justify-content: center;
        align-items: center;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: auto;
        font-size: 3.2vw;
        flex-wrap: nowrap;
        padding-top: 3vw;
        padding-bottom: 3vw;
        gap: 0;
    }

    .contact_service img {
        width: 100%;
    }

    .quick_logo {
        width: 28.2444%;
        left: -30%;
        margin-right: 0;
        bottom: -3vw;
    }

    .quick_03 {
        display: none;
    }

    .quick_call {
        width: 29.108%;
        margin-right: 0vw;
        position: absolute;
        font-size: 5.9vw;
        top: 67%;
        left: 32%;
    }

    .contact_mid {
        width: 76%;
        height: 8.3vw;
        margin-right: 1.2vw;
        margin-top: -28vw;
        position: absolute;
        left: 3vw;
        top: 30vw;
    }

    .quick_submit_div {
        width: 20.4966%;
        height: 8.6vw;
        margin-top: -0.2vw;
        font-weight: 600;
        margin-right: 0;
        position: absolute;
        right: 0vw;
        top: 2vw;
    }

    .quick_submit_div img {
        margin-left: -6vw;
    }

    .footer_input {
        padding: 0 3%;
        font-size: 3.2vw;
    }

    .quick_agree {
        font-size: 3vw;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1.3vw;
        margin-right: 0vw;
        position: absolute;
        right: 3%;
        top: 68%;
        color: #fff;
    }

    .quickAgree_checkbox {
        width: 2.7vw;
        height: 2.7vw;
        border: 1px solid #fff;
    }

    .quickAgree_checkbox:checked::after {
        content: '';
        width: 90%;
        height: 80%;
        position: absolute;
        background-color: #fff;
    }

    .quickmo {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2.4vw;
        padding: 0 4vw;
        box-sizing: border-box;
    }

    .quickmo__btn {
        width: 50%;
        height: 12vw;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1.6vw;
        border-radius: 1.6vw;
        font-size: 4vw;
        font-weight: 700;
        letter-spacing: -0.1vw;
        font-family: 'pretendard Variable';
        text-decoration: none;
        box-sizing: border-box;
    }

    .quickmo__icon {
        width: 4.4vw;
        height: 4.4vw;
        flex-shrink: 0;
    }

    .quickmo__btn--call {
        background-color: #fff;
        color: #be2730;
    }

    .quickmo__btn--form {
        background-color: #111;
        color: #fff;
    }

    /* ---------------quick end-------------- */





}