/*內頁關於我們*/
.a_layout{
    position: relative;
   font-family: "cwtexyen", sans-serif;
}
.a_layout .p-1{
    margin: 0;
    color: #A3CC98;
    font-size: 20px;
    line-height: 1.5;
}

.a_layout .a-1{
    text-align: center;
    margin-bottom: 75px;
    margin-top: 30px;
}

.a_layout .a-1 .col.txt{
    margin-top: 15px;
}

.a_layout .a-1 .title{
    color: #207E47;
    font-size: 48px;
    margin-bottom: 0px;
    letter-spacing: 0;
    font-weight: bold;
}
.a_layout .a-1 .p-1{
    font-size: 24px;
    letter-spacing: 3px;
    color: #EB9696;
    line-height: 1.6;
}

.a_layout .a-1 .p-1 span {
    background: #A3CD98;
    color: #fff;
    padding: 6px 10px;
    border-radius: 20px;
    margin-left: 10px;
}

.a_layout .a-2 .row{
    display: flex;
    position: relative;
    justify-content: flex-end;
    min-height: 564px;
    align-items: center;
}


.a_layout .a-2  .col.pic{
    position: absolute;
    left: 0;
    
}

.a_layout .a-2 .col.txt{
    background: url(../../images/common/about/border.png) 50% 50% no-repeat;
    background-size: cover;
    width: 757px;
    height: 440px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.a_layout .a-2  .t-1{
    margin-bottom: 22px;
}

.a_layout .a-2  .p-1{
    text-align: center;
    font-size: 24px;
}

.a_layout .a-3{
    margin-top: 85px;
}

.a_layout .a-3 .row{
     display: flex;
    position: relative;
    align-items: center;
    
}

.a_layout .a-3  .col.pic{
    width: 75%;
}
.a_layout .a-3  .col.txt{
     width: 25%;
}

.a_layout .a-3 .t-1{
    margin-bottom: 22px;
}

.a_layout .a-3 .p-1{
    line-height: 1.8;
}

@media screen and (max-width: 1380px) {

    .a_layout .a-2 .row {
        display: flex;
        position: relative;
        justify-content: flex-end;
        flex-direction: column-reverse;
        align-items: center;
    }

    .a_layout .a-2 .col.pic {
        position: relative;
        left: 0;
    }

    .a_layout .a-2 .col.txt {
        min-height: auto;
        margin-bottom: 40px;
        background:unset;
        background: #fff;
        border-width: 30px;
        border-style: solid;
        border-image-source: url(../../images/common/news/news-box.png);
        border-image-slice: 30;
        border-image-repeat: stretch;
        border-image-outset: 0;
        box-sizing: border-box;
        width: 100%;
        max-width: 757px;
    }

    .a_layout .a-3 .col.txt {
        width: 35%;
    }
    
}

@media screen and (max-width: 1200px) {
    .a_layout .a-3 .row{
        width: 100%; 
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .a_layout .a-3 .col.txt {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 25px;
        max-width: 210px;
    }
    .a_layout .a-3 .col.pic {
        width: 100%;
    }

}


@media screen and (max-width: 767px) {
    .a_layout{
        max-width: 484px;
        margin: 0 auto;
    }

    .a_layout .p-1 {
        font-size: 18px;
    }
    .a_layout .a-1 {
        text-align: center;
        margin-bottom: 45px;
        margin-top: 0px;
    }
    .a_layout .a-1 .title {
        color: #207E47;
        font-size: 28px;
    }
    .a_layout .a-1 .p-1 {
        font-size: 18px;
        letter-spacing: 1px;
        max-width: 300px;
        margin: 0 auto;
        line-height: 1.8;
    }

    .a_layout .a-1 .p-1 span{
        margin: 3px auto;
        display: inline-block;
        padding: 3px 10px;
    }
    .a_layout .a-2 .col.txt {
        
        height: auto;
        padding: 15px;
    }

    .a_layout .a-2 .p-1 {
        text-align: center;
        font-size: 18px;
    }

    .a_layout .a-3 {
       margin-top: 45px;
    }
}

/*END內頁關於我們*/

/*********** 前後台編輯器區塊共用的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;
}
/*首頁關於*/
.index-about-title {
    color: #207E47;
    font-size: 48px;
    margin-bottom: 20px;
    letter-spacing: 0;
    font-weight: bold;
    
    height: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
     
}
.index-about-p{
    font-size: 24px;
    letter-spacing: 3px;
    color: #EB9696;
    line-height: 1.6;
    height: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
     
}

.index-about-p span{
    background: #A3CD98;
    color: #fff;
    padding: 6px 10px;
    border-radius: 20px;
    margin-left: 10px;
}

@media screen and (max-width:767px) {
    .index-about-title {
        color: #207E47;
        font-size: 25px;
         height: auto;
        display:block;
        -webkit-line-clamp:unset;
        -webkit-box-orient:unset;
        overflow: unset;
        margin-bottom: 5px;
    }
    .index-about-p {
        font-size: 18px;
        letter-spacing: 1px;
        height: auto;
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: unset;
        /* background: rebeccapurple; */
        max-width: 285px;
        margin: 0 auto;
    }
    .index-about-p span {
        margin-left: 0;
        margin: 5px 0;
        display: inline-block;
    }
}

/*首頁關於*/

.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%;
}
.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 {
    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;
}
.service-editor-title {
    color: #444;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0 0 0.4em;
}
.terms-title {
    color: #217E48;
    font-size: 17px;
    margin: 0 0 0.5em;
}
@media screen and (max-width: 1280px) {
    
}
@media screen and (max-width: 1000px) {
    
   
}
@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;
    }
}
@media screen and (max-width: 600px) {
    .contact-map {
        height: 200px;
    }
}