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

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

.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;
    line-height: 1.3vw;
}

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


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

.footer_tel {
    font-family: 'EF_jejudoldam';
    color: #fff;
    font-size: 1.3vw;
}



/* quick */

.contact_service {
    border-top: 1px solid #000000;
    background-color: #291208;
    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.3% 0%;
    color: white;
}
.quick_call_absol {
    width: 16%;
    right: 15.4%;
    top: 53%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
    font-size: 1vw;
    font-family: 'pretendard-light';
}
.quick_call_absol img {
    width: 100%;
}
.contact_mid {
    display: flex
    ;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 42%;
        z-index: 1;
        font-family: 'Pretendard-light';
        margin: 0% 0% 0% -18%;
}
.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: 26%;
    height: 2.4vw;
    white-space: nowrap;
    font-size: 0.85vw;
    font-family: 'Pretendard-light';
    box-sizing: border-box;
    padding: 0 1vw;
    margin-right: 1%;
    border: none;
    outline: none;
}
.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;
    top: 111%;
    left: 61.2%;
}
.quickAgree_checkbox {
    position: absolute;
    left: 58.2%;
    top: 10%;
    width: 0.7vw;
    height: 0.7vw;
    z-index: 1;
    appearance: none;
    background-color: transparent;
    scale: 1;
    outline: 0.15vw solid #fff;
    border-radius: 50%;
}
.quickAgree_checkbox:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    scale: 0.85;
    border-radius: 50%;
}
.quickAgree_fornt{
    font-size: 0.8vw;
    /* width: 54.5%; */
    /* margin-bottom: 0.5%; */
    font-family: 'Pretendard-light';
    font-weight: 700;
    display: flex;
}
.quickAgree_fornt span {
    text-decoration: underline;
}
.quick_logo {
    left: 16.5%;
    top: 49%;
    transform: translateY(-50%);
    width: 5.83%;
    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: 57.3%;
    bottom: 0.67vw;
    width: 10.45%;
    padding: 0.36vw 0;
    cursor: pointer;
    z-index: 3;
    animation: blk 1s infinite ease-in-out;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-size: 0.9vw;
    font-family: 'pretendard variable';
    font-weight: 900;
    background: #f26f21;
}
.quick_submit_div 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 {
        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 30vw;
    }

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


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

    .quick_logo {
        left: 3.5%;
        top: 24%;
        width: 20%;
    }
    .quick_logo_2 {
        display: none;
    }

    .quick_call_absol {
        width: 37.74%;
        left: 26.5%;
        top: 34%;
    }
    .quick_call_absol p {
        display: none;
    }
    .quick_call_absol span {
        font-size: 3.5vw;
    }

    .quick_submit_div {
        left: 67%;
        top: 40%;
        width: 31%;
        font-size: 3.5vw;
        padding: 2vw 0;
        bottom: 1.7vw;
    }

    .quick_agree {
        left: 65.8%;
        top: 19%;
    }
    .footer_link .quickAgree_fornt {
        font-size: 3.1vw;
    }

    .quick_agree .quickAgree_fornt {
        font-size: 2.9vw;
    }

    .quickAgree_checkbox {
        left: 67.7%;
        top: 15%;
        width: 3.5%;
        height: 3.5vw;
    }
    .quickAgree_checkbox:checked::before {
        scale: 0.9;
    }



.foo_top1 {
    width: 100%;
    display: flex;
    justify-content: center;
}
.footer_tel {
    font-family: 'EF_jejudoldam';
    color: #fff;
    font-size: 4.3vw;
}
.footer_titleV {
    margin-top: 2vw;
}
.footer_bottom p {
    font-weight: 200;
}
.footer_bottom div {
    font-size: 0.9em;
    display: flex;
    flex-direction: column;
}
.footer_title {
    font-weight: 200;
    color: #ffffffd4;
}
.footer_bottom_topPr {
    text-decoration: underline;
}
.foo_top {
    align-items: center;
    padding-bottom: 4vw;
    margin-left: 0vw;

}
}