/*********** 前後台編輯器區塊共用的CSS設定 ***********/
.about-page{
    position: relative;
}
.about-page.top{
    margin-bottom: 50px;
}
.about-editor-title {
    color: #6C3804;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 62px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
}
.about-page.top .title{
    color: #6D3804;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 62px;
    line-height: 1.1;
    font-weight: bold;
    letter-spacing: 2px;
}
.about-page p {
    color: #111111;
    font-size: 16px;
    letter-spacing: 1.4px;
    line-height: 1.8;
}
.about-page.top p {
    padding-left: 100px;
    padding-top: 10px;
}
.about-page.top p:before {
    content: '';
    width: 85px;
    height: 1px;
    background: #000000;
    position: absolute;
    display: inline-block;
    left: 0;
    margin-top: 15px;
}
.about-page.bottom h1 {
    font-size: 27px;
    color: #6C3804;
    letter-spacing: 4px;
    font-weight: normal;
    /* margin: 0px; */
}
.about-page.bottom .col.left{
    width: 45%;
    float: left;
    /* margin-left: 50px; */
    box-sizing: border-box;
    text-align: justify;
}
.about-page.bottom .col.right{
    width: 50%;
    float: right;
}
.contact-editor .row {
    margin: 0 -2%;
}
.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: 1px solid #666;
    padding: 5px;
}
.contact-map iframe {
    display: block;
    max-height: 100%;
}
.contact-info-list {
    color: #8a8a8a;
    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;
}
.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;
}
.editor-title {
    color: #9C8064;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 5px;
}
.notice-editor-pics {
    float: right;
    margin-left: 30px;
}
.notice-editor-pics .pic {
    margin-bottom: 24px;
}
/*----  後台範本  ----*/
.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;
}
/*----  後台範本end  ----*/
@media screen and (max-width: 1000px) {
    .about-page.top .title{
        font-size: 30px;
    }
    .about-page.bottom .col.left,
    .about-page.bottom .col.right{
        width: 100%;
        float: none;
    }
    .about-page.bottom .col.right{
        text-align: center;
    }
    .about-page.top p:before{
        display: none;
    }
    .about-page.top p{
        padding-left: 0px;
        width: 100%;
    }
    .about-page.bottom h1{
        font-size: 22px;
    }

}
@media screen and (max-width: 1200px) {
    .notice-editor-pics {
        float: none;
        overflow: hidden;
        margin: 0 -5px;
    }
    .notice-editor-pics .pic {
        width: 33.33%;
        float: left;
        padding: 0 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .about-editor-title {
        font-size: 18px;
    }
}
@media screen and (max-width: 600px) {
    .contact-editor .col1 {
        width: 100%;
    }
    .contact-editor .col2 {
        width: 100%;
    }
}