/*********** 前後台編輯器區塊共用的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 30px;
    margin: 8px 0;
    line-height: 25px;
}
.contact-info-list li: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;
    font-size: 15px;
    color: #CCFF99;
    position: absolute;
    left: 0;
    top: 6px;
}
.contact-info-list li.tel:before  {
    content: "\ff001";
}
.contact-info-list li.fax:before {
    content: "\ff002";
}
.contact-info-list li.mail:before {
    content: "\ff003";
}
.contact-info-list li.add:before {
    content: "\ff004";
    font-size: 18px;
    left: 3px;
    top: 4px;
}
.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;
    }
}