/*********** 前後台編輯器區塊共用的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: #9685CF;
    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 #9685CF;
    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;
    }
}
