@charset "utf-8";
/*------------ about-editor ------------*/
.a_layout{
    position: relative;
    display: flex;
    flex-direction: column;
}
.a_layout .a_pic {
    position: absolute;
    display: block;
    right: 90px;
    top: 15px;
    z-index: 2;
}
.a_layout .a_txt {
    width: 100%;
    height: auto;
    background: #EEEFF2;
    color: #464646;
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 2;
    font-weight: normal;
    box-sizing: border-box;
    margin: 80px 0 0 0;
    padding: 80px 90px 80px;
    z-index: 1;
}
.a_layout .a_txt .a_title{
    position: relative;
    text-align: left;
    margin: 0 0 0px;
    line-height: 1.15;
}
.a_layout .a_txt .a_title span{
    font-family: "Rubik", sans-serif;
    color: #111955;
    font-size: 54px;
    font-weight: 500;
    letter-spacing: 0.03em;
}
.a_layout .a_txt .a_title h2{
    font-family: "Noto Sans TC", sans-serif;
    color: #121212;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 0;
    margin: 0;
}
.a_layout .a_txt .a_title::after {
    content: '';
    position: relative;
    display: block;
    width: 50px;
    height: 4px;
    background: #111955;
    margin:25px 0 ;
}
.a_layout .a_txt h4{
    color: #212121;
    font-size: 22px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    font-weight: 500;
    margin: 0 0 40px;
}
@media screen and (max-width: 1440px){
    .a_layout .a_txt {
        padding: 80px 60px 80px;
    }
    .a_layout .a_pic{
        right: 60px;
    }
}
@media screen and (max-width: 1280px){
    .a_layout .a_pic{
        position: relative;
        right: 0;
        left: 0;
        top:0;
        margin:  0 auto;
    }
    .a_layout .a_txt{
        margin: -180px auto 0;
        padding: 220px 100px 70px;
    }
    .a_layout .a_txt .a_title{
        text-align: center;
    }
    .a_layout .a_txt .a_title::after{
        left: 0;
        right: 0;
        margin: 25px auto;
    }
    .a_layout .a_txt h4{
        text-align: center;
        margin: 0 0 20px;
    }
}
@media screen and (max-width: 1000px){
    .a_layout .a_txt .a_title{
        margin: 0 auto 20px;
    }
    .a_layout .a_txt .a_title span{
        font-size: 42px;
        letter-spacing: 0.015em;
    }
    .a_layout .a_txt .a_title h2{
        font-size: 25px;
    }
    .a_layout .a_txt .a_title::after {
        left: 0;
        right: 0;
        margin: 20px auto;
        width: 45px;
        height: 4px;
    }
    .a_layout .a_txt {
        font-size: 15px;
    }
    .a_layout .a_pic{
        max-width: 500px;
        margin: 0 auto;
    }
    .a_layout .a_txt h4 {
        text-align: center;
        font-size: 20px;
        margin: 0 0 15px;
    }
}
@media screen and (max-width: 650px){
    .a_layout .a_pic{
        width: 80%;
    }
    .a_layout .a_txt {
        margin: -90px auto 0;
        padding: 110px 35px 50px;
    }
}
/*------------ service-editor ------------*/

@media(max-width:1000px){

}
/*------------ 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;
    color: #fff;
    line-height: 30px;
    position: relative;
    margin: 0 20px 0 0;
    z-index: 0;
}
.contact-editor i:after{
    content: '';
    background: #555A7E;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: rotate(45deg); 
}
.contact-editor i:before{
    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: "\ff001";
}
.contact-editor .fax i:before{
    content: "\ff002";
}
.contact-editor .mail i:before{
    content: "\ff003";
}
.contact-editor .add i:before{
    content: "\ff004";
    font-size: 18px;
    position: relative;
    top: 2px;
}
.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: #111955;
    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){

}
@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){
    .contact-editor i{
        text-indent: 0px;
        line-height: 30px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
