.phone{position:fixed;right:1%;top:35%;z-index:1000}
.line-1{position:fixed;right:1%;top:45%;z-index:1000}
.ig{position:fixed;right:1%;top:55%;z-index:1000}

body[data-type="fullpage"] .container #footer-service  {display:none; }

.payment-methods{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  align-items: start;
  width: 100%;
  max-width: 1100px; /* 可依頁面寬度調整 */
  margin: 0 auto;
  padding: 12px;
  box-sizing: border-box;
}

/* 卡片樣式 */
.payment-card{
  background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(250,250,250,0.95));
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
  transition: transform .18s ease, box-shadow .18s ease;
}

/* 滑鼠經過的微互動 */
.payment-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.07);
}

.payment-card h4{
  margin: 0 0 8px 0;
  font-size: 20px;
  color: #ff7a18; /* 橘色主題，可改 */
  letter-spacing: .2px;
}

/* 內文 */
.payment-card p{
  margin: 6px 0;
  line-height: 1.5;
  color: #333;
  font-size: 15px;
}

/* 強調文字 */
.payment-card strong{
  color: #d95300;
}

/* 響應式：手機單欄 */
@media (max-width: 720px){
  .payment-methods{
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 10px;
  }

  .payment-card{
    padding: 14px;
  }

  .payment-card h4{
    font-size: 18px;
  }
}
h8 {
  color: #fff;
  font-size: 30px;
  background: linear-gradient(
    to right,
    rgba(255, 140, 0, 0) 0%,
    rgba(255, 140, 0, 0.8) 15%,
    rgba(255, 140, 0, 1) 19%,
    rgba(255, 140, 0, 1) 20%,
    rgba(255, 165, 0, 1) 50%,
    rgba(255, 140, 0, 1) 80%,
    rgba(255, 140, 0, 1) 81%,
    rgba(255, 140, 0, 0.8) 85%,
    rgba(255, 140, 0, 0) 100%
  );
  margin-bottom: 1rem;
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  text-align: justify;
  padding: 5px;
  text-align: center;
}


