@charset "utf-8";

/* 최근게시물 스킨 (latest) */
.ltq {position:relative; padding:10px; background:#fff; border:1px solid #ddd; border-radius:20px; margin-bottom:10px;}
.ltq ul {list-style:none}
.ltq .lt_titleso1{display:block; color:#000000; font-size:1rem; line-height:30px; padding:10px;}

.ltq .lt_titso1{display:block; float:left; font-size:1.15em; color:#000; margin: 5px 0; width:330px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.ltq li {position: relative;background:#fff;margin:2px 0;padding:2px 10px;border-top:1px solid #eee; overflow: hidden;}
.ltq li:nth-child(1){border-top:1px solid #ddd;}
.mo_latest ul li:nth-child(1) .lt_titleso1:before{content:'오전 무료추천 실시간 댓글리딩';display: block;float:left; font-weight:400; font-size:1.2rem; /*left;color:#00ff5e;*/}
.mo_latest ul li:nth-child(5) .lt_titleso1:before{content:'오후 종가배팅 실시간 댓글리딩';display: block;float:left; font-weight:400; font-size:1.2rem; /*left;color:#ff6911;*/}
.mo_latest ul li:nth-child(2) .lt_titleso1:before{content:'V.I.P 매매결산 신뢰와 투명성 ';display: block;float:left; font-weight:400; font-size:1.2rem; /*left;color:#ff6911;*/}
.mo_latest ul li:nth-child(3) .lt_titleso1:before{content:'AP트레이더 프로그램 매매결산';display: block;float:left; font-weight:400; font-size:1.2rem; /*left;color:#00b9ff;*/}
.ltq li .fa-heart{color:#ff0000;}
.ltq li .new_icon{display: inline; padding: 0 3px;line-height:12px ;font-size:0.75em;color:#ff567a;font-weight: bold;}
.ltq .lt_tit .fa-heart{color: #fe4560;}
.ltq .lt_dateso1{float:right;color:#999;font-size: 0.7em; padding:5px ;}
.ltq .lt_allowso1{float:right;color:#ff0443;font-size:0.75em;font-weight:400;}
.ltq .empty_li{text-align:center;padding:40px 0;color:#777}

.ltq li:after{content:'';display: block;clear: both;}
.ltq .lt_titleso1:after{content:'';display: block;clear: both;}

.red {color:red;}
.blue {color:#00b9ff;}






@keyframes new_icon_red {
		0% {color:#ff0443;}
		50% {color:#fff;}
	}

.ltq li .new_icon {position: absolute;top:10px;display:inline-block;width:13px;line-height:13px;font-size:0.8em;color:#ff0443;background:#fff;text-align:center;border-radius:2px;margin-left:2px;font-weight:bold;vertical-align:middle;animation:new_icon_red 0.4s steps(1, end) infinite;}
