.nav_contents ul li ul.sub {
    display: none;
    position: absolute;
    padding: 0;
    z-index: 99;
}

.nav_contents ul li ul.sub li {
    /*background: #65a109;*/
    /*background: #9ccf36;*/
    /*background: #9dca3e;*/
    background: #efefef;
    float: none !important;
    /*height: 2.2rem !important;*/
    border-right: none;
    border-bottom:solid 1px #959595;
    width: 192px;
    height: 35px;
}

.nav_contents ul li ul.sub li:last-child {
    border-bottom: none;
}

.nav_contents ul li ul.sub li a:link,
.nav_contents ul li ul.sub li a:visited {
    /*margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -5px;*/
    /*padding: 10px 10px 10px 0;*/
    width: 192px;
    height: 35px;
    display: block;
    font-size: 0.9rem;
    color: #656565;
    /*line-height: 0.9rem;*/
    line-height: 35px;
    text-indent: 0 !important;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    /*padding: 0.9rem 0 0 0;*/
}
.nav_contents ul li ul.sub li a:active,
.nav_contents ul li ul.sub li a:hover {
    /*background: #65a109;*/
    /*background: #9dca3e;*/
    background: #656565;
    color: #ffffff;
    text-decoration:none;
}

@media screen and (max-width: 768px) {
.nav_contents ul li ul.sub li {
    display: none;
}

}