@charset "utf-8";
/*------------ about-editor ------------*/
/*index*/
.about-sect .txt-box .index-about-editor .editor h3 {
    position: relative;
    box-sizing: border-box;
    display: block;
    color: #212121;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 1.5px;
    font-weight: bold;
    margin: 0 0 10px;
}
/*content*/
.a_layout * {
    position: relative;
    box-sizing: border-box;
}
.a_layout {
    position: relative;
    box-sizing: border-box;
    max-width: 936px;
    margin: 0 auto;
}
.a_layout p{
    margin: 0;
    letter-spacing: 1.2px;
    line-height: 2;
    text-align: justify;
}
.a_layout .a_item+.a_item {
    margin: 40px 0 0;
}
.a_layout .a_item.one {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.a_layout .a_item.two {
    padding: 60px 60px 0;
    display: flex;
    align-items: flex-end;
}
.a_layout .a_item.two .a_col:first-of-type {
    width: 100%;
    max-width: 300px;
}
.a_layout .a_item.two .a_col:last-of-type {
    width: calc(100% - 300px);
    padding: 0 0 50px 60px;
}
.a_layout .a_item.two .a_title span {
    position: relative;
    box-sizing: border-box;
    display: block;
    color: #111;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 2.2px;
    font-weight: bold;
    font-family: 'Roboto', serif;
    margin: 0 0 5px;
}
.a_layout .a_item.two .a_title span::first-letter {
    color: #2E8F62;
}
.a_layout .a_item.two .a_title_w {
    display: flex;
    align-items: center;
}
.a_layout .a_item.two .a_title h3 {
    position: relative;
    box-sizing: border-box;
    display: block;
    color: #202020;
    font-size: 37px;
    line-height: 1.2;
    letter-spacing: 2.2px;
    font-weight: bold;
    margin: 0;
    padding: 0 15px 0 0;
}
.a_layout .a_item.two .a_title h4 {
    position: relative;
    box-sizing: border-box;
    display: block;
    color: #666666;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 1.5px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 10px;
}
.a_layout .a_item.two .a_title h4::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 90%;
    background: #DCDCDC;
}
.a_layout .a_item.three {
    padding: 0 60px;
}
.a_layout .a_item.three {
    display: flex;
}
.a_layout .a_item.three .a_col:first-of-type {
    width: calc(100% - 460px);
    padding: 15px 60px 0 0;
}
.a_layout .a_item.three .a_col:last-of-type {
    width: 100%;
    max-width: 460px;
}
.a_layout .a_item.four {
    padding: 0 60px;
}
@media screen and (max-width: 1440px){
    .a_layout .a_item.two {
        padding: 60px 30px 0;
    }
    .a_layout .a_item.three,
    .a_layout .a_item.four {
        padding: 0 30px;
    }
    .a_layout .a_item.two .a_col:last-of-type {
        padding: 0 0 20px 30px;
    }
    .a_layout .a_item.three .a_col:first-of-type {
        padding: 15px 30px 0 0;
    }
}
@media screen and (max-width: 1280px){
    .a_layout .a_item.two .a_title_w {
        flex-direction: column;
        align-items: flex-start;
    }
    .a_layout .a_item.two .a_title h3 {
        font-size: 28px;
        margin: 0 0 10px;
        padding: 0;
    }
    .a_layout .a_item.two .a_col:first-of-type {
        width: 40%;
        max-width: unset;
    }
    .a_layout .a_item.two .a_col:last-of-type {
        width: 60%;
    }
    .a_layout .a_item.three .a_col:first-of-type {
        width: 50%;
    }
    .a_layout .a_item.three .a_col:last-of-type {
        width: 50%;
        max-width: unset;
    }
}
@media screen and (max-width: 1100px){
    .a_layout .a_item+.a_item {
        margin: 20px 0 0;
    }
    .a_layout .a_item.one {
        display: none;
    }
    .a_layout .a_item.two {
        padding: 0 15px;
        flex-direction: column;
        margin: 0 0 10px;
    }
    .a_layout .a_item.two .a_col:first-of-type {
        width: 100%;
        max-width: unset;
        text-align: center;
        padding: 0;
    }
    .a_layout .a_item.two .a_col:last-of-type {
        width: 100%;
        padding: 15px 0 0;
        text-align: center;
    }
    .a_layout .a_item.two .a_title_w {
        align-items: center;
    }
    .a_layout .a_item.two .a_title span {
        margin: 0;
    }
    .a_layout .a_item.two .a_title h3 {
        margin: 0;
    }
    .a_layout .a_item.two .a_title h4 {
        padding: 0;
    }
    .a_layout .a_item.two .a_title h4::before {
        position: relative;
        display: block;
        width: 40px;
        height: 5px;
        background: #2E8F62;
        margin: 15px auto 20px;
    }
    .a_layout .a_item.three,
    .a_layout .a_item.four {
        padding: 0 15px;
    }
    .a_layout .a_item.three {
        flex-direction: column;
    }
    .a_layout .a_item.three .a_col:first-of-type {
        width: 100%;
        padding: 0 0 15px;
    }
    .a_layout .a_item.three .a_col:last-of-type {
        width: 100%;
        text-align: center;
    }
}
/*------------ service-editor ------------*/
.s_layout * {
    position: relative;
    box-sizing: border-box;
}
.s_layout {
    display: flex;
    margin: -100px 0 0;
}
.s_layout .s_box {
    width: calc(100% / 7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 140px;
}
.s_layout .s_box:nth-of-type(1),
.s_layout .s_box:nth-of-type(7) {
    margin: 0;
}
.s_layout .s_box:nth-of-type(2),
.s_layout .s_box:nth-of-type(6) {
    margin: 40px 0 0;
}
.s_layout .s_box:nth-of-type(3),
.s_layout .s_box:nth-of-type(5) {
    margin: 80px 0 0;
}
.s_layout .s_box:nth-of-type(4){
    margin: 120px 0 0;
}
.s_layout .s_box::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: url(../../../images/layout06/common/about/s_circle.png) no-repeat 50% 50%;
    background-size: contain;
}
.s_layout .s_box .s_pic {
    width: 59px;
}
.s_layout .s_box .s_txt {
    padding: 5px 0 0;
}
.s_layout .s_box .s_txt h3 {
    color: #202020;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 1.5px;
    font-weight: bold;
    margin: 0;
}
@media screen and (max-width: 1000px){
    .s_layout {
        max-width: 650px;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: center;
    }
    .s_layout .s_box:nth-of-type(1),
    .s_layout .s_box:nth-of-type(2),
    .s_layout .s_box:nth-of-type(3),
    .s_layout .s_box:nth-of-type(4),
    .s_layout .s_box:nth-of-type(5),
    .s_layout .s_box:nth-of-type(6),
    .s_layout .s_box:nth-of-type(7) {
        margin: 0 0 15px;
    }
    .s_layout .s_box {
        width: calc(100% / 4);
    }
    .s_layout .s_box .s_txt h3 {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .s_layout .s_box {
        width: calc(100% / 2);
    }
    .s_layout {
        max-width: 320px;
    }
}
/*------------ 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: #E84189;
    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: "\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: 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;
    }
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
}
.terms-editor .title{
    font-size: 17px;
    color: #2E8F62;
    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%;
    }
}