
#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;
}


.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: var(--fs-15);
    line-height: 1.4;
    opacity: 0.5;
    text-decoration: underline;
    cursor: pointer;
}


.footer_title{
    font-family: 'Noto Sans CJK KR' !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: 'Noto Sans CJK KR';
    font-size: 0.6em;
    color: #fff;
    display: flex;
    width: 100%;
    justify-content: center;
}


.ddm_logo{
    left: 0;
    max-width: unset;
    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%;
}
/*개인정보 처리 방침*/

/* --------------- PC modal start-------------- */
.modal_open_btn {
    cursor: pointer;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background: rgba(0, 0, 0, 0.7);

    z-index: 9999999999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
}

.modal_iner {
    width: 60vw;
    background: #fff;

    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;

    border-radius: 2vw;
    padding: 2vw;
}

.modal.on_modal {
    opacity: 1;
    visibility: visible;
}

.modal_hd {
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 1.4vw;
    font-weight: 600;
    margin-bottom: 2vw;

    width: 100%;
}

.modal_body {
    width: 100%;
    height: 60vh;
    overflow-y: scroll;
    font-size: 0.8vw;
}

.modal_close {
    width: 100%;
    height: 2vw;
    background: #000;
    color: #fff;
    font-size: 0.9vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1vw;
    cursor: pointer;
    margin-top: 2vw;
    font-weight: 500;
}

/* --------------- MO modal start-------------- */
@media screen and (max-width:599px) {
    .modal_iner {
        width: 93vw;
        border-radius: 4vw;
        padding: 6vw;
        margin: 0 4vw;
    }

    .modal_hd {
        font-size: 5vw;
        margin-bottom: 6vw;
    }

    .modal_close {
        height: 8vw;
        font-size: 3.6vw;
        border-radius: 2.8vw;
        margin-top: 6vw;
    }

    .modal_body {
        font-size: 3.3vw;
    }
}
@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: 'Noto Sans CJK KR';
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0.1vw;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: -0.05vw;
    font-size: var(--fs-32);
    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: 'Noto Sans CJK KR';
    font-size: var(--fs-17);
    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: var(--fs-16) !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: var(--fs-17);
    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: 'Noto Sans CJK KR';
    font-weight: 300;
    box-sizing: border-box;
    text-align: center;
}

.footer_mid {
    font-size: var(--fs-17);
    color: black;
    text-decoration: underline;
    font-family: 'Noto Sans CJK KR';
    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 {
    object-fit: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: fixed;
    bottom: -0.1%;
    z-index: 999;
    padding: 0.6% 0%;
    color: white;
    background-color: var(--fc);
}

.footer_input_form .footer_input {
    width: 29%;
    height: 2.7vw;
    white-space: nowrap;
    font-size: var(--fs-16);
    font-family: 'Noto Sans CJK KR';
    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: var(--fs-16);
    /* width: 54.5%; */
    /* margin-bottom: 0.5%; */
    font-family: 'Noto Sans CJK KR';
    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.webp);
    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: var(--fs-19);
    font-family: 'Noto Sans CJK KR';
    left: 12.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quick_call_text {
    display: none;
}

.quick_call_absol img {
    width: unset;
    max-width: unset;
    min-width: unset;
}

.contact_mid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40%;
    z-index: 1;
    font-family: 'Noto Sans CJK KR';
    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.214%;
    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;
}

/* WakBurger fixed contact */
.contact_service {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    display: block;
    width: 100%;
    height: 4.881890vw;
    padding: 0;
    color: #111;
    background: #fff;
    border: 0;
    box-shadow: none;
    box-sizing: border-box;
    overflow: visible;
}

.contact_service::before {
    content: "";
    position: absolute;
    left: -0.104987vw;
    top: -0.052493vw;
    width: 100.944882vw;
    height: 0.262467vw;
    background: #db1e1e;
}

