/* 상품 상세 가격 테이블 */
.sit_ov_tbl { width:100%; border-collapse:collapse; }
.mh_price_row th {
    padding: 9px 12px;
    background: #f5f7fb;
    border: 1px solid #dde3ef;
    border-right: none;
    color: #555;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    width: 90px;
    font-size: 14px;
    font-style: normal;
}
.mh_price_row td {
    padding: 9px 14px;
    border: 1px solid #dde3ef;
    text-align: right;
    background: #fff;
}
.mh_rental_row th { border-bottom: none; }
.mh_rental_row td { border-bottom: none; }
.mh_rental_price {
    color: #1a4fa0;
    font-size: 18px;
    font-weight: 900;
}
.mh_sell_price {
    color: #444;
    font-size: 14px;
    font-weight: 500;
}
