
body{
  font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif;
  /* color: #585656; */
  font-size: 16px;
  line-height: 1.4;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


h1{font-size:32px;}
h2{font-size:28px; padding-bottom:5px;}
h3{font-size:22px;}
h4{font-size:16px;}
h5{font-size:15px;}


a{color:#585656;text-decoration: none;}
a:hover{
color:#476ac1;	
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
text-decoration:none;
}
p{
    color: #585656;
    letter-spacing:0.2px;
}

.bold{
    font-weight: bold;
}
.bold-100{
    font-weight: 100;
}



.pointer{
    cursor: pointer;
}
/*商品詢問表單*/

#product-form h2{
  font-size: 30px;
  font-weight: 700;
  color: #70178E;
}



#product-form h3 {
    color: #70178e;
    background-repeat: no-repeat;
    font-weight: bold;
    margin: 6px 0;
    font-size: 20px;
}

.red{
  color: red;
}

.sb-5 {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 12px 46px;
    margin-bottom: 10px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    background-color: #5A276B;
    text-align: center;
    transition: .2s ease-out;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.12), 0px 1px 2px rgba(0,0,0,0.24);
    border-radius: 5px;
    width: 100%;
}

.sb-5:hover {
    background: #A03BC1;
    color: #FFF;
}
/*-------------------------- 圖片效果滑動效果 -----------------------------*/
.imgop:hover {opacity: 0.8;}

img {max-width: 100%; height:auto;}
.i-pic   {width: 100%;   } /* 圖片縮放 */
.i-pic-7 {width: 70%; }
.i-pic-73 {width: 73%; }
.i-pic-6 {width: 60%; }
.i-pic-5 {width: 50%; }
.i-pic-4 {width: 40%; }
.i-pic-3 {width: 30%; }

