.absol{
    position: absolute;
}
*{
    box-sizing: unset;
}
.rltv{
    position: relative;
}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
#bo_v >header{
    display: none;
}
.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable.css");
/* font-family: 'Pretendard Variable'; */

@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{
    display: flex;
    background: black;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 5% 0%;
    padding-bottom: 11%;
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
}
.footer_bottom{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'Pretendard Variable';
    color: rgba(255, 255, 255, 0.664);
    font-size: 1vw;
    box-sizing: border-box;
    padding-left: 8vw;
}
.footer_title {
    /* width: 3%; */
    font-family: 'Pretendard Variable';
    font-size: 1.2vw;
    margin-bottom: 1.5vw;
    color: white;
    font-weight: 700;
    font-size: 1.5vw;
}
.footer_title img {
    width: 100%;
}
.footer_con {
    color: white;
    text-align: start;
    line-height: 1.6;
}
.footer_con span {
    display: inline;
}
.footer_copyrights {
    margin-top: 1vw;
    font-size: 0.9vw;
    color: #ffffff4b;
}
.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%;
}
.footer_bottom_tel {
    width: 13.2%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 5%;
    top: -20%;
    cursor: pointer;
}
.footer_bottom_tel img {
    width: 100%;
}






/*개인정보 처리 방침*/
.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: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 56%;
    border-radius: 30px;
}
.close {
    color: #aaa;
    float: right;
    font-size: 33px;
    font-weight: bold;
    cursor: pointer;
    margin-top: -2%;
    margin-right: -1%;
}
.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: #b1b1b1;
    border-radius: 10px;
}
#policy div.policy_title h2 {
    font-weight: 700;
    font-size: 25px;
    color: #fff
}
#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: #9b9b9b;
    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
}

