/* 首頁 關於我們 開始 */
.about-sect .t-1{
    color: #F1810D;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 56px;
    margin-bottom: 15px;
    letter-spacing: 5px;
}
.about-sect .p-1{
    color: #666666;
    font-size: 15px;
    font-weight: normal;
    line-height: 23px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 92px;
}
@media screen and (max-width: 1000px) {
    .about-sect .t-1 {
        font-size: 18px;
        line-height: 25px;
        display: block;         
        height: unset;
        letter-spacing: 2px;
        text-align: center;
    }
    .about-sect .p-1 {
        display: block;
        height: unset;
    }
}

/* 首頁 關於我們 結束 */

/* 內頁 關於我們 開始 */
.about-box .a-1{
    margin-bottom: 60px;
}
.about-box .a-2{
    margin-bottom: 30px;
}
.about-box .a-3{
    margin-bottom: 50px;
}
.about-box .a-row{
    display: flex;
}
.about-box .a-col:nth-child(1){
    width: 50%;
    box-sizing: border-box;
    padding-right: 45px;
}
.about-box .a-col:nth-child(2){
    width: 50%;
    box-sizing: border-box;
}
.about-box .t-1{
    font-family: 'Noto Serif TC', serif;
    font-weight: bold;
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 3px;
    color: #F17F0C;
    margin: 0;
    margin-bottom: 20px;
}
.about-box .p-1{
    font-size: 16px;
    color: #666666;
    margin: 0;
    margin-bottom: 10px;
    line-height: 25px;
}
.about-box .pic-list{
    text-align: center;
}
.about-box .pic-list img{
    margin-left: 8px;
    margin-right: 8px; 
}
.about-box .t-2{
    color: #666666;
    font-size: 20px;
    line-height: 25px;
    font-weight: normal;
    margin: 0;
    margin-bottom: 20px;
    letter-spacing: 3px;
}
.about-box .a-2 .t-1{
    margin-bottom: 35px;
}


@media screen and (max-width: 1200px) {
    .about-box .a-row {
        flex-direction: column;
    }
    .about-box .a-col:nth-child(1) {
        width: 100%;
        padding-right: 0;
    }
    .about-box .a-col:nth-child(2) {
        width: 100%;
        padding-right: 0;
    }
    .about-box .a-1 {
        margin-bottom: 30px;
    }
    .about-box .a-2 {
        margin-bottom: 20px;
    }
    .about-box .a-3 {
        margin-bottom: 30px;
    }

    .about-box .a-1 .a-col:nth-child(1),
    .about-box .a-2 .a-col:nth-child(2){
        text-align: center;
    }
    .about-box .a-1 .a-col:nth-child(1){
        margin-bottom: 20px;
    }

    .about-box .t-1 {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 1px;
        color: #F17F0C;
        margin-bottom: 15px;
        text-align: center;
    }
    .about-box .a-2 .t-1 {
        margin-bottom: 15px;
    }
    .about-box .p-1 {
        font-size: 15px;
        margin-bottom: 20px;
        line-height: 25px;
    }
}
/* 內頁 關於我們 結束 */

/*********** 前後台編輯器區塊共用的CSS設定 ***********/
.editor-divider {
    border: 0;
    border-top: 1px dotted #ddd;
    margin: 1.7em 0;
}
.index-service-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.index-service-list .item {
    padding: 20px 0px;
}

.index-service-list .item + .item {
    border-top:dashed 1px #444444;
}
.index-service-list .box{
    max-width: 456px;
}
.index-service-list .name {
    color: #545454;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    padding-left: 12px;
    position: relative;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 21px;
    margin-bottom: 8px;
}
.index-service-list .name:before {
    content: '';
    border-left: 3px double #972E7F;
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 0;
}
.index-service-list .description {
    color: #777;
    font-size: 13px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
}
.news-editor-pic {
    float: right;
    width: 300px;
    text-align: center;
    margin-left: 30px;
}
.about-editor-title {
    color: #444;
    font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
.products-editor .row {
    margin: 0 -14px;
}
.products-editor .col {
    float: left;
    padding: 0 14px;
}
.products-editor .col1 {
    width: 70%;
}
.products-editor .col2 {
    width: 30%;
    text-align: right;
}
.service-list {
    list-style-type: none;
    padding: 0;
    margin: 0 -2%;
}
.service-list .item {
    float: left;
    width: 50%;
    padding: 0 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.service-list .item:nth-child(2n+1) {
    clear: left;
}
.service-list .box {
    border: 1px solid #DBDBDB;
    overflow: hidden;
    padding: 5px;
    margin: 0 auto 40px;
}
.service-list .pic {
    float: left;
    width: 300px;
}
.service-list .txt {
    margin-left: 320px;
}
.service-list .name {
    color: #535353;
    font-size: 17px;
    font-weight: bold;
    padding: 5px 0;
}
.service-list .description {
    color: #666;
    font-size: 13px;
    line-height: 1.7;
     display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 150px;
}
.terms-title {
    color: #F17F0C;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 10px;
}
@media screen and (max-width: 1220px) {
    .service-list .item {
        width: 100%;
    }
    .service-list .item:nth-child(n) {
        clear: none;
    }
    .index-service-list .item {
    padding: 0 0 10px;
}
.service-list .description {
    overflow: inherit;
    height: auto;
    height:100%;
    display:  block;
}
}
@media screen and (max-width: 767px) {
    .news-editor-pic {
        float: none;
        margin: 0 auto 1.7em;
        width: auto;
    }
    .products-editor .col {
        width: 100%;
    }
    .products-editor .col + .col {
        margin-top: 1.7em;
    }
    .service-list .box {
        margin-bottom: 30px;
    }
    .service-list .pic {
        width: 240px;
    }
    .service-list .txt {
        margin-left: 260px;
    }
}
@media screen and (max-width: 600px) {
    .service-list .box {
        max-width: 300px;
        margin: 0 auto 30px;
    }
    .service-list .pic {
        float: none;
        width: auto;
    }
    .service-list .txt {
        margin: 0;
        padding: 5px;
    }
}