@charset "utf-8";


/*------------in about-editor ------------*/

.a_layout{
    max-width: 1050px;
    margin: 0 auto;
}

.a_layout .title{
    display: flex;
    align-items: baseline;
    margin-bottom: -8px;
    
}

.a_layout .title span{
    display: block;
    font-family: "Montserrat", sans-serif;
    position: relative;
    font-weight: bold;
    color: #333333;
    font-size: 65px;
}

.a_layout .title span::first-letter{
    color: #0066AC;
}

.a_layout .title h2{
    font-weight: normal;
    color: #333333;
    font-size: 26px;
    margin: 0;
    margin-left: 10px;
    letter-spacing: 1.5px;
    
}

.a_layout .a-1{
    display: flex;
    color: #666666;
    padding-top: 70px;
    
}

.a_layout .a-1 .col{
    width: 47%;
}

.a_layout .a-1 .col img{
    border-radius: 30px;
}

.a_layout .a-1 .col.txt{
    padding-left: 62px;
    padding-right: 52px;
    width: 53%;
    letter-spacing: 1px;
}

.a_layout .a-1 h3{
    margin: 0;
    margin-bottom: 15px;
    color: #0066AC;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 1px;
}


.a_layout .a-2{
  
    padding-top: 70px;
    
}

.a_layout .ser.index_more{
    color: #fff;
    font-size: 15px;
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    position: relative;
    border-radius: 30px;
    line-height: 55px;
    width: 195px;
    height: 55px;
    box-sizing: border-box;
    text-align: left;
    padding: 0;
    transition: all .3s ease;
    background: #0066AC;
    overflow: hidden;
    margin-left: 0;
    margin-top:20px
}

.a_layout .ser.index_more:hover{
    background: #48B15F;
    
}
.a_layout .ser.index_more::before {
    content: '';
    position: absolute;
    background: url(../../../images/layout04/common/index/ic.svg) 50% 50% no-repeat;
    border-width: 2px 2px 0 0;
    width: 18px;
    height: 18px;
    right: 28px;
    top: 19px;
    transform: rotate(0deg);
}

.a_layout .ser.index_more a{
    font-size: 0;
   
    display: block;
    
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    
}
.a_layout .ser.index_more a span{
    font-size: 15px;
    padding-left: 30px;
    letter-spacing: 1px;
}


@media screen and (max-width: 1280px){

    .a_layout .a-1 .col.txt {
        padding-left: 62px;
        padding-right: 0;
        width: 55%;
        letter-spacing: 1px;
    }

    .a_layout .ser.index_more{
        margin: 25px auto 30px;
    }
}

@media screen and (max-width: 1200px){

    .a_layout .a-1 {
        display: flex;
        padding-top: 0;
        flex-direction: column-reverse;
        align-items: center;
        max-width: 600px;
        margin:  0 auto;
    }


    .a_layout .a-1 .col.txt {
        padding: 0;
        width: 100%;
        letter-spacing: 1px;
        padding-bottom: 50px;
    }


    .a_layout .a-1 .col {
        width: 100%;
    }

    .a_layout .a-2 {
        padding-top: 30px;
    }
}    

@media screen and (max-width: 1000px){
    .a_layout .title {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        flex-direction: column;
    }

    .a_layout .title span{
        font-size: 35px;
    }

    .a_layout .title h2 {
        margin: 0;
        margin-left: 0;
         
        margin-top: -15px;
    }
}

/*------------in about-editor ------------*/
/*------------service-editor ------------*/
 
.index-service{
    position: relative;
    position: relative;
    max-width: 1060px;
    margin: 0 auto;
}

.index-service .row{
    display: flex;
        flex-direction: row-reverse;
}

.index-service .row  > .service-content{
    width: 45%;
    
  
}

.index-service .service-content:first-child{
    display: flex;
    width: 55%;
    top: 35px;
    position: relative;
}

.index-service .service-content:first-child .service-column{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}



.index-service .service-content:first-child .service-column span{
    width: 50px;
    height: 50px;
    line-height:  50px;
    background: #0066AC;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: block;
    position: relative;
    border-radius: 50%;
    text-align: center;
    margin-right: 20px;
    transition: all .3s ease;
}

.index-service .service-content:first-child .service-column .s_box:hover span{
    background: #48B15F;
}


.index-service .service-content:first-child .service-column .s_box + .s_box{
    margin-top: 18px;
}

.index-service .service-content:first-child .service-column .s_box{
    display: flex;
    color: #666666;
    font-size: 17px;
    align-items: center;
    letter-spacing: 2px;
    justify-content: center;
    position: relative;
    margin: 0 5px;
    max-width: 250px;
}


.index-service .service-content:first-child .service-column .s_box .scover{
    background: transparent;
    font-size: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}




.index-service .join-title{
    position: relative;
}

.index-service .join-title{
    display: flex;
    align-items: baseline;
}

.index-service .join-title h2{
    font-size: 26px;
    color: #333333;
    font-weight: normal;
    display: block;
    margin: 0 0 0px;
    margin-left: 10px;
    letter-spacing: 1.5px;
}

 
.index-service .join-title span{
    display:block;
    font-family: "Montserrat", sans-serif;
    position: relative;
    font-weight: bold;
    color: #333333;
    font-size: 65px;
}