.pic-max   {max-width: 100%; margin-bottom:25px; box-shadow: 3px 2px 10px #000000;}
.pic   {width: 100%;}
.pic-7 {width: 70%; }
.pic-6 {width: 60%; }
.pic-5 {width: 50%; }
.pic-4 {width: 40%; }
.pic-3 {width: 30%; }





.box-shadow{
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}



/*字型尺寸*/
.s10{font-size: 10px !important;}
.s12{font-size: 12px !important;}
.s14{font-size: 14px !important;}
.s15{font-size: 15px !important;}
.s16{font-size: 16px !important;}
.s18{font-size: 18px !important;}
.s19{font-size: 19px !important;}
.s20{font-size: 20px !important;}
.s22{font-size: 22px !important;}
.s24{font-size: 24px !important;}
.s26{font-size: 26px !important;}
.s28{font-size: 28px !important;}
.s30{font-size: 30px !important;}
.s31{font-size: 31px !important;}
.s32{font-size: 32px !important;}
.s33{font-size: 33px !important;}
.s34{font-size: 34px !important;}
.s35{font-size: 35px !important;}
.s36{font-size: 36px !important;}
.s48{font-size: 48px !important;}


/*主色系*/
.c1{color: #dc3545 !important;}  /*主色系*/
.c2{color: #7dbf8a;}
.c3{color: #fff; }
.c4{color: #e42155;}
.c5{color: #fff;}
.c6{color: #2e43ab;}
.c868e96{color: #868e96;}

.cfff{color: #fff !important;} /*白色*/
.cccc{color: #ccc !important;} /*灰色*/
.c777{color: #777 !important;} /*灰色*/



.c888{color: #888 !important;} /*灰色*/
.cgreen{color: #28a745;} /*綠色*/
.cred{color: red !important;} /*紅色*/


/*文字顏色*/
.text-white{color: white;}



/*文字粗體*/
.font-weight{font-weight:bold;}

/*主色系*/
.bc1{background:#dc3545 !important;}
.bc2{background:#e2b776;}
.bc3{background:#ccc; }
.bc4{background:#e42155;}
.bc5{background:#2e43ab;}
.bcfff{background:#fff;}
.befefef{background: #efefef !important;} /*灰色*/
.bf5f5f5{background: #f5f5f5 !important;} /*灰色*/
.order-px-100{ padding: 0 100px; }

.opacity:hover{
  opacity: 0.7;
}
.clear{
  clear: both;
}


/*圖片*/
.img-width{
    width: 100%;
}

/*置中*/
.center{
  text-align: center;
}




.pt10{ padding-top:10px;}
.pt15{ padding-top:15px;}
.pt20{ padding-top:20px;}
.pt30{ padding-top:30px;}
.pt50{ padding-top:50px;}
.pt60{ padding-top:60px;}
.pt90{ padding-top:90px;}

.pb10{ padding-bottom:10px;}
.pb15{ padding-bottom:15px;}
.pb20{ padding-bottom:20px;}
.pb30{ padding-bottom:30px;}
.pb60{ padding-bottom:60px;}
.pb90{ padding-bottom:90px;}



.mb5 {margin-bottom:5px  !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb60{margin-bottom:60px !important;}

.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt60{margin-top:60px;}
.mt90{margin-top:90px;}

.re-pb{
    padding: 0px;
    margin: 0px;
   
}


.del-products {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    position: relative;

    right: 0;
    display: inline-block;
}


.msg-error{
    color: #dc3545;
    font-size: 14px;
}

.error-ci{
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url(../images/icon/bs4-invalid.svg);
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.error{
    color:#dc3545;
    font-size: 14px;
}

/*勾選專用*/
.error-check{
    color: #dc3545;
}
.error-file{
    border-color: #dc3545;
}

.valid {
    color: #28a745;
    font-size: 14px;
}
/*------------------BS修改----------------------------------*/


.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #b9785f;
    border-color: #b9785f;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #b9785f;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #545b62;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 16px;
    border-left: 3px solid #aedabb;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #b9785f;
    border-color: #b9785f;
}


/*驗証勾勾綠色*/
/*
.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url(../images/icon/bs4-valid.svg);
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}*/








/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ footer ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ footer ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ footer ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.footer {
    --max: 1200px;
    --gap: 24px;
    --bg: #0f172a;
    --surface: #111827;
    --text: #e5e7eb;
    --sub: #9ca3af;
    --border: #1f2937;
    --primary: #3b82f6;
}
.footer {
    background: #0f172a;
    color: #e5e7eb;
    padding: 32px 16px;
}
.footer h3{
 font-size: 20px;
}

.footer-cta {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    align-items: center;
}
.footer-cta >  span{
     font-size: 30px;

}


.footer-grid {
    max-width: var(--max);
    margin: 0 auto;
    display: grid;
    gap: var(--gap);
    grid-template-columns:  1.5fr 1.5fr 1.5fr;
    border-top: 1px solid var(--border);
    padding-top: 20px;
}
@media(max-width:960px){
  .footer-grid{grid-template-columns:1fr}
    /* .footer-grid{grid-template-columns: repeat(2, 1fr);} */
  
}



.footer-grid .list {
    margin: 0;
    padding: 0;
    /* list-style: none; */
    color: var(--sub);
    padding: 0 0px 0 20px;
}
.footer-grid   .list li{margin: 0px 0 6px;}
.footer-grid   .list a{color:var(--text);text-decoration:none}
.footer-grid   .list a:hover{text-decoration:underline}
.footer-grid   .list.cols{columns:2}
.footer-grid   .badges img{height:28px;margin-right:6px;vertical-align:middle}
.footer-grid   .legal {
    max-width: var(--max);
    margin: 18px auto 0;
    display: flex;
    gap: 12px;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid var(--border);
    padding-top: 16px;
}
.copyright{
    text-align: center;
    padding: 30px 0 0;
}
.copyright small{color:var(--sub)}
.copyright-links a{color:var(--sub);margin-left:14px;text-decoration:none}
.copyright-links a:hover{color:#fff}



.footer-cta__title{
  display:flex;align-items:center;gap:12px;
  font-size:28px;line-height:1.2;color:#fff;
}
.footer-cta .ico-barcode{display:inline-flex;align-items:center}
.footer-cta .ico-barcode svg{display:block}

/* 想更大：只改這兩行 */
.footer-cta .ico-barcode svg{width:66px;height:40px;}  /* 64×40px */

.footer-box-3 ul li{
color: #fff;
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】about us ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】about us ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】about us ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 內頁 banner ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 內頁 banner ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 內頁 banner ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.banner {
    display: flex;
    justify-content: center;
    align-items: center;
  
    height: 400px;
    /* background-image: url(images/5.jpg); */
    background-size: cover;
    background-position: 50% 50%;
}



/* 文字區 */
.banner .text{
    width: 900px;
    padding: 100px 30px 0;

    text-align: center;
}
.banner h1{
   color: #ffffff;
   font-weight: bold;
   text-shadow:#000000 1px 1px 6px;
}
.banner p{
    font-size: 20px;
    color: #ffffff;
    text-shadow:#000000 1px 1px 6px;
}

/* 連結按鈕 */
.banner .sb{
    margin: 30px 0;
}

.banner .sb a{
    background: #ff8c8c;
    padding: 5px 30px;
    border-radius: 26px;
    color: #ffffff;
}


@media (max-width: 992px){
    .banner {
        padding: 70px 0 0;
  
    }
 
    .banner .text {
        padding: 30px 15px 0;
    }
    .banner p{
        font-size: 18px;
 
    }

  
}


/* -------------各內頁圖片----------------- */

.banner .bg-about{
    background-image: url(../images/page/banner/1.jpg);
}

.banner .bg-service{
    background-image: url(../images/page/banner/service.jpg);
}


.banner .bg-service-detail{
    background-image: url(../images/page/banner/service.jpg);
}

.banner .bg-team{
    background-image: url(../images/page/banner/team.jpg);
}

.banner .bg-register{
    background-image: url(../images/page/banner/register.jpg);
}

.banner .bg-consultant{
    /* background: #160e44; */
    background-image: url(../images/page/banner/consultant.jpg);
}





/* 
.in-banner {
    position: relative;

    text-align: center;
    height: 320px;
    background-image: url(../images/page/banner/register.jpg);
    background-size: cover;
    background-position: center;
}

.in-b2 {
    background-image: url(../images/page/banner/register.jpg);
}
.in-b3 {
    background-image: url(../images/page/banner/register.jpg);
}
.in-b5 {
    background-image: url(../images/page/banner/register.jpg);
}
.in-b6 {
    background-image: url(../images/page/banner/register.jpg);
}


.in-banner .in-title {
    position: absolute;    
    left: 0;
    right: 0;
    top: 320px;
    margin: 10px 0 10px;

}

.in-banner .in-title h1 {
    display: inline-block;   
    font-size: 21px;
    top: 106px;
    padding: 8px 70px;
    background: #727171;
    color: #fff;

}

@media (max-width: 768px){

    .in-banner {
        height: 164px;
    }
    .in-banner .in-title {
        position: absolute;    
        left: 0;
        right: 0;
        top: 135px;
        margin: 10px 0 20px;

    }
} */








/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】banner共用 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】banner共用 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】banner共用 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */


.inner-banner {
  position: relative;
  background: url(/images/banner-inner/bg.png) center / cover no-repeat;
  background-position: 60% 70%;
  min-height: clamp(240px, 32vh, 360px);

  
  color: #ffffff;
  overflow: hidden;
  padding: 70px 0 0;
}

@media (max-width: 768px) {
  .inner-banner {
    background-position: center center;
  }
}


/* 全區暗化（穩定文字可讀性） */
.inner-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(8, 15, 30, 0.2);
}

/* 左側文字保護漸層（企業官網關鍵） */
.inner-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(8, 15, 30, 0.75) 0%,
    rgba(8, 15, 30, 0.45) 45%,
    rgba(8, 15, 30, 0.2) 70%,
    transparent 100%
  );
}

/* 內容層（一定要在遮罩之上） */
.inner-banner__container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0px 0px;
  text-align: center;
}

/* 小標（英文） */
.inner-banner__eyebrow {
  font-size: 13px;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.65);
  margin: 0px 4px 0;
}

/* 主標（H1） */
.inner-banner__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin: 0px;
}

/* 副標說明 */
.inner-banner__desc {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
  /* max-width: 540px; */
}

/* ===============================
   RWD
   =============================== */
@media (max-width: 768px) {
  .inner-banner__container {
    padding: 80px 0px 0px;
  }

  .inner-banner__title {
    font-size: 28px;
  }

    .inner-banner__container {
 
        text-align: center;
    }

}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】關於我們 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】關於我們 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】關於我們 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */




#about .text{
    text-align: center;
    margin: 160px 0 20px;
}



#about .text h1{
    font-size: 36px;
    color: #495057;
}


#about .text p{
	display: inline-block;
    position: relative;
    letter-spacing: 3px;
    text-indent: -3px;

}



#about .text p::after{
    content: '';
    position: absolute;
    top: 52%;
    right: 120px;
    width: 125px;
    height: 1px;

    background: #adadad;

}

#about .text p::before {
    content: '';
    position: absolute;
    top: 52%;
    left: 120px;
    width: 125px;
    height: 1px;

    background: #adadad;
}



@media (max-width: 992px){
  
    #about .text h1 {
        font-size: 24px;
        color: #495057;
    }


    #about .text p::after {

        right: 110px;
        width: 50px;
     
    
    }
    #about .text{
        margin: 15px 0 20px;
    }
    #about .text p::before {
    
        left: 100px;
        width: 50px;
   
    }


}



/* slogan */

.about-slogan {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #1f3a5f;   /* 品牌深藍 */
  position: relative;
  margin-bottom: 16px;
}

.about-slogan::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background: #1f3a5f;
  margin: 12px auto 0;
  border-radius: 2px;
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】關於我們 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】關於我們 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】關於我們 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */





.about-section { background:#f3f6fa; padding:80px 0; }
/* .about-section {
  background: linear-gradient(
    180deg,
    #f9fafb 0%,
    #f1f4f8 100%
  );
} */

/* .about-section {
  background: linear-gradient(
    180deg,
    #f4f7fb 0%,
    #eef3f8 100%
  );
} */


.about-header { text-align:center; margin-bottom:48px; }
.about-title { font-size:32px; margin-bottom:12px; }
.about-subtitle { color:#556; }

.values-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-bottom:64px;
}

.value-card {
  background:#fff;
  border-radius:12px;
  padding:32px 24px;
  text-align:center;
  transition:transform .25s ease, box-shadow .25s ease;
}
.value-card:hover { transform:translateY(-4px); box-shadow:0 10px 30px rgba(0,0,0,.08); }

.about-story {
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:40px;
  align-items:center;
}
.story-image img { width:100%; border-radius:12px; }

/* RWD */
@media (max-width: 768px) {
  .values-grid { grid-template-columns:1fr; }
  .about-story { grid-template-columns:1fr; }
}


.value-icon svg {
  width: 40px;
  height: 40px;
  fill: #1f3a5f; /* 品牌藍 */
}

/* 企業願景 */

/* =========================
   企業願景 Vision Section
========================= */

.vision-section {
background: linear-gradient(360deg, #e4e7ec 0%, #ffffff 100%);
  padding: 80px 20px 100px;
}



/* 標題區 */
.vision-header {
  text-align: center;
  margin-bottom: 40px;
}

.vision-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1f3a5f;
  margin-bottom: 12px;
}

.vision-subtitle {
  font-size: 15px;
  color: #6b7280;
}

/* 形象圖帶 */
.vision-image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 56px;
}

.vision-image img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

/* overlay */
.vision-image::after {
  content: "";
  position: absolute;
  inset: 0;

}








/* 外層區塊（可依你頁面容器調整） */
.vision-sec{
  padding: 40px 0 20px;
  background: transparent;
}
.vision-wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* 三欄 Grid */
.vision-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

/* 卡片 */
.vision-card{
  background:#fff;
  border-radius:18px;
  padding:26px 26px 22px;
  box-shadow:0 10px 24px rgba(16,24,40,.06);
  border: 1px solid rgba(15,23,42,.06);
}

/* icon + 標題同列 */
.vision-head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:12px;
}
.vision-icon{
  width:44px;
  height:44px;
  border-radius:12px;
  background:#f2f5f9;
  border: 1px solid rgba(15,23,42,.06);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#1f3a5f;
  flex:0 0 44px;
}


h2.vision-title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #1f3a5f;   /* 品牌深藍 */
  position: relative;
  margin-bottom: 16px;
}

h2.vision-title::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background: #1f3a5f;
  margin: 12px auto 0;
  border-radius: 2px;
}


h3.vision-title{
  margin:0;
  font-size:20px;
  font-weight:700;
  letter-spacing:.02em;
  color:#0f172a;
  line-height:1.2;
}








.vision-desc{
  margin:0;
  color:#64748b;
  line-height:1.75;
  font-size:15px;
}

/* RWD */
@media (max-width: 992px){
  .vision-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 576px){
  .vision-wrap{ padding: 0 16px; }
  .vision-grid{ grid-template-columns: 1fr; }
}








/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】最新消息 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】最新消息 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】最新消息 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】熱門商品 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】熱門商品 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【Home】熱門商品 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/




.i-product-2 .card-box  {
    margin: 0 0 15px;
}

.i-product-2 .card-box .card-images {
    position: relative;
    border-left: 1px solid #e9ecef;
    border-right: 1px solid #e9ecef;
    border-top: 1px solid #e9ecef;
    
}
  
  .i-product-2 .card-box .card-images img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
  }
  
  
  .i-product-2 .card-box .card-images .overlay {
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1; 
    width: 100%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 20px;
    padding: 10px;
    text-align: center;
  }
  
  
  
  
  .i-product-2 .card-box .card-images .overlay2 {
    position: absolute;
    top: 0%;
    right:0%;
      padding: 25px 21px;
      background: #9ee4ae;
      border-radius: 55px;
      color: #fff;
  }
  
  
  .i-product-2 .card-box .card-images:hover img {
    opacity: 0.3;
  }
  
  .i-product-2 .card-box .card-images:hover .overlay {
    opacity: 1;
  }
  
  .i-product-2 .card-box .card-images .overlay .text {
    color: white;
    font-size: 16px;
   
  }
  
  .i-product-2 .card-box .card-text {
    text-align: center;
    border: 1px solid #ccc;
    background: #016e85;
  }

  .i-product-2 .card-box .card-text h4 {
    font-size: 12px;
    margin:0px;
    letter-spacing: 1.6px;
    color: white;
    letter-spacing: 0px;
    font-weight: bold;
    min-height: 60px;
    padding: 15px;
}
.i-product-2 .card-box .card-text h4:hover {
 background: #3aad54;
}  

  .i-product-2 .card-box .card-text p{
    font-size: 14px;
    letter-spacing: 0px;
    margin: 0 0 2px 0;
    color: white;
  }
  .i-product-2 .card-box .card-text a:hover{
    color: #dc3545;
  }



@media (max-width: 990px){
    .i-product-2 .card-box .card-images .overlay2 {
        position: absolute;
        top: 0%;
        right: 0%;
        padding: 19px 14px;
        background: #9ee4ae;
        border-radius: 55px;
        color: #fff;
    }
    .i-product-2 .card-box {
        margin: 0 0 30px;
    }
    .i-product-2 .card-box .card-text h3 {
        padding: 5px 0 0;
        min-height: 37px;
        font-size: 14px;
    }
}







/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】單頁管理 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】單頁管理 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】單頁管理 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

#page{
    min-height: 600px;
    padding: 150px 0 100px;
}
#page .box-1 h1::after {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    margin: 9px auto 0;
    background-color: #117682;
}

#page .box-1{
    text-align: center;
}

#page .box-1 h1 {
    font-size: 30px;
    color: #495057;
    font-weight: bold;
}
#page .container{
    width: 970px;
}





