@charset "utf-8";
/*------------ about-editor ------------*/
.a_layout{
    position: relative;
    display: flex;
    flex-direction: column;
}
.a_layout .a_item1{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 54px;
}
.a_layout .a_item1 .a_txt{
    position: relative;
    width: 400px;
}
.a_layout .a_item1 .a_txt .a_title{
    position: relative;
    display: flex;
    align-items: baseline;
    margin-bottom: 45px;
}
.a_layout .a_item1 .a_txt .a_title span{
    position: relative;
    font-family: "Kaushan Script", cursive;
    font-size: 60px;
    font-weight: normal;
    letter-spacing: 0.02em;
    line-height: 1.2;
    color: #468350;
    padding: 0;
    margin: 0;
    left: -4px;
}
.a_layout .a_item1 .a_txt .a_title h2 {
    position: relative;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 350;
    font-size: 28px;
    letter-spacing: 0.2em;
    line-height: 1.2;
    color: #64A46D;
    padding: 0;
    margin: 0;
    margin-left: 25px;
}
.a_layout .a_item1 .a_txt .a_title::before {
    content: '';
    display: block;
    position: absolute;
    background: #64A46D;
    width: 50px;
    height: 1px;
    left: 0;
    bottom: -18px;
    z-index: 1;
}
.a_layout .a_item1 .a_txt  h4 {
    position: relative;
    color: #DDB919;
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 0.3em;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 12px;
}
.a_layout .a_item1 .a_txt {
    position: relative;
    font-family: "Noto Sans TC", sans-serif;
    color: #6D6664;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.15em;
    line-height: 2;
}
.a_layout .a_item1 .a_pic{
    width: 53.3%;
}
.a_layout .a_item2{
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.a_layout .a_item2 .a_txt  h4 {
    position: relative;
    color: #DDB919;
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 0.3em;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 12px;
}
.a_layout .a_item2 .a_txt{
    position: relative;
    font-family: "Noto Sans TC", sans-serif;
    color: #6D6664;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.15em;
    line-height: 2;
    width: 650px;
    margin: 0 auto 28px;
}
.a_layout .a_item2 .a_pic{
    position: relative;
    display: block;
}
/* .a_layout .a_item2 .a_pic::before{
    content: '';
    display: block;
    position: absolute;
    width: 141px;
    height: 190px;
    background: url(../../../images/layout06/common/about/a_deco_pic.png) repeat;
    left: 8px;
    top: -138px;
} */
/* .a_layout .a_item2 .a_pic::after{
    content: '';
    display: block;
    position: absolute;
    width: 140px;
    height: 190px;
    background: url(../../../images/layout06/common/about/a_deco_pic2.png) repeat;
    right: 12px;
    top: -138px;
} */
@media screen and (max-width: 1280px) {
    .a_layout .a_item1{
        flex-direction: column;
        margin-bottom: 40px;
    }
    .a_layout .a_item1 .a_txt{
        width: 100%;
        margin-bottom: 24px;
        text-align: center;
    }
    .a_layout .a_item2 .a_txt{
        width: 100%;
    }
    .a_layout .a_item1 .a_txt .a_title{
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }
    .a_layout .a_item1 .a_txt .a_title span{
        left: 0;
        right: 0;
        margin: 0 auto 15px;
    }
    .a_layout .a_item1 .a_txt .a_title h2{
        margin: 0 auto;
    }
    .a_layout .a_item1 .a_txt .a_title::before {
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 45px;
        width: 30px;
    }
    .a_layout .a_item1 .a_pic{
        width: fit-content;
        margin: 0 auto;
    }
    .a_layout .a_item2 .a_pic::before{
        left: 0;
        transform: scale(.8);
        opacity: .8;
    }
    .a_layout .a_item2 .a_pic::after{
        right: 0;
        transform: scale(.8);
        opacity: .8;
    }
}
@media screen and (max-width: 1000px) {
    .a_layout .a_item1 {
        flex-direction: column;
        margin-bottom: 36px;
    }
    .a_layout .a_item1 .a_txt .a_title{
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 24px !important;
    }
    .a_layout .a_item1 .a_txt .a_title span{
        font-size: 36px;
        margin-bottom: 15px !important;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .a_layout .a_item1 .a_txt .a_title h2{
        font-size: 22px;
        margin: 0 auto;
    }
    .a_layout .a_item1 .a_txt .a_title::before {
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 34px !important;
        width: 30px;
    }
    .a_layout .a_item1 .a_txt h4 ,.a_layout .a_item2 .a_txt h4{
        text-align: center;
        font-size: 18px;
        margin-bottom: 8px;
        letter-spacing: 0.15em;
    }
    .a_layout .a_item1 .a_txt ,.a_layout .a_item2 .a_txt {
        font-size: 14px;
        text-align: center;
        width: 650px;
    }
    .a_layout .a_item2 .a_txt{
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 767px) {
    .a_layout .a_item1 .a_txt, .a_layout .a_item2 .a_txt{
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .a_layout .a_item2 .a_pic::before, .a_layout .a_item2 .a_pic::after{
        display: none;
    }
}
/*------------ service-editor ------------*/

/*------------ contact-editor ------------*/
.contact-editor .col{
    float: left;
}
.contact-editor .col + .col{
    margin: 0 0 0 25px;
}
.contact-editor i{
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 30px;
    position: relative;
    margin: 0 20px 0 0;
    z-index: 0;
}
.contact-editor i:after{
    content: '';
    background: #64A46D;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: rotate(45deg); 
}
.contact-editor i: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;
}
.contact-editor .tel i:before{
    content: "\e923";
    font-size: 18px;
}
.contact-editor .tel2 i:before{
    content: "\ff001";
}
.contact-editor .fax i:before{
    content: "\ff002";
}
.contact-editor .mail i:before{
    content: "\ff003";
}
.contact-editor .add i:before{
    content: "\ff004";
    font-size: 18px;
    position: relative;
    top: 2px;
}
.contact-editor .col a,
.contact-editor .col span{
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: middle;
}
/*------------ video-editor ------------*/
.video-editor .pic{
    float: left;
    margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
}
.terms-editor .title{
    font-size: 17px;
    color: #64A46D;
    font-family: "Noto Sans TC", sans-serif;
    margin: 0;
}
.terms-editor p{
    text-indent: 0em;
    margin: 0 0 50px;
}
.terms-editor .row{
    margin: 0 -27px;
}
.terms-editor .col{
    padding: 0 27px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}
/*------------ index-editor ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1280px){

}
@media screen and (max-width: 960px){
    .contact-editor .col + .col{
        margin: 25px 0 0 0;
    }
    .contact-editor .col{
        float: none;
    }
}
@media screen and (max-width: 1100px){
    .contact-editor i{
        text-indent: 0px;
        line-height: 30px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
