@media screen and (max-width : 1366px) {
    .hide-on-pc {
        display: none;
    }
}

@media screen and (max-width : 1024px) {
    .hide-on-tab {
        display: none;
    }
}

@media screen and (min-width : 769px) {
    .responsMenu input[type=checkbox]:checked ~ #menu {
        display: none;
    }
}

@media screen and (max-width : 780px) {
    /*header {
        display: none !important;
    }*/

    .responsMenu ul {
        position: static;
        display: none;
    }

    .responsMenu li {
        margin-bottom: 0px;
    }

    .responsMenu ul li, li a {
        width: 100%;
    }

    .responsMenu .show-menu {
        display: block;
    }

    .al-center {
        text-align: center !important;
    }

    .al-right {
        text-align: center !important;
    }

    .al-left {
        text-align: center !important;
    }

    .resp-img-wrap-o img {
        width: 90%;
    }
    .pattern-bg {
        padding: 0px;
    }
}

@media screen and (max-width : 768px) {
    .tab-top-padding {
        padding-top: 5px !important;
    }

    .left-none-padding {
        padding-left: 5px !important;
    }

    .right-none-padding {
        padding-right: 5px !important;
    }

    .resp-img-wrap {
        margin: 0px;
        padding: 0px;
        float: left;
        width: 100%;
    }

        .resp-img-wrap img {
            width: 100%;
        }

    .hide-on-tab {
        display: none !important;
    }

    .hide-on-pc {
        display: block !important;
    }

    .dropdown-menu {
        width: 100%;
        text-align: center;
    }

    .navbar-login {
        width: 100% !important;
        text-align: center;
    }

    .tbl-wrap .tbl2 tbody tr td {
        float: left;
        width: 100%;
    }
    .panel-rebel .panel-body {
  height: auto !important;
 }
    .carousel {
  height: auto !important;
 }
}

@media screen and (max-width : 640px) {
    .hide-on-mobile {
        display: none !important;
    }
}

@media screen and (max-width : 480px) {
}

@media screen and (max-width : 320px) {
}

@media screen and (max-width : 240px) {
}

@media all and (-ms-high-contrast:none) {
}

@media all and (-ms-high-contrast:none) {
}
