@charset "utf-8";

/*----- history -----*/
.abouthistory{

    margin:0px auto 0;
    

}
.row-history{
    display: flex;
    margin-bottom: -15px;
}
.row-history .col1{
    display:flex;
}
.row-history .col1:nth-child(1){
    width: 15%;
    justify-content: center;
    align-items:flex-start;
}
.row-history .col1:nth-child(2){
    width: 90%;
    border-left: 1px solid #26136b;
    position:relative;
    margin-top: 8px;
}
.row-history .col1:nth-child(2):before{
    content:'';
    display:block;
    background: #26136b;
    width: 9px;
    height: 9px;
    border-radius:20px;
    position:absolute;
    left:-5.5px;
    top: 0;
}
.row-history .col1:nth-child(2) ul{
    margin:0;
    padding-bottom: 30px;
}
.row-history .col1 .year{
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    font-family: "Maven Pro", sans-serif;
    color: #444;
}
.row-history .col1 .txt{
    width: 100%;
    padding: 0 20px 5px;
    margin-bottom: 40px;
    border-bottom: 1px dotted #dcdcdc;
    margin-left: 20px;
    font-size: 18px;
    color: #444;
}

.row-history .col1 .txt .pic{
    display: flex;
    justify-content: flex-start;
    width: 30%;
}
.row-history .col1 .txt .pic img{
    margin:0 5px;
    border-radius: 100%;
    border: 5px solid #ecdfce;
}

@media screen and (max-width: 767px) {
    .row-history .col1:nth-child(2):before{
        display:none;
    }
   
    .row-history{
        flex-direction:column;
        margin-bottom: -30px;
    }
    .row-history .col1:nth-child(1){
        justify-content: flex-start;
        width:100%;
        margin-bottom: -6px;
    }
    .row-history .col1:nth-child(2){
        width:100%;
        margin-top: 0;
    }
    .row-history .col1 .year{
        width:100px;
        height:40px;
        line-height:40px;
        background: #26136b;
        color:#fff;
        text-align:center;
        font-size: 25px;
    }
    .row-history .col1 .txt {
        width: 100%;
        padding: 20px 12px;
        margin-bottom: 60px;
        border-bottom: 1px dotted #dcdcdc;
        margin-left: 0px;
    }
    .row-history .col1 .txt .pic{
        width:100%;
        flex-wrap:wrap;
    }
    .row-history .col1 .txt .pic img {
        margin: 5px auto;
    }
}

/*------------ 服務項目首頁 ------------*/
.service_layout {
    margin: 41px 0 0;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
}

.service_layout .wrap {
    margin: 0 auto;
}

.service_layout ul.service_list {
    display: flex;
    padding: 0;
    margin: 0;
}

.service_layout ul.service_list:hover li {
    width: calc((100% - 940px));
}

.service_layout ul.service_list:hover li:hover {
    width: 940px;
    
}



.service_layout ul.service_list:hover li:hover .service_item .service_text {
    left: 0;
    max-width: 625px;
    width: 100%;
    bottom: 0;
    transform: translate(0%, 0%);
    flex-direction: row;
    padding: 40px;
    display: none;
}

.service_layout ul.service_list:hover li:hover::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.service_layout ul.service_list li {
    position: relative;
    width: calc(100% / 6);
    overflow: hidden;
    transition: 0.9s;
}


.service_layout ul.service_list li::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
    transition: 1.2s;
    pointer-events: none;
}

.service_layout ul.service_list li .service_item .service_pic {
    position: relative;
    z-index: 5;
    height: 600px;
}

.service_layout ul.service_list li .service_item .service_pic img {
    position: absolute;
    top: 0;
    left: 0px;
    max-width: unset !important;
    transform: scale(1);
    transition: all 0.8s ease;
   
}





.service_layout ul.service_list li .service_item .service_text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 10px;
    transition: 0s;
    right: 0;
    bottom: 0;
    margin: 61px 0 0 0;
    text-shadow: rgb(0 0 0 / 40%) 0.1em 0.1em 1.2em;
}

.service_layout ul.service_list li .service_item .service_text h3 {
    font-size: 20px;
    color: #fff;
    padding: 15px 0;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    font-family: "Maven Pro", sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
    transition: all 0.3s ease;
}


.service_layout ul.service_list:hover li:hover .service_item .service_text h3{
   -webkit-writing-mode:inherit;
   writing-mode:inherit;
   
}


