@charset "utf-8";
/*footer*/
.ic_phone {
    font-size: 20px;
    color: #fff;
    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-5/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-5/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-5/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -60px;
}
.site-info .ic-phone{
    font-size: 20px;
    width: 20px;
    color: #FFF;
    margin-right: 5px;
    position: relative;
    top: 1px;
    display: inline-block;
}
.site-info .ic-envelope{
    font-size: 18px;
    width: 20px;
    color: #FFF;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-fax{
    font-size: 18px;
    width: 20px;
    color: #FFF;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-map-marker{
    font-size: 21px;
    width: 20px;
    color: #FFF;
    margin-right: 5px;
    text-align: center;
    position: relative;
    top: 3px;
    display: inline-block;
}
/*------------ about-editor ------------*/
/*------------ 內頁關於我們 ------------*/
.a_layout{
    position: relative;
    box-sizing: border-box;
    /* max-width: 1280px; */
    margin: auto;
}
.a_layout .a_top {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
}
.a_layout .a_bottom{
    position: relative;
    box-sizing: border-box;
    margin-top: -145px;
}
.a_layout .a_top .a_col{
    position: relative;
    box-sizing: border-box;
    width: 58%;
    padding-right: 0;
}
.a_layout .a_top .a_col:last-of-type{
    padding-left: 25px;
    padding-right: 0;
    width: 42%;
}
.a_layout .a_top .a_col p{
    position: relative;
    box-sizing: border-box;
    color: #545454;
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 1.8;
}
.a_layout .a_bottom .a_col:first-of-type {
    position: relative;
    box-sizing: border-box;
    padding: 40px 50px;
    margin: 40px 0 0;
    background: #EEEEEE;
    color: #545454;
    width: 57%;
}
.a_layout .a_bottom .a_col .a_title{
    position: relative;
    margin: 0 0 30px;
    display: flex;
    align-items: flex-end;
}
.a_layout .a_bottom .a_col .a_title span{
    position: relative;
    color: #159C8F;
    font-size: 50px;
    letter-spacing: 0;
    line-height: 1;
    font-family: 'Roboto',serif;
}
.a_layout .a_bottom .a_col .a_title h2{
    position: relative;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 0;
    background: #fff;
    color: #149B8E;
    border-radius: 30px;
    padding: 5px 15px 5px 50px;
    margin-left: 25px;
    top: -7px;
}
.a_layout .a_bottom .a_col .a_title h2::before{
    content: '';
    position: absolute;
    width: 32px;
    height: 1px;
    background: #159C8F;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
}
.a_layout .a_bottom .a_col:last-of-type{
    position: absolute;
    bottom: 0;
    right: 13%;
}
.a_layout .a_bottom .a_col p{
    position: relative;
    color: #545454;
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 2;
}
@media screen and (max-width: 1280px) {
    .a_layout .a_bottom {
        margin-top: -80px;
    }
    .a_layout .a_bottom .a_col:last-of-type {
        right: 10%;
    }
}
@media screen and (max-width: 1250px) {
    .a_layout .a_bottom {
        margin-top: 0;
    }
    .a_layout .a_bottom .a_col .a_title span {
        font-size: 35px;
    }
    .a_layout .a_bottom .a_col .a_title h2 {
        font-size: 22px;
        top: -4px;
    }
}
@media screen and (max-width: 1150px) {
    .a_layout .a_bottom .a_col:last-of-type {
        right: 0;
    }
}
@media screen and (max-width: 1100px) {
    .a_layout .a_top{
        flex-direction: column-reverse;
    }
    .a_layout .a_top .a_col:last-of-type{
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .a_layout .a_top .a_col:first-of-type{
        width: 100%;
    }
    .a_layout .a_bottom .a_col:first-of-type{
        width: 100%;
        padding: 20px 15px;
        margin: 15px 0 0;
    }
    .a_layout .a_bottom .a_col:last-of-type {
        right: unset;
        position: relative;
        bottom: unset;
        text-align: center;
    }
    .a_layout .a_bottom .a_col .a_title span {
        font-size: 32px;
    }
    .a_layout .a_bottom .a_col .a_title h2 {
        font-size: 22px;
        padding: 8px 20px;
        margin: 0;
    }
    .a_layout .a_bottom .a_col .a_title {
        align-items: center;
        flex-direction: column;
    }
    .a_layout .a_bottom .a_col .a_title span {
        line-height: 1.2;
        margin: 0 0 10px;
    }
    .a_layout .a_bottom .a_col .a_title h2::before{
        display: none;
    }
}
/*------------ 內頁關於我們 ------------*/
/*------------ 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;
    position: relative;
}
.contact-editor .col + .col:before{
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: #D1D1CF;
}
.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: #159C8F;
    text-decoration: underline;
}
.info-icon-box{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #159C8F;
    color: #FFF;
}
.contact-info-txt .info-icon-box [class^="ic-"] {
    font-size: 18px;
}
/*------------ 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: #159C8F;
    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;
    }
    .contact-editor .col {
        padding: 15px 0;
    }
    .contact-map iframe {
        border: 5px solid#fff;
        height: 200px;
        margin: 0px;
    }
    .contact-editor .col + .col:before {
        height: 1px;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .terms-editor .row {
        margin: 0;
    }
    .terms-editor .col {
        padding: 0;
        width: 100%;
    }
    .contact-map {
        height: 200px;
    }
}