/*------------ about-editor ------------*/

.about-editor .title {
    font-size: 50px;
    font-weight: bold;
    color: #efefef;
    line-height: 1.2;
}

.about-editor td {
    vertical-align: top;
}

.about-editor .pic2 {
    padding: 0 0 0 40px;
    width: 424px;
    position: relative;
    top: -53px;
}


/*------------ service-editor ------------*/

.service-table td {
    vertical-align: top;
}

.service-table .pic {
    width: 623px;
    padding: 0 30px 0 0;
}

.service-tit {
    position: relative;
    margin: 10px 0 30px;
}

.service-table p {
    margin: 40px 0;
}


/*------------ terms-editor ------------*/

.terms-editor {
    font-size: 15px;
    line-height: 2;
}

.terms-editor .title {
    font-size: 16px;
    color: #CAB386;
    margin: 0;
}

.terms-editor p {
    text-indent: 2em;
    margin: 0 0 50px;
}

.terms-editor .row {
    margin: 0 -27px;
}

.terms-editor .col {
    padding: 0 27px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}


/*------------ index-editor ------------*/

.index-about-editor {
    color: #989898;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    height: 110px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.index-service-editor {
    font-size: 13px;
    line-height: 1.8;
    color: #333333;
}


/*------------ rwd ------------*/

@media screen and (max-width: 1100px) {
    .about-editor .tb01 td,
    .about-editor .tb02 td,
    .service-table td,
    .service-table .pic {
        width: 100%;
        float: left;
        padding: 0;
        box-sizing: border-box;
    }
    .about-editor .pic2 {
        top: 0;
    }
    .service-table td,
    .service-table .pic {
        padding: 0 0 15px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .terms-editor .row {
        margin: 0;
    }
    .terms-editor .col {
        padding: 0;
        width: 100%;
    }
}