.section {
      width: 100%;
      padding: 60px 20px;
      background: linear-gradient(to right, #fffefb, #fdf6ec);
    }

    .container {
      max-width: 1200px;
      margin: auto;
    }

    .title {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 10px;
      color: #d45a36;
      border-left: 6px solid #f5b971;
      padding-left: 15px;
    }

    .subtitle {
      font-size: 1.2rem;
      color: #888;
      margin-bottom: 30px;
      padding-left: 21px;
    }

    .highlight {
      color: #d45a36;
      font-weight: bold;
    }

    .section h2 {
      font-size: 1.6rem;
      margin-top: 40px;
      margin-bottom: 20px;
      color: #444;
      border-bottom: 2px solid #f5b971;
      display: inline-block;
    }

    .services {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }

    .service-item {
      flex: 1 1 calc(33.333% - 20px);
      background: #ffffff;
      border: 1px solid #eee;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      min-width: 280px;
    }

    .service-item strong {
      display: block;
      font-size: 1.1rem;
      margin-bottom: 10px;
      color: #d45a36;
    }

    .memory-block {
      background: #fff6e9;
      border-left: 5px solid #d45a36;
      padding: 20px;
      border-radius: 8px;
      margin-top: 30px;
    }

    .footer-message {
      margin-top: 40px;
      font-weight: bold;
      font-size: 1.2rem;
      text-align: center;
      color: #444;
    }

    @media (max-width: 768px) {
      .title {
        font-size: 2rem;
      }

      .services {
        flex-direction: column;
      }

      .service-item {
        flex: 1 1 100%;
      }
    }
/*了解更多*/
.bg-icon1  {
  font-family: 'Noto Sans TC', sans-serif;
  margin-left: auto; 
  margin-right: auto;
  transition:.3s all ease;
  padding: 5px 20px;
  color: #fff;
  text-align: center;
  font-size: 18px;
   background-color: #f57f00;
  border: 1px #f57f00 solid;  
}

.bg-icon1:hover  {
  background-color: #ffc600; 
  color: #fff;
}

.bg-icon1 a { color:#fff;}



/*owl 輪播圖語法*/
.owl-carousel.owl-theme {
  padding: 0 1rem 2rem;
}
.owl-carousel.owl-theme .owl-nav {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
.owl-carousel.owl-theme .owl-dots {
  bottom: 0;
}
.owl-carousel.owl-theme button:focus {
  outline: none;
}
.owl-carousel.owl-theme .owl-nav,
.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  float: left;
  transform: translateX(-100%);
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  float: right;
  transform: translateX(100%);
}
.owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.owl-carousel.owl-theme .owl-nav .owl-next:hover{
  background: none;
  color: inherit;
}
.owl-carousel.owl-theme .owl-nav .fa{
  font-size: 3em; /*箭頭大小*/
}

.editmode .owl-carousel.owl-loaded {
  display: flex;
  flex-wrap: wrap;
}
.editmode .owl-carousel > div {
  flex: 0 0 25%;
  max-width: 25%;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height:200px;
  border: 4px solid #fff;
  box-shadow: 0 6px 5px rgba(44,44,44,0.25);
}


ul.product-list li a {
  cursor: pointer;
  color: #048dda;
}
/*服務介紹*/
.s-item  {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding:15px;
  height: 100%;
  box-shadow: -1px 34px 26px -23px #999999;
}
.s-item img {
  width: 140px;
    background-color: #eee;
    border-radius: 100%;
    margin: -80px 0 0;
}
.s-item h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 2.0;
  letter-spacing: 2px;
  color: #00a0e9;
}
.s-item h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #080808;
  font-family: 'Noto Sans TC', sans-serif;/*套用google font字型Noto Sans TC黑體*/
}
.s-item p {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
    font-family: 'Noto Sans TC', sans-serif;/*套用google font字型Noto Sans TC黑體*/    
}
/*按鈕-文字底色變化特效*/
.custom-btn {
    padding: 5px 25px;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.btn-more1 {
    border-radius: 30px;
    border: 0px solid #fff;
    color: #333;
    font-size: clamp(18px, 2vw, 20px);
    background-color: #ffffff;
     font-weight: 500;
}
.btn-more1:hover{
    background-color: #000; /* 當滑鼠經過時按鈕表格底色變化 */
    color: #fff;/* 當滑鼠經過時按鈕表格文字變化 */
}

.snip1414 {
  position: relative;
  font-size: 20px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
  margin: 0px;
  min-height: 150px;
  padding:20px;
  line-height: 1.2;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}

.snip1414:after {
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  background-color: #ff6900;
  content: '';
  z-index: -1;
  -webkit-transform: rotate3d(40, 40, 0, 40deg);
  transform: rotate3d(40, 40, 0, 40deg);
  opacity: 0;
}

.snip1414:before,
.snip1414:after {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.snip1414:hover,
.snip1414:active,
.snip1414.hover {
  color: #000;
}

.snip1414:hover:after,
.snip1414:active:after,
.snip1414.hover:after {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
  opacity: 1;
}

.table-1{
  text-align: center;
  background-color: #fff;
  color: #333;
  width: 100%;
  height: 200px;
  padding:20px;
  border-radius: 10px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
/*服務項目-區塊項目li效果—6格*/
.pro_item ul li {
    padding: 10px;
    margin: 5px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    width: calc(50% - 10px);
    border-radius: 5px;
    line-height: 1.5;
    border: 1px solid #dddddd;
    background-color: #fff;
  font-size: clamp(14px, 2vw,16px);
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  text-align: left;
  color: #000;
}


@media only screen and (max-width: 767px){ #img-1 { height: 200px; }}

.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}
/*圓點標題*/
.t-1 h3 {
  color: #282864;
  font-size: clamp(1.0rem, 3vw, 1.8rem); 
  line-height:1.5;
  font-weight: bold;
}
.t-1 h3::before { 
    content: '';
    display: block;

    height: 3rem;
    width: 3rem;
    background-color: #8ba8ff;
    border-radius: 100%;
    margin-left: -10px;
    margin-bottom: -3rem;
    z-index: -1;
}

h3 { 
color: #048dda;
}


/*了解更多*/
.bg-icon1  {
  margin-left: auto; 
  margin-right: auto;
  transition:.3s all ease;
  padding: 5px 20px;
  color: #af9d6f;
  text-align: center;
  font-size: 18px;
   border: 1px solid #b9b9b9;
  border-radius: 20px;
}

.bg-icon1:hover  {
  background-color: #af9d6f; 
  color: #fff;
}

.bg-icon1 a { color:#fff;}


/*產品*/  
.service-item2 li {
            background-color: #f8f9fa;
            border-radius: 8px;
            padding: 10px 20px;
            transition: all 0.3s ease-in-out;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
}
.service-item2  li:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.service-item2  {
            margin-bottom: 10px;
 }

/*服務項目*/ 
.service-item h2 {  
  position: relative;
  color: #282864; 
  font-size: 25px;
 margin: 10px 10px 10px 0px;
  
}

.service-item h2:before {
   position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #8ba8ff;
  border-radius: 50%;
  z-index:-1;
}

.service-item h2:after {
position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #282864;
}


.service-item ul {  
  color: #000; 
  font-size: 18px;
  list-style-type: disc;/*disc實心 ecimal 數字*/
  margin-left: 1em;
}


#logo h1 {
    height: 70px;
}


@media only screen and (max-width: 768px){
  .pc {  display:none;}
}  
  
.topnavbar {
    background-color: #fff;/*頁籤底圖顏色;background-color: rgba(255,255,255,0);透明Transparent*/
    position: relative;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    padding: 0;/*頁籤間距*/
}

#nav {
  vertical-align: bottom;
}


#nav ul li a {
    font-size:16px;/*頁籤文字大小*/
    color: #333;/*頁籤文字顏色*/
    letter-spacing:1px;
    padding: 10px 10px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
  vertical-align: bottom;
}

#nav ul li a:hover  {
    background-image: linear-gradient(to top, #ea7313, #fff);
    color: #fff;/*頁籤滑過文字顏色*/
 
}

#nav ul li.current a {
    color: #622819;/*頁籤按下後文字顏色*/
}
/*頁籤按鈕上底線滑入特效-底線短*/

