/*------------ about-editor ------------*/
.about-editor .tb01 .txt {
    padding: 0 50px 0 0;
}
.about-editor .tb01 .pic {
    width: 180px;
}
/*------------ products-editor ------------*/
/*------------ news-editor ------------*/
/*------------ notice-editor ------------*/
/*------------ terms-editor ------------*/
.terms-editor {
    font-size: 14px;
    line-height: 1.8;
}
.terms-editor .terms-title {
    color: #77859E;
    margin: 0;
    font-size: 14px;
}
/*------------ rwd ------------*/
@media screen and (max-width: 600px) {
    .about-editor .tb01 td {
        float: left;
        width: 100%;
        padding: 0;
    }
    .about-editor .tb01 .pic {
        padding: 20px 0 0 0;
        text-align: center;
        width: 100%;
    }
}
