@media screen and (max-width:767px){
    .main_menu #dropmenu li a {
      font-size: 20px;
    }
    }
    
    @media screen and (max-width:600px){
    .head_area .pull-left{
        width:250px !important;
    }
    .head_area .rogo{
        width:100%;
    }
    #head-main-inner {
        height: 180px;
    }
    #head-main-inner img {
        width:350px;
        height: 150px;
    }
    .prev {
    margin-left: -190px;
    }
    .next {
    margin-left: 160px;
    }
    
    footer .foot_rogo {
        width:  60%;
    }
    #top-news .day {
        width: 100%;
    }
    #top-news .title {
        float: left;
        padding-left:10px;
        width: 100%;
    }
    
    table.table01 thead {
        display:none;
    }
    table.table01 tbody th {
        display:block;
    }
    table.table01 tbody td {
        display:block;
    }
    table.table01 tbody td::before {
        content: attr(label);
        float: left;
        clear:both;
        font-weight:bold;
    }
    table.table01 tbody td p {
        padding-left:6em;
    }
    
    .pre_card {
        width: 50% !important;
    }
    .pre_img {
        width: 100% !important;
    }
    .mc_img_01 {
        max-width: 25%;
    }
    
    html.android .sliders {
        position:relative; top:-30px;
    }
    html.android .pager {
        margin: -30px 5px 0 5px;
    }
    html.android #head-main-inner {
        height: 180px;
    }
    html.android #head-main-inner img {
        width:330px;
        height: 135px;
    }
    
    }