@charset "utf-8";
/* 뷰 반응형 작업 */

@media screen and (max-width:1300px){
    #container {width:100% !important; padding:16px 16px ; margin:0px auto;}
   
    
    .content_left {padding-right:0px;}
    .content_left, .content_right {display:block;}


    .news_title {padding-bottom:0px;}
    .news_title .newbox {display:block; width:100%; }
    .news_title .new { color: #c51917;font-size: medium; display: block; font-size:20px;}

    .news_title .newsTit {display:block; margin:15px 0;}

    .news_title .dataBox {padding:0px; border-bottom:none;}
    .news_title .dataBox .newsDataBox {float:none; font-size:20px; color:#000; margin-bottom:15px;}
    .news_title .dataBox .days {float:none; text-align:left; font-size:14px; color:#999; margin-bottom:10px;}
    
    .news_title .function {position:static; right:0px; text-align: left; display:inline-block; margin-right:1%; margin-bottom:20px;}
    .news_title .function_sns {position: static; text-align:left; display: inline-block;}

    #e_article {border-top:1px solid #d7d7d7;}
    .newsPart {margin:30px 0 30px 0;}
    .banner {width:100%;}
    .banner > a > img {width:100%;}

    .center_img > dl {width:100% !important;}
    .center_img > dl > img {width:100% !important; height:auto !important;}

    .content_right {width:100%; padding-left: 0px; border-left:none;}

    .newsCnt > table {width:100%;}

    .side_topbn {width:100%; height:auto;}

    .side_dable {width:100% !important;}
    .widget .name {padding-top:0px;}
    .widget--h2 .author, .widget--h2 .name {margin:0px;}

  



}



