/*********** 前後台編輯器區塊共用的CSS設定 ***********/
.about-editor .row {
    position: relative;
}
.about-editor .row:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}
.about-editor .col {
    padding: 0 10px;
    float: left;
    width: 50%;
}
.about-editor .col3 {
    padding: 0 30px;
    float: left;
    width: 100%;
    line-height: 1.9;
}
.about-editor .col4 {
    padding: 0 10px;
    float: left;
    width: 45%;
}
.about-editor .col5 {
    padding: 0 10px;
    float: left;
    width: 55%;
}
.about-editor .row img{
    margin:0;
}
.about_ul{
    list-style-type: none;
    padding-left: 0;
}
.about_ul li{
    height: auto;
    overflow: hidden;
    padding: 5px 0;
    border-bottom: solid 1px #DDDDDD;
    display: flex;
}
.about_ul li time{
    min-width: 103px;
}
.about_ul li time:after{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin:-2px 8px;
    vertical-align: middle;
    position: relative;
    background: url('../../images/common/about/ic.png') no-repeat;
}
.about_ul li .txt{
}
.about-editor .row_{
    display: flex;
    align-items: flex-end;
}
.about-editor .row_ .col_{
    padding:0 5px;
}
.service-editor .row {
    margin: 0 -12px;
}
.service-editor .col {
    padding: 0 12px;
    float: left;
}
.service-editor .col1 {
    width: 100%;
}
.service-editor .col2 {
    width: 100%;
}
.service-pic-group {
    text-align: center;
}
.service-pic-group .row {
    margin: 0 -5px;
}
.service-pic-group .col {
    width: 100%;
    padding: 5px;
}
.products-editor-pic {
    float: right;
    width: 400px;
    margin: 0 0 10px 30px;
}
.contact-editor {
    padding: 0 2%;
}
.contact-editor .col {
    float: left;
    padding: 0 2%;
}
.contact-editor .col1 {
    width: 48%;
}
.contact-editor .col2 {
    width: 52%;
}
.contact-map {
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
    border: 8px solid #fff;
}
.contact-map iframe {
    display: block;
    max-height: 100%;
}
.contact-info-list {
    color: #555;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.contact-info-list li {
    position: relative;
    padding: 2px 0 2px 40px;
    margin: 8px 0;
    line-height: 25px;
}
.contact-info-list li:before {
    content: '';
    display: inline-block;
    background: url('../../images/common/contact/info_ic.png') no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
}
.contact-info-list li.tel:before  { background-position: 0 0; }
.contact-info-list li.mail:before { background-position: 0 50%; }
.contact-info-list li.addr:before { background-position: 0 100%; }
.contact-info-list a:hover {
    text-decoration: underline;
}
.editor-title {
    color: #347A38;
    font-size: 18px;
    margin: 0 0 0.83em;
    padding-left:10px; 
    border-left:3px solid #347A38;
}
.terms-title {
    color: #026DAA;
    font-size: 16px;
    border-left:3px solid #026DAA;
    padding-left: 10px;
}
.terms-editor .row {
    margin: 0 -3%;
}
.terms-editor .col {
    width: 98%;
    padding: 0 3%;
    margin:0 auto;
}
@media screen and (max-width: 1000px) {
    .about-editor .row_{
        display: block;
    }
    .about-editor .row_ .col_{
        text-align: center;
        margin-bottom: 20px;
    }
    .service-editor > .row > .col {
        width: 100%;
    }
    .service-editor > .row > .col+.col {
        margin-top: 1.8em;
    }
    .contact-editor {
        padding: 0 2%;
    }
    .contact-editor .col {
        width: 100%;
        padding: 0;
    }
    .contact-map {
        height: 300px;
        margin-bottom: 1.8em;
    }
    .terms-editor .col {
        width: 100%;
    }
    .terms-editor .col + .col {
        margin-top: 1.8em;
    }
}
@media screen and (max-width: 767px) {
    .about-editor .row:before {
        display: none;
    }
    .about-editor .col {
        width: 100%;
    }
    .products-editor-pic {
        float: none;
        width: auto;
        text-align: center;
    }
}
@media screen and (max-width: 600px) {
    .contact-map {
        height: 200px;
    }
}