@charset "utf-8";

/* 버튼 */
.btn_bo_adm input,
.btn_admin,
.btn_b02,
#bo_w .btn_submit,
.btn_cancel,
.btn_submit,
#bo_v a.btn_b01 {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 0;
    background: #e3e3e3;
    border: 1px solid #c1c1c1;
    color: #555;
    font-size: 15px;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    transition: all .3s;
    font-weight: bold;
}

.btn_bo_adm input:hover,
.btn_admin:hover,
.btn_b02:hover {
    background: #747474;
    transition: all .3s;
    color: #fff;
}


/* 노티스 게시판 */
#bo_list .bo_tit {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 600px;
}

.bo_list_fx {
    margin: 10px 0;
    height: auto;
    border-bottom: 1px solid #eee;
}

.bo_list_fx .inner {}

.bo_list_fx .inner ul {}

.bo_list_fx .inner ul li {

    padding: 20px 0;
}

.bo_list_fx .inner a {}

.bo_list_fx .inner ul li .dflx {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

.td_num2 .notice_icon {
    font-weight: bold;
    color: #4577F8;
}

.bo_list_fx .inner ul li .item00 {}

.bo_list_fx .inner ul li .item01 {
    width: 88%;
}

.bo_list_fx .inner ul li .item01 a {
    font-size: 18px;
    color: #555;
}

.bo_list_fx .inner ul li .item02 {
    width: 10%;
}

.bo_list_fx .inner ul li .item02 p {
    font-size: 17px;
    text-align: right;
    opacity: .7;
}

@media screen and (max-width:900px) {
    #bo_list {
        padding: 0 20px;
    }

    .bo_list_fx .inner ul li .item02 {
        width: 15%;
    }

    #bo_list .bo_tit {
        max-width: 290px;
        font-size: 16px;
    }
}