.service_item .service_text span{
    font-size: 22px;
    color: #fff;
    font-family: "Maven Pro", sans-serif;
    font-weight: 700;
    margin: 0 0 5px;
    transition: all 0.3s ease;
}

.service_layout ul.service_list:hover li:hover .service_item .service_text span{
    margin: 0 0px 0 0px;
}


    


@media (max-width: 1200px) {
    .service_layout ul.service_list:hover li {
        width: calc((100% - 750px));
    }
    
    .service_layout ul.service_list:hover li:hover {
        width: 750px;
    }
}

@media (max-width: 1000px) {
 

.service_layout ul.service_list li{
     border-radius: 25px;
    overflow: hidden;
    margin:0 0 20px;

}
    .service_layout .wrap {
        width: 90%;
        padding: 0 20px;
        box-sizing:border-box;
    }
    .service_layout {
        
border-radius: 0;
        
margin: 30px 0 0;
    }
    .service_layout ul.service_list {
        display: block;
    }
    .service_layout ul.service_list:hover li {
        width: 100%;
        box-sizing: border-box;
    }
    .service_layout ul.service_list:hover li:hover {
        width: 100%;
        box-sizing: border-box;
    }
    .service_layout ul.service_list li {
        width: 100%;
        box-sizing: border-box;
        max-width: 600px;
        margin: 0 auto 20px;
    }
    .service_layout ul.service_list li .service_item .service_pic {
        height: 300px;
    }
   
    .service_layout ul.service_list li:hover .service_item .service_pic img {
        transform: scale(1.1);
    }

    .service_layout ul.service_list li .service_item .service_text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    transition: 0s;
    right: 0;
    bottom: 0;
    margin: 0;
}

.service_layout ul.service_list li .service_item .service_text h3 {
    -webkit-writing-mode:inherit;
    writing-mode:inherit;
    padding: 0px 0;
    margin:0px 0;
    font-size: 17px;
    text-align: center;
}


.service_layout ul.service_list:hover li:hover .service_item .service_text h3{
   -webkit-writing-mode:inherit;
   writing-mode:inherit;
 
}


.service_item .service_text span{
 
    margin: 0 0 0px;
    
}


    .service_layout ul.service_list:hover li:hover .service_item .service_text {
    left: 0;
    max-width: inherit;
    width: 100%;
    bottom: 0;
    transform: translate(0%, 0%);
    flex-direction:column;
    padding: 0px;
}
.service_layout ul.service_list:hover li:hover .service_item .service_text span {
    margin: 0 0px 0 0px;
}
}

@media (max-width: 500px) {
.service_layout ul.service_list li:nth-child(1) .service_item .service_pic img,
    .service_layout ul.service_list li:nth-child(2) .service_item .service_pic img,
    .service_layout ul.service_list li:nth-child(3) .service_item .service_pic img,
    .service_layout ul.service_list li:nth-child(4) .service_item .service_pic img,
     .service_layout ul.service_list li:nth-child(5) .service_item .service_pic img{
   
object-position: -200px -120px;
}



.service_layout ul.service_list:hover li:nth-child(1) .service_item .service_pic img,
.service_layout ul.service_list:hover li:nth-child(2) .service_item .service_pic img,
.service_layout ul.service_list:hover li:nth-child(3) .service_item .service_pic img,
.service_layout ul.service_list:hover li:nth-child(4) .service_item .service_pic img,
     .service_layout ul.service_list li:nth-child(5) .service_item .service_pic img{
    object-position: -200px -120px;
}
}

/*------------ 服務項目首頁 ------------*/
/*------------ 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-editor{
    text-align: center;
}
.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: #DDD;
}
.contact-info-txt{
    max-width: 215px;
    margin: 0 auto;
}
.contact-info-txt .img-ic{
    display: inline-block;
    margin-bottom: 20px;
}
.contact-info-txt a:hover{
    color: #74a1fe;
    text-decoration: underline;
}
.info-icon-box{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.contact-info-txt .info-icon-box [class^="ic-"] {
    font-size: 20px;
}
/*------------ 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: #26136B;
    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;
    }
    .contact-info-txt .img-ic{
        max-width: 100px;
    }
    .contact-editor .col + .col:before {
        height: 1px;
        width: 100%;
    }
}
@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%;
    }
}
