/*------------ about-editor ------------*/

.about-editor .title {
    font-size: 21px;
    color: #83705E;
    margin: 0;
}

.about-editor .tb01 td {
    vertical-align: top;
}

.about-editor .tb01 .pic {
    width: 185px;
    padding: 0 0 2px 15px;
}

.about-editor .tb01 span {
    color: #5F1312;
}

.about-editor .tb02 {
    width: 100%;
    border: 1px solid #D4D1C7;
}

.about-editor .tb02 td {
    line-height: 1.5;
    padding: 16px 20px;
    vertical-align: middle;
}

.about-editor .tb02 .title {
    font-family: "新細明體";
    font-size: 24px;
    color: #333333;
    margin: 0;
}

.about-editor .tb02 span {
    color: #DC6B5D;
}

.about-editor .tb02 .pic {
    width: 160px;
    padding: 16px 0 16px 20px;
}



/*------------ news-editor ------------*/

.news-editor .tb01 {
    width: 100%;
    color: #9F856C;
    line-height: 1.9;
}

.news-editor .tb01 .pic {
    width: 305px;
    padding-left: 35px;
}



/*------------ notice-editor ------------*/

.notice-editor .color01 {
    color: #5F1312;
}



/*------------ terms-editor ------------*/

.terms-editor {
    color: #5D5D5D;
    line-height: 1.85;
}

.terms-editor .title {
    border: 1px solid #D4D1C7;
    line-height: 26px;
    font-size: 14px;
    color: #5E5142;
    font-weight: bold;
    background: #EDEADB;
}

.terms-editor .title:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 2px solid #8C6900;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 2px;
}



/*------------ index-about-editor ------------*/

.index-about-editor {
    color: #807059;
    line-height: 2;
}

.index-about-editor .tit {
    color: #807059;
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
}

.index-about-editor .tit:after {
    content: "";
    width: 96px;
    height: 1px;
    display: block;
    margin: 20px 0 15px;
    background: #817059;
}


/*------------ contact-editor ------------*/

.contact-editor .col {
    float: left;
    padding: 0 2%;
}

.contact-editor .col1 {
    width: 44%;
}

.contact-editor .col2 {
    width: 56%;
}

.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;
}

.contact-info-list .tel a {
    font-size: 20px;
}

.contact-editor {
    margin-top: 60px;
}


/*----  後台範本  ----*/

.is-container-in .icon {
    background: none;
    text-align: center;
}

.is-rounded-button-medium a i {
    text-align: center;
}

[class*="ion-"] {
    text-indent: 0;
}

.column.full .clearfix.is-boxed-button-big {
    display: inline-block;
}

.is-container-in .btn.btn-default.edit {
    padding: 7px 25px;
    line-height: 2em;
}




/*------------ rwd ------------*/

@media screen and (max-width: 1024px) {
    .about-editor .tb01 td,
    .about-editor .tb02 td {
        width: 100%;
        float: left;
        box-sizing: border-box;
    }
    .about-editor .tb02 td {
        padding: 10px;
        text-align: center;
    }
    .about-editor .tb01 .pic,
    .about-editor .tb02 .pic {
        width: 100%;
        padding: 5px 0;
    }
}

@media screen and (max-width: 1000px) {

    .contact-info-list {
        font-size: 12px;
    }
    .contact-info-list .tel a {
        font-size: 14px;
    }
    .contact-info-list li {
        padding: 2px 0 2px 40px;
        margin: 0;
        line-height: 20px;
    }
    .index-about-editor .tit:after {
        margin: 8px 0 10px;
    }
    .index-about-editor {
        color: #807059;
    }
}

@media screen and (max-width: 767px) {
    .contact-editor {
        padding: 0;
        margin-top: 20px;
    }
    .contact-editor .col {
        width: 100%;
        padding: 0;
    }
    .contact-map {
        margin-bottom: 1.8em;
    }
}

@media screen and (max-width: 600px) {

    .contact-map {
        height: 200px;
    }
}