@charset "utf-8";
/*------------ 內頁關於我們 ------------*/
.a_layout{
    position: relative;
    max-width: 934px;
    margin: 0 auto;
    padding-top: 50px;
}
.a_layout p{
    margin: 0;
    line-height: 2;
    letter-spacing: 3px;
    font-weight: 400;
}
.a_layout .a-1{
    position: relative;
    min-height: 393px;
}
.a_layout .a-1 .col.pic{
    position: absolute;
    top: 0;
    left: 0;
}

.a_layout .a-1 .col.pic img{
    object-fit: cover;
    min-height: 393px;
}
.a_layout .a-1 .col.pic::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right,  #000000 0%,#ffffff 100%); 
    mix-blend-mode: multiply;
    opacity: 0.5;
}
.a_layout .a-1 .col.txt{
    z-index: 2;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    padding: 80px 55px 0;   
} 
.a_layout .a-1 .col.txt .title h2{
    margin: 0;
    color: #FFFFFF;
    font-size: 30px;
    letter-spacing: 14px;
    font-weight: normal;   
}

.a_layout .a-1 .col.txt .title span{
    letter-spacing: 6px;
    margin-top: 5px;
    font-size: 20px;
}

.a_layout .a-1 .col.txt p{
    margin-top: 50px;
    border-left: 2px solid #ffffff73;
    padding-left: 25px;
}

.a_layout .a-2{
    margin-top: 30px;
    color: #797979;
}

.a_layout .a-2 .row{
    display: flex;
}
.a_layout .a-2 .col{
    width: 50%;
    
}

.a_layout .a-2  .col.txt{
    padding-right: 50px;
    padding-top: 40px;
}

.a_layout .a-2  .btn_branch{
    border: 1px solid #929292;
    width: 240px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    display: block;
    letter-spacing: 3px;
    transition: all .3s ease;
    margin-top: 35px;
}
.a_layout .a-2  .btn_branch:hover{
    background: #B58640;
    border-color: #B58640;
    color: #fff;
}
@media (max-width: 1200px) {

    .a_layout .a-1 .col.pic::before {
        
        width: 100%;
    }
    .a_layout .a-2 .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .a_layout .a-2 .col.txt {
        padding: 0;
        padding-bottom: 50px;
    }

    .a_layout .a-2 .col {
        width: 100%;
    }

    .a_layout .a-2 .btn_branch {
        
        margin: 0 auto;
        margin-top: 35px;
    }
}

@media (max-width: 767px) {

    .a_layout .a-1 {
        position: relative;
        
        display: flex;
        align-items: center;
    }

    .a_layout .a-1 .col.txt {    
        padding: 0px 45px 0;
    }
    .a_layout .a-1 .col.txt .title h2 {
 
        font-size: 25px;
        letter-spacing: 5px;
    }
    .a_layout .a-1 .col.txt .title span {
        letter-spacing: 3px;
    }
}

@media (max-width: 484px) {
    .a_layout .a-1 .col.txt {
        padding: 0px 20px 0;
    }

    .a_layout .a-1 .col.txt p {
        margin-top: 30px;
        letter-spacing: 2px;
    }
}

/*------------ END內頁關於我們 ------------*/

