
@media screen and (min-width: 1000px) {
    .ly_poster_80 .wide .poster_box .info_box { width: 30%; }
    .ly_poster_80 .wide .poster_box .img_box { width: 70%;display: grid;grid-template-columns: repeat(4, 1fr);gap: 20px;padding: 0;}   
    body .ly_poster_80 .wide .img_box { grid-template-columns: repeat(4, 1fr);gap: 20px; }
    .ly_poster_80 .wide .poster_box .info_box .t_title { margin-bottom: unset; }
}

@media screen and (max-width: 1000px) {
    .ly_poster_80 .poster_box .img_box .poster_item .compute_item_img .compute_process_img { padding-top: 70% !important; }
}
