
#page_title  {
    position: relative;
    /* margin-top: 80px; */
    padding: 0;
    background: url("/img/notice_1920.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
#page_title .color-overlay {
    background-color: rgba(0,0,0,0.6);
}
@media screen and (max-width: 1320px) {
    #page_title {
       background: url("/img/notice_1440.jpg");
    }
}

#main_content {
    margin-bottom: 2.5rem;
    padding: 70px 100px;
}

.table {
    /* border: 1px solid #e2e9f0; */
}
#main_content thead {
    border-top: 1px solid #eee;
}
#main_content tbody td, #main_content tbody th {
    padding:  18px;
    vertical-align: middle;
}

#main_content thead  th {
    padding:  12px;
    border-top: 3px solid #eee;
    border-bottom: 3px solid #eee;
    font-weight: 700;
    color: #567;
}

#main_content .table .tbody tr:hover {
    background: #f4f7fb;
}


#main_content .table td {
    border-top: none;
    border-bottom: 1px solid #e7eff5;
    color: #678;
}

.article_no{
    width: 5%;
}
.article_writer {
    width: 5%;
}
.contact_cat {
    width: 12.5%;
}
/* .article_title {
    width: 40%;
} */

.download_cnt {
    width: 7.5%;
}
.views {
     width: 7.5%;
}
.write_date {
     width: 12.5%;
}
.write_date_admin {
     width: 18%;
}


.table .avatar {
    height: 30px;
    width: 30px;
    margin-right: 5px;
}

.board_body a {
    color: #456;
    text-decoration: none;
}

@media screen and (max-width: 766px) { 
	#main_content {
		padding: 50px 3rem;
	}
}