.header {
    background-color: #0B1625;
}

.section-greenfee {
    padding: 60px 0 11.6rem;
    padding-top: 176px;
}

.heading-greenfee-box {
    margin-bottom: 5.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.heading-greenfee-text {
    font-family: 'Playfair Display 900';
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #0B1625
}

.sub-greenfee-text {
    font-family: 'NotoSansThai';
    font-size: 16px;
    line-height: 24px;
    color: #0B1625
}

.table {
    margin: 0;
    border: 0;
    border-collapse: collapse;
    margin-bottom: 46px;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(90, 131, 184, 0.1);
    border-radius: 4px;
}

.head-table {
    font-family: 'Montserrat 700', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #0B1625;
    margin-bottom: 13px;
    margin-top: 26px;
    display: none;
}

.sub-head-table {
    font-family: 'NotoSansThai', sans-serif;
}

.table>thead {
    vertical-align: middle;
}

tr {
    display: flex;
}

.thead-greenfee .row {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
}

.th-greenfee {
    font-family: 'NotoSansThai 500';
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.4rem;
    display: flex;
    align-items: center;
    color: #272833;
    height: 48px;
    background: rgba(90, 131, 184, 0.1);
}

.th-greenfee,
.th-greenfee-inner {
    padding-left: 12px;
}

.th-greenfee-inner {
    font-family: 'NotoSansThai', sans-serif;
    font-size: 1.4rem;
    line-height: 2.1rem;
    display: flex;
    align-items: center;
    color: #272833;
    height: 64px;
    font-weight: 400;
}

.td-greenfee {
    padding-left: 6px;
}

tbody {
    text-align: left;
}

.td-greenfee {
    font-family: 'NotoSansThai', sans-serif;
    font-size: 1.4rem;
    line-height: 2.1rem;
    display: flex;
    align-items: center;
    color: #272833;
    height: 64px;
    padding-left: 6px;
}