/*********** 前後台編輯器區塊共用的CSS設定 ***********/
.layout-row.layout-type3 .col.txt{
    width: 45%;
}
.layout-row.layout-type3 .col.pic img{
    height: 100%!important;
}
.title-box.type3 .layout-sub-title,
.title-box.type3 span{
    font-family: 'Saira Semi Condensed', sans-serif;
}
@media screen and (max-width: 1000px) {
    .layout-row.layout-type3 .col.txt{
        width: 100%;
    }
}
/*-edit-page row-*/
.edit-page.row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 40px;
    max-width: 1300px;
}
.edit-page.row .col.pic {
    /* flex-basis: 480px; */
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    margin: 0 5px 10px;
}
.edit-page.row .col.txt {
    width: 50%;
    box-sizing: border-box;
    margin-left: 40px;
    /* padding: 40px; */
}
.main-t{
    font-size:30px;
    color: #01215D;
    display:flex;
    margin-bottom: 20px;
    font-weight: bold;
    align-items: center;
    position: relative;
    z-index: 10;
}
.main-t:after{
    content: '';
    display: block;
    width: 358px;
    height: 198px;
    position: absolute;
    top: -100px;
    left: 101px;
    background: url(../../images/common/shrimp.png) no-repeat;
    z-index: -1;
    transform: rotateY(180deg);
}
.main-t span{
    border-left:3px solid #01215D;
    font-weight: 200;
    color:#717995;
    margin:0 0 0 10px;
    padding-left: 10px;
    font-family: 'Saira Semi Condensed', sans-serif;
    line-height:1;
}
@media screen and (max-width: 1000px) {
    .edit-page.row{
        flex-direction:column;
        justify-content: center;
        align-items: center;

    }
    .edit-page.row .col.pic{
        margin: 0 auto 40px;
    }
    .edit-page.row .col.txt{
        width:100%;
        margin: 0 auto;
    }
}
/*-edit-page row-*/
.editor-title {
    color: #01215D;
    font-family: 'Gentium Basic', serif;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}

.editor-title2 {
    color: #BE9967;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px;
}

.about-editor .row {
    margin: 0 -1%;
}

.about-editor .col {
    padding: 0 1%;
    float: left;
}

.about-editor .col1 {
    width: 51%;
}

.about-editor .col2 {
    width: 49%;
}

.editor-grid .row {
    margin: 0 -10px;
}

.editor-grid .col {
    float: left;
    padding: 0 10px;
}

.editor-grid.x3 .col {
    width: 33.33%;
}

.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 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;
}



/*----  後台範本  ----*/

.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: 1700px) {
    .about-editor .col {
        width: 100%;
    }
    .about-editor .col+.col {
        margin-top: 1.7em;
    }
}

@media screen and (max-width: 1000px) {
    .editor-title {
        font-size: 14px;
        line-height: 1.3;
        margin-bottom: 5px;
    }
    .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;
    }
}

@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) {
    .editor-grid.x3 .col {
        width: 100%;
    }
    .editor-grid.x3 .col+.col {
        margin-top: 1.7em;
    }
    .contact-map {
        height: 200px;
    }
}