.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
.pc{
    display: flex;
}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
/* footer */
.footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #df0716;
}
.footer_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    white-space: nowrap;
    padding: 4% 0% 9% 12%;
}
.footer_content_top {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 87%;
    color: white;
    font-size: 2vw;
    font-weight: 900;
    font-family: 'SF_HambakSnow';
    padding-bottom: 1%;
    border-bottom: solid 0.1px #fff;
    margin: 0% 0% 0% -12%;
}
.footer_content_mid{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    color: white;
    font-family: pretendard-regular;
    font-size: 1vw;
    padding: 2% 0% 1% 0%;
}
.footer_content_mid_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    color: white;
    font-size: 1vw;
}
.footer_content_mid_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    color: white;
    font-size: 1vw;
}
.footer_content_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: white;
    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: 92%;
    height: 0.05vw;
    background-color: white;
}
.foo_1{
    width: 17%;
    cursor: pointer;
 }
.footer_a{
    text-decoration: underline;
}
.footer_div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    right: -38.5%;
}
.footer_div > img {
    width: 3%;
    margin: 0% 0.5% 0% 0.5%;
    cursor: pointer;
}
.footer_add_01{
    width: 2% !important;
}
.footer_add_02{
    width: 2% !important;
    margin: 0% 7% 0% 0.5% !important;
}
/* footer */
/* quick */
.contact_service{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:center;
    width:100%;
    position: fixed; 
    bottom: 0; 
    z-index: 111111111; 
    padding: 3%;
    background: linear-gradient(to right, #df0716 78%, #fff 29%);
    box-sizing: unset !important;
}
.contact_mid{
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 37%;
    z-index: 1;
    font-family: 'Pretendard';
    bottom: 10%;
    left: 11%;
}
.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: 38%;
    height: 2.5vw;
    white-space: nowrap;
    margin-right: 1%;
    font-size: 1.1vw;
    font-family: 'Pretendard';
}
.quick_agree {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 61%;
    white-space: nowrap;
    left: -11%;
    top: 15%;
}
.quickAgree_checkbox{
    position: absolute;
    top: 21%;
    left: 37.5%;
    width: 1%;
    height: 1vw;
    z-index: 1;
}
.quickAgree_fornt{
    color: white;
    font-size: 1vw;
    width: 18.5%;
    margin-bottom: 0%;
    font-family: 'Pretendard';
}
.footer_logo{
    left: 5%;
    top: 31%;
    transform: translateY(-50%);
    width: 4%;
    cursor: pointer;
}
.footer_logo2{
    left: 11%;
    width: 3%;
}
.footer_call{
    display: block;
    left: 16.5%;
    top: 50%;
    transform: translateY(-50%);
    width: 12%;
    z-index: 5;
    cursor: pointer;
}
.footer_submit{
    left: 77%;
    top: 50%;
    transform: translateY(-50%);
    width: 9%;
    cursor: pointer;
    animation: blk 1s infinite ease-in-out;
}
.quick_line{
    left: 61%;
    height: 3vw;
    width: 0.1%;
    background-color: white;
}
.quick_text01{
    font-family: 'SDKukdetopokki-Lt';
    font-weight: 300;
    font-size: 1.3vw;
    color: #fff;
    left: 11%;
    top: 16%;
    white-space: nowrap;
}
.quick_submit {
    font-family: 'Pretendard';
    font-weight: 800;
    font-size: 1.5vw;
    color: #df0716;
    background-color: #ffd200;
    left: 49.5%;
    top: 24%;
    padding: 1% 2% 1% 2%;
    border-radius: 50px;
    cursor: pointer;
    border: 0px solid;
}
.quick_text02{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'NanumSquareNeo-Variable';
    font-weight: 600;
    font-size: 1vw;
    color: #fff;
    left: 64%;
    top: 27%;
    white-space: nowrap;
}
.quick_text02_img{
    width: 7%;
    margin: 0% 2% 0% 0%;
}
.quick_text02_01{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'NanumSquareNeo-deb';
    font-weight: 700;
    font-size: 1.5vw;
    color: #fff;
    left: 64%;
    top: 53%;
    white-space: nowrap;
    cursor: pointer;
}
.quick_text03{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'NanumSquareNeo-Variable';
    font-weight: 600;
    font-size: 1vw;
    color: #df0716;
    left: 80%;
    top: 32%;
    white-space: nowrap;
}
.quick_text03_img{
    width: 14%;
    margin: 0% 2% 0% 0%;
}
.quick_text03_01{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'NanumSquareNeo-deb';
    font-weight: 700;
    font-size: 1.5vw;
    color: #df0716;
    left: 80%;
    top: 53%;
    white-space: nowrap;
    cursor: pointer;
}
.quickAgree_fornt a{
    color: white !important;
}
.footer_input::placeholder{
    font-size: 1vw;
}
/* quick */
@media screen and (max-width:1023px) {
    .contact_service {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 111111111;
        padding: 3%;
        padding-top: 3%;
        background-color: black;
    }
    .contact_mid {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 47%;
        bottom: 10%;
        left: 1.5%;
    }
    .quickAgree_checkbox {
        position: absolute;
        left: 33%;
        width: 1.5%;
        height: 1.5vw;
        top: 13%;
        z-index: 1;
    }
    .quickAgree_fornt {
        margin-bottom: 0.6%;
        color: white;
        font-size: 1.5vw;
        width: 23%;
    }
    .footer_submit {
        left: 78%;
        top: 50%;
        transform: translateY(-50%);
        width: 18%;
        animation: blk 1s infinite ease-in-out;
    }
    .quick_agree {
        position: absolute;
        left: -6%;
        top: 3%;
        white-space: nowrap;
        width: 53%;
    }
    .footer_logo {
        left: 4%;
        top: 30%;
        transform: translateY(-50%);
        width: 10%;
    }
    .footer_logo2{
        display: none;
    }
    .footer_call {
        display: block;
        left: 56%;
        top: 50%;
        transform: translateY(-50%);
        width: 21%;
    }
    .footer_input_form .footer_input {
        width: 38%;
        height: 2.5vw;
        white-space: nowrap;
        margin-right: 1%;
        font-size: 1.9vw;
        font-family: 'Pretendard';
    }
    .footer_content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        white-space: nowrap;
        padding: 5% 0% 11% 15%;
    }
    .footer_content_top {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 89%;
        color: white;
        font-size: 3vw;
        font-weight: 900;
        font-family: 'SF_HambakSnow';
        padding-bottom: 1%;
        border-bottom: solid 0.1px #fff;
    }
    .footer_content_mid_top {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        color: white;
        font-size: 2vw;
    }
    .footer_content_mid_bottom {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        color: white;
        font-size: 2vw;
    }
    .quick_text01 {
        font-family: 'SDKukdetopokki-Lt';
        font-weight: 300;
        font-size: 1.3vw;
        color: #fff;
        left: 2%;
        top: 7%;
        white-space: nowrap;
    }
    .quick_submit {
        font-family: 'Pretendard';
        font-weight: 800;
        font-size: 1.8vw;
        color: #df0716;
        background-color: #ffd200;
        left: 49.5%;
        top: 19%;
        padding: 1% 2% 1% 2%;
        border-radius: 50px;
        cursor: pointer;
    }
    .quick_text02 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-family: 'NanumSquareNeo-Variable';
        font-weight: 600;
        font-size: 1.3vw;
        color: #fff;
        left: 62%;
        top: 16%;
        white-space: nowrap;
    }
    .quick_text02_01 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-family: 'NanumSquareNeo-Variable';
        font-weight: 700;
        font-size: 2vw;
        color: #fff;
        left: 62%;
        top: 53%;
        white-space: nowrap;
        cursor: pointer;
    }
    .quick_text03 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-family: 'NanumSquareNeo-Variable';
        font-weight: 600;
        font-size: 1.3vw;
        color: #df0716;
        left: 81.5%;
        top: 24%;
        white-space: nowrap;
    }
    .quick_text03_01 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-family: 'NanumSquareNeo-Variable';
        font-weight: 700;
        font-size: 2vw;
        color: #df0716;
        left: 78.7%;
        top: 53%;
        white-space: nowrap;
        cursor: pointer;
    }
}
@media screen and (max-width:700px){
.footer_div > img {
    width: 6%;
    margin: 0% 0.5% 0% 0.5%;
}
    .footer_content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        white-space: nowrap;
        padding: 5% 0% 3% 0%;
    }
    .footer_content_mid_top {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        color: white;
        font-size: 2.5vw;
    }
    .footer_content_mid_bottom {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        color: white;
        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: 7%;
        padding-top: 6%;
        background-color: black;
    }
    .contact_mid {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 64%;
        margin-left: 0%;
    }
    .footer_submit {
        left: 74%;
        top: 55%;
        transform: translateY(-50%);
        width: 22%;
        animation: blk 1s infinite ease-in-out;
    }
    .quick_agree {
        position: absolute;
        left: -15%;
        top: 8%;
        white-space: nowrap;
        width: 53%;
    }
    .quickAgree_checkbox {
        position: absolute;
        left: 1.5%;
        width: 4%;
        height: 4vw;
        top: 10%;
        z-index: 1;
    }
    .quickAgree_fornt {
        margin-bottom: 0%;
        color: white;
        font-size: 3vw;
        width: 60%;
    }
    .footer_logo {
        left: 2%;
        top: 50%;
        transform: translateY(-50%);
        width: 20%;
    }
    .footer_call {
        left: 61%;
        top: 50%;
        transform: translateY(-50%);
        width: 12%;
    }
    .footer_call{
        display: none;
    }
    .contact_service{
        background: linear-gradient(to right, #df0716 100%, #fff 29%);
    }
    .footer_input_form .footer_input {
        width: 38%;
        height: 5vw;
        white-space: nowrap;
        margin-right: 1%;
        font-size: 3vw;
        font-family: 'Pretendard';
    }
    .footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        padding: 5% 0% 5% 5%;
        padding-bottom: 15%;
    }
    .footer_content_top {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 88%;
        color: white;
        font-size: 5vw;
        font-weight: 900;
        font-family: 'SF_HambakSnow';
        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: 15% auto;
        padding: 15px;
        border: 1px solid #888;
        width: 85%;
        border-radius: 30px;
    }
    .quick_submit {
        font-family: 'Pretendard';
        font-weight: 800;
        font-size: 4.8vw;
        color: #df0716;
        background-color: #ffd200;
        left: 66%;
        top: 12%;
        padding: 2% 3% 2% 3%;
        border-radius: 50px;
        cursor: pointer;
    }
    .footer_input::placeholder{
    font-size: 2.2vw;
}

.footer_add_01 {
    width: 4% !important;
}
.footer_add_02 {
    width: 4% !important;
    margin: 0% 31% 0% 0.5% !important;
}


}
