    /* ---------------------index.php----------------------*/
.mobileHide {
    display: block;
}

@media (min-width: 360px) and (max-width: 979px) {
    .mobileHide {
        display: none;
    }
}

.mobileShow {
    display: none;
}

@media (min-width: 360px) and (max-width: 979px) {
    .mobileShow {
        display: block;
    }
}

@media (min-width: 360px) and (max-width: 979px) {

    .col-sm-2 .site-logo img {
        width: 75%;}
    .tp-caption {
        width: 100%;}
    .tp-caption.bignumbers_white {
        width: 15%;}
    .col-sm-4 .input-group {
        width: 100%;}
    .now_wrap.inner {
        display: none;}
    .navbar .container.sp-cont {
        background: ghostwhite;}
    .footer_widget.widget.text_widget {
        display: none;}
    .pagination.pull-right li {
        font-size: small;
        width: 101%;}
    .modal-dialog {
        width: 95% !important;
        min-height: auto !important;}
    #modal_hw {
        min-width: auto !important;
        min-height: 850px !important;}
    .listing-header ul li {
        font-size: smaller !important;}
    .listing-header ul {
        margin-top: 8% !important;
        position: absolute !important;}
    #menu-toggle-header-right {
        margin-left: -5% !important;}
    #menu-toggle-header-right ul {
        font-size: x-small;
        width: 110%;
        margin-left: -17px;}

    /* ---------동영상보기-----------*/
    #mov_center {
        width: 95% !important;
        margin-left: -48% !important;
    }

    /* ---------공부조회--------------*/




}





