@charset "utf-8";

/* 새글 스킨 (latest) */
.press_lt {position:relative;width:100%; }
.press_lt .lat_title {display:block;line-height:45px;font-size:1.2em;color:#253dbe}
.press_lt .lat_title a {color:#000;display:inline-block;position:relative}
.latest_top_wr .press_lt:nth-child(3n+1) {clear: both!important}

.press_lt li { position: relative; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; width: 100%; height: 75px; }
.press_lt li:first-child { height: auto; padding: 15px 0; border-top: 2px solid #000; border-bottom: 1px solid #ddd; }

.press_lt li:after { content:''; position: absolute; left: 0px; bottom: 0px; width: 0px; height: 1px; background: #ddd; transition: 0.5s; }
.press_lt li:first-child:after { display: none; }
.press_lt li:hover:after { width: 100%; }

.press_lt li .lt_img { display:none; }
.press_lt li:first-child .lt_img { display: inline-flex; width: 40%; }
.press_lt li:first-child .lt_img img, .press_lt li .lt_img video {width:100%;height:auto}

.press_lt li .press_info { width: 100%; }
.press_lt li:first-child .press_info { padding-left: 30px; width: 60%; }

.press_lt li .press_info .board_title { display: none; }
.press_lt li:first-child .press_info .board_title { display: flex; margin-bottom: 15px; color: #b9021a; font-size: 1.1em; }

.press_lt li .pic_li_tit { display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: calc(100% - 80px); font-size: 1em; font-weight: 500; vertical-align:middle; word-break: keep-all; transition: 0.5s; }
.press_lt li:first-child .pic_li_tit { 
	display: -webkit-box;
	display: -ms-flexbox;
	display: box;
	overflow:hidden;
	vertical-align:top;
	text-overflow: ellipsis;
	word-break:break-all;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
    white-space: inherit;
	margin-bottom: 30px; width: 100%; font-size: 25px; font-weight: 600;
}

.press_lt li .pic_li_tit:hover { color: #274f57; }
 
.press_lt .lt_info { display: flex; flex-wrap: wrap; align-items: center; position: absolute; right: 0px; top: 0; height: 100%; }
.press_lt li:first-child .lt_info { position: relative; }

.press_company { color: #aaa; font-size: 0.9em; }

.press_lt .empty_li { justify-content: center; text-align: center; width: 100%; padding: 0 !important; color: #666; line-height: 90px; }
.press_lt .empty_li:before {background:none;padding:0}

@media screen and (max-width: 768px) {
	
	.press_lt li:first-child .pic_li_tit { font-size: 1.2em; }

	.press_lt .empty_li { line-height: 70px; }

}

@media screen and (max-width: 425px) {
	
	.press_lt li { height: 50px; }
	.press_lt li:first-child { padding: 10px 0; }
	.press_lt li:first-child .press_info .board_title { margin-bottom: 5px; }
	.press_lt li:first-child .pic_li_tit { margin-bottom: 20px; }

}