/*********** 前後台編輯器區塊共用的CSS設定 ***********/
/*------------ edit_page ------------*/
.edit_page{}
.edit_page .row{
    display: flex;
    justify-content: center;
    align-content: center;
}
/*-r1-*/
.edit_page .row.r1{
    margin-bottom: 40px;
}
.edit_page .row.r1 .col.pic{
    order:2;
    flex-basis: 575px;
    width: 50%;
    margin-left: 40px;
}
.edit_page .row.r1 .col{
    width: calc(100% - 615px);
}
/*-r2-*/
.edit_page .row.r2{
    background: #EAEAEA;
    box-sizing: border-box;
    position: relative;
    justify-content: flex-end;
}
.edit_page .row.r2 .col.pic{
    flex-basis: 480px;
    width: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    left: -28px;
    top: 10px;
}
.edit_page .row.r2 .col{
    width: 50%;
    padding: 40px 80px 40px 40px;
}
.edit_page .row.r2 .col .t1 span{
    color: #ADADAD;
    font-size: 30px;
}

.edit_page .row .col .t1{
    color: #5A92C9;
    font-size: 30px;
    position: relative;
    padding-bottom: 30px;
    letter-spacing: 0.2em;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
}
.edit_page .row .col .t1 span{
    display: block;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    color: #444;
    font-weight: 400;
}
.edit_page .row .col .t1:before{
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    background: #42B1DF;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../../images/common/index/news_line.png) 50% 50% no-repeat;
    background-size: contain;
}

.edit_page .row .col .t2{
    font-size: 22px;
    color: #373F50;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}
.edit_page .row .col .txt{
    line-height: 2;
}
@media screen and (max-width: 1200px) {
    .edit_page .row.r1 .col.pic{
        order:2;
        flex-basis: 400px;
        width: 50%;
        margin-left: 40px;
    }
    .edit_page .row.r1 .col{
        width: calc(100% - 440px);
    }
}
@media screen and (max-width: 1000px) {
    .edit_page .row.r1,
    .edit_page .row.r2,
    .edit_page .row{
        flex-direction: column;
    }
    .edit_page .row.r1 .col.pic,
    .edit_page .row.r2 .col.pic{
        flex-basis: inherit;
        width: 100%;
        margin: 0 auto;
    }
    .edit_page .row.r2 .col.pic{
        position: static;
        margin: 0 auto 20px;
    }
    .edit_page .row.r2 .col{
        padding: 0 20px 40px;
    }
    .edit_page .row.r1 .col,
    .edit_page .row.r2 .col,
    .edit_page .row .col{
        width: 100%;
    }
    .edit_page .row.r1 .col{
        margin: 0 auto 20px;
    }
    .edit_page .row .col .t1{
        font-size: 24px;
    }
    .edit_page .row .col .t1 span{
        font-size: 40px;
    }
    .edit_page .row .col .t2{
        font-size: 18px;
    }
}
/*----- index about edit -----*/
    .t2{
        color: #fff;
        font-size: 25px;
        margin-bottom: 10px;
    }
    @media screen and (max-width: 600px) {
 
    .t2 {
        font-size: 20px;
    }
}

/*------*/
.contact.title{
    color: #fff;
    font-size: 25px;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
}
.contact.title span{
    display: block;

}
.index-contact-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: left;
    display: block;
    color: #fff;
}

.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: #fff;
    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: 18px;
    font-weight: bold;
    margin: 0 0 5px;
}

.editor-title {
    color: #FF5B2C;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px;
}

.editor-title2 {
    color: #FF7C00;
    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 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;
}

@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: 14px;
    }
    .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) {
 
    .contact-map {
        height: 200px;
    }
}