@media (max-width: 992px){

    #page .container{
        width: 100%;
    }

    #page .text p::after {

        right: 225px;
        width: 56px;
     
    
    }
    #page .text,#about .text{
        margin: 15px 0 20px;
    }
    #page .text p::before{
    
        left: 218px;
        width: 56px;
   
    }
    
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】最新消息 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】最新消息 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】最新消息 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

    



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】最新消息 詳細頁 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】最新消息 詳細頁 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】最新消息 詳細頁 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */


#news-detial .container{
    width: 700px;
}
#news-detial {
    /* margin: 130px 0; */
    padding: 130px 0 50px;
    min-height: 600px;
}
#news-detial h1{
    text-align: center;
    font-size: 24px;
    padding: 0px;
}

#news-detial .date{
    font-size: 14px;
    margin:0 0 30px;
}
.sb-news-detial a {
    padding: 12px 50px;
    background: #b9785f;
    color: #fff !important;
    cursor: pointer;
}
.sb-news-detial a:hover {
    color: #fff;
    background: #f96649;
}
@media (max-width: 992px){
    #news-detial .container{
        width: 100%;
    }
  
    #news-detial h1 {
        text-align: center;
        font-size: 18px;
        padding: 30px 10px 0px;
    }
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】聯絡我們 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】聯絡我們 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】聯絡我們 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