.quick_brand {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.quick_stamp {
    position: absolute;
    left: 6.509186vw;
    top: -0.682415vw;
    display: block;
    width: 4.829396vw;
    z-index: 2;
}

.quick_burger {
    position: absolute;
    left: 8.503937vw;
    top: -0.734908vw;
    display: block;
    width: 8.398950vw;
    z-index: 1;
}

.quick_call_absol {
    position: absolute;
    left: 17.690289vw;
    top: 1.417323vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5.091864vw;
    cursor: pointer;
    z-index: 2;
}

.quick_call_absol img {
    display: block;
    width: 100%;
    max-width: unset;
    min-width: unset;
}

.contact_mid {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 1;
}

.footer-form {
    display: block;
    width: 100%;
    height: 100%;
}

.footer_input_form {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.footer_input_form label {
    position: absolute;
    top: 1.154856vw;
    display: flex;
    align-items: center;
    width: 7.874016vw;
}

.footer_input_form label:nth-child(1) { left: 24.356955vw; }
.footer_input_form label:nth-child(2) { left: 32.493438vw; }
.footer_input_form label:nth-child(3) { left: 40.629921vw; }
.footer_input_form label:nth-child(4) { left: 48.766404vw; }
.footer_input_form label:nth-child(5) { left: 56.902887vw; }
.footer_input_form label:nth-child(6) { left: 65.039370vw; }

.footer_input_form .footer_input {
    width: 100%;
    height: 2.729659vw;
    margin: 0;
    padding: 0;
    color: #8e8980;
    font-family: 'Noto Sans CJK KR';
    font-size: var(--fs-15);
    font-weight: 500;
    letter-spacing: -0.05em;
    text-align: center;
    background: #f6f5f1;
    border: 1px solid #ece8df;
    border-radius: 0.367454vw;
    outline: none;
    box-sizing: border-box;
}

.footer_input_form .footer_input::placeholder {
    color: #8b8b8b;
    font-family: 'Noto Sans CJK KR';
    font-size: var(--fs-15);
    font-weight: 500;
    letter-spacing: -0.05em;
    text-align: center;
}

.quick_select {
    appearance: none;
    cursor: pointer;
}

.quick_select_label img {
    position: absolute;
    right: 0.944882vw;
    top: 1.049869vw;
    display: block;
    width: 0.734908vw;
    pointer-events: none;
}

.quick_agree {
    position: absolute;
    left: 74.698163vw;
    top: 1.679790vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.419948vw;
    white-space: nowrap;
    z-index: 2;
}

.quickAgree_checkbox {
    position: relative;
    width: 1.154856vw;
    height: 1.154856vw;
    margin: 0;
    appearance: none;
    border: 1px solid #090909;
    border-radius: 50%;
    background: #fff;
}

.quickAgree_checkbox:checked::before {
    content: "";
    position: absolute;
    left: 0.138583vw;
    top: 0.138583vw;
    display: block;
    width: 0.877690vw;
    height: 0.877690vw;
    background: #090909;
    border: 0;
    border-radius: 50%;
}

.quickAgree_fornt {
    display: inline-block;
    position: relative;
    color: #353535;
    font-family: 'Noto Sans CJK KR';
    font-size: var(--fs-14);
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 1.214;
    cursor: pointer;
}

.quick_agree .per_Infor_policy {
    display: inline;
    cursor: pointer;
    font-size: var(--fs-14);
    color: #353535;
    font-family: 'Noto Sans CJK KR';
    font-weight: 400;
    letter-spacing: -0.05em;
    text-decoration: underline;
}

.quick_submit_div {
    position: absolute;
    left: 83.254593vw;
    top: 1.207349vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 9.186352vw;
    height: 2.677165vw;
    padding: 0;
    color: #fff;
    font-family: 'Noto Sans CJK KR';
    font-size: var(--fs-18);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1;
    background: #000;
    border: 0;
    border-radius: 1.338583vw;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 3;
    transition: background-color 0.3s ease, filter 0.3s ease;
}

.quick_submit_div:hover {
    background: var(--mc);
    filter: drop-shadow(0 0.3vw 0.8vw rgba(229, 27, 27, 0.35));
}

/* WakBurger footer */
.wak_footer {
    position: relative;
    display: block;
    width: 100%;
    height: 57.795276vw;
    overflow: hidden;
    padding: 0;
    color: #e51b1b;
    background: #fff;
    box-sizing: border-box;
}

.wak_footer_line {
    position: absolute;
    left: 0;
    top: 0.472441vw;
    display: block;
    width: 101.732283vw;
}

.wak_footer_line img {
    display: block;
    width: 100%;
}

.wak_footer_social {
    position: absolute;
    left: 0;
    top: 8.031496vw;
    display: block;
    width: 100%;
    height: 15.905512vw;
}

.wak_footer_card {
    position: absolute;
    top: 0;
    display: block;
    width: 15.748031vw;
    height: 15.748031vw;
    overflow: hidden;
}

.wak_footer_social > a:nth-of-type(1) {
    left: -0.419948vw;
    width: 15.905512vw;
    height: 15.905512vw;
}

.wak_footer_social > a:nth-of-type(2) {
    left: 15.538058vw;
    width: 15.853018vw;
    height: 15.905512vw;
}

.wak_footer_social > a:nth-of-type(3) {
    left: 69.028871vw;
    width: 15.905512vw;
    height: 15.905512vw;
}

.wak_footer_social > a:nth-of-type(4) {
    left: 84.986877vw;
    width: 15.905512vw;
    height: 15.905512vw;
}

.wak_footer_card_img {
    display: block;
    width: 100%;
    height: 100%;
}

.wak_footer_insta {
    position: absolute;
    top: 1.154856vw;
    right: 1.154856vw;
    width: 1.627297vw;
}

.wak_footer_center {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 0;
    box-sizing: border-box;
    pointer-events: none;
}

.wak_footer_official {
    position: absolute;
    left: 50%;
    top: 7.716535vw;
    display: block;
    width: 24.934383vw;
    transform: translateX(-50%);
}

.wak_footer_policy {
    font-weight: 500;
    letter-spacing: -0.05em;
    position: absolute;
    left: 50%;
    top: 31.653543vw;
    color: #e51b1b;
    font-family: 'Noto Sans CJK KR';
    font-size: var(--fs-15);
    text-decoration: underline;
    text-underline-offset: 0.3vw;
    cursor: pointer;
    transform: translateX(-50%);
}

.wak_footer_info {
    position: absolute;
    left: 50%;
    top: 34.855643vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 34.330709vw;
    color: #e51b1b;
    font-family: 'Noto Sans CJK KR';
    font-size: var(--fs-15);
    line-height: 1.85;
    text-align: center;
    white-space: nowrap;
    transform: translateX(-50%);
}

.wak_footer_info p,
.wak_footer_copy {
    margin: 0;
}

.wak_footer_copy {
    position: absolute;
    left: 50%;
    top: 40.367454vw;
    color: #e51b1b;
    font-family: 'Noto Sans CJK KR';
    font-size: var(--fs-15);
    transform: translateX(-50%);
}

.wak_footer_bottom_logo {
    position: absolute;
    left: 50%;
    top: 45.564304vw;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 1.889764vw;
    width: auto;
    transform: translateX(-50%);
}

.wak_footer_wak {
    display: block;
    width: 27.559055vw;
}

.wak_footer_burger {
    display: block;
    width: 44.829396vw;
}
/*개인정보 처리 방침*/
@media screen and (max-width:1023px) {


}
@media screen and (max-width: 599px) {

    .wak_footer_line {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 101.732283vw;
    }

    .wak_footer_line img {
        display: block;
        width: 400%;
    }

    .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: 'Noto Sans CJK KR';
        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: unset;
    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: "Noto Sans CJK KR";
        font-size: 2.8vw;
        color: black;
        display: flex;
        width: 100%;
        justify-content: center;
        margin-left: 3%;
    }

    .footer_bottom p {
        font-size: 3.2vw;
    }

    /* 퀵 */
    /* 모바일 퀵메뉴 스타일 통합 관리를 위해 하단으로 이관 및 비활성화 */
.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: 'Noto Sans CJK KR';
        font-weight: 800;
        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: 'Noto Sans CJK KR';
    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 {
        display: none;
    }
    .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;
    }

    /* contact_service 2행 가로 정렬 레이아웃 적용 */
    .contact_service {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        align-items: center !important;
        height: auto !important;
        padding: 3vw 4vw !important;
        box-sizing: border-box !important;
        position: fixed !important;
        left: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        background: #fff !important;
        z-index: 2147483647 !important;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1) !important;
        row-gap: 2.5vw !important;
        border: 0 !important;
    }

    .contact_service::before {
        content: "" !important;
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: 0.8vw !important;
        background: #db1e1e !important;
    }

    /* 1행 요소: 로고, 전화번호, 개인정보동의 */
    .quick_brand {
        order: 1 !important;
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 8vw !important;
        height: 5vw !important;
        display: flex !important;
        align-items: flex-end;
        gap: 1vw !important;
        pointer-events: auto !important;
    }

    .quick_stamp {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        display: block !important;
        width: 15vw !important;
        margin-left: -3vw;
    }

    .quick_burger {
        display: none !important;
    }

    .quick_call_absol {
        order: 2 !important;
        position: relative !important;
        left: auto !important;
        top: auto !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: auto !important;
        height: auto !important;
        cursor: pointer !important;
        text-decoration: none !important;
    }

    .quick_call_absol img {
        display: none !important;
    }

    .quick_call_text {
        display: flex !important;
        align-items: center !important;
        gap: 1vw !important;
        font-family: 'Noto Sans CJK KR' !important;
        font-size: 3.8vw !important;
        font-weight: 700 !important;
        white-space: nowrap !important;
        text-decoration: none !important;
    }

    .quick_call_text .txt_black {
        color: #000 !important;
    }

    .quick_call_text .txt_red {
        color: #db1e1e !important;
    }

    .quick_agree {
        order: 3 !important;
        position: relative !important;
        left: auto !important;
        top: auto !important;
        display: flex !important;
        justify-content: flex-end !important;
        align-items: center !important;
        gap: 1.5vw !important;
        width: auto !important;
        white-space: nowrap !important;
    }

    .quickAgree_checkbox {
        position: relative !important;
        width: 3.5vw !important;
        height: 3.5vw !important;
        margin: 0 !important;
        appearance: none !important;
        border: 1px solid #000 !important;
        border-radius: 50% !important;
        background: #fff !important;
    }

    .quickAgree_checkbox:checked::before {
        content: "" !important;
        position: absolute !important;
        left: 0.6vw !important;
        top: 0.6vw !important;
        display: block !important;
        width: 2vw !important;
        height: 2vw !important;
        background: #000 !important;
        border: 0 !important;
        border-radius: 50% !important;
    }

    .quickAgree_fornt {
        display: flex !important;
        position: relative !important;
        color: #353535 !important;
        font-family: 'Noto Sans CJK KR' !important;
        font-size: 2.6vw !important;
        font-weight: 500 !important;
        line-height: 1.2 !important;
        cursor: pointer !important;
    }

    .quick_agree .per_Infor_policy {
        display: flex !important;
        cursor: pointer !important;
        font-size: 2.6vw !important;
        color: #353535 !important;
        font-family: 'Noto Sans CJK KR' !important;
        font-weight: 500 !important;
        text-decoration: underline !important;
    }

    .quickAgree_fornt br {
        display: none !important;
    }

    /* 2행 요소: 입력폼 (성함, 연락처, 생년월일, 희망지역) & 문의하기 버튼 */
    .contact_mid {
        order: 4 !important;
        position: relative !important;
        left: auto !important;
        top: auto !important;
        display: block !important;
        width: 78% !important;
        height: auto !important;
        margin: 0 !important;
    }

    .footer-form {
        display: block !important;
        width: 100% !important;
        height: auto !important;
    }

    .footer_input_form {
        position: relative !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        width: 100% !important;
        height: auto !important;
        gap: 1vw !important;
    }

    .footer_input_form label {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        display: flex !important;
        align-items: center !important;
        width: 23.5% !important;
    }

    .footer_input_form label:nth-child(1) { left: auto !important; }
    .footer_input_form label:nth-child(2) { left: auto !important; }
    .footer_input_form label:nth-child(3) { left: auto !important; }
    .footer_input_form label:nth-child(4) { left: auto !important; }
    
    .footer_input_form label:nth-child(5),
    .footer_input_form label:nth-child(6) {
        display: none !important;
    }

    .footer_input_form .footer_input {
        width: 100% !important;
        height: 7.5vw !important;
        margin: 0 !important;
        padding: 0 1vw !important;
        color: #8e8980 !important;
        font-family: 'Noto Sans CJK KR' !important;
        font-size: 2.5vw !important;
        font-weight: 500 !important;
        letter-spacing: -0.05em !important;
        text-align: center !important;
        background: #f6f5f1 !important;
        border: 1px solid #ece8df !important;
        border-radius: 1vw !important;
        outline: none !important;
        box-sizing: border-box !important;
    }

    .footer_input_form .footer_input::placeholder {
        color: #8b8b8b !important;
        font-size: 2.3vw !important;
    }

    .quick_submit_div {
        order: 5 !important;
        position: relative !important;
        left: auto !important;
        top: auto !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 18% !important;
        height: 7.5vw !important;
        padding: 0 !important;
        color: #fff !important;
        font-family: 'Noto Sans CJK KR' !important;
        font-size: 2.8vw !important;
        font-weight: 800 !important;
        letter-spacing: -0.03em !important;
        line-height: 1 !important;
        background: #000 !important;
        border: 0 !important;
        border-radius: 1vw !important;
        cursor: pointer !important;
        box-sizing: border-box !important;
    }

    .wak_footer {
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        padding: 10vw 0 21vw !important;
    }

    .wak_footer_social {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        width: 92% !important;
        height: auto !important;
        margin: 8vw auto 0 !important;
        gap: 3vw 2vw !important;
    }

    .wak_footer_card {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 44vw !important;
        height: 44vw !important;
    }

    .wak_footer_insta {
        top: 2vw !important;
        right: 2vw !important;
        width: 4.5vw !important;
    }

    .wak_footer_center {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        height: auto !important;
        display: flex !important;
        justify-content: center !important;
        order: 5 !important;
        margin-top: 4vw !important;
        pointer-events: auto !important;
    }

    .wak_footer_official {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        width: 60vw !important;
    }

    .wak_footer_policy {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        text-align: center !important;
        margin: 8vw auto 0 !important;
        font-size: 2.8vw !important;
    }

    .wak_footer_info {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        width: 92% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        margin: 4vw auto 0 !important;
        font-size: 2.8vw !important;
        white-space: normal !important;
    }

    .wak_footer_copy {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        text-align: center !important;
        margin: 4vw auto 0 !important;
        font-size: 2.8vw !important;
    }

    .wak_footer_bottom_logo {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        width: 92% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: flex-end !important;
        gap: 3vw !important;
        margin: 8vw auto 0 !important;
    }

    .wak_footer_wak {
        width: 32vw !important;
    }

    .wak_footer_burger {
        width: 52vw !important;
    }

}

.footer_vweb {
    opacity: 0.6 !important;
    font-size: var(--fs-16) !important;
    margin-top: 0.2vw;
    cursor: pointer;
    font-family: 'Noto Sans CJK KR';
    font-weight: 200;
    text-transform: uppercase;
}
