@charset "utf-8";
/*footer*/
.ic_phone{
    font-size: 20px;
    color: #fff;
    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: rgb(255, 255, 255, 0.5);
    margin-right: 5px;
    position: relative;
    top: 1px;
    display: inline-block;
}
.site-info .ic-envelope,
.site-info .community-common-mail {
    font-size: 18px;
    width: 20px;
    color: rgb(255, 255, 255, 0.5);
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-fax{
    font-size: 18px;
    width: 20px;
    color: rgb(255, 255, 255, 0.5);
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-map-marker{
    font-size: 21px;
    width: 20px;
    color: rgb(255, 255, 255, 0.5);
    margin-right: 5px;
    text-align: center;
    position: relative;
    top: 3px;
    display: inline-block;
}
.site-info .ic-line {
    font-size: 18px;
    width: 20px;
    color: rgb(255, 255, 255, 0.5);
    margin-right: 5px;
    text-align: center;
    position: relative;
    top: 3px;
    display: inline-block;
}
.ic-line:before{
    content: "\e905";
    font-family: 'community' !important;
}
/*------------ about-editor ------------*/
/*index*/
.about-sect .txt-box .index-about-editor h3 {
    color: #23AADC;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.5;
    margin: 0 0 10px;
    text-align: left; 
}

@media screen and (max-width: 1280px){
    .about-sect .txt-box .index-about-editor h3 {
        font-size: 22px;
    }
}
@media screen and (max-width: 1000px){
    .about-sect .txt-box .index-about-editor h3 {
        text-align: center;
    }
}
/*content*/
.a_layout * {
    position: relative;
    box-sizing: border-box;
}
.a_layout {
    margin: 0 auto;
}
.a_layout .a_item:first-of-type {
    display: flex;
}
.a_layout .a_item .a_col.a_pic {
    width: 50%;
}
.a_layout .a_item .a_col.a_txt {
    width: 50%;
    padding: 50px;
    margin: 0 0 0 auto;
    border-radius: 5px;
}
.a_layout .a_item+.a_item {
    margin: 50px 0 0;
}
.a_layout .a_item .a_title {
    text-align: left;
    margin: 0 0 25px;
}
.a_layout .a_item .a_title::after {
    content: '';
    position: relative;
    display: block;
    text-align: center;
    margin: 25px 0 0 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #23AADC;
    visibility: visible;
}
.a_layout .a_item .a_title span {
    position: absolute;
    display: block;
    width: 100%;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(35, 170, 220, 0.1);
    font-size: 75px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0;
    font-family: 'Ubuntu', serif;
}
.a_layout .a_item .a_title h3 {
    display: block;
    color: #444;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0;
}
.a_layout .a_item h4 {
    color: #23AADC;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 0 0 10px;
    text-align: left;
}
.a_layout .a_item:last-of-type {
    text-align: center;
    font-size: 20px;
}
.a_layout .a_list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.a_layout .a_list .a_box {
    padding: 50px 20px 20px;
    background: #fff;
    border-radius: 5px;
    margin: 0 15px;
    width: calc(100% / 2);
}
.a_layout .a_item:last-of-type .a_title,
.a_layout .a_item:last-of-type .a_title h4 {
    text-align: center;
}
.a_layout .a_item:last-of-type .a_title::after {
    margin: 0 auto;
}
.a_layout .a_item:last-of-type .a_list {
    font-size: 16px;
    margin: 0 -15px;
}
.a_layout .a_item .a_list .a_title span {
    top: 0;
}
@media screen and (max-width: 1000px){
    .a_layout .a_item .a_title {
        margin: 0 0 20px;
    }
    .a_layout .a_item h4 {
        font-size: 18px;
        line-height: 1.5;
    }
    .a_layout .a_item .a_col.a_txt {
        padding: 50px 25px 25px;
        width: 100%;
        margin: 0 auto;
    }
    .a_layout .a_item .a_title h3 {
        font-size: 24px;
    }
    .a_layout .a_item .a_title span {
        font-size: 60px;
    }
    .a_layout .a_item:last-of-type .a_list {
        font-size: 15px;
        margin: 0;
        flex-direction: column;
    }
    .a_layout .a_list .a_box {
        padding: 50px 25px 25px;
        margin: 0;
        width: 100%;
    }
    .a_layout .a_list .a_box+.a_box {
        margin: 15px 0 0;
    }
    .a_layout .a_item:last-of-type {
        font-size: 16px;
    }
    .a_layout .a_item:first-of-type {
        flex-direction: column;
    }
    .a_layout .a_item .a_col.a_pic {
        width: 100%;
    }
}
/*------------ service-editor ------------*/
.s_layout * {
    position: relative;
    box-sizing: border-box;
}
.service-sect .editor p {
    margin: 0;
}
.s_layout {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px -20px 0;
}
.s_layout .s_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100% / 6);
    padding: 0 20px;
    top: 0;
    transition: all 0.5s ease;
}
.s_layout .s_box:hover {
    top: -10px;
}
.s_layout .s_box .s_pic {
    width: 180px;
    height: 180px;
    border-radius: 20px;
    background: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}
.s_layout .s_box .s_pic::before {
    content: '';
    position: absolute;
    bottom: 20%;
    left: 20%;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: rgb(35, 170, 220, 0.1);
    transition: all 0.5s ease;
}
.s_layout .s_box:hover .s_pic::before {
    background: rgb(255, 255, 255, 0.2);
}
.s_layout .s_box .s_pic .s_pic_m {
    display: block;
}
.s_layout .s_box:hover .s_pic .s_pic_m {
    display: none;
}
.s_layout .s_box .s_pic .s_pic_h {
    display: none;
}
.s_layout .s_box:hover .s_pic .s_pic_h {
    display: block;
}
.s_layout .s_box:hover .s_pic {
    background: #23AADC;
}
.s_layout .s_box .s_pic img {
    max-width: 86px;
}
.s_layout .s_box .s_txt {
    position: relative;
    box-sizing: border-box;
    padding: 10px 0 0;
    text-align: center;
}
.s_layout .s_box .s_txt h3 {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
    transition: all 0.5s ease;
}
.s_layout .s_box:hover .s_txt h3 {
    color: #23AADC;
}
@media screen and (max-width: 1200px){
    .s_layout {
        flex-wrap: wrap;
        max-width: 700px;
        margin: 40px auto 0;
    }
    .s_layout .s_box .s_pic {
        width: 150px;
        height: 150px;
    }
    .s_layout .s_box .s_txt h3 {
        font-size: 16px;
    }
    .s_layout .s_box {
        width: calc(100% / 4);
        padding: 0 20px 20px;
    }
}
@media screen and (max-width: 767px){
    .s_layout {
        margin: 40px 0 0;
    }
    .s_layout .s_box {
        width: calc(100% / 3);
        padding: 0 10px 20px;
    }
    .s_layout .s_box .s_pic {
        width: 130px;
        height: 130px;
    }
}
@media screen and (max-width: 480px){
    .s_layout .s_box {
        width: calc(100% / 2);
    }
    .service-sect .editor p {
        margin: 0 25px;
    }
    .s_layout {
        margin: 40px 10px 0;
    }
    .s_layout .s_box .s_pic {
        width: 140px;
        height: 140px;
    }
}
/*------------ 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: #E2E2EA;
}
.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: #23AADC;
    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: #fff;
    color: #23AADC;
}
.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{
    content: '/';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px;
}
.terms-editor .title{
    color: #23AADC;
    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;
    }
}
