/* --------------- PC modal start-------------- */
.modal_open_btn {
    cursor: pointer;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background: rgba(0, 0, 0, 0.7);

    z-index: 9999999999;
}

.modal_iner {
    width: 60vw;
    background: #fff;

    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;

    border-radius: 2vw;
    padding: 2vw;
}

.modal {
    display: none;
}

.modal.on_modal {
    display: flex;
}

.modal_hd {
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 1.4vw;
    font-weight: 600;
    margin-bottom: 2vw;

    width: 100%;
}

.modal_body {
    width: 100%;
    height: 60vh;
    overflow-y: scroll;
    font-size: 0.8vw;
}


.modal_close {
    width: 100%;
    height: 2vw;
    background: #000;
    color: #fff;
    font-size: 0.9vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1vw;
    cursor: pointer;
    margin-top: 2vw;
    font-weight: 500;
}


/* --------------- MO modal start-------------- */
@media screen and (max-width:599px) {
    .modal_iner {
        width: 93vw;
        border-radius: 4vw;
        padding: 6vw;
    }

    .modal_hd {
        font-size: 5vw;
        margin-bottom: 6vw;
    }

    .modal_close {
        height: 8vw;
        font-size: 3.6vw;
        border-radius: 2.8vw;
        margin-top: 6vw;
    }

    .modal_body {
        font-size: 3.3vw;
    }
}


/* --------------- PC footer start-------------- */


.footer {
    width: 100%;

    background: #fff;
    color: #060606;

    font-size: 0.938vw;
    line-height: 1.5;
    font-weight: 400;

    position: relative;
    font-family: "Pretendard Variable";
}

.ft_iner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.ft_1st {
    width: 100%;
    height: 8.333vw;

    display: flex;
    align-items: center;
    justify-content: center;

    border-bottom: 1px solid #959595;
}

.ft_logo {
    width: 8.084%;
    aspect-ratio: 189 / 64;
}

.ft_vweb {
    opacity: 0.6;
}

.footer_02 {
    width: 7.031vw;
    top: 4.6vw;
    right: 9.3vw;
}

.ft_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1vw;

    width: 100%;
    position: relative;

    margin-top: 2.604vw;

    height: 18vw;

}

.ft_col {
    display: flex;
    flex-direction: column;
}

.ft_row {
    display: flex;
    column-gap: 1vw;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}


.ft_tt {
    position: fixed;
    width: 4.271vw;
    bottom: 6.5vw;
    right: 2vw;
}

.ft_row_col {
    display: flex;
    justify-content: center;
    gap: 1vw;
}

.ft_txt .modal_open_btn {
    text-decoration: underline;
    text-underline-offset: 20%;
}

.top_btn {
    width: 7.3499%;
    position: fixed;
    bottom: 5.6vw;
    right: 2.5vw;
    z-index: 99999999;
    cursor: pointer;
}

/* --------------- PC footer end-------------- */


/* --------------- MO footer start-------------- */
@media screen and (max-width: 599px) {
    .footer {

        font-size: 3.5vw;
        line-height: 1.6;

        text-align: center;

        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ft_1st {
        height: 26vw;
        justify-content: center;
        padding: 0;
    }

    .ft_iner {
        justify-content: center;
        align-items: center;

        z-index: 99;
    }

    .ft_row {
        display: flex;
        column-gap: 1vw;
    }

    .ft_txt {
        justify-content: center;
        align-items: center;
        row-gap: 4vw;
        height: auto;
        padding: 0;

        margin-top: 8vw;
        padding-bottom: 32vw;
    }

    .ft_logo {
        width: 31vw;
    }

    .ft_row_col {
        justify-content: center;
        flex-direction: column;
        gap: 0;
    }


    .ft_txt .modal_open_btn {
        position: static;
    }

    .top_btn {
        width: 20vw;
        bottom: 22.5vw;
        right: 2.5vw;
    }
}

/* --------------- MO footer end -------------- */









/* --------------- PC quick start-------------- */

.contact_service {
    position: fixed;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 4.167vw;

    padding-left: 29vw;

    display: flex;
    justify-content: flex-start;
    align-items: center;

    background: #f55b00;

    z-index: 9999999;


    font-family: "Pretendard Variable";
}

.quick_logo {
    width: 4.74vw;
    position: absolute;
    left: 24.1vw;
    bottom: 0.4vw;
}

.contact_mid {
    z-index: 10;
}

.qk_box {
    width: 8.021vw;
    height: 1.823vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: -1.3vw;
    border-radius: 0.365vw;
}

.footer_input_form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.521vw;
}

