/*服務介紹*/
.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;
  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黑體*/    
}
/* 下排浮動頁籤連結 */
#wrap-fmenu{
   max-width:1280px;
    width:100%;
    margin:0px auto;
    display:block;
}
.fMenu{
   background-color:#00c5c5;
	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:32%;
	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;
	min-height:45px;
    max-height:120px;
	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;
}

/*按鈕-文字底色變化特效*/
.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: 1px solid #ddd;
  color: #666;
  font-size: 14px;
  background-color: #ffffff;
}
.btn-more1:hover{
    background-color: #f6ca38; /* 當滑鼠經過時按鈕表格底色變化 */
    color: #00416E;/* 當滑鼠經過時按鈕表格文字變化 */
}


/*手機版-側欄浮動按鈕-縮小*/
@media (max-width: 414px){ 
  .phone-1, .phone-2, .line-1 { 
    transform: scale(0.8);
    right:0;
  }
}

/*套用google font字型Noto Sans TC黑體*/
#t-700{
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  color: #009998;
  font-size: 40px;
}
@media only screen and (max-width: 768px){
#t-700{ font-size: 30px; }}

#t-500{
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  line-height: 2;
}

.topnavbar {
    background-color: #0f93e7;/*頁籤底圖顏色;background-color: rgba(255,255,255,0);透明Transparent*/
    position: relative;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    padding: 0;/*頁籤間距*/

}


.topnavbar .container {
  text-align: justify;
  padding: 10px 0 0 0;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

body {
  background-color: #fff;/*背景底色*/
  font-family: 'Noto Sans TC', sans-serif;
}

#logo h1 { text-align: center; }

table {
table-layout: fixed;
word-wrap:break-word;
} /*動到表格手機不會破版*/


/*編輯欄設定*/
.fcol p{
    font-size: 18px;/*文字大小*/
    color: #000000;/*文字顏色*/

}
@media only screen and (max-width: 768px){
.fcol p{
    font-size: 16px;/*螢幕寬度768px內文字大小*/
}}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}
/*編輯欄設定*/


/*nav*/
#nav ul li a {
    font-size: 1.0rem;/*頁籤文字大小*/
    color: #fff;/*頁籤文字顏色*/
    padding: 10px 20px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
  letter-spacing: 5px;
}

#nav ul li a:hover  {
    color: #00679c;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #fff;/*頁籤按下後文字顏色*/
}

#nav .subnav {
    background-color: #fff;/*次頁籤底色*/
    max-width: 400px;/*次頁籤背景最大寬度*/
    text-align: left;
}
#nav .subnav .has-subnav span{
    max-width: 400px;/*次頁籤文字背景最大寬度*/
}

#nav li.has-subnav ul li.has-subnav>div a::after, #nav>ul>li.has-subnav>a::after {
    padding-left: 2px;/*下拉選單箭頭距離*/
}

ul.product-list li a {
    color: #2276d2;/*產品格文字顏色*/
    background-color: #eee;/*產品格底色*/
}
ul.product-list li a:hover {
    color: #2276d2;/*產品格滑過文字顏色*/
}
.productdetail .detail-spec h2 p{
    color: #333;
    font-size: 30px;
}/*產品內頁標題文字*/


/*title文字顏色, ::after底線*/
.h1title h1{
    text-align: center;
    color: #666666;
}
.h1title h1 span::after {
    content: "";
    background: #0f93e7;
    width: 50px;
    height: 5px;
    display: block;
    margin: 0.5em auto 0.5em;
    border-radius: 5px;
}

a {
    color: #00b7ee;/*連結顏色*/
    text-decoration: none;
}

.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(750 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}

body.about-us #main-wrap {
background-image:url("https://static.iyp.tw/409723/files/76ca1b74-4a3f-4faa-a986-35f7a0f7c8b4.jpg");
  background-attachment:fixed;
}

@media only screen and (min-width: 1280px){
body.about-us .fcol.fcol-1 .container {

}/*拉寬編輯欄設定*/
}

body.about-us .fcol.fcol-2 {
   width: 100%;
   background-attachment: fixed; /*fixed固定背景; scroll捲動背景*/
   background-repeat: no-repeat;
   background-position: top center;
   background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
   background-image: url("https://static.iyp.tw/409723/files/4cbbee8e-0fc4-4a17-9d32-cf915d8812bb.jpg");
  padding:1rem 0;
}

body.about-us .fcol.fcol-5 {
      width: 100%;
   background-attachment: fixed; /*fixed固定背景; scroll捲動背景*/
   background-repeat: no-repeat;
   background-position: top center;
   background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
   background-image: url("https://static.iyp.tw/409723/files/869ba4e5-0629-4b6b-a249-2efe4df1cc5e.jpg");
  padding:1rem 0;
}
body.about-us .fcol.fcol-6 {
   display:none;
}
body.about-us .fcol.fcol-3 .container {
   width: 100%;

}/*拉寬編輯欄設定*/

body.contact-us #main-wrap {

}
body.contact-us .h1title h1{ color: #fff; }

body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

/*首頁-服務項目-圖文*/
.srevice-1 {
  background-color: #fff;
  width: 100%;
}
.srevice-1 img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.srevice-1 h3 {    
  padding: 10px;
  font-size: 20px;
  color: #00679c;
  font-weight: 500;
}
.srevice-1 i { color: #ff6600; }

/*內頁-服務項目*/
.srevice-t1 {
    background-color: #009998;
    border-radius: 20px 20px 0 0;
    text-align: center;
}

#srevice-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px){
  #srevice-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16 / 9;
  }
}


/*產品-區塊項目li效果—4格*/
.pro_item-1 {text-align: center;}
.pro_item-1 ul li {
    padding: 10px;
    margin: 5px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    width: calc(25% - 10px);
    border-radius: 5px;
    line-height: 1.5;
    border: 1px solid #dddddd;
    background-color: #fff;
  font-size: 1.2rem;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  text-align: center;
}

.pro_item-1 img { 
  object-fit: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  width: 100%;
  aspect-ratio: 4 / 3;  /*比例*/
  background-color: #fff;
}
.pro_item-1 p { color:#000; font-size: 20px;line-height: 1;}

@media only screen and (max-width: 768px){
 .pro_item-1 ul li { width: calc(100% - 10px);}
}

/*手機版漢堡選單*/
.navbar .container {
    background-color: #00679c; /*導覽列背景顏色樣式*/
}
.navbar-icon-bar {
  width: 28px; /* 三變大*/
  height: 4px; 
  background-color: #fff; /* 填入想要的三條線顏色 */

}
.navbar-icon-bar:before, .navbar-icon-bar:after {
    background-color: #fff; /* 填入想要的三條線顏色 */
}
.navbar .rwd-navbar-toggle {
    padding-right: 100%;
  /*  padding-right: 150px !important;/*導覽列文字範圍右間距寬度*/
}
.navbar .rwd-navbar-toggle .label {
    left: 45px;
    font-size: 1.0rem; /*導覽列文字尺寸*/
    color: #fff; /*導覽列文字顏色樣式*/
    background-color: #00679c;/*導覽列文字背景顏色*/
    border-radius: 3px;
    padding: 4px;
}
@media only screen and (max-width: 767px){
.rwd-side .nav li {
    border-bottom: 1px #ccc dashed; /* 展開連結文字底虛線 */
}
.rwd-side .nav span {
    color: #fff; /* 展開連結文字顏色 */
}}