.pc{
    display: flex;
}
.footer_margin{
    margin: 0% 0% 1.5% 0%;
}
.footer_agree{
    pointer-events: all;
    cursor: pointer;
}
.mobile-pc {
    display: none !important;
}
/* footer */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");

.footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #000000;
    font-family: 'pretendard-light';
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.footer_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    padding: 5% 9% 9%;
}
.footer_content_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 3vw;
    color: #fff;    
    padding: 3% 0% 1% 15%;
    border-bottom: solid 1.5px #fff;
}
.footer_content_mid{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    color: #fff;
    font-size: 1vw;
    padding: 0% 0% 0% 0%;
    pointer-events: none;
}
.text_bold{
    color: #fff;
    font-size: 1vw;
    font-weight: 500;
}
.footer_mid{
    color: #fff;
    font-size: 1vw;
    font-weight: 400;
    padding: 0% 1% 0% 0%;
}
.footer_mid2{
    color: #ffffff6b;
    font-size: 1vw;
    font-weight: 400;
    padding: 0% 1% 0% 0%;
}
.footer_click{
    font-size: 1vw;
    font-weight: 400;
    padding: 0% 1% 0% 0%;
    cursor: pointer;
}
.footer_content_mid_top{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    color: #fff;
    font-size: 1vw;
    padding: 2% 0% 0% 15%;
}
.footer_content_mid_mid{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    color: #fff;
    font-size: 0.95vw;
    padding: 0% 0% 0% 0%;
}
.footer_content_mid_mid.absol {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    left: 0%;
    top: -101%;
}
.footer_sns {
    width: 7%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: flex-end;
    pointer-events: all;
}
.footer_sns01 {
    width: 25%;
}
.footer_sns02 {
    width: 25%;
}
.footer_sns03 {
    width: 15%;
}
.footer_sns a img {
    width: 100%;
}
.footer_content_click{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    color: #fff;
    font-size: 1vw;
    padding: 0.5% 0% 0.5% 15%;
}
.footer_content_mid_bottom{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    color: #fff;
    font-size: 1vw;
}
.footer_content_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #000;
    font-size: 1vw;
}
.footer_top_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    white-space: nowrap;
    padding: 2% 0% 2% 8%;
}
.footer_line {
    width: 100%;
    height: 0.07vw;
    background-color: #ffffff86;
    margin: 1% 0% 7.5% 0%;
}
.foo_1{
    width: 17%;
    cursor: pointer;
}
.footer_a{
    text-decoration: underline;
}
.footer_logo {
    bottom: 37%;
    right: 8%;
    width: 14%;
    cursor: pointer;
    pointer-events: all;
}
.quick_submit_div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 11%;
    white-space: nowrap;
    background-color: #b32424;
    padding: 0.5% 0% 0.5% 0%;
    left: 74%;
    top: 26%;
    animation: blk 1s infinite ease-in-out;
    cursor: pointer;
    font-family: 'pretendard-regular';
}
.quick_submit {
    font-size: 1.3vw;
    color: #fff;
}
.quick_call {
    width: 19%;
    pointer-events: none;
}
.tt{
    width: 4%;
    left: 87%;
    cursor: pointer;
}
/* footer */
/* quick */
.contact_service{
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: fixed;
    bottom: 0%;
    z-index: 111111111;
    padding: 1.2% 0% 1.2% 0%;
}
.contact_mid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 78%;
    z-index: 1;
    margin: 0% 0% 0% -0.5%;
    pointer-events: none;
}
.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: 12%;
    height: 2.5vw;
    white-space: nowrap;
    margin-right: 1%;
    font-size: 0.8vw;
    pointer-events: all;
    box-sizing: border-box;
    padding: 0 1%;
}
.footer_input_form .footer_input::placeholder {
    text-align: center;
    padding: 0;
}
.quick_agree{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 47%;
    white-space: nowrap;
    top: 32%;
    left: 28.5%;
    font-family: 'pretendard-regular';
    color: #212121;
}
.quickAgree_checkbox{
    position: absolute;
    left: 65.5%;
    top: 42%;
    width: 1%;
    height: 1vw;
    z-index: 1;
    outline: 1.5px solid #c0c0c0;
    appearance: none;
    background-color: #c0c0c0;
    scale: 0.8;
    cursor: pointer;
}
.quickAgree_checkbox:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #b32424;;
    scale: 0.7;
    transform: translate(0%, 0%);
}
.quickAgree_fornt{
    color: #000;
    font-size: 0.8vw;
    width: 18.5%;
    margin-bottom: 0%;
    cursor: pointer;
    pointer-events: all;
}
.quick_logo {
    left: 7.5%;
    top: 51%;
    transform: translateY(-50%);
    width: 9%;
    cursor: pointer;
}
.footer_call{
    width: 17%;
    cursor: pointer;
}
.footer_submit{
    left: 79%;
    top: 50%;
    transform: translateY(-50%);
    width: 9%;
    cursor: pointer;
    animation: blk 1s infinite ease-in-out;
}
/* quick */
.footer_01{
    width: 4%;
    cursor: pointer;
}
.footer_02 {
    right: 17%;
    width: 10%;
}
.footer_03{
    width: 1%;
    cursor: pointer;
}
.footer_04{
    width: 1%;
    cursor: pointer;
}
.footer_05{
    width: 1%;
    cursor: pointer;
}
.footer_text_absol{
    font-size: 0.9vw;
    cursor: pointer;
    pointer-events: all;
    color: #ffffff87;
    text-decoration: underline;
}
.footer_sns_div{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    left: -4.5%;
}
.footer_sns_div > img {
    max-width: 3%;
    opacity: 0.4;
    margin: 0% 1% 0% 0%;
    cursor: pointer;
}
.footer_call_div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: 39%;
    top: 17%;
}
.footer_call{
    width: 10.5%;
}
.quick_call_absol{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 10%;
    left: 21%;
    white-space: nowrap;
    cursor: pointer;
    pointer-events: all;
}
.quick_call_text{
    font-family: "Noto Serif KR", serif;
    font-size: 2vw;
    font-weight: 900;
    color: #212121;
    margin: 0% 0% 0% 3%;
    pointer-events: none;
}
.footer_call_text{
    font-size: 2vw;
    font-weight: 800; 
}
.footer_call_absol{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    top: 23%;
    left: 0%;
    pointer-events: none;
    padding: 0% 9%;
    box-sizing: border-box;
}
.tooter_call_text{
    font-family: "Noto Serif KR", serif;
    font-size: 2vw;
    font-weight: 900;
    color: #fff;
    cursor: pointer;
    pointer-events: all;
}
#footer_last_div{
    margin: 1% 0% 0% 0%;
}
.tt_img{
    left: 90%;
    width: 3%;
    cursor: pointer;
    pointer-events: all;
}
@media screen and (max-width:1023px) {
    
}
@media screen and (max-width:599px){
    .mobile-pc {
        display: flex !important;
    }
    .pc-mobile {
        display: none !important;
    }
    
.tt_img {
    left: auto;
    width: 10%;
    cursor: pointer;
    pointer-events: all;
    position: fixed;
    bottom: 10%;
    right: 3%;
}    




    .footer_call_absol {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        top: 0%;
        left: -5.5%;
        pointer-events: none;
        padding: 0% 0%;
    }
    .tooter_call_text {
        font-size: 4vw;
        font-weight: 900;
        color: #fff;
        cursor: pointer;
        pointer-events: all;
        
    }
    .footer_call_text{
        font-size: 6vw;
        font-weight: 700;
    }
    .footer_content_mid_mid {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        color: #fff;
        font-size: 3vw;
        padding: 0% 0% 0.5% 13%;
    }
    .footer_content_mid_mid.absol {
        align-items: flex-end;
        box-sizing: border-box;
        padding: 0% 6% 0.5% 6%;
        gap: 1vw;
        left: 0%;
        top: -42%;
    }
    .footer_sns {
        width: 20%;
        align-self: auto;
    }
    .quick_call_absol {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 10%;
        left: 43%;
        top: 4%;
        white-space: nowrap;
        cursor: pointer;
        pointer-events: all;
    }
    .quick_call_text{
        font-size: 5vw;
        font-weight: 900;
        color: #212121;
        margin: 0% 0% 0% 3%;
        pointer-events: none;
    }
    .footer_sns_div {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        width: 170%;
        left: -74.5%;
    }
    .footer_line {
        width: 89%;
        height: 0.07vw;
        background-color: #ffffffb0;
        margin: 2.5% 0% 2.5% 0%;
    }
    .footer_call_div{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        left: 24%;
        top: 10%;
    }
    .footer_content_top {
        padding: 0% 0% 2% 13%;
        height: 17vw;
    }
    .footer_content {
        padding: 0% 0% 0% 0%;
    }
    .footer_content_mid_top{
        padding: 11% 0% 0% 15%;
    }
    .footer_content_mid_top {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        font-size: 2.5vw;
        padding: 6% 0% 0% 15%;
    }
    .footer_content_mid_bottom {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-size: 2.5vw;
    }
    .footer_content_mid_bottom_m {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-size: 2.5vw;
    }
    .contact_service {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        position: fixed;
        bottom: 0%;
        z-index: 111111111;
        padding: 1%;
        padding-top: 9%;
    }
    .contact_mid {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 73%;
        margin-left: -34%;
    }
    .footer_submit {
        left: 74%;
        top: 55%;
        transform: translateY(-50%);
        width: 22%;
        animation: blk 1s infinite ease-in-out;
    }
    .quick_agree {
        position: absolute;
        left: 47%;
        top: 66%;
        white-space: nowrap;
        width: 53%;
    }
    .quickAgree_checkbox {
        position: absolute;
        left: 65%;
        width: 3%;
        height: 3vw;
        top: 67%;
        z-index: 1;
    }
    .quickAgree_fornt {
        margin-bottom: 0%;
        font-size: 3vw;
        width: 56%;
    }
    .footer_call {
        width: 40%;
    }
    .footer_input_form .footer_input {
        width: 27%;
        height: 5vw;
        white-space: nowrap;
        margin-right: 1%;
        font-size: 2.5vw;
    }
    .footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        padding: 7% 0% 27% 0%;
    }
    .footer_content_top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        font-size: 5vw;
        font-weight: 900;
        padding-bottom: 1%;
        border-bottom: solid 0.1px #fff;
    }
    .footer_submit {
        left: 73%;
        top: 55%;
        transform: translateY(-50%);
        width: 23%;
        animation: blk 1s infinite ease-in-out;
    }
    .modal-content {
        background-color: #fefefe;
        margin: 2% auto;
        padding: 15px;
        border: 1px solid #888;
        width: 85%;
        border-radius: 30px;
    }
    .text_bold {
        font-size: 3vw;
        font-weight: 600;
    }
    .footer_mid {
        font-size: 3vw;
        padding: 0% 4% 0% 0%;
    }
    .footer_mid2 {
        color: #ffffff6b;
        font-size: 3vw;
        font-weight: 400;
        padding: 0% 1% 0% 0%;
    }
    .footer_01{
        width: 11%;
        cursor: pointer;
    }
    .footer_02 {
        right: 12%;
        width: 25%;
    }
    .footer_click {
        font-size: 3vw;
        font-weight: 400;
        padding: 0% 0% 0% 2%;
        cursor: pointer;
    }
    .quick_submit_div {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 26%;
        white-space: nowrap;
        background: #000;
        padding: 1% 1% 1% 1%;
        left: 66%;
        top: 12%;
    }
    .quick_submit {
        font-size: 3.7vw;
        font-weight: 700;
        color: #fff;
    }
    .footer_03 {
        width: 3%;
        cursor: pointer;
    }
    .footer_04 {
        width: 3%;
        cursor: pointer;
    }
    .footer_05 {
        width: 3%;
        cursor: pointer;
    }
    .footer_logo{
        bottom: 67%;
        right: 8%;
        width: 30%;
    }
    .quickAgree_checkbox:checked::before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 100%;
        background-color: #aa272d;
        scale: 0.7;
        transform: translate(0%, 0%);
    }
    .quick_call {
        width: 48%;
        margin: 3% 0% 0% 0%;
    }
    .footer_text_absol {
        right: 4%;
        text-decoration: underline;
        cursor: pointer;
        pointer-events: all;
        color: #ffffffb0;
        font-size: 3vw;
    }
    .quick_logo {
        left: 2.5%;
        top: 28%;
        transform: translateY(-50%);
        width: 28%;
        cursor: pointer;
    }
}
/*개인정보 처리 방침*/
.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
}
/*개인정보 처리 방침*/
@media screen and (max-width:599px){
        .modal-content {
        background-color: #fefefe;
        margin: 7% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 86%;
        border-radius: 30px;
    }
    div.footer_vweb {
        margin-top: 3vw;
    }
}
.footer_vweb {
        width: 100%;
    margin-top: 1.2vw;
    cursor: pointer;
    font-family: 'Pretendard variable';
    font-weight: 200;
    text-transform: uppercase;

}