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

.about-editor .tb01 .txt {
    padding: 0 50px 0 0;
}

.about-editor .tb01 .pic {
    width: 180px;
}

.about-editor .txt {
    padding: 40px 35px;
    background: #fff;
    width: 350px;
    float: right;
    right: 80px;
    margin: -150px 0 0;
    z-index: 2;
    position: relative;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}

.about-editor .txt:before {
    content: '';
    width: 100%;
    height: 6px;
    position: absolute;
    top: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e4ef18+0,18efbf+32,09c8ff+67,008ccb+100 */
    background: #e4ef18;
    /* Old browsers */
    background: -moz-linear-gradient(left, #e4ef18 0%, #18efbf 32%, #09c8ff 67%, #008ccb 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e4ef18 0%, #18efbf 32%, #09c8ff 67%, #008ccb 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e4ef18 0%, #18efbf 32%, #09c8ff 67%, #008ccb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4ef18', endColorstr='#008ccb', GradientType=1);
    /* IE6-9 */
    left: 0;
}

.about-editor .txt:after {
    content: '';
    width: 170px;
    height: 62px;
    background: url(../../images/common/about/logo.png)no-repeat;
    position: absolute;
    top: -62px;
    right: 15px;
    bottom: auto;
    z-index: 5;
}

/*------------ products-editor ------------*/


/*------------ news-editor ------------*/


/*------------ notice-editor ------------*/


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

.terms-editor {
    font-size: 14px;
    line-height: 1.8;
}

.terms-editor .title {
    color: #77859E;
    margin: 0;
    font-size: 14px;
}


/*------------ rwd ------------*/
@media screen and (max-width: 1100px) {
.about-editor .txt{
    right: 20px;
}
}
@media screen and (max-width: 650px) {
   .about-editor .txt{
    float: none;
    margin:0;
    right: 0;
    padding:20px;
    width: auto;
   }
}