@charset "utf-8";

.latest_box.latest3 { display: flex; gap: 5%;}
.latest_box.latest3 .latest_item { width: 50%;}
.latest_box.latest3 .latest_item > .link { display: flex; flex-direction: column; gap: 0.625rem;}
.latest_box.latest3 .latest_item .bo_img { position: relative; width: 100%;  aspect-ratio: 1 / 0.5625; overflow: hidden;}
.latest_box.latest3 .latest_item .bo_img > img { position: absolute; left: 0; top: 0;  width: 100%; height: 100%; object-fit: cover;}
.latest_box.latest3 .latest_item .bo_titbox { width: 100%;}
.latest_box.latest3 .latest_item .bo_titbox .bo_tit { font-size: 0.875rem; color: #000;font-weight: 500; letter-spacing: 0; line-height: 1.3; overflow: hidden; text-overflow: ellipsis;   display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}



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

  .latest_box.latest3 { gap: 0.875rem;}


}


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



}