/*------------ service-editor ------------*/
.service_layout {
    margin: 0px 0 0;
    position: relative;
    z-index: 5;
    border-radius: 0px;
    overflow: hidden;
    max-width: 995px;
    margin: 0 auto;
    margin-top: 30px;
}
.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% - 400px));
}
.service_layout ul.service_list:hover li:hover {
    width: 650px;
}
.service_layout ul.service_list:hover li:hover .service_item .service_text {
    left: 0;
    max-width: 627px;
    width: 100%;
    bottom: 0;
    transform: translate(0%, 0%);
}
.service_layout ul.service_list:hover li:hover::after {
    background: rgba(64, 64, 64, 0.6);
}
.service_layout ul.service_list li {
    position: relative;
    width: calc(100% / 3);
    overflow: hidden;
    transition: 0.9s;
}
.service_layout ul.service_list li a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 15;
    font-size: 0;
}
.service_layout ul.service_list li::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    background: rgba(64, 64, 64, 0.75);
    transition: 1.2s;
}
.service_layout ul.service_list li .service_item .service_pic {
    position: relative;
    z-index: 5;
    height: 210px;
}
.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:nth-child(1) .service_item .service_pic img {
    object-position: -40px center
}
.service_layout ul.service_list li:nth-child(2) .service_item .service_pic img {
    object-position: -40px center
}
.service_layout ul.service_list li:nth-child(3) .service_item .service_pic img {
    object-position:-40px center
}
.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 {
    object-position:-50px center;
     
}
.service_layout ul.service_list li .service_item .service_text {
    position: absolute;
    top: 25px;
    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;
    box-sizing: border-box;
}

.service_layout ul.service_list li .service_item .service_text{
    
}

.service_layout ul.service_list li .service_item .service_text h3 {
    font-size: 20px;
    color: #fff;
    padding: 0;
    font-weight: 200;
    letter-spacing: 12px;
    transition: all 0.3s ease;
    margin: 20px 0 10px;
    text-shadow: #000 0em 0 8px;
}
.service_layout ul.service_list li .service_item .service_text span {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 12px;
    line-height: 1.2;
    font-family: "Cormorant Garamond", serif;
    font-weight: normal;
    margin: 0;
}
.service_layout ul.service_list:hover li:hover .service_item .service_text h3 {
    
    text-align: center;
}
.service_item .service_text span {
    font-size: 22px;
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    margin: 0 0 150px;
    transition: all 0.3s ease;
}
@media (max-width: 1280px) {
    .service_layout ul.service_list:hover li {
        width: calc((100% - 515px));
    }
    .service_layout ul.service_list:hover li:hover {
        width: 515px;
    }
}
@media (max-width: 1000px) {
    .service_layout ul.service_list li {
        border-radius: 0px;
        overflow: hidden;
        margin: 0 0 20px;
    }
    .service_layout .wrap {
        width: 90%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .service_layout {
        
        margin-top: 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;
    }
    .service_layout ul.service_list li .service_item .service_pic {
        height: 210px;
    }
    .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;
    }
    .service_layout ul.service_list li .service_item .service_text h3 {
            
        padding: 0px 0;
        margin: 10px 0 0;
        margin-bottom: 10px;
        
        letter-spacing: 5px;
    }
    .service_layout ul.service_list:hover li:hover .service_item .service_text h3 {
         
    }
    .service_item .service_text span {
        margin: 0 0 0px;   
    }
    .service_layout ul.service_list li .service_item .service_text span{
        letter-spacing: 5px;
    }
    .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;

    }
    .service_layout .service_item {
        position: relative;
    }
    .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 {
        object-fit: cover;
        width: 100%;
        object-position: unset;
        min-height: 300px;
        height: 100%;
        top: -100px;
        right: 0;
        left: 0;
        bottom: 0;
    }
    .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 {
        object-position: unset;
    }
}
@media (max-width: 767px) {
    .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 {
        
        top: 0px;
        right: 0;
        left: 0;
        bottom: 0;
    }
}
@media (max-width: 480px) {
    .service_layout .wrap {
        width: 100%;
    }
}
/*------------ service-editor ------------*/


/*內頁聯絡我們*/
.c_layout{
    position: relative;
}

.c_layout .c-1{
    max-width: 1000px;
    margin: 0 auto;
}

.c_layout .c-1 .row{
    display: flex;
    align-items: center;
}

.c_layout .c-1:nth-child(even) .row{
    display: flex;
    flex-direction: row-reverse;
}
.c_layout .c-1 .col{
    width: 40%;
    padding: 30px;
}

