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


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

.about-editor .pic .row{
    margin: 0 -2px;
}

.about-editor .pic .col{
    padding: 0 2px;
    float: left;
    width: calc((100% / 3) - 0.1px);
}

.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: #555;
    font-size: 14px;
    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;
}

.contact-info-list li:before {
    content: '';
    display: inline-block;
    background: url('../../images/common/contact/info_ic.png') no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-info-list li.tel:before {
    background-position: 0 0;
}

.contact-info-list li.mail:before {
    background-position: 0 50%;
}

.contact-info-list li.addr:before {
    background-position: 0 100%;
}

.contact-info-list a:hover {
    text-decoration: underline;
}

h2.terms-title {
    color: #CB7F59;
    font-size: 16px;
    margin: 0.5em 0;
}

.editor-title {
    color: #197292;
    font-size: 18px;
    margin: 0 0 0.83em;
}

.terms-title {
    color: #B21806;
    font-size: 16px;
    line-height: 2.5;
}

.terms-editor .row {
    margin: 0 -3%;
}

.terms-editor .col {
    float: left;
    width: 50%;
    padding: 0 3%;
    text-align: left;
}

.terms-editor .col1 {
    background: url(../../images/common/border_v.png) repeat-y right;
}

@media screen and (max-width: 1000px) {
    .contact-editor {
        padding: 0 2%;
    }
    .contact-editor .col {
        width: 100%;
        padding: 0;
    }
    .contact-map {
        height: 300px;
        margin-bottom: 1.8em;
    }
    .terms-editor .col {
        width: 100%;
    }
    .terms-editor .col+.col {
        margin-top: 1.8em;
    }
    .terms-editor .col1 {
        border: none;
    }
}


@media screen and (max-width: 600px) {
    .contact-map {
        height: 200px;
    }
}

@media screen and (max-width: 480px) {
    .about-editor .pic .row{
        margin: 0;
    }
    .about-editor .pic .col{
        width: auto;
        float: none;
        padding: 0 0 5px;
    }
}
