.box_modal{
    max-height: 80vh;
    overflow-y: scroll;
}
.image_conts {
    text-align: center;
}
.image_conts img{
    width:50%;
}
.image_conts.top img{
    width:100%;
}

@media (max-width: 960px) {
    .sp_mt10{
        margin-top:10px !important;
    }
    .image_conts img{
        width:100%;
    }
  }
  