/* quick */
.contact_service {
    background-color: #000000;
    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: 0.5% 0% 0.5% 8%;
    box-sizing: border-box;
    border-top: 1px solid white;
}
.quick_call_absol {
    width: 12.85%;
    cursor: pointer;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.5vw;
    /* font-size: 1vw;
    font-family: 'pretendard-light'; */
    margin-left: 0.5vw;
}
.quick_call_absol img {
    width: 94.5%;
}
/* .quick_call_absol span  {
    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;
    letter-spacing: 0.1vw;
    font-size: 1.5vw;
    color: #6bcdb2;
} */
.contact_mid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 41%;
    z-index: 1;
    font-family: 'Pretendard Variable';
    margin: 1.5% 0% 0% 0%;
}
.footer-form{
    display: flex;
    justify-content:center;
    align-items:center;
    flex-direction: row;
    width: 100%;
}
.footer_input_form{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:center;
    width: 100%;
}
.footer_input_form .footer_input {
    width: 18vw;
    height: 1.7vw;
    white-space: nowrap;
    font-size: 0.85vw;
    font-family: 'Pretendard Variable';
    font-weight: 500;
    box-sizing: border-box;
    padding: 0 1vw;
    margin-right: 2.5%;
    border: none;
    outline: none;
    border-radius: 0.5vw;
}
.footer_input_form .footer_input::placeholder {
    font-weight: bold;
    font-family: 'Pretendard Variable';
    font-weight: 600;
    font-size: 0.8vw;
    text-align: center;
}
.footer_input_form .footer_input:focus::placeholder {
    opacity: 0;
}
.footer_input_form .footer_input:nth-child(2)::placeholder {
    padding: 0 1.8vw;
}
.footer_input_form .footer_input:nth-child(3)::placeholder {
    padding: 0 1.4vw;
}
.quick_agree {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5vw;
    width: fit-content;
    /* white-space: nowrap; */
    /* margin-right: 1vw; */
    top: 13%;
    left: 69.4%;
}
.quickAgree_checkbox {
    /* position: absolute;
    left: 58%;
    top: 40%; */
    width: 0.9vw;
    height: 0.9vw;
    z-index: 1;
    appearance: none;
    background-color: transparent;
    scale: 1;
    outline: 0.05vw solid #ffffff;
    cursor: pointer;
}
.quickAgree_checkbox:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    scale: 0.85;
}
.quickAgree_fornt{
    color: #ffffff;
    font-size: 0.8vw;
    /* width: 54.5%; */
    /* margin-bottom: 0.5%; */
    font-family: 'Pretendard Variable';
    font-weight: 300;
}
/* .quick_logo {
    left: 5.5%;
    top: 48%;
    transform: translateY(-50%);
    width: 12%;
    cursor: pointer;
} */
.footer_call{
    width: 17%;
    cursor: pointer;
}
.quick_submit_div {
    width: 11vw;
    cursor: pointer;
    z-index: 3;
    animation: blk 1s infinite ease-in-out;
    /* background-color: white; */
    color: #1541a2;
    /* border: 0.1vw solid #43464a; */
    text-align: center;
    font-size: 1.2vw;
    /* padding: 0.5vw 0; */
    font-family: 'Pretendard Variable';
    border-radius: 0.5vw;
    /* margin-left: 0.9vw; */
    font-weight: 900;
    margin-top: 1.4vw;
}
.quick_submit {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quick_submit img {
    width: 100%;
}
/* .quick_left_img {
    width: 5%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transform: rotate(-19deg);
    left: 5%;
    bottom: -17%;
}
.quick_left_img02 {
    transform: rotate(36deg);
    left: 55%;
    bottom: -18%;
}
.quick_left_img img {
    width: 100%;
} */

.quick_logo {
    width: 7%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 9%;
    bottom: 21%;
    cursor: pointer;
}
.quick_logo img {
    width: 100%;
}
.quick_02 {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1.5vw;
    margin-right: 1vw;
    margin-top: 0.5vw;

}
.quick_02 img {
    width: 100%;
}


/* quick */














/*개인정보 처리 방침*/
@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%;
    }
    .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: 34%;
        padding-top: 8%;
    }
    .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;
     }
    /* .quick_agree {
        margin-left: 6% !important;
        margin-top: -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%;
    }
    /* .quick_agree {
        width: 42%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        left: 8.8%;
        top: 12%;
    }
    .quickAgree a {
        font-family: "Pretendard-regular";
        font-size: 2.8vw;
        color: black;
        display: flex;
        width: 100%;
        justify-content: center;
        margin-left: 3%;
    } */
    .footer_title {
        /* width: 8%; */
        font-size: 3.2vw;
        margin-bottom: 3.5vw;
    }
    .footer_con span {
        display: none;
    }
    .footer_bottom_tel {
        width: 29.2%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 5%;
        top: -3%;
        cursor: pointer;
    }
    .footer_bottom {
        font-size: 3vw;
    }
    .footer_copyrights {
        margin-top: 6vw;
        font-size: 2.9vw;
        color: #ffffff4b;
    }
    /* quick */
    .contact_service {
        padding: 11.5% 0% 3.5% 0%;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 0vw;
        gap: 3vw;
    }
    .footer_input_form .footer_input {
    width: 44%;
    height: 6.4vw;
    font-size: 3.1vw;
    margin-right: 0.5%;        
    }
    .footer_input_form .footer_input::placeholder {
        font-weight: bold;
        font-family: 'Pretendard Variable';
        font-size: 3.1vw;
        text-align: center;
    }
    .contact_mid {
        width: 100%;
    }
    .quick_submit_div {
        width: 29.2%;
        position: absolute;
        right: 4.3%;
        top: 16%;
        font-size: 3.2vw;
        padding: 1.5vw 0;
    }
    .quick_call_absol {
        width: 33.85%;
        /* padding-left: 3vw; */
        position: absolute;
        top: 27%;
        left: 32%;
        /* gap: 1.5vw; */
        margin-left: 0vw;
    }
    .quick_agree {
        right: 4%;
        top: 7%;
        gap: 2vw;
        left: auto;
        width: max-content;
    }
    .quickAgree_checkbox {
        width: 3vw;
        height: 3vw;
    }
    .quickAgree_fornt {
        font-size: 2.7vw;
    }
    
    .quick_left_img {
        display: none;
    }
    .quick_logo {
        width: 25%;
        left: 5.5%;
        bottom: 51%;
    }
    .quick_02 {
        display: none;
    }

    div.footer_vweb {
        margin-top: 3vw;
    }
}
.footer_vweb {
    margin-top: 1.2vw;
    cursor: pointer;
    font-family: 'Pretendard variable';
    font-weight: 200;
    text-transform: uppercase;
        opacity: 0.5;

}