/*------------ 關於我們內頁 ------------*/

.layout .col1{
    position:relative;
    z-index:1;
} 

.layout .title1{
    font-size:90px;
    position:absolute;
    bottom: 160px;
    left: calc(0% - -190px);
    font-family: 'Montserrat';
    line-height: 0.85;
    color:#fff;
}
.layout .title2{
    font-size:25px;
    color:#333;

}
.layout .title3{
    font-size:20px;
    color:#525252;
    letter-spacing:3px;
     position:relative;
}
.layout .title3:after{
    content: '';
    width: 24px;
    height: 1px;
    background:#ccc;
    position: absolute;
    display: inline-block;
   bottom: -10px;
    left: calc(0% - 0px);
    padding-right: 0px;
}
.layout .title1 span{
    display:block;
    color:#f5c501;

}

.layout .col2{
    width:85%;
    margin:0 auto;
    background: rgb(249 249 249 / 0.9);
    padding: 41px 92px;
    box-sizing:border-box;
    margin-top: -155px;
    z-index:2;
    position:relative;
    display: flex;
    flex-direction: row;
}
.layout .col2 .txt{
    width: 65%;
    font-size:15px;
}
.layout .col2 .pic{
    position:absolute;
    right: calc(0% - -86px);
    top: -40px;
}
.layout .col2 .txt p{
    padding-top:20px;
    font-size:15px;
    color:#666666;
   
 
}
.layout .col2:before{
    content: '';
    width: 6px;
    height: 180px;
    background:#f5c501;
    position: absolute;
    display: inline-block;
    top: -76px;
    left: calc(0% - -62px);
    padding-right: 0px;
}
@media screen and (max-width: 1280px){


.layout .col2 .pic{
    position:relative;
    right: calc(0% - 38px);
    top:0px;
    padding:0 20px;
    box-sizing:border-box;
}
}
@media screen and (max-width: 1000px){
    .layout .col2 .txt {
    width:100%;
    font-size: 15px;
}
    .layout .col2{
    width:100%;
    padding: 40px;
   
    margin-top: 0px;
    z-index:2;
    position:relative;
    display: flex;
    flex-direction: column;
}
.layout .col2:before{
    
height: 80px;
    
top: -80px;
    
left: calc(0% - -41px);
}


.layout .title1{
    
font-size: 45px;
    
bottom: 5px;
    
left: calc(0% - -61px);
}

.layout .col2 .pic{
    padding-top:25px;
right: calc(0% - 0px);
    
text-align: left;
}
}






/*------------ 關於我們內頁 ------------*/