#nav .subnav {
    background-color: #fff;/*次頁籤底色*/
    max-width: 400px;/*次頁籤背景最大寬度*/
}


#nav li.has-subnav ul li a:hover {
   color: #fff;/*次頁籤滑過後文字顏色*/
   background-color: #1b44cb;
}


body[data-type="fullpage"] .product-list-div h2 a.show-all {
    color: #ffffff;
    background: #1b44cb;
    transition-property: left, color;
    padding: 0px 20px;
}

body[data-type="fullpage"] .product-list-div h2 a.show-all:hover {
    color: #ffcb00;
}

.product-list-div h2 {  text-shadow: 0 0px 0 #fff;}

body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}
body.about-us .fcol.fcol-2{
background-image:url("https://static.iyp.tw/409781/files/f691a6a8-1e7b-4abf-8989-a5c197086c94.png");
  padding:20px;
  background-repeat:no-repeat;
  background-color:#fff7e9;
}
body.about-us .fcol.fcol-3,body.about-us .fcol.fcol-4{
  background-color:#fff7e9;
}
body.about-us .fcol.fcol-5,body.about-us .fcol.fcol-6{
  display:none;
}
#bodyinhome .fcol.fcol-3 .container, body.about-us .fcol.fcol-1 .container, body.about-us .fcol.fcol-2 .container, body.about-us .fcol.fcol-3 .container { 
}
#bodyinhome .fcol.fcol-1{
background-image:url("https://static.iyp.tw/409781/files/2d2aa02b-1729-4d11-9ae9-9407d2c49bd2.jpg");
  padding:20px;
}
#bodyinhome .fcol.fcol-3,#bodyinhome .fcol.fcol-5{
background-image:url("https://static.iyp.tw/409781/files/b1795684-a41b-486f-892d-ba0863995e86.jpg");
  background-attachment:fixed;
}
#bodyinhome .fcol.fcol-2{
  background-color:#eee;
}
#bodyinhome .fcol.fcol-4{
  background-color:#ff7e00;
}

