@charset "utf-8";

/*------------ 內頁關於我們 ------------*/

.aa_layout{
    position: relative;
    max-width: 950px;
    margin: 0 auto;

}

.aa_layout .a-1{
    position: relative;
    font-family: 'Noto Serif TC', serif;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 65px;
    position: relative;
}


.aa_layout .a-1::after {
    content: '';
    display: block;
    width: 100px;
    height: 177px;
    background: url(../../../images/layout06/common/index/txt-title01-brown.png) no-repeat;
    position: absolute;
    right: calc(50% - 382px);
    bottom: -92px;
    -webkit-animation: animeX--5 1.8s steps(5) infinite;
    animation: animeX--5 1.8s steps(5) infinite;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    z-index: 1;
}

.aa_layout .a-1 .title{
    color: #B79D79;
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
}

.aa_layout .a-1  span{

    color: #595757;
    font-size: 26px;
}

.aa_layout .a-2{
    position: relative;
}

.aa_layout .a-2 .col.txt{
    position: absolute;
    color: #fff;
    top: 75px;
    width: 43%;
    left: 60px;
    line-height: 1.7;
    text-align:justify;
}

.aa_layout .a-2 .col.txt h3{
   color: #fff;
   margin-bottom: 15px;
}

.aa_layout .a-3{
    position: relative;
    color: #666666;
    margin-top: 85px;
    line-height: 1.8;
}

.aa_layout .a-3 .title{
    color: #B79D79;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Noto Serif TC', serif;
    text-align: center;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
    margin-bottom: 70px;
    padding-bottom: 15px;

}

.aa_layout .a-3 .title::before{
    content: '';
    background: #B79D79;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -4px;

}

.aa_layout .a-3 .item{
    display: flex;
    margin-bottom: 45px;
}



.aa_layout .a-3 .col{
    width: 50%;
}

.aa_layout .a-3 .col.txt{
    padding-left: 40px;
    padding-top: 20px;
    text-align:justify;
}

.aa_layout  h3 {
    color: #333333;
    font-weight: bold;
    font-size: 26px;
    font-family: 'Noto Serif TC', serif;
    margin: 0;

}

.aa_layout .a-4{
    display: flex;
    border-top: 1px solid #DDDDDD;
    margin-top: 70px; 
    padding-top: 70px;
  
    padding-bottom: 280px;
    position: relative;
    text-align:justify;
} 

.aa_layout .a-4::before{
    content: '';
    display: block;
    width: 100px;
    height: 177px;
    background: url(../../../images/layout06/common/about/deco2.png) no-repeat;
    position: absolute;
    left: calc(50% - 285px);
    bottom: 80px;

    -webkit-animation: animeX--5 1.8s steps(5) infinite;
    animation: animeX--5 1.8s steps(5) infinite;
}

.aa_layout .a-4::after{
    content: '';
    background: url(../../../images/layout06/common/about/deco.png) no-repeat;
    width: 380px;
    height: 149px;
    position: absolute;
   right: calc(50% - 315px);
   bottom: 50px;
}



.aa_layout .a-4 .col{
    width: 50%;
}

.aa_layout .a-4 .col.txt{
    padding-right: 50px;
    padding-top: 20px;
}

@media screen and (max-width: 1280px){
    .aa_layout .a-3 .col.txt {
        padding-left: 30px;
        padding-top: 0;
    }
}


@media screen and (max-width: 1200px){

    .aa_layout .a-1::after{
        display: none;
    }

    .aa_layout .a-2 .col.txt {
        top: 0;
        width: 100%;
        left: 0;
        padding: 50px;
         
    }

    .aa_layout .a-3 .item {
        display: flex;
        margin-bottom: 0;
        flex-direction: column;
        align-content: center;
    }

    .aa_layout .a-3 .col {
        width: 100%;
    }

    .aa_layout .a-3 .col.txt {
        padding-left: 0;
        padding-top: 0;
        margin-top: 20px;
    }

    .aa_layout .a-3  p{
        margin: 0;
    }

    .aa_layout .a-4 {
        display: flex;
        
        margin-top: 70px;
        padding-top: 70px;
        padding-bottom: 280px;
        position: relative;
        flex-direction: column-reverse;
        align-items: center;
    }

    .aa_layout .a-4 .col {
        width: 100%;
    }

    .aa_layout .a-4 .col.txt {
        padding-right: 0;
        padding-top: 0;
        margin-top: 20px;
    }

    .aa_layout .a-4  p{
        margin: 0;
    }
}
 

