.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;
} */

@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: #ff7800;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start !important;
    overflow: hidden;
    padding: 5vw 5vw 7vw;
    box-sizing: border-box;
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
}

.foo_top {
    align-items: flex-start;
    padding-bottom: 1vw;
}

.footer_bottom_top {
    justify-content: space-between;
    padding: 3vw 0 2vw;
}

.footer_bottom_top .footer_bottom_tx {
    color: #ffffff57;
}

.Copyright {
    font-weight: 300;
}

.footer_title {
    font-family: 'suit';
    color: #ffffff9e;
}

.footer_bottom {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'suit';
    border-top: 1px solid #ffffff57;
}

.footer_bottom p {
    color: #ffffff73;
    font-size: 0.8vw

}

.footer_bottom p:nth-of-type(3) {
    color: #ffffffbe;
    font-weight: 400;
    font-size: 0.8vw;
    margin-top: 1%;
    font-family: 'suit';
}

.quickAgree {
    white-space: nowrap;
}

.quick_agree {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: -2%;
    margin-top: -4%;
}

.quick_checkbox {
    accent-color: #f4a81c;
    margin: 0 0.5% 0 3%;
}

.quickAgree a {
    font-family: "Pretendard-regular";
    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: 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 {
    border-top: 1px solid #fff;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: fixed;
    bottom: 0%;
    z-index: 111111111;
    padding: 0.5% 0% 0.5% 0%;
}

.contact_mid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 36%;
    z-index: 1;
    font-family: 'suit';
}

.footer-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin: 0.4vw 1vw;
}

.footer_input_form {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.footer_input_form .footer_input {
    width: 28%;
    height: 2.1vw;
    white-space: nowrap;
    margin-right: 1%;
    font-size: 0.8vw;
    font-family: 'suit';
    text-align: center;
}

.quick_agree {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 47%;
    white-space: nowrap;
    left: 20.3%;
}

.quickAgree_checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 52.5%;
    top: unset;
    width: 2%;
    height: 2vw;
    z-index: 1;
    outline: 1.5px solid #fff;
    appearance: none;
    background-color: #fff;
    scale: 0.4;
    border-radius: 25px;
    cursor: pointer;
}

.quickAgree_checkbox:checked::before {
    background-color: #ffffff00;
    content: '✓';
    font-size: 1.5vw;
    color: #5a3c16;
    transform: scale(1.4);
}

.quickAgree_fornt {
    color: #fff;
    font-size: 0.8vw;
    width: 27%;
    margin-bottom: 0.3%;
    font-family: 'suit';
    font-weight: 700;
}

.quick_logo {
    left: 10.5%;
    top: 51%;
    transform: translateY(-50%);
    width: 8%;
    cursor: pointer;
}

.footer_call {
    font-family: 'suit';
    font-weight: 700;
    font-size: 1.5vw;
    cursor: pointer;
    pointer-events: all;
    bottom: 77%;
    left: 86.5%;
}

.footer_submit {
    left: 79%;
    top: 50%;
    transform: translateY(-50%);
    width: 9%;
    cursor: pointer;
    animation: blk 1s infinite ease-in-out;
}

/* quick */

.quicknew {
    border-top: 1px solid #73492433;
    background-color: #fff;
    width: 100%;
    position: fixed;
    bottom: 0%;
    z-index: 111111111;
    overflow: inherit;
    padding-left: 6vw;
    box-sizing: border-box;
}

.quicknew_tel {
    width: 15.9055%;
    cursor: pointer;
}

.quicknew_tel_a {
    width: 50.1029% !important;
    margin-left: -27vw;
    animation: rotate_image 10s infinite linear;
}
.quicknew_agree {
    margin-top: -0.8vw;
}
.quicknew_agree p {
    font-size: 0.8vw;
}

.quicknew_agree_p {
    margin-left: 2vw;
}

.quicknew_agree_checkbox {
    width: 10%;
    height: 0.93vw;
    z-index: 1;
    outline: 1.5px solid #000000;
    appearance: none;
    background-color: #ffffff;
    border-radius: 0.2vw;
    cursor: pointer;
    bottom: 0vw;
    left: 0.5vw;
    position: absolute;
}

.quicknew_agree_checkbox:checked::before {
    background-color: #ffffff00;
    content: '✓';
    font-size: 1.1vw;
    color: #ff7800;
    font-weight: bold;
    transform: scale(1.4);
    position: absolute;
    bottom: 0vw;
    left: 0.2vw;
}
.quicknew_agree {
    width: 10%;
}

.quicknew_submit {
    background-color: #ff7800;
    margin-left: 2vw;
    cursor: pointer;
    height: 100%;
}

