@media screen and (max-width: 968px) {
    body {
        margin-top: -22px;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .wg-count-up-container {
        display: none;
    }
    .mob-menu-container {
        display: block;
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 4%;
        padding: 8px;
    }
    .mob-menu-bar-1, .mob-menu-bar-2, .mob-menu-bar-3 {
        width: 26px;
        height: 3px;
        background-color: #999;
        margin: 4px 0;
        border-radius: 3px;
    }
    .mob-menu-container:hover {
        background-color: #F0F0F0;
        border-radius: 100%;
        padding: 8px;
    }
    .mob-menu-container:hover div {
        background-color: #666;
    }
    .mob-menu-close {
        width: 40px;
        height: 40px;
        vertical-align: top;
        margin-top: -3px;
        float: left;
        display: inline-block;
        cursor: pointer;
        font-size: 28px;
        background-color: #d70500;
        color: #f5f5f5;
    }
    .mob-menu-close:hover {
        background-color: #f20500;
        color: #ffffff;
    }
    #set-center {
        width: 98%;
    }
    .main {
        position: relative;
        width: 100%;
        margin-top: 22px;
        overflow: hidden;
    }
    .back-top {
        width: 100%;
        height: 240px;
        background-image: none;
        background-color: #f9f9f9;
    }
    .wrap-top {
        width: 100%;
    }
    .logo {
        width: 100%;
        height: 140px;
        text-align: center;
        margin: auto;
    }
    .banner {
        width: 100%;
        height: 0;
        margin: auto;
    }
    .dateblock {
        width: 220px;
        height: 46px;
        margin: auto;
        text-align: center;
        color: #666666;
    }
    .searchblock {
        position: absolute;
        width: 210px;
        height: 40px;
        margin: auto;
        background-color: #f9f9f9;
        top: 196px;
        left: 0;
    }
    .menu-top {
        display: none;
    }
    .main-page, .footer {
        width: 100%;
        height: auto;
        background-image: none;
        background-color: #f9f9f9;
    }
    .footer {
        padding-bottom: 8px;
    }
    .side-r, .side-l {
        width: auto;
        float: none;
        height: 480px;
        background-color: #FFFFFF;
    }
    .side-r {
        position: absolute;
        width: 200px;
        height: 540px;
        top: 0;
        right: -200px;
        z-index: 1000;
        transition: right 0.5s;
        overflow: hidden;
    }
    .side-l {
        height: auto;
    }
    .right-block-top, .right-block-mid, .right-block-bot {
        width: 100%;
        background-image: none;
        margin: 0;
    }
    .right-block-mid, .right-block-bot {
        background-color: #FFFFFF;
    }
    .left-block-top, .left-block-mid, .left-block-bot {
        width: 100%;
        background-image: none;
        margin: 0;
    }
    .left-block-mid, .left-block-bot {
        background-color: #FFFFFF;
    }
    .main-menu-nav {
        width: 90%;
        background-color: #FFFFFF;
        padding-right: 10%;
    }
    .main-menu-sec {
        vertical-align: top;
        display: block;
    }
    .main-menu-col {
        text-align: right;
    }
    .side-m {
        width: auto;
        height: auto;
        float: none;
        background-color: #FFFFFF;
    }
    .page-block-top, .page-block-mid, .page-block-bot {
        width: 100%;
        background-image: none;
        background-color: #FFFFFF;
    }
    .page-block-top-ad {
        background-image: none;
        background-color: #e5e5e5;
    }
    .page-block-bot {
        display: none;
    }
    .padder-center {
        background-color: #FFFFFF;
    }
    .footer-line {
        width: 100%;
        margin: 0;
    }
    .footer-menu {
        height: auto;
        width: auto;
    }
    .footer-menu a {
        display: inline-block;
        height: 24px;
    }
}
