@charset "utf-8";
/* 새글 스킨 (latest) */

.lat {position:relative;margin-bottom:20px;overflow:hidden; margin:0 auto; width:1200px;}
.lat .lat_title {display:block;padding:0 20px;line-height:45px;font-size:1.083em;border-bottom:1px solid #e2e2e2;color:#253dbe;background:#fcfcfc}
.lat .lat_title a{color:#253dbe;display:inline-block;position:relative}
.lat .lat_title a:after{position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:#253dbe;content:''}





.latest_news							{padding:80px 0 0;}
.latest_news li							{position:relative; float:left; margin-left:8%; width:28%; text-align:left; border:5px solid #fff;}
.latest_news li:first-child				{margin-left:0;}
.latest_news li a						{display:block; background:#fff; padding:30px 20px;}
.latest_news li:hover					{border:5px solid #0088de; -webkit-transition: .5s ease-in-out; transition: .5s ease-in-out;}

.latest_news .deco						{position:absolute; left:0; bottom:0; display:block; width:100%; height:0px; background:#0088de; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.latest_news li:hover .deco				{height:90px;}

.ltBox h4								{font-size:20px; margin-top:5px; color:#000; overflow:hidden; font-weight:400; white-space:nowrap; text-overflow:ellipsis; }
.ltBox div								{position:relative; margin-top:30px; font-size:16px; color:#888; line-height:130%; min-height:40px; max-height:48px; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; z-index:10; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }
.ltBox p								{display:block; font-size:16px; color:#0088de; }
.ltBox p span						{float:right;}
.ltBox p span i						{margin-right:5px;}
.ltBox:hover div						{*color:#0088de}
.empty_li								{float:none; width:100% !important; margin-left:0; text-align:center;}

.lt_more								{display:block; margin:60px auto 0; width:200px; height:50px; line-height:48px; border:2px solid #fff; color:#fff; font-size:16px; font-weight:500; -webkit-transition: .2s ease-out; transition: .2s ease-out;}
.lt_more:hover							{background:#fff; color:#0088de;}