/*********** 前後台編輯器區塊共用的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;
}

.title_box{
    margin-bottom: 30px;
}
.index-about-title {
    color: #000000;

    font-family: 'Roboto Condensed', '微軟正黑體';
    font-size: 27px;
    line-height: 1.4;
    padding: 5px 15px;
    margin: 0 auto 0px;
    font-weight: bold;

}
.index-about-subtitle{
    color: #003F87;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.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;

}
.about-editor .row_{
    display: flex;
    width: 100%;
    align-items: center;
}
.about-editor .row_ img{
    object-fit: contain;
}
.about-editor .row_ .col{
    box-sizing: border-box;
}
.about-editor .row_1{
    background: #E6F7FB;
    margin-bottom: 28px;
}
.about-editor .row_1 .col1 {
    flex-basis: 58.5%;
}
.about-editor .row_1 .col2 {
    flex-basis: 41.5%;
    padding:0 40px;
}
.about_title1{
    font-size: 20px;
    font-weight: bold;
    color: #003F87;
}
.pic{
    position: relative;
}
.pic_title1{
    color: #FFFFFF;
    font-weight: bold;
    font-family: 'Roboto Condensed';
    position: absolute;
    bottom: 20px;
    font-size: 30px;
    right: 20px;
    line-height: 1
}
.big_pic{
    position: relative;
}
.big_pic img{
    width: 100%;
    

}
.big_pic .pic_title2{
    padding:30px 40px;
    background: #FFFFFF;
    color: #000000;
    font-weight: bold;
    font-family: 'Roboto Condensed','微軟正黑體';
    position: absolute;
    top: 50px;
    left: 58px;
    font-size: 30px;
    
    line-height: 1.4;
        letter-spacing: 2.6px;
}
.big_pic .pic_title2 p{
    margin:0;
    font-weight: normal;
    font-size: 18px;
    color: #003F87;
}
.big_pic .pic_title2 p strong{
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-right: 15px;
}
.about-editor .row_2{
    margin-top: 40px;
    margin-bottom: 40px;
}
.about-editor .row_2 .col1 {
    flex-basis: 41.5%;
}
.about-editor .row_2 .col2 {
   flex-basis: 58.5%;
    padding:0px;
    line-height: 2;
}
.about_title2{
    font-size: 40px;
    color: #717070;
     font-family: 'Roboto Condensed','微軟正黑體';
     font-weight: bold;
}
.about_title2 span{
    font-weight: normal;
    display: inline-block;
    border-bottom: solid 3px #717070;
    padding:0 13px;
    margin-bottom: 100px;
}


.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: #00b0ec;
    font-size: 17px;
    margin: 0 0 0.5em;
}

@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;
    }
}
@media screen and (max-width: 1000px) {
    .about-editor .row_{
        display: block;
    }
    .about-editor .row_ .col{
        margin-bottom: 15px;
    }
    .big_pic .pic_title2{
        padding:10px ;
        position: static;
    }
    .pic_title1,.big_pic .pic_title2{
        font-size: 22px;
    }
    .about_title2{
        font-size: 26px;
        margin-bottom: 25px;
    }
    .about_title2 span{
        margin-bottom: 0;
    }
}
@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;
    }
}