
#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_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 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: 80%;
    padding-top: 0vw;
    padding-bottom: 2vw;
    /* display: none; */
    justify-content: space-between;
}


.footer_top_tel {
    width: 11.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: 1.7vw;
    white-space: nowrap;
}


.footer_top_tel > img {
    width: 12.982%;
}


/* quick */

.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::placeholder {
    /* padding: 0 0.5vw; */
    font-family: 'Pretendard variable';
    font-size: 0.9vw;
    text-align: center;
}


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


.quickAgree_fornt span {
    text-decoration: underline;
}


.quick_logo {
    left: 9%;
    bottom: 0;
    width: 10.8662%;
    cursor: pointer;
    z-index: 2;
    /* animation: left_right 2s infinite; */
}


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


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


.quick_submit_div img {
    width: 100%;
}
/* quick */

.footer_logo img {
    width: 100%;
}


.copy {
    margin-top: 1.5vw;
    opacity: 0.6 !important;
    font-size: 0.85vw !important;
}


.form_footer img {
    width: 100%;
}


.form_footer{
    width: 5.67%;
    right: 2%;
    top: -230%;
    transform: translateY(-50%);
    z-index: 11111111;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_bottom p {
    color: black;
    font-size: 0.9vw;
    line-height: 1.4;
    opacity: 0.9;
}

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

.footer_top_line {
    width: 100%;
    height: 1px;
    background-color: black;
    opacity: 0.5;
    left: 0;
    bottom: 0;
    margin-bottom: 2vw;
}

.footer_logo {
    /* top: 40%;
    right: 5%;
    transform: translateY(-50%); */
    width: 10.021%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

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

.footer_mid {
    font-size: 0.9vw;
    color: black;
    text-decoration: underline;
    font-family: 'Pretendard variable';
    margin-bottom: 2vw;
    cursor: pointer;
    right: unset;
    top: 74%;
    opacity: 0.7;
}

.contact_serviceright {
    height: 100%;
    background: var(--tc);
    width: 27%;
    right: unset;
    left: 0;
}

.contact_service {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
    height: 4.461942vw; /* 85/1905 */
    color: white;
    background-color: #000000;
}

.footer_input_form .footer_input {
    width: 29%;
    height: 2.7vw;
    white-space: nowrap;
    font-size: 0.85vw;
    font-family: 'Pretendard variable';
    box-sizing: border-box;
    padding: 0 1vw;
    margin-right: 0;
    border: none;
    outline: none;
    margin: 0 1%;
    border-radius: 0.5vw;
    border-right: 1px solid var(--main-brown);
}

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

.quickAgree_checkbox {
    width: 0.9vw;
    height: 0.9vw;
    z-index: 1;
    appearance: none;
    scale: 1;
    background-color: white;
    cursor: pointer;
    border: 2px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.quickAgree_checkbox:checked::before {
    /* background-color: #fff;
    background-image: url(/images/q_check.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90%;
    border-radius: 50%; */
    content: '';
    display: inline-block;
    width: 0.6vw;
    height: 0.6vw;
    background-color: black;
    border: 1px solid white;
    box-sizing: border-box;
    border-radius: 50%;
}

.quick_call_absol {
    width: 12.633%;
    top: unset;
    transform: unset;
    cursor: pointer;
    z-index: 2;
    font-size: 1vw;
    font-family: 'Pretendard variable';
    left: 12.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quick_call_absol img {
    width: unset;
    max-width: 100%;
    min-width: unset;
}

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

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

.quick_submit_div {
    left: 80%;
    top: unset;
    width: 11.4436%; /* 218/1905 */
    cursor: pointer;
    z-index: 3;
    animation: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}


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


.tothetop img {
    width: 100%;
}

.tothetop {
    width: 2.6772%;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11111111;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*개인정보 처리 방침*/
@media screen and (max-width:1023px) {


}
@media screen and (max-width: 599px) {

    .pc{
        display: none;
    }

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

    .tablet{
        display:flex;
    }

    .mobile{
        display:none;
    }

    .footer_bottom p:nth-of-type(1) {
        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;
    }

    .tel_logo{
        display: none;
    }

    .mobile_background {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 100%;
        padding-top: 2%;
        padding-bottom: 3%;
    }


    .pc-mobile {
        display: none;
    }


    .mobile-pc {
        display: flex;
    }

    .footer_bottom {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        font-family: 'Pretendard-Regular';
        text-align: center;
    }
    /*     .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) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* justify-content: flex-start; */
    padding-top: 3%;
}
.ddm_logo {
    left: 0;
    max-width: 100%;
    width: 100% !important;
    margin-bottom: -16%;
    margin-right: -63%;
    display: none;
}

    .contact-form-top{
        width: 123% !important;
    }

    .mobile_inputs input{
        height: 30px !important;
    }

    .form-button2{
        margin-top: 0%;
        width: 41%;

    }
#contact-form {
    background: transparent !important;
    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 {
    padding-bottom: 36%;
    padding-top: 8%;
    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;
    }


    .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: 2.6vw;
    }


    .quick_logo {
        left: 3%;
        top: -57%;
        width: 25%;
    }

    .quick_logo_2 {
        display: none;
    }

    .quick_call_absol p {
        display: none;
    }

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

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


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


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

    .quickAgree_checkbox:checked::before {
        scale: 0.6;
        width: 100%;
        height: 100%;
    }

    .form_footer{
        width: 17%;
        right: 2%;
        top: -135%;
    }
.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) {
    justify-content: center;
    display: flex;
    /*         justify-content: flex-start; */
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 6vw;
}

    div.footer_top {
        padding-bottom: 6vw;
        order: -2;
        justify-content: center;
    }

    .footer_top_line {
        margin-bottom: 6vw;
    }

    .footer_top_tel {
        width: 33.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;
    }

    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;
        font-weight: 400;
    }

    .copy{
        font-size: 3.2vw !important;
    }
.quick_agree {
    left: 68%;
    top: 66%;
    gap: 1.3vw;
}
.footer_mid {
    font-size: 3.2vw;
    color: black;
    text-decoration: underline;
    font-family: 'Pretendard variable';
    margin-bottom: 4vw;
    cursor: pointer;
    position: static;
}

    .con16top5th {
        width: 88.8898%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -21%;
        margin-left: 10%;
    }


    .tothetop2 {
        position: fixed;
        right: -4% !important;
        top: unset !important;
        z-index: 11111111;
        opacity: 1;
        width: 24% !important;
        bottom: 20%;
    }

    .tothetop2 a {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 6%;
    }


    .contact_serviceright {
        height: 100%;
        background: var(--tc);
        width: 50%;
        right: unset;
        left: 0;
    }
.quick_call_absol {
    width: 42%;
    left: 4.5%;
    top: 13%;
}
.quick_submit_div {
    left: 59%;
    top: 8%;
    width: 37%;
    font-size: 3.5vw;
    padding: 0vw 0;
}
.tothetop {
    width: 11%;
    right: 2.5%;
    top: unset;
    position: fixed;
    bottom: 105%;
}
.footer_logo {
    width: 32%;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin-left: 0;
}

}

.footer_vweb {
    opacity: 0.6 !important;
    font-size: 0.85vw !important;
    margin-top: 0.2vw;
    cursor: pointer;
    font-family: 'Pretendard variable';
    font-weight: 200;
    text-transform: uppercase;
}

/* ============ PSD 기준 강제 적용 (어다리) ============ */

/* contact_serviceright 제거 */
.contact_serviceright { display: none !important; }

/* 하단 고정 문의바 — 배경색만 PSD 기준, 나머지 기존 유지 */
.contact_service {
    background-color: #000000 !important;
}

/* ===== FOOTER 본문 ===== */
.footer {
    background: #ffffff !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100vw !important;
    max-width: 100vw !important;
    overflow: visible !important;
    padding: 3vw 12.493438% 10vw !important;
    box-sizing: border-box !important;
}
.footer_top {
    position: absolute !important;
    right: 12.493438% !important;
    top: 34% !important;
    transform: translateY(-50%) !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: flex-end !important;
    z-index: 1 !important;
}
.footer_top_line { display: none !important; }
.footer_mid { display: none !important; }

.footer_bottom {
    width: auto !important;
    text-align: left !important;
}
.footer_bottom p,
.footer_bottom span {
    font-family: 'SUIT', sans-serif !important;
    font-size: 0.892389vw !important; /* 17/1905 */
    color: #000000 !important;
    line-height: 1.6 !important;
    text-align: left !important;
}
.copy {
    margin-top: 1.5vw !important;
    font-size: 0.892389vw !important;
    color: #000000 !important;
    text-align: left !important;
    width: 100% !important;
}
.footer_vweb {
    text-align: left !important;
    width: 100% !important;
}
.footer_vweb .vweb {
    font-size: 0.892389vw !important;
    color: #000000 !important;
    text-align: left !important;
}

/* footer 로고 */
.footer_logo {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}
.footer_logo img {
    width: 4.094488vw !important; /* 78/1905 */
    height: auto !important;
}

/* 개인정보 링크 흰색 */
.quickAgree_fornt a {
    color: #ffffff !important;
}

/* ===== FOOTER 모바일 ===== */
@media (max-width: 599px) {
    .footer {
        align-items: center !important;
        padding: 8vw 5% 25vw !important;
        text-align: center !important;
    }
    .footer_top {
        position: relative !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        margin-bottom: 4vw;
    }
    .footer_logo img {
        width: 12vw !important;
    }
    .footer_bottom {
        text-align: center !important;
        width: 100% !important;
    }
    .footer_bottom p,
    .footer_bottom span {
        text-align: center !important;
        font-size: 2.8vw !important;
    }
    .copy {
        text-align: center !important;
        font-size: 2.8vw !important;
    }
    .footer_vweb,
    .footer_vweb .vweb {
        text-align: center !important;
        font-size: 2.8vw !important;
    }
}