
@media (min-width: 240px) and (max-width:768px) {
    #floating_menu {
        transform: none;
        width: 100%;
        height: 60px;
    }
    .menu_box {
        width: 33.333% !important;
        height: 60px;
        padding: 0;
        line-height: 60px;
    }
    .menu_box.inquiry {
        top: inherit;
        bottom: 0;
        left: 33.333%;
    }
    .menu_box.inquiry:hover {
        justify-content: center;
    }
    .menu_box.call {
        top: inherit;
        bottom: 0;
        left: 0;
        justify-content: center;
        border-radius: 0;
    }
    .menu_box.call:hover {
        justify-content: center;
    }
    .menu_icon {
        display: none !important;
    }
    .menu_box.QR:hover {
        flex-direction: column;
        padding: 0 40px;
    }
    .menu_box.QR:hover .menu_icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: block !important;
    }
    .menu_box.QR:hover .f12 {
        display: none;
    }
    .menu_box.mouseon {
        height: 100px;
        border-radius: 20px 20px 0 0;
    }
    .menu_box .texts {
        line-height: 12px;
    }
    .menu_box .f13 {
        margin-bottom: 10px;
        font-size: 18px !important;
        text-align: center;
    }
    .call .f16 {
        font-size: 16px !important;
    }
}