@charset "utf-8";
/*------------ about-editor ------------*/
/*index*/
.about-sect .txt-box .index-about-editor .editor h3 {
    text-align: center;
    color: #805F37;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 5px;
    line-height: 1.5;
    margin: 0 0 10px;
}
@media screen and (max-width: 1280px){ 
    .about-sect .txt-box .index-about-editor .editor h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 1000px){ 
    .about-sect .txt-box .index-about-editor .editor h3 {
        font-size: 18px;
        letter-spacing: 2px;
    }
}
/*content*/
.a_layout,
.a_layout * {
    position: relative;
    box-sizing: border-box;
}
.a_layout {
    padding: 50px 0 0;
    max-width: 936px;
    margin: 0 auto;
}
.a_layout .a_item p {
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.8;
}
.a_layout .a_item .a_title {
    margin: 0 0 40px;
}
.a_layout .a_item span {
    display: block;
    color: #A08667;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.75px;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 5px;
    font-family: 'Montserrat', serif;
}
.a_layout .a_item h3 {
    color: #444;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 0;
}
.a_layout .a_item h4 {
    color: #805F37;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 5px;
    line-height: 1.2;
    margin: 0 0 10px;
}
.a_layout .a_item.one {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 40px 40px;
}
.a_layout .a_item.one::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 5%;
    display: block;
    width: 330px;
    height: 330px;
    background: url(../../../images/layout06/common/index/a_logo.png) no-repeat;
    background-size: contain;
}
.a_layout .a_item.one .a_col:first-of-type {
    width: 25%;
    padding-right: 5%;
    padding-top: 5px;
}
.a_layout .a_item.one .a_col:last-of-type {
    width: calc(100% - 25%);
}
.a_layout .a_item.one .a_title {
    margin: 0;
}
.a_layout .a_item.three {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: -40px 0 0;
    padding: 0 40px;
}
.a_layout .a_item.three .a_col:first-of-type {
    width: 50%;
    padding-right: 20px;
}
.a_layout .a_item.three .a_col:first-of-type img {
    object-fit: cover;
    height: 100% !important;
    max-width: inherit;
}
.a_layout .a_item.three .a_col:last-of-type {
    width: calc(100% - 50%);
    padding: 10% 0 5% 20px;
}
.a_layout .a_item.three .a_txt+.a_txt {
    padding: 20px 0 0;
}
@media screen and (max-width: 1280px){
    .a_layout .a_item p {
        font-size: 15px;
    }
    .a_layout .a_item.three .a_col:last-of-type {
        padding: 5% 0 20px 20px;
    }
    .a_layout .a_item .a_title {
        margin: 0 0 30px;
    }
    .a_layout .a_item span{
        font-size: 15px;
    }
    .a_layout .a_item h3 {
        font-size: 35px;
    }
    .a_layout .a_item h4 {
        letter-spacing: 2px;
        font-size: 20px;
    }
    .a_layout .a_item.one {
        padding: 0 20px 40px;
    }
    .a_layout .a_item.three {
        margin: -40px 0 0;
        padding: 0 20px;
    }
}
@media screen and (max-width: 1100px){
    .a_layout .a_item.one{
        flex-direction: column;
    }
    .a_layout .a_item.one .a_col:first-of-type {
        width: 100%;
        padding: 0 0 30px;
        text-align: center;
    }
    .a_layout .a_item.one .a_col:last-of-type {
        width: 100%;
        text-align: center;
    }
    .a_layout .a_item.one::before {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .a_layout .a_item.three {
        flex-direction: column-reverse;
        padding: 40px 0 0;
        margin: 0;
    }
    .a_layout .a_item.three .a_col:last-of-type {
        padding: 0 0 30px;
        width: 100%;
        text-align: center;
    }
    .a_layout .a_item.three .a_col:first-of-type {
        width: 100%;
        padding-right: 0;
        text-align: center;
        overflow: hidden;
    }
    .a_layout .a_item.one::before {
        opacity: 0.5;
    }
}
@media screen and (max-width: 1000px){
    .a_layout .a_item h4 {
        font-size: 18px;
    }
}
/*------------ /about-editor ------------*/
/*------------ service-editor ------------*/
.s_layout,
.s_layout * {
    position: relative;
    box-sizing: border-box;
}
.s_layout .s_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px;
}
.s_layout .s_box {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
}
.s_layout .s_box .s_pic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(208, 195, 179, 0.5);
    background: rgba(19, 19, 16, 0.8);
    transition: all 0.5s ease;
}
.s_layout .s_box:hover .s_pic {
    background: linear-gradient(to top, #826037 0%, #B4854B 100%);
}
.s_layout .s_box .s_pic img {
    max-width: 50px;
    transition: all 0.3s ease;
}
.s_layout .s_box:hover .s_pic img {
    filter: brightness(100);
}
.s_layout .s_box .s_txt {
    text-align: center;
    padding: 30px 0 0;
}
.s_layout .s_box .s_txt h3 {
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 5px;
    line-height: 1.2;
    margin: 0 0 10px;
}
.s_layout .s_box .s_txt h3 span {
    font-family: 'Montserrat', serif;
    padding-right: 10px;
}
.s_layout .s_box .s_txt p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1000px){
    .s_layout .s_list{
        margin: 0;
        flex-wrap: wrap;
    }
    .s_layout .s_box {
        width: 100%;
        padding: 0 50px 30px;
    }
    .s_layout .s_box .s_txt {
        text-align: center;
        padding: 15px 0 0;
    }
    .s_layout .s_box .s_txt h3 {
        font-size: 20px;
        letter-spacing: 2px;
    }
    .s_layout .s_box .s_txt h3 span {
        padding-right: 5px;
    }
    .s_layout .s_box .s_txt p {
        color: rgba(255, 255, 255, 0.6);
    }
}
/*------------ /service-editor ------------*/
/*------------ contact-editor ------------*/
.contact-info .is-container-in {
    padding: 0;
}
.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: #826037;
    background: linear-gradient(to right, #826037 0%, #B4854B 100%);
    color: #fff;
    border: 1px solid rgb(208, 195, 179, 0.5);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    box-sizing: border-box;
    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: "\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;
}
@media screen and (max-width: 1100px){
    .contact-editor i{
        text-indent: 0px;
        line-height: 30px;
    }
}
@media screen and (max-width: 1000px){
    .contact-editor .col + .col{
        margin: 15px 0 0 0;
    }
    .contact-editor .col{
        float: none;
    }
}
@media screen and (max-width: 500px) {
    .contact-info .remote-row {
        margin: 0;
    }
}
/*------------ /contact-editor ------------*/
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
}
.terms-editor .title{
    font-size: 18px;
    color: #826037;
    font-weight: 600;
    letter-spacing: 1px;
    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: 1000px){
    .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 ------------*/