@charset "utf-8";
/*------------ footer_editor ------------*/
.site-info .community-common-phone{
    font-size: 18px;
    width: 20px;
    color: #fff;
    margin-right: 15px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-envelope{
    font-size: 18px;
    width: 20px;
    color: #fff;
    margin-right: 15px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-fax{
    font-size: 18px;
    width: 20px;
    color: #fff;
    margin-right: 15px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-map-marker{
    font-size: 21px;
    width: 20px;
    color: #fff;
    margin-right: 15px;
    text-align: center;
    position: relative;
    top: 3px;
    display: inline-block;
}
/*------------ about_editor ------------*/
/*首頁*/
.about-sect .txt-box .index-about-editor .editor h3 {
    color: #B18452;
    font-size: 23px;
    font-weight: normal;
    letter-spacing: 2.3px;
    line-height: 1.5;
    margin: 0 0 20px;
}
.about-sect .txt-box .index-about-editor .editor li+li {
    margin: 10px 0 0;
}
@media screen and (max-width: 1000px){
    .about-sect .txt-box .index-about-editor .editor h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 480px){
    .about-sect .txt-box .index-about-editor .editor h3 {
        font-size: 18px;
    }
}
/*內頁*/
.a_layout,
.a_layout * {
    position: relative;
    box-sizing: border-box;
}
.a_layout {
    max-width: 940px;
    margin: 0 auto;
}
.a_layout p {
    text-align: justify;
    color: #BFB098;
    margin: 0;
    letter-spacing: 2.5px;
    line-height: 2;
}
.a_layout .a_title {
    margin: 0;
}
.a_layout .a_title::before {
    content: '';
    position: absolute;
    bottom: -45px;
    right: 33%;
    width: 102px;
    height: 127px;
    background: url(../../../images/layout06/common/about/a_pic2.png) no-repeat;
    background-size: contain;
}
.a_layout .a_title span {
    position: absolute;
    top: -90%;
    left: 55px;
    transform: translateY(-50%);
    display: block;
    margin: 0;
    color: rgb(255 191 191 / 20%);
    font-size: 80px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.125;
    font-family: "Quicksand", sans-serif;
}
.a_layout .a_title h3 {
    position: relative;
    color: #64524C;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 0 0 0 30px;
}
.a_layout .a_title h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 21px;
    background: url(../../../images/layout06/common/index/title_ic.png) no-repeat;
}
.a_layout h4 {
    color: #B18452;
    font-size: 23px;
    font-weight: normal;
    letter-spacing: 2.3px;
    line-height: 1.5;
    margin: 0 0 10px;
}
.a_layout .a_item+.a_item {
    margin: 50px 0 0;
}
.a_layout .a_item.a_item1 {
    display: flex;
    align-items: flex-end;
}
.a_layout .a_item.a_item1 .a_col:first-of-type {
    width: 45%;
    padding-right: 12.5px;
}
.a_layout .a_item.a_item1 .a_col:last-of-type {
    width: calc(100% - 45%);
    padding-left: 12.5px;
}
.a_layout .a_item.a_item2 h4,
.a_layout .a_item.a_item3 h4 {
    font-size: 20px;
    margin: 0 0 5px;
}
.a_layout .a_item.a_item3 {
    display: flex;
    align-items: center;
}
.a_layout .a_item.a_item3 .a_col:first-of-type {
    width: calc(100% - 285px);
    padding-right: 42px;
}
.a_layout .a_item.a_item3 .a_col:last-of-type {
    width: 100%;
    max-width: 285px;
    padding-left: 42px;
}
.a_layout .a_item.a_item3 img {
    border-radius: 16px;
}
@media screen and (max-width: 1280px){
    .a_layout .a_item.a_item3 .a_col:first-of-type {
        width: calc(100% - 255.5px);
        padding-right: 12.5px;
    }
    .a_layout .a_item.a_item3 .a_col:last-of-type {
        width: 100%;
        max-width: 255.5px;
        padding-left: 12.5px;
    }
    .a_layout .a_title::before {
        right: 18%;
    }
    .a_layout .a_title span {
        font-size: 50px;
    }
}
@media screen and (max-width: 1100px){
    .a_layout .a_title::before {
        right: 0;
    }
}
@media screen and (max-width: 1000px){
    .a_layout .a_title h3{
        font-size: 25px;
    }
    .a_layout h4 {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px){
    .a_layout p {
        letter-spacing: 1px;
        line-height: 1.6;
    }
    .a_layout .a_item.a_item1 {
        flex-direction: column;
    }
    .a_layout .a_item.a_item1 .a_col:first-of-type {
        text-align: center;
        width: 100%;
        padding-right: 0;
        padding-bottom: 15px;
    }
    .a_layout .a_item.a_item1 .a_col:last-of-type {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
        text-align: center;
    }
    .a_layout .a_title {
        margin: 30px 0 0;
    }
    .a_layout .a_title::before {
        top: calc(100% + 10px);
        bottom: unset;
        right: unset;
        left: 72%;
        transform: translate(-50%, -50%);
        width: 80px;
        height: 100px;
    }
    .a_layout .a_title h3 {
        margin: 0 auto;
        padding: 0;
        width: fit-content;
    }
    .a_layout .a_title h3::before {
        right: 110%;
        left: unset;
    }
    .a_layout .a_title span {
        font-size: 65px;
        top: -10px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .a_layout h4 {
        text-align: center;
    }
    .a_layout .a_item.a_item3 {
        flex-direction: column;
    }
    .a_layout .a_item.a_item3 .a_col:first-of-type {
        width: 100%;
        padding-right: 0;
        padding-bottom: 15px;
    }
    .a_layout .a_item.a_item3 .a_col:last-of-type {
        text-align: center;
        width: 100%;
        max-width: unset;
        padding-left: 0;
        padding-top: 15px;
    } 
    .a_layout .a_item+.a_item {
        margin: 30px 0 0;
    }
}
@media screen and (max-width: 480px){
    .a_layout .a_title span{
        font-size: 40px;
    }
    .a_layout h4 {
        font-size: 18px;
    }
    .a_layout .a_title::before {
        left: 83%;
    }
    .a_layout .a_item.a_item2 h4,
    .a_layout .a_item.a_item3 h4 {
        font-size: 18px;
        margin: 0 0 5px;
    }
}
/*------------ service_editor ------------*/
/*首頁 index*/
.service-sect .editor h3 {
    text-align: center;
    font-weight: normal;
    font-size: 40px;
    letter-spacing: 6px;
    margin: 0;
}
@media screen and (max-width: 1000px){
    .service-sect .editor h3 {
        font-size: 30px;
        letter-spacing: 3px;
    }
}
@media screen and (max-width: 480px){
    .service-sect .editor h3 {
        font-size: 22px;
        letter-spacing: 1.5px;
    }
}
/*------------ 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: #5F5447;
    line-height: 30px;
    position: relative;
    margin: 0 20px 0 0;
    z-index: 0;
}
.contact-editor i:after{
    content: '';
    background: #FAE6DE;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.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: "\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;
}
.contact-editor .col a {
    transition: all 0.3s ease;
}
.contact-editor .col a:hover {
    color: #E76B6B;
    text-decoration: underline;
}
@media screen and (max-width: 1100px){
    .contact-editor i{
        text-indent: 0;
        line-height: 30px;
    }
}
@media screen and (max-width: 1000px){
    .contact-editor .col + .col{
        margin: 25px 0 0 0;
    }
    .contact-editor .col{
        float: none;
    }
    .terms-editor .title {
        font-size: 16px;
    }
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
}
.terms-editor .title{
    font-size: 18px;
    color: #9F8664;
    font-weight: normal;
    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;
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}