@charset "utf-8";

/* 새글 스킨 (latest) */
span.lat_news_wrap {display: inline-block; width: 1500px; height: auto; position: relative; text-align: left; padding: 130px 0 100px;}

span.lat_news_left{ display: inline-block; width: 100%; float: left; height: auto; position: relative; z-index: 2;}
span.lat_news_left span.lat_title{ display: inline-block; width: 100%; height: auto; float: left; line-height: 1; color: #0058a4; font-size: 17px; font-weight: bold;}
span.lat_news_left span.lat_title2{ display: inline-block; width: 100%; height: auto; float: left; color: #000; font-size: 65px; font-weight: bold; line-height: 1.1; margin: 20px 0 120px;}

div.lat_news_right{ margin: 0 -35px;}

div.lat_news_info{ display: inline-block; float: left; padding: 0 35px; width: 25%; height: auto;}

div.lat_news_right a.lt_img{ display: inline-block; width: 100%; height: auto; float: left;}

div.lat_news_right a.lt_img span.lat_text_box{ display: inline-block; width: 100%; height: auto; float: left; text-align: left; font-size: 21px; font-weight: bold; padding: 45px 20px; line-height: 1.6; border-top: 3px solid #000; transition: background 1s, border 1s; min-height: 168px}
div.lat_news_right a.lt_img:hover span.lat_text_box{ background: #000; color: #fff; border-top-color: #000;}

div.lat_news_right div.empty_li{ display: inline-block; width: 100%; height: auto; float: left; font-size: 21px; margin-bottom: 100px; text-align: center;}

div.lat_news_right span.lat_img_box { display: inline-block; width: 100%; height: 200px; overflow: hidden; margin-bottom: 0;}
div.lat_news_right span.lat_img_box img{ height: 100%; width: 100%; transition: transform 1s; object-fit: cover;}
div.lat_news_right a.lt_img:hover span.lat_img_box img{ transform: scale(1.1);}


@media(max-width:950px){
	span.lat_news_wrap {display: none;}
}