@media screen and (max-width: 1000px){

    .aa_layout .a-1 {
       
        margin-top: 0;
        margin-bottom: 35px;
      
    }

    .aa_layout .a-1 .title{
        font-size: 30px;
        margin-bottom: 18px;
    }

    .aa_layout .a-1 span {
       
        font-size: 22px;
    }

    .aa_layout .a-2 .col.txt {
        top: 0;
        width: 100%;
        left: 0;
        padding: 0 10px;
        max-width: 500px;
        margin: 0 auto;
        display: block;
        left: 0;
        right: 0;
        top: 52px;

    }

    

    .aa_layout .a-2 .col.pic img{
        min-height: 300px;
        object-fit: cover;
    }

    .aa_layout .a-3 {
      
        margin-top: 30px;
       
    }

    .aa_layout .a-3 .title {
        margin-bottom: 40px;
        font-size: 33px;
    }
}

@media screen and (max-width: 767px){
    .aa_layout .a-4 {
        padding-bottom: 50px;
        margin-top: 30px;
        padding-top: 40px;
    }

    .aa_layout .a-4::before , .aa_layout .a-4::after{
        display: none;
    }
}
@media screen and (max-width: 484px){

    .aa_layout .a-1 .title {
       
        margin-bottom: 7px;
    }

    .aa_layout .a-1 span {
        font-size: 20px;
    }

    .aa_layout .a-2 .col.txt {
        top: 0;
        width: 100%;
        left: 0;
        padding: 0 20px;
        max-width: 280px;
        margin: 0 auto;
        display: block;
        left: 0;
        right: 0;
        top: 30px;
    }

    .aa_layout .a-2 .col.pic img {
        min-height: 375px;
        object-fit: cover;
    }
}
/*------------ 首頁 服務項目 ------------*/ 

.s_layout{
    position: relative;
}

.s_layout .background-image {
    width: 100%;
    height: 854px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-image 0.3s ease-in-out;
    background-position: center;
}

.s_layout .content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 854px;
    position: relative;

    position: absolute;
    z-index: 5;
    
    top: 0;
    background: unset;
    padding: 0;
}

.s_layout .left, .s_layout .right {
    width: 50%;
    text-align: center;
    cursor: pointer;
    padding: 20px;
    box-sizing: border-box;
    transition: opacity 0.3s ease-in-out;
    text-align: left;
}

.s_layout .left a, .s_layout .right a {
    text-decoration: none;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    
    height: 100%;
    font-size: 0;
}

.s_layout .left {
    
    padding-left: 350px;
    position: relative;
    height: 854px;
}

.s_layout .right {
    padding-left: 90px;
    position: relative;
    height: 854px;
}

.s_layout .left-text, .s_layout .right-text {
    opacity: 1;
}

 

.s_layout .left-text {
    transition: opacity 0.3s ease-in-out;
    font-family: 'Noto Serif TC', serif;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    margin: 0;
    margin-top: 190px;
}

