@charset "utf-8";
/*------------ 服務項目首頁 ------------*/
.row {
    display: flex;
    justify-content: center;
    align-content: center;
}
.row.ed {
    justify-content: space-between;
}
.col.eds {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.row.ed .col.c1 {
    width: 600px;
    margin: 155px 50px 0 0;
}
.row.ed .col.c1 .txt,
.row.ed .col.c1 .txt h3 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 151px;
    line-height: 1.5;
    letter-spacing: 0px;
}
.row.ed .col.c1 .txt h3 {
    -webkit-line-clamp: 2;
    height: 50px;
}
.row .col.c2 {
    width: calc(100% - 700px);
}
.col.eds .ed_box {
    width: calc(100% / 4);
    display: initial;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 10px;
}
.col.eds .ed_box .name {
    color: #878787;
    font-size: 14px;
    text-align: center;
    line-height: normal;
    letter-spacing: 0;
    margin: 10px auto 0;
}
@media screen and (max-width: 1250px) {
    .row.ed .col.c1 {
        width: 500px;
    }
    .row .col.c2 {
        width: calc(100% - 500px);
    }
}
@media screen and (max-width: 1000px) {
    .row {
        flex-direction: column;
    }
    .row.ed .col.c1 .txt,
    .row.ed .col.c1 .txt h3 {
        height: auto;
        display: block;
        overflow: inherit;
    }
    .row.ed .col.c1 {
        margin-bottom: 50px;
    }
    .row.ed .col.c1 {
        
        width: 100%;
        margin: auto;margin-right: 0;
        padding-bottom: 20px;
    }
    .row.ed .col.c2 {
        width: 100%;
    }
}
/*------------ 服務項目首頁 ------------*/
/*------------ 關於我們內頁 ------------*/
.ab_sect .r1,
.ab_sect .r2 {
    box-sizing: border-box;
    margin: 0 0 60px;
    position: relative;
    letter-spacing: 1.5px;
    font-size: 14px;
}
.ab_sect .r2 {
    box-sizing: border-box;
    padding: 60px 0;
    position: relative;
    letter-spacing: 1.5px;
    font-size: 14px;
    margin: 0;
}
.ab_sect .r1 .about_pic_bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    /* object-fit: contain; */
    object-position: top;
    /* height: 100%!important; */
}
.ab_sect .r1 .col1 {
    background: #fff;
    width: 45%;
    box-sizing: border-box;
    padding: 20px 50px;
    margin: 0 0 0 auto;
    position: relative;
    top: 32px;
    right: 50px;
    border-radius: 0 0 30px 30px;
}
.ab_sect .r1 .col1:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0;
    width: 10px;
    height: 524px;
    background: #739D2E;
}
.ab_sect .r1 h3 {
    color: #134324;
    font-size: 30px;
    line-height: 1.2;
    margin: 14px 0 20px;
    padding: 0 0 20px;
    position: relative;
    letter-spacing: 0;
}
.ab_sect .r1 h3:after {
    content: "";
    display: block;
    background: #739D2E;
    width: 65px;
    height: 1px;
    position: absolute;
    left: 0px;
    visibility: inherit;
    bottom: 0px;
}
.ab_sect .r1 h3 span {
    color: #729D2C;
}
.ab_sect .r1 h4 {
    color: #333333;
    font-size: 18px;
    margin: 14px 0 30px;
    line-height: 1.3;
    letter-spacing: 0;
}
.ab_sect .r1 p {
    color: #525252;
    line-height: 1.5;
    letter-spacing: 0;
}
.ab_sect .r2 {
    display: flex;
    justify-content: center;
    align-content: center;
}
.ab_sect .r2 .col1 {
    width: calc(100% - 445px);
}
.ab_sect .r2 .col2 {
    margin-left: 40px;
    width: calc(100% - 513px);
}
.ab_sect .r2 h4 {
    color: #333333;
    font-size: 18px;
    margin: 0 0 20px;
    width: auto;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    letter-spacing: 0;
}
.ab_sect .r2 h4:before {
    content: '';
    display: block;
    width: 8px;
    height: 20px;
    background: #739D2E;
    margin-right: 15px;
}
.ab_sect .r2 p {
    margin: 0px 0 20px 25px;
    letter-spacing: 0;
    color: #525252;
    line-height: 1.5;
}
.ab_sect .col.eds {
    margin-top: 0;
}
@media screen and (max-width: 1440px) {
    .ab_sect .r1 .about_pic_bg {
        position: static;
        height: auto;
        width: 100%;
        padding: 0;
    }
    .ab_sect .r1 .col1 {
        background: #fff;
        width: 100%;
        border: 1px solid #ccc;
        box-sizing: border-box;
        padding: 10px 30px 30px;
        margin: 0;
        position: relative;
        right: auto;
        /* margin: 0 0 115px; */
    }
    .ab_sect .r1 {
        margin: 0;
    }
    .ab_sect .r1 .col1:after {
        display: none;
    }
    .ab_sect .r2 {
        display: block;
    }
    .ab_sect .r2 .col1 {
        width: 100%;
    }
    .ab_sect .r2 .col2 {
        margin: 20px auto;
        width: auto;
    }
}
@media screen and (max-width: 1000px) {
    .col.eds .ed_box {
        width: calc(100% / 2);
    }
}
/*------------ 關於我們內頁 ------------*/
/*footer*/
.ic_phone {
    font-size: 20px;
    color: rgba(255, 255, 255, .7);
    margin: -9px 15px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.ic_phone:before {
    content: "\e1050";
    font-family: 'icon-font2' !important;
}
.ic_mail {
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -20px;
}
.ic_fax {
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -40px;
}
.ic_add {
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -60px;
}
/*------------ about-editor ------------*/
/*------------ about-editor ------------*/
.about-editor .title {
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.2;
}
.about-editor td {
    vertical-align: top;
}
.about-editor .pic2 {
    padding: 0 0 0 40px;
    width: 424px;
    position: relative;
    top: 0px;
}
/*------------ service-editor ------------*/
/*------------ contact-editor ------------*/
.contact-map iframe {
    border: 10px solid#fff;
    width: 100%;
    box-sizing: border-box;
    height: 300px;
    margin: 0px 0 20px;
}
.contact-editor {
    text-align: center;
    margin: 5px 0;
}
.contact-editor .row {
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 0;
}
.contact-editor .col {
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
    border-width: 0 1px 0 1px;
    border-color: #D1D1CF #D1D1CF #eee #eee;
    border-style: solid;
}
.contact-editor .col1 {
    border-width: 0 1px 0 0;
}
.contact-editor .col3 {
    border-width: 0 0 0 1px;
}
.contact-info-txt {
    max-width: 200px;
    margin: 0 auto;
}
.contact-info-txt .img-ic {
    display: inline-block;
    margin-bottom: 20px;
}
.contact-info-txt a:hover {
    color: #B20000;
    text-decoration: underline;
}
.contact-info-txt i {
    font-size: 22px;
    color: #ffffff;
    background: #739d2f;
    padding: 10px;
    border-radius: 23px;
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
}
.contact-info-txt i:before {
    font-family: 'icon-font2' !important;
}
.contact-info-txt .ic-locat:before {
    content: "\e1026";
}
.contact-info-txt .ic-tel:before {
    content: "\e1050";
}
.contact-info-txt .ic-mail:before {
    content: "\e1034";
}
.contact-info-txt .ic-mail {
    font-size: 16px;
    line-height: 23px;
}
/*------------ video-editor ------------*/
.video-editor .pic {
    float: left;
    margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor {
    font-size: 15px;
    line-height: 2;
    /*max-width: 1045px;*/
    margin: 0 auto;
}
.terms-editor .title:before {
    content: '/';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px;
}
.terms-editor .title {
    color: #739d2f;
    font-size: 16px;
    margin: 0;
}
.terms-editor p {
    text-indent: 0em;
    margin: 0 0 50px;
}
.terms-editor .row {
    margin: 0 -27px;
}
.terms-editor .col {
    padding: 0 27px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}
/*------------ index-editor ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1280px) {
    .about-editor .row_2 .txt_box {
        padding: 50px 90px 50px 50px;
    }
}
@media screen and (max-width: 1000px) {
    .about-editor .tb01 td,
    .about-editor .tb02 td,
    .service-table td,
    .service-table .pic {
        width: 100%;
        float: left;
        padding: 0;
        box-sizing: border-box;
    }
    .about-editor .pic2 {
        top: 0;
    }
    .contact-editor .row,
    .contact-editor .col {
        display: block;
        width: auto;
        border-width: 1px 0;
    }
    .contact-editor .col {
        border-width: 1px 0;
        padding: 15px 0;
    }
    .contact-editor .col1 {
        border-width: 0 0 1px;
    }
    .contact-editor .col3 {
        border-width: 1px 0 0;
    }
    .contact-editor .col {
        border-color: #D1D1CF #D1D1CF #eee #eee;
    }
    .contact-map iframe {
        border: 5px solid#fff;
        height: 200px;
        margin: 0px;
    }
}
@media screen and (max-width: 767px) {
    .terms-editor .row {
        margin: 0;
    }
    .terms-editor .col {
        padding: 0;
        width: 100%;
    }
    .contact-map {
        height: 200px;
    }
}