@charset "utf-8";


.latest_box.latest7  {display: flex; flex-wrap: wrap; gap: 0.5rem;}
.latest_box.latest7 .latest_item { width: calc((100% - 0.5rem* 2) / 3);}
.latest_box.latest7 .latest_item > .link { display: flex; flex-direction: column; gap: 0.625rem;}
.latest_box.latest7 .latest_item .bo_img { position: relative; width: 100%;  aspect-ratio: 1 / 1.4; border-radius: 0.25rem; overflow: hidden;}
.latest_box.latest7 .latest_item .bo_img > img { width: 100%; height: 100%;  object-fit: cover;}



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



}


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



}