#bodyinhome .fcol.fcol-6{
  background-image:url("https://static.iyp.tw/409781/files/2e1dfc65-bcf0-48bb-9826-62072af87d83.jpg");
  background-attachment:fixed;
  padding:10px;
}

/*title文字顏色*/
.h1title {
    color: #333;
}

a {
    color: #00b7ee;/*連結顏色*/
    text-decoration: none;
}

/* 首頁與內頁共用 */
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
}

.swiper-slide {
  width: 100% !important;
}

/* 首頁 */
#bodyinhome .swiper-wrapper, #bodyinhome .swiper-slide {
  padding-bottom: calc(712 / 1920 * 100%); /* 首頁 banner 大小 */
}

/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(712 / 1920 * 100%); /* 內頁 banner 大小 */
}

/* 消除空白*/
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

/* 內頁消除空白*/
body.about-us .fcol.fcol-header .container {
    padding: 0px;
} 



body {
  font-family: 'Noto Sans TC', sans-serif;
   color: #000;/*背景底色*/
}

#main-wrap {
    font-size: 18px;
}


/*產品介紹下面連結*/
figure.snip1249 {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 150px;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      display: flex;
    flex-direction: column;
    justify-content: space-between;
}
figure.snip1249 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

figure.snip1249 h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #0045d0;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}
figure.snip1249 p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: justify;
  line-height: 1.5;
  /*限制內容字數*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;/*限制行數*/
}
figure.snip1249 figcaption {
  padding: 5px 20px;
    color: #000000;
    position: relative;
    font-size: 0.9em;
    display: flex;
    flex-direction: column;
}

figure.snip1249 .btn-more {
border: 1px solid #0045d0;
    padding: 0.4em 0.6em;
    color: #0045d0;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    margin: 10px 20px;
    text-align: center;
    letter-spacing: 5px;
}

figure.snip1249:hover .btn-more {
  background-color: #0045d0;
  color: #fff;
}
figure.snip1249 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

/*owl 輪播圖語法*/
.owl-carousel.owl-theme {
  padding: 0 20px 35px;/*內距:上 左右 下;*/
}
.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  margin: 0;
  top:50%;
  left: 0;
  right: 0;
  transform: translateY(-100%);
}
.owl-carousel.owl-theme .owl-dots {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
}
.owl-carousel.owl-theme button:focus {
  outline: none;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  float: left;
  transform: translateX(-100%);
    color:#fff;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  float: right;
  transform: translateX(100%);
    color:#fff;
}
.owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.owl-carousel.owl-theme .owl-nav .owl-next:hover{
  background: none;
  color: inherit;
    color:#fff;
}
.owl-carousel.owl-theme .owl-nav .fa{
  font-size: 3em; /*箭頭大小*/
    color:#fff;

}

.editmode .owl-carousel.owl-loaded {
  display: flex;
  flex-wrap: wrap;
}
.editmode .owl-carousel > div {
  flex: 0 0 25%;
  max-width: 25%;
}

.owl-carousel .owl-item img {
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;  /*比例*/
  border: 2px solid #fff;
  box-shadow: 0 6px 5px rgba(44,44,44,0.25);
}
.owl-carousel .row-no-gutters {
    margin-right: 5px;
    margin-left: 2px;
}
/*table-透明底-內陰影*/
#frame_c {
  border-radius:10px;
box-shadow: inset 10px -1px 50px 4px #DEDEDE,-1px 34px 26px -23px #A6A6A6;
-webkit-box-shadow: inset 10px -1px 50px 4px #DEDEDE,-1px 34px 26px -23px #A6A6A6;
-moz-box-shadow: inset 10px -1px 50px 4px #DEDEDE,-1px 34px 26px -23px #A6A6A6;
-o-box-shadow: inset 10px -1px 50px 4px #DEDEDE,-1px 34px 26px -23px #A6A6A6;
  background: #fff;
}

