@charset "utf-8";

.nanum-post-more { position:relative; }
.nanum-post-more #infscr-loading { background: rgb(0, 0, 0); margin:0px; padding: 10px; border-radius: 10px; left: 50%; width: 200px; margin-left:-110px; text-align: center; bottom: 50px; color: rgb(255, 255, 255); position: fixed; z-index: 100; opacity: 0.8; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.nanum-post-more .item-more { text-align:center; margin:20px 0px 0px; }
.nanum-post-more .item-more a { color:#333; }
.nanum-post-more .item-more a:hover { color:#333; }

.nanum-post-more .item-list { position:relative; overflow:hidden; background: #fff; padding:20px; border:2px solid #fff; }
.nanum-post-more .item-list:hover { border:2px solid #c20e1b; }
.nanum-post-more .img-more { margin-bottom:10px; }
.nanum-post-more .txt-more { padding:0px; height:172px; }
.nanum-post-more .item-heading { display:block; margin:0px; font-weight:500; }
.is-pc .nanum-post-more .item-heading { font-size:20px; line-height: 30px; height:60px; }
.is-mobile .nanum-post-more .item-heading { font-size:16px; }
.nanum-post-more .item-details { margin-top:10px; padding:4px 0px; }
.nanum-post-more .item-cont { margin-top:10px; padding:0; line-height:26px; min-height:50px; height:54px; }
.nanum-post-more .item-sp { margin:0px 7px; color:#ddd; font-size:11px; }
.nanum-post-more .item-read { margin-top: 10px; }
.nanum-post-more .item-read .pull-left i { margin-right:2px; }
.nanum-post-more .item-list .read-more { display:none; position: absolute; bottom: 0; right: 0; width:35px; height:35px; background-image:url('/data/main/ico_more.png'); background-position:bottom right; background-repeat:no-repeat; }
.nanum-post-more .item-list:hover .read-more { display:block; }

.nanum-post-more .item-wrap { overflow:hidden; }
.nanum-post-more .item-row { float:left; }
.nanum-post-more .item-none { padding:50px 10px; }

.text-muted { color:#555; }

.ellipsis2 {
display:block;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box !important;
-webkit-line-clamp: 2; 
-webkit-box-orient: vertical;
line-height:1.2em;
max-height:2.4em;

} 

@media (max-width:991px) {
	.is-pc .nanum-post-more .item-heading { font-size:16px; line-height: 30px; }
	.is-mobile .nanum-post-more .item-heading { font-size:16px; }
	.nanum-post-more .item-list { padding: 15px; }
	.nanum-post-more .item-cont { line-height: 24px; font-size: 14px; }
}