#contact{
   
    padding: 185px 0 100px;

}

#contact h2{
   
    font-size: 22px;
    /* color: #f44336; */
}
#contact h3{
   
    font-size: 18px;
    
}
#contact p{
   
    font-size:14px;
    letter-spacing: 0px;
    
}
#contact ul{
   
    padding: 0 0px 0 30px;
    
}
#contact ul li{
   
    font-size:14px;
    letter-spacing: 0px;
    padding: 10px 0 0;
}



#contact .button{
    padding: 12px 50px;
    background: #b9785f;
    color: #fff;
    border: 0px;
    border-radius: 30px;    
}
#contact .button:hover{
    color: #fff;
    background: #f96649;   
}

@media (max-width: 768px){
    .contact-right-box{
        margin: 150px 0 0 0;
    }
    #contact .button {
     
        width: 100%;
    }
}







/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】產品介紹 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】產品介紹 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【內頁】產品介紹 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */


#product {
  
    min-height: 600px;
    padding: 165px 0 50px;
}

.product-title h1{
    padding: 0 10px;
    margin: 0px;
    font-size: 26px;
    letter-spacing: 0px;
    font-weight: bold;
}

#sidebar {
    border: 1px solid #ccc;
    box-shadow: 2px 4px 10px #ccc;

	
}
#sidebar > ul{
	margin: 0px 0 0px;
	padding-left: 0;
    list-style-type: none;
    
}
#sidebar > ul > li{
	border-bottom: 1px solid #ccc;
}

#sidebar .category > a{
	padding: 8px 0 8px 20px;
	display: block;
}
.sub-category{
	margin: 0 0 10px;
}
#sidebar .sub-category li{
	margin: 0 0 10px;
	list-style-type: none;
}
#sidebar .sub-category a{
	display: block;


}
#sidebar .sub-category a:hover{
  color: #476ac1;
  text-decoration:underline;
}
#sidebar .active {
    color: #476ac1;
    font-weight: bold;
}