.c_layout .c-1 .col.map{
    width: 60%;
   
}

.c_layout .c-1 .col h3{
    margin: 0 0 10px;
    font-size: 20px;
    letter-spacing: 2px;
    color: #B58640;
}

@media (max-width: 767px) {

    .c_layout .c-1 {
         
        margin: 0 auto 30px;
    }


    .c_layout .c-1 .row{
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .c_layout .c-1:nth-child(even) .row{
        display: flex;
        flex-direction: reverse;
        flex-direction: column;
    }

    .c_layout .c-1 .col{
        width: 100%;
        padding: 10px;
    }

    .c_layout .c-1 .col.map{
        width: 100%;
    }

    
}

/*END內頁聯絡我們*/
/*------------ 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;
}
.index-service:before{
     
}
.index-service .row{
    display: flex;
    margin: 50px auto 0;
}
.index-service .col:nth-child(1){
    width: 50%;
    box-sizing: border-box;
    padding-right: 40px;
    flex-shrink: 0;
}
.index-service .col:nth-child(2){
    width: 50%;
    box-sizing: border-box;
    position: relative;
    flex-shrink: 1;
}
.index-service .s-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-service .s-list .box>img{
    width: 85px;
    height: 85px;
    opacity: 0.8;
}
.index-service .box{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 100%;
    border: 8px solid rgba(255,255,255,0.1);
    width: 160px;
    height: 160px;
    box-sizing: border-box;
    padding: 20px;
    flex-shrink: 0;
}
.s-arrow{
    display:block;
    width: 16px;
    height: 28px;
    margin: 0 15px;
    background: url(../../../images/layout06/common/index/arrow.svg) no-repeat center top;
    opacity: 0.2;
    flex-shrink: 0;
}
.index-service .list-num{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 10px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.index-service .list-name{
    color: #fff;
    font-size: 21px;
    line-height: 21px;
    font-weight: normal;
    margin: 0;
    margin-top: 0;
    margin-bottom: 3px;
}
.index-service .list-description{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.index-service .t-1{
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 2px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 29px;
}
.index-service .p-1{
    color: #acacac;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 80px;
    margin-bottom: 5px;
}
@media(max-width:1280px){
    .index-service .row{
        flex-direction:column;
        justify-content:center;
        align-items:center;
    }
    .index-service .col:nth-child(1){
        width: 80%;
        margin:0 auto 40px;
    }
    .index-service .s-list{
        justify-content: center;
    }
    .index-service .col:nth-child(2){
        width: 80%;
    }
}
@media(max-width:1000px){
    .index-service .t-1{
        font-size: 18px;
        line-height: 27px;
        height: unset;
        display: block;
        margin-bottom: 6px;
    }
    .index-service .p-1{
        display: block;
        height: unset;
        line-height: 23px;
        margin-bottom: 15px;
    }
    .index-service .col:nth-child(1) {
        padding-right: 0;
        width: 100%;
    }
    .index-service .col:nth-child(2) {
        width: 100%;
    }
    .index-service .s-list {
        flex-direction: column;
    }
    .index-service .box {
        display: flex;
        position: relative;
        width: 170px;
        height: 170px;
    }
    .s-arrow{
        transform:rotate(90deg);
        margin: 10px 0;
    }
    .index-service .box:nth-last-child(1):after{
        height: calc(100%);
    }
    .index-service .s-list img{
        width: 60px;
        height: 60px;
    }
    .index-service .col:nth-child(2):before {
       display: none;
    }
    .index-service .list-name {
        font-size: 16px;
        line-height: 16px;
    }
    .index-service .list-description {
        font-size: 12px;
    }
    .index-service .list-num {
        font-size: 26px;
        line-height: 26px;
    }
    .index-service .box:before {
        top: 25px;
    }
}
/*------------ 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: #e61035;
    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: #CBA56B;
    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%;
    }
}
