@media screen and (min-width:1400px) {
    html{
        font-size: 16px!important;
    }
}
@media screen and (max-width:1400px) and (min-width:1320px) {
    html{
        font-size: 15px!important;
    }
}
@media screen and (max-width:1320px) and (min-width:1200px) {
    html{
        font-size: 14px!important;
    }
}
@media screen and (max-width:1200px) and (min-width:1100px) {
    html{
        font-size: 13px!important;
    }
}
@media screen and (max-width:1100px) and (min-width:1050px) {
    html{
        font-size: 12px!important;
    }
}
@media screen and (max-width:1050px) and (min-width:993px) {
    html{
        font-size: 11px!important;
    }
}
.mob_block {
    display: none;
}
@media screen and (max-width:992px) {
    .mob_none{
        display: none;
    }
    .mob_block {
        display: block!important;
    }
    .container {
        width: 100%;
        padding: 0 20px;
    }
    .head_box {
        justify-content: space-between;
    }
    .head_logo {
        width: 5.95rem;
    }
    .btn {
        height: 3.285rem;
    }
    .sec_pretitle {
        font-size: 1.8rem;
    }
    .sec_title {
        font-size: 2.2rem;
    }
    footer {
        padding-top: 3.5rem;
    }
    .foot_logo {
        width: 50%;
    }
    .foot_box {
        display: block;
    }
    .foot_box2 {
        display: block;
        text-align: center;
    }
    .foot_left, .foot_right {
        width: 100%;
        display: block;
    }
    .foot_lbox {
        margin-bottom: 1.25rem;
    }
    .foot_btn {
        margin-bottom: 1.5rem;
    }
    .foot_tel, .foot_email {
        text-align: unset;
    }
    .foot_btn a {
        margin: 0 auto;
    }
    .menu_box.active {
        width: 100%;
    }
    .menu_container {
        width: calc(100vw - 15px);
        padding: 1.25rem 20px 3.5rem;
    }
    .menu_inbox {
        width: 100%;
    }





}
@media screen and (max-width:550px) {
    body{
        font-size: 1.1rem;
    }
    a, button, input, textarea {
        font-size: 1.1rem;
    }
}
