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

.footer {
    display: flex;
    background: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0% 0% 5%;
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    position: relative;
}

.footer_right {
    width: 15%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    right: 6vw;
    gap: 1vw;
}

.footer_right_icon {
    width: 16.1%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_right img {
    width: 100%;
}

div.footer_right_top {
    justify-content: flex-end;
    gap: 0.5vw;
}

.footer_right_bot {
    color: #fff;
    font-size: 0.8vw;
    line-height: 1.4;
    opacity: 0.5;
    text-decoration: underline;
    cursor: pointer;
}

.footer_title {
    font-family: 'Pretendard variable' !important;
}

.footer_bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-family: 'Pretendard variable';
    text-align: center;
    font-weight: 300;
    box-sizing: border-box;
    padding: 0 6vw;
}

.footer_bottom p {
    color: #000;
    font-size: 0.8vw;
    line-height: 1.4;
    /* opacity: 0.5; */
    font-weight: 400;
}

.footer_bottom p:nth-child(2) {
    padding-bottom: 2%;
}

.footer_bottom p:nth-of-type(3) {
    margin-top: 3%;
}

.quickAgree {
    white-space: nowrap;
}

.quick_checkbox {
    accent-color: #f4a81c;
    margin: 0 0.5% 0 3%;
}

.quickAgree a {
    font-family: 'Pretendard variable';
    font-size: 0.6em;
    color: #fff;
    display: flex;
    width: 100%;
    justify-content: center;
}

.ddm_logo {
    left: 0;
    max-width: 100%;
    width: 100% !important;
    margin-bottom: -24%;
}

.tel_logo2 {
    margin-bottom: -7%;
}

.quick_m1 {
    display: none;
}

.mobile_background {
    padding-bottom: 1.5%;
    padding-top: 0.7%;
    background: #911d1e;
}

.quick_3 {
    margin-bottom: -9%;
}

/*개인정보 처리 방침*/
.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_top {
    width: calc(100% - 12vw);
    padding-top: 0vw;
    padding-bottom: 0vw;
    margin-bottom: 5vw;
    /* display: none; */
    justify-content: space-between;
    border-bottom: 1px solid #d4d4d4;
}

.footer_mid {
    font-size: 0.9vw;
    color: white;
    text-decoration: underline;
    font-family: 'Pretendard variable';
    margin-bottom: 2vw;
    cursor: pointer;
}

.footer_top_tel {
    width: 11.759%;
    /*     color: #6F6F6F;
    font-family: 'SUIT-ExtraBold';
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.1vw; */
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*     letter-spacing: -0.05vw;
    font-size: 1.7vw;
    white-space: nowrap; */
    right: 10%;
}

.footer_top_tel>img {
    width: 100%;
}


/* quick */
.contact_service {
    background-color: #2b1f1a;
    object-fit: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: fixed;
    bottom: -0%;
    z-index: 10;
    padding: 1% 0%;
    color: white;
}

.quick_call_absol {
    width: 11.654%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
    /*     font-size: 1vw;
    font-family: 'pretendard-light'; */
    left: 18.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quick_call_absol img {
    width: 100%;
}

.contact_mid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40%;
    z-index: 1;
    font-family: 'Pretendard-light';
    margin: 0% 0% 0% -5.5%;
}

.footer-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
}

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

.footer_input_form .footer_input {
    width: 26%;
    height: 2.4vw;
    white-space: nowrap;
    font-size: 0.85vw;
    font-family: 'NanumBarunGothic';
    font-weight: 500;
    box-sizing: border-box;
    padding: 0 1vw;
    margin-right: 1%;
    border: none;
    outline: none;
}

.footer_input_form .footer_input::placeholder {
    /* padding: 0 0.5vw; */
    font-family: 'NanumBarunGothic';
    font-weight: 500;
    font-size: 0.8vw;
    text-align: start;
}

.footer_input_form .footer_input:focus::placeholder {
    opacity: 0;
}

.quick_agree {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
    gap: 0.3vw;
    top: 50%;
    left: 64.2%;
    transform: translateY(-50%);
    z-index: 2;
}

.quickAgree_checkbox {
    width: 0.9vw;
    height: 0.9vw;
    z-index: 1;
    appearance: none;
    background-color: transparent;
    scale: 1;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}

.quickAgree_checkbox:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    /* background-color: #f75125; */
    box-sizing: border-box;
    background-image: url(/images/quick_check.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90%;
    border-radius: 50%;
}

.quickAgree_fornt {
    font-size: 0.8vw;
    /* width: 54.5%; */
    /* margin-bottom: 0.5%; */
    font-family: 'Pretendard Variable';
    font-weight: 700;
    display: flex;
    position: relative;
}

.quickAgree_fornt span {
    text-decoration: underline;
}

