/*********** 前後台編輯器區塊共用的CSS設定 ***********/

img {
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.col {
    box-sizing: border-box;
}


.index-about-title {
    color: #7FCAA5;
    font-family: 'Times New Roman', Times, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', serif;
    font-size: 27px;
    line-height: 1.4;
    padding: 5px 15px;
    background: url('../../images/common/index/about_border_dot.png') repeat-x 0 100%;
    margin: 0 -15px 15px;
}
.index-service-title {
    font-family: 'Times New Roman', Times, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', serif;
    font-size: 35px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0 0 20px;
}
.about-editor{
    margin-bottom: 90px;
    position: relative;
}
/*.about-editor:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../../images/common/about/pic.png');
    background-size: contain;
}*/
.about-editor .about-title{
    margin: 0px 0 20px 0;
    color: #FFFFFF;
    font-family: 'Nothing You Could Do', cursive;
    font-weight: normal;
    font-size: 43px;
    padding:20px 85px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}
.about-editor .about-title2:after{
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #AAAAAA;
}
.about-editor .about-title2 {
    margin: 0px 0 20px 0;
    color: #AAAAAA;
    font-family: 'Allura', cursive;
    font-weight: normal;
    font-size: 28px;
}
.about-editor .text{
    position: absolute;
    top: 0px;
    left: 60px;
    max-width: 700px;
   
}
.text_indent{
    position: relative;
    z-index: 50;
}
.about-editor .text .txt{
     box-sizing: border-box;
    padding:100px 85px 70px;
    color: #CCCCCC;
    font-size: 15px;
    background: rgba(0,0,0,0.75);
}
.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 .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;
}
.service-editor-title {
    color: #444;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0 0 0.4em;
}
.terms-title {
    color: #EA2421;
    font-size: 16px;
    margin: 0 0 0.5em;
}
.remote-row .ma-right+.ma-right{
	margin-right: 0px;
}
.is-container-in .display p {
    font-style: normal;
}

.remote-row .center img{
   width:30%;
}
.chronologie-editor .list_icon{
    margin: 0
}
.chronologie-editor time{
    font-size: 18px;
    color: #fff;
    width: 80px;
    display: inline-block;
    height: 80px;
    border-radius: 50%;
    background: #353526;
    line-height: 80px;
    text-align: center;
    font-family: 'Roboto';
    margin-right: 25px;
}
.chronologie-editor .list_ul{
    margin:0;
    margin: 0 0 0 40px;
    border-left: solid 1px #000;
    padding:20px 0;
    list-style: none;
}
.chronologie-editor .list_ul li{
    padding-left: 77px;
    position: relative;
    margin-bottom: 30px;
    left: -10px;
    font-size: 15px;
    color: #333326;
}
.chronologie-editor .list_ul li:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 63px;
    height: 20px;
    background: url(../../images/common/list_icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.chronologie-editor .c_title{
    font-size: 20px;
    color: #000000;
    padding:5px 15px;
    border:solid 1px #000000;
    font-weight: normal;
    display: inline-block;

}
@media screen and (max-width: 1280px) {
    .about-editor .row,
    .about-editor .col {
        display: block;
        width: auto;
    }
    .about-editor .row {
        max-width: 728px;
        margin: 0 auto;
    }
    .about-editor .col1 {
        padding: 0;
        margin-bottom: 4px;
    }
    .about-editor .col2 {
        padding: 30px;
    }
    .about-editor .text .txt {
        padding: 50px 85px 50px;
    }
    .about-editor .text{
        background: url('../../images/common/about/pic.jpg');
        bottom: auto;
        top: 20px;
        left: 0;
        position: static;
    }
    .about-editor .about-title{
        padding-bottom: 10px;
    }
    .about-editor img{
        display: none;
    }
    .about-editor{
        margin-bottom: 20px;
    }
    .about-editor:after{
        display: none;
    }

}
@media screen and (max-width: 1380px) {
	.remote-row .ma-right{
    width:30%
}
}
@media screen and (max-width: 1200px) {
    .about-editor:after{
        display: none;
    }
}
@media screen and (max-width: 1000px) {
.about-editor .about-title{
        padding: 5px 15px 10px;
}
.about-editor .text .txt {
    padding: 20px 15px 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-map {
        margin-bottom: 1.8em;
    }
}
@media screen and (max-width: 600px) {
    .contact-map {
        height: 200px;
    }
}

@media screen and (max-width: 400px) {
	.remote-row .ma-right,
	.remote-row .center img{
    width:auto;
}
}