@charset "utf-8";
/*footer*/
.ic_mail{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout01/common/siteinfo_mail_ic.png) no-repeat;
    width: 23px;
    height: 17px;
    margin-right: 8px;
}
.ic_fax{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout01/common/siteinfo_fax_ic.png) no-repeat;
    width: 23px;
    height: 24px;
    margin-right: 8px;  
}
.ic_add{
     display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout01/common/siteinfo_add_ic.png) no-repeat;
    width: 23px;
    height: 24px;
    margin-right: 8px;
}
.site-info .ic-envelope{
    font-size: 18px;
    width: 20px;
    color: rgba(255,255,255,.8);
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-fax{
    font-size: 18px;
    width: 20px;
    color: rgba(255,255,255,.8);
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-map-marker{
    font-size: 21px;
    width: 20px;
    color: rgba(255,255,255,.8);
    margin-right: 5px;
    text-align: center;
    position: relative;
    top: 3px;
    display: inline-block;
}
.site-info .icon-line{
    font-size: 18px;
    width: 20px;
    color: rgba(255, 255, 255, .8);
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
/*------------ about-editor ------------*/
.a_layout{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px;
    margin-top: 20px;
}
.a_layout .a_row1{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.a_layout .a_row1 .a_tbox{
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 372px;
}
.a_layout .a_row1 .a_tbox .a_tit{
    position: relative;
    text-align: left;
    margin-bottom: 26px;
    color: #333;
    line-height: 1.25;
}
.a_layout .a_row1 .a_tbox .a_tit span{
    position: relative;
    display: block;
    letter-spacing: 0.1em;
    font-family: "Montserrat", serif;
    font-weight: 550;
    font-size: 36px;
}
.a_layout .a_row1 .a_tbox .a_tit h2{
    position: relative;
    font-size: 22px;
    letter-spacing: 0.1em;
    font-weight: normal;
    width: fit-content;
    padding-left: 22px;
    margin: auto 0;
}
.a_layout .a_row1 .a_tbox .a_tit h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background: #982823;
    top: 0;
    bottom: 0;
    left: 2px;
    margin: auto 0;
    border-radius: 100%;
}
.a_layout .a_row1 .a_tbox .a_txt{
    position: relative;
    box-sizing: border-box;
    font-weight: normal;
    color: #888;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    height:auto;
    border-left: 1px solid #DDD;
}
.a_layout .a_row2 .a_tbox{
    position: relative;
    box-sizing: border-box;
    font-weight: normal;
    color: #888;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0;
    padding: 0;
    height:auto;
}
.a_layout .a_row1 .a_tbox .a_txt h4,
.a_layout .a_row2 .a_tbox  h4{
    position: relative;
    font-weight: bold;
    font-size: 18px;
    color: #444;
    letter-spacing: 0.15em;
    line-height: 1.2;
    margin: 8px 0 12px;
    padding: 0;
}
.a_layout .a_row1 .a_tbox .a_txt h4::before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 30px;
    background: #0A0405;
    left: -21px;
    z-index: 2;
    display: none;
}
.a_layout .a_row1 .a_pic{
    position: relative;
    display: block;
    max-width: 500px;
    width: 54.4%;
}
.a_layout .a_row2{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.a_layout .a_row2 .a_pic{
    position: relative;
    display: block;
    max-width: 372px;
    width: 40.5%;
}
.a_layout .a_row2 .a_tbox{
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 500px;
    width: 54.4%;
}
@media screen and (max-width: 1280px) {
    .a_layout{
        box-sizing: border-box;
        padding: 0 15px;
        margin-top: 0px;
    }
    .a_layout .a_row1 .a_tbox .a_tit {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto 24px;
        line-height: 1.3;
        text-align: center;
    }
    .a_layout .a_row1 .a_tbox .a_tit span {
        font-size: 28px;
    }

    .a_layout .a_row1 .a_tbox .a_tit h2 {
        font-size: 18px;
    }
    .a_layout .a_row1 .a_tbox .a_tit h2::before {
        width: 6px;
        height: 6px;
        top: 2px;
        bottom: 0;
        left: 4px;
        margin: auto 0;
    }
    .a_layout .a_row1 .a_tbox .a_txt h4,.a_layout .a_row2 .a_tbox h4 {
        font-size: 16px;
        line-height: 1.5;
    }
    .a_layout .a_row1 .a_tbox .a_txt h4::before{
        display: none;
    }
    .a_layout .a_row1 .a_tbox .a_txt,.a_layout .a_row2 .a_tbox {
        width: 100%;
        font-size: 13px;
        padding: 0;
        -webkit-line-clamp: inherit;
        -webkit-box-orient: vertical;
        overflow: inherit;
        height: auto;
        border-left: none;
        text-align: center;
    }
    .a_layout .a_row1{
        margin-bottom: 40px;
        flex-direction: column;
        align-items: center;
        justify-content: normal;
    }
    .a_layout .a_row1 .a_tbox,.a_layout .a_row2 .a_tbox{
        max-width: 500px;
        width: inherit;
        margin-bottom: 24px;
    }
    .a_layout .a_row1 .a_pic,.a_layout .a_row2 .a_pic {
        max-width: 500px;
        width: inherit;
    }
    .a_layout .a_row2{
        flex-direction: column-reverse;
        align-items: center;
        justify-content: normal;
    }
}



/*------------ service-editor ------------*/
.s_layout{
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 -6.5px;
}
.s_layout .s_col{
    position: relative;
    width: 25%;
    max-width: 250px;
    max-height: 495px;
    margin: 0 6.5px;
    overflow: hidden;
}
.s_layout .s_col::before{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    transition: all .6s ease;
    z-index: 1;
}
.s_layout .s_col:hover:before{
    background: rgba(0,0,0,0.2);
}
.s_layout .s_col::after{
    content: '';
    position: absolute;
    display: block;
    top: 56.8%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 2px;
    background: #FFF;
    z-index: 5;
}
.s_layout .s_col .s_pic img{
    transform: scale(1);
    filter: blur(3px);
    transition: all .6s ease;
}
.s_layout .s_col:hover .s_pic img{
    transform: scale(1.2);
    filter: blur(0px);
}
.s_layout .s_col .s_txt{
    position: absolute;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    letter-spacing: 0.2em;
    line-height: 1.6;
    width: 88px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40.5%;
    z-index: 4;
    text-shadow: 0px 0px 30px #000000;
    text-shadow: 0px 0px 30px #000000;
}
@media screen and (max-width: 1280px) {
    .s_layout{
        margin: 0 auto;
    }
    .s_layout .s_col .s_txt{
        top: 34.5%;
    }
    .s_layout .s_col::after {
        top: 58.8%;
    }
}
@media screen and (max-width: 1000px) {
    .s_layout {
        box-sizing: border-box;
        padding: 0 15px;
    }
    .s_layout .s_col .s_txt{
        font-size: 14px;
        width: 76px;
    }
    .s_layout .s_col::after {
        top: 61.5%;
        width: 40px;
    }

}
@media screen and (max-width: 720px) {
    .s_layout{
        width: 100%;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: center;
    }
    .s_layout .s_col {
        width: 48%;
        height: 420px;
        margin: 0 12.5px 30px;
    }
    .s_layout .s_col .s_txt {
        top: 38%;
    }
    .s_layout .s_col::after {
        top: 57.5%;
    }
}
@media screen and (max-width: 680px) {
    .s_layout{
                justify-content: space-around;
    }
    .s_layout .s_col {
        height: 200px;
        margin: 0 0px 22px;
    }
    .s_layout .s_col .s_txt {
        top: 32%;
    }
    .s_layout .s_col::after {
        top: 62%;
    }
    .s_layout .s_col .s_pic img{
        
    }
}
/*------------ contact-editor ------------*/
.contact-editor{
    padding: 0 2%;
}
.contact-editor .col{
    float: left;
    padding: 0 2%;
}
.contact-editor .col1{
    width: 48%;
}
.contact-editor .col2{
    width: 52%;
}
.contact-map{
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
    border: 8px solid #fff;
}
.contact-map iframe{
    display: block;
    max-height: 100%;
}
.contact-info-list{
    color: #666;
    font-size: 15px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.contact-info-list li{
    position: relative;
    padding: 2px 0 2px 40px;
    margin: 8px 0;
    line-height: 25px;
    font-family: "Montserrat", serif;
}

.contact-info-list li.tel:before{
    font-family: 'icon-font' !important;
    content: "\ff001";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #982823;
}
.contact-info-list li.fax:before{
    font-family: 'icon-font' !important;
    content: "\ff002";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #982823;
}
.contact-info-list li.mail:before{
    font-family: 'icon-font' !important;
    content: "\ff003";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #982823;
}
.contact-info-list li.addr:before{
    font-family: 'icon-font' !important;
    content: "\ff004";
    font-size: 24px;
    position: absolute;
    left: 13px;
    top: 3px;
    color: #982823;
}
/*------------ video-editor ------------*/
.video-editor .pic{
    float: left;
    margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 14px;
    line-height: 2;
    /*max-width: 1045px;*/
    margin: 0 auto;
}
.terms-editor .title{
    color: #982823;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}
.terms-editor p{
    text-indent: 0em;
    margin: 0 0 50px;
    font-size: 14px;
}
.terms-editor .row{
    margin: 0 -27px;
}
.terms-editor .col{
    padding: 0 27px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}
/*------------ index-editor ------------*/
.remote-row .h1-minleft-txt-two {
    font-size: 48px !important;
}
@media screen and (max-width: 485px){
    .btn-html{
        margin: 0 auto -15px ;
        display: flex;
        justify-content: center;
        width: fit-content;
    }
}
/*------------ rwd ------------*/
@media screen and (max-width: 1280px){
 .about-editor .row_2 .txt_box{
    padding:50px 90px 50px 50px;
 }
}
@media screen and (max-width: 1024px){
    .remote-row .h1-minleft-txt-two {
        font-size: 48px !important;
    }
}
@media screen and (max-width: 1000px){
    .row_{
        display: block;
    }
    .about-editor .row_1 .col{
        margin-bottom: 20px;
    }
    .about-editor .row_1{
        margin-bottom: 40px;
    }
    .about-editor .row_2{
        margin-top: 20px;
    }
    .about-editor .row_2 .col1:after{
        display: none;
    }
    .about-editor .row_2 .col,.about-editor .row_3 .col{
        margin-bottom: 20px;
    }
    .about-editor .row_2 .txt_box,.about-editor .row_3 .txt_box{
        padding:0px;
        border:none;
        margin-right: 0px;
        margin-left: 0;
        margin-top: 0;
    }
    .about-editor .row_2 .col2{
        text-align: left;
    }
    .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{
        padding: 0 2%;
    }
    .contact-editor .col{
        width: 100%;
        padding: 0;
    }
    .contact-map{
        height: 300px;
        margin-bottom: 1.8em;
    }
    .remote-row .h1-minleft-txt-two {
        font-size: 30px !important;
        text-align: center;
        padding: 10px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
     .contact-map{
        height: 200px;
    }
}
