@charset "utf-8";

.basic-post-gallery { overflow:hidden; line-height:20px; }
.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; }
.basic-post-gallery .rank-icon { display:none; } /* 새글 아이콘 */ 

.post-row .post-image { } 
.post-row .post-image .over-box { position:absolute;left:0;top:0; width:100%; height:100%; background:rgba(0,0,0,0); z-index:10;  transition:0.3s all; text-align:center; padding-top:60px; }
.post-row .post-image .over-box:hover {background:rgba(0,0,0,0.7);} 
.post-row .post-image .over-box > span { display:none; color:#fff; font-weight:400; font-size:15px; }
.post-row .post-image .over-box:hover > span { display:block; }
.post-row .post-image .img-wrap .img-item img { transition:0.3s all;}
.post-row .post-image:hover .img-wrap .img-item img { transform:scale(1.2);}

@media (max-width:768px) {
.post-row .post-image .over-box { padding-top:30px; }
}

@media (max-width:550px) {
.post-row .post-image .over-box { padding-top:15px; }
}