.index-service .join-title span::first-letter{
    color: #0066AC;
}

.index-service .join-text{
    color: #0066AC;
    font-size: 17px;
    letter-spacing: 1.5px;
    margin-top: -14px;
}

 

.service-sect .ser.index_more {
    display: block;
    position: relative;
    top: 0;
    margin-top: 45px;
    margin-left: 0;
}

@media screen and (max-width: 1280px){

    .index-service {
        
        max-width: 600px;
        
    }

    .index-service .row {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        
    }

    .index-service .row > .service-content {
        width: 100%;
    }

  

    .index-service .service-content:first-child {
        display: flex;
        width: 100%;
        top: unset;
        position: relative;
    }

    .index-service .service-content:first-child .service-column {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .index-service .join-title {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .index-service .join-title h2 {
       
        margin: 0 0 0px;
        margin-left: 0;
        margin-top: -25px;
        
    }

    .index-service .join-text {
       
        letter-spacing: 1.5px;
        margin-top: 0;
        text-align: center;
    }

    .service-sect .ser.index_more {
        display: block;
        position: relative;
        top: 0;
        margin-top: 45px;
        margin-left: 0;
        margin: 30px auto 50px;
    }

}

@media screen and (max-width: 1000px){
    .index-service .join-title span{
        font-size: 35px;
    }

    .index-service .join-title h2 {
      
        margin-top: -16px;
    }

}

@media screen and (max-width: 767px){

    .index-service .service-content:first-child {
        display: flex;
        width: 100%;
        top: unset;
        position: relative;
        flex-direction: column;
        align-items: center;
    }

    .index-service .service-content:first-child .service-column {
        width: 100%;
    }

    .index-service .service-content:first-child .service-column + .service-column{
        margin-top: 18px;
    }
}

/*------------service-editor ------------*/

/*footer*/
.ic_phone{
    font-size: 20px;
    color: #444444;
    margin: -9px 15px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.ic_phone:before{
    content: "\e1050";
    font-family: 'icon-font2' !important;
}
.ic_mail{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -20px;
}
.ic_fax{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -40px;
}
.ic_add{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -60px;
}
.site-info .ic-phone{
    font-size: 20px;
    width: 20px;
    color: #555555;
    margin-right: 5px;
    position: relative;
    top: 1px;
    display: inline-block;
}
.site-info .ic-envelope{
    font-size: 18px;
    width: 20px;
    color: #555555;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-fax{
    font-size: 18px;
    width: 20px;
    color: #555555;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-map-marker{
    font-size: 21px;
    width: 20px;
    color: #555555;
    margin-right: 5px;
    text-align: center;
    position: relative;
    top: 3px;
    display: inline-block;
}
/*------------ about-editor ------------*/
/*------------ about-editor ------------*/
.about-editor .title{
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.2;
}
.about-editor td{
    vertical-align: top;
}
.about-editor .pic2{
    padding: 0 0 0 40px;
    width: 424px;
    position: relative;
    top: 0px;
}
/*------------ service-editor ------------*/
/*------------ contact-editor ------------*/
.contact-map iframe{
    border: 10px solid#fff;
    width: 100%;
    box-sizing: border-box;
    height: 300px;
    margin: 0px 0 20px;
}
.contact-editor{
    text-align: center;
    margin: 5px 0;
}
.contact-editor .row{
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 0;
}
.contact-editor .col{
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
    position: relative;
}
.contact-editor .col + .col:before{
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: #bbbbbb;
}
.contact-info-txt{
    max-width: 200px;
    margin: 0 auto;
}
.contact-info-txt .img-ic{
    display: inline-block;
    margin-bottom: 20px;
}
.contact-info-txt a:hover{
    color: #B20000;
    text-decoration: underline;
}
.info-icon-box{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #0066AC;
    color: #fff;
}
.contact-info-txt .info-icon-box [class^="ic-"] {
    font-size: 18px;
}
/*------------ video-editor ------------*/
.video-editor .pic{
    float: left;
    margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
    /*max-width: 1045px;*/
    margin: 0 auto;
}
.terms-editor .title:before{
    
}
.terms-editor .title{
    color: #0067AC;
    font-size: 16px;
    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){
    .about-editor .row_2 .txt_box{
        padding:50px 90px 50px 50px;
    }
}
@media screen and (max-width: 1000px){
    .about-editor .tb01 td,
    .about-editor .tb02 td,
    .service-table td,
    .service-table .pic{
        width: 100%;
        float: left;
        padding: 0;
        box-sizing: border-box;
    }
    .about-editor .pic2{
        top: 0;
    }
    .contact-editor .row,
    .contact-editor .col{
        display: block;
        width: auto;
    }
    .contact-editor .col{
        padding: 15px 0;
    }
    .contact-map iframe{
        border: 5px solid#fff;
        height: 200px;
        margin: 0px;
    }
    .contact-editor .col + .col:before {
        height: 1px;
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
     .contact-map{
        height: 200px;
    }
}
