@charset "utf-8";

.latest_box.view_next { display: flex; gap: 1rem;}
.latest_box.view_next .latest_item { width: 25%;}
.latest_box.view_next .latest_item > .link { display: flex; flex-direction: column; gap: 0.625rem;}
.latest_box.view_next .latest_item .bo_img { position: relative; width: 100%;  aspect-ratio: 1 / 0.5625; overflow: hidden;}
.latest_box.view_next .latest_item .bo_img > img { position: absolute; left: 0; top: 0;width: 100%; height: 100%;  object-fit: cover;}
.latest_box.view_next .latest_item .bo_titbox { width: 100%;}
.latest_box.view_next .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: 2; -webkit-box-orient: vertical;}



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

  .latest_box.view_next { gap: 0.875rem; flex-wrap: wrap;}
  .latest_box.view_next .latest_item { width: calc((100% - 0.875rem) / 2);}
  .bo_v_next_box {padding-right: 0;}

}


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



}




