@charset "utf-8";
/*------------ about-editor ------------*/
/*content*/
.a_layout,
.a_layout * {
    position: relative;
    box-sizing: border-box;
}
.a_layout {
    padding: 30px 0 0;
}
.a_layout p {
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.8;
}
.a_layout .a_title {
    margin: 0 0 40px;
}
.a_layout .a_title span {
    display: block;
    color: rgb(103, 81, 57, 0.3);
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.2;
    font-family: 'Quicksand', serif;
}
.a_layout .a_title h3 {
    color: #665139;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0 0 0 -18px;
}
.a_item.about {
    display: flex;
    align-items: center;
    margin: 0 0 100px;
}
.a_item.about .a_col:first-of-type {
    width: 49%;
    padding-bottom: 10px;
    padding-right: 10px;
}
.a_item.about .a_col:first-of-type img {
    border-radius: 20px;
}
.a_item.about .a_col:first-of-type::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #EFD155;
}
.a_item.about .a_col:last-of-type {
    width: 51%;
    padding-left: 50px;
    padding-right: 15px;
}
.a_layout .a_item.service .a_title {
    max-width: 600px;
    text-align: center;
    padding: 10px 20px;
    margin: 0 auto 70px;
    background: #EBE8E5;
    border-radius: 64px;
}
.a_layout .a_item.service .a_title::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 48px;
    height: 20px;
    background: url(../../../images/layout06/common/about/a_tra.png) no-repeat;
    background-size: contain;
}
.a_layout .s_layout {
    margin: 0 -10px;
}
.a_layout .s_layout .s_box {
    background: #F6F6F6;
    padding: 51px 10px 30px;
    margin: 0 10px 30px;
    width: calc(100% / 4 - 20px);
}
.a_layout .s_layout .s_box .s_txt p {
    font-size: 15px;
}
.a_layout .a_item.service .a_col:first-of-type:before {
    content: '';
    position: absolute;
    top: -60px;
    right: 28px;
    width: 125px;
    height: 155px;
    background: url(../../../images/layout06/common/about/a_boy.png) no-repeat;
    background-size: contain;
    z-index: 1;
}
.a_layout .a_item.service .a_col:first-of-type:after {
    content: '';
    position: absolute;
    top: -40px;
    left: 58px;
    width: 95px;
    height: 183px;
    background: url(../../../images/layout06/common/about/a_girl.png) no-repeat;
    background-size: contain;
    z-index: 1;
}
@media screen and (max-width: 1280px){
    .a_layout .a_item.service .a_col:first-of-type:before {
        right: 0;
    }
    .a_layout .a_item.service .a_col:first-of-type:after {
        top: -40px;
        left: 18px;
    }
}
@media screen and (max-width: 1200px){
    .a_layout .a_title span {
        font-size: 32px;
    }
    .a_layout .a_title h3 {
        font-size: 30px;
        margin: 0;
    }
    .a_item.about {
        flex-direction: column;
    }
    .a_item.about .a_col:first-of-type {
        width: 100%;
        max-width: 450px;
        padding-bottom: 10px;
        padding-right: 10px;
    }
    .a_item.about .a_col:last-of-type {
        width: 100%;
        padding: 30px 0 0;
    }
    .a_layout .a_title {
        text-align: center;
        margin: 0 0 20px;
    }
}
@media screen and (max-width: 1000px){
    .a_layout {
        padding: 0;
    }
    .a_item.about {
        margin: 0 0 50px;
    }
    .a_item.about .a_col:first-of-type img {
        border-radius: 10px;
    }
    .a_item.about .a_col:first-of-type::before {
        border-radius: 10px;
    }
    .a_layout .s_layout .s_box {
        padding: 51px 15px 30px;
        margin: 0 10px 30px;
        width: calc(100% / 2 - 20px);
    }
    .a_layout .a_item.service .a_col:first-of-type:before,
    .a_layout .a_item.service .a_col:first-of-type:after {
        display: none;
    }
    .a_layout .a_item.service .a_title {
        margin: 0 auto 40px;
    }
}
@media screen and (max-width: 767px){
    .a_layout .a_title h3 {
        font-size: 25px;
    }
}
@media screen and (max-width: 567px){
    .a_layout .s_layout {
        margin: 0;
    }
    .a_layout .s_layout .s_box  {
        text-align: left;
        flex-direction: row;
        width: 100%;
        margin: 0 0 10px;
        justify-content: space-between;
        padding: 20px;
        border-radius: 20px;
    }
}
/*------------ /about-editor ------------*/
/*------------ service-editor ------------*/
.s_layout,
.s_layout * {
    position: relative;
    box-sizing: border-box;
}
.s_layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.s_layout .s_box {
    padding: 51px 10px;
    margin: 0 15px 30px;
    width: calc(100% / 4 - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    top: 0;
    transition: all 0.3s ease;
}
.s_layout .s_box:nth-last-child(-n+4){
    margin-bottom: 0;
}
.s_layout .s_box:hover {
    top: -10px;
}
.s_layout .s_pic::before {
    content: '';
    position: absolute;
    top: -26px;
    left: -26px;
    width: 75px;
    height: 75px;
    background: #FCE8E5;
    border-radius: 100%;
    transition: all 0.3s ease;
    transform: scale(1);
}
.s_layout .s_box:nth-of-type(2n) .s_pic::before {
    background: #E3F0F6;
}
.s_layout .s_box:hover .s_pic::before {
    transform: scale(1.2);
}
.s_layout .s_pic img {
    width: 100px;
}
.s_layout .s_box .s_txt {
    padding: 15px 0 0;
}
.s_layout .s_box .s_txt h3 {
    color: #685139;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin: 0;
}
.s_layout .s_box .s_txt p {
    margin: 0;
    color: #808080;
    letter-spacing: 1px;
    line-height: 1.5;
}
@media screen and (max-width: 1000px){
    .s_layout .s_box {
        padding: 51px 15px 30px;
        margin: 0 10px 30px;
        width: calc(100% / 2 - 20px);
    }
    .s_layout .s_box:nth-last-child(-n+4){
        margin-bottom: 30px;
    }
    .s_layout .s_box:nth-last-child(-n+2){
        margin-bottom: 0;
    }
}
@media screen and (max-width: 567px){
    .s_layout .s_box {
        text-align: left;
        flex-direction: row;
        width: 100%;
        margin: 0 0 15px;
        justify-content: space-between;
        padding: 20px;
        border-radius: 20px;
    }
    .s_layout .s_pic::before {
        top: 0;
        left: 0;
        width: 50px;
        height: 50px;
    }
    .s_layout .s_box .s_txt {
        padding: 0 0 0 10px;
        width: calc(100% - 90px);
    }
    .s_layout .s_box .a_pic {
        width: 75px
    }
    .s_layout .s_pic img {
        width: 75px;
    }
    .s_layout .s_box:nth-last-child(-n+4),
    .s_layout .s_box:nth-last-child(-n+2){
        margin-bottom: 15px;
    }
    .s_layout .s_box:hover {
        top: 0;
    }
}
/*------------ /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: #F5B2AA;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    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: "\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: 960px){
    .contact-editor .col + .col{
        margin: 25px 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;
    color: #796A56;
    margin: 0;
    font-weight: 500;
}
.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 ------------*/