@charset "utf-8";

.latest_box.latest1 { display: flex; align-items: flex-start; gap: 0.75rem;}
.latest_box.latest1 .latest_item { position: relative; width: 33.333%; aspect-ratio: 1 / 0.5625; overflow: hidden; border-radius: 0.3rem;}
.latest_box.latest1 .latest_item > .link { position: relative; width: 100%; height: 100%; display: block;}    
.latest_box.latest1 .latest_item .bo_img { position: relative; width: 100%;  height: 100%;}
.latest_box.latest1 .latest_item .bo_img::after { content: "";  position: absolute;  left: 0; top: 0; width: 100%; height: 100%; background: #000; opacity: 0.25;}
.latest_box.latest1 .latest_item .bo_img > img {position: absolute; width: 100%;  height: 100%; object-fit: cover;}
.latest_box.latest1 .latest_item .bo_titbox { position: absolute; left: 0; bottom: 1rem; padding: 0 1.25rem; display: flex; flex-direction: column; align-items: flex-start; gap: 0.625rem; width: 100%;}
.latest_box.latest1 .latest_item .bo_titbox .bo_cate { color: #fff; font-size: 0.688rem; line-height: 1; letter-spacing: 0; display: inline-block; padding: 0.35rem 0.5rem; border-radius: 0.75rem;}
.latest_box.latest1 .latest_item .bo_titbox .bo_cate.board1 {background: #F13EAD;}
.latest_box.latest1 .latest_item .bo_titbox .bo_cate.board2 {background: #2BAEFF;}
.latest_box.latest1 .latest_item .bo_titbox .bo_cate.board3 {background: #914FFE;}
.latest_box.latest1 .latest_item .bo_titbox .bo_cate.board4 {background: #F13EAD;}
.latest_box.latest1 .latest_item .bo_titbox .bo_cate.board5 {background: #2BAEFF;}
.latest_box.latest1 .latest_item .bo_titbox .bo_cate.board6 {background: #914FFE;}
.latest_box.latest1 .latest_item .bo_titbox .bo_cate.board7 {background: #F13EAD;}
.latest_box.latest1 .latest_item .bo_titbox .bo_cate.board8 {background: #2BAEFF;}
.latest_box.latest1 .latest_item .bo_titbox .bo_cate.board9 {background: #914FFE;}
.latest_box.latest1 .latest_item .bo_titbox .bo_cate.board10 {background: #F13EAD;}
.latest_box.latest1 .latest_item .bo_titbox .bo_cate.board11 {background: #2BAEFF;}
.latest_box.latest1 .latest_item .bo_titbox .bo_cate.board12 {background: #914FFE;}
.latest_box.latest1 .latest_item .bo_titbox .bo_cate.board13 {background: #F13EAD;}
.latest_box.latest1 .latest_item .bo_titbox .bo_tit { font-size: 1rem;  color: #fff; letter-spacing: 0; 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.latest1 { gap: 0.875rem;flex-wrap: nowrap; margin: 0 -5%; padding: 0 5%;}
  .latest_box.latest1 .latest_item { width: 50%;  min-width: 50%;}
  .latest_box.latest1 .latest_item .bo_titbox {
    display: none;
  }



}




/* mobile */
@media screen and (max-width: 599px) {
  



}




