/*********** 前後台編輯器區塊共用的CSS設定 ***********/
.about-sect .editor{
    padding: 15px 40px;
    color: #99816C;
    font-size: 15px;
}
.index-about-title {
    color: #202020;
    font-size: 22px;
    line-height: 1.4;
    padding: 10px 0px;
}
.index-about-title i{
    content: '';
    display: inline-block;
    width: 28px;
    height: 20px;
    background: url(../images/index/about-icon.png);
    margin-right: 5px;
}
.index-about-title b{
    font-size: 25px;
    color: #F83939;
}
.index-about-title b:nth-child(3){
    color: #BF0085;
}
.index-about-title b:nth-child(4){
    color: #007FFF;
}
.index-about-title b:nth-child(5){
    color: #77B017;
}
.index-about-title b:nth-child(6){
    color: #FFA500;
}

.about-editor .txt{
    width: 48.5%;
    float: left;
    line-height: 35px;
}
.about-editor .txt .ex{
    font-size: 20px;
    color: #FF4000;
    margin-top: 20px;
}
.about-editor .pic{
    width: 44.5%;
    float: right;
}
.news-detail .col{
    display: table-cell;
    vertical-align: middle;
}
.news-detail .col1{
    vertical-align: top;
    padding-right: 4px;
}
.news-detail .col2 {
    width: 42.4%;
    padding: 0% 1%;
    text-align: center;
    line-height: 1.2;
}
.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-map {
    border: 8px solid rgba(90,90,90,.4);
    margin: 50px 0;
    position: relative;
    filter: grayscale(100%);
    filter: gray;
}
.contact-info .ic3-location{
    text-align: center;
    display: block;
    font-size: 40px;
    color: #FFE100;
    position: relative;
    top:40px;
}
.contact-map iframe {
    display: block;
    max-height: 100%;
}
.contact-info-list {
    color: #999;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.contact-info-list li {
    position: relative;
    padding: 2px 0 2px 50px;
    margin: 8px 0;
    line-height: 25px;
    position: relative;
    border-bottom: 1px solid #555;
}
.contact-info-list li i{
    font-size: 20px;
    color: #fff;
    left: 0px;
    position: absolute;
    border-right: 1px solid #555;
    padding: 0 10px;
}
.contact-info-list a:hover {
    text-decoration: underline;
}

.terms-title {
    color: #FF3F00;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 0.5em;
}
@media screen and (max-width: 1080px) {
    .about-editor .txt,
    .about-editor .pic{
        float: none;
        width: 100%;
    }
    .about-editor .txt{
        margin-bottom: 30px;
    }
    
}
@media screen and (max-width: 1280px) {
    .about-editor .row,
    .about-editor .col,
    .news-detail .row,
    .news-detail .col {
        display: block;
        width: auto;
    }
    .about-editor .row,
    .news-detail .row {
        margin: 0 auto;
    }
    .about-editor .col1,
    .news-detail .col1 {
        padding: 0;
        margin-bottom: 4px;
    }
    .about-editor .col2 ,
    .news-detail .col2{
        padding: 20px 0px ;
    }
}
@media screen and (max-width: 767px) {
    .products-editor-pic {
        float: none;
        width: auto;
        text-align: center;
    }
    .contact-editor {
        padding: 0 0%;
    }
    .contact-editor .col {
        width: 100%;
        padding: 0;
    }
    .contact-map {
        margin-bottom: 1.8em;
    }
}
@media screen and (max-width: 600px) {
    .contact-map {
        height: 200px;
    }
}

.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;
    }
}