@charset "utf-8";

.basic-post-gallery1 { overflow:hidden; line-height:20px; }
.basic-post-gallery1 .txt-normal { letter-spacing:0; }
.basic-post-gallery1 .txt-short { letter-spacing:-1px; padding-right:1px; }
.basic-post-gallery1 .post-none { padding:50px 10px; text-align:center; color:#888; }
.basic-post-gallery1 .post-row { float:left; overflow:hidden; }
.basic-post-gallery1 .post-list { overflow:hidden; position:relative; }
.basic-post-gallery1 .post-image { position:relative; overflow:hidden; }





.basic-post-gallery1 .post-vicon { 
position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); color: #ff0000; font-size:8rem; z-index:2; 
}
.basic-post-gallery1 .blank1 { 
position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); background: #fff; width: 4rem; height: 4rem; z-index:1; display: none;
}


/* 210209 */
.basic-post-gallery1 .post-content { position:absolute; left:0; bottom:-50px; width:100%; background: #000; background:var(--main-color); padding:15px 10px; transition:.4s; text-align: center; }
.basic-post-gallery1 .post-content .post-subject a { color:#fff; font-size:16px; font-weight:400; }
.basic-post-gallery1 .rank-icon { display:none; } /* 라벨 안보이게 */
.basic-post-gallery1 .post-text { display:none; } /* 작성자 안보이게 */


/* hover */
.basic-post-gallery1 .post-list:hover .post-content { left:0; bottom:0; }