/*=================================================
            lists
=================================================*/
.board-ggstory-lists-wrap{
    padding: 20px 0 70px;
    background-color: #efefef;
}

.board-ggstory-lists-wrap .list-inline li{
    padding: 30px 0;

    border-bottom: 1px solid #cfcfcf;
}

.board-ggstory-lists-wrap li a:hover .title,
.board-ggstory-lists-wrap li a.active .title{
    color: #ff8f43;
}

.board-ggstory-lists-wrap li a .title{
    padding: 12px 0 0;

    color: #5d5d5d;

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.board-ggstory-lists-wrap li a .regdate{
    color: #8e8e8e;
    text-transform: uppercase;
}

.board-ggstory-lists-wrap .pagination-type2{
    margin: 30px 0 0;
}
