@charset "utf-8";

.latest_box.latest5 { display: flex; gap: 2.5%;}
.latest_box.latest5 .latest_item { width: 100%;}
.latest_box.latest5 .latest_item > .link { display: flex; flex-direction: column; gap: 0.625rem; pointer-events: none; cursor: default;}
.latest_box.latest5 .latest_item .bo_img { position: relative; width: 100%; display: flex;}
.latest_box.latest5 .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) {
  



}




