@charset "utf-8";

/*內頁關於我們*/

.a_layout{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
}

.a_layout .a-1{
    position: relative;
}

.a_layout .a-1::before{
    position: absolute;
    content: "";

    display: block;
    background: #E77918;

    top: 0px;
    left: 45px;
    width: 149px;
    height: 74px;
}

.a_layout .a-1 .col.title{
    position: absolute;
    top: 67px;
    left: 47px;
    color: #FFFFFF;
    font-size: 35px;
    font-style: italic;
    
}

.a_layout .a-1 .col.title span{
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 67px;
    font-weight: bold;
    margin-bottom: -37px;
}

.a_layout  .a-2{
    position: relative;
}

.a_layout .a-2 .col.deco{
    position: absolute;
    left: 45px;
    top: -77px;
    display: block;
    background: #E77918;
    width: 149px;
    height: 534px;
    font-style: italic;
    font-weight: bold;
    font-size: 90px;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    color: #fff;
    text-align: center;
    line-height: 1.8;
    font-family: 'Barlow Condensed', sans-serif;

    -webkit-text-stroke: 1px #fff;
    color: #fff;
    -webkit-text-fill-color: transparent;
    
}


.a_layout .a-2 .col.txt{
    padding-left: 230px;
    color: #444444;
    font-size: 15px;
}

.a_layout .a-2 .col.txt h3{
    font-weight: normal;
    font-size: 28px;
    color: #398639;
    letter-spacing: 3px;
    margin: 13px 0 -9px;
}

.a_layout .a-1 .col.pic img {
    min-height: 299px;
    object-fit: cover;
}



@media screen and (max-width: 767px){
    .a_layout .a-1::before{
        display: none;
    }

    .a_layout .a-1 .col.pic img{
        width: 100%;
        min-height: 150px;
    }

    .a_layout .a-1 .col.title {
        top: 20px;
        left: 20px;
        text-align: center;
        font-size: 25px;
    }

    .a_layout .a-1 .col.title span {
        display: block;
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 25px;
        margin-bottom: -16px;
    }

    .a_layout .a-2 .col.deco{
        display: none;
        
    }

    .a_layout .a-2 .col.txt {
        padding-left: 0;
    }

    .a_layout .a-2 .col.txt h3 {
        font-size: 20px;
       
        letter-spacing: 2px;
    }
}

/*內頁關於我們end*/

/*首頁服務項目*/
.s_layout{
    position: relative;
    font-size: 15px;
    color: #444444;
}

.s_layout .s_box{
    box-sizing: border-box;
    position: relative;
    display: flex;
    background: #fff;
    margin: 0 0 30px;

    box-shadow: 4px 4px 15px rgb(0 0 0 / 20%);
}

.s_layout .s_box::before{
    position: absolute;
    content: "";
    top: 104px;
   
    display: block;
    background: #DCDCDC;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 0;
}


.s_layout .s_txt, .s_layout .s_pic{
    box-sizing: border-box;
   
    z-index: 1;
}

.s_layout .s_txt {
    position: relative;
    padding-top: 13px;
    width: 43%;
}

.s_layout .s_txt .s_icon{
    background: #E58E13;
    width: 104px;
    height: 104px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;

}

.s_layout .s_txt .s_title{
    position: relative;
    font-size: 28px;
    color: #0E0E10;
    font-weight: bold;
    padding-left: 135px;
    letter-spacing: 2px;
}

.s_layout .s_txt .s_title span{
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    color: #929292;
    font-weight: normal;
    letter-spacing: 2px;
    margin-top: -11px;

}


.s_layout .s_txt .s_list{
    padding-left: 30px;
    padding-top: 20px;
}

.s_layout .s_txt .s_list li+li{
    margin-top: 0px;
}

.s_layout .s_txt li{
      position: relative;
    padding-left: 20px;
}

.s_layout .s_txt li:before {
    content: " ";
    background: #444444;
    width: 7px;
    height: 7px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;

}

