@charset "utf-8";
/* 새글 스킨 (latest) */
.book_lt{position:relative;overflow:hidden}
.book_lt .lat_title{}
.book_lt .lat_title a{}
.book_lt .bookconSlider{text-align:center}
.book_lt .lt_img{display:block;width:120px;height:150px;margin:0 auto}
.book_lt .lt_img img{margin:0 auto;border:1px solid #ddd}
.book_lt .it_subject{overflow:hidden;display:block;padding:20px 0;text-overflow:ellipsis;white-space:nowrap}
.book_lt .it_kind span{display:inline-block;margin:0 2px;padding:0 15px;border-radius:30px;font-size:0.875em;font-weight:600;color:#fff;line-height:30px;letter-spacing:-.05em}
.book_lt .it_kind1{background-color:#f89828}
.book_lt .it_kind2{background-color:#a79485}
.book_lt .it_kind1,.book_lt .it_kind2{overflow:hidden;display:block;width:80%;margin:0 auto 2px;text-overflow:ellipsis;white-space:nowrap}


@media screen and (max-width:1000px){
	.book_lt .lt_img{width:112px;height:140px}
}
@media screen and (max-width:900px){
	.book_lt .lt_img{width:104px;height:130px}
}
@media screen and (max-width:620px){
	.book_lt .it_kind span{line-height:25px}
}
@media screen and (max-width:480px){
	.book_lt .lt_img{width:88px;height:110px}
	.book_lt .it_subject{padding:10px 0}
}
@media screen and (max-width:414px){
	.book_lt .lt_img{width:72px;height:90px}
}
@media screen and (max-width:360px){
	.book_lt .lt_img{width:64px;height:80px}
	.book_lt .it_kind span{padding:0 10px;font-size:1em}
}