@charset "utf-8";
/* 새글 스킨 (latest) */

/* flase9 */
    .bd1 {
        border-top: 1px solid #000;
        width: 100%;
    }

    .bd2 {
        border-top: 1px solid #000;
        width: 100%;
    }

    .news_div {
        border-bottom: 1px solid #eee;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 16px;
    }

    .news_ll01 {
        font-size: 16px;
        color: #000;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .news_ll02 {
        margin-bottom: 7px;
    }

    .news_ll03 {
        font-size: 12px;
        color: #999;
    }
    
    .news_ll03 b {
        color: #000;
        font-weight: bold;
    }

    .news_ul01 {
        float: left;
        margin-bottom: 0px;
        width: 85%;
    }

    .news_ul02 {
        float: right;
        margin-bottom: 0px;
        background-color: #f3f3f3;
        width: 30px;
        height: 30px;
        text-align: center;
        padding-top: 0px;
        border-radius: 50%;
        margin-top: 0px;
        cursor: pointer;
    }

    .dot_r1 {float:right;}

    .copy_p3 {
        text-align: center;
        width: 100%;
        font-size: 12px;
    }

    .b_list {
        border-bottom: 1px solid #eee;
        padding: 20px 0px 20px 0px;
    }

    .b_list_ul1 {
        margin-bottom: 0px;
        text-align: center;
        width: 90px;
        float: left;
    }

    .b_list_ul1 img {
        border-radius: 4px;
    }

    .b_list_ul2 {
        margin-bottom: 0px;
        text-align: left;
        width: 60%;
        float: left;
        padding-left: 20px;
    }

    .b_list_ul3 {
        margin-bottom: 0px;
        text-align: left;
        width: 15%;
        float: right;
        text-align: center;
    }

    .b_list_ul3 img {
        width: 50px;
        border-radius: 50%;
        border: 1px solid #eee;
    }

    .elss2 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 90%;
        display: block;
    }

    .elss3 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 80%;
        display: block;
    }
    
    .p2_tit {
        border-left: 3px solid #e30512;
        color: #aaa;
        font-size: 20px;
        font-weight: bold;
        padding-left: 15px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .dot_r {float:right;}

    @media all and (max-width: 768px) {
        .b_list_ul2 {
            width: 70%;
        }
    }


