.editor .col {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    font-size: 15px;
}

.editor .about-title {
    color: #343439;
    font-size: 40px;
    letter-spacing: 3px;
    line-height: 1.2;
}

.editor .about-title span {
    font-size: 13px;
    font-family: 'Alegreya';
    margin-left: 20px;
    letter-spacing: 1px;
}

.editor .history-title {
    font-size: 25px;
    text-align: center;
    font-family: 'Lora', serif;
    letter-spacing: 2px;
    border-top: 1px solid #ddd;
    margin-bottom: 2em;
}

.editor .history-title span {
    display: inline-block;
    vertical-align: top;
    margin-top: -22px;
    background: #fff;
    padding: 0 40px;
}

.editor .about-title2 {
    color: #343439;
    font-size: 28px;
    letter-spacing: 3px;
    line-height: 1.2;
}

.editor .about-title2:before {
    content: 'SHAN CHEN INTERIOR DESIGN';
    font-size: 13px;
    margin-bottom: 5px;
    font-family: 'Alegreya';
    letter-spacing: 1px;
    display: block;
}

.editor .pic1 {
    margin: 50px 40px 0 55px;
    float: left;
}

.editor .pic2 {
    margin: 110px 0 0 0;
}


/********************團隊*******************************/

.team-list {
    margin: 0 -10px;
}

.team-list li {
    width: 33.3%;
    padding: 0 25px;
}

.team-list .pic {
    max-height: 380px;
}

.team-list dl {
    max-width: 325px;
    background: #F7F7F7;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0;
    margin-bottom: 55px;
}

.team-list .title {
    color: #1F1F1F;
    font-size: 18px;
    font-weight: bold;
}

.team-list .title span:before {
    content: '';
    border-left: 1px solid #AAAAAA;
    height: 14px;
    display: inline-block;
    margin: 0 10px;
}

.team-list .name {
    font-size: 15px;
    color: #777777;
}

.team-list li .pic {
    position: relative;
}
/********************團隊詳細*******************************/
.term-top{
    max-width: 1096px;
    margin: 0 auto;
}
.term-top .slide_photo{
    border: 1px solid #DDDDDD;
    padding: 10px;
    background: #FFF;
    float: left;
    max-width: 455px;
}
.term-top:after{
    content: '';
    display: block;
    clear: both;
}
.term-top .slide_right{
    float: left;
    margin-left: 85px;
    max-width: 534px;
}
.term-top .name{
    font-size: 30px;
    font-weight: bold;
    color: #240059;
    position: relative;
}
.term-top .name:before{
    content: '';
    display: inline-block;
    background: url(../images/about/team_icon.png)0px center no-repeat;
    width: 26px;
    height: 20px;
    margin-right: 15px;
}
.term-top .title{
    font-size: 18px;
    color: #6C6C6C;
    padding-top: 11px;
    padding-left: 25px;
    font-weight: bold;
}
.term-top .con_title{
    font-size: 16px;
    color: #746393;
    font-weight: bold;
    margin-bottom: 20px;
}
.term-top .con_title span{
    font-size: 14px;
    margin-left: 15px;
    font-weight: 100;
    padding-bottom: 15px;
    letter-spacing:2px;
}
.term-top .con_title:after{
    content: '';
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    display: block;
}
.term-top .con{
    clear: both;
    padding-top: 65px;
    color: #777777;
    font-size: 14px;
}
@media screen and (max-width: 1220px) {
    .editor .col {
        width: 100%;
    }
    .grid2 > .col,
    .grid2.w62-38 > .col:nth-child(1),
    .grid2.w62-38 > .col:nth-child(2),
    .grid2.w78-22 > .col:nth-child(1),
    .grid2.w78-22 > .col:nth-child(2),
    .col .grid2.w78-22 > .col:nth-child(2) .col {
        float: left;
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 1140px) {
.term-top .slide_photo{
    float: none;
    margin: 0 auto;
}
.term-top .slide_right{
    float: none;
    margin: 15px auto 0 auto;
}
.term-top .name{
    text-align: center;
}
    .term-top .con{
    padding-top: 20px;
}
}

@media screen and (max-width: 840px) {
    .team-list li {
        width: 50%;
    }
}

@media screen and (max-width: 630px) {
    .team-list li {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .term-top .title{
        display: block;
        padding: 0;
    }
    .term-top .con_title{
        text-align: center;
    }
    .term-top .con_title span{
        display: block;
        margin: 0;
    }
}