/* div.item_body 이하의 P 태그 및 기타 태그를 수저하면됨 */
div.item_body p{
    line-height: 1.5;
}
div.item_body p *{
    line-height: 1.5;
}