/*********** 前後台編輯器區塊共用的CSS設定 ***********/
.index-contact-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: left;
    display: inline-block;
}
.index-contact-list li {
    position: relative;
    padding-left: 12px;
}
.index-contact-list li + li {
    margin-top: 5px;
}
.index-contact-list li:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #50A5A9;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
.index-contact-list li a:hover {
    text-decoration: underline;
}

.about-editor{
    font-size: 18px;
    color: #444444;
    line-height: 1.8;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.about-editor .col1{
    float: left;
    width: 60%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding-right: 15px;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
}
.about-editor .col2{
    float: right;
    width: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.about-editor .col2 .pic{
    position: relative;
    z-index: 3;
    top: -190px;
}
.about-editor .about-name{
    border-bottom: solid 1px #CCCCCC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 40px;
    padding-bottom: 12px;
    text-align: left;
}
.about-editor .about-name .pic{
    text-align: left;
}

.terms-title {
    color: #EA572A;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 5px;
}
.editor-title {
    color: #EA572A;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px;
}
.editor-title2 {
    color: #4AB080;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
.editor-grid .row {
    margin: 0 -20px;
}
.editor-grid .col {
    padding: 0 20px;
    float: left;
}
.editor-grid.x3 .col {
    width: 33.33%;
}
.editor-grid.x2 .col {
    width: 50%;
}

@media screen and (max-width: 1200px) {
	.editor-grid.x2 .col,
	.editor-grid.x3 .col {
        width: 100%;
    }
    .editor-grid.x3 .col + .col {
        margin-top: 1.7em;
    }
}

@media screen and (max-width:960px){
    .about-editor .col2 .pic{
        top: -120px;
    }
}
@media screen and (max-width:900px){
    .about-editor .col1,
    .about-editor .col2{
        float: none;
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
    }
    .about-editor  .txt{
        padding: 10px;
    }
    .about-editor .name{
        left: inherit;
    }
    .about-editor .col2 .pic{
        top: inherit;
    }
}
    
    