/*********** 前後台編輯器區塊共用的CSS設定 ***********/
.editor a:hover {
    text-decoration: underline;
}
.news-editor-pic {
    float: right;
    width: 55%;
    margin: 0 0 30px 25px;
    text-align: center;
}
.contact-map {
    position: relative;
    height: 250px;
}
/*.contact-map:before {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(74, 70, 46, 0.5);
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}*/
.contact-map:hover:before {
    background-color: transparent;
}
.contact-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}
.cont_ti{
    font-size: 24px;
    color: #C6A36F;
}
.cont_txt{
    font-size: 18px;
}
.about_txt{
    margin-top: 30px;
    line-height: 4;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}
.terms-til{
    font-size: 21px;
}
@media screen and (max-width: 767px) {
    .news-editor-pic {
        float: none;
        width: auto;
        margin: 0 auto 2em;
    }
}