/*********** 前後台編輯器區塊共用的CSS設定 ***********/
img {
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.col {
    box-sizing: border-box;
}
.about-editor-layout {
    text-align: center;
}
.about-editor-layout .row {
    margin: 0 -23px;
}
.about-editor-layout .col {
    float: left;
    padding: 0 50px;
    width: 50%;
    box-sizing: border-box;
}
.about-editor-txt {
    background: url(../../images/common/about/txt_bg.jpg);
    padding: 11% 0px;
}
.content.about {
    max-width: 1280px;
    margin: 0 5%;
    padding: 60px 65px 0;
    position: relative;
}
.content.in{
    position: relative;
    min-height: 300px;
    background: #fff;
    box-sizing: border-box;
}
.banner.in{
    margin-bottom: -8%;
}
/*************************/
ul.service-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.service-list .item {
    float: left;
    width: 50%;
    padding: 0 30px;
    box-sizing: border-box;
}
ul.index-service .item {
    width: 100%;
    color: #fff;
    padding: 0;
}
ul.service-list .box {
    display: table;
    width: 100%;
    margin-bottom: 50px;
}
ul.service-list .box > * {
    display: table-cell;
}
ul.service-list .pic-box {
    vertical-align: top;
    padding-right: 20px;
}
ul.service-list .pic {
    display: inline-block;
    position: relative;
    width: 164px;
    height: 164px;
    line-height: 164px;
    text-align: center;
}
ul.service-list .pic:before {
    content: '';
    display: block;
    background: url(../../images/common/service/pic_cover.png) no-repeat;
    width: 164px;
    height: 164px;
    position: absolute;
    top: 0;
    left: 0;
}
ul.service-list .pic img {
    border-radius: 150px;
        max-width: 148px;
}
ul.service-list .txt {
    vertical-align: middle;
}
ul.service-list .name {
    color: #478A2B;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
}
ul.index-service .name {
    color: #E0D334;
}
ul.service-list .decription {
    line-height: 1.6;
}
.sercive-page{
    padding:70px 0 0px;
}
/**************************/
.products-editor-pic {
    float: right;
    width: 400px;
    margin: 0 0 10px 30px;
}
.contact-editor .row {
    margin: 0 -2%;
}
.contact-editor .col {
    float: left;
    padding: 0 2%;
}
.contact-editor .col1 {
    width: 44%;
}
.contact-editor .col2 {
    width: 56%;
    color: #111;
}
.contact-map {
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
    border: 8px solid #fff;
}
.contact-map iframe {
    display: block;
    max-height: 100%;
}
.contact-info-list {
    color: #555;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.contact-info-list li {
    position: relative;
    padding: 2px 0 2px 40px;
    margin: 8px 0;
    line-height: 25px;
}
.contact-info-list li:before {
    content: '';
    display: inline-block;
    background: url('../../images/common/contact/info_ic.png') no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
}
.contact-info-list li.tel:before  { background-position: 0 0; }
.contact-info-list li.mail:before { background-position: 0 50%; }
.contact-info-list li.addr:before { background-position: 0 100%; }
.contact-info-list a:hover {
    text-decoration: underline;
}
/*****************************/
.main-content.terms{
     margin-top: 60px;
     margin-bottom: 60px;
}
.banner.terms{
    margin-bottom: -8%;
}
.has-side .content.terms {
    max-width: 1280px;
    width:100%;
    margin:auto;
    padding: 60px 0 0;
    position: relative;
    background: #fff;
}
.editor.terms-page{
    width: 100%;
    max-width: 1175px;
    margin:auto;
    color: #929292;
    font-size: 14px;
}
.editor.terms-page b{
    color: #46A38A;
}
.editor.terms-page .terms-title{
    color: #333333;
    font-size: 21px;
}
@media screen and (max-width: 1280px) {
    .about-editor .row,
    .about-editor .col {
        display: block;
        width: auto;
    }
    .about-editor .row {
        max-width: 728px;
        margin: 0 auto;
    }
    .about-editor .col1 {
        padding: 0;
        margin-bottom: 4px;
    }
    .about-editor .col2 {
        padding: 30px;
    }
}
@media screen and (max-width: 1100px) {
     .about-editor-layout {
        max-width: 547px;
        margin: 0 auto;
    }
    .about-editor-layout .col {
        width: 100%;
        margin-bottom: 1.75em;
        padding: 0 25px;
    }
    ul.service-list .item {
        width: 100%;
    }
    ul.service-list .box {
        margin-bottom: 30px;
    }
    }
@media screen and (max-width: 767px) {
    .products-editor-pic {
        float: none;
        width: auto;
        text-align: center;
    }
    .contact-editor {
        padding: 0 2%;
    }
    .contact-editor .col {
        width: 100%;
        padding: 0;
    }
    .contact-map {
        margin-bottom: 1.8em;
    }
     .content.in {
        padding: 40px 0 0;
    }
     .banner.in,
    .content.in {
        margin: 0;
    }
    .has-side .content.terms {
    padding-top: 30px;
}
}
@media screen and (max-width: 600px) {
    .contact-map {
        height: 200px;
    }
    ul.service-list .item {
        padding: 0;
    }
    ul.service-list .box,
    ul.service-list .box > * {
        display: block;
        text-align: center;
    }
    ul.service-list .box {
        max-width: 450px;
        margin: 0 auto 30px;
    }
    ul.service-list .pic-box {
        margin-bottom: 15px;
        padding: 0;
    }
}