.bottom_warp { width: 100%; height: 140px; background: #FFFFFF; border-radius: 2px 0px 0px 0px; border-top: 1px solid #D8D8D8; display: flex; align-items: center; justify-content: space-between; .item_con { width: 50%; height: 100%; display: flex; ._img { width: 54px; height: 54px; margin: 20px; background-color: saddlebrown; } .item_info { &:nth-child(2), &:nth-child(3) { height: 22px; font-size: 14px; font-weight: 400; color: #333333; line-height: 22px; } } .item_title { margin-top: 34px; height: 26px; line-height: 26px; font-size: 16px; font-weight: 600; color: #333333; margin-bottom: 10px; } } }