/*圖文特效按鈕-標題在上+內文滑出*/
.snip1374 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  min-width: 160px;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
   background-color: #271700;
  line-height: 1.5;
}
.snip1374 figcaption {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
 -webkit-transform: scale(1);
  transform: scale(1);
}
.snip1374:hover figcaption,
.snip1374.hover figcaption {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.snip1374 h2{
  color:#ffffff;/*文字顏色*/
  font-size: 16px;/*文字大小*/
  font-weight: 400;/*文字粗細*/
  margin: 10px 15px;
}
.snip1374 h2 span { background-color: #048dda;padding: 2px 5px; }

.snip1374 h3{
  color:#ffffff;/*文字顏色*/
  font-size: 22px;/*文字大小*/
  font-weight: 700;/*文字粗細*/
  margin: 10px 15px;
}
.snip1374 h3::after { 
   content: "";
    background: #fff;
    width: 45px;
    height: 1px;
    display: block;
    margin: 0;
}

.snip1374 p {
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 15px;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
@media only screen and (max-width: 1280px){  .snip1374 p { -webkit-line-clamp: 2; }}

.snip1374 img {
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  width: 100%;
  aspect-ratio: 3 / 4.5;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0.5;
}
@media only screen and (max-width: 768px){ .snip1374 img {  aspect-ratio: 1 / 1; }}

.snip1374:hover img,.snip1374.hover img {opacity: 0.8;}

.snip1374 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1374 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}



/* 下排浮動頁籤連結 */
#wrap-fmenu{
   max-width:1280px;
    width:100%;
    margin:0px auto;
    display:block;
}
.fMenu{
   background-color:#fff;
	display:block;
	position:fixed;
	width:100%;
    margin:0 auto;
	z-index:100;
  	color:#FFF;
	left:0;
	bottom:0;
}
.fMenu ul li{
    letter-spacing:1.5px;
	float:left;
	width: 33.3%;
	border-left:1px solid #fff;
	box-sizing:border-box;
  	color:#FFF;    
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fMenu ul li:first-child{
	border:none;
}
.fMenu ul li a{
	display:block;
	padding: 10px 10px 5px 10px;
    font-size: clamp(14px, 2vw, 20px); 
	color:#FFF;
	text-align:center;
	box-sizing:border-box;
    letter-spacing:0px;
    line-height: 1.1;
}
.fMenu ul li a i{
	display:block;
	font-size:70%;
  	color:#FFF;
}

/*避免遮到footer版權服務文字*/
body[data-type="fullpage"] .container #footer-service { padding: 15px 15px 100px 15px; ; }




/* 首頁9大 */
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
.snip1298 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  min-width: 160px;
  max-width: 500px;
  width: 100%;
  background: #ffffff;
  color: #ffffff;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.snip1298 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.snip1298 img {
  width: 100%;
  height:250px;
  vertical-align: top;
  object-fit: cover;
}
.snip1298 i {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 28px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 1;
  text-align: center;
}
.snip1298 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1;
  max-width: 250px;
}
.snip1298 h3,
.snip1298 p {
  opacity: 0;
  margin: 0 0 5px;
  color: #ffffff;
}
.snip1298 h3 {
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}
.snip1298 h3 span {
  font-weight: 800;
}
.snip1298 p {
  font-size: 0.9em;
  font-size: 500;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.snip1298:after {
  background: #eb8a00;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 15px;
  bottom: 15px;
  content: '';
  border-radius: 50%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1298 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.snip1298:hover img,
.snip1298.hover img {
  opacity: 0.4;
}
.snip1298:hover:after,
.snip1298.hover:after {
  -webkit-transform: scale(10);
  transform: scale(10);
  opacity: 0.75;
}
.snip1298:hover i,
.snip1298.hover i {
  -webkit-transform: scale(1.5) translate(10px, 0px);
  transform: scale(1.5) translate(10px, 0px);
  display:none;
}
.snip1298:hover h3,
.snip1298.hover h3 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  font-weight:bold;
}
.snip1298:hover p,
.snip1298.hover p {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