.s_layout .s_pic{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    width: 60%;
}


@media screen and (max-width: 1280px){
    .s_layout .s_txt .s_title span {
       
        letter-spacing: 0.5px;
    }
}

@media screen and (max-width: 1024px){
    .s_layout .s_box {
    
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        max-width: 760px;
        /* margin: 0 auto; */
        margin: 0 auto 30px;
    }

    .s_layout .s_txt {
      
        width: 100%;
    }

    .s_layout .s_pic {
      
        clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 1000px){
    .s_layout .s_txt .s_title {
       
        font-size: 22px;
        top: 10px;
    }

    
}

@media screen and (max-width: 767px){
    
    .s_layout .s_box::before {
        top: 80px;
    }
    
    .s_layout .s_txt {
        width: 100%;
        padding-top: 0;
    }

    .s_layout .s_txt .s_icon {
        width: 60px;
        height: 60px;
        position: relative;
        margin: 10px auto;
        display: none;
    }

    .s_layout .s_txt .s_title {
       
        font-size: 22px;
        padding-left: 0;
        letter-spacing: 2px;
        text-align: left;
        margin-top: 10px;
        margin-left: 15px;
        top: 0;
    }

    .s_layout .s_txt .s_title span {
        
        font-size: 17px;
        letter-spacing: 0;
    }

    .s_layout .s_txt .s_list {
        padding: 15px;
        margin: 10px 0;
    }

    .s_layout .s_pic {
        clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
        width: 100%;
        text-align: center;
    }
}

/*end首頁服務項目*/

/*footer*/
.ic_phone{
    font-size: 20px;
    color: #ffffff;
    margin: -9px 15px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.ic_phone:before{
    content: "\e1050";
    font-family: 'icon-font2' !important;
}
.ic_mail{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -20px;
}
.ic_fax{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -40px;
}
.ic_add{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -60px;
}
/*------------ about-editor ------------*/
/*------------ about-editor ------------*/
.about-editor .title{
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.2;
}
.about-editor td{
    vertical-align: top;
}
.about-editor .pic2{
    padding: 0 0 0 40px;
    width: 424px;
    position: relative;
    top: 0px;
}
/*------------ service-editor ------------*/
/*------------ 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: 280px;
    margin: 0 auto;
}
.contact-info-txt .img-ic{
    display: inline-block;
    margin-bottom: 20px;
}
.contact-info-txt a:hover{
    color: #B20000;
    text-decoration: underline;
}
.contact-info-txt i{
    font-size: 22px;
    color: #ffffff;
    background: #3A8739;
    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-font2' !important;
}
.contact-info-txt .ic-locat:before{
    content: "\e1026";
}
.contact-info-txt .ic-tel:before{
    content: "\e1050";
}
.contact-info-txt .ic-mail:before{
    content: "\e1034";
}
.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;
    /*max-width: 1045px;*/
    margin: 0 auto;
}
.terms-editor .title:before{
    content: '/';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px;
}
.terms-editor .title{
    color: #3A8739;
    font-size: 16px;
    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: 1000px){
    .about-editor .tb01 td,
    .about-editor .tb02 td,
    .service-table td,
    .service-table .pic{
        width: 100%;
        float: left;
        padding: 0;
        box-sizing: border-box;
    }
    .about-editor .pic2{
        top: 0;
    }
    .contact-editor .row,
    .contact-editor .col{
        display: block;
        width: auto;
        border-width: 1px 0;
    }
    .contact-editor .col{
        border-width: 1px 0;
        padding: 15px 0;
    }
    .contact-editor .col1{
        border-width: 0 0 1px;
    }
    .contact-editor .col3{
        border-width: 1px 0 0;
    }
    .contact-editor .col{
        border-color: #D1D1CF #D1D1CF #eee #eee ;
    }
    .contact-map iframe{
        border: 5px solid#fff;
        height: 200px;
        margin: 0px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
     .contact-map{
        height: 200px;
    }
}
