
.contact-editor{
    font-size: 16px;
    font-family: 'Noto Serif TC', serif;
    margin-bottom: 50px;
}

/*------------ about-editor ------------*/
.a-layout{
    position: relative;
    margin: 0 auto;
    font-family: 'Noto Serif TC', serif;
    font-size: 16px;
    color: #463926;
    max-width: 888px;
    font-weight: bold;
    line-height: 2;
}

.a-layout h3{
    font-size: 25px;
    font-family: 'Noto Serif TC', serif;
    margin: 0;
}

.a-layout p{
    margin: 0;
}

.a-layout .a-1{
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.a-layout .a-2{
    padding-left: 70px;
    position: relative;
    margin-top: 55px;
    margin-bottom: 85px;
}

.a-layout .a-2::before{
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    width: 6px;
    height: 227px;
    left: 40px;
    border: 1px solid #D4C8B3;
    border-top: unset;
    border-bottom: unset;
}

.a-layout .a-3{
    background: url(../../images/common/about/ab02.jpg) repeat;
    padding: 50px 80px;
    color: #fff;
    position: relative;
}

.a-layout .a-3::before{

    content: "";
    position: absolute;
    opacity: 0.5;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid #D8CDBE;
}

.a-layout .a-3 h3{
    color: #fff;
}

@media screen and (max-width: 1380px) {
    .a-layout .a-2::before{
      display: none;
    }

    .a-layout .a-2 {
        padding-left: 70px;
        padding-right: 70px;
        position: relative;
        margin-top: 55px;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .a-layout h3 {
        font-size: 20px;
        font-family: 'Noto Serif TC', serif;
        margin: 0;
    }

    .a-layout .a-2 {
        padding-left: 0;
        padding-right: 0;
        padding: 0 0px;
        position: relative;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .a-layout .a-3 {
        background: url(../../images/common/about/ab02.jpg) repeat;
        padding: 30px 35px;
        color: #fff;
        position: relative;
    }
}

/*------------ products-editor ------------*/
.products-editor .list,
.products-editor .list li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.products-editor .list {
    margin: 0 -13px;
}
.products-editor .list li {
    width: calc((100% / 3) - 0.1px);
    display: inline-block;
    margin-right: -4px;
    padding: 0 13px;
    box-sizing: border-box;
    letter-spacing: 0.6px;
}
.products-editor .list li b {
    color: #C69664;
    display: block;
    font-size: 16px;
}
/*------------ news-editor ------------*/
.news-editor .tb01 h2 {
    font-size: 16px;
    color: #C79664;
    line-height: 1.6;
    margin: 0;
}
.news-editor .tb01 .pic {
    width: 345px;
    padding: 0 10px 0 0;
}
/*------------ terms-editor ------------*/
.terms-editor {
    color: #666;
    line-height: 1.75;
}
.terms-editor .title {
    font-size: 18px;
    font-weight: bold;
    color: #C89664;
    margin: 0;
}

.terms-title{
    color: #33383F;
    font-size: 20px;
    font-weight: bold;
 
    font-family: 'Noto Serif TC', serif;
}

/*------------ index-about-editor ------------*/
.index-about-editor {
    color: #968C85;
    /* padding: 0 0 50px; */
    padding-right: 0px;
    position: relative;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 115px;
    font-family: 'Noto Serif TC', serif;
    font-size: 16px;
}

.index-about-editor h3{
    font-size: 20px;
    font-family: 'Noto Serif TC', serif;
    margin: 0;
    color: #483B26;
    letter-spacing: 3px;
    margin-bottom: 15px;

}

.index-about-editor table .pic {
    width: 507px;
    padding: 0 15px;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1100px) {
    .index-about-editor {
        color: #968C85;
        /* padding: 0 0 50px; */
        padding-right: 0px;
        position: relative;
        line-height: 1.5;
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: unset;
        height: auto;
        font-family: 'Noto Serif TC', serif;
        font-size: 16px;
    }

    .index-about-editor h3 {
        font-size: 19px;
    
        letter-spacing: 2px;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 900px) {
    .news-editor .tb01 .pic,
    .news-editor .tb01 .txt {
        width: 100%;
        display: block;
        padding: 0 0 20px;
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    .about-editor .list,
    .products-editor .list {
        text-align: center;
        margin: 0;
    }
    .about-editor .list li,
    .products-editor .list li {
        width: 50%;
        padding: 0 13px 25px;
        text-align: left;
    }
}
@media screen and (max-width: 480px) {
    .about-editor .list li,
    .products-editor .list li {
        width: 100%;
        padding: 0 0 25px;
    }
    .notice-editor h2 i {
        font-size: 30px;
    }
}
