.container{min-height:50vh}.imgs_box{display: grid;gap:2rem}.imgs_box dt{border: 1px solid #e5e5e5;background: #fff;position: relative;display: flex;align-items: center;justify-content: center;aspect-ratio: 1000 / 666}.imgs_box dt .img{width:100%;height:100%;display: flex;justify-content: center;align-items: center;overflow: hidden}.imgs_box dl dt img{display: block;width: 100%;height:100%;object-fit: cover}.imgs_box dd{height: 3rem;font-size: 0.9rem;display: flex;align-items: center;justify-content: center;padding: 0 0.4rem;overflow: hidden;text-overflow: ellipsis;background: #f0f0f0;cursor:pointer}@media screen and (min-width: 1200px){.imgs_box.col5{grid-template-columns: repeat(5,1fr)}.imgs_box.col4{grid-template-columns: repeat(4,1fr)}}@media screen and (min-width: 765px) and (max-width: 1200px){.imgs_box.col5{grid-template-columns: repeat(4,1fr)}.imgs_box.col4{grid-template-columns: repeat(3,1fr)}}@media screen and (max-width: 765px){.imgs_box{gap:1rem}.imgs_box.col5{grid-template-columns: repeat(2,1fr)}.imgs_box.col4{grid-template-columns: repeat(2,1fr)}}