/*********** 前後台編輯器區塊共用的CSS設定 ***********/
.index-about-title {
    color: #70AC92;
    font-family: '微軟正黑體', 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-size: 25px;
}
.pro-editor .row {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.pro-editor .col {
    display: table-cell;
    vertical-align: middle;
}
.pro-editor .col1 {
    vertical-align: top;
    padding-right: 4px;
}
.about-editor .row_,
.service-editor .row_ {
    display: flex;
}
.about-editor .row_1 {
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}
.about-editor .row_1 .col1 {
    flex-basis: 34%;
}
.about-editor .row_1 .col2 {
    flex-basis: 66%;
}
.about_t1 {
    display: inline-block;
    background: -webkit-linear-gradient(left, #6DD900 0, #1A6600 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 5px;
    font-weight: bold;
}
.about-editor .txt {
    letter-spacing: 3px;
}
.about-editor .point {
    color: #19A532;
}
.about_t2 {
    font-family: 'Carter One', cursive;
    color: #86BB0B;
    opacity: 0.1;
    font-size: 60px;
    line-height: 0.67;
    letter-spacing: 1px;
    padding-left: 39px;
    margin-bottom: -54px;
    font-style: italic;
    width: 100%;
    max-width: 344px;
}
.about_t2 span {
    position: relative;
    left: 138px;
}
.about-editor .row_2 .col1 {
    flex-basis: 28%;
}
.about-editor .row_2 .col2 {
    flex-basis: 72%;
    /*padding-left: 20px;*/
    box-sizing: border-box;
}
.about_t3 {
    display: inline-block;
    background: -webkit-linear-gradient(left, #6DD900 0, #1A6600 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 5px;
    font-weight: bold;
    padding-left: 20px;
    letter-spacing: 2px;
}
.about_t3:after {
    content: '';
    display: block;
    width: 125px;
    height: 1px;
    background: #DDDDDD;
    position: relative;
    left: -64px;
    margin-top: 3px;
}
.about_t4 {
    font-family: 'Carter One', cursive;
    color: #86BB0B;
    opacity: 0.1;
    font-size: 50px;
    position: relative;
    line-height: 1.4;
    margin-top: -15px;
    left: -5px;
    letter-spacing: 3px;
    font-style: italic;
    padding-left: 20px
}
.about_t4 span {
    display: inline;
}
.about_t4 span:after {
    content: '';
    background: #86BB0B;
    width: 6px;
    height: 6px;
    display: inline-block;
    margin: 0 0px 0 13px;
}
.about_t4 span:last-child:after {
    display: none;
}
.sub_tit:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    top: -2px;
    width: 8px;
    height: 8px;
    background: #7DA16D;
    margin: 0 10px 0 0px;
    position: relative;
}
.sub_tit {
    color: #578545;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}
.about_box {
    background: #FDFFF7;
    padding: 35px 35px 14px;
    margin-top: -37px;
}
.about_box .txt2 {
    border: 2px solid #E0EDB0;
    padding: 25px;
    margin-top: 20px;
    border-radius: 6px;
}
.about_box .txt2 li {
    position: relative;
    padding-left: 15px;
}
.about_box .txt2 li:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 11px;
    background: #000000;
    width: 5px;
    height: 5px;
}
.about_box.row_ .col {
    flex-basis: 50%;
    box-sizing: border-box;
}
.about_box.row_ .box1 {
    padding-right: 20px;
}
.about_box.row_ .box2 {
    padding-left: 20px;
}
/*自訂頁面*/
.notice-editor .top {
    display: flex;
    justify-content: flex-end;
}
.notice-editor .row_ .col1 {
    max-width: 623px;
    background: #fff;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    margin-right: -110px;
    margin-top: 90px;
    position: relative;
    z-index: 2;
    background: url(../../../images/common/notice/shadow.png);
    background-size: 100% 100%;
}
.notice-editor .row_ .col1 .txt_box {
    padding: 20px 40px 30px;
    background: #fff;
}
.notice_t1 {
    text-align: right;
    margin-bottom: 5px;
}
.notice_t1 span {
    font-weight: bold;
    font-size: 20px;
    color: #79A93D;
}
.notice_t1 span:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 19px;
    background: #DDDDDD;
    vertical-align: middle;
    margin: -5px 10px 0
}
.notice_t1 b {
    font-weight: bold;
    color: #2B2B2B;
    font-size: 26px;
}
.bottom {
    margin-top: -10px;
}
.bottom:before {
    content: '';
    width: 1px;
    height: 74px;
    background: #BBBBBB;
    margin: 0 auto 30px;
    display: block;
}
.notice_t2 {
    font-weight: bold;
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
}
.notice_t2 span {
    display: inline-block;
    background: -webkit-linear-gradient(10deg, rgba(109, 217, 0, 1) 0%, rgba(26, 102, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.notice_txt2 {
    text-align: center;
}
.notice_txt2 .point {
    color: #19A532;
}
.notice_per {
    display: flex;
    margin-top: 50px;
}
.notice_per .per_box {
    flex-basis: 25%;
    text-align: center;
}
.notice_per .per_box .cat {
    font-weight: bold;
    color: #2B2B2B;
    font-size: 20px;
    margin: 15px 0 5px;
}
.notice_per .per_box .name {
    font-size: 17px;
    color: #222222;
}
.notice_per .per_box .name:after {
    content: '';
    display: block;
    margin: 15px auto;
    background: #31AF38;
    height: 3px;
    width: 29px;
}
/*!自訂頁面*/
.service-editor .row_ {
    margin-bottom: 50px;
}
.service-editor .row_ .pic {
    flex-basis: 55%;
}
.service-editor .row_ .txt {
    flex-basis: 45%;
    text-align: center;
    padding: 0 30px;
}
.service-editor .row_:nth-child(even) .pic {
    order: 2;
}
.service-editor .num {
    font-size: 20px;
    font-family: 'Carter One';
    color: #7FAE26;
}
.service-editor .service_tit {
    color: #000000;
    font-size: 20px;
}
.service-editor .service_tit:after {
    background: #666666;
    content: '';
    width: 42px;
    height: 1px;
    margin: 8px auto;
    display: block;
}
.service-editor .service_txt {
    text-align: left;
    line-height: 1.6;
}
.pro-editor .col2 {
    width: 52%;
    padding: 0%;
}
.about-editor-title {
    color: #70AC92;
    font-size: 26px;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
    margin: 10px 0;
}
.products-editor-pic {
    float: right;
    width: 400px;
    margin: 0 0 10px 30px;
}
.contact-editor .row {
    margin: 0 -2%;
}
.contact-editor .col {
    float: left;
    padding: 0 2%;
}
.contact-editor .col:nth-child(1) {
    width: 50%;
}
.contact-editor .col:nth-child(2){
    width: 50%;
}
.contact-editor .col iframe {
    width: 100%;
}
.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 10px 2px 0px;
    margin: 8px 0;
    line-height: 25px;
    display: inline-block;
}
.contact-info-list li:before {
    display: inline-block;
    font-family: 'icon-font-3' !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;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}
.contact-info-list li.tel:before {
    content: "\e918";
}
.contact-info-list li.mail:before {
    content: "\e919";
}
.contact-info-list li.addr:before {
    content: "\e91a";
}
.contact-info-list a:hover {
    text-decoration: underline;
}


.terms-editor{
    font-size: 15px;
    line-height: 2;
}
.terms-editor .terms_txt{
    text-align: center;
}
.terms-editor .title{
    font-size: 18px;
    color: #448800;
    margin: 0;
    font-weight: normal;
}
.terms-editor p{
    text-indent: 0em;
    margin: 0 0 50px;
}
.terms-editor .row{
    margin: 0 -27px;
}
.terms-editor .col{
    padding: 0 27px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.news-editor {
    margin: 0 auto;
    font-size: 14px;
}
/*----  後台範本  ----*/
.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: 1440px) {
    .about_t4 {
        font-size: 35px;
        line-height: 1.2
    }
}
@media screen and (max-width: 1280px) {
    .about-editor .row_1 .col1,
    .about-editor .row_1 .col2,
    .about-editor .row_1 .col3 {
        flex-basis: 100%;
    }
    .about-editor .row_1 .col2 {
        order: 2;
        margin-top: 10px;
    }
    .about-editor .row_.about_box {
        display: block;
    }
    .about-editor .row_2 {
        flex-wrap: wrap;
    }
    .about-editor .row_2 .col1,
    .about-editor .row_2 .col2 {
        flex-basis: 100%;
    }
    .about-editor .row_2 .col1 {
        /*display: none;*/
        order: 2;
        margin-top: 15px;
    }
    .about_box.row_ .box1 {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 1000px) {
    .about_t2 {
        padding-left: 0;
        font-size: 25px;
        position: static;
        margin-bottom: 5px;
    }
    .about_t4 {
        font-size: 25px;
    }
    .about_t2 span,
    .about_t2 b {
        position: static;
    }
    .service-editor .row_ {
        display: block;
    }
    .service-editor .row_ .pic {
        margin-bottom: 10px;
    }
    .notice-editor .top {
        flex-wrap: wrap;
    }
    .notice-editor .row_ .col1 .txt_box {
        box-sizing: border-box;
        padding: 10px;
    }
    .notice-editor .row_ .col2 {
        width: 100%;
    }
    .notice-editor .row_ .col1 {
        box-sizing: border-box;
        width: 100%;
        order: 2;
        position: static;
        margin: 0;
    }
    .notice_t2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .notice_per {
        flex-wrap: wrap;
    }
    .notice_per .per_box {
        flex-basis: 50%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .products-editor-pic {
        float: none;
        width: auto;
        text-align: center;
    }
    .contact-editor {
        padding: 0 2%;
    }
    .contact-editor .col {
        width: 100%;
        padding: 0;
    }
    .contact-editor .col:nth-child(1) {
        width: 100%;
    }
    .contact-editor .col:nth-child(2) {
        width: 100%;
    }
    .contact-map {
        margin-bottom: 1.8em;
    }
    .news-editor {
        max-width: auto;
    }
}
@media screen and (max-width: 600px) {
    .contact-map {
        height: 200px;
    }
}
@media screen and (max-width: 500px) {
    .index-about-title {
        display: inline-block;
    }
    .pro-editorr .row,
    .pro-editor .col,
    .about-editor .row,
    .about-editor .col {
        display: block;
        width: auto;
        font-size: 14px;
        line-height: 25px;
    }
    .about-editor-title {
        font-size: 17px;
    }
    .notice_per .per_box {
        flex-basis: 100%;
    }
}