.detail.highland .feature-wrap .h3-no3::before {
    left: -194px;
    top: 36%;
}
.detail .feature-wrap .h3-no3::before {
    background-image: url(/gxseries/img/bg/no3.png);
}/* 

.detail.highland .feature-wrap .h3-no3::before {
left: 3%;
top: 24%;
}


.detail.diesel .feature-wrap .h3-no3::before {
    left: -25%;
    max-width: 150px;
    width: 16vw;
} */

.detail.highland .table-head th::before {
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    max-width: 60px;
    min-width: 30px;
    min-height: 38px;
    width: 8vw;
    height: 11vw;
    top: 28px;
    left: 25%;
    transform: translateX(-50%);
}

.detail.highland .table-head th:nth-child(2) {
    background: #e5f266;
    width: 20%;
    padding: 30px 20px 30px 70px;
    color: #005c3f;
    position: relative;
    font-size: 16px;
}
.detail.highland .table-head th:nth-child(3) {
    background: #f3f3f3;
    width: 20%;
    padding: 30px 20px 30px 70px;
    color: #000;
    font-weight: bold;
    position: relative;
    font-size: 16px;
}
.detail.highland .table-head th:nth-child(4) {
    background: #e5f266;
    width: 20%;
    padding: 30px 20px 30px 70px;
    color: #005c3f;
    font-weight: bold;
    position: relative;
    font-size: 16px;
}
.detail.highland .table-head th:nth-child(5) {
    background: #f3f3f3;
    width: 20%;
    padding: 30px 20px 30px 70px;
    color: #000;
    font-weight: bold;
    position: relative;
    font-size: 16px;
}

.detail.highland .table-body td:nth-child(2) {
    width: 20%;
    background: #fdffe5;
    color: #000;
    font-weight: bold;
    font-size: 14px;
}
.detail.highland .table-body td:nth-child(3) {
    width: 20%;
    background: #ffffff;
    color: #000;
    font-size: 14px;
}
.detail.highland .table-body td:nth-child(4) {
    width: 20%;
    background: #fdffe5;
    color: #000;
    font-weight: bold;
    font-size: 14px;
}
.detail.highland .table-body td:nth-child(5) {
    width: 20%;
    background: #ffffff;
    color: #000;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
.inner-scroll{
    overflow-x: scroll;
}
}

.inner-scroll table.lg-table{
    min-width: 940px;
    max-width: 940px;
}

.detail.highland .table-head th:nth-child(4)::before {
    background-image: url(/gxseries/img/highland/highland_new.png);
}

.detail.highland .table-head th:nth-child(5)::before {
    background-image: url(/gxseries/img/highland/highland_old.png);
}

@media screen and (max-width: 767px) {
    .detail.highland .feature-wrap .h3-no3::before {
        left: 10px;
        top: 36%;
    }
}

@media screen and (max-width: 1024px) {
    .detail.highland .feature-wrap .h3-no1::before {
        left: 3%;
        top: 24%;
    }
    .detail.highland .feature-wrap .h3-no3::before {
        left: 3%;
        top: 24%;
    }
}

.detail th, td {
    padding: 15px 8px;
}