/*********** 前後台編輯器區塊共用的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: #F97D02;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
.index-contact-list li a:hover {
    text-decoration: underline;
}
.about-editor .row {
    margin: 0 -5px;
}
.about-editor .col {
    float: left;
    padding: 0 5px;
}
.about-editor .col1 {
    width: 56%;
}
.about-editor .col2 {
    width: 44%;
    text-align: center;
}
.terms-title {
    color: #F89601;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 5px;
}
.editor-title {
    color: #FF5B2C;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px;
}
.editor-title2 {
    color: #02A0B8;
    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%;
}
.service-list {
    padding: 0;
    margin: 0 -5px;
    list-style-type: none;
}
.service-list .item {
    float: left;
    width: 20%;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.service-list .item:nth-child(5n+1) {
    clear: left;
}
.service-list.x2 .item {
    width: 50%;
}
.service-list.x2 .item:nth-child(5n+1) {
    clear: none;
}
.service-list.x2 .item:nth-child(2n+1) {
    clear: left;
}
.service-list .box {
    position: relative;
    background: #FEEFC0;
    margin: 20px 0 40px;
    padding: 15px 20px;
}
.service-list .box:before,
.service-list .box:after {
    content: '';
    display: block;
    background: 50% 0 repeat-x;
    position: absolute;
    left: 0;
    right: 0;
    height: 20px;
}
.service-list .box:before {
    background-image: url('../../images/common/service/bg_t.png');
    top: -20px;
}
.service-list .box:after {
    background-image: url('../../images/common/service/bg_b.png');
    bottom: -20px;
}
.service-list .pic{
    max-width: 67px;
    margin: auto;
}
.service-list .name {
    color: #008B9F;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: url('../../images/common/border_dot2_h.png') 0 100% repeat-x;
    padding: 5px 0;
    margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
    .about-editor .col,
    .editor-grid.x3 .col {
        width: 100%;
    }
    .about-editor .col + .col,
    .editor-grid.x3 .col + .col {
        margin-top: 1.7em;
    }
    .service-list .item {
        width: 25%;
    }
    .service-list .item:nth-child(5n+1) {
        clear: none;
    }
    .service-list .item:nth-child(4n+1) {
        clear: left;
    }
}
@media screen and (max-width: 900px) {
    .service-list .item {
        width: 33.33%;
    }
    .service-list .item:nth-child(4n+1) {
        clear: none;
    }
    .service-list .item:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 700px) {
    .service-list .item {
        width: 50%;
    }
    .service-list .item:nth-child(3n+1) {
        clear: none;
    }
    .service-list .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 470px) {
    .service-list .item,
    .service-list.x2 .item {
        width: 100%;
    }
    .service-list .item:nth-child(n),
    .service-list.x2 .item:nth-child(n) {
        clear: none;
    }
}