.visible-mobile {
    display: none !important;
}
.nav1_8_sel {
    display: none;
}

/* Mobile
JS: document.querySelector('body').addClass('mobile')
*/
@media (max-width: 767px) {
    body.responsive .hidden-mobile {
        display: none !important;
    }
    body.responsive .visible-mobile {
        display: block !important;
    }
    body.responsive {
        background: #ffffff;
        background-image: none;
    }
    body.responsive #head {
        border-bottom: 0;
        margin-bottom: 10px;
    }
    body.responsive #head #head_img {
        display: none;
    }
    body.responsive #login {
    }
    body.responsive #service,
    body.responsive #breadcrumb {
        display: none;
    }
    body.responsive #wrap,
    body.responsive #head,
    body.responsive #head_img,
    body.responsive #nav_primary,
    body.responsive #contentarea,
    body.responsive .home_box_medium,
    body.responsive .home_box_small,
    body.responsive .home_box_content_medium,
    body.responsive .home_box_content_small,
    body.responsive .home_box_title_red,
    body.responsive .home_box_title_yellow,
    body.responsive .home_box_link,
    body.responsive #stage_home,
    body.responsive #feature,
    body.responsive #footer,
    body.responsive #stage,
    body.responsive #breadcrumb,
    body.responsive #stage_txt,
    body.responsive #sponsoring,
    body.responsive #nav_secondary,
    body.responsive #searchbox,
    body.responsive #searchbox_content,
    body.responsive #articleModerate,
    body.responsive #userAdd,
    body.responsive #userEdit,
    body.responsive #userMailing,
    body.responsive #userSearch,
    body.responsive #userData,
    body.responsive #downloadUpload {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    body.responsive.portalpage .brand-image-mobile img {
        max-width: 90%;
        margin: 15px 0;
    }
    body.responsive .brand-image-mobile img {
        max-width: 90%;
    }
    body.responsive .brand-image-mobile p {
        margin: 5px 0 0 0;
    }
    body.responsive #searchbox .searchbox_title_yellow {
        float: none;
    }
    body.responsive #searchbox_content input#searchbox_input_searchbar {
        width: 150px;
    }
    body.responsive #nav_secondary {
        margin-top: 15px;
        overflow: hidden;
    }
    body.responsive #nav_secondary > ul li {
        display: none;
    }
    body.responsive #nav_secondary ul li.sel,
    body.responsive #nav_secondary ul li.sel ul li {
        display: block !important;
    }
    body.responsive #nav_secondary #sponsoring {
        display: none;
    }
    body.responsive #stage_home {
        margin: 0;
        padding: 0;
    }
    body.responsive #head_img {
        background: url(../images/head/head_eyecatcher.jpg) top left no-repeat #FFFFFF;
    }
    body.responsive img {
        max-width: 100%;
        height: auto;
    }
    body.responsive .home_box_small,
    body.responsive .home_box_medium,
    body.responsive .home_box_content_small,
    body.responsive .home_box_content_medium {
        height: auto;
        margin: 0;
        overflow: visible;
        padding-bottom: 30px;
    }
    body.responsive .home_box_content_small > img,
    body.responsive .home_box_content_medium > img {
        width: 100%;
        height: auto;
    }
    body.responsive .home_box_content_small,
    body.responsive .home_box_content_medium {
        background-position: left bottom;
    }
    body.responsive .home_box_title_red,
    body.responsive .home_box_title_yellow {
        padding: 5px 0 0 0;
    }
    body.responsive .home_box_title_red h1,
    body.responsive .home_box_title_yellow h1 {
        padding: 0 15px;
    }
    body.responsive #head,
    body.responsive #nav_primary,
    body.responsive #nav_primary ul,
    body.responsive #nav_primary li,
    body.responsive #nav_primary li:hover,
    body.responsive #nav_primary li a {
        height: auto;
    }
    body.responsive #nav_primary {
        position: relative;
        box-sizing: border-box;
        border-top: 1px solid #DDDDDD;
        border-bottom: 1px solid #DDDDDD;
        margin-top: 20px;
    }
    body.responsive #nav_primary ul {
        float: none;
        min-height: 35px;
        display: block;
    }
    body.responsive #nav_primary li,
    body.responsive #nav_primary li:hover {
        float: none;
        background-image: none !important;
        width: 100% !important;
    }
    body.responsive #nav_primary li:hover a,
    body.responsive #nav_primary li.nav-item-sel a {
        color: red !important;
        display: inline-block;
    }
    body.responsive #nav_primary li.nav-item {
        text-align: center;
        padding: 0;
        display: none;
    }
    body.responsive #nav_primary li.nav-item.nav-item-sel,
    body.responsive.portalpage #nav_primary li.nav-item {
        display: block;
    }
    body.responsive #nav_primary li a {
        padding: 10px 30px;
    }
    body.responsive #feature h1,
    body.responsive #nav_secondary ul li.sel,
    body.responsive #nav_secondary ul li:hover {
        background: url(../images/home/homebox_title_yellow.jpg) top left no-repeat #FFE640;
    }
    body.responsive #stage {
        width: auto;
        padding: 0 14px;
        margin-top: 15px;
    }
    body.responsive #stage_txt {
        padding-top: 20px;
    }
    body.responsive #nav_primary .nav-toggle-btn {
        cursor: pointer;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 21px;
        height: 23px;
        padding: 6px 7px;
    }
    body.responsive #nav_primary .nav-toggle-btn span {
        width: 100%;
        display: block;
        height: 2px;
        background-color: #666666;
        margin: 4px 0;
    }
    body.responsive .nav-toggle-btn-secondary {
        height: 20px;
        cursor: pointer;
        display: block;
        padding: 4px 2px;
        margin: 0 auto;
        margin-top: 10px;
        text-align: center;
    }
    body.responsive .nav-toggle-btn-secondary .btn-icon {
        display: inline-block;
        width: 20px;
        height: 20px;
        padding: 2px;
        border: 1px solid #DDDDDD;
        background-color: #DDDDDD;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
    body.responsive .nav-toggle-btn-secondary .btn-icon div {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 4px;
        height: 4px;
        background-color: #666666;
        margin: 2px auto 0 auto;
    }

    body.responsive #memberResult {
        float: none;
        width: 100%;
    }

    body.responsive #memberResult div.border-o,
    body.responsive #memberResult div.border-e {
        width: 100%;
        clear: left;
        border: 1px solid #DDDDDD;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        box-sizing: border-box;
        margin: 5px 0;
        background: none;
        padding: 0;
    }
}

/* Screen-Size Tablet */
@media (min-width: 768px) and (max-width: 1000px) {

}