@charset "utf-8";

.latest_box.latest6 { display: flex; flex-direction: column; gap: 1rem;}
.latest_box.latest6 .latest_item { width: 100%;}
.latest_box.latest6 .latest_item > .link { display: flex; align-items: center; gap: 0.625rem;}
.latest_box.latest6 .latest_item .bo_img { position: relative;  width: 36%;  aspect-ratio: 1 / 0.75; overflow: hidden;}
.latest_box.latest6 .latest_item .bo_img > img { position: absolute; left: 0; top: 0;width: 100%; height: 100%;  object-fit: cover;}
.latest_box.latest6 .latest_item .bo_titbox { flex: 1; display: flex; flex-direction: column;  gap: 0.5rem;}
.latest_box.latest6 .latest_item .bo_titbox .bo_tit { font-size: 0.875rem; color: #333; font-weight: 500;letter-spacing: 0; line-height: 1.3; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;  -webkit-line-clamp: 3; -webkit-box-orient: vertical;}


/* Tablet */
@media screen and (max-width: 1024px) {



}


/* mobile */
@media screen and (max-width: 599px) {
  



}




