@charset "utf-8";
/*footer*/
.ic_phone {
    font-size: 20px;
    color: #999;
    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-1/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-1/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-1/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -60px;
}

/*------------ service-editor ------------*/
.s_layout{
    position: relative;
    box-sizing: border-box;
}

.s_box{
    position: relative;
    box-sizing: border-box;
    padding: 5px 0;
}

.s_box h3{
    position: relative;
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    display: block;
    margin: 0;
    letter-spacing: 1px;
    padding-left: 25px;
}

.s_box h3::before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #F6A700;
    border-radius: 100%;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.s_box p{
    margin: 0;
    padding-left: 25px;
    color: #666666;
    text-align: left;
    letter-spacing: 1px;
}

@media screen and (max-width: 1000px) {
    .s_box h3 {
        text-align: left;
        font-size: 17px;
    }
}

/*------------ content-about ------------*/
.a_layout{
    position: relative;
    box-sizing: border-box;
}

.a_layout .a_top{
    position: relative;
    box-sizing: border-box;
    margin: 0 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.a_layout .a_top .a_col:first-of-type{
    position: relative;
    box-sizing: border-box;
    width: 50%;
    padding-right: 15px;
}

.a_layout .a_top .a_col:last-of-type{
    position: relative;
    box-sizing: border-box;
    width: 50%;
    padding-left: 15px;
}

.a_layout .a_title{
    position: relative;
    box-sizing: border-box;
    margin: 0 0 30px;
}

.a_layout .a_title span{
    position: relative;
    display: block;
    font-family: 'Poppins',serif;
    color: #444444;
    letter-spacing: 0;
    font-size: 55px;
    font-weight: 600;
    line-height: 1;
}

.a_layout .a_title span::first-letter{
    color: #F6A700;
}

.a_layout .a_title h2{
    position: relative;
    font-size: 24px;
    color: #444;
    font-weight: normal;
    display: block;
    margin: 0;
    letter-spacing: 1.55px;
    width: fit-content;
    line-height: 1.2;
    padding: 8px 0 0;
}

.a_layout .a_title h2::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 1px;
    background: #BCC5C7;
    left: 110%;
    top: 65%;
    transform: translateY(-50%);
}

.a_layout .a_top h3 {
    position: relative;
    font-size: 24px;
    color: #8D9B9F;
    font-weight: normal;
    display: block;
    margin: 0 0 5px;
    letter-spacing: 5px;
    line-height: 1.2;
}

.a_layout .a_bottom{
    position: relative;
    box-sizing: border-box;
    margin: 0 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.a_layout .a_bottom .a_col:first-of-type{
    position: relative;
    box-sizing: border-box;
    width: 50%;
    padding-right: 15px;
}

.a_layout .a_bottom .a_col:last-of-type{
    position: relative;
    box-sizing: border-box;
    width: 50%;
    padding-left: 15px;
}

.a_layout p{
    color: #555555;
    margin: 0;
    letter-spacing: 1.2px;
    line-height: 1.6;
}

@media screen and (max-width: 1000px) {
    .a_layout .a_top{
        flex-direction: column;
    }
    .a_layout .a_bottom{
        flex-direction: column-reverse;
    }
    .a_layout .a_top .a_col:first-of-type{
        width: 100%;
        padding: 0 15px 15px;
        text-align: center;
    }
    .a_layout .a_top .a_col:last-of-type{
        padding: 0 15px;
        width: 100%;
    }
    .a_layout .a_bottom .a_col:last-of-type{
        padding: 0 15px 15px;
        width: 100%;
        text-align: center;
    }
    .a_layout .a_bottom .a_col:first-of-type{
        width: 100%;
        padding: 0 15px;
    }
    .a_layout .a_title span{
        font-size: 30px;
    }
    .a_layout .a_top h3 {
        font-size: 17px;
    }
    .a_layout .a_title{
        margin: 0 0 20px;
    }
    .a_layout .a_title h2{
        font-size: 22px;
    }
}

@media screen and (max-width: 480px) {
    .a_layout .a_title h2::before {
        width: 200px;
    }
}

/*------------ 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;
    border-width: 0 1px 0 1px;
    border-color: #DFE8E7 #DFE8E7 #fff #fff;
    border-style: solid;
}

.contact-editor .col1 {
    border-width: 0 1px 0 0;
}

.contact-editor .col2 {
    border-width: 0 0 0 1px;
}

.contact-info-txt {
    max-width: 250px;
    margin: 0 auto;
}

.contact-info-txt .img-ic {
    display: inline-block;
    margin-bottom: 20px;
}

.contact-info-txt a:hover {
    color: #F6A700;
    text-decoration: underline;
}

.contact-info-txt i {
    font-size: 22px;
    color: #fff;
    background: #F6A700;
    padding: 10px;
    border-radius: 23px;
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
}

.contact-info-txt i:before {
    font-family: 'icon-font2' !important;
}

.contact-info-txt .ic-locat:before {
    content: "\e1026";
}

.contact-info-txt .ic-tel:before {
    content: "\e1050";
}

.contact-info-txt .ic-mail:before {
    content: "\e1034";
}

.contact-info-txt .ic-mail {
    font-size: 16px;
    line-height: 23px;
}

/*------------ 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: #F6A700;
    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;
        border-width: 1px 0;
    }
    .contact-editor .col {
        border-width: 1px 0;
        padding: 15px 0;
    }
    .contact-editor .col1 {
        border-width: 0 0 1px;
    }
    .contact-editor .col3 {
        border-width: 1px 0 0;
    }
    .contact-map iframe {
        border: 5px solid#fff;
        height: 200px;
        margin: 0px;
    }
}

@media screen and (max-width: 767px) {
    .terms-editor .row {
        margin: 0;
    }
    .terms-editor .col {
        padding: 0;
        width: 100%;
    }
    .contact-map {
        height: 200px;
    }
}