@charset "utf-8";

/* 새글 스킨 (latest) */

.diamond_left {position:relative; }
.diamond_left ul { }
.diamond_left li.empty_li {border-bottom:0;line-height:250px;  text-align:center; }
.diamond_left li { position:relative; }

@media screen and (min-width:901px) {
.diamond_left li .its_img { height:251px; overflow:hidden; }
.diamond_left li .its_img img { height:100%; }
}
@media screen and (max-width:900px) {
.diamond_left li .its_img { overflow:hidden; }
.diamond_left li .its_img img { width:100%; }
}


.diamond_left li .its_info { padding:10px; position:absolute; bottom:0px; left:0px; width:100%; background-color:rgba(0,0,0,0.4); }
.diamond_left li .its_info p { display:inline-block; vertical-align:middle; height:20px; line-height:19px; width:calc(100% - 38px); color:#fff; font-weight:bolder; }
.diamond_left li .its_info span { display:inline-block; vertical-align:middle; border-radius:4px; background-color:#900; color:#fff; width:30px; height:20px; line-height:20px; text-align:center; }

.diamond_left .no_img { display:block; width:100%; height:251px; background:#f6f6f6 url(/theme/basic/img/blogo.png) no-repeat center / 50% auto; position:relative; }