@charset "utf-8";
/* 內頁 關於我們 */
.a_layout{
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    color: #666666;
    font-size: 15px;
    letter-spacing: 1.0px;
    line-height: 1.75;
    padding-top: 50px;
}

.a_layout .tag{
    color: #004377;
    font-size: 20px;
    letter-spacing: 3px;
    margin-bottom: 15px;
}
.a_layout .a-1{
    position: relative;
    padding-bottom: 90px;
}
.a_layout .a-1 .col.pic{
    position: relative;
    text-align: left;
}
.a_layout .a-1 .txt{
    position: absolute;
    width: 495px;
    right: 0px;
    top: 100px;
    background: #004377;
    box-shadow: 0px 0px 10px 0px #00000017;
    box-sizing: border-box;
    padding: 50px 50px 60px;
    color: rgba(255, 255, 255, 0.9);
}
.a_layout .a-1 .txt .title{
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}
.a_layout .a-1 .txt .title h2{
    margin: 0;
    color: #fff;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 3px;
}

.a_layout .a-1 .txt .title span{
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 20px;
    margin-left: 5px;
    letter-spacing: 2px;
}
.a_layout .a-1  .tag{
    position: absolute;
    top: 35px;
    right: 0;
}

.a_layout .a-2 .row{
    position: relative;
    display: flex;
    align-items: center;
}

.a_layout .a-2 .col.txt{
    width: 60%;
    padding-right: 50px;
}

.a_layout .a-2 .col.pic{
    width: 40%;
}
@media screen and (max-width: 1280px){

    .a_layout .a-1 {
       
        padding-top: 50px;
    }

    .a_layout .a-1 .txt {
        right: 0px;
        padding: 40px 40px 50px;
        width: 430px;
    }
    .a_layout .a-1 .tag {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        display: block;
    }
    .a_layout .a-2 .row {
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .a_layout .a-2 .col.txt {
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px;
    }
    .a_layout .a-2 .col.pic {
        width: 100%;
    }
}
@media screen and (max-width: 1024px){
    .a_layout {
       
        padding-top: 0;
    }

    .a_layout .a-1 {
        padding-bottom: 50px;
    }
    .a_layout .a-1 .tag {  
        text-align: center;
        
    }
    .a_layout .a-1 .col.pic {
        position: relative;
        text-align: center;
    }
    .a_layout .a-1 .txt {
        width: 100%;
        position: relative;
        top: 0;
        max-width: 503px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .a_layout .tag {
       text-align: center;
    }
}
@media screen and (max-width: 484px){

    .a_layout .a-1 .tag{
        max-width: 210px;
        margin: 0 auto;
        line-height: 1.5;
    }
    .a_layout .a-1 {
        padding-top: 80px;
    }

    .a_layout .a-1 .txt .title {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        flex-direction: column-reverse;
    }

    .a_layout .a-1 .txt{
        padding: 30px 25px 40px;
    }

    .a_layout .a-1 .txt .title span {
        margin-left: 0;
        margin-bottom: -15px;
    }
}
/* END內頁 關於我們 */
/* 首頁 關於我們 */
.index-about-editor .t-1{
    margin: 0;
    color: #004377;
    font-size: 20px;
    margin: 0;
    line-height: 1.5;
    margin-bottom: 10px;
    height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 4px;
    font-weight: normal;
}
.index-about-editor .p-1{
    margin: 0;
    color: #666666;
    font-size: 15px;
    margin: 0;
    line-height: 2;
    height: 115px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 1.5px;
    font-weight: normal;
}
@media screen and (max-width: 1000px){
    .index-about-editor .t-1{
        height: auto;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: unset;
        font-size: 18px;
        letter-spacing: 2px;
    }

    .index-about-editor .p-1{
        height: auto;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: unset;
    }
}
/* 首頁 關於我們 */
/*------------ about-editor ------------*/
.row_{
    display: flex;
}
.about-editor .row_1{
    justify-content: space-between;
    align-items: flex-start; 
    margin-bottom: 70px;
}
.about-editor .about-title{
    color: #262626;
    font-size: 29px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0;
}
.about-editor .about-title:after{
    content: '';
    background: #4F4F4F;
    height: 1px;
    width: 60px;
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
}
.about-editor .row_2{
    margin-top: 40px;
}
.about-editor .row_2 .col{
    flex-basis:  50%;
    position: relative;
}
.about-editor .row_2 .txt_box{
    margin-top: 65px;
    border:solid 1px #4F4F4F;
    display: block;
    padding:50px;
    position: relative;
    margin-right: -100px;
    color: #000000;
    box-sizing: border-box;
}
.as_title{
    margin-bottom: 10px;
}
.as_txt{
    line-height: 2;
    padding-left: 35px;
}
.about-editor .row_2 .col1:after{
    content: '';
    display: block;
    position: absolute;
    width: 126px;
    background: #fff;
    height: 65px;
    right: -100px;
    bottom: 0;
    z-index: 3;
}
.about-editor .row_2 .col2{
    position: relative;
    z-index: 4;
    text-align: center;
}
.about-editor .row_3{
    align-items: flex-end;
}
.about-editor .row_3 .col{
    flex-basis:  50%;
}
.about-editor .row_3 .txt_box{
    margin-top: -65px;
    border:solid 1px #4F4F4F;
    display: block;
    padding:115px 50px 50px;
    position: relative;
    margin-left: -26px;
    color: #000000;
}
/*------------ service-editor ------------*/
.index-service{
    position: relative;
}

.service-sect .s_layout{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

.service-sect .s_layout .s_item{
    width: calc(25% - 10px);
    box-sizing: border-box;
    margin: 5px;
    padding: 20px 15px;
    letter-spacing: 1px;
}

.service-sect .s_layout  .s_box{
    transition: all 0.3s ease;
    top: 0px;
    position: relative;
    display: flex;
    align-items: center;
}

.service-sect  .s_layout .s_box:hover{
    top: -5px;
}

.service-sect .s_layout .s_pic{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    line-height: 120px;
    margin: 0;
    margin-right: 20px;
    text-align: center;
}

 

.service-sect .s_layout .s_text{
    font-size: 15px;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 2px;
    font-weight: 200;
}

.service-sect  .s_layout .s_text h3{
    position: relative;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    margin: 0;
}
@media screen and (max-width: 1280px){
    .service-sect .s_layout {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 767px;
        margin: 0 auto;
    }

    .service-sect .s_layout .s_box {
        transition: all 0.3s ease;
        top: 0px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .service-sect .s_layout .s_item {
       
        padding: 10px;
       
    }

    .service-sect .s_layout .s_pic {
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .service-sect .s_layout .s_text{
        text-align: center;
    }
}

@media screen and (max-width: 767px){
    .service-sect .s_layout {
        max-width: 484px;
        margin: 0 auto;
    }

    .service-sect .s_layout .s_item {
        padding: 10px 5px;
        width: calc(33.3% - 10px);
    }
}

@media screen and (max-width: 484px){

    .service-sect .s_layout {
        max-width: 300px;
        margin: 0 auto;
    }

    .service-sect .s_layout .s_pic {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

    .service-sect .s_layout .s_item {
        padding: 10px 3px;
        width: calc(50% - 10px);
    }
    .service-sect .s_layout .s_text {
        text-align: center;
        letter-spacing: 1px;
    }
}
 
/*------------ 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: #004377;
    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: #004377;
    margin: 0;
    font-weight: 500;
}
.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{
         
    }
    .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: 30px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
