@charset "utf-8";


/**--服務據點(service)---**/

.s_layout{
    position: relative;
    font-family: 'Noto Sans TC', sans-serif;
    z-index: 1;
}

.s_layout .s_top {
     
    color: #000000;
    font-size: 20px;
    position: relative;
    min-height: 525px;
}

.s_layout .s_top .stxt{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.s_layout .s_top .item{
    display: flex;
    flex-direction: column;
}

.s_layout .s_top .item  + .item {
    margin-top: 40px;
}

.s_layout .s_top  .item h3{
    margin: 0;
    color: #0072C5;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;

}


.s_layout  .s_top  .s-1{
    max-width: 265px;
}

.s_layout  .s_top  .s-2{
    position: absolute;
    left: 0;
    right: 45px;
    top: 92px;
    margin: 0 auto;
    text-align: center;
    z-index: -1;
}

.s_layout .s_top  .col{
    position: relative;
    padding-left: 20px;
}
.s_layout .s_top  .col::before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0073C5;
    left: 0;
    top: 14px;
    position: absolute;
    background: #ED1D24;
}



.s_layout .s_top  .col.blue::before {
    background: #0073C5;
}

.s_layout .s_top .col a:hover{
    color: #0073C5;
}


.s_layout .s_top .s-4{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    
    width: 290px;
    margin: 0 auto;
    justify-content: space-around;
}

.s_layout .s_btm{
    position: relative;
    margin-top: 80px;
}

.s_layout .s_btm .s_ttile{
    background: #0072C5;
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    width: 164px;
    height: 56px;
    text-align: center;
}

.s_layout .s_btm .s_box + .s_box{
    position: relative;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #D4E4F9;
}

.s_layout    .branch-list{
    color: #000000;
    font-size: 16px;
    font-family: 'Noto Sans TC', sans-serif;
}

.s_layout   .branch-list .item .name {
    font-size: 23px;
    line-height: 1.4;
    font-weight: bold;
    padding: 0 0 10px;
    margin: 0px;
    color: #24262C;
    border-bottom: 1px solid #D4E4F9;
}
.s_layout   .branch-list .map_box {
    max-width: 232px;
    height: 60px;
    margin: 20px 0;
    display: block;
    transition: all .2s;
    line-height: 60px;
    font-size: 15px;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    color: #fff;
    text-align: center;
    background: #0072C5;
    border-radius: 10px;
    font-weight: bold;
}

.s_layout  .branch-list .map_box:hover {
    background: #ED1D24;
    color: #fff;
}
.s_layout   .branch-list .item .box {
    transition: all .2s;
    position: relative;
    box-sizing: border-box;
}
.s_layout  .branch-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.s_layout  .branch-list .two {
    display: -webkit-inline-box;
}
.s_layout  .branch-list .tr {
    display: flex;
    flex-wrap: wrap;
}
.s_layout  .branch-list .tit {
    position: absolute;
    width: 90px;
    left: 0;
    top: 0;
    line-height: 45px;
    background: #FAFAFA;
    height: 100%;
    padding: 0 0 0 20px;
    color: #24262C;
    font-size: 16px;
}
.s_layout  .branch-list .txt_box {
    position: relative;
    padding: 10px 0 10px 125px;
    border-bottom: 1px solid #E7E7E7;
}
.s_layout   .branch-list .pic {
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    transition: all .2s;
}
.s_layout  .branch-list .pic .mask {
    opacity: 0;
    transition: all .2s;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
    text-align: center;
    color: #fff;
    transition: all .3s ease;
    z-index: 20;
    top: 0;
    background: rgba(0, 0, 0, .3);
}
.s_layout   .branch-list .item .box:hover .mask {
    opacity: 1;
}
 
.s_layout  .branch-list.type2 .item .pic{
    max-height: 182px;
}
 