@media (max-width: 992px){

    #product .right{
        margin: 0px 0 0; 
    }
    .product-title h1 {
        font-size: 26px;
        text-align: center;
        padding: 0 0 50px;
    }

}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【內頁】產品介紹 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【內頁】產品介紹 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【內頁】產品介紹 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#product .card-box  {
    margin: 0 0 30px;
}

#product .card-box .card-images {
    position: relative;
    border-left: 1px solid #e9ecef;
    border-right: 1px solid #e9ecef;
    border-top: 1px solid #e9ecef;
    
}
  
  #product .card-box .card-images img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
  }
  
  
  #product .card-box .card-images .overlay {
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1; 
    width: 100%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 20px;
    padding: 10px;
    text-align: center;
  }
  
  
  
  
  #product .card-box .card-images .overlay2 {
    position: absolute;
    top: 0%;
    right:0%;
      padding: 25px 21px;
      background: #9ee4ae;
      border-radius: 55px;
      color: #fff;
  }
  
  
  #product .card-box .card-images:hover img {
    opacity: 0.3;
  }
  
  #product .card-box .card-images:hover .overlay {
    opacity: 1;
  }
  
  #product .card-box .card-images .overlay .text {
    color: white;
    font-size: 16px;
   
  }
  
  #product .card-box .card-text {
    text-align: center;
    border: 1px solid #ccc;
    background: #016e85;
  }

  #product .card-box .card-text h3 {
    font-size: 13px;
    margin:0px;
    letter-spacing: 1.6px;
    color: white;
    letter-spacing: 0px;
    font-weight: bold;
    min-height: 62px;
    padding: 15px;
}
#product .card-box .card-text h3:hover {
 background: #3aad54;
}  

  #product .card-box .card-text p{
    font-size: 14px;
    letter-spacing: 0px;
    margin: 0 0 2px 0;
    color: white;
  }
  #product .card-box .card-text a:hover{
    color: #dc3545;
  }




@media (max-width: 990px){
    #product .card-box .card-images .overlay2 {
        position: absolute;
        top: 0%;
        right: 0%;
        padding: 19px 14px;
        background: #9ee4ae;
        border-radius: 55px;
        color: #fff;
    }
    #product .card-box {
        margin: 0 0 30px;
    }
    #product .card-box .card-text h3 {
        padding: 5px 0 0;
        min-height: 37px;
        font-size: 14px;
    }
}











/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 產品頁 + 產品詳細頁(麵包屑) ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 產品頁 + 產品詳細頁(麵包屑) ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 產品頁 + 產品詳細頁(麵包屑) ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.breadcrumb-1{
    background: #f8f9fa;
}   

.breadcrumb-product ul{
    margin: 0;
    text-align: center;
}


.breadcrumb-product  {
    font-size:14px;
    padding: 10px 0 10px;

}
.breadcrumb-product  {
  list-style-type: none;
  padding-left: 12px;
}
.breadcrumb-product  li{
    display:inline;
 
}
.breadcrumb-product  li a{
    display:inline;
    color:#6c757d;
}
.breadcrumb-product li a:hover{
    color:#8E8E8E;
    text-decoration: underline;
}    
@media (max-width: 992px){

    .breadcrumb-product {
        padding-left: 0px;
        text-align: center;
        display: none;
    }

}






/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 搜尋頁 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 搜尋頁 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 搜尋頁 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


#search{
    min-height: 600px;
}
#search .box-1{
    padding: 150px 0 0;
    text-align: center;
    margin: 0 0 60px;
}

#search .container{
    width: 500px;
}
#search .box-2 .search-text {
 
    border-bottom: 1px solid #ccc;
}
#search .box-2 .search-text a{
    font-size: 18px;
    padding: 10px 0;
    display: block;
}
@media (max-width: 992px){


    #search .container{
        width: 100%;
    }
    #search .box-1 {

        margin: 0 0 15px;
    }
    #search .box-2 .search-text {
 
        margin: 0 30px;
    }
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ LINE線上客服 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ LINE線上客服 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ LINE線上客服 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


#fixedTop {
    padding: 25px 25px;
    right: 30px;
    bottom: 30px;
    color: #fff;
    text-align: center;
    display: none;
    background: #000;
    position: fixed;
    z-index: 99;
    background: url(../images/icon/line.png) no-repeat;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 加入社員 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 加入社員 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 加入社員 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.register-box-title {
    padding: 30px 0 0;
}


.register-box-title .title{
    text-align: center;
    padding: 30px 0 30px
}
.register-box-title h1{
    font-size: 21px;
    padding: 0 0 15px;
}
.register-box-title h1 > span{
    background: #727171;
    padding: 8px 70px;
    color: #fff;
}

#register-box .container {
    width: 700px;
}
#register-box .col-form-label {
    text-align: right;
    color: #9E5B48;
    font-weight: bold;
}

.register-box-title .line {
    color: #00b900;
    font-weight: bold;
    text-decoration: underline;
}
.register-box-title .line:hover {
    color: #8bc13b;

}


/*遮罩*/
.mask-register {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    display: none;
    position: fixed;
    z-index: 1000;
}  
.center-block { 
  position: absolute;
  right: 0px;
  left: 0px;
  /*top: (100%/2);
*/  z-index: 1201;
  text-align: center;
  color: #fff;

}
.center-block h3{ 
  font-size: 50px;
  color: #fff;
}
.center-block p{
  padding: 0px; 
  font-size: 20px;
  color: #fff;
}
/*------------*/

.sb-register-box {
    margin: 60px 0 60px;
}

.sb-register {
    font-weight: bold;
    padding: 12px 158px;
    background: #b9785f;
    color: #fff;
    border: 0px;
}

