/*------------ footer-editor ------------*/

.footer-editor {
    text-align: center;
}

.footer-editor .qr-inner {
    display: inline-block;
}

.footer-editor .qr-inner img {
    padding: 7px;
    display: inline-block;
    margin: 8px;
}

.footer-editor .fb {
    width: 170px;
    height: 77px;
    display: inline-block;
    box-sizing: border-box;
    transition: all .2s;
    background: url('../../../images/common/fb.png');
    margin: 8px;
}

.footer-editor .fb:hover {
    opacity: .7;
}


/*------------ about-editor ------------*/

.about-editor {
    text-align: center;
}

.about-pic img {
    float: left;
    width: calc((100% / 3) - 0.1px);
}

/*------------ service-editor ------------*/

.service-ul,
.service-ul ol,
.service-ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.service-ul {
    margin: 0 -1px;
}

.service-ul ol {
    float: left;
    padding: 0 1px;
    width: calc((100% / 3) - 0.1px);
}

.service-ul li {
    max-width: 432px;
    padding: 0 0 2px;
    text-align: center;
    margin: 0 auto;
}

.service-ul li .box {
    padding: 50px 40px;
    height: 432px;
    box-sizing: border-box;
}

.service-ul li b {
    font-weight: normal;
    font-family: 'Cabin', sans-serif;
}

/*------------ index-editor ------------*/

.index-about-editor {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 74px;
}

/*------------ rwd ------------*/

@media screen and (max-width: 960px) {
    .service-ul li .box {
        padding: 20px 15px;
        height: auto;
    }
    .contact-editor .col + .col {
        margin: 25px 0 0 0;
    }
    .contact-editor .col {
        float: none;
    }
}

@media screen and (max-width: 900px) {
    .service-ul ol {
        float: none;
        width: auto;
    }
    .video-editor .pic {
        float: none;
        margin: 0 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .about-pic img {
        float: none;
        width: auto;
        padding: 10px 0;
    }
    .terms-editor .row {
        margin: 0;
    }
    .terms-editor .col {
        padding: 0;
        width: 100%;
    }
}
