@charset "utf-8";

/* 새글 스킨 (latest) */
.pic_newsletter { position: relative; width: 100%; height: 100%; }
.pic_newsletter .lt_img { display: flex; flex-wrap: wrap; width: 100%; height: 100%; }
.pic_newsletter .lt_img:after { content: ''; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); transition: all 0.3s; }
.pic_newsletter .lt_img:hover:after { /*background: rgba(0, 0, 0, 0.3);*/ backdrop-filter: blur(3px); }
.pic_newsletter .lt_img img, .pic_newsletter li .lt_img video {width:100%;height:auto}
.pic_newsletter .title { position: absolute; top: 100px; left: 30px; font-size: 25px; font-weight: 600; text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.pic_newsletter .empty { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; text-align:center; padding:0; width: 100%; height: 100%; color:#888; }

.pic_newsletter .lt_cmt {background:#e9eff5;color:#3a8afd;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle}
.pic_newsletter .lt_more {position:absolute;top:11px;right:0;display:block;width:40px;line-height:25px;color:#3a8afd;border-radius:3px;text-align:center}
.pic_newsletter .lt_more:hover {color:#777}

@media screen and (max-width: 430px) {
	
	.pic_newsletter .title { top: 80px; font-size: 20px; }

}