/* BASIC css start */
@font-face {
    font-family: 'SUIT-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
#benefit {
    text-align: center;
}

.benefitTitle {
    color: #252525;
    font-size: 18px;
    font-weight: bold;
    padding: 35px 0 0;
}
.benefitContents {
    background: #f8f8f8;
    padding-top: 40px;
    margin-top: 30px;
    padding-bottom: 20px;
}

.in_Title {
    font-size: 16px;
    font-weight: 600;
    color: #252525;
    text-transform: uppercase;
}

.in_Title span {
    font-family: 'NanumSquare', sans-serif;
    font-size: 11px;
    color: #252525;
    font-weight: 700;
    display: block;
    padding-top: 3px;
}

.benefitContents ul {
    background: #fff;
    font-size: 0;
    margin: 23px 10px 45px;
    position: relative;
}

.benefitContents ul li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    height: 112px;
    padding: 21px 0;
    word-break: keep-all;
}

.benefitContents ul li .thumb {
    line-height: 43px;
    height: 43px;
}

.benefitContents ul li .thumb img {
    height: 43px;
}

.benefitContents ul li .greenTitle {
    font-family: 'SUIT-Regular', sans-serif;
    font-weight: 900;
    color: #43ce3d;
    font-size: 11px;
    padding: 4px 0 0;
}

.benefitContents ul li h3 {
    font-family: 'SUIT-Regular', sans-serif;
    font-weight: 900;
    color: #252525;
    font-size: 11px;
}

.benefitContents ul li p {
    font-family: 'SUIT-Regular', sans-serif;
    font-weight: 500;
    color: #252525;
    font-size: 11px;
    padding-top: 3px;
    line-height: 1.25;
}

.benefitContents ul:after {
    content: "";
    background: #e5e5e5;
    width: 90%;
    height: 1px;
    position: absolute;
    top: 153px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.benefitContents ul:before {
    content: "";
    background: #e5e5e5;
    height: 90%;
    width: 1px;
    position: absolute;
    top: 20px;
    left: 50%;
    right:50%;
}
.tableWrap {
    background: #fff;
    margin: 30px 10px;
    padding: 20px 10px;
}

.gradeTable {
    border-top: 2px solid #4c4c4c;
    font-family: 'SUIT-Regular', sans-serif;
    letter-spacing: -1px;
}

.gradeTable thead tr th {
    padding: 3px 0;
    border-bottom: 1px solid #4c4c4c;
    color: #252525;
    font-size: 11px;
}

.gradeTable tbody tr th {
    padding: 9px 0;
    border-bottom: 1px solid #dbdbdb;
    color: #252525;
    font-size: 11px;
    word-break: keep-all;
}

.gradeTable tbody tr td {
    padding: 9px 0;
    border-bottom: 1px solid #dbdbdb;
    color: #252525;
    font-size: 11px;
    border-left: 1px solid #dbdbdb;
    word-break: keep-all;
}

.gradeTable tbody tr:nth-child(2) td strong {
    display: block;
}

.gradeTable thead tr th:nth-child(2), .gradeTable tbody tr:first-child td:nth-child(-n+3) {
    background: #e3f9e7;
} 
/* BASIC css end */

