    /*********** 前後台編輯器區塊共用的CSS設定 ***********/
/*------------ 內頁關於我們 ------------*/
.a_layout * {
    position: relative;
    box-sizing: border-box;
} 
.a_layout {
    letter-spacing: 1px;
    line-height: 1.8;
    max-width: 1166px;
    margin: 0 auto;
}
.a_layout p {
    margin: 0;
} 
.a_layout .a_row1 {
    max-height: 360px;
}
.a_layout .a_pic1 {

}
.a_row3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.a_col {
    padding: 30px 100px 10px 50px;
}
.a_pic1txt h2{
    position: absolute;
    display: block;
    font-size: 42px;
    font-weight: 900;
    color: #FF5C2D;
    margin: -55px 30px 0px 68px;
}
.a_layout .a_row2 {
    display: flex;
    align-items: flex-end;
    padding: 0 50px 0 0px;
    margin: -272px 0 0;
}
.a_layout .a_row2 .a_col:first-of-type {
    padding: 35px 30px 78px 50px;
    width: 100%;
    max-width: 350px;
    font-size: 0;
}
.a_layout .a_row2 .a_col:last-of-type {
    padding: 80px 57px;
    background: #ffffffd9;
    width: calc(100% - 350px);
}
.a_layout .a_row2 .a_col .a_txt{
    letter-spacing: 0.5px;
    line-height: 1.8;
    font-weight: 900;
    font-size: 20px;
    color: #FF5C2D;
    padding: 0 0 0 20px;
}
.a_layout .a_row2 .a_col .a_txt:before {
    content: '';
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 5px;
    height: 60px;
    background: #FF5C2D;
}
.a_layout .a_row3 {
    display: flex;
    align-items: center;
    margin: 40px 0 0;
}
.a_layout .a_row3 .a_pic2{
    width: 100%;
    max-width: 397px;
}
.a_layout .a_row3 .a_col:first-of-type {
    width: 100%;
    max-width: 341px;
}
.a_layout .a_row3 .a_col:last-of-type {
    width: calc(100% - 341px);
    padding-left: 96px;
}
.a_layout .a_row3 p {
    padding: 0 0 15px;
    margin: 30px 0 30px;
}
@media screen and (max-width: 1440px) {
    .about-sect .col.pic {
        top: 0px;
    }
}
@media screen and (max-width: 1300px){ 
    .a_pic1txt h2 {
        margin: -20px 30px 0px 50px;
    }
}
@media screen and (max-width: 1280px){ 
    .a_pic1txt h2 {
        margin: -55px 30px 0px 50px;
    }
    .a_layout .a_row2 {
        display: flex;
    }
    .a_layout .a_row2 .a_col:last-of-type {
        padding: 10px 50px;
    }
    .a_layout .a_row2 .a_col:first-of-type {
        max-width: 400px;
        padding: 35px 35px 50px 35px;
    }
    .a_layout .a_row2 .a_col:last-of-type {
        width: calc(100%);
    }
    .a_layout .a_row1 {
        align-items: center;
    }
    .a_layout .a_row3 {
        align-items: center;
    }
}
@media screen and (max-width: 1200px){  
    .a_layout .a_row2 .a_col .a_txt {
    padding: 0 0 0 0px;
}
    .a_pic1txt h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 42px;
    font-weight: 900;
    margin: 0px 0px 0px 0px;
    text-align: center;
}
    .a_layout .a_row2 {
        flex-direction: column;
        margin: 0;
        padding: 0;
    }
    .a_layout .a_row2 .a_col .a_txt:before {
        content: '';
        position: absolute;
        bottom: -12px;
        left: 45%;
        width: 60px;
        height: 5px;
        background: #FF5C2D;
        text-align: center;
        display: none;
    }
    .a_layout .a_row2 .a_col:first-of-type {
        width: 100%;
        max-width: unset;
        padding: 30px 0;
        margin: 0 auto;
        text-align: center;
    }
    .a_layout .a_row2 .a_col:first-of-type img {
        max-width: 320px;
    }
    .a_layout .a_row2.a_col:last-of-type {
        width: 100%;
        padding: 30px;
    }
    .a_layout .a_row3 {
        flex-direction: column-reverse;
        padding: 0 30px;
    }
    .a_layout .a_row3 .a_col:first-of-type {
        max-width: unset;
    }
    .a_layout .a_row3 .a_col:last-of-type {
        width: 100%;
        padding: 0 0 15px;
    }
}
@media screen and (max-width: 767px) {
    .a_col  {
        padding: 0px 50px;
    }
    .a_layout .a_row2 .a_col:last-of-type {
        padding: 0px 50px;
    }
    .a_row3 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .a_pic1txt h2  {
        margin: 10px 0px 0px 0px;
        font-size: 30px;
    }
    .a_layout .a_row2 .a_col .a_txt {
        font-size: 15px;
    }
}
@media screen and (max-width: 484px) {
    .a_pic1txt h2  {
        font-size: 25px;
    }
}

/*------------ 內頁關於我們 ------------*/
.index-contact-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: left;
    display: inline-block;
}

.index-contact-list li {
    position: relative;
    padding-left: 12px;
}

.index-contact-list li + li {
    margin-top: 5px;
}

.index-contact-list li:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #F97D02;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.index-contact-list li a:hover {
    text-decoration: underline;
}

.about-editor .row {
    margin: 0 -5px;
}

.about-editor .col {
    float: left;
    padding: 0 5px;
}

.about-editor .col1 {
    width: 56%;
}

.about-editor .col2 {
    width: 44%;
    text-align: center;
}

.terms-title {
    color: #F89601;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 5px;
}

.editor-title {
    color: #FF5B2C;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px;
}

.editor-title2 {
    color: #02A0B8;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

.editor-grid .row {
    margin: 0 -20px;
}

.editor-grid .col {
    padding: 0 20px;
    float: left;
}

.editor-grid.x3 .col {
    width: 33.33%;
}
.editor-grid.x2 .col {
    width: 50%;
}

.contact-editor .row {
    margin: 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: 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 27px;
    margin: 8px 0;
    line-height: 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: #8D643F;
    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;
}

/*----  後台範本  ----*/

.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;
}

@media screen and (max-width: 1200px) {
    .about-editor .col,
    .editor-grid.x2 .col,
    .editor-grid.x3 .col {
        width: 100%;
    }
    .about-editor .col + .col,
    .editor-grid.x2 .col + .col ,
    .editor-grid.x3 .col + .col {
        margin-top: 1.7em;
    }
}

@media screen and (max-width: 1000px) {
    .terms-title,
    .editor-title {
        font-size: 14px;
    }
      .contact-info-list {
        font-size: 15px;
    }
    .contact-info-list .tel a {
        font-size: 15px;
    }
    .contact-info-list li {
        margin-top: 4px;
        margin-bottom: 4px;
    }
}
@media screen and (max-width: 767px) {
    .contact-editor {
        padding: 0 2%;
    }
    .contact-editor .col {
        width: 100%;
        padding: 0;
    }
    .contact-map {
        margin-bottom: 1.8em;
    }
}
@media screen and (max-width: 600px) {
 
    .contact-map {
        height: 200px;
    }
}
