/*------------ 關於我們內頁 ------------*/
.layout .col2_1,
.layout .col2_2{
    
display: flex;   
flex-direction: row;

}

.layout .col2_1 .img{
    margin-top:-90px;
}

.layout .col2_1 .txt{
    width:100%
    }

.layout .txt{
    box-sizing: border-box;
    width:50%;
    padding:10px 50px;
    font-size:15px;
    color:#666;
}

@media screen and (max-width: 1400px){
    
.layout .col2_1,
.layout .col2_2{
    
display: flex;   
flex-direction: column;

}
.layout .col2_1 .img{
   display:none;
}
.layout .txt{
    box-sizing: border-box;
    width:100%;
    padding:0px 0px;
    font-size:15px;
    color:#666;
}
.layout .col2_2 .img{
    margin-top:10px;
}    
}

/*------------ 關於我們內頁 ------------*/


/*********** 前後台編輯器區塊共用的CSS設定 ***********/
.terms-title{
    color: #9685CF;
    font-size: 16px;
    margin: 0.5em 0;
    position: relative;
    padding-left: 18px;
}
.editor-grid {
    margin: 0 -20px;
    position: relative;
}
.editor-grid .col {
    float: left;
    padding: 0 20px;
}
.editor-grid.x2 .col {
    width: 50%;
}
.editor-grid.about-layout .col1 {
    width: 67%;
}
.editor-grid.about-layout .col2 {
    width: 33%;
}
.editor-grid.service-layout:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    border-left: 1px dotted #ccc;
    margin-left: -10px;
}
.editor-grid.service-layout .col {
    padding: 0 40px;
}
.news-layout .row:after{
    content: '';
    display: block;
    clear: both;
}
h2.terms-title,
h2.service-title {
    color: #c49681;
    font-size: 16px;
    margin: 0.5em 0;
    position: relative;
    padding-left: 18px;
}
h2.service-title {
    padding-left: 0;
}
h2.terms-title:before,
h2.service-title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 2px;
    border: 3px solid #c49681;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 8px;
}
h2.service-title:before {
    left: -18px;
}


@media screen and (max-width: 1000px) {
.editor-grid {
    margin: 0px;
    position: relative;
}

}
@media screen and (max-width: 767px) {
    .editor-grid.row .col {
        float: none;
        width: auto;
    }
    .editor-grid.row .col + .col {
        margin-top: 1.7em;
    }
    .editor-grid.service-layout:before {
        display: none;
    }
    .editor-grid.service-layout .col {
        padding-right: 20px;
    }
}