.sb-register:hover {
    color: #fff;
    background: #bd5026;
}



@media (max-width: 768px){
    #register-box .container{
        width: 100%;
    }
    #register-box .col-form-label{
       text-align: left; 
    }
    #register-box .sb-register-box {
        margin: 10px 0 25px;
    }
    #register-box .sb-register {
        width: 100%;
        padding: 12px 70px;
        background: #b9785f;
        color: #fff;
        border: 0px;
    }  




}



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【內頁】法律分類 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【內頁】法律分類 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【內頁】法律分類 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.banner {
    display: flex;
    justify-content: center;
    align-items: center;
  
    height: 400px;
    /* background-image: url(images/5.jpg); */
    background-size: cover;
    background-position: 50% 50%;
  }



/* 文字區 */
.banner .text{
    width: 900px;
    padding: 100px 30px 0;

    text-align: center;
}
.banner h1{
   color: #ffffff;
   font-weight: bold;
   text-shadow:#000000 1px 1px 6px;
}
.banner p{
    font-size: 20px;
    color: #ffffff;
    text-shadow:#000000 1px 1px 6px;
}

/* 連結按鈕 */
.banner .sb{
    margin: 30px 0;
}

.banner .sb a{
    background: #ff8c8c;
    padding: 5px 30px;
    border-radius: 26px;
    color: #ffffff;
}


@media (max-width: 992px){
    .banner {
        padding: 70px 0 0;
  
    }
 
    .banner .text {
        padding: 30px 15px 0;
    }
    .banner p{
        font-size: 18px;
 
    }

  
}








#service .box-1{
    margin-top: 100px;
    margin-bottom: 150px;
}
#service .box-1 h3{
    border-left: 5px solid #ff5722;
    padding: 0 0px 0 8px;
    font-size: 20px;
    font-weight: 700;



}

#service .box-1 .text{
    margin-bottom: 50px;
}






#service .category-list ul{
    padding: 0;
    margin: 30px 0 0 0;
}
#service .category-list li{
    display: inline-block;
    height: 50px;
    padding: 0 0px 0;
}
#service .category-list a{
    border: 1px solid #ccc;
    padding: 5px 10px 5px;
    font-size: 15px;
    margin: 0px 2px 0px;
}



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【內頁】服務項目(詳細頁) ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【內頁】服務項目(詳細頁) ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【內頁】服務項目(詳細頁) ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


#service-detail .banner .text {
    padding: 100px 100px 0px;
    text-align: center;
}
#service-detail .banner .sb {
    margin: 60px 0 0;
}
#service-detail .banner .sb a{
    background: #15226a;
    padding: 5px 30px;
    border-radius: 26px;
    color: #ffffff;
}

#service-detail .box-1{
    margin-top: 100px;
    margin-bottom: 150px;
}


#service-detail .box-1{
    margin-top: 100px;
    margin-bottom: 150px;
}
#service-detail .box-1 h3{
    border-left: 5px solid #ff5722;
    padding: 0 0px 0 8px;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px;


}
#service-detail .box-1 .text {
    margin-bottom: 50px;
}


@media (max-width: 992px){

    #service-detail .banner .bg {
        height: 350px;
    }
    #service-detail .banner .text {
        padding: 80px 15px 0;
    }
    
  
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【內頁】法律顧問 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【內頁】法律顧問 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【內頁】法律顧問 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#consultant .banner .text{
    padding: 100px 0px 0;
    text-align: center;
}
#consultant .banner .sb{
    margin: 30px 0;
}
#consultant .banner h1{
    color: #ffffff;
    font-weight: bold;
}
#consultant .banner p{
    color: #ffffff;

}

#consultant .banner .sb a {
    background: #15226a;
    padding: 5px 30px;
    border-radius: 26px;
    color: #ffffff;
    font-weight: bold;
}

#consultant .box-1{
    padding: 150px 0 100px;
    background: #f5f5f5;
}
#consultant .box-1 h2{
    border-left: 5px solid #ff5722;
    padding: 0 0px 0 8px;
    font-size: 26px;
    font-weight: 700;

}

#consultant .box-1 .text{
    margin-bottom: 50px;
}
#consultant .box-1 h3{
    font-weight: bold;
    padding: 15px 0 0 0;
}
#consultant .box-1 .box-1-2{
    background: #fff;
}


#consultant .box-1 ul{
    padding: 5px 0px 0 20px;
    list-style-type: disclosure-closed;
    color: #F44336;
}
#consultant .box-1 li{
 
    padding: 0px 0 10px 0;
}
#consultant .box-1 li a{
    /* color: #F44336; */
    font-weight: 700;
}
#consultant .box-1 li a:hover{
    padding: 0px 0 0px 5px;
}


#consultant .box-2 {
    padding: 100px 0 100px;
    /* background: #f5f5f5; */
}

#consultant .box-2 .title {
    text-align: center;
    padding: 0px 0 30px;
}

#consultant .img-box{

    min-height: 600px;
    padding: 100px 0;
}

#consultant .img-box .box-1-1{
    text-align: center;

}


#consultant .img-box .imgbox{

  
    padding: 0px 0 30px;
}





.in-team{
    min-height: 600px;
    padding: 100px 0;
    background: #111739;
}

.in-team .title{
  text-align: center;
    padding: 0 0 10px;
}

.in-team .images{
    text-align: center;
      padding: 0 0 10px;
}
.in-team h2{
    color: #fff;

}
.in-team h3{
    color: #fff;
    padding: 10px 0 2px;
}
.in-team a{
    color: #fff;
  
}

.in-team .images p{
    color: #ff9800;
  
}











