@charset "utf-8";

.basic-post-gallery { overflow:hidden; line-height:20px; display:inline-block;}
.basic-post-gallery .txt-normal { letter-spacing:0; }
.basic-post-gallery .txt-short { letter-spacing:-1px; padding-right:1px; }
.basic-post-gallery .post-vicon { position:absolute; left:6px; top:6px; color: #fff; font-size:20px; z-index:1; text-shadow: 1px 1px 1px #000; }
.basic-post-gallery .post-none { padding:50px 10px; text-align:center; color:#888; }
.basic-post-gallery .post-row { float:left; overflow:hidden; }
.basic-post-gallery .post-list { overflow:hidden; }
.basic-post-gallery .post-image { position:relative; overflow:hidden; }
.basic-post-gallery .post-content { padding-top:10px; margin:-2px 0px; overflow:hidden; }
.basic-post-gallery .post-subject { overflow:hidden; letter-spacing:-1px; padding-right:1px; }
.basic-post-gallery .post-sp { color:#ccc; margin:0px 4px; }
.basic-post-gallery .post-text { font-size:12px; color:#888; margin-top:4px; }
.is-pc .ko .basic-post-gallery .post-ko { font-size:11px; }


/* 추가 */
.post-row{width: 310px !important;}
.list-container{display: inline-block;}
.list-container .list-row{padding-bottom: 3px;float: left;}
.bot_box{background-color: #fff;padding: 28px;}
	.bot_box h2{font-size: 20px;line-height: 28px;color: #333;font-weight: 700;margin: 0;height: 78px;}
		.bot_box h2 a{color: #333;}
	.bot_box .ellipsis{font-size: 15px;line-height: 17px;color: #999;}




@media all and (max-width:991px) {
.post-row{width: 50% !important;}
.list-container{display: inline-block;}
.list-container .list-row{padding-bottom: 3px;float: left;}
.bot_box{padding: 12px 10px !important;}
	.bot_box h2{font-size: 16px !important;line-height: 20px !important;margin: 0 !important;height: 50px !important;word-break:keep-all;}
	.bot_box .name{height: 14px !important;font-size: 12px !important;line-height: 14px !important;margin-top: 10px !important;}
}