/*-- 樣式2 --*/
.s_layout  .branch-list.type2 .item {
    padding: 30px 0px 10px;
    margin-bottom: 8px;
    border-width: 1px 0;
    position: relative;
    width: 100%;
  }
  
  .s_layout  .branch-list.type2 .item .box {
      display: flex;
      width: 100%;
  }
  
  .s_layout  .branch-list.type2 .item .text-box {
      width: 100%;
      margin-left: 30px;
      margin-top: 30px;
      padding: 0;
  }
  
  .s_layout  .branch-list.type2 .item .pic {
    max-width: 270px;
      width: 100%;
  }
  
  .s_layout  .branch-list.type2 .item .name {
    font-size: 20px;
    border-color: #D4E4F9;
    color: #000000;
  }
  
  .s_layout  .branch-list.type2 .map_box {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 0;
    position: absolute;
    top: 26px;
    right: 0;
    /* bottom: 31px; */
    margin: 0;
  }
  
  .s_layout  .branch-list.type2 .map_box:before {
    content: '\e922';
    font-family: 'icon-font-34' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    position: absolute;
    top: 6px;
    left: 5px;
    display: block;


    content: "\e1001";
    display: inline-block;
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .s_layout  .branch-list.type2 .branch-table {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
  }
  
  .s_layout  .branch-list.type2 .col {
      width: auto;
      margin-right: 40px;
  }
  

  
  .s_layout   .branch-list.type2 .three-box .col.fax .tit,
  .s_layout .branch-list.type2 .three-box .col.mail .tit {
      margin-left: 20px;
  }
  
  .s_layout   .branch-list.type2 .three-box {
      border: 1px solid #D4E4F9;
      border-width: 1px 0;
      width: 100%;
  }
  
  .s_layout .branch-list.type2 .txt_box {
      border-bottom: none;
      padding: 10px 0 10px 100px;
  }
  
  .s_layout  .branch-list.type2 .time.txt_box span {
      display: block;
  }
  
  .s_layout .branch-list.type2 .tit {
    background: none;
    padding: 0;
    height: auto;
    color: #000000;
    font-weight: normal;
    font-size: 16px;
    
     
  }

  .s_layout  .branch-list.type2 .tit::after{
    content: '';
    width: 1px;
    height: 18px;
    position: absolute;
    background: #CCCCCC;
    display: inline-block;
    right: 27px;
    top: 14px;
}
  
.s_layout  .branch-list.type2 .time {
      order: 3;
  }
  
  .s_layout   .branch-list.type2 .add {
      order: 1;
  }
  
  .s_layout   .branch-list.type2 .add .txt {
      margin-right: 60px;
  }
  
  .s_layout  .branch-list.type2 .tr.three-box {
    order: 1;
  }


@media screen and (max-width: 1280px){
    .s_layout .s_top .s-2 {
       
        right: 160px;
        top: 110px;
        
    }

  
}

@media screen and (max-width: 1200px){
    
    .s_layout .s_top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        min-height: unset;
        margin-bottom: 0;
        align-items: center;
        padding-top: 55px;
    }

    .s_layout .s_top   .s-1{
        margin-right: 15px;
        display: inline-block;
    }

    .s_layout .s_top   .s-3{
        margin-left: 15px;
        display: inline-block;
    } 

    .s_layout .s_top .item + .item {
        margin-top: 12px;
    }

    .s_layout .s_top .s-2 {
        right: 0;
        top: unset;
        bottom: 0;
        margin: 0 auto;
        position: relative;
        left: unset;
        margin-top: 20px;
    }

    .s_layout  .s-1.stxt{
        
        display: inline-block;
    }

    .s_layout  .s-3.stxt{
       
        display: inline-block;
    } 

    .s_layout .s_top .s-4 {
        top: 0;
        width: 250px;
     
    }

   
}

@media screen and (max-width: 1000px){
    .s_layout .branch-list.type2 .three-box .col.fax .tit, .s_layout .branch-list.type2 .three-box .col.mail .tit {
        margin-left: 0;
    }

    .s_layout .branch-list.type2 .item .text-box {
      
        margin-top: 0;
        padding: 0;
    }

    .s_layout .branch-list.type2 .map_box {
        
        top: 0;
         
    }

    
}

@media screen and (max-width: 600px) {

    .s_layout .s_top .item {
       
        margin-top: 12px;
    }
    .s_layout .s_top .stxt {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        max-width: 280px;
        z-index: 5;
    }

    .s_layout .s_top .s-1 {
        margin-right: 0;
        display: inline-block;
    }

    .s_layout .s_top .s-3 {
        margin-left: 0;
        display: inline-block;
    }


    .s_layout .s_btm .s_ttile {
        
        font-size: 25px;
        
        width: 141px;
        height: 45px;
        text-align: center;
    }

    /*-- 100% + pic ---*/

    .s_layout  .branch-list.type2 .item .pic {
        max-width: 182px;
        width: 100%;
    }


    .s_layout .branch-list.type2 .item .box {
        display: block;
    }

    .s_layout  .branch-list.type2 .item .text-box {
        margin-left: 0;
        margin-top: 15px;
    }

    .s_layout .branch-list.type2 .item .name {
        font-size: 18px;
    }

    .s_layout .branch-list.type2 .btn_area {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 5;
    }

    .s_layout .branch-list.type2 .three-box .col.fax .tit,
    .s_layout .branch-list.type2 .three-box .col.mail .tit {
        margin-left: 0px;
    }

    .s_layout .branch-list.type2 .three-box {
        border: none;
    }

    .s_layout .branch-list.type2 .txt_box {
        border-bottom: 1px solid #e7e7e7;
        width: 100%;
    }

    .s_layout .branch-list.type2 .col {
        margin: 0;
    }

    .s_layout .branch-list.type2 .three-box .col+.col:before {
        display: none;
    }

    .s_layout .branch-list.type2 .add .txt {
        margin-right: 0;
    }
}
  
