#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: #252525;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 5% 0% 8%;
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    position: relative;
    border-top: 1px solid #000;
}
.footer_right {
    width: 19%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    right: 2vw;
    gap: 0vw;
    color: white;
    font-size: 1vw;
    top: 5vw;
}
.footer_right_item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.8vw;
}
.footer_right_item01 {
    margin-bottom: 0.3vw;
}

.footer_right_icon {
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_right_icon01 {
    width: 1.785%;
}
.footer_right_icon02 {
    width: 1.575%;
}
.footer_right_icon03 {
    width: 1.733%;
}
.footer_right_title {
    margin-bottom: 1vw;
}
.footer_right_item p {
width: 53%;
}
.footer_right_item span {
    opacity: 0.5;
}
.f_01 {
width: 6.631%;
}

div.footer_right_top {
    justify-content: center;
    gap: 1.5vw;
}
.footer_right_bot {
    color: #505050;
    font-size: 0.8vw;
    line-height: 1.4;
    opacity: 0.5;
    text-decoration: underline;
    cursor: pointer;
    right: 8%;
}
.footer_title{
    font-family: 'Pretendard variable' !important;
}
.footer_bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'Pretendard variable';
    text-align: start;
    font-weight: 300;
    box-sizing: border-box;
    padding: 0 9vw;
    text-align: start;
}
.footer_bottom p{
    color: #fff;
    font-size: 0.8vw;
    line-height: 1.4;
    font-weight: 400;
}

.f_logo {
    width: 10.581%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 3vw;
}
.f_logo img {
    width: 100%;
}
.f_b_mid_span {
    margin: 0 1vw;
    opacity: 0.3;
}
.fb_p02 {
    margin: 0.3vw 0;
    text-transform: uppercase;
}
.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: 100%;
    padding-top: 0vw;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
    /* display: none; */
    justify-content: center;
    border-bottom: 1px solid #000;
}

.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.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 */
.contact_service {
    background-color: #d0bba6;
    object-fit: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: fixed;
    bottom: -0.1%;
    z-index: 111111111;
    padding: 1% 0% 1%;
    color: #000;
    border-top: 1px solid #000;
}
.quick_call_absol {
    width: 8.347%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
    left: 26.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
        color: #343E2F;
        font-size: 1.4vw;
}
.quick_call_absol img {
    width: 15.1%;
}
.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% 12%;
}
.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: space-between;
    align-items:center;
    width: 100%;
}
.footer_input_form .footer_input {
    width: 24%;
    height: 2vw;
    white-space: nowrap;
    font-size: 0.85vw;
    font-family: 'Pretendard-light';
    box-sizing: border-box;
    padding: 0 1vw;
    /* margin-right: 0.1%; */
    box-sizing: border-box;
    border: none;
    outline: none;
    border-radius: 0.2vw;
}
.footer_input_form .footer_input::placeholder {
    /* padding: 0 0.5vw; */
    font-weight: bold;
    font-family: 'Pretendard-light';
    font-size: 0.8vw;
    text-align: center;
}
.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: 77%;
    transform: translateY(-50%);
    z-index: 2;
}
.quickAgree_checkbox {
    width: 0.6vw;
    height: 0.6vw;
    z-index: 1;
    appearance: none;
    background-color: transparent;
    scale: 1;
    border-radius: 0%;
    background-color: transparent;
    cursor: pointer;
    border: 1px solid #000;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quickAgree_checkbox:checked::before {
    content: '';
    display: inline-block;
    width: 80%;
    height: 80%;
    background-color: #000;
    border-radius: 0%;
    box-sizing: border-box;
    position: absolute;
    /* background-color: #fff; 
    background-image: url(/images/q_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: 600;
    display: flex;
    position: relative;
}
.quickAgree_fornt span {
    text-decoration: underline;
}
.quick_logo {
    left: 16%;
    top: 50%;
    transform: translateY(-50%);
    width: 8.452%;
    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 {
    /* left: 63.3%;
    top: 21%; */
    width: 24%;
    height: 2vw;
    cursor: pointer;
    z-index: 3;
    /* animation: blk 1s infinite ease-in-out; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0vw 0;
    font-size: 0.9vw;
    box-sizing: border-box;
    background-color: #343e2f;
    color: white;
    font-weight: 600;
    border-radius: 0.2vw;
}
.quick_submit_div img {
    width: 100%;
}
/* quick */

.footer_logo {
    width: 11.3461%;
    /* top: 40%;
    right: 5%;
    transform: translateY(-50%); */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.footer_logo img {
    width: 100%;
}
.copy {
    margin-top: 2.5vw;
    font-weight: 400;
    opacity: 0.3;
}
/* .tothetop {
    width: 2.65%;
    right: 11%;
    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:not(.f_logo) {
        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: 36%;
        padding-top: 31%;
    }
    .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 #000;
    }

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

    .footer_input_form .footer_input {
        width: 24.5%;
        height: 6.5vw;
        font-size: 3.2vw;
    }
    .footer_input_form .footer_input::placeholder {
        font-size: 2.6vw;
    }

    .quick_logo {
left: 2.5%;
        top: 31%;
        width: 26%;
    }
    .quick_logo_2 {
        display: none;
    }

    .quick_call_absol {
    width: 33.74%;
    left: 31.5%;
    top: 31%;
    font-size: 5.9vw;      
    }

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

    .quick_submit_div {
        height: 6.5vw;
        font-size: 2.6vw;
    }

    .quick_agree {
        left: 67.8%;
        top: 31%;
        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;
    }

    /* .tothetop {
        width: 10%;
        right: 4%;
        top: -36%;
    } */
    .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;
    }

    div.footer_top {
        padding-bottom: 8vw;
        order: -2;
        margin-bottom: 10vw;
    }
    .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;
    }
    .footer_logo {
        width: 58.88%;
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        margin-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%;
        position: relative;
        right: auto;
        top: auto;
        align-items: center;
        font-size: 3.8vw;
        margin-bottom: 10vw;
    }
    div.footer_right_top {
        justify-content: center;
        gap: 16.5vw;
        height: 10vw;
    }
    .f_logo {
        width: 44%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0vw;
    position: absolute;
    top: 11vw;
}

    .footer_right_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
        font-size: 3.2vw;
}
.footer_right_item p {
    width: 71%;
}
.footer_right_item01 {
    margin-bottom: 2.3vw;
}
.footer_right_title {
    margin-bottom: 4vw;
}
    .footer_right_bot {
        color: #000;
        font-size: 2.8vw;
        line-height: 1.4;
        opacity: 0.5;
        text-decoration: underline;
        cursor: pointer;
        right: auto;
        top: -73%;
    }
    .footer_right_icon {
        scale: 8;
    }


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




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

}