@media (max-width: 992px){
    #consultant .banner {
        padding: 70px 0 0;
        /* height: 400px;
        background: #ccc; */
    }
    #consultant .banner .bg {
        height: 350px;
    }
    #consultant .banner .text{
        padding: 90px 15px 0;
    }
    
    #consultant .banner .text h1{
       text-align: center;
    }
    
    #consultant .box-1 {
        padding: 50px 0 ;
    
    }

    #consultant .box-1 .box-1-2{
        background: none;
    }
    
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【內頁】團隊人員 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【內頁】團隊人員 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 【內頁】團隊人員 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/* #team .container{
    width: 800px;
} */
#team{
    padding: 0 0 150px;
}

#team h2{
    color: #9abc68;
    font-weight: bold;
}

#team .box-3 .box{
    margin: 30px 0 30px;
    text-align: center;
}




@media (max-width: 992px){
    /* #team {

        width: 100%;
    
    }

    #team .container{
        width: 100%;
    } */

    #team .box-3{
        text-align: center;
     }
     
}

#team-detail{
    padding: 150px 0 50px;
}
/* #team-detail .box-2{
    text-align: center;
} */

#team-detail .box-1 {
    text-align: center;
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 加入完成 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 加入完成 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 加入完成 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#success{
    min-height: 300px;
    padding: 100px 0 100px 0;
}

.success-h2{
    color: #00b900;
}



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ loading載入效果 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ loading載入效果 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ loading載入效果 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#loading{
    background: #9abc68;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0px;
    top: 0px;
  }
  #loading-center{
      position: relative;
      width: 100%;
      height: 100%;
  }
  #loading-center-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
  }

  
.spinner {
width: 40px;
height: 40px;

position: relative;
margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #fff;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;

-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
0%, 100% { -webkit-transform: scale(0.0) }
50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
0%, 100% { 
  transform: scale(0.0);
  -webkit-transform: scale(0.0);
} 50% { 
  transform: scale(1.0);
  -webkit-transform: scale(1.0);
}
}









/* 【內頁共用】諮詢 */

.consult{

    /* background: url(../images/home/3.jpg) no-repeat center fixed; */
   background-size: cover;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   -ms-background-size: cover;
    min-height: 500px;

}
.consult .background{
  background-color:#0c0631;
  min-height: 500px;
}


.consult .box{
   text-align: center;
   margin:160px 0 60px;
}

.consult .box p{
       color: #e9ecef;
       font-size: 20px;
}
.sb-link2 {
   margin: 10px 0 10px;

}

.sb-link2 a{
   padding: 12px 50px;
  
   background: #F44336;
   color: #fff;

}

.sb-link2 a:hover {
   color: #fff;
   background: #000000;
}



.consult  h2{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
   
}





@media (max-width: 500px){
   .consult h2{
           font-size: 24px;
           color: #fff;

   }
   .consult .box p{
    color: #e9ecef;
    font-size: 16px;
    }

}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 首頁 輪播按鈕 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 首頁 輪播按鈕 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 首頁 輪播按鈕 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.swiper-container {

    padding: 70px 0 0;

}


/* 點點  */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #253661;
}

/* 箭頭  */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(/images/icon/banner_arrow_left.png);
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(/images/icon/banner_arrow_right.png);
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 55%;
    width: 64px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 44px 44px;
    background-position: center;
    background-repeat: no-repeat;
}


/* 鼠標移入顯示按鈕,移出隱藏按鈕(關鍵點) */
.swiper-container .hide{
  opacity:0;
}
.swiper-button-next,.swiper-button-prev{
  transition:opacity 0.5s;
}




/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ ▼產品分類 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ ▼產品分類 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ ▼產品分類 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

#products{
    padding: 100px 0 100px;
}

.title-box{
    text-align: center;
    margin: 0 0 60px;
}


.card-box{
    text-align: center;
    margin: 0 0 30px;
}



  .breadcrumb-box {
    font-size: 12px;
    /* color: var(--muted); */
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    background: #fff;
    margin: 0 0 15px;
        padding: 0 40px;
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ ▼產品詳細頁 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ ▼產品詳細頁 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ ▼產品詳細頁 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

#product-detail{
    padding: 160px 0 100px;
}



#product-detail h1{
   font-size: 32px;
    font-weight: 700;
        margin: 0 0 30px;
        color: #212f7d;
}



/* 內容排版：左右欄 */
  .pd-grid{
    display:grid;
    gap:28px;
    grid-template-columns:minmax(260px,560px) 1fr;
    align-items:start;
  }
  @media (max-width:1000px){ 
    .pd-grid{grid-template-columns:1fr;} 
  }
.pd-figure {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px;
   text-align: center;
}
  .pd-grid img {
      max-width: 73%;
      height: auto;
      /* text-align: center; */
  }





.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--bg-alt);
    color: #0f172a;
    font-size: 12px;
    border: 1px solid #e5e7eb;
}

/* 產品分類 */
.pd-meta{
    font-size: 12px;
}

.pd-section{
  margin: 10px 0 20px;
}
.pd-sub {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 10px;
    padding-left: 10px;
    border-left: 6px solid #3e61c2
    
}


.btn-form a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 10px;
    font-weight: 600;
    border: 1px solid transparent;
    cursor: pointer;
    margin: 30px 0 10px;
        background: #1e2654;
    color: #fff;
}
.btn-form a:hover {

    background: #2c3778;
    color: #fff;
}

/* 立即詢價：滑過往上 */
.btn-form a.btn-primary {
  transition: transform .22s ease, box-shadow .22s ease;
  will-change: transform;
}

.btn-form a.btn-primary:hover,
.btn-form a.btn-primary:focus {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.pd-kpis {
    display: flex
;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0 2px;
}
.pd-kpi {
    font-size: 12px;
    color: #0f172a;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: 6px 10px;
}



@media (max-width: 500px){

    #product-detail{
        padding: 100px 0 100px;
    }


}



/* 應用場景 */

