/*********** 前後台編輯器區塊共用的CSS設定 ***********/

.about-editor .row {
    position: relative;
    margin: 0 -30px;
}
.about-editor .row:before {
    content: '';
    display: block;
    border-left: 1px solid #ddd;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}
.about-editor .col {
    padding: 0 30px;
    float: left;
    width: 50%;
}
.aboutL{
    width: calc(100% - 395px);
    display: inline-block;
    vertical-align: top;
    padding-right: 43px;
    box-sizing: border-box;
}
.color1{
    font-size: 24px;
    font-weight: bold;
    color: #2163C4;
    font-family: 'Quicksand', '微軟正黑體';
}
.slogn{
    line-height: 30px;
}
.color2{
    color: #3972B7;
    font-size: 24px;
    font-weight: bold;
}
.aboutR{
    width: 389px;
    display: inline-block;
    vertical-align: top;
}
.about_slogan {
    margin-top: 6%;
}
.about_txt{
	line-height:1.6;
}
.sloganB {
    text-align: right;
    font-size: 60px;
    color: #3972B7;
    line-height: 63px;
}
.sloganS {
    text-align: right;
    font-size: 40px;
    color: #3972B7;
    line-height: 62px;
}
.service-editor h3{
    display: inline-block;
    background-image: url(/images/common/index/service_icL.png), url(/images/common/index/service_icR.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    padding: 0 25px;
    font-size: 24px;
    font-weight: 600;
}
.service-editor .row {
    margin: 0 -12px;
}
.service-editor .col {
    padding: 0 12px;
    float: left;
}
.service-editor .col1 {
    width: 49%;
}
.service-editor .col2 {
    width: 51%;
}
.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;
}





.contact-info-list2 {
    color: #FFF;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.contact-info-list2 li {
    position: relative;
    padding: 2px 0 2px 40px;
    margin: 8px 0;
    line-height: 25px;
}
.contact-info-list2 li:before {
    content: '';
    display: inline-block;
    background: url('../../images/common/contact/info_ic2.png') no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
}
.contact-info-list2 li.fax:before  { background-position: 0 0; }
.contact-info-list2 li.tel:before  { background-position: 0 33%; }
.contact-info-list2 li.mail:before { background-position: 0 66%; }
.contact-info-list2 li.addr:before { background-position: 0 100%; }
.contact-info-list2 a:hover {
    text-decoration: underline;
}








.editor-title {
    color: #197292;
    font-size: 18px;
    margin: 0 0 0.83em;
}
.terms-title {
    color:#3972B7;
    font-size: 18px;
}
.terms-editor .row {
    margin: 0 -3%;
}
.terms-editor .col {
    float: left;
    width: 50%;
    padding: 0 3%;
}

@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;
    }
}
@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: 1100px) {
    .sloganB{
        font-size: 55px;
    }
}
@media screen and (max-width: 650px) {
    .sloganB{
        font-size: 37px;
         line-height: 45px;
    }
    .sloganS{
        font-size: 25px;
        line-height: 35px;
    }
}
@media screen and (max-width: 600px) {
    .contact-map {
        height: 200px;
    }
}
@media (min-width: 1101px) and (max-width: 1400px){
    .sloganB {
        font-size: 49px;
    }
}
@media (min-width: 801px) and (max-width: 1100px){
    .aboutL {
        width: calc(100% - 360px);
        padding-right: 25px;
    }
    .aboutR {
        width: 355px;
    }
}
@media (max-width: 800px){
    .aboutL{
        width: 100%;
        padding-right: 0;
    }
    .aboutR{
        width: 100%;
        margin-top: 25px;
        text-align: center;
    }
}