﻿.product_table {
    width: 749px;
    font-family: Dotum, 돋움;
    font-size: 12px;
    margin-top: 10px;
}

    .product_table th {
        background-color: #868686;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
        padding: 10px 7px;
        border: 1px solid #e6e6e6;
        border-right: 0;
        border-top: 2px solid #c7150c;
    }

        .product_table th:first-child {
            border-left: 0;
        }

    .product_table td {
        font-size: 12px;
        color: #676767;
        padding: 10px;
        border: 1px solid #e6e6e6;
        border-right: 0;
        border-top: 0;
    }

        .product_table td:first-child {
            border-left: 0;
            width: 15%;
            text-align: center;
        }

        .product_table td:nth-child(1) {
            width: 12%;
            text-align: center;
        }

        .product_table td:nth-child(2) {
            width: 12%;
            text-align: center;
        }

        .product_table td:nth-child(3) {
            width: 19%;
            text-align: center;
        }

        .product_table td:nth-child(4) {
            width: 23%;
            line-height: 1.5em;
        }

        .product_table td:last-child {
            width: 10%;
        }