:root{ --brand:#2563eb; --ink:#0f172a; --muted:#64748b }
#product-detail .pd-apps {
    margin: 60px 0px 60px;
}

#product-detail .pd-apps h2 {
    font-size: 22px;
    padding-bottom: 5px;
    font-weight: bold;
}
#product-detail .pd-apps__title{ font-size:18px; font-weight:800; margin:0 0 12px; color:var(--ink) }
#product-detail .pd-apps__grid{
  list-style:none; margin:0; padding:0;
  display:grid; gap:12px; grid-template-columns:repeat(4,1fr);
}
@media (max-width:1024px){ #product-detail .pd-apps__grid{ grid-template-columns:repeat(2,1fr) } }
@media (max-width:560px){  #product-detail .pd-apps__grid{ grid-template-columns:1fr } }

#product-detail .pd-apps__item{
  background:#fff; border:1px solid #e5e7eb; border-radius:12px; padding:14px;
  transition:border-color .2s, box-shadow .2s, transform .2s;
}
#product-detail .pd-apps__item:hover{
  border-color:var(--brand); box-shadow:0 8px 18px rgba(37,99,235,.10); transform:translateY(-1px);
}
#product-detail .pd-apps__icon{
  display:inline-flex; align-items:center; justify-content:center;
  width:28px; height:28px; border-radius:8px; color:var(--brand);
  background:linear-gradient(180deg, rgba(37,99,235,.10), rgba(37,99,235,.04));
}
#product-detail .pd-apps__icon svg{ width:18px; height:18px }
#product-detail .pd-apps__item b{ display:block; margin:8px 0 6px }
#product-detail .pd-apps__item p{ margin:0; color:var(--muted); font-size:14px; line-height:1.65 }






/* 相關產品 */

.pd-related h2{
    font-size: 22px;
    font-weight: bold;
}


.related {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
.related .item {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    background: var(--card);
}
.related .img {
    aspect-ratio: 4 / 3;
    background: #f1f5f9;
}
.related .meta {
    padding: 10px;
}
.related .small {
    font-size: 12px;
    color: var(--muted);
}




/* =========================
   首頁-關於我們
   ========================= */






.container {
    max-width: 1200px;
    margin: 0 auto;
    padding:0 30px 0 30px;
}


/* 首頁分類 */
/* Product Cards — CSS (no CSS variables) */

/* Section */
.i-product {
  background: #f7f8fb;
  color: #0f172a;
  padding: 56px 0px;
}


.i-product-title {
  font-size: 28px;
  margin: 0 0 20px;
  text-align: center;
}

.i-product-title .en {
  color: #64748b;
  font-size: .8em;
  margin-left: 8px;
}
.i-product-title p{
  font-size: 14px;
  margin: 0 0 10px;
  text-align: center;
}




/* Grid */
.i-product-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 15px;
  max-width: 1080px;         /* 3 張卡的合理最大寬（可依卡寬微調） */
  margin: 0 auto;            /* 容器置中 */

}

/* Card */
.i-product-list .item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
  display: grid;
  gap: 10px;
  padding: 18px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.i-product-list .item:hover {
  box-shadow: 0 10px 22px rgba(15, 23, 42, .10);
  transform: translateY(-2px);
}

.i-product-list .item .title {
  align-items: baseline;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  line-height: 1.25;
  font-size: 20px;
  margin: 0;
  color: #303f8d;
}

.i-product-list .item .title .en {
  color: #64748b;
  font-size: .7em;
  font-weight: 400;
}

.i-product-list .item .subtitle {
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.i-product-list .item p {
  text-align: center;
  min-height: 68px;
}
.i-product-list .item .image {
    padding: 15px;
}

.i-product-list .item .link {
  /* color: #2563eb; */
  font-size: 14px;
  margin-top: 2px;
  text-decoration: none;
}

.i-product-list .item .link:hover {
  /* text-decoration: underline; */
  color: #2563eb;
}


/* Responsive */
@media (max-width: 1024px) {
  .i-product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .i-product-list {
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: repeat(1, 1fr);
  }


    .i-product-list .item .title {
        display: flex;
        flex-wrap: wrap;

        margin: 15px 0 15px 0;

        justify-content: center;
        align-items: center;
    }

}












/* Background section */
.i-about {
  position: relative;
  background:
    radial-gradient(circle at 12% 0%, rgba(120, 160, 255, .22), transparent 65%),
    radial-gradient(circle at 88% 100%, rgba(200, 150, 255, .18), transparent 60%),
    #fff;
}

.i-about::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: radial-gradient(rgba(0, 0, 0, .12) 1px, transparent 1px);
  background-size: 18px 18px;
}

/* Container */
.i-about .wrap {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 15px;
}

.i-about-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.i-about-title h2 {
  margin: 0 0 14px;
  color: #0c2b3f;

}

/* Grid */
.i-about-content {
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 48px;

}

@media (max-width: 1024px) {
.i-about-content {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}


.i-about-title .en {
  margin: 0 0 12px;
  color: #3a82b6;
  letter-spacing: .12em;
  font: 700 13px/1 system-ui;
  text-transform: uppercase;
}

/* Figure */
.i-about-content .figure{
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.i-about-content .figure img {
  display: block;
  width: 100%;
  height: auto;
}

.i-about-content .text {
    padding: 15px;
}

.i-about-content h3 {
    color: #4c7dc4;
}
.i-about-content .text p{
  margin: 0 0 22px;
  color: #354b57;
  font-size:16px;
  line-height: 1.8;
}

/* CTA */
.i-about-content .cta {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 28px;
  color: #fff;
  font: 700 14px/1 system-ui;
  text-decoration: none;
  background: linear-gradient(90deg, #1e77ff, #47c0bb);
}

@media (max-width: 640px) {
    .i-about-content .text {
        padding: 0px 40px 30px;
    }
}


