.phone{position:fixed;right:1%;top:50%;z-index:1000;}







.card{
  border-radius:14px;
  padding:16px;display:flex;
  align-items:flex-start;
  box-shadow:0 8px 20px rgba(15,23,42,0.04);
  border:1px solid rgba(15,23,42,0.03);
  margin: 10px;
}
.icon {
  margin-right: 10px;
   min-width:56px;
  height:56px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(180deg,#f0faf6,#e6fff3);
  box-shadow:inset 0 -6px 16px rgba(47,143,111,0.04);
}
.icon svg{width:28px;height:28px;}
.card h3{margin:0;font-size:18px}
.card p{margin:8px 0 0;font-size:16px}


.section { max-width: 100%; margin: 0 auto 30px; }
 h5.c {
      color:#f77062;
      font-size: 1.5rem;
      margin-bottom: 10px;
      padding-bottom: 6px;
      border-bottom: 2px solid #f77062;
      display: inline-block;
    }
ul.c { padding-left: 1.5rem; margin: 0; list-style-type: disc; }
li.c { margin-bottom: 6px; }

/*產品-區塊項目li效果—5格*/
.pro_item ul li {
    padding: 5px;
    margin: 5px;
    display: inline-flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    flex-direction: column;
    width: calc(20% - 10px);
    border-radius: 5px;
    line-height: 1.5;
    border: 1px solid #dddddd;
    background-color: #fff;
  font-size: 18px;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  text-align: left;
}
.pro_item a { color:#666; font-size: 15px;}

.pro_item a:hover { 
  opacity: 0.8;   
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px){
 .pro_item ul li { width: calc(33% - 10px); font-size: 14px;}
  .pro_item a { font-size: 14px;}
}
@media only screen and (max-width: 768px){
 .pro_item ul li { width: calc(50% - 10px); }
}
@media only screen and (max-width: 567px){
 .pro_item ul li { width: calc(100% - 10px); }
}




h4 {
   background-image: linear-gradient(to top, #f77062 0%, #fe5196 100%);
   background-clip: text;
   -webkit-background-clip: text;
   color: transparent;
  font-size: 30px;
  font-weight:bold;
    line-height:60px;
  font-size: clamp(25px, 2vw, 40px);
  
}


.topnavbar {
 /* background-color: Transparent;*/
    background-color: #ff82a3;/*頁籤底圖顏色;background-color: rgba(255,255,255,0);透明Transparent*/
    position: relative;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    line-height: 0;
    padding: 0;/*頁籤間距*/
}

.topnavbar .container {
  text-align: justify;
  padding: 10px 0 0 0;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

#logo h1 {
    height: 70px;
}

a {
    color: #000;/*連結顏色*/
    text-decoration: none;
}

.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(720 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}

/*nav*/
#nav {
    vertical-align: bottom;
}

/*nav*/
#nav ul li a {
    font-size: 1.0rem;/*頁籤文字大小*/
    color: #fff;/*頁籤文字顏色*/
    padding: 10px 11px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #fffaa7;/*頁籤滑過文字顏色*/
}


#nav ul li.current a {
    color: #fffaa7;/*頁籤按下後文字顏色*/
    font-weight: 500;
}

#bodyinhome .fcol.fcol-1 {
   background-repeat: no-repeat;/*; scroll捲動背景*/
 /*  background-attachment: fixed; */
   background-position: 50% 50%;
   background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
   background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0% ,rgba(255, 255, 255, 0.8) 100%) , url(https://static.iyp.tw/31552/files/7f47d828-57a4-4c58-98a8-f491a6dc9860.jpg);
   padding: 3rem 0;
}

#bodyinhome .fcol.fcol-3 {
   background-color: #ff82a3;
   padding: 3rem 0;
}

#bodyinhome .fcol.fcol-3 .container { 
  background-color: #fff; 
  border-radius: 50px;
  border: solid 3px #d85074;
}

/*改內文標題顏色*/
h6, .h4, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: inherit;
    color: #000;
}