.quicknew_submit>p {
    color: #fff;
    font-size: 0.9vw;
    font-weight: 700;
    padding: 1.1vw 3vw;
    box-sizing: border-box;
}

.quicknew_tt {
    right: 4vw;
    top: 6%;
}


.footer_bottom p:nth-child(2) {
    padding-bottom: 0%;
}
/*개인정보 처리 방침*/
@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 {
        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_inputs {}

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

    .form-button2 {}

    #contact-form {
        background: transparent !important;
    }

    #contact-form {
        width: 62% !important;
        margin-left: 9% !important;
    }

    .footer {
        font-size: 3vw;
    } */

    .foo_top {
        justify-content: flex-start;
    }

    .footer_bottom p {
        color: #ffffff73;
        font-size: 1.4vw;
        line-height: 2vw;
    }

    .footer_bottom_top {
        padding: 5vw 0 3vw;
    }

    .footer_bottom p:nth-of-type(3) {
        color: #ffffffbe;
        font-weight: 400;
        font-size: 1.3vw;
        margin-top: 3%;
        font-family: 'suit';
    }

    .footer {
        padding: 5vw 5vw 10vw;
    }
    .quicknew_tt {
        right: 1vw;
        top: -4.9vw;
        width: 4vw;
    }
    .quicknew_tel {
        width: 17.8292% !important;
    }
    .footer_input_form .footer_input {
        width: 28%;
        height: 2.1vw;
        font-size: 1.2vw;
        padding: 0.3vw 0;
    }
    .quicknew_agree_p {
        margin-left: 2.3vw !important;
        font-size: 1.2vw !important;
    }
    .quicknew_agree_checkbox {
        width: 10%;
        height: 1.3vw;
        bottom: 0.1vw;
    }
    .quicknew_agree {
        margin-bottom: 1vw;
        width: 13%;
    }
    .quicknew_submit>p {
        font-size: 1.3vw;
    }

}

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

    .only_pc {
        display: none;
    }

    .only_tb {
        display: none;
    }

    .only_mo {
        display: block;
    }



    .pc-mobile {
        display: none;
    }

    .mobile-pc {
        display: flex;
    }

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

    .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 {
        padding: 9vw 8vw 18vw;
    }

    .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_bottom p {
        font-size: 0.9em;
    }

    .footer_bottom div {
        font-size: 0.9em;
    }


    .footer_bottom p:nth-of-type(3) {
        padding-top: 8%;
    }

    .footer_bottom p {
        font-size: 3.2vw;
        text-align: center;
        line-height: 4vw;
    }

    .footer_bottom_top {
        padding: 6vw 0 5vw;
    }

    .footer_bottom {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .footer_bottom p:nth-of-type(3) {
        font-size: 3.2vw;
    }

    .foo_top1 {
        width: 39%;
    }

    .foo_top1>img {
        width: 100%;
    }

    .foo_top {
        align-items: center;
        padding-bottom: 3vw;
        margin-left: -1vw;
        justify-content: center;
    }

    .quicknew {
        flex-direction: column;
        padding: 2vw 0 0;
    }

    .quicknew_tel {
        width: 40.9055% !important;
        margin-left: -38vw;
    }

    .quicknew_tel_a {
        margin-top: 5vw;
        width: 49.1029% !important;
        margin-left: -62vw;
    }

    .quicknew_form {
        width: 70%;
        margin: 1vw 0;
        margin-left: -9vw;
    }

    .footer_input_form .footer_input {
        width: 25%;
        height: 4.1vw;
        margin-right: 1%;
        font-size: 2.5vw;
        border: 1px solid #888;
        padding: 0.6vw 0;
    }

    .footer_input_form {
        justify-content: flex-start;
    }

    .quicknew_agree p {
        font-size: 2.5vw;
    }

    .quicknew_submit>p {
        color: #fff;
        font-size: 3vw;
        font-weight: 700;
        padding: 1.1vw 3vw;
    }

    .quicknew_agree {
        top: 3vw;
        right: 15vw;
        position: absolute;
    }
    .quicknew_submit {
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 1vw 4vw;
    }
    .quicknew_agree_checkbox {
        width: 10%;
        height: 2.3vw;
        bottom: 0vw;
        left: -1.5vw;
    }
    .quicknew_tt {
        right: 3vw;
        top: -10vw;
        width: 8vw !important;
    }
    .quicknew_agree_p {
        font-size: 2.2vw !important;
    }
    .quicknew_agree_checkbox:checked::before {
        font-size: 3.1vw;
    }

    .quicknew_submit {
    background-color: #ff7800;
    margin-left: 2vw;
    cursor: pointer;
    height: 55%;
    box-sizing: border-box;
}
    
}