@charset "utf-8";
.lt_wr {width: 32%;}
.lt_wr:nth-child(3n/**/+1) {clear: both;}
.latest_wr {margin-bottom: 20px;}
.latest_wr:after {clear: both; content: ""; display: block; visibility: hidden;}
.latest_top_wr {margin: 0 -10px 20px;}
.latest_top_wr:after {clear: both; content: ""; display: block; visibility: hidden;}
/* Latest 공통 */
.bp-latest{display: flex; flex-direction: column; gap: 8px;}
.bp-li{align-items: center; background: #0f1116; border: 1px solid #1d212a; border-radius: 12px; display: flex; gap: 10px; padding: 10px 10px;}
.bp-li:hover{border-color: #2b3344; transform: translateY(-1px); transition: .15s;}
.bp-li a{color: #e9eef7; flex: 1; min-width: 0; text-decoration: none;}
.bp-li .bp-subject{display: block; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.bp-li .bp-meta{align-items: center; color: #aab3c2; display: flex; flex-shrink: 0; font-size: 12px; gap: 10px;}
.bp-new{background: #ffffff; border: 1px solid #2b3344; border-radius: 999px; color: #000; flex-shrink: 0; font-size: 10px; font-weight: 900; padding: 2px 6px;}
.bp-cmt{opacity: .95;}
.bp-hit{opacity: .75;}
/* Gallery */
.bp-gal{display: grid; gap: 10px; grid-template-columns: repeat(4,1fr);}
.bp-gal a{color: #e9eef7; display: block; text-decoration: none;}
.bp-thumb{background: #0f1116; border: 1px solid #1d212a; border-radius: 14px; overflow: hidden;}
.bp-thumb:hover{border-color: #2b3344; transform: translateY(-1px); transition: .15s;}
.bp-thumb .img{aspect-ratio: 4/3; background: #0b0c10; display: block;}
.bp-thumb img{display: block; height: 100%; object-fit: cover; width: 100%;}
.bp-thumb .cap{padding: 10px;}
.bp-thumb .cap .t{font-size: 13px; font-weight: 800; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.bp-thumb .cap .m{color: #aab3c2; display: flex; font-size: 12px; gap: 10px; justify-content: space-between; margin-top: 6px;}
/* Responsive */
@media (max-width: 920px){
  .bp-gal{grid-template-columns: repeat(2,1fr);}
}
