/*********** 前後台編輯器區塊共用的CSS設定 ***********/
.editor a:hover {
    text-decoration: underline;
}
.terms-page,.about-page{
    color: #AAAAAA;
    font-size: 15px;
}
.terms-page .terms-title{
    font-size: 18px;
    color: #998D6C;
    font-weight: normal;
}
.about-page .row:before,about-page:before{
    content: '';
    display: block;
    clear: both;
}
.about-page .txt,.about-page .pic {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.about-page .pic{
    float: right;
}
.about-page .title{
    font-size: 18px;
    color: #CCCCCC;
}
.about-page .title span{
    color: #7C6B3F;
    display: block;
}
.about-page .col{
    width: 50%;
    float: left;
    padding: 0 10px 30px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.about-page .col:nth-child(3){
    clear: left;
}

@media screen and (max-width: 1470px) {
    .about-page .txt,.about-page .pic{
        float: none;
        width: 100%;
    }
    .about-page .pic{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 680px) {
    .about-page .col{
        width: 100%;
        float: left;
    }
}

.nopage1,
.nopage2{
    font-family: '微軟正黑體';
    width: 100%;
    padding: 50px 15px;
    max-width: 690px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
.nopage1 .pic{
    max-width: 560px;
    margin: 0 auto 30px;
}
.nopage2 .pic{
    max-width: 657px;
    margin: 0 auto 30px;
}
.nopage1 .pic img,
.nopage2 .pic img{
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
}
.nopage2 .title{
    font-size: 25px;
    color: #777777;
    font-weight: bold;
    margin-bottom: 15px;
}
.nopage1 .txt,
.nopage2 .txt{
    font-size: 16px;
    color: #777777;
    line-height: 1.6;
}
.nopage1 .txt{
        padding-left: 15%;
}
.nopage2 .txt{
    text-align: center;
}
.nopage1 .btn-box a.gohome,
.nopage2 .btn-box a.gohome{
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #929292;
    border: 1px solid #929292;
    text-align: center;
    padding: 4px 47px;
    margin-top: 20px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.nopage1 .btn-box a.gohome:hover,
.nopage2 .btn-box a.gohome:hover {
    color: #FFF;
    background: #929292;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

@media screen and (max-width: 600px) {
    .nopage1 .pic{
        margin-bottom: 10px;
    }
    .nopage1 .txt{
        padding-left: 15px;
        text-align: center;
    }
}
/*
.news-editor-pic {
    float: right;
    width: 55%;
    margin: 0 0 30px 25px;
    text-align: center;
}
.index-service-slogan {
    display: inline-block;
    border: 1px solid #ACAC9D;
    color: #fff;
    font-family: 'Playfair Display', 'Times New Roman', Times, serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.1em;
    padding: 14px 24px;
    margin-bottom: 15px;
}
.service-slogan {
    float: left;
    width: 220px;
    line-height: 1.2;
    font-family: 'Times New Roman', Times, serif;
    font-size: 40px;
}
.service-slogan-divider {
    display: block;
    width: 0;
    height: 50px;
    border-left: 1px solid #C5A36D;
    -moz-transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
    margin: 15px 25px 15px 80px;
}
.service-txt {
    margin-left: 264px;
}
.contact-map {
    position: relative;
    height: 250px;
}
.contact-map:before {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(74, 70, 46, 0.5);
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.contact-map:hover:before {
    background-color: transparent;
}
.contact-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}
.contact-map:hover iframe {
    -webkit-filter: grayscale(0);
       -moz-filter: grayscale(0);
        -ms-filter: grayscale(0);
         -o-filter: grayscale(0);
            filter: grayscale(0);
}

@media screen and (max-width: 1000px) {
    .service-slogan {
        width: 140px;
        font-size: 30px;
    }
    .service-slogan-divider {
        margin: 10px 20px 10px 60px;
        height: 40px;
    }
    .service-txt {
        margin-left: 180px;
    }
}
@media screen and (max-width: 767px) {
    .news-editor-pic {
        float: none;
        width: auto;
        margin: 0 auto 2em;
    }
}
@media screen and (max-width: 640px) {
    .service-slogan {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }
    .service-txt {
        margin-left: 0;
    }
}*/