.s_layout .left-text i{
    font-style: unset;
    font-size: 20px;
    display: block;
    font-family: "微軟正黑體", sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.s_layout .right-text {
    transition: opacity 0.3s ease-in-out;
    font-family: 'Noto Serif TC', serif;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    margin: 0;
    margin-top: 190px;
}

.s_layout .right-text  i{
    font-style: unset;
    font-size: 20px;
    display: block;
    font-family: "微軟正黑體", sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    margin-bottom: 10px;
}



.s_layout .in-text{
    color: #fff;
    font-size: 20px;
    max-width: 540px;
}

.s_layout span{
    position: absolute;
    width: 56px;
    height: 56px;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    bottom: 200px;
    z-index: -1;
}

.s_layout span::before{
    content: "";
    position: absolute;
    top: 24px;
    right: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
}
 
.s_layout span::after{
    content: '';
    position: absolute;
    width: 26px;
    height: 1px;
    top: 28px;
    right: 14px;
    background: #fff;
}
 
@media screen and (max-width: 1750px){
    .s_layout .left {
        padding-left: 13%;
        position: relative;
        
    }
}

@media screen and (max-width: 1440px){
    .s_layout .left {
        padding-left:50px;
        
        
    }

    .s_layout .right {
        padding-left: 50px;
        
    }
}

@media screen and (max-width: 1200px){

    .s_layout .left-text i {
         
        margin-bottom: -7px;
    }

    .s_layout .left-text{
        font-size: 40px;
    }

    .s_layout .right-text i {
         
        margin-bottom: -7px;
    }

    .s_layout .right-text{
        font-size: 40px;

        
    }

    .s_layout .in-text {
        color: #fff;
        font-size: 17px;
        max-width: 455px;
    }
}

@media screen and (max-width: 1000px){
    .s_layout .left{
        background: url(../../../images/layout06/common/index/ser_bg01.jpg) no-repeat;
        width: 100%;
        padding: 35px 20px;
        height: unset;
        background-size: cover;
        background-position: center;
    }
    .s_layout .left::before{
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        top: 0;
        left: 0;
    }

    .s_layout .right{
        background: url(../../../images/layout06/common/index/ser_bg02.jpg) no-repeat;
        width: 100%;
        padding: 35px 20px;
        height: unset;
        background-size: cover;
        background-position: center;
    }

    .s_layout .right::before{
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        top: 0;
        left: 0;
    }

    .s_layout .background-image{
        display: none!important;
    }

    .s_layout .content {
        display: flex;
        align-items: center;
        justify-content: flex-start;
       
        position: relative;
        flex-direction: column;
        height: unset;
    }

    .s_layout .left a, .s_layout .right a{
        z-index: 10;
    }

    .s_layout .left-text {
        font-size: 25px;
        margin: 0;
        text-align: center;
    
    }

    .s_layout .right-text {
        font-size: 25px;
        margin: 0;
        text-align: center;
    
    }

    .s_layout    .txt{
        position: relative;
        z-index: 2;
    }

    .s_layout .in-text {
        color: #fff;
        font-size: 15px;
        max-width: 484px;
        margin: 0 auto;
        margin-top: 15px;
    }

    .s_layout span {
        position: absolute;
        width: 56px;
        height: 56px;
        border: 1px solid #ddd;
        display: block;
        text-align: center;
        bottom: unset;
        position: relative;
        margin: 0 auto;
        margin-top: 20px;
    }
}

/*------------ 首頁  about-editor ------------*/
.a_layout {
    position: absolute;
    box-sizing: border-box;
    right: 15px;
    margin-top: -540px;
    max-width: 320px;
    max-height: 320px;
}

.a_layout .a_wrapper{
    position: relative;
    box-sizing: border-box;
}

.a_layout .a_item{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.a_layout .a_box{
    position: relative;
    box-sizing: border-box;
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 13px 15px;
}

.a_layout .a_box::before {
    content: "";
    position: absolute;
    display: block;
    border-radius: 0;
    background: #B79D7A;
    box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.05);
    width: calc(100% + 10%);
    height: calc(100% + 5%);
    transform: scale(0);
    z-index: -1;
    transition: all 0.5s ease;
}
.a_layout .a_box:hover:before{
    transform: scale(1);
}

.a_layout .a_box img{
    max-width: 56px;
    max-height: 53px;
}




.a_layout .a_box .a_pic{
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.a_layout .a_box .a_pic1{
    display: block;
}


.a_layout .a_box .a_pic2{
    display: none;
}


.a_layout .a_box:hover .a_pic1{
   display:none;
}

.a_layout .a_box:hover .a_pic2{
    display:block;
 }

.a_layout h4{
    position: relative;
    color: #333333;
    font-weight: 500;
    margin: 0;
    letter-spacing: 1.5px;
    line-height: 1.5;
    font-size: 16px;
}
.a_layout .a_box:hover h4{
    color: #fff;
}

@media screen and (max-width: 1200px){
    .a_layout {
        right: -20px;
    }
    .a_layout .a_box {
       
        padding: 10px;
    }
}

 

@media screen and (max-width: 1000px){
    .a_layout {
        right: unset;
        position: relative;
        margin-top: 0;
    }

    .a_layout {
        margin-top: 10px;
        max-width: unset;
    }

   
 
    .a_layout .a_wrapper {
        position: relative;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
    }

    .a_layout .a_box {
        padding: 10px;
        margin: 10px;
        width: unset;
    }
}
@media screen and (max-width: 767px){
    .a_layout .a_wrapper {
        position: relative;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .a_layout {
     
        max-height: unset;
    }
}

@media screen and (max-width: 480px){
    .a_layout .a_item {
        position: relative;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

/*------------ 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 .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: #B79D7A;
    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: #B79D7A;
    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: 30px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