.footer_input {
    background: #fff;
    color: #000;

    font-size: 0.885vw;
    font-weight: 400;
}

.footer_input::placeholder {
    color: #999;
}

.quick_submit_div {
    font-size: 0.833vw;
    color: #fff;
    background: #522a00;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    font-weight: 700;
    margin-left: 0.521vw;
    letter-spacing: 0vw;
    padding-left: 0;
}

.quick_agree {
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 0.781vw;
    color: #fff;

    z-index: 10;

    position: absolute;
    right: 37.3vw;
    top: 0.5vw;
}

.qk_udln {
    text-decoration: underline;
    text-underline-offset: 20%;
    text-decoration-thickness: 1px;
}

.quickAgree_checkbox {
    -webkit-appearance: none;
    appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

    width: 0.7vw;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-right: 0.4vw;
}

.quickAgree_checkbox:checked {
    background: #000;
}

.quickAgree_checkbox:checked:after {
    content: '';
    position: absolute;
    width: 70%;
    height: 140%;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translateY(-34%) translateX(21%) rotate(45deg);
}

.qk_bg_inner {
    width: 0%;
    height: 100%;
    position: absolute;
    background: #ff6b0d;
    left: 0;
    top: 0;
}

.q_call {
    width: 1.563vw;
}

.q_call_wrap {
    margin-bottom: -0.7vw;
    margin-left: 0.8vw;
}

.q_call_txt {
    font-size: 2.6vw;
    font-weight: 900;
    font-family: "Paperozi";
    color: #ffec89;
    margin-left: 0.3vw;
    margin-bottom: 0.3vw;
}

/* --------------- PC quick end -------------- */



/* --------------- MO quick start -------------- */
@media screen and (max-width:599px) {
    .ft_tt {
        width: 14vw;
        bottom: 23vw;
        right: 2.2vw;
    }

    .contact_service {
        height: auto;
        padding-left: 0;

        padding-bottom: 1vw;
        padding-top: 10vw;
        border-top: 1px solid #000;

        justify-content: center;
    }

    .quick_logo {
        width: 37vw;
        margin-right: 0;
        position: absolute;
        top: 2.2vw;
        left: 3vw;
    }

    .footer_input_form {
        gap: 0;
    }

    .qk_box {
        width: 24vw;
        height: 9vw;
        border: 1px solid #000;
        margin-bottom: 0;
    }

    .quick_agree {
        position: absolute;
        font-size: 3.5vw;
        top: 3.3vw;
        right: 3vw;
        margin: 0;
    }

    .footer_input {
        font-size: 3.3vw;
    }

    .quick_submit_div {
        font-size: 3.6vw;
        margin: 0;
    }

    .quick_submit_div span {
        display: none;
    }

    .qk_pc {
        display: none;
    }

    .quickAgree_checkbox {
        width: 3.6vw;
        margin-right: 1.9vw;
    }

    .quick_logo {
        display: none;
    }

    .q_call_wrap {
        position: absolute;
        top: 1.7vw;
        left: 2vw;
        margin-left: 0;
        margin-bottom: 0;
    }

    .q_call {
        width: 4.9vw;
    }

    .q_call_txt {
        font-size: 5.6vw;
        margin-left: 1.1vw;
        margin-bottom: 0.8vw;
    }
}

/* --------------- MO quick end -------------- */