.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;
    padding: 3% 4%;
    padding-bottom: 10%;
    background: black;
}
.footer_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    white-space: nowrap;
}
.footer_content_top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: white;
    font-size: 1.4vw;
}
.footer_content_top_m{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: white;
    font-size: 1.4vw;
}
.footer_content_mid{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: white;
    font-size: 1.4vw;
}
.footer_content_bottom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: white;
    font-size: 1.4vw;
}
.footer_content_copyright{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: white;
    font-size: 1.4vw;
    font-weight: 700;
}
.footer_a{
    text-decoration: underline;
}
/* 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: 1%;
    background-color:#FF401B;
}
.contact_mid{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 35%;
    margin-left: -5%;
    z-index: 1;
}
.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: 3vw;
    white-space: nowrap;
    margin-right: 1%;
}
.quick_agree{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 59%;
    white-space: nowrap;
}
.quickAgree_checkbox{
    position: absolute;
    left: 65.5%;
    width: 1.5%;
    height: 1.5vw;
    z-index: 1;
}
.quickAgree_fornt{
    color: white; 
    font-size: 1.3vw;
    width: 20%;
}
.footer_logo{
    left: 6%;
    top: 50%;
    transform: translateY(-50%);
    width: 13%;
}
.footer_call{
    display: block;
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
    width: 9%;
}
.footer_submit{
    left: 80%;
    top: 50%;
    transform: translateY(-50%);
    width: 12%;
    animation: blk 1s infinite ease-in-out;
}
/* quick */
@media screen and (max-width:1023px) {
    .footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        padding: 3% 4%;
        padding-bottom: 15%;
        background: black;
    }
    .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: 3%;
        background-color: #FF401B;
    }
    .contact_mid {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 35%;
        margin-left: -15%;
        z-index: 1;
    }
    .quickAgree_checkbox {
        position: absolute;
        left: 25.5%;
        width: 2%;
        height: 2vw;
        top: 9%;
        z-index: 1;
    }
    .footer_submit {
        left: 75%;
        top: 50%;
        transform: translateY(-50%);
        width: 16%;
        animation: blk 1s infinite ease-in-out;
    }
    .quick_agree {
        position: absolute;
        left: -19%;
        top: 3%;
        white-space: nowrap;
    }
    .footer_logo {
        left: 8%;
        top: 50%;
        transform: translateY(-50%);
        width: 16%;
    }
    .footer_call {
        display: block;
        left: 61%;
        top: 50%;
        transform: translateY(-50%);
        width: 12%;
    }
}
@media screen and (max-width:599px){
    .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: 4%;
        background-color: #FF401B;
    }
    .contact_mid {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 50%;
        margin-left: -4%;
        z-index: 1;
    }
    .footer_submit {
        left: 74%;
        top: 55%;
        transform: translateY(-50%);
        width: 22%;
        animation: blk 1s infinite ease-in-out;
    }
    .quick_agree {
        position: absolute;
        left: -20%;
        top: 0%;
        white-space: nowrap;
    }
    .quickAgree_checkbox {
        position: absolute;
        left: 23.5%;
        width: 3%;
        height: 3vw;
        top: 5%;
        z-index: 1;
    }
    .footer_logo {
        left: 3%;
        top: 50%;
        transform: translateY(-50%);
        width: 19%;
    }
    .footer_call {
        left: 61%;
        top: 50%;
        transform: translateY(-50%);
        width: 12%;
    }
    .footer_call{
        display: none;
    }
    .footer_input_form .footer_input {
        width: 38%;
        height: 7vw;
        white-space: nowrap;
        margin-right: 1%;
        font-size: 1em;
    }
    .footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        padding: 5% 4%;
        padding-bottom: 22%;
        background: black;
    }
    .quickAgree_fornt {
        color: white;
        font-size: 2.5vw;
        width: 20%;
    }
}
