@charset "utf-8";
/*------------ about-editor ------------*/
/*index*/
.a_layout,
.a_layout * {
    position: relative;
    box-sizing: border-box;
}
.about-sect .txt-box .index-about-editor .editor h3 {
    margin: 0 0 10px;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 3px;
    line-height: 1.5;
    color: #A38B77;
}
.about-sect .txt-box .index-about-editor .editor h3 span {
    display: block;
}
@media screen and (max-width: 1000px) {
    .about-sect .txt-box .index-about-editor .editor h3 {
        font-size: 18px;
    }
    .about-sect .txt-box .index-about-editor .editor h3 span {
        display: inline;
    }
}
/*content*/
.ac_layout,
.ac_layout * {
    position: relative;
    box-sizing: border-box;
}
.ac_layout {
    max-width: 1045px;
    margin: 0 auto;
    padding: 30px 0 0;
}
.ac_layout .ac_title{
    margin: 0 0 30px;
}
.ac_layout h3 {
    color: #444444;
    font-size: 35px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0;
}
.ac_layout .ac_title::after {
    content: '';
    position: relative;
    display: block;
    width: 40px;
    height: 2px;
    background: #62403C;
    margin: 25px 0 0;
    visibility: visible;
}
.ac_layout .ac_title span {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #62403C;
    letter-spacing: 1px;
    line-height: 1.2;
    font-family: 'Tenor Sans', serif;
}
.ac_layout h4 {
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1.5;
    color: #A38B77;
}
.ac_layout p {
    text-align: justify;
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.8;
}
.ac_layout .ac_item+.ac_item {
    margin: 85px 0 0;
}
.ac_layout .ac_item.one {
    display: flex;
    align-items: center;
}
.ac_layout .ac_item.one .ac_col:first-of-type {
    width: 45.5%;
    border-radius: 0 10vw 0 0;
}
.ac_layout .ac_item.one .ac_col:first-of-type img {
    border-radius: 0 10vw 0 0;
}
.ac_layout .ac_item.one .ac_col:last-of-type {
    width: 54.5%;
    padding-left: 50px;
}
.ac_layout .ac_item.one h4 {
    margin: 0 0 20px;
}
.ac_layout .ac_item.one h4:last-of-type {
    margin: 20px 0 0;
}
.ac_layout .ac_item.one h4 span {
    display: block;
}
.ac_layout .ac_item.two .ac_title {
    text-align: center;
    margin: 0 auto 30px;
}
.ac_layout .ac_item.two .ac_title::after {
    margin: 30px auto 0;
}
.ac_layout .ac_item.two .ac_col:last-of-type {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.ac_layout .ac_item.two .ac_box {
    width: calc(100% / 2);
    padding: 40px;
}
.ac_layout .ac_item.two .ac_box .ac_pic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 100%;
    margin: 0 0 20px;
}
.ac_layout .ac_item.two .ac_box .ac_pic img {
    width: 70px;
}
.ac_layout .ac_item.two .ac_box:nth-of-type(odd)::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: calc(100% - 10%);
    background: #c7b7ab;
}
.ac_layout .ac_item.two .ac_box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 10%);
    height: 1px;
    background: #c7b7ab;
}
.ac_layout .ac_item.two .ac_box:nth-of-type(1):after,
.ac_layout .ac_item.two .ac_box:nth-of-type(2):after{
    display: none;
}
.ac_layout .ac_item.three .ac_title::after {
    margin: 30px auto 0;
}
.ac_layout .ac_item.three .ac_title {
    text-align: center;
    margin: 0 auto 30px;
}
.ac_layout .s_layout h3 {
    font-size: 25px;
}
.ac_layout .s_layout .s_sect_1 {
    padding: 40px;
}
.ac_layout .s_layout .s_sect_1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    border: 1px solid #eadfd5;
    box-shadow: 0 10px 30px rgba(123, 96, 72, .08);
    border-radius: 30px;
    background: linear-gradient(135deg, #f7f2ed 0%, #fdfbf9 55%, #f2ebe4 100%);
    border-radius: 30px;
}
@media screen and (max-width: 1000px){
    .ac_layout .ac_title {
        text-align: center;
    }
    .ac_layout h3 {
        font-size: 30px;
    }
    .ac_layout .ac_item.one h4 span{
        display: inline;
    }
    .ac_layout .ac_item .ac_title::after,
    .ac_layout .ac_item.two .ac_title::after,
    .ac_layout .ac_item.three .ac_title::after {
        margin: 20px auto 0;
    }
    .ac_layout .ac_item+.ac_item {
        margin: 50px 0 0;
    }
    .ac_layout .ac_item.one {
        flex-direction: column-reverse;
    }
    .ac_layout .ac_item.one .ac_col:first-of-type {
        width: 100%;
        border-radius: 0 10vw 0 0;
        padding: 0 30px;
        text-align: center;
    }
    .ac_layout .ac_item.one .ac_col:first-of-type img {
        border-radius: 15px 20vw 15px 15px;
    }
    .ac_layout .ac_item.one .ac_col:last-of-type {
        width: 100%;
        padding: 0 0 25px;
    }
    .ac_layout .ac_item.two .ac_box {
        width: 100%;
        padding: 30px;
        text-align: center;
    }
    .ac_layout .ac_item.two .ac_box:first-of-type {
        padding-top: 0;
    }
    .ac_layout .ac_item.two .ac_box:nth-of-type(odd)::before {
        display: none;
    }
    .ac_layout .ac_item.two .ac_box::after,
    .ac_layout .ac_item.two .ac_box:nth-of-type(1):after,
    .ac_layout .ac_item.two .ac_box:nth-of-type(2):after {
        display: none;
    } 
    .ac_layout .ac_item.two .ac_box+.ac_box::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 1px;
        background: #A38B77;
    }
    .ac_layout .ac_item.two h4 {
        margin: 0 0 5px;
    }
    .ac_layout .s_layout .s_list {
        margin: 0;
        padding: 0 15px;
    }
    .ac_layout .s_layout .s_item {
        padding: 0 15px;
        margin: 0 auto;
    }
    .ac_layout .ac_item.two .ac_box .ac_pic {
        text-align: center;
        margin: 0 auto 15px;
    }
    .ac_layout .ac_item.two .ac_box .ac_txt p {
        text-align: center;
    }
}
/*------------ /about-editor ------------*/
/*------------ service-editor ------------*/
.s_layout,
.s_layout * {
    position: relative;
    box-sizing: border-box;
}
.s_layout .s_sect+.s_sect {
    margin: 40px 0 0;
}
.s_layout h3 {
    text-align: center;
    margin: 0 0 40px;
    padding: 0 0 10px;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1.5;
    color: #444;
    border: 1px solid rgb(98, 64, 60, 0.2);
    border-width: 0 0 1px;
}
.s_layout h4 {
    margin: 0;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1.5;
    color: #A38B77;
    transition: all 0.3s ease;
}
.s_layout p {
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.8;
}
/*s_sect_1*/
.s_layout .s_sect_1 {
    position: relative;
    box-sizing: border-box;
    padding: 40px 0;
}
.s_layout .s_sect_1::before {
    content: '';
    position: absolute;
    top: 0;
    left: -10%;
    right: 0;
    margin: 0 auto;
    width: calc(100% + 20%);
    height: 100%;
    border: 1px solid #eadfd5;
    box-shadow: 0 10px 30px rgba(123, 96, 72, .08);
    border-radius: 30px;
    background: linear-gradient(135deg, #f7f2ed 0%, #fdfbf9 55%, #f2ebe4 100%);
}
.s_layout .s_sect_1 .s_list {
    display: flex;
    margin: 0 -25px;
}
.s_layout .s_sect_1 .s_item {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 0 25px;
    width: calc(100% / 3);
}
.s_layout .s_sect_1 .s_box {
    position: relative;
    display: flex;
    flex-direction: column;
}
.s_layout .s_sect_1 .s_box .s_top {
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px;
}
.s_layout .s_sect_1 .s_box .s_icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    background: #A38B77;
    border-radius: 100%;
    margin: 0 0 30px;
}
.s_layout .s_sect_1 .s_box .s_icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #fff;
    border-radius: 100%;
    opacity: 0.3;
}
.s_layout .s_sect_1 .s_box .s_icon img {
    width: 115px;
}
.s_layout .s_sect_1 .s_box p {
    text-align: center;
}
/*s_sect_2*/
.s_layout .s_sect_2 .s_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.s_layout .s_sect_2 .s_item {
    display: flex;
    padding: 0 10px;
    margin: 0 0 20px;
    width: calc(100% / 2);
}
.s_layout .s_sect_2 .s_box {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 40px 30px;
    width: 100%;
    background: linear-gradient(135deg, #f7f2ed 0%, #fdfbf9 55%, #f2ebe4 100%);
    border: 1px solid #eadfd5;
    box-shadow: 0 10px 30px rgba(123, 96, 72, .08);
    border-radius: 28px;
    transition: all 0.3s ease;
}
.s_layout .s_sect_2 .s_box:hover {
    background: #B1937C;
    border-color: #B1937C;
}
.s_layout .s_sect_2 .s_box:hover h4 {
    color: #fff;
}
.s_layout .s_sect_2 .s_box:hover p {
    color: rgba(255, 255, 255, .5);
}
.s_layout .s_sect_2 .s_box a.cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.s_layout .s_sect_2 .s_box .s_top {
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #c7b7ab;
    padding: 0 0 15px;
    margin: 0 0 15px;
    transition: all 0.3s ease;
}
.s_layout .s_sect_2 .s_box:hover .s_top {
    border-color: rgba(255, 255, 255, .2);
}
.s_layout .s_sect_2 .s_box .s_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95px;
    height: 95px;
    background: #ECE6E0;
    border-radius: 100%;
    margin: 0 0 10px;
}
.s_layout .s_sect_2 .s_box .s_icon img {
    width: 55px;
}
@media screen and (max-width: 1000px){
    .s_layout .s_sect_1 {
        padding: 40px 0;
    }
    .s_layout .s_sect_1 .s_list {
        margin: 0;
        flex-wrap: wrap;
    }
    .s_layout .s_sect_1 .s_item {
        width: 100%;
        padding: 0;
    }
    .s_layout .s_sect_1 .s_item+.s_item {
        margin: 40px 0 0;
    }
    .s_layout .s_sect_1 .s_box .s_icon {
        width: 160px;
        height: 160px;
        margin: 0 0 15px;
    }
    .s_layout .s_sect_1 .s_box .s_icon img {
        width: 80px;
    }
    .s_layout .s_sect_1 .s_box .s_top {
        margin: 0 0 5px;
    }
    .s_layout .s_sect_2 .s_list {
        margin: 0;
        flex-wrap: wrap;
    }
    .s_layout .s_sect_2 .s_item {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .s_layout .s_sect_2 .s_item+.s_item {
        margin: 25px 0 0;
    }
    .s_layout p {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .s_layout .s_sect_2 .s_box .s_top {
        padding: 0 0 15px;
    }
    .s_layout h3 {
        font-size: 25px;
        margin: 0 0 30px;
    }
}
/*------------ /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: #A38B77;
    line-height: 30px;
    position: relative;
    margin: 0 15px 0 0;
    z-index: 0;
}
.contact-editor i:after{
    content: '';
    background: #F4F0EC;
    border: 1px solid #A38B77;
    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;
    position: relative;
    width: 32px;
    height: 32px;
    line-height: 32px;
    left: 55%;
    transform: translateX(-50%);
}
.contact-editor .tel i:before{
    content: "\ff001";
}
.contact-editor .fax i:before{
    content: "\ff002";
}
.contact-editor .line i:before{
    content: "\e905";
    font-family: 'community' !important;
}
.contact-editor .mail i:before{
    content: "\ff003";
}
.contact-editor .add i:before{
    content: "\ff004";
    font-size: 18px;
    position: relative;
}
.contact-editor .col a,
.contact-editor .col span{
    display: inline-block;
    width: calc(100% - 45px);
    vertical-align: middle;
}
.contact-editor a:hover {
    color: #613F3B;
    opacity: 1;
}
@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: 15px 0 0 0;
    }
    .contact-editor .col{
        float: none;
    }
}
/*------------ /contact-editor ------------*/
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
}
.terms-editor .title{
    font-size: 18px;
    font-weight: normal;
    color: #A38B77;
    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 .title{
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
/*------------ /terms-editor ------------*/