.ggb .heading01 {
    margin: 0 0 3rem;
    padding: 0 0 15px;
    font-weight: 500;
    text-align: center;
    position: relative;
    font-size: 34px;
}

.ggb .heading01::before {
    content: '';
    margin: 0 auto;
    display: block;
    width: 30px;
    height: 4px;
    background: #6ea24b;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.ggb .table_basic {
    margin: 1.5rem 0;
    width: 100%
}

.ggb .table_basic td,
.ggb .table_basic th {
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 1rem
}

.ggb .table_basic th {
    width: 20%;
    border-top: 1px solid #286BC1;
    border-bottom: 1px solid #286BC1
}


.ggb .table_product {
    margin: 1.5rem 0;
    width: 100%;
    table-layout: fixed
}

.ggb .table_product td,
.ggb .table_product th {
    border: 1px solid #ddd;
    padding: 1rem;
    text-align: center;
    vertical-align: middle
}

.ggb .table_product td:not([align]),
.ggb .table_product th:not([align]) {
    text-align: center
}

.ggb .table_product th {
    background: #f5f5f5
}

.ggb .table_product thead th {
    background: #555;
    color: #fff
}

.ggb .table_product thead td {
    background: #f5f5f5
}

.ggb .table_product .w30 {
    width: 30%
}