/*********** 前後台編輯器區塊共用的CSS設定 ***********/
.terms-title{
    color: #9685CF;
    font-size: 16px;
    margin: 0.5em 0;
    position: relative;
    padding-left: 18px;
}
.editor-grid {
    margin: 0 -20px;
    position: relative;
}
.editor-grid .col {
    float: left;
    padding: 0 20px;
}
.editor-grid.x2 .col {
    width: 50%;
}
.editor-grid.about-layout{
    max-width: 1245px;
    margin: 0 auto;
}
.editor-grid.about-layout .col1 {
    width: 55%;
    margin-left: 15px;
    border-bottom: 1px dashed #d29100;
    
}
.editor-grid.about-layout .col2 {
    width: 41%;
    float: right;
}
.editor-grid.service-layout:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    border-left: 1px dotted #ccc;
    margin-left: -10px;
}
.editor-grid.service-layout .col {
    padding: 0 40px;
}
.news-layout .row:after{
    content: '';
    display: block;
    clear: both;
}
h2.terms-title,
h2.service-title {
    color: #b14546;
    font-size: 16px;
    margin: 0.5em 0;
    position: relative;
    padding-left: 18px;
}
h2.service-title {
    padding-left: 0;
}
h2.terms-title:before,
h2.service-title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 2px;
    border: 3px solid #b14546;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 8px;
}
h2.service-title:before {
    left: -18px;
}

/************* notice *************/

.table-wrap{
    overflow: auto;
    margin-bottom: 50px;
    padding-bottom: 10px;
}
.table-wrap .table{
    width: 100%;
}
.notice-layout .table {
    min-width: 480px;
    border-bottom: 4px double #B2B200;
    padding: 10px 0;
}
.notice-layout .table th,
.notice-layout .table td {
    text-align: center;
    vertical-align: top;
    padding: 6px 10px;
}
.notice-layout .table thead tr {
    color: #fff;
}
.notice-layout .table thead tr {
    background: url(../../images/common/notice/table.png)!important;
    color: #fff;
}
.notice-layout .table thead th {
    padding: 10px;
}
.notice-layout .table tbody tr {
    color: #848484;
}
.notice-layout .table tbody th {
    color: #407FA6;
}
.notice-layout .table .highlight{
    background: rgba(255,188,0,0.1);
}
.notice-layout .notice-info .col.right{
    float: right;
    max-width: 300px;
    padding: 20px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
.notice-layout .notice-info .col.left {
    float: left;
    padding: 20px;
    width: calc(100% - 300px);
    border: 2px dashed #d2a500;
    background: url(../../images/common/notice/bg.png);
    padding-bottom: 103px;
    padding-right: 100px;
    min-height: 595px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.col .notice-title{
    font-size: 16px;
    color: #e70404;
}
.notice-info ul{
    list-style: none;
    padding: 0;
    font-size: 14px;
}
.col.right .notice-title{
    position: relative;
}
.notice-info ul li{
    position: relative;
    padding-left: 30px;
    margin: 5px 0;
}
.notice-info ul li:before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: 8px;
    left: 15px;
    background: #473931;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.col .notice-title:before{
    content: '♦';
    color: #B2B200;
    display: inline-block;
    margin-right: 10px;
}
@media screen and (max-width: 1000px) {
    .notice-layout .notice-info .col.right,
    .notice-layout .notice-info .col.left{
        float: none;
        width: 100%;
        max-width: 100%;
    }
}
.notice-layout .notice-info .col.left{
    padding: 30px 20px 20px;
}

/************* notice *************/
/************* contact ************/

.contact-layout .row:after{
    content: '';
    display: block;
    clear: both;
}
.contact-layout .col.txt{
    float: right;
    width: 60%;
}
.contact-layout .col.pic{
    width: 35%;
    float: left;
    max-width: 600px;
    padding-left: 20px;
}
.contact-layout .col.txt .title{
    font-size: 16px;
    display: inline-block;
    background: #C1C112;
    padding: 0 15px;
    color: #FFF;
}
.contact-layout .col.txt .label{
    color: #9E4200;
}
.contact-map-title{
    margin: 50px auto 0;
    font-size: 30px;
    font-family: 'Lithos Pro';
    font-weight: bold;
    text-align: center;
    color: #e2a900;;
}
.contact-map{
    padding: 9px 9px 0px;
    background: rgba(255,255,255,.8);
    border: 1.5px dashed #e2a900;
    margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
    .contact-layout .col.txt,
    .contact-layout .col.pic{
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
}

/************* contact ************/

@media screen and (max-width: 767px) {
    .editor-grid.row .col {
        float: none;
        width: auto;
        padding: 0;
    }
    .editor-grid.row .col + .col {
        margin-top: 1.7em;
    }
    .editor-grid.about-layout .col1{
        margin-left: 0;
    }
    .editor-grid.service-layout:before {
        display: none;
    }
    .editor-grid.service-layout .col {
        padding-right: 20px;
    }
}