.h1title {
    background-image: linear-gradient(to top, #f77062 0%, #fe5196 100%);
   background-clip: text;
   -webkit-background-clip: text;
   color: transparent;
  font-size: 30px;
  font-weight:bold;
}

.product-list-div h2 {text-shadow: 0 0px 0 #fff;}

.product-list-div h2 a {
    color: #2a69d0;
    text-decoration: none;
    display: inline-block;
}

.product-list-div h2 {text-shadow: 0 0px 0 #fff;}

ul.product-list li a.focus h3, ul.product-list li a:hover h3 {
    color: #fa7699;
}

ul.product-list li h3 {
    flex: 1 0 auto;
    max-height: 3.15rem;
    margin: 0.7rem 0;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #f77062;
    overflow: hidden;
    padding: 0 16px;
}

body[data-type="fullpage"] .product-list-div h2 a.show-all {
    color: #fff;
    transition-property: left, color;
  padding: 0px 20px;
    background-color: #2a69d0;
}

body[data-type="fullpage"] .product-list-div h2 a.show-all:hover {
    color: #fff;
}


body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}

#main-wrap .container {
    font-size: clamp(16px, 2vw, 18px);
  line-height:30px;
  color: #2d2d2d;
}

/*footer
#footer {
    background-color: #fff;
}*/

body {
    background-color: #fff;/*背景底色*/
    font-family: 'Noto Sans TC', sans-serif;/*套用google font字型Noto Sans TC黑體*/
}


/*footer*/
#footer {
    color: #ffffff;
  padding-top: 120px;
  margin-top: -50px;
  background-color:#ed4370;
 display: block;
 position: relative;
 height: auto;
 background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1910 415" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="rgba(255, 255, 255, 1)" d="M 0 153 C 234.4 153 351.6 97 586 97 L 586 97 L 586 0 L 0 0 Z" stroke-width="0"></path> <path fill="rgba(255, 255, 255, 1)" d="M 585 97 C 903.8 97 1063.2 171 1382 171 L 1382 171 L 1382 0 L 585 0 Z" stroke-width="0"></path> <path fill="rgba(255, 255, 255, 1)" d="M 1381 171 C 1596.6 171 1704.4 86 1920 86 L 1920 86 L 1920 0 L 1381 0 Z" stroke-width="0"></path></svg>') ,-webkit-linear-gradient(45deg, #ff82a3 0% ,#ff82a3  100%);
 /*background-size: cover;*/
 background-repeat: no-repeat;
}
@media only screen and (max-width: 767px){
#footer { padding-top: 50px; }
}

#foot-nav {
    border-bottom: 1px solid #fff;
}
#foot-nav ul li a {
    color: #ffffff;
}
#footer p{
   color: #fff;/*footer文字顏色*/
  font-size: 16px;
  line-height: 1.6;
}
#contact-info ul li span {
    color: #fff;
}/*聯絡我們資訊文字顏色*/


@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);
figure.snip1114 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: auto 0 auto;
  min-width: 220px;
  max-width: 350px;
  max-height: 350px;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.snip1114 * {
  -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.snip1114 img {
  width: 100%;
  height: 350px;
  position: relative;
  opacity: 0.8;
  object-fit: cover;
}

figure.snip1114 .circle {
  display: inline-block;
  position: relative;
  height: 65px;
  width: 65px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

figure.snip1114 .circle:before,
figure.snip1114 .circle:after {
  border: 2px solid white;
  border-right-color: transparent;
  border-left-color: transparent;
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.snip1114 .circle:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

figure.snip1114 .circle:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

figure.snip1114 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
}

figure.snip1114 h2 {
  color: #fff;
  position: absolute;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: -1px;
  top: 50%;
  left: -50%;
  width: 200%;
  padding: 0 20px;
  opacity: 0;
  -webkit-transform: translateY(-50%) scale(0.9);
  transform: translateY(-50%) scale(0.9);
}

figure.snip1114 h2 span {
  font-weight: 800;
}

figure.snip1114 .icon2 {
  overflow: hidden;
  width: 100%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

figure.snip1114 i {
  color: white;
  font-size: 44px;
}

figure.snip1114 a {
  
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.snip1114:hover .circle,
figure.snip1114.hover .circle {
  background-color: rgba(0, 0, 0, 0);
}

figure.snip1114:hover .circle:before,
figure.snip1114.hover .circle:before,
figure.snip1114:hover .circle:after,
figure.snip1114.hover .circle:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.snip1114:hover .circle:before,
figure.snip1114.hover .circle:before {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

figure.snip1114:hover .circle:after,
figure.snip1114.hover .circle:after {
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

figure.snip1114:hover h2,
figure.snip1114.hover h2 {
  opacity: 1;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

figure.snip1114:hover img,
figure.snip1114.hover img {
  opacity: 0.35;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.snip1114:hover .icon2,
figure.snip1114.hover .icon2 {
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/*了解更多*/
.bg-icon1  {
  margin-left: auto; 
  margin-right: auto;
  transition:.3s all ease;
  padding: 5px 20px;
  color: #fff;
  text-align: center;
  font-size: 22px;
   background-color: #fe5196; 
  border-radius: 30px;
}

.bg-icon1:hover  {
  background-color: #fe5196; 
  color: #fff;
}

.bg-icon1 a { color:#fff;}