/*풋터*/


    .footer a {
        color: #ccc
    }

        .footer a:hover {
            font-weight: bold;
            color: #fff;
        }

    .footer address {
        color: #888
    }

    .footer address {
        margin-top: 15px;
        font-size: 12px;
        line-height: 15px
    }

    .footer .copy {
        color: #888;
        margin-top: 15px
    }

.footer_logo {
    width: 140px;
    height: 120px;
    background: url(/Content/img/text_ci_white.png) center center no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    display: block;
    float: left;
    margin-right: 54px;
    margin-left: 20px
}
.footer span {
    margin: 0 10px
}


.footer_center {
    width: 1400px;
    margin: auto;
}

.footer_left {
    float: left;
    margin-bottom: 10px;
    width: 770px;
}

.footer_right {
    float: right;
    font-size: 11px
}

    .footer_right table {
        background-color: yellow;
        margin-top: 5px
    }

        .footer_right table td {
            padding: 3px;
            text-align: center;
            border: 1px solid #aaa;
            color: #000;
            word-spacing: -4px
        }

@media all and (max-width:1280px) {
    .footer {
        min-width: 1100px;
        padding-right: 140px
    }
}


/*일반 게시판 list*/
.community_table {
    width: 960px;
    margin: 0 15px;
    position: relative;
}

    .community_table thead {
        background-color: #847875;
        color: #fff
    }

    .community_table tr {
        height: 40px;
        line-height: 40px;
    }

    .community_table tbody tr {
        background-color: #fff;
        border-bottom: 1px solid #eee
    }

        .community_table tbody tr:nth-child(2n) {
            background-color: #f8f8f8
        }

    .community_table tbody .b_c_notice {
        background-color: #eee1c4
    }

.b_icon {
    text-align: center;
    width: 46px;
}

    .b_icon span {
        display: block;
        width: 16px;
        height: 16px;
        text-indent: -9999px;
        background: center center no-repeat;
        margin-left: 20px
    }

.b_c_notice .b_icon_img {
    background-image: url(https://dflsfimg.xcache.kinxcdn.com/web/img_common/icon_notice.png);
}

.b_c_free .b_icon_img {
    background-image: url(https://dflsfimg.xcache.kinxcdn.com/web/img_common/icon_free.png);
}

.b_c_oper .b_icon_img {
    background-image: url(https://dflsfimg.xcache.kinxcdn.com/web/img_common/icon_oper.png);
}

.b_c_movie .b_icon_img {
    background-image: url(https://dflsfimg.xcache.kinxcdn.com/web/img_common/icon_movie.png);
}

.b_c_gm .b_icon_img {
    background-image: url(https://dflsfimg.xcache.kinxcdn.com/web/img_common/icon_gm.png);
}

.b_c_screen .b_icon_img {
    background-image: url(https://dflsfimg.xcache.kinxcdn.com/web/img_common/icon_screen.png);
}

.b_c_replay .b_icon_img {
    background-image: url(https://dflsfimg.xcache.kinxcdn.com/web/img_common/icon_replay.png);
}

.b_category {
    font-weight: bold;
    color: #999;
    text-align: center;
    padding: 0 5px;
    width: 90px;
    font-size: 11px
}

.b_c_notice .b_category {
    color: #be0000
}

.b_c_gm .b_category {
    color: #1097a0
}

.b_reply_n {
    color: #79444a
}

.community_table .icon_grade {
    position: relative;
    top: 12px;
}

.community_table .user_grade {
    padding: 0 5px;
    width: 140px
}

    .community_table .user_grade .user_nick {
        display: block;
        float: left;
        width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.b_title {
    width: 380px;
    padding: 0 5px
}

    .b_title a {
        display: block;
        float: left;
        max-width: 324px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.b_date, .b_view {
    text-align: center;
    color: #888;
    font-size: 11px;
    width: 70px
}