/*********** 首頁 關於我們 ***********/
.index-about .t-1{
    height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #024E99;
    font-size: 32px;
    font-weight: 500;
    margin: 0;
    line-height: 40px;
    margin-bottom: 20px;
    font-family: 'Barlow Condensed', sans-serif;
    padding-left: 0px;
    position: relative;
}

.index-about .p-1{
    height: 97px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #666666;
    overflow: hidden;
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1.2px;
}
@media(max-width:1000px){
    .index-about .t-1 {
        height: unset;
        display: block;
        font-size: 22px;
        margin: 0;
        line-height: 26px;
        margin-bottom: 10px;
        text-align: center;
        padding-left: 0;
    }
    .index-about .p-1 {
        height: unset;
        display: block;
        font-size: 15px;
        line-height: 23px;
        max-width: 351px;
        margin-left: auto;
        margin-right: auto;
    }
}
/*********** 首頁 服務項目 ***********/
.index-service .row{
    display: flex;
}
.index-service .col:nth-child(1){
    width: 350px;
    box-sizing: border-box;
    padding-right: 20px;
}
.index-service .col:nth-child(2){
    width: calc(100% - 350px);
    box-sizing: border-box;
    margin-top: -107px;
}
.index-service .s-list{
    display: flex;
    justify-content: flex-end;
}
.index-service .box{
    width: 145px;
    margin-left: 7px;
    margin-right: 7px;
}
.index-service .box .pic{ 
    margin-bottom: 17px;
}
.index-service .box .text{ 
    display: flex;
    margin-bottom: 17px;
}
.index-service .box .text span:nth-child(1){
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 35px;
    color: #FF4D4D;
    font-weight: 500;
    line-height: 35px;
    margin-right: 10px;
}
.index-service .box .text span:nth-child(2){
    color: #555;
    font-size: 16px;
    line-height: 19px;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.index-service .box .line{
    width: 100%;
    background: rgb(170 170 170 / 50%);
    height: 1px;
    position: relative;
}
.index-service .box .line:before{
    content: "";
    width: 35px;
    height: 1px;
    background: #FF4D4D;
    transition: all .3s ease;
    position: absolute;
    left: 0;
    top: 0;
}
.index-service .box:hover .line:before{
    width: 100%;  
}
.index-service .t-1{
    height: 52px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #777;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    line-height: 25px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
@media(max-width:1000px){
    .index-service .row {
        flex-direction: column;
    }
    .index-service .col:nth-child(1) {
        width: 100%;
        padding-right: 0;
    }
    .index-service .col:nth-child(2) {
        width: 100%;
        margin-top: 0;
    }
    .index-service .t-1 {
        height: unset;
        display: block;
        text-align: center;
    }

    .index-service .s-list {
        justify-content: center;
        flex-wrap: wrap;
    }
    .index-service .box {
        margin-bottom: 30px;
    }
    
}
/*********** 內頁 關於我們 ***********/
.page-about{
    max-width: 1157px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 50px;
}
.page-about .row{
    display: flex;
    margin-top: 42px;
}
.page-about .col:nth-child(1){
    width: 641px;
    box-sizing: border-box;
}
.page-about .col:nth-child(2){
    width: calc(100% - 641px);
    box-sizing: border-box;
    padding-left: 26px;
    position: relative;
}
.page-about .pic-m{
    display: none;
}
.page-about .title{
    box-sizing: border-box;
    padding-top: 188px;
    padding-left: 0;
    margin-bottom: 24px;
}
.page-about .title span{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 55px;
    display: block;
    line-height: 55px;
    margin-bottom: 13px;
    color: #333333;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
}
.page-about .title span i{
    color: #01569a;
    font-style: normal;
}
.page-about .title div{
    color: #333333;
    font-size: 24px;
    line-height: 24px;
}
.page-about .p-1{
    font-size: 15px;
    margin: 0;
    color: #666666;
}
@media(max-width:1000px){
    .page-about {
        margin-top:0;
        margin-bottom: 0;
    }
    .page-about .row {
        margin-top: 0px;
        flex-direction: column;
    }
    .page-about .col:nth-child(1) {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        text-align: center;
        width: 100%;
    }
    .page-about .col:nth-child(2) {
        width: 100%;
        padding-left: 0;
    }
    .page-about .pic-m{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .page-about .pic-desk{
        display: none;
    }
    .page-about .col:nth-child(2):before,
    .page-about .col:nth-child(2):after,
    .page-about .title span:before{
        display: none;
    }
    .page-about .title {
        padding-top: 30px;
        padding-left: 0;
        text-align: center;
        margin-bottom: 10px;
        position: relative;
    }
    .page-about .title:before {
        content: "";
        width: 4px;
        height: 20px;
        position: absolute;
        left: calc(50% - 2px);
        top: 0;
        background: #44D6E5;
    }
    .page-about .title span {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .page-about .t-1 {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 28px;
        letter-spacing: 2px;
        text-align: center;
    }
    .page-about .p-1 {
        max-width: 339px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media(max-width:600px){
    .page-about .t-1 {
        text-align: left;
    }
}
/*********** 內頁 服務項目 ***********/
.page-service{
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 50px;
}
.page-service .title{
    box-sizing: border-box;
    padding-top: 10px;
    padding-left: 0;
    margin-bottom: 30px;
}
.page-service .title span{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 55px;
    display: block;
    line-height: 55px;
    margin-bottom: 13px;
    color: #333333;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
}
.page-service .title div{
    color: #333333;
    font-size: 24px;
    line-height: 24px;
}
.page-service .t-1{
    color: #555555;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    line-height: 25px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.page-service .s-list{
    display: flex;
    justify-content: flex-start;
    padding-left: 30px;
    position: relative;
}
.page-service .s-list:before{
    content: "";
    width: 5px;
    height: 220px;
    position: absolute;
    left: 0;
    top: 0;
    background: #00468c;
}
.page-service .box{
    width: 145px;
    margin-left: 7px;
    margin-right: 7px;
}
.page-service .box .pic{ 
    margin-bottom: 17px;
}
.page-service .box .text{ 
    display: flex;
    margin-bottom: 17px;
}
.page-service .box .text span:nth-child(1){
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 35px;
    color: #00468c;
    font-weight: 500;
    line-height: 35px;
    margin-right: 10px;
}
.page-service .box .text span:nth-child(2){ 
    color: #555555;
    font-size: 16px;
    line-height: 19px;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.page-service .box .line{
    width: 100%;
    background: #DDDDDD;
    height: 1px;
    position: relative;
}
.page-service .box .line:before{
    content: "";
    width: 35px;
    height: 1px;
    background: #00468c;
    transition: all .3s ease;
    position: absolute;
    left: 0;
    top: 0;
}
.page-service .box:hover .line:before{
    width: 100%;  
}
@media(max-width:1000px){
    .page-service {
        margin-top: 0;
    }
    .page-service .title {
        text-align: center;
        padding-top: 0;
        margin-bottom: 20px;
    }
    .page-service .title span {
        font-size: 30px;
        line-height: 30px;
        padding-top: 0;
    }
    .page-service .title  div {
        font-size: 18px;
        line-height: 18px;
    }
    .page-service .t-1 {
        text-align: center;
    }
    .page-service .s-list:before {
       display: none;
    }
    .page-service .s-list {
        justify-content: center;
        flex-wrap: wrap;
        padding-left: 0;
    }
    .page-service .box {
        margin-bottom: 30px;
    } 
}
/*********** 內頁 技術諮詢 ***********/
.page-contact-title{
    text-align: center;
    margin: 0 0 40px;
}
.page-contact-title span{
     color: #333;
     font-size: 55px;
     line-height: 55px;
     letter-spacing: 1px;
     font-family: 'Barlow Condensed', sans-serif;
     font-weight: 600;
     margin: 14px 0 10px;
     display: block;
     position: relative;
}
.page-contact-title span:before{
    content: "";
    width:150px;
    height: 4px;
    background: #01569A;
    position: absolute;
    left: calc(50% - 75px);
    top: -12px;
}
.page-contact-title div{
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    color: #333333;
    letter-spacing: 2px;
}
.contact-info .editor {
    max-width: 1440px;
    margin: 0 auto;
}
.page-contact .row{
   display: flex;
   margin-bottom: 30px;
   padding: 0 20px;
   box-sizing: border-box;
}
.page-contact .col:nth-child(1){
    width: 65%;
    box-sizing: border-box;
}
.page-contact .col:nth-child(2){
    width: 35%;
    box-sizing: border-box;
    padding-left: 30px;
    padding-top: 33px;
}
.page-contact .col.custom-style-1:nth-child(2){
    padding-top: 20px;
}
.page-contact .contact-name{
    background: #f0f0f0;
    padding: 9px 22px 9px 72px;
    color: #333;
    box-sizing: border-box;
    font-size: 20px;
    display: inline-block;
    margin: 0;
    line-height: 35px;
    margin-bottom: 13px;
    height: 50px;
    position: relative;
}
.page-contact .contact-name:before{
    content: "";
    width: 50px;
    height: 50px;
    background: url('../../images/common/contactic.png')0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}
.page-contact .contact-list span,
.page-contact .contact-list a{
    display: inline-block;
}
@media(max-width:1000px){
    .page-contact .row{
        flex-direction: column;
    }
    .page-contact .col:nth-child(1){
        width: 100%;
        margin-bottom: 10px;
    }
    .page-contact .col:nth-child(2){
        width: 100%;
        padding-left: 0;
        padding-top: 0;
    }
    .page-contact .col.custom-style-1:nth-child(2) {
        padding-top: 0px;
    }
}
/* @media(max-width:1350px){
    .page-contact .row{
    width: 33.3%;
    margin-bottom: 30px;
    padding: 0 20px;
    box-sizing: border-box;
    }  
}
@media(max-width:767px){
   .page-contact .row{
        width: 50%;  
    }
}
@media(max-width:550px){
   .page-contact .row{
        width: 100%; 
    }
} */
/*********** 前後台編輯器區塊共用的CSS設定 ***********/
.editor-title {
    color: #44D6E7;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin: 0;
}
.editor-title2{
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}
.editor-title2:before{
    content: '';
    position: absolute;
    width: 600px;
    height: 1px;
    top: 50%;
    left: 0;
    right: 0;
    margin:-0.5px auto 0;
    background:#BFF8FF;
}
.editor-title2 span{
    display: inline-block;
    background: #fff;
    padding: 0 10px;
    font-size: 25px;
    color: #44D6E7;
    position: relative;
    z-index: 2;
}
.editor-title-img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}
.about-editor-circle {
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
}
.about-editor-circle .col {
    float: left;
    width: 33.33%;
    padding: 0 5px;
}
.about-editor-circle-pic {
    display: inline-block;
    vertical-align: middle;
    background: url('../../images/common/about/circle_bg.png');
    border-radius: 100%;
    padding: 8px;
}
.about-editor-circle-pic.bg2 {
    background: url('../../images/common/index/about_circle_bg.png');
}
.about-editor-circle-pic img {
    border-radius: 100%;
}
.about-editor-pics {
    max-width: 1110px;
    margin: 0 auto;
}
.about-editor-pics .col {
    float: left;
    width: 33.33%;
    padding: 0 1.5%;
}
.products-editor-pics {
    margin: 0 -6px;
}
.products-editor-pics .col {
    float: left;
    width: 25%;
    padding: 0 6px;
    margin-bottom: 10px;
    text-align: center;
}
.service-editor-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.service-editor-list .item {
    width: 33.33%;
    padding: 0 2%;
    float: left;
    box-sizing: border-box;
}
.service-editor-list .item:nth-child(3n+1) {
    clear: left;
}
.service-editor-list .box {
    max-width: 411px;
    margin: 0 auto 50px;
}
.service-editor-list .name {
    color: #006CD8;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    margin: 10px 0 6px;
}
.service-editor-list .description {
    color: #666659;
    font-size: 15px;
    line-height: 1.5;
}
.index-service-editor-list {
    list-style-type: none;
    padding: 0;
    margin: 0 -10px;
}
.index-service-editor-list .item {
    width: 33.33%;
    padding: 0 10px;
    float: left;
    box-sizing: border-box;
}
.index-service-editor-list .box {
    overflow: hidden;
}
.index-service-editor-list .pic {
    float: left;
    width: 183px;
}
.index-service-editor-list .txt {
    margin-left: 200px;
}
.index-service-editor-list .name {
    color: #006CD8;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1.2;
}
.index-service-editor-list .description {
    color: #000;
    font-size: 15px;
    line-height: 1.5;
}
.contact-info-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 15px;
}
.contact-info-list li {
    width: 33%;
    padding: 0 5px;
    font-size: 18px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
}
.contact-info-list .ic-wrap{
    font-size: 30px;
    width: 60px;
    height: 60px;
    border: 2px solid #188CE1;
    border-radius: 50%;
    margin-bottom: 10px;
    line-height: 60px;
    margin-left: auto;
    margin-right: auto;
    background: #188CE1;
    color: #FFF;
}
.contact-info-list .txt {
    width: calc(100% - 110px);
    color: #333;
    font-weight: bold;
    line-height: 1.5;
}
.contact-info-list .txt{
    transition: all .3s ease;
}
.contact-info-list a.txt:hover{
    color: #5AC0E6;
}
.terms-title {
    color: #01569a;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 0.3em;
}
@media screen and (max-width: 1280px) {
    .index-service-editor-list .box {
        max-width: 411px;
        margin: 0 auto;
    }
    .index-service-editor-list .pic {
        float: none;
        width: auto;
    }
    .index-service-editor-list .txt {
        margin: 10px 0 0;
    }
}
@media screen and (max-width: 1000px) {
    .products-editor-pics .col {
        width: 50%;
    }
    .contact-info-list li {
        display: block;
        margin-bottom: 25px;
        padding: 0;
        width: auto;
    }
    .contact-info-list li:nth-child(n) {
        font-size: 16px;
    }
    .contact-info-list .ic-wrap {
        width: 60px;
    }
    .contact-info-list .txt {
        width: calc(100% - 75px);
    }
}
@media screen and (max-width: 960px) {
    .service-editor-list .item {
        width: 50%;
    }
    .service-editor-list .item:nth-child(3n+1) {
        clear: none;
    }
    .service-editor-list .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 767px) {
    .about-editor-pics .col {
        width: 100%;
        padding: 0 0 10px;
        text-align: center;
    }
    .contact-info-list li:nth-child(n) {
        text-align: center;
    }
    .contact-info-list .txt {
        display: block;
        width: auto;
        margin: 5px 0 0;
    }
    .index-service-editor-list .item {
        width: 100%;
    }
    .index-service-editor-list .box {
        max-width: none;
        margin-bottom: 15px;
    }
    .index-service-editor-list .pic {
        float: left;
        width: 200px;
    }
    .index-service-editor-list .txt {
        margin: 0 0 0 220px;
    }
}
@media screen and (max-width: 600px) {
    .service-editor-list .item {
        width: 100%;
        padding: 0;
    }
    .service-editor-list .item:nth-child(n) {
        clear: none;
    }
    .service-editor-list .box {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 500px) {
    .products-editor-pics .col {
        width: 100%;
    }
    .index-service-editor-list .box {
        max-width: 360px;
        margin-bottom: 30px;
    }
    .index-service-editor-list .pic {
        float: none;
        width: auto;
    }
    .index-service-editor-list .txt {
        margin: 10px 0 0;
    }
}
@media screen and (max-width: 420px) {
    .about-editor-circle .col {
        padding: 0 3px;
    }
    .about-editor-circle-pic {
        padding: 5px;
    }
}