@charset "utf-8";
/*------------ about-editor ------------*/
.row_{
    display: flex;
}
.about-editor .row_ .col1{
    width: 39.5%;
}
.about-editor .row_ .col2{
    width: 60.5%;
    padding-left: 32px;
    padding-top: 83px;
    
}
.about-editor .txt2{
    list-style: none;
    padding-left: 0;
    max-width: 433px;
}
.about-editor .txt2 li{
    padding-left: 10px;
    color: #F57421;
    position: relative;
}
.about-editor .txt2 li:before{
    content: '· ';
    position: absolute;
    left: 0;
    top: 0px;
}
.about-txt{
    position: relative;
    font-size: 20px;
    box-sizing: border-box;
    padding:42px 82px 20px 64px;
}
.about-txt:before{
    content: '';
    display: block;
    background: url(../../../images/layout03/common/about/a1.png);
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
}
.about-txt:after{
    content: '';
    display: block;
    background: url(../../../images/layout03/common/about/a2.png);
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
}
/*------------ service-editor ------------*/
.s_title{
    color: #FFFFFF;
    margin-bottom: 15px;
}
.s_txt{
    color: #ACACAC;
    margin-bottom: 40px;
}
.s_txt:last-child{
    margin-bottom: 0px;
}
.service-editor .row_{
    margin-bottom: 40px;
}
.service-editor .row_ .col1{
    width: 40%;
}
.service-editor .row_ .col2{
    width: 60%;
    padding:0px 30px;
}
/*------------ contact-editor ------------*/
.contact-map:after{
    content: '';
    display: block;
    background: url('../../../images/layout03/common/contact/map_shadow.png') 50% 0 / 100% 100% no-repeat;
    height: 26px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
}
.contact-editor{
    text-align: center;
    white-space: inherit;
}
.contact-editor .row{
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 0;
}
.contact-editor .col{
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
    width: 100%;
}
.contact-info-txt{
    margin: 0 auto;
}
.contact-info-txt span{
    padding-top: 5px;
}

.contact-info-txt .img-ic{
    display: inline-block;
    margin-bottom: 20px;
}
.contact-info-txt a:hover{
    color: #74a1fe;
    text-decoration: underline;
}
/*------------ video-editor ------------*/
.video-editor .pic{
    float: left;
    margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
}
.terms-editor .title{
    font-size: 17px;
    color: #EB6100;
    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;
}
/*------------ index-editor ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1280px){

}
@media screen and (max-width: 960px){
    .contact-editor .col{
        float: none;
        padding: 15px 0;
    }
    .contact-editor .row, .contact-editor .col{
        display: block;
        width: auto;
        border-width: 1px 0;
    }
    .contact-info-txt .img-ic{
        max-width: 100px;
    }
    .contact-editor .col3{
        border-width: 1px 0 0;
    }
}
@media screen and (max-width: 1000px){
    .row_{
        display: block;
    }
    .about-editor .row_ .col1,
    .about-editor .row_ .col2{
        width: 100%;
        padding: 0;
        margin-bottom: 15px;

    }
    .about-txt {
        padding: 22px 20px;
        font-size: 18px;
    }
  
    .index-about-editor{
        padding: 0;
        height: auto;
    }
    .service-editor .row_ .col2,.service-editor .row_ .col1{
        width: 100%;
        margin-bottom: 20px;
    }
    .service-editor .row_ .col2{
        padding: 0;
    }
    .contact-editor i{
        text-indent: 0px;
        line-height: 35px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
