/*********** 前後台編輯器區塊共用的CSS設定 ***********/
.editor-grid .row {
    margin: 0 -28px;
    position: relative;
}
.editor-grid .row:before {
    content: '';
    border-left: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}
.editor-grid .col {
    padding: 0 28px;
    float: left;
    width: 50%;
}
.editor-grid-x3 .row {
    margin: 0 -15px;
}
.editor-grid-x3 .col {
    float: left;
    width: 33.33%;
    padding: 0 15px;
}
.editor-title {
    margin: 0 0 15px;
}
.editor-title * {
    display: inline-block;
    vertical-align: middle;
}
.editor-title .img-ic {
    margin: 0 8px 2px 0;
}
.editor-title .txt {
    color: #B20000;
    font-size: 17px;
    font-weight: bold;
}
.editor-title .txt:after {
    content: '';
    display: block;
    width: 50px;
    border-top: 2px solid #B20000;
}
.editor-title2 {
    color: #DF0714;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 8px;
}
.editor-txt {
    border: 1px solid #ccc;
    padding: 20px 15px;
    margin: 0;
    text-align: center;
}
.contact-map {
    position: relative;
    height: 420px;
    margin-bottom: 30px;
}
.terms-title{
    font-size: 17px;
}
.contact-map:after {
    content: '';
    display: block;
    background: url('../../images/common/contact/map_shadow.png') 50% 0 / 100% 100% no-repeat;
    height: 26px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
}
.contact-map iframe {
    display: block;
    width: 100% !important;
    height: 100% !important;
}
.contact-editor {
    text-align: center;
}
.contact-editor .row {
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 0;
}
.contact-editor .col {
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
    border-width: 0 1px 0 1px;
    border-color: #f1f1f1;
    border-style: solid;
}
.contact-editor .col1 {
    border-width: 0 1px 0 0;
}
.contact-editor .col3 {
    border-width: 0 0 0 1px;
}
.contact-info-txt {
    max-width: 200px;
    margin: 0 auto;
}
.contact-info-txt .img-ic {
    display: inline-block;
    margin-bottom: 20px;
}
.contact-info-txt a:hover {
    color: #DF0714;
    text-decoration: underline;
}


.about-editor{
    margin: 0 auto;
    position: relative;
    font-size: 15px;
    color: #666666;
    line-height: 1.8;
    letter-spacing: 0;
}
.flex-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.flex-col{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}
.about-title{
    margin-bottom: 20px;
}
.about-title span{
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 7px;
    border: solid 1px ;
    font-size: 25px;
    color: #1F1F1F;
    border: solid 1px #000000;
    padding: 0px 15px;
}
.about-title small{
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    color: #1F1F1F;
    letter-spacing: 0.1em;
}



@media screen and (max-width: 1000px) {
    .contact-map {
        height: 300px;
    }
    .flex-row{
        display: block;
    }
    .flex-col{
        padding: 10px 0;
    }
}
@media screen and (max-width: 900px) {
    .editor-grid-x3 .col {
        width: 100%;
    }
    .editor-grid-x3 .col + .col {
        margin-top: 1.6em;
    }
}
@media screen and (max-width: 767px) {
    .editor-grid .row:before {
        display: none;
    }
    .editor-grid .col {
        width: 100%;
    }
    .editor-grid .col + .col {
        margin-top: 1.6em;
    }
    .contact-info-txt .img-ic {
        max-width: 100px;
    }
}
@media screen and (max-width: 600px) {
    .contact-map {
        height: 200px;
        margin-bottom: 15px;
    }
    .contact-editor .row,
    .contact-editor .col {
        display: block;
        width: auto;
        border-width: 1px 0;
    }
    .contact-editor .col {
        border-width: 1px 0;
        padding: 15px 0;
    }
    .contact-editor .col1 {
        border-width: 0 0 1px;
    }
    .contact-editor .col3 {
        border-width: 1px 0 0;
    }
}