/* 內頁 關於我們 開始*/
.about-box .a-row{
    display: flex;
    margin-bottom: 30px;
}
.about-box .a-col{
    width: 50%;
    box-sizing: border-box;
}
.about-box .a-col:nth-child(1){
    padding-right: 20px;
}
.about-box .a-col:nth-child(2){
    padding-left: 20px;
}
.about-box .a-row.row-1 .a-col:nth-child(2){
    padding-left: 20px;
}
.about-box .a-t-1{
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
    color:#000;
    font-weight: 400;
    margin: 0;
}
.about-box .a-t-2{
    font-family: 'Dosis', sans-serif;
    font-size: 36px;
    color:#000;
    font-weight: 400;
    margin: 0;
}
.about-box .a-w-1{
    font-size: 15px;
    color:#000000;
    margin: 0;
    line-height: 31px;
}
.about-box .row-1 .a-col:nth-child(1){
    position: relative;
}
.about-box .row-1 .a-col:nth-child(1):before{
    content: "";
    background-image: url(../../images/common/about/about-icon-1.svg);
    width: 171px;
    height: 5px;
    position: absolute;
    right: -6px;
    top: 62px;
}
.about-box .a-t-3{
    font-size: 22px;
    color:#000000;
    margin: 0;
    font-weight: 400;
    margin-bottom: 10px;
}
.about-box .a-w-2{
    font-size: 15px;
    color:#000000;
    margin: 0;
    line-height: 31px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.about-box .a-w-2:before{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #499ECE;
    border-radius: 50%;
    left: 3px;
    top: 13px;
}


.about-box .row-0{
    position: relative;
    margin-bottom: 60px;
}
.about-box .col-0:nth-child(1){
    min-height: 290px;
}
.about-box .col-0:nth-child(1) img{
    min-height: 290px;
    object-fit: cover;
    object-position: right;
    
}
.about-box .col-0:nth-child(3){
    padding-left: 88px;
    margin-top: 20px;
}

.about-box .col-0:nth-child(2){
    position: absolute;
    width: 235px;
    height: 168px;
    box-sizing: border-box;
    padding: 37px 21px;
    left: 43px;
    top: 102px;
    background: #eeeeeec7;
}
.about-box .col-0:nth-child(2):before{
    content: "";
    position: absolute;
    background: #666666;
    width: 1px;
    height: 180px;
    left: 19px;
    bottom: -159px;
}
.about-box .a-t-4{
    color: #466588;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    position: relative;
    padding-left: 34px;
    margin-bottom: 14px;
}
.about-box .a-t-4:before{
    content: "";
    background: #476589;
    width: 19px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 9px;
}
.about-box .a-t-5{
    color: #1F1F1F;
    font-size: 22px;
    font-weight: 400;
    margin: 0;
}
.about-box  .a-t-6{
    color: #1F1F1F;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.about-box .row-0-1{
    text-align: center;
    margin-bottom: 30px;
}

.about-box .row-2{
    margin-bottom: 63px;
}

@media(max-width:760px){
    .about-box .a-row {
        flex-direction: column;
    }
    .about-box .a-row.row-1 .a-col:nth-child(2) {
        padding-left: 0px;
    }
    .about-box .a-col:nth-child(1) {
        padding-right: 0px;
    }
    .about-box .a-col:nth-child(2) {
        padding-left: 0px;
    }
    .about-box .a-col {
        width: 100%;
    }
    .about-box .row-1 .a-col:nth-child(1):before {
        display: none;
    }
    .about-box .row-1 .a-col:nth-child(1) {
        text-align: center;
        margin-bottom: 20px;
    }
    .about-box .a-t-1 {
        text-align: center;
    }
    .about-box .a-t-2 {
        font-size: 26px;
        text-align: center;
        font-weight: 600;
    }
    .about-box .a-t-3 {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 10px;
    }
    .about-box .row-3 .a-col:nth-child(1) {
        margin-bottom: 20px;
        text-align: center;
    }
    .about-box .col-0:nth-child(2) {
        position: relative;
        width: 100%;
        height: unset;
        box-sizing: border-box;
        padding: 25px 34px;
        left: 0;
        top: 0;
    }
    .about-box .col-0:nth-child(3) {
        padding-left: 52px;
    }
    .about-box .col-0:nth-child(1) img {
        min-height: unset;
        object-fit: unset;
        object-position: unset;
    }
    .about-box .col-0:nth-child(1) {
        min-height: unset;
    }


}
/* 內頁 關於我們 結束*/

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

img {
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.row:after , .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;
}
.about-pic-group {
    margin: -2px;
}
.about-pic-group .col {
    float: left;
    width: 20%;
    padding: 2px;
}
h2.terms-title {
    color: #007dad;
    font-size: 15px;
    font-weight: bold;
    margin: 0.5em 0;
}
.service-item {
    text-align: center;
    margin: 0 -25px;
    padding: 0 50px;
}
.service-item .pic {
    width: 160px;
    height: 160px;
    border: 7px solid rgba(227,227,213,0.80);
    border-radius: 100px;
    overflow: hidden;
    margin: 0 auto 20px;
}
.service-item .pic.c2 {
    border-color: rgba(255,255,255,0.50);
}
.service-item .title {
    color: #666659;
    font-family: "Times New Roman", '微軟正黑體', Times, serif;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.service-item.ovh .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.service-item.ovh .txt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 40px;
}
hr.service-divider {
    margin: 40px 0;
    border: 1px solid #A7A7A7;
    border-width: 1px 0 0;
}
hr.service-divider.m2 {
    margin: 30px 0;
}
ul.service-list {
    padding: 0;
    margin: 0 100px 0 20px;
    list-style-type: none;
    color: #888;
}
ul.service-list li {
    position: relative;
    padding: 2px 0 2px 20px;
}
ul.service-list.ovh li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
ul.service-list li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #D90000;
    position: absolute;
    left: 5px;
    top: 9px;
    border-radius: 5px;
}
.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;
}
@media screen and (max-width: 767px) {
    .contact-editor {
        padding: 0 2%;
    }
    .contact-editor .col {
        width: 100%;
        padding: 0;
    }
    .contact-map {
        margin-bottom: 1.8em;
    }
}
@media screen and (max-width: 600px) {
    .about-pic-group .col {
        width: 33.33%;
    }
    .service-item {
        margin: 0;
        padding: 0 0px;
    }
    .contact-map {
        height: 200px;
    }
}
@media screen and (max-width: 500px) {
    ul.service-list {
        margin: 0;
    }
}
@media screen and (max-width: 440px) {
    .about-pic-group .col {
        width: 50%;
    }
}