
    body .ly_news_8 .news_wrapper .txt_wide {width: 60%;}
    body .ly_news_30 .news_box { gap: 20px;}
    body .ly_news_30 .item_box .info_box .i_date {font-size:22px;    padding: 3px 20px;}
   .ly_news_30.ly_news_30 .news_box{grid-template-columns: repeat(4, calc((100% - 60px) / 4));}
   .ly_news_30 .item_box .info_box .i_date{font-size: 24px;padding: 3px 38px;    display: unset;}
   .ly_news_30 .item_box .info_box{ text-align: center;}
  .ly_news_8  .news_wrapper .txt_box_header{display:flex; font-weight:bold; padding:5px 0;    text-align: left; font-size: 18px;}
 @media screen and (max-width: 1440px){
      .ly_news_30 .item_box .info_box .i_date{font-size: 16px;}
          .ly_news_30.ly_news_30  .wide {
        width: 98%;
    }
    .ly_news_30.ly_news_30  .news_box {
        grid-template-columns: repeat(1, calc((100% - 0px) / 1));
    }
   body  .ly_news_8 .news_wrapper .txt_wide {
       width: 95%;
    }
}

