/*mobile*/
@media (max-width: 767px){
body {background: #fff;}
.t-lab-list .m_wrap {padding: 0 2em;background: #fff;height: 100%;}
.listBox {width: 100%;margin-top: 1.5rem; display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;}
.listBox .block {width: 47%;}
.listBox .block .img_box {width: 100%;height: 8.88rem;}
.listBox .img_box img {width: 100%;height: 100%;}
.listBox .block p {margin: 1.5rem 0; font-size: 1em;text-align: center;font-weight: bold;color: #000;}
}
@media (min-width: 320px) and (max-width: 359px){
.listBox .block .img_box {height: 7.88rem;}
}
@media (min-width: 414px) and (max-width: 767px){
.listBox .block .img_box {height: 9.88rem;}
}