.article_writer {
   border-radius:10px;
   color: #FFFFFF;
   font-family:"Noto Sans KR";
   font-size: 16px;
   font-weight: 600;
   padding: 5px 18px 7px;
   background: #F63D46;
   display: inline-block;
   cursor: pointer;
   text-align: center;
   border:0;
}

.article_writer:hover {
   background: #1E62D0;
   text-decoration: none;
}

.article_list { margin:10px auto 30px;border-top:3px solid #ff0000;border-bottom:2px solid #CCCCCC }
.article_list tr th { height:40px;background:#ECECEC;font-size:15px;font-weight:500 }
.article_list tr { }
.article_list tr td { padding:10px 0;border-bottom:1px solid #ECECEC;font-size:13px }

.article_list tr.row:hover { background-color: lightyellow; }
.article_no { text-align:center;font-size:11px!important;color:#555 }
.article_date { text-align:center;font-size:11px!important;color:#555 }
.article_section { color:#0f82ea;text-align:center }
.article_writer_name { width:80px;text-align:center;overflow: hidden  }