.rltv {
    position: relative;
}
            .contact_fixed{
                width : 100%;
                position: fixed;
                bottom: 0;
                z-index: 10000;
                display: flex;
                justify-content: center;
                align-items: center; background-color: black;
                border-top : 1px solid #bdbdbd;
                min-height : 60px;
            }

                .contact_fixed_left {
                    width: 100%;
                    min-height : 70px;
                    display: flex;
                    justify-content: flex-end;
                    align-items: center;
                    padding-top: 0.3%;
                    margin-left: 2%;
                    padding-bottom: 0.4%;
                }

                .contact_fixed_left {
                    padding-top: 0;
                    padding-bottom: 0;
                }



            .contact_fixed_left_5 {
                    width: 35.5%;
                    height: 100%;
                    left: -3%;
                    border-radius: 0 50px 50px 0;
                }

            .contact_fixed_left_6 {
                left: 8.6%;
                color: white;
                font-family: pretendard-light;
                font-size: 0.8vw;
            }

            .contact_fixed_left_6 span{color : #fff; font-size : 0.82vw;}

            .contact_fixed_left_1 {
                margin-right: 7%;
                cursor : pointer;
                background: #fff;
                padding: clamp(15px, 0.7% ,0.9%) 2.5%;
                text-align: center;
                font-family: 'Pretendard-medium';
                font-size: 1vw;
                color: black;
                margin-top: 0;
                margin-bottom: 0;
                border-radius: unset;
            }

            .contact_fixed_left_1:hover{font-weight : 800;}


            .contact_fixed_left_2 {
                left: 4%;
                height : 90%;
                /* height : 80%;
                aspect-ratio: 2.6/1; */
                bottom: unset;
            }


            .quick_agree {
                width: 10%;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                left: 70.9%;
                top: unset;
                bottom: unset;
                margin-left: 0;
                margin-top: 0;
            }

            .contact_fixed_left_4 {
                left: 23.8%;
                width: 11%;
            }

            .absol {
    position: absolute;
}

.inputs {
    left: 33.7%;
    width: 35%;
    height: 2vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*
.quick_checkbox{
    width : 17px;
    height : 17px;
    overflow : hidden;
    color : transparent;
    appearance: none;
    border-radius: 50%;
    border: 1px solid white;

} */

#mobile_telLink{display : none;}
#pc_telLink{display: block;}

.quick_checkbox:checked {
    background: unset;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-right: 1.5%;
}
.quickAgree {
    white-space: nowrap;
}

.quickAgree a {
    font-family: "Pretendard-regular";
    font-size: 0.8vw;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-left: 3%;
    color : #fff;
}

.per_Infor_policy{
    border-bottom: 1px solid white;
    font-size : 12px;
}


.inputs > input {
    font-size: 0.45em;
}

.inputs > input {
    width: 49%;
    height: 100%;
    font-size: 0.7em;
    text-align: center;
    font-family: pretendard-regular;
    outline: none;
    border: none;
    border: #d1d1d1 solid 1px;
    font-weight : 900;
}

.phone-number_fixed{font-size : 1.6vw; font-weight: 600; color : #fff;}

.modal, .modal2 {
    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, .modal2-content {
    background-color: #fefefe;
    margin: 12% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 56%;
    border-radius: 30px;
    overflow : hidden;
}

#policy, #terms {
    display: flex;
    flex-direction: column;
    /*justify-content: flex-start;*/
    align-items: center;
    width: 100%;
    position: relative;
    height: 530px;
    margin: 0 auto;
    padding: 1px;
    text-align: left;
}

#policy div.policy_title, #terms 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_con, #terms div.policy_con{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    padding: 20px 0px 20px 0px;
    border-radius: 10px;
}

#policy div.policy_title h2, #terms div.policy_title h2 {
    font-weight: 700;
    font-size: 25px;
    color: #fff;
}

#policy p.policy_text, #terms p.policy_text {
    overflow-y: scroll;
    height: 300px;
    padding-right: 20px;
    font-size: 14px;
    text-align: justify;
    line-height: 18px;
}

@media screen and (max-width: 768px) {
    .contact_fixed_left {
        width: 100%;
        min-height : 19vw;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-top: 0;
        margin-left: 0;
        padding-bottom: 0;
    }

    .contact_fixed_left_5 {
        width: 43%;
        height: 100%;
        background: #f8f1e7;
        left: -3%;
        top: -1%;
        display: none;
    }

    .contact_fixed_left_6 {
        display: none;
    }

    .contact_fixed_left_1 {
        margin-right: 0;
        padding: 4% 7%;
        font-size: 3.4vw;
        white-space: nowrap;
        margin-bottom: 0;
        margin-top: 0;
        right : 2%;
        bottom : 10%;
        color : black;
        background-color: #fff;
        position : relative;
    }



    .contact_fixed_left_2 {
        left: 5.6%;
        width: 5.6%;
        top: 12%;
        display: none;
    }
    .contact_fixed_left_4 {

        font-size: 4.5vw;
        left: 3%;
        color: white;
        top: 5%;
        width: 29%;

    }
    .quick_agree {
        width: 42%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        left: 34%;
        top: 15%;
        color: white;
    }

    .quickAgree a {
        font-family: "Pretendard-regular";
        font-size: 2.5vw;
        display: flex;
        width: 100%;
        justify-content: center;
        margin-left: 3%;
        color: white;
    }

    .inputs {
        left: 3%;
        width: 55%;
        height: 40%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        bottom: 15%;
    }

    .pc-mobile {
        display: none;
    }

    .modal-content, .modal2-content {
        background-color: #fefefe;
        margin: 30% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 86%;
        border-radius: 30px;
    }

    #mobile_telLink{display : block;}
    #pc_telLink{display: none;}
}