
/*********** 前後台編輯器區塊共用的CSS設定 ***********/
.index_about_t1{
    font-weight: bold;
    color: #006000;
    font-size: 20px;
    line-height: 1.2;
}
.index_about_t2{
    color: #609965;
     font-weight: bold;
     font-size: 20px;
      line-height: 1.2;
      margin-bottom: 20px;
}
.index_service_t1{
    color: #191919;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.index_service_t2{
    color: #69666B;
    font-size: 16px;
    font-weight: bold;
    /*text-shadow: 0 0 5px rgba(128,0,32,.75);*/
}
.about_t1{
    color: #84C1FF;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
    letter-spacing: 0;
}
.about_t2 {
    font-size: 30px;
    margin-bottom: 30px;
     line-height: 1.4;
        letter-spacing: 4.4px;
}
.about_t2 span{
    display: inline-block;
    margin-right: 30px;
    color: #191919;
    
}
.about_t2 b{
    color: #1E84E4;
}
.sub_t{
    color: #7E5401;
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}
.about-editor ol{
   margin: 5px auto;
}
.about-editor .row {
    position: relative;
    display: flex;
}

.about-editor .col {
    box-sizing: border-box;
   
}
.about-editor .col.col1{
    flex-basis: 65%;
    padding: 0 70px 0 40px;

}
.about-editor .col.col2{
    flex-basis: 35%;
}
.service_t1{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #84C1FF;

}
.service_t1 span{
    color: #1E84E4;
}
.service_t2{
    color: #191919;
    font-size: 30px;
    letter-spacing: 5px;
}
.service_t3{
    color: #191919;
    font-size: 17px;
    font-weight: bold;
    margin-top: 30px;
    letter-spacing: 0

}
.service_bg{
       padding: 30px 24px 30px 60px;
    background: url(../../images/common/about/pic_4.jpg) top left no-repeat;
}
.service_box{
        box-shadow:0px 0px 30px rgba(0,0,0,.15);
    background: #fff url(../../images/common/about/pic_3.png) 40px 100%  no-repeat;
    border-radius: 60px;
    padding:70px 55px 60px  115px ;
}
.service-editor .row {
    display: flex;
}
.service-editor .col {
    padding: 0 5px;
}
.service-editor .col1 {
    flex-basis: 52%;
}
.service-editor .col2 {
    flex-basis: 48%;
}
.service-pic-group {
    text-align: center;
}
.service-pic-group .row {
    margin: 0 -5px;
}
.service-pic-group .col {
    width: 33.33%;
    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: #197292;
    font-size: 18px;
    margin: 0 0 0.83em;
}
.terms-title {
    color: #006000;
    font-size: 17px;
}
.terms-editor .row {
    margin: 0 -3%;
}
.terms-editor .col {
    float: left;
    width: 50%;
    padding: 0 3%;
}
@media screen and (max-width: 1200px) {
    .service_box{
        padding: 30px 20px
    }
}
@media screen and (max-width: 1000px) {
    .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;
    }
    .about-editor .row {
        display: block;

    }
     .about-editor .row .col1{
        padding: 0px;
        margin-bottom: 10px;
     }
     .about_t1{
        font-size: 24px;
     }
     .about_t2{
        font-size: 20px;
        letter-spacing: 1px;
     }
     .about_t2 b{
        display: block;
     }
     .service-editor .row {
        display: block;
     }
     .service-editor .row .col{
        margin-bottom: 10px;
     }
     .service_t1{
        font-size: 28px;
        line-height: 1.4;
        letter-spacing: 1px;
     }
     .service_t2{
        font-size: 18px;
        letter-spacing: 1px;
     }
     .service_box{
        background: #fff;
        border-radius: 15px;
     }
}
@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;
    }
    .service_bg{
        padding:20px;
    }
    .service_box{
        padding:20px 10px
    }
}
@media screen and (max-width: 600px) {
    .contact-map {
        height: 200px;
    }
}