#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;
    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 {
    position: relative;
    background-color: #fefefe;
    margin: 5% auto;
    padding: 37px;
    border: 1px solid #888;
    width: 48%;
    border-radius: 30px;
    padding-top: 0;
}

.close {
    color: #aaa;
    font-size: 33px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 1%;
    margin-right: 0%;
    z-index: 1;
    position: absolute;
    right: 1vw;
}

.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: auto;
    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: 64vh;
    padding-right: 5px;
    font-size: 14px;
    text-align: justify;
    line-height: 1.5;
}

#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";
    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: 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 {
    width: 24.9rem;
    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 {
    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: #48855e;
}

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

/* 창업경험유무 select — input과 동일한 룩앤필 유지, 기본 화살표만 커스텀 */
.footer_input_form .footer_select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'><path d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 0.8vw center;
    background-size: 0.7vw auto;
    padding-right: 2vw;
    cursor: pointer;
    color: #999;
}
.footer_input_form .footer_select:valid { color: #000; }
.footer_input_form .footer_select option { color: #000; }

.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: #ffffff;
}

.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: 17.6042vw;
    top: unset;
    transform: unset;
    cursor: pointer;
    z-index: 2;
    font-size: 1vw;
    font-family: "Pretendard variable";
    left: 11.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quick_call_absol img {
    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.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;
}
/*개인정보 처리 방침*/
@media screen and (max-width: 600px) {
    .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;
        font-weight: 400;
    }
    /*     .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;
        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%;
        height: auto;
        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;
    }

    /* 모바일에서 select 화살표 위치/크기 재조정 — 입력창과 동일 룩 유지 */
    .footer_input_form .footer_select {
        background-position: right 2vw center;
        background-size: 2.4vw auto;
        padding-right: 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";
        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: "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: 54%;
        left: 2.5%;
        top: 17%;
        img {
            width: 100%;
        }
    }
    .quick_submit_div {
        left: 61%;
        top: 8%;
        width: 37%;
        font-size: 3.5vw;
        padding: 0vw 0;
    }
    .tothetop {
        width: 11%;
        right: 3.5%;
        top: unset;
        position: fixed;
        bottom: 8.7%;
        filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
    }
    .footer_logo {
        width: 51px;
        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;
}
