/*********** 前後台編輯器區塊共用的CSS設定 ***********/
.index-about-title {
    color: #000000;
    font-weight: bold;
    font-size: 25px;
}
.about-editor .row_{
    display: flex;
}
.about-editor .row_ .col{
    box-sizing: border-box;
}
.about-editor .row_1 .col1{
    width: 53.7%;
}
.about-editor .row_1 .col2{
    width: 46.3%;
    padding-left: 38px;
}
.about-editor .row_1{
    margin-bottom: 55px;
}
.about-editor .row_2 .col1{
    width: 36%;
    padding-right: 28px;
}
.about-editor .row_2 .col2{
    width: 64%;
}
.about_tit1{
    color: #9F7141;
    font-size: 18px;
    font-weight: 700;
    font-family: Josefin Sans;
    line-height: 1.5;
    margin: 5px 0 0;
}
.about_tit2{
    color: #B57B1C;
    font-size: 40px;
    font-family: Josefin Sans;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;

}
.about_tit3{
    margin: 0 0 45px;
    line-height: 43px;
    background: url(../../images/common/about/about_tit.jpg) no-repeat;
    max-width: 454px;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
    margin-left: -180px;
    padding-left: 180px;

}
.about_txt1{
    padding-right: 57px;
    display: block;
}
.notice-editor .row {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.notice-editor .col {
    display: table-cell;
    vertical-align: middle;
}

.notice-editor.col1 {
    vertical-align: top;
    padding-right: 4px;
}

.notice-editor .col2 {
    width: 40%;
    padding: 0%;
}


.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: 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;
}

.notice-editor-title {
    font-size: 19px;
    color: #042935;
    letter-spacing: 0.04em;
    margin: 0 0 0.4em;
}

.notice-editor-title img {
    vertical-align: text-bottom;
}

.terms-title {
    font-size: 19px;
    color: #042935;
    margin: 0 0 0.5em;
}

.news-editor {
    max-width: 1000px;
    margin: 0 auto;
}


/*----  後台範本  ----*/

.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: 1280px) {
    .notice-editor .row,
    .notice-editor .col{
        display: block;
        width: auto;
    }

    .notice-editor .col2{
        padding: 0;
        margin-bottom: 4px;
        text-align: center;
    }

}

@media screen and (max-width: 1000px) {
    .contact-editor {
        padding: 0 2%;
    }
    .contact-editor .col {
        width: 100%;
        padding: 0;
    }
    .contact-map {
        margin-bottom: 1.8em;
    }
    .news-editor {
        max-width: auto;
    }
    .about-editor .row_{
        flex-wrap: wrap;
    }
    .about-editor .row_ .col{
        width: 100%;
        margin-bottom: 15px;
        padding: 0;
    }
    .about_tit2{
        font-size: 28px;
    }
    .about_tit3{
        margin-bottom: 20px;
    }
    .about_txt1{
        padding-right: 0;
    }
    .about-editor .row_1{
        margin-bottom: 10px;
    }
    .about-editor .row_2 .col1{
        order: 2;
    }
}

@media screen and (max-width: 600px) {
    .contact-map {
        height: 200px;
    }
}

@media screen and (max-width: 500px) {

    .notice-editor .row,
    .notice-editor .col,
    .about-editor .row,
    .about-editor .col {
        display: block;
        width: auto;
        font-size: 14px;
        line-height:25px;
    }

}
