.phone {position:fixed;  right:1%;  top:30%;  z-index:1000 }
.line-1 {position:fixed;  right:1%;  top:45%;  z-index:1000 }
.fb-1 {position:fixed;  right:1%;  top:60%;  z-index:1000 }

@media only screen and (min-width: 768px){
.text_word {
  -webkit-writing-mode: vertical-rl;
}}

@media only screen and (min-width: 768px) {
#nav > ul > li:nth-child(-n+7) {
    z-index: 1;
}
}


#bodyinhome .fcol.fcol-1 {
     background-repeat: no-repeat;
   background-position: 50% 10%;
   background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
   background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0% ,rgba(0, 0, 0, 0.6) 100%) , url(https://static.iyp.tw/409286/files/f749fe97-9bfc-4dd8-b1d7-d048cf1b3283.jpg);
   padding: 2rem 0;
}

#bodyinhome .fcol.fcol-3, body.about-us .fcol.fcol-3 {
     background-repeat: no-repeat;
   background-position: 50% 10%;
   background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
   background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0% ,rgba(0, 0, 0, 0.6) 100%) , url(https://static.iyp.tw/409286/files/f749fe97-9bfc-4dd8-b1d7-d048cf1b3283.jpg);
   padding: 4rem 0;
}


#bodyinhome .fcol.fcol-2 .container, #bodyinhome .fcol.fcol-3 .container, body.about-us .fcol.fcol-2 .container{ width:100%; padding:0px 0px;}

/*了解更多*/
.bg-icon1  {
  margin-left: auto; 
  margin-right: auto;
  transition:.3s all ease;
  padding: 5px 20px;
  color: #000;
  text-align: center;
  font-size: 18px;
   border: 3px solid #2d3647;
}

.bg-icon1:hover  {
  background-color: #2d3647; 
  color: #fff;
}

.bg-icon1 a { color:#fff;}

.pc_01 img { width: 100%; height: 400px; object-fit: cover; }

label {color: #000;}



body {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 0;
  	background-image: url(https://static.iyp.tw/409286/files/a0247c24-ea33-46c6-a7fc-3e05b2a7094f.png);
	background-repeat: no-repeat;
	background-position: center bottom;
    background-attachment: fixed;
    background-size:100% auto;
}

.topnavbar .container {
  text-align: justify;
  padding:0px;
  text-align: center;
}

logo {
  padding:0px;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}



/*編輯欄設定*/
@media only screen and (max-width: 768px){
body {
     font-size: 16px;/*螢幕寬度768px內文字大小*/
}
  }

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}
/*編輯欄設定*/

@media only screen and (min-width: 768px){
.topnavbar {
    height:200px;
    background-color: #fff;
    position: relative;/*頁籤&banner分開不重疊*/
    padding: 0;/*頁籤間距*/
    background-image: url(https://static.iyp.tw/409286/files/a07692ee-03cd-43c4-a470-78f79d1d8b9c.png);
   border-top: solid 5px #4e4e4e;
}
/* 文字放大*/
.container {
    font-size:16px;
  line-height:30px;
}
  
#foot-nav {
    font-size:13px;
}}

/* 消除空白*/
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

/*產品內頁*/

.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(750 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}



#nav ul li a {
    font-size: 16px;/*頁籤文字大小*/
    color: #000;/*頁籤文字顏色*/
    padding: 10px 10px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #04686c;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #04686c;/*頁籤按下後文字顏色*/
}

#nav .subnav {
    background-color: #ffffff;/*次頁籤底色*/
}

#side ul li a {
    color: #0e0e0e;
}

/*title文字顏色*/
.h1title {
    text-align: center;
    color: #000;
    border-bottom: 1px dashed #666;
}

a {
    color: #00b7ee;/*連結顏色*/
    text-decoration: none;
}



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: inherit;
    color: #000;
}


.product-list-div h2 {
    text-shadow: 0 0px 0 #333;
}



ul.product-list li a.focus h3, ul.product-list li a:hover h3 {
    color: #fff;
}
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: #fff;
    overflow: hidden;
    padding: 0 16px;
}

ul.product-list li a {
    background-color: #1d1d1d;
}

ul.product-list div.img { background-color: #363636; }

#footer {
    color: #ffffff;
    background-color: rgba(0,0,0,0.6);
}

#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #fbfbfb;
   
}
#foot-nav ul li a {
    display: block;
    color: #fbfbfb;
    font-size: 1.06em;
    margin-right: 10px;
    padding: 8px 16px;
}
#contact-info ul li span {
    color: #fbfbfb;
}



/* 文字放大手機*/
@media only screen and (max-width: 768px){
body {
     font-size: 16px;/*螢幕寬度768px內文字大小*/
     color: #000;
}

#footer {
   font-size: 12px; 
   
}
}


/* 文字放大電腦*/
@media only screen and (min-width: 768px){
#main-wrap .container {
    font-size:18px;
  line-height:30px;
  color: #000;
}
  

#foot-nav .container {
    font-size:10px;
    line-height:15px;
}}


@media only screen and (max-width: 768px){
.t-700{ font-size: 20px; }}



/*聯絡我們區塊項目li效果*/
.contact-1 ol li {
    padding: 20px 12px 12px;
    margin: 8px;
    display: inline-block;
    min-height: 66px;
    width: calc(33% - 19px);
    border-radius: 5px;
    line-height: 32px;
    border: 1px solid rgba(238,238,238,.25);
    box-shadow: 0px 0px 5px -2px rgba(0,0,0,.5) inset;
}
.contact-1 i { font-size:2rem; color:#8a6a4b; }
.contact-1 a { font-size:1rem; color:#303030; }

@media only screen and (max-width: 1280px){
.contact-1 ol li { width: calc(50% - 19px);}
}
@media only screen and (max-width: 768px){
.contact-1 ol li { width: calc(100% - 19px);}
}




.line{
    height: 1px;//高度爲1px,可根據實際修改
    width: 150px;
    background: #265cae;
}
.innerline{
    display: block;
    width: 150px;
    height: 2px;
    background: #265cae;
    margin-top: -1px;//很重要，否則兩條線不在同一水平面
}



/*txt-背景*/
.block {
    display: block;
    width: 80%;
    padding-bottom:auto;
    padding: 1%;
    background: #e97d0c;
   overflow: hidden;
   position: relative;
   transition:all 0.5s;
   border-radius: 5px;
   color:#fff;
  top:0;
}
.block:hover {
    transform:scale(1.1);
    background:#824010;
  top:0px;
}

.block2 {
    display: block;
    width: 100%;
    padding-bottom:auto;
    padding: 1%;
    background: #6fbd09;
   overflow: hidden;
   position: relative;
   transition:all 0.5s;
   border-radius: 5px;
   color:#fff;
  top:0;
}
.block2:hover {
    transform:scale(1.1);
    background:#3d6f11;
  top:-10px;
}

.block3 {
    display: block;
    width: 100%;
    padding-bottom:auto;
    padding: 1%;
    background: #e97d0c;
   overflow: hidden;
   position: relative;
   transition:all 0.5s;
   border-radius: 5px;
   color:#fff;
  top:0;
}
.block3:hover {
    transform:scale(1.1);
    background:#824010;
  top:-10px;
}


/*首頁圖片特效-*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
figure.snip1281 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 auto 0;
  max-height: 280px;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}
figure.snip1281 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1281 img {
  opacity: 0.7;
  width: 100%;
   height: 280px;
  object-fit: cover;
}
figure.snip1281:after {
  background: #000000;
  width: 0;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure.snip1281 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.snip1281 h2,
figure.snip1281 span {
  margin: 0;
  width: 100%;
  color: #fff;
}
figure.snip1281 h2 {
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
 font-weight:bold;
}
figure.snip1281 span {
  color: #e6e6e6;
  font-weight: 700;
  text-transform: uppercase;
}
figure.snip1281 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1281.blue:after {
  background-color: #2980b9;
}
figure.snip1281.blue span {
  color: #fff;
  background-color: #2980b9;
  padding:5px 20px;
}
figure.snip1281.red:after {
  background-color: #c0392b;
}
figure.snip1281.red span {
  color: #d65548;
}
figure.snip1281.yellow:after {
  background-color: #f39c12;
}
figure.snip1281.yellow span {
  color: #f5b043;
}
figure.snip1281.green:after {
  background-color: #27ae60;
}
figure.snip1281.green span {
  color: #36d278;
}
figure.snip1281:hover img,
figure.snip1281.hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
figure.snip1281:hover:after,
figure.snip1281.hover:after {
  width: 100%;
}
