@charset "utf-8";

@media (max-width: 768px) {
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .s_media_list .container-fluid {
        padding: 0;
    }

    .s_media_list_body font {
        font-size: 18px !important;
    }

    .s_media_list_body .des * {
        text-align: left;
        line-height: 170% !important;
        font-size: 14px !important;
    }

    .s_media_list_body .title * {
        font-size: 18px !important;
    }

    .s_media_list[data-vcss="001"] .s_media_list_body {
        padding: 0 !important;
    }

    .s_media_list_item .row {
        padding: 0 2% !important;
    }

    .pb96 {
        padding-bottom: 24px !important;
    }

    .jumbotron {
        padding: 0 2% !important;
        min-height: auto !important;
    }

    .solution-title * {
        font-size: 18px !important;
    }

    .solution-des {
        padding: 0 2% !important;
        overflow: hidden;
    }

    .solution-des * {
        font-size: 14px !important;
        line-height: 170% !important;
    }

    .o_colored_level {
        padding: 5px !important;
    }

    .s_text_block * {
        font-size: 18px !important;
        line-height: 180%;
    }

    .mrow {
        margin: 5vw 0 !important;
    }

    .mtitle {
        font-size: 18px !important;
    }

    .slide-message {
        height: auto;
        padding: 0;
        margin: 10px 0;
    }

    .content ul li {
        height: auto;
    }

    .pop-up-permission {
        width: 90%;
        left: 5%;
    }

}