.quick_logo {
    left: 10%;
    bottom: 0%;
    width: 7.1392%;
    cursor: pointer;
    z-index: 2;
    /* animation: left_right 2s infinite; */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.quick_logo img {
    width: 100%;
    margin-bottom: -1vw;
}

.quick_logo_2 {
    left: 15.5%;
    bottom: 0%;
    width: 8.5%;
}

.footer_call {
    width: 17%;
    cursor: pointer;
}

.quick_submit_div {
    left: 73.3%;
    top: 21%;
    width: 11.444%;
    cursor: pointer;
    z-index: 3;
    /* animation: blk 1s infinite ease-in-out; */
    display: flex;
    justify-content: center;
    align-items: center;
    /*     padding: 0.36vw 0;
    font-size: 1.2vw;
    border: 2px solid white;
    font-family: 'pretendard variable';
    font-weight: 900; */
}

.quick_submit_div img {
    width: 100%;
}

/* quick */

.footer_logo {
    width: 6.142%;
    left: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.footer_logo img {
    width: 100%;
}

.copy {
    margin-top: 1.5vw;
    /* 
    
    
     */
}

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

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

.tothetop img {
    width: 100%;
}







/*개인정보 처리 방침*/
@media screen and (max-width:1023px) {
    .pc {
        display: none;
    }

    .pc-inline {
        display: none !important;
    }

    .tablet {
        display: flex;
    }

    .mobile {
        display: none;
    }

    /*     .footer {
        padding-bottom: 16%;
        padding-top: 5%;
    }
    .footer_bottom p:nth-of-type(1) {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .footer_bottom p:nth-of-type(2) {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .footer_bottom p:nth-of-type(3) {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .footer_bottom div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        color: #ffffff73;
        font-size: 0.5em;
    }
    .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;
    }
    .footer{
        font-size: 3vw;
    } */

}

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

    .mobile-pc {
        display: flex;
    }

    .footer {
        padding-bottom: 30%;
        padding-top: 8%;
    }

    .footer_bottom {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        font-family: 'Pretendard-Regular';
        text-align: center;
    }

    .footer_bottom>div {
        align-items: flex-start;
    }

    /*     .footer_bottom p:nth-of-type(1) {
        justify-content: flex-start;
    }
    .footer_bottom p:nth-of-type(2) {
        justify-content: flex-start;
    } */
    .footer_bottom p:nth-of-type(3) {
        /* justify-content: flex-start; */
        padding-top: 3%;
    }

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

    .footer {
        font-size: 3.5vw;
    }

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

    .quickAgree a {
        font-family: "Pretendard-regular";
        font-size: 2.8vw;
        color: black;
        display: flex;
        width: 100%;
        justify-content: center;
        margin-left: 3%;
    }

    .footer_bottom p {
        font-size: 3.2vw;
    }

    /* 퀵 */
    .contact_service {
        height: 19vw;
        align-items: flex-end;
        justify-content: flex-start;
        border-top: 1px solid #fff;
        z-index: 11111;
    }

    .contact_mid {
        width: 66%;
        margin: 0% 0% 1% 1%;
    }

    .footer_input_form .footer_input {
        width: 33%;
        height: 6.5vw;
        font-size: 3.2vw;
        margin-right: 1%;
    }

    .footer_input_form .footer_input::placeholder {
        font-size: 3vw;
        text-align: center;
    }

    .quick_logo {
        left: 3.5%;
        bottom: 41%;
        width: 16%;
    }

    .quick_logo_2 {
        display: none;
    }

    .quick_call_absol {
        width: 41.74%;
        left: 22.5%;
        top: 29%;
    }

    .quick_call_absol p {
        display: none;
    }

    .quick_call_absol span {
        font-size: 3.5vw;
    }

    .quick_submit_div {
        left: 67%;
        top: 11%;
        width: 32%;
        font-size: 3.5vw;
        padding: 0vw 0;
    }

    .quick_agree {
        left: 68.8%;
        top: 75%;
        gap: 1.3vw;
    }

    .footer_link .quickAgree_fornt {
        font-size: 3.1vw;
    }

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

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

    /*     .quickAgree_checkbox:checked::before {
        scale: 0.9;
    } */
    .tothetop {
        width: 10%;
        right: 4%;
        top: -36%;
        background-color: #2b1f1a;
    }

    .footer_bottom>div {
        /* justify-content: flex-start; */
        align-items: center;
        color: #fff;
        flex-direction: column;
    }

    .footer_bottom>div>p {
        padding: 0 !important;
        margin: 0 !important;
    }

    .footer_bottom p:nth-of-type(2) {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 6vw;
    }

    div.footer_top {
        padding-bottom: 5vw;
        order: -2;
    }

    .footer_top_tel {
        width: 47.5%;
        color: #6F6F6F;
        font-family: 'SUIT-ExtraBold';
        font-weight: normal;
        font-style: normal;
        letter-spacing: 0.1vw;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        letter-spacing: -0.05vw;
        font-size: 4.7vw;
        white-space: nowrap;
        position: relative;
        left: 0%;
        right: 0%;
        top: 0%;
        bottom: 0%;
        margin-top: 5vw;
    }

    .footer_logo {
        width: 24.88%;
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        margin-left: 0;
        left: 0;
    }

    .footer_mid {
        font-size: 3.2vw;
        color: white;
        text-decoration: underline;
        font-family: 'Pretendard variable';
        margin-bottom: 4vw;
        cursor: pointer;
    }

    div.footer_right {
        width: 60%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        right: 0vw;
        gap: 3vw;
        position: relative;
        order: -1;
        margin-bottom: 8vw;
    }

    div.footer_right_top {
        justify-content: center;
        gap: 2.5vw;
    }

    .footer_right_bot {
        color: #fff;
        font-size: 2.8vw;
        line-height: 1.4;
        opacity: 0.5;
        text-decoration: underline;
        cursor: pointer;
    }


    div.footer_vweb {
        margin-top: 3vw;
    }




}

.footer_vweb {
    margin-top: 0.2vw;
    cursor: pointer;
    font-family: 'Pretendard variable';
}