@charset "utf-8";
/* 首頁 關於我們 開始 */

.about-sect .t-1{
    font-size: 24px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 33px;
    margin: 0;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #183B94;
}

.about-sect .p-1{
    color: #1F1F1F;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    margin-bottom: 17px;
}
@media(max-width:1000px){
    .about-sect .t-1 {
        font-size: 18px;
        display: block;
        height: unset;
        margin-top: 10px;
        margin-bottom: 10px;
    }

}
/* 首頁 關於我們 結束 */

/* 首頁 服務項目 開始 */
.service-sect .t-1{
    font-weight: bold;
    font-size: 19px;
    color: #333333;
    margin: 0;
    line-height: 28px;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 28px;
}
.service-sect .p-1{
    margin: 0;
    color: #333333;
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 168px;
}
@media(max-width:1000px){
    .service-sect .t-1 {
        display: block;
        height: unset;
    }
    .service-sect .p-1 {
        display: block;
        height: unset;
    }
}
/* 首頁 服務項目 結束 */

/* 內頁 關於我們 開始 */

.page-about{
    background: rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 25px;
    padding-bottom: 50px;
    margin-top: -20px;
}
.a-t1{
    font-family: 'Noto Serif TC', serif;
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    color: #183B94;
    margin: 0;
    margin-bottom: 20px;
}

.a-t1{
    font-family: 'Noto Serif TC', serif;
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    color: #183B94;
    margin: 0;
    margin-bottom: 30px;
}

.a-t2{
    font-size: 26px;
    text-align: left;
    font-weight: 600;
    color: #183B94;
    margin: 0;
    margin-bottom: 10px;
}
.a-p1{
    font-size: 16px;
    font-weight: 600;
    color: #656565;
    margin: 0;
    margin-bottom: 20px;
}
.a-pic1{
    margin-bottom: 50px;
    width: 100%;
}

.year-t1{
    text-align: center;
}
.year-t1 span{
    color: #183B94;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    position: relative;
}
.year-t1 span:before{
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #173B94;
    position: absolute;
    left: -13px;
    top: 8px;
}
.year-t1 span:after{
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #173B94;
    position: absolute;
    right: -12px;
    top: 8px;
}


.years4 .process-editor .time_line .date{
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #3d61ac;
    display: block;
    padding: 5px 0;
    background: #ffffff;
}
.years4 .process-editor .time_line{
    position: relative;
    font-size: 15px;
}
.years4 .process-editor .time_line .cont{
    position: relative;
    z-index: 5;
}
.years4 .process-editor .time_line:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    width: 7px;
    height: 100%;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background: #173B94;
}
.years4 .process-editor .list_ul{
    list-style-type: none;
    padding-left: 0;
    margin: 40px 0;
}
.years4 .process-editor .list_ul:nth-child(1){
    margin-top: 10px;
}
.years4 .process-editor .list_ul li{
    position: relative;
    width: 50%;
    box-sizing: border-box;
    line-height: 1.75;
}
.years4 .process-editor .list_ul li.pright {
    padding-left: 40px;
    margin-left: 50%;
}
.years4 .process-editor .list_ul li.pright:before {
    content: '';
    width: 35px;
    height: 1px;
    display: block;
    position: absolute;
    left: 5px;
    top: 12px;
    background: #D1D1D1;
}
.years4 .process-editor .list_ul li.pright > span {
    position: relative;
    color: #183B94;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
    padding-left: 94px;
    display: flex;
}
.years4 .process-editor .list_ul li.pright > span > span{
    position: absolute;
    width: 84px;
    height: 38px;
    line-height: 38px;
    background: #D1D1D1;
    color: #183B94;
    left: 0;
    top: -6px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-style: italic;
    font-weight: 900;
    font-size: 20px;
    padding-left: 6px;
    box-sizing: border-box;
}
.years4 .process-editor .list_ul li.pright > span > div{
    max-width: 350px;
}
.years4 .process-editor .list_ul li.pleft {
    padding-right: 37px;
    text-align: right;
}
.years4 .process-editor .list_ul li.pleft:after {
    content: '';
    width: 35px;
    height: 1px;
    display: block;
    position: absolute;
    right: 2px;
    top: 12px;
    background: #D1D1D1;
}
.years4 .process-editor .list_ul li.pleft > span {
    position: relative;
    color: #183B94;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
    padding-right: 94px;
    display: flex;
    justify-content: flex-end;
}
.years4 .process-editor .list_ul li.pleft > span > span{
    position: absolute;
    width: 84px;
    height: 38px;
    line-height: 38px;
    background: #D1D1D1;
    color: #183B94;
    right: 0;
    top: -6px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    font-style: italic;
    font-weight: 900;
    font-size: 20px;
    padding-left: 14px;
    box-sizing: border-box;
    text-align: left;
}
.years4 .process-editor .list_ul li.pleft > span > div{
    max-width: 350px;
    text-align: left;
}
@media screen and (max-width: 1000px) {
    .page-about{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 0px;
    }

    .a-t1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .a-t2{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .a-pic1 {
        margin-bottom: 20px;
    }
    .years4 .process-editor .time_line {
        font-size: 15px;
    }
    .years4 .process-editor .time_line .date {
        text-align: left;
        font-size: 20px;
    }
    .years4 .process-editor .time_line:before {
        left: 5%;
        margin-left: 0;
    }
    .years4 .process-editor .list_ul {
        height: auto;
        overflow: hidden
    }
    .years4 .process-editor .list_ul li:nth-child(n) {
        padding-left: 45px;
        margin-left: 0%;
        width: 95%;
        float: right;
        text-align: left;
    }
    .years4 .process-editor .list_ul li:nth-child(n):before {
        content: '';
        width: 40px;
        height: 1px;
        display: block;
        position: absolute;
        left: 7px;
        top: 19px;
        background: #E2E2E2;
    }
    .years4 .process-editor .list_ul li:nth-child(n):after {
        display: none;
    }
    .years4 .process-editor .list_ul li.pleft > span {
        padding-right: unset;
        justify-content: unset;
        padding-left: 94px;
    }
    .years4 .process-editor .list_ul li.pleft > span > span {
        right: unset;
        left: 0;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        padding-left: 10px;
        top: 0px;
    }
    .years4 .process-editor .list_ul li.pright > span > span {
        top: 0px;
        padding-left: 10px;
    }
    .years4 .process-editor .list_ul li.pleft > span > div {
        min-height: 50px;
        padding-top: 5px;
    }
    .years4 .process-editor .list_ul li.pright > span > div {
        min-height: 50px;
        padding-top: 5px;
    }

}
/* 內頁 關於我們 結束 */

/*------------ 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;
    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 ------------*/
.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-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: #183B95;
    text-decoration: underline;
}
.contact-info-txt i{
    font-size: 22px;
    color: #FFF;
    background: #183B95;
    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-font' !important;
}
.contact-info-txt .ic-locat:before{
    content: "\e1005"
}
.contact-info-txt .ic-tel:before{
    content: "\e1003";
}
.contact-info-txt .ic-mail:before{
    content: "\e1001";
}
.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;
}
.terms-editor .title{
    font-size: 17px;
    color: #183B95;
    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{
        float: none;
        padding: 15px 0;
    }
     .contact-editor .row, .contact-editor .col{
        display: block;
        width: auto;
        border-width: 1px 0;
    }
    .contact-info-txt .img-ic{
        max-width: 100px;
    }
    .contact-editor .col3{
        border-width: 1px 0 0;
    }
}
@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%;
    }
}
