@charset "utf-8";

.latest_box.latest2 { display: flex; flex-direction: column; gap: 1rem;}
.latest_box.latest2 .latest_item { width: 100%;}
.latest_box.latest2 .latest_item > .link { display: flex; align-items: center; gap: 0.625rem;}
.latest_box.latest2 .latest_item .bo_img { position: relative; width: 34%; aspect-ratio: 1 / 0.5625; overflow: hidden;}
.latest_box.latest2 .latest_item .bo_img > img { position: absolute; left: 0; top: 0;  width: 100%; height: 100%; object-fit: cover;}
.latest_box.latest2 .latest_item .bo_titbox { flex: 1; display: flex; flex-direction: column;  gap: 0.25rem;}
.latest_box.latest2 .latest_item .bo_titbox .bo_tit { font-size: 0.875rem; color: #000; letter-spacing: 0;  font-weight: 600; line-height: 1.4; overflow: hidden;  text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.latest_box.latest2 .latest_item .bo_titbox .bo_content { 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;}
.latest_box.latest2 .latest_item .bo_titbox .bo_content * { font: inherit !important;}



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



}


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



}