/*------------內頁關於我們------------*/

.a_layout{
    position: relative;
    font-size: 15px;
    color: #333333;
    font-family: 'Noto Sans TC', sans-serif;
    max-width: 767px;
    margin: 0 auto;
    line-height: 1.9;
}

.a_layout .a-1{
    display: flex;
    margin-bottom: 60px;
}

.a_layout .a-1 .col{
    width: 50%;
}


.a_layout .a-1 .col.ttitle span{
    position: relative;
    font-family: 'Archivo Black', sans-serif;
    color: #0072C5;
    font-size: 20px;
    margin-bottom: 15px;
}

.a_layout .a-1 .col.ttitle h3{
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    line-height: 1.2;
}

.a_layout .a-1  .col.ttxt{
    position: relative;
    padding-left: 30px;
}

.a_layout .a-1  .col.ttxt::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #0073C5;
    width: 3px;
    height: 116px;
}

.a_layout .a-3{
  
    max-width: 630px;
    margin: 90px auto 40px;
    position: relative;
  
}

.a_layout .a-4{
   display: flex;
}

.a_layout .a-4 .col.pic{
    width: 50%;
}

.a_layout .a-4 .col.pic span{
    display: block;
    margin-top: 20px;
}

@media screen and (max-width: 1200px){
    .a_layout .a-1 {
        display: flex;
        margin-bottom: 0px;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    .a_layout .a-1 .col {
        width: unset;
       
        max-width: 630px;
    }

    .a_layout .a-1  .col.ttitle{
        text-align: center;
    }

    .a_layout .a-1 .col.ttxt {
        position: relative;
        padding-left: 0;
        padding-top: 15px;
        margin: 15px 0 30px;
    }

    .a_layout .a-1 .col.ttxt::before {
        
        left: 0;
        right: 0;
        top: 0;
        margin: 0 auto;
        background: #0073C5;
        width: 116px;
        height: 3px;
    }

    .a_layout .a-3 {
        max-width: 630px;
        margin: 40px auto 30px;
        position: relative;
    }
}

@media screen and (max-width: 484px){
    .a_layout .a-4 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .a_layout .a-4 .col.pic {
        width: unset;
    }
}

/*------------首頁服務項目 ------------*/
.service-sect .s_layout{
    display: flex;
    font-size: 16px;
    font-family: 'Noto Sans TC', sans-serif;
    color: #333333;
    margin-top: 55px
}

.service-sect .s_layout .s_box{
    margin-right: 60px;
}

.service-sect .s_layout .s_text{
   margin-top: 10px;
}

@media screen and (max-width: 1000px){

    .service-sect .s_layout {
       
        margin-top: 25px;
    }

    .service-sect .s_layout .s_box {
        margin-right: 0;
        margin: 10px auto;
    }
}


/*------------ about-editor ------------*/
.row_{
    display: flex;
}
.about-editor .row_1{
    justify-content: space-between;
    align-items: flex-start; 
    margin-bottom: 70px;
}
.about-editor .about-title{
    color: #262626;
    font-size: 29px;
    font-family:Roboto;
    font-weight: 300;
    margin: 0;
}
.about-editor .about-title:after{
    content: '';
    background: #4F4F4F;
    height: 1px;
    width: 60px;
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
}
.about-editor .row_2{
    margin-top: 40px;
}
.about-editor .row_2 .col{
    flex-basis:  50%;
    position: relative;
}
.about-editor .row_2 .txt_box{
    margin-top: 65px;
    border:solid 1px #4F4F4F;
    display: block;
    padding:50px;
    position: relative;
    margin-right: -100px;
    color: #000000;
    box-sizing: border-box;
}
.about-edit .box{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.about-edit .box:nth-of-type(3){
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 0 -130px 0;
}
.about-edit .box:nth-of-type(3) .pic{
    margin:0 0 0 -2px;
    position: relative;
    z-index:3;
    flex-shrink: 0;
    padding:0 20px 0 0;
}
.about-edit .box:nth-of-type(4){
    align-items: flex-end;
}
.about-edit .box:nth-of-type(4) .pic{
    padding:0 20px 0 0;
}
.about-edit .title{
    font-family: 'Libre Baskerville', serif;
    color:#000;
    font-size:29px;
    position:relative;
}
.about-edit .con{
    padding:50px 0;
}
.about-edit .con2{
    max-width:530px;
    width:100%;
    border:1px #DCDCDC solid;
    padding: 5%;
    box-sizing:border-box;
    position: relative;
    z-index:1;
    background:#FFF;
}
.about-edit .con3{
    max-width:500px;
    width:100%;
    border:1px #DCDCDC solid;
    padding: 170px 5% 5% 5%;
    box-sizing:border-box;
    position: relative;
}
.about-edit .con3:before{
    content:'';
    display:block;
    position:absolute;
    z-index:2;
    background:#FFF;
    width:100%;
    height:5px;
    top:125px;
    left:0px;
}
.about-edit .title:before{
    content:'';
    width:60px;
    height:1px;
    background:#4F4F4F;
    position:absolute;
    bottom: 0px;
    left:0px;
    display:block;
}

.as_title{
    margin-bottom: 10px;
}
.as_txt{
    line-height: 2;
    padding-left: 35px;
}
.about-editor .row_2 .col1:after{
    content: '';
    display: block;
    position: absolute;
    width: 126px;
    background: #fff;
    height: 65px;
    right: -100px;
    bottom: 0;
    z-index: 3;
}
.about-editor .row_2 .col2{
    position: relative;
    z-index: 4;
    text-align: center;
}
.about-editor .row_3{
    align-items: flex-end;
}
.about-editor .row_3 .col{
    flex-basis:  50%;
}
.about-editor .row_3 .txt_box{
    margin-top: -65px;
    border:solid 1px #4F4F4F;
    display: block;
    padding:115px 50px 50px;
    position: relative;
    margin-left: -26px;
    color: #000000;
}
/*------------ service-editor ------------*/
.s_title{
    color: #8CB6CC;
    margin-bottom: 15px;
}
.s_txt{
    color: #DDDDDD;
    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 .col{
    float: left;
}
.contact-editor .col + .col{
    margin: 0 0 0 25px;
}
.contact-editor i{
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    /* transform-origin: 50% 50%;
    transform: rotate(-45deg);
    background: #0072C5;
    border-radius: 10px; */
    color: #fff;
    line-height: 30px;
    position: relative;
    margin: 0 20px 0 0;
    z-index: 0;
}
.contact-editor i:after{
    content: '';
    background: #0072C5;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: rotate(45deg); 
}
.contact-editor i:before{
    display: inline-block;
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-editor .tel i:before{
    content: "\ff001";
}
.contact-editor .fax i:before{
    content: "\ff002";
}
.contact-editor .mail i:before{
    content: "\ff003";
}
.contact-editor .add i:before{
    content: "\ff004";
    font-size: 18px;
    position: relative;
    top: 2px;
}
.contact-editor .col a,
.contact-editor .col span{
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: middle;
}
/*------------ video-editor ------------*/
.video-editor .pic{
    float: left;
    margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
}
.terms-editor .title{
    font-size: 17px;
    color: #0073C5;
    margin: 0;
}
.terms-editor p{
    text-indent: 0em;
    margin: 0 0 50px;
}
.terms-editor .row{
    margin: 0 -27px;
}
.terms-editor .col{
    padding: 0 27px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}
/*------------ 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: 960px){
    .contact-editor .col + .col{
        margin: 25px 0 0 0;
    }
    .contact-editor .col{
        float: none;
    }
}
@media screen and (max-width: 1100px){
    .row_{
        display: block;
    }
    .about-editor .row_1 .col{
        margin-bottom: 20px;
    }
    .about-editor .row_1{
        margin-bottom: 40px;
    }
    .about-editor .row_2{
        margin-top: 20px;
    }
    .about-editor .row_2 .col1:after{
        display: none;
    }
    .about-editor .row_2 .col,.about-editor .row_3 .col{
        margin-bottom: 20px;
    }
    .about-editor .row_2 .txt_box,.about-editor .row_3 .txt_box{
        padding:0px;
        border:none;
        margin-right: 0px;
        margin-left: 0;
        margin-top: 0;
    }
    .about-editor .row_2 .col2{
        text-align: left;
    }
    .index-about-editor{
        padding: 0;
        height: auto;
    }
    .service-editor .row_ .col2,.service-editor .row_ .col1{
        width: 100%;
        margin-bottom: 20px;
    }
    .service-editor .row_ .col2{
        padding: 0
    }
    .contact-editor i{
        text-indent: 0px;
        line-height: 30px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
@media screen and (max-width: 600px){
    
    .about-edit .box{
        flex-wrap: wrap;
    }
    .about-edit .box:nth-of-type(3) {
        margin: 0 0 0px 0;
    }
    .about-edit .con3 {
        padding: 5%;
    }
    
    
    .about-edit .box .pic{
        margin:0px;
        padding:20px 0 !important;
        margin: 0 0 0px 0 !important;
        width:100%;
        text-align:center;
    }
    .about-edit .con3:before{
        display:none;
    }
}
