/*********** 前後台編輯器區塊共用的CSS設定 ***********/
.about-editor{
    position: relative;
    margin-top: 100px;
    padding: 0 50px 115px;
}
.about-editor .about_pic_bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: contain;
    object-position: top;
    height: 100%!important;
}
.about-editor .col_txt{
    position: relative;
    z-index: 5 ;
    max-width: 100%;
    width: 520px;
    padding: 80px 60px 54px;
    background: #fff;
    box-sizing: border-box;
}
.about-editor .col_txt:before{
    content: '';
    width: 100%;
    height: 100%;
    border:solid 1px #C59B6C;
    position: absolute;
    left: 15px;
    top: 20px;
}
.about_pic{
    display: block;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
}

.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;
}

.terms-title {
    color: #B39168;
    font-size: 17px;
    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: 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;
    }

}
@media screen and (max-width: 1000px) {
    .about-editor .about_pic_bg{
        position: static;
        height: auto;
        width: 100%;
        padding: 0;
    }
    .about-editor{
        padding: 0;
    }
    .about_pic{
        max-width: 100%;    
    }
    .about-editor .col_txt{
        padding:55px 0px 0px;
    }
    .about-editor .col_txt:before{
        display: none;
    }
    .about-editor{
        margin-top: 0;
    }
}
@media screen and (max-width: 600px) {
    .contact-editor .col1 {
        width: 100%;
    }
    .contact-editor .col2 {
        width: 100%;
    }
}
