


/* news_list */
#NEWS_LIST .news_main .text_area .main_title {margin: 40px 0 20px; font-size: 24px; line-height: 40px; max-height: 80px; }
#NEWS_LIST .news_main .text_area .main_title span {font-weight: 700;}
#NEWS_LIST .news_main .text_area .main_text {font-size: 18px; line-height: 30px; margin-bottom: 30px; color:#555;}
#NEWS_LIST .news_list .text_area .box_title {font-size:20px; line-height:34px;color:#222;}
#NEWS_LIST .news_list .text_area .box_title span {font-weight:700;}
#NEWS_LIST .news_list .text_area .text {font-size:16px; line-height:30px; color:#555; margin:0 0 25px;}
#NEWS_DETAIL .detail_top .shortcontent{font-size:18px;color:#555;}







/* ================================== Laptop css ================================== */
@media all and (max-width: 1280px) {



}




/* ================================== Tablet css ================================== */
@media all and (max-width: 1080px) {

    #NEWS_LIST .news_main .text_area .main_title {font-size: 20px; line-height: 30px; margin-top: 25px; margin-bottom: 20px; max-height: 60px; }
    #NEWS_LIST .news_main .text_area .main_text {font-size: 16px; line-height: 24px;}
    #NEWS_LIST .news_list .text_area .box_title {font-size: 18px; line-height: 24px; margin: 0 0 18px; }
    #NEWS_LIST .news_list .text_area .text {font-size: 14px; line-height: 24px; margin: 0 0 20px;}
    #NEWS_LIST .news_list .text_area .main_date {font-size: 13px; line-height: 24px;}
    #NEWS_LIST .text_area .date {font-size: 13px; line-height:24px;}

    #VIDEO_LIST .text_area .text {font-size:13px; line-height:24px;}
    #VIDEO_LIST .gu_btn_down_line {font-size: 13px;}



}


/* ================================== Mobile css ================================== */
@media all and (max-width: 766px) {

    #NEWS_LIST .news_main .text_area .main_title {font-size: 20px; line-height: 30px; margin: 25px 0 18px;}
    #NEWS_LIST .news_main .text_area .main_text {font-size: 16px; line-height: 24px; margin-bottom: 30px; }
    #NEWS_LIST .text_area .date {font-size: 13px; line-height: 24px;}
    #NEWS_DETAIL .detail_bottom .btn_area span {top:22%;}

    #VIDEO_LIST .text_area .text {font-size: 12px; line-height: 18px;}
    #VIDEO_LIST .bottom .date, #VIDEO_LIST .btn_area .btn_more {font-size: 12px; }
    #VIDEO_LIST .gu_btn_down_line {font-size: 12px;}
    


}