/*********** 前後台編輯器區塊共用的CSS設定 ***********/

/*------------ site_footer ------------*/
.footer-editor{
    float: left;
}
.site-info {
    padding: 0 0 15px;
    color: #1A7292;
    font-family: 'Lato', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    min-height: 123px;
    box-sizing: border-box;
}
.footer-logo{
    max-width: 122px;
    height: 127px;
    background: url('../../images/common/footer_logo.png');
    display: block;
    margin: 0 auto 20px;
    color: transparent;
}
.footer-tel,
.footer-mail,
.footer-fax,
.footer-add{
    display: block;
    padding: 3px 0;
}
.footer-tel {
    font-size: 20px;
    color: #404040;
    border: solid #969696;
    border-width: 1px 0;
    max-width: 240px;
    margin: 0 auto;
    padding: 9px 0;
}
.footer-tel a{
    font-weight: bold;
    color: #000;
}
.footer-mail:before {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    background: url('../../images/common/siteinfo_mail_ic.png') no-repeat;
    width: 23px;
    height: 17px;
    margin-right: 5px;
}
.footer-fax:before {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    background: url('../../images/common/siteinfo_fax_ic.png') no-repeat;
    width: 23px;
    height: 24px;
    margin-right: 5px;
}
.footer-add:before {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    background: url('../../images/common/siteinfo_add_ic.png') no-repeat;
    width: 23px;
    height: 24px;
    margin-right: 5px;
}
.site-info a:hover {
    text-decoration: underline;
}
.hit-total{
    color: #FFEB2A;
    background: #000;
    font-size: 14px;
    max-width: 228px;
    margin: 10px auto;
    display: block;
    line-height: 30px;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
}
.qrcode{
    margin: 30px 0 25px;
    padding: 0;
}
.qrcode li{
    display: inline-block;
    vertical-align: top;
    width: 106px;
}
.qrcode li span{
    font-weight: bold;
    display: block;
    background: #FFED2A;
    font-size: 17px;
    color: #000;
    margin-top: 4px;
}
.qrcode .line span{
    background: #8ACFFF;
}
/*------------ / site_footer ------------*/

.index-about-editor{
    color: #494949;
    font-size: 15px;
}

.index-service-editor .row{
    padding-left: 100px;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    min-height: 100px;
    color: #494949
}
.index-service-editor .row:last-child{
    margin-bottom: 0;
}
.index-service-editor .pic{
    width: 86px;
    position: absolute;
    left: 0;
    top: 10px;
}
.index-service-editor .title{
    font-size: 16px;
    font-weight: bold;
    color: #1F9EF2;
}

.about-editor .row {
    position: relative;
    margin: 0 -30px;
}
.about-editor .col {
    padding: 0 30px;
    float: left;
    width: 50%;
}
.service-editor .row {
    max-width: 1280px;
    text-align: center;
}
.service-editor .col {
    padding: 0 40px;
    float: left;
    width: 33.33%;
}
.service-editor .title{
    font-size: 16px;
    color: #0091F0;
    font-weight: bold;
    border-bottom: 1px dotted #000;
    max-width: 155px;
    margin: 0 auto;
    display: block;
    padding: 15px 0 5px;
}


.products-editor-pic {
    float: right;
    width: 400px;
    margin: 0 0 10px 30px;
}

.contact-editor .col {
    float: left;
}
.contact-editor .col1 {
    width: 39%;
    max-width: 427px;
}
.contact-editor .col2 {
    width: 58%;
    max-width: 632px;
    float: right;
}
.contact-map {
    border: 3px solid #CDCDCD;
}
.contact-map iframe {
    display: block;
    max-height: 100%;
    width: 100%;
}
.contact-info-list {
    color: #000;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}
.contact-info-list li {
    position: relative;
    padding: 2px 0 2px 10px;
    margin: 8px 0;
    line-height: 25px;
    border-bottom: 1px solid #C0C0C0;
}
.contact-info-list li .name{
    font-size: 13px;
    background: #E1E1E1;
    padding: 0 10px;
    display: inline-block;
    border-radius: 20px;
    line-height: 13px;
    padding-top: 4px;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

.contact-info-list a:hover {
    text-decoration: underline;
}
.editor-title {
    color: #197292;
    font-size: 18px;
    margin: 0 0 0.83em;
}
.terms-title {
    color: #197292;
    font-size: 16px;
}
.terms-editor .row {
    margin: 0 -3%;
}
.terms-editor .col {
    float: left;
    width: 50%;
    padding: 0 3%;
}
@media screen and (max-width: 1000px) {
    .service-editor > .row > .col {
        width: 100%;
    }
    .service-editor > .row > .col+.col {
        margin-top: 1.8em;
    }
    .contact-editor {
        padding: 0 2%;
    }
    .contact-editor .col {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        float: none;
    }
    .contact-editor .col1,
    .contact-info-list{
        max-width: 632px;
        margin: 0 auto 30px;
    }
    .contact-editor .col2 {
        margin: 0 auto;
    }
    .contact-map {
        margin-bottom: 1.8em;
    }
    .terms-editor .col {
        width: 100%;
    }
    .terms-editor .col + .col {
        margin-top: 1.8em;
    }
}
@media screen and (max-width: 767px) {
    .about-editor .col {
        width: 100%;
    }
    .products-editor-pic {
        float: none;
        width: auto;
        text-align: center;
    }
}
@media screen and (max-width: 500px) {
    .index-service-editor{
        text-align: center;
    }
    .index-service-editor .row{
        padding: 0;
    }
    .index-service-editor .pic{
        position: static;
        margin: 0 auto 20px;
    }
}