/*********** 前後台編輯器區塊共用的CSS設定 ***********/
.a_layout * {
    position: relative;
    box-sizing: border-box;
} 
.a_layout .a_item+.a_item {
    margin: 50px 0 0;
}
.a_layout .a_item .a_txt+.a_txt {
    margin: 30px 0 0;
}
.a_layout .a_item {
    display: flex;
}
.a_layout .a_item .a_col {
    width: 50%;
    padding-right: 30px;
}
.a_layout .a_item .a_col:last-of-type {
    width: 50%;
    padding-right: 0;
    padding-left: 30px;
}
.a_layout h3 {
    color: #8C7947;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.5;
    margin: 0 0 10px;
    font-family: 'Noto Serif TC', serif;
}
.a_layout p {
    margin: 0;
    color: rgb(82, 67, 57, 0.9);
    letter-spacing: 1px;
    line-height: 2;
    text-align: justify;
}
.a_layout h4 {
    color: #524339;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.7;
    margin: 10px 0;
    font-family: 'Noto Serif TC', serif;
}
.a_layout .a_item.two .a_col {
    width: 38%;
}
.a_layout .a_item.two .a_col:last-of-type {
    width: 62%;
}
.a_layout .a_item.three .a_col:first-of-type {
    padding: 50px;
}
.a_layout .a_item.three .a_col:first-of-type::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
}
.a_layout .a_item.three .a_col:last-of-type img {
    display: none;
}
.a_layout .a_item.three::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../../images/common/about/a_pic3.jpg) 50% 50% no-repeat;
    background-attachment: fixed;
}
@media screen and (max-width: 1280px) {
    .a_layout h3 {
        font-size: 20px;
    }
    .a_layout h4 {
        font-size: 15px;
    }
}
@media screen and (max-width: 1000px) {
    .a_layout .a_item+.a_item {
        margin: 50px 0 0;
    }
    .a_layout .a_item .a_col:last-of-type {
        width: 100%;
        padding: 0;
    }
    .a_layout .a_item {
        flex-direction: column;
    }
    .a_layout .a_item .a_col {
        width: 100%;
        padding: 0 0 15px;
    }
    .a_layout .a_item.two .a_col {
        width: 100%;
    }
    .a_layout .a_item.two .a_col:last-of-type {
        width: 100%;
    }
    .a_layout .a_item.three .a_col:first-of-type {
        padding: 15px;
    }
    .a_layout .a_item.three::before {
        background-attachment: unset;
        display: none;
    }
    .a_layout .a_item.three .a_col:last-of-type img {
        display: block;
    }
}
/*------------ contact-editer ------------*/
.contact-map {
    position: relative;
    height: 250px;
}
.contact-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}
.contact-info-list {
    color: #382D26;
    font-size: 18px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.contact-info-list li {
    position: relative;
    padding: 2px 0 2px 25px;
    margin: 3px 0;
    line-height: 25px;
    display: inline-block;
    margin-right: 25px;
}
.contact-info-list li:before {
    display: inline-block;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    color: #C5A449;
    position: absolute;
    left: 0;
    top: 6px;
}
.contact-info-list li.tel:before  {
    content: "\ff001";
}
.contact-info-list li.fax:before {
    content: "\ff002";
}
.contact-info-list li.mail:before {
    content: "\ff003";
}
.contact-info-list li.add:before {
    content: "\ff004";
    font-size: 18px;
    left: 3px;
    top: 4px;
}
.contact-info-list a:hover {
    text-decoration: underline;
}
/*------------ !contact-editer ------------*/
@media screen and (max-width: 767px) {
    .news-editor-pic {
        float: none;
        width: auto;
        margin: 0 auto 2em;
    }
}
