
    .bbs .file-icon {
        color: #666;
    }

    .bbs .ti-volume {
        font-size: 1.3em;
        color: #87B87F
    }

    .bbs .notice {
        background: #f7f9fb;
    }

    .bbs .board-icon {
        display: inline-block;
        vertical-align: middle;
        margin-left: 6px;
        padding: 2px 4px;
        font-size: 11px;
        text-align: center;
    }

    .board-icon.new {
        border-radius: 3px;
        color: #fff;
        background: #dd5044;
        padding: 2px 5px;
    }

    .board-icon.comment {
        margin: 0px;
        color: #F26520;
    }

    .bbs img.reply {
        margin-right: 5px;
    }

    .management input {
        vertical-align: middle;
        margin: 0px 0 2px 0;
        width: 13px;
        height: 13px;
    }

    .newsletter_edit {
        background: #431274;
        color: #fff;
        padding: 1.8rem 2rem;
        display: flex;
        border-radius: 0.5rem;
        align-items: center;
        justify-content: center;
    }

    .newsletter_remove {
        background: #000;
        color: #fff;
        padding: .5rem 2rem;
        display: flex;
        border-radius: 0.5rem;
        align-items: center;
        justify-content: center;
    }

    .newsletter_edit > li {
        display: flex;
        justify-content: center;
        margin-top: 4rem;
        position: relative;
    }
    li .common_btn {
        display: flex;
        justify-content: center;
        position: relative;
        padding:2rem 0;
        border-top:1px solid #E4E4E4;
    }


    .cont .category {
        display: inline-flex;
        height: 3rem;
        padding: 0 1.2rem;
        color: #fff;
        font-weight: 700;
        font-size: 1.6rem;
        border-radius: .3rem;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.5rem;
    }

    .cont .category.value01 {
        background: #7D57CA;
    }

    .cont .category.value02 {
        background: #5D5273;
    }

    .cont .category.value03 {
        background: #4A6DC9;
    }


