/*********** 前後台編輯器區塊共用的CSS設定 ***********/

/* ---------- about -------- */

.a_layout {
    position: relative;
}

.a_layout .a_pic {
    position: relative;
}

.a_layout .a_text {
    position: relative;
    padding: 70px 0;
    max-width: 800px;
    margin: 0 auto;
}

.a_layout .a_text h2 {
    color: #132859;
    font-size: 22px;
    letter-spacing: 2.5px;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 50px;
}

.a_layout .a_text p{
    font-size: 17px;
    line-height: 1.5;
    color: #111111;
    text-align: justify;
}

/* ---------- service -------- */

.service-editor-pic {
    float: left;
    width: 47%;
    margin-bottom: 30px;
    margin-right: 40px;
}

.service-editor-txt {
    margin-bottom: 30px;
    color: #9A7F64;
    font-size: 13px;
    line-height: 2.2;
    letter-spacing: 0.035em;
}

.service-editor-title {
    font-family: 'Times New Roman', Times, Georgia, serif;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 25px;
}

.service-editor-layout .btn.gotop {
    clear: both;
    display: block;
    border-width: 1px 0;
    border-style: dashed none solid;
    border-color: #9C8064;
    line-height: 30px;
    color: #9A7F64;
    font-size: 16px;
    font-weight: bold;
}

/* ---------- contact -------- */

.contact-editor .row {
    margin: 0 -2%;
}

.contact-editor .col {
    float: left;
    padding: 0 2%;
}

.contact-editor .col1 {
    width: 50%;
}

.contact-editor .col2 {
    width: 50%;
}

.contact-editor .col2 h2{
    color: #132859;
    font-size: 20px;
    letter-spacing: 2.5px;
    line-height: 1.5;
    text-align: left;
    margin: 0 0 15px;
}

.contact-map {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid #666;
    padding: 5px;
}

.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: 5px 0;
    line-height: 25px;
    font-size: 16px;
}

.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;
}

/* ---------- terms -------- */

.terms-title {
    color: #132859;
    font-size: 18px;
    font-weight: 500;
    padding-left: 0;
    margin: 0 0 5px;
    letter-spacing: 0.35px;
}

@media screen and (max-width: 767px) {
    /* .service-editor-pic {
        float: none;
        width: auto;
        text-align: center;
        margin: 0 0 20px;
    } */
}