/*fb icon*/
.fb{position:fixed;right:1%;top:25%;z-index:1000}
/*line-1 icon*/
.line-1{position:fixed;right:1%;top:15%;z-index:1000}
/*phone icon*/
.phone{position:fixed;right:1%;top:5%;z-index:1000}
/*map icon*/
.map{position:fixed;right:1%;top:35%;z-index:1000}

/*套用google font字型Noto Serif TC明體*/
#t-700{
  font-family: 'Noto Serif TC', serif;
  font-weight: 700;
  color: #ff9900;
  font-size: 40px;
}
@media only screen and (max-width: 768px){
#t-700{ font-size: 32px; }}

#t-500{
  font-family: 'Noto Serif TC', serif;
  font-weight: 500;
  line-height: 2;
}

#t-400{
  font-family: 'Noto Serif TC', serif;
  font-weight: 400;
  line-height: 2;
}

/*編輯欄設定*/
.fcol p{
    font-size: 18px;/*文字大小*/
    color: #000000;/*文字顏色*/
    line-height: 2;
}
@media only screen and (max-width: 768px){
.fcol p{
    font-size: 16px;/*螢幕寬度768px內文字大小*/
}}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}
/*編輯欄設定*/

body {
    background-color: #fff;/*背景底色*/
}

.topnavbar .container {
  text-align: center;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

.topnavbar {
    background-color: #cf3030;/*頁籤底圖顏色;background-color: rgba(0,0,0,0);透明*/
    position: relative;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    height: 153px;/*頁籤底圖高度*/
    padding: 0;/*頁籤間距*/
}
@media only screen and (max-width: 912px){
.topnavbar {
    height: auto;/*頁籤底圖高度*/
}
}


/*nav*/
@media only screen and (min-width: 768px) {
#nav > ul > li:nth-child(-n+6) {
    z-index: 1;
}}
/*次頁籤層級上移
雙排頁籤文字時上排次頁籤會被下排壓住*/

#nav ul li a {
    font-size: 1.0rem;/*頁籤文字大小*/
    color: #ffffff;/*頁籤文字顏色*/
    padding: 8px 15px/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #ffffff;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #ffffff;/*頁籤按下後文字顏色*/
}

/*頁籤按鈕上底線滑入特效*/
#nav ul li a::before {
  content:"";
  border-top:2px solid #e88a1a;
  width:0;
  position:absolute;
  left:0;
  right:0;
  top:0px;
  margin:0 auto;
  transition:.3s all ease;
}
#nav ul li a:hover::before {
    width: 90%;
}

#nav .subnav {
    background-color: #141414;/*次頁籤底色*/
    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 h3 {
    font-weight: 700;
}
ul.product-list li a {
    color: #cf3030;/*產品格文字顏色*/
    background-color: #ddd;/*產品格底色*/
    border: 1px solid #ddd;
}
ul.product-list li a:hover {
    color: #e88a1a;/*產品格滑過文字顏色*/
}


/*title文字顏色*/
.h1title {
    color: #fff;
}

a {
    color: #2276d2;/*連結顏色*/
    text-decoration: none;
}

.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(730 / 1920 * 100%); /* 自定響應式圖片高度 */
}
.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}

/*內頁編輯欄*/
.fcol.fcol-header {
    background: linear-gradient(-45deg, transparent 35%, #e88a1a 0)left;
   /* background-repeat: no-repeat;*/
}
/*首頁編輯欄*/
#bodyinhome .fcol.fcol-3 {
   width: 100%;
   background-attachment: fixed; /*fixed固定背景; scroll捲動背景*/
   background-repeat: no-repeat;
   background-position:center top;
   background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
   background-image: url(https://static.iyp.tw/27269/files/c57dec67-bd30-467e-870d-b45d90f7c374.jpg);
   background-color: #fcfcfc;
     padding: 30px 0;
}

#bodyinhome .fcol.fcol-6 .container {
   width: 100%;
   background-color: #fff;
   margin-bottom: -4px;
   padding: 0px;
}/*拉寬編輯欄設定*/

body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}



#frame {
	background-color: #F0F0F0; /*背景顏色*/
	padding: 5px; /*物件內的間距*/
	border: 1px solid #D5D5D5; /*邊框樣式（solid直線 dotted點狀線 dashed虛線）*/
	width: 200px; /*物件寬度*/
	height: 150px; /*物件高度*/
	color: #fff; /*文字顏色*/
	margin: 10; /*物件與物件間的邊界*/
	float: left; /*底部的邊界*/
	text-align: center; /*文字靠右對齊 left 左.right右. center置中*/
}
#frame2 img{
	height: 150px;
	width: 200px;
    background-color: #F0F0F0;
    padding: 5px;
    border: 1px solid #D5D5D5;
}

#ser-line {
    background: #ccc;/*分隔線顏色*/
    width: 100px;/*分隔線長度*/
    height: 3px;/*分隔線高度*/
    display: block;
    margin: 0.5em auto 0.5em;/*間距*/
}

/*產品介紹圖文特效*/
figure.snip1249 {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 150px;
  max-width: 300px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
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 img{
  position: relative;
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  width:100%;
  height: 200px;
  vertical-align: top;
  padding: 5px;
}
figure.snip1249:hover img{
  opacity: 0.8;
}
figure.snip1249 h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
figure.snip1249 p {
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
}
figure.snip1249 figcaption {
  padding: 5px 20px 20px 20px;
  color: #000000;
  position: relative;
  font-size: 0.9em;
  text-align: center;
}

figure.snip1249 figcaption .btn-more {
  display: inline-block;
  width: auto;
  border: 2px solid #20638f;
  padding: 0.4em 0.6em;
  color: #20638f;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.9em;
  text-transform: uppercase;
  margin: 20px 0px 0px 0px;
}
figure.snip1249:hover .btn-more {
  background-color: #20638f;
  color: #ffffff;
}
figure.snip1249 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

/*服務流程箭頭*/
#Process::after {
  font-family: "Font Awesome 6 Free";
  content: "\f0a9"; /*向右箭頭*/
  position: relative;
  bottom: 50%;
  left: 55%;
  font-size: 20px;
  font-weight: 700;
} 
@media only screen and (max-width: 760px){
#Process::after {
  content: "\f0ab"; /*向下箭頭*/
  position: relative;
  bottom: 0;
  top:10%;
  left: 0;
}}


/*麵包屑路徑導覽*/
#breadcrumb li a {
    color: #fff;
}
#breadcrumb li {
    color: #fff;
}