@charset "utf-8";

/* 최근게시물 스킨 (latest) */

.lt_news13  {
	display:flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;	
}

.lt_news13 .wrap {
	padding:0px;
    width: 100%;
}

.lt_news13 .cate {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    text-align: center;
    align-content: center;
    align-items: flex-start;
    flex-direction: row;
	width: 100%;	
}

.lt_news13 .cate a {
	width:100%;
    display: inline-block;
	padding:5px;
	border-bottom:solid 1px #DDD;
	color:#AAA;
}

.lt_news13 .cate a.active {
	font-weight:bold;
	border-bottom:solid 2px #AAA;
	color:#000;
}


.lt_news13 .list .wr_subject {
}

.lt_news13 .list .wr_subject a {
    white-space: nowrap;
	padding: 4px 0 8px 0;
    display: inline-block;
    overflow: hidden;
	text-overflow: ellipsis;	
    border-bottom: solid 1px #DDD;
    width: 100%;
}



.lt_news13 .imgs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    margin: 10px 0 5px 0;	
	width: 50%;
}

.lt_news13 .cont {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    margin: 0;	
	width: 50%;
}

.lt_news13 .imgs ul {
	width:calc(50% - 10px);
    box-sizing: border-box;
}


.lt_news13 .imgs .img_wrap {
	position:relative;
	overflow:hidden;
    height: 100px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    white-space: nowrap;	
	
}

.lt_news13 .imgs .img_wrap .centered  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
}


.lt_news13 .imgs .img_wrap .centered img {
    position: absolute;
    top: 0;
    left: 0;   
    max-width: 100%;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 4px;
}

.lt_news13 .imgs .img_wrap .centered.video  {
    -webkit-transform: none;
    -ms-transform:  none;
    transform: none;
}


.lt_news13 .imgs .tit {
	padding:5px;
    height: 50px;
    overflow: hidden;
}

.lt_news13 .cate_etc {
	display:none;
}


.lt_news13 .list_cate {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	gap: 10px 0; /* flex gap으로 행 간격 10px */
}



.lt_news13 .list_cate .img2 {
	width:115px;
	height:75px;
}


.lt_news13 .list_cate .img2 img {
	width:100%;
	height:auto;
    border-radius: 4px;
}

.lt_news13 .list_cate .content {
    width: calc(100% - 115px);
	padding-left: 5px;	
}

.lt_news13 .list_cate .wr_subject {
    height: 55px;
    overflow: hidden;
	text-overflow: ellipsis;	
}

.lt_news13 .list_cate .wr_subject a {
    overflow: initial;
    border-bottom: none;
    white-space: normal;   /* 자동 줄바꿈 */
    word-wrap: break-word; /* 긴 단어도 줄바꿈 */
}

.lt_news13 .list_cate .date {
	padding: 4px 5px 8px 5px;
	color:#777;
	font-size:.9em;
	text-align:right;
}




@media (max-width: 760px){

.lt_news13 {
	margin:0;
    gap: 0;
    flex-direction: column;
}

.lt_news13 .imgs,.lt_news13 .cont {
	margin:10px 0 0 0;
    width: 100%;
}

}