@charset "utf-8";

/*------------ 關於我們內頁 ------------*/

.a_layout .img{
    z-index:0;
    position:relative;
}

.a_layout .txt{
    background:rgb(248 248 248 / 0.9);
    width:95%;
    margin:-170px auto 0;
    z-index: 0;
    position:relative;
    box-sizing:border-box;
    padding: 28px 80px 100px;
}


.a_layout .title1{
    font-size: 50px;
    color: #285b85;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
}

.a_layout .title1 span:before {
    content: '';
    width: 74px;
    height: 1px;
    background: rgb(105, 105, 105);
    position: relative;
    display: inline-block;
    top: -7px;
    left: calc(0% - 9px);
    margin-left: 5px;}


.a_layout .title1 span{
    font-size:20px;
    color:#335874;
    font-weight: 700;
}

.a_layout .title3{
    position: relative;
    font-size: 20px;
    color: #3055b7;
    margin: 10px 0 20px;
    font-weight: 700;
}

.a_layout .txt_1{
    letter-spacing: 1px;
    line-height: 2;
}


.a_layout .txt_1 span{
    color: #494f81;
    position: relative;
    font-weight: 700;
}

.a_layout .txt_1 span::before {
    content: '';
    position: absolute;
    width: calc(100% + 5px);
    height: 10px;
    background: #E7EDF2;
    bottom: -4px;
    left: -5px;
    z-index: -1;
}


/* rwd */

@media screen and (max-width: 600px) {
    .a_layout .txt {
        padding: 28px 44px 100px;
    }

    .a_layout .title1 {
        font-size: 35px;
        color: #285b85;
        font-family: 'DM Sans', sans-serif;
        font-weight: 600;
        text-align: center;
    }
    
    .a_layout .title1 span {
        display: block;
    }
    
    .a_layout .title1 span:before{
        display: none;
    }

    .a_layout .txt{
        margin:-30px auto 0;
    }

}




/*------------ 關於我們內頁 ------------*/

/*------------ service-editor ------------*/
.s_title{
    color: #FFFFFF;
    margin-bottom: 15px;
}
.s_txt{
    color: #ACACAC;
    margin-bottom: 40px;
}
.s_txt:last-child{
    margin-bottom: 0px;
}
.service-editor .row_{
    margin-bottom: 40px;
}
.service-editor .row_ .col1{
    width: 40%;
}
.service-editor .row_ .col2{
    width: 60%;
    padding:0px 30px;
}
/*------------ contact-editor ------------*/
.contact-editor .col{
    float: left;
}
.contact-editor .col + .col{
    margin: 0 0 0 25px;
}
.contact-editor i{
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
    background: #e61035;
    border-radius: 10px;
    color: #fff;
    line-height: 30px;
    position: relative;
    margin: 0 20px 0 0;
}
.contact-editor i:before{
    transform: rotate(45deg);
    display: inline-block;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-editor .tel i:before{
    content: "\e1005";
}
.contact-editor .mail i:before{
    content: "\e1003";
}
.contact-editor .add i:before{
    content: "\e1001";
}
.contact-editor .col a,
.contact-editor .col span{
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: middle;
}
/*------------ video-editor ------------*/
.video-editor .pic{
    float: left;
    margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
}
.terms-editor .title{
    font-size: 17px;
    color: #EB4130;
    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: 960px){
    .contact-editor .col + .col{
        margin: 25px 0 0 0;
    }
    .contact-editor .col{
        float: none;
    }
}
@media screen and (max-width: 1100px){
    .row_{
        display: block;
    }
    .about-editor .row_1 .col{
        margin-bottom: 20px;
    }
    .about-editor .row_1{
        margin-bottom: 40px;
    }
    .about-editor .row_2{
        margin-top: 20px;
    }
    .about-editor .row_2 .col1:after{
        display: none;
    }
    .about-editor .row_2 .col,.about-editor .row_3 .col{
        margin-bottom: 20px;
    }
    .about-editor .row_2 .txt_box,.about-editor .row_3 .txt_box{
        padding:0px;
        border:none;
        margin-right: 0px;
        margin-left: 0;
        margin-top: 0;
    }
    .about-editor .row_2 .col2{
        text-align: left;
    }
    .index-about-editor{
        padding: 0;
        height: auto;
    }
    .service-editor .row_ .col2,.service-editor .row_ .col1{
        width: 100%;
        margin-bottom: 20px;
    }
    .service-editor .row_ .col2{
        padding: 0
    }
    .contact-editor i{
        text-indent: 0px;
        line-height: 35px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
