/* 메인 탑뉴스 */
.main_topnews {position: relative; width: 1060px; height: 485px; margin:0 auto; margin-top: 15px; display: block;}
.left_topnews { position: relative; width: 530px; height: 484px; margin-right: 19px; float:left; border-right:1px solid #ddd; padding-right:19px; position:relative;}
.topnews_img{width:530px; height:322px; overflow:hidden; margin:0;}
.topnews_img img{width:530px; height:322px; -webkit-transform: scale(1);  transform: scale(1);  -webkit-transition: .3s ease-in-out;  transition: .3s ease-in-out;}
.topnews_img:hover img{-webkit-transform: scale(1.1);  transform: scale(1.1);}
.topnews_box article{position:relative;}
.topnews_txt_box{background:#1e1e1e; width:490px; height:122px; color:#fff; padding:20px;}
.news_category{overflow:hidden; text-align:center; float:left; width:calc(100% - 16px); position:absolute; bottom:150px;}
.news_category span{padding:3px 8px; background:#f26d24; color:#fff; display:inline-block; font-size:14px;}
.news_category span a{color:#fff;}
.news_title{font-size:36px; text-align:center; color:#fff; line-height:45px; margin-bottom:15px; letter-spacing:-1px; font-weight:600;}
.news_title a{color:#fff;}
.news_title a:hover{color:#F26D24;}
.topnews_txt_box span{text-align:center; display:block; letter-spacing:-0.5px; text-overflow:ellipsis; word-wrap:normal; white-space:nowrap; overflow:hidden;}
.topnews_txt_box span a{color:#fdc689;; font-size:16px; font-weight:500;}