@charset "utf-8";
/* 首頁BN下方編輯器  */
.index-brand{
    position: relative;
    z-index: 0;
}
.index-brand:before{
    content: "";
    width: 100vw;
    height: 293px;
    position: absolute;
    background: #F5F5F5;
    left: calc(50% - 50vw);
    bottom: -50px;
    right: 0;
    z-index: -1;
}
.index-brand:after{
    content: "";
    width: 398px;
    height: 289px;
    position: absolute;
    background: url(../../../images/layout02/common/index/index-editor-logo.png);
    left: calc(50% - 804px);
    bottom: 239px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
}
.index-brand > .pic{
    text-align: right;
}
.index-brand .corner-box{
    position: absolute;
    left: 0;
    bottom: 60px;
}
.index-brand .t-1{
    display: inline-block;
    background: #385364;
    color: #FFF;
    letter-spacing: 15.5px;
    font-size: 30px;
    line-height: 1.5;
    font-family: "Noto Serif TC", serif;
    margin: 0;
    padding: 8px 8px 13px 18px;
    margin-top: 12px;
}
.index-brand .corner-box .pic{
    text-align: left;
    margin-top: 23px;
}
.index-brand .bg-box{
    width: calc(50vw + 187px);
    height: calc(100% + 135px);
    background: #FFF;
    position: absolute;
    left: calc(50% - 50vw);
    top: -135px;
    z-index: -2;
    border-right: 1px solid #f4f4f4;
}
@media(max-width:1850px){
    .index-brand:after {
        left: -95px;
    }
}
@media(max-width:1680px){
    .index-brand:after {
        left: -70px;
    }
}
@media(max-width:1570px){
    .index-brand:after {
        left: 0;
        width: 200px;
        top: 60px;
    }
    .index-brand > .pic img{
        width: 60%;
    }
}
@media(max-width:1460px){
    .index-brand:after {
        display: none;
    }
}
@media(max-width:1000px){
    .index-brand {
        display: flex;
        flex-direction: column;
    }
    .index-brand > .pic {
        text-align: center;
    }
    .index-brand .corner-box {
        position: relative;
        left: 0;
        bottom: 0;
        text-align: left;
        max-width: 274px;
        margin-left: auto;
        margin-right: auto;
        order: 1;
        margin-bottom: 20px;
    }
    .index-brand:before {
        height: 150px;
    }
    .index-brand > .pic img {
        width: 100%;
    }
    .index-brand > .pic {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        order: 2;
    }
    .index-brand .t-1 {
        letter-spacing: 3px;
        font-size: 18px;
        padding: 5px 10px;
        margin-top: 5px;
    }
    .index-brand .corner-box .pic {
        margin-top: 10px;
    }
    .index-brand .bg-box {
        display: none;
    }
}
/* 首頁 關於我們 */
.about-sect .t-1{
    color: #C59845;
    font-weight: bold;
    font-size: 26px;
    margin: 0;
    font-family: "Noto Serif TC", serif;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 21px;
    overflow: hidden;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    letter-spacing: 9px;
}
.about-sect .p-1{
    color: #596671;
    font-weight: normal;
    font-size: 18px;
    margin: 0;
    text-align: center;
    line-height: 1.7;
    overflow: hidden;
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: 1.5px;
}
@media(max-width:1000px){
    .about-sect .t-1 {
        font-size: 20px;
        margin-bottom: 10px;
        height: unset;
        display: block;
        letter-spacing: 1px;
    }
    .about-sect .p-1 {
        font-size: 15px;
        line-height: 1.5;
        height: unset;
        display: block;
    }
}
/* 首頁 服務項目 */
.service-sect article.editor .p-1{
    color: #596671;
    font-size: 18px;
    line-height: 1.7;
    overflow: hidden;
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    text-align: center;
}
@media(max-width:1000px){
    .service-sect article.editor .p-1{
        font-size: 15px;
        line-height: 1.5;
        height: unset;
        display: block;
    }
}
@media screen and (max-width: 1000px){
    .service-sect article.editor .p-1 {
        font-size: 15px;
        height: unset;
        display: block;
        margin-bottom: 0;
    }
}
/* 內頁 關於我們 */
.page-about{
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}
.page-about .a-1{
    margin-bottom: 70px;
}
.page-about .a-2{
    margin-bottom: 70px;
}
.page-about .a-3{
    margin-bottom: 70px;
}
.page-about .row{
    display: flex;
}
.page-about .col:nth-child(1){
    width: 50%;
    box-sizing: border-box;
    padding-right: 30px;
}
.page-about .col:nth-child(2){
    width: 50%;
    box-sizing: border-box;
    padding-left: 30px;
}
.page-about .top-title{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    align-items: center;
}
.page-about .title-main{
    font-family: "Noto Serif TC", serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5;
    margin: 0;
    color: #3A5866;
}
.page-about .title-sub{
    color: #BEC1CB;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    letter-spacing: 3px;
    padding-left: 10px;
}
.page-about .has-padding{
    padding-left: 40px;
}
.page-about .top-icon{
    margin-bottom: 20px;
}
.page-about .t-1{
    color: #395866;
    font-size: 20px;
    font-weight: bold;
    font-family: "Noto Serif TC", serif;
    line-height: 1.7;
    margin: 0;
    margin-bottom: 20px;
}
.page-about .p-1{
    color: #999A9F;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    margin: 0;
}
.page-about .p-1 span{
    color: #D0AB66;
}
.page-about .a-3 .col:nth-child(2){
    padding-top: 20px;
}
.page-about .a-3 .top-title{
    margin-bottom: 20px;
}
.page-about .a-3 .p-1 {
    margin-bottom: 20px;
}
.page-about .a-4 .col:nth-child(1){
    padding-top: 20px;
}
.page-about .a-4 .p-1 {
    margin-bottom: 35px;
}
.page-about .a-4 .three-pic{
    margin-bottom: 35px;
}
@media(max-width:1000px){
    .page-about .has-padding {
        padding-left: 0px;
    }
    .page-about .a-1 {
        margin-bottom: 30px;
    }
    .page-about .a-2 {
        margin-bottom: 30px;
    }
    .page-about .a-3 {
        margin-bottom: 30px;
    }
    .page-about .top-icon {
        margin-bottom: 10px;
    }
    .page-about .top-title {
        margin-bottom: 10px;
    }
    .page-about .title-sub {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .page-about .a-4 .col:nth-child(1){
        padding-top: 0;
    }
    .page-about .a-3 .col:nth-child(2){
        padding-top: 0;
    }
    .page-about .col:nth-child(1){
        padding-right: 15px;
    }
    .page-about .col:nth-child(2){
        padding-left: 15px;
    }
}
@media(max-width:760px){
    .page-about .a-1 {
        margin-bottom: 20px;
    }
    .page-about .top-icon {
        margin-bottom: 5px;
    }
    .page-about .title-main {
        font-size: 24px;
    }
    .page-about .title-sub {
        font-size: 16px;
        letter-spacing: 0.5px;
        padding-left: 4px;
    }
    .page-about .t-1 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .page-about .p-1 {
        font-size: 15px;
        line-height: 1.5;
    }
    .page-about .row {
        flex-direction: column;
    }
    .page-about .col:nth-child(1){
        width: 100%;
        padding-right: 0;
    }
    .page-about .col:nth-child(2){
        width: 100%;
        padding-left: 0;
    }
    .page-about .a-3 .col:nth-child(1){
        margin-bottom: 30px;
    }
    .page-about .a-4 .p-1 {
        margin-bottom: 25px;
    }
    .page-about .a-4 .three-pic {
        margin-bottom: 25px;
    }
    .page-about .a-3 {
        margin-bottom: 25px;
    }
}
/*footer*/
.ic_mail{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout02/common/siteinfo_mail_ic.png) no-repeat;
    width: 23px;
    height: 17px;
    margin-right: 8px;
}
.ic_fax{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout02/common/siteinfo_fax_ic.png) no-repeat;
    width: 23px;
    height: 24px;
    margin-right: 8px;  
}
.ic_add{
     display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout02/common/siteinfo_add_ic.png) no-repeat;
    width: 23px;
    height: 24px;
    margin-right: 8px;
}
.site-footer .info_tel,
.site-footer .info_fax,
.site-footer .info_email{
    margin-left: 10px;
}
/*------------ index-service-editor ------------*/
.index-service-editor h2{
    font-size: 18px;
    color: #c7f9f9;
    line-height: 1.5;
    margin: 0;
}
.index-service-editor{
    color: #fff;
}
/*------------ service-editor ------------*/
.s_title{
    color: #FFFFFF;
    margin-bottom: 15px;
}
.s_txt{
    color: #ACACAC;
    margin-bottom: 40px;
}
.s_txt:last-child{
    margin-bottom: 0px;
}
.service-editor .row_{
    margin-bottom: 40px;
}
.service-editor .row_ .col1{
    width: 40%;
}
.service-editor .row_ .col2{
    width: 60%;
    padding:0px 30px;
}
/*------------ contact-editor ------------*/
.contact-editor{
    padding: 0 0%;
}
.contact-editor .col{
    float: left;
    padding: 0 0%;
}
.contact-editor .col1,
.contact-editor .col2{
    width: 100%;
}
.contact-editor .col2{
    margin-top: 20px;
}
.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{
    border-bottom: solid thin #ddd;
    padding-bottom: 20px;
}
.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 15px;
    margin: 8px 0;
    line-height: 20px;
}
.contact-info-list li:before{
    content: '';
    display: inline-block;
    background: #6b6b6b no-repeat;
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 10px;;
}
/*------------ video-editor ------------*/
.video-editor .pic{
    float: left;
    margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
    margin: 0 auto;
}
.terms-editor .title{
    color: #C59845;
    font-size: 16px;
    margin: 0;
}
.terms-editor p{
    text-indent: 0em;
    margin: 0 0 50px;
}
.terms-editor{
    max-width: 960px;
    margin: 0 auto;
    margin-top: 40px;
}
.terms-editor .col{
    width: 100%;
    float: none;
}
/*------------ index-editor ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1280px){
    .about-editor .row_2 .txt_box{
        padding:50px 90px 50px 50px;
    }
}
@media screen and (max-width: 1000px){
    .row_{
        display: block;
    }
    .about-editor .tb01 .pic p{
        position: static;
        padding: 0 0 15px 0;
        max-width: 100%;
    }
    .service_1-editor .tb01 .pic p,
    .service_2-editor .tb01 .pic p,
    .service_3-editor .tb01 .pic p{
        position: static;
        padding: 0 0 15px 0;
        max-width: 100%;
        text-align: center;
    }
    .contact-editor{
        padding: 0 2%;
    }
    .contact-editor .col{
        width: 100%;
        padding: 0;
    }
    .contact-map{
        height: 300px;
        margin-bottom: 1.8em;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
     .contact-map{
        height: 200px;
    }
}
