.phone{position:fixed;right:1%;top:60%;z-index:1000}
.fb{position:fixed;right:1%;top:75%;z-index:1000}
body{
       background-repeat: no-repeat;
  background-attachment: fixed; /*fixed固定背景; scroll捲動背景*/
  background-position:center bottom; 
  background-image:url("https://static.iyp.tw/31417/files/5daaf557-a7c5-4833-90fe-c88a46d6c8c9.jpg");
}

@media only screen and (min-width: 768px){.PC_01 { margin-Left:-160PX;}}

.PC_01 {
  margin-top:-60PX;
}

@media only screen and (min-width: 768px){
#bodyinhome .fcol.fcol-2 .container {
  padding-bottom: 0px;
}}

#bodyinhome .fcol.fcol-2 {  border-bottom: 1px solid #cfcfcf;}
#bodyinhome .fcol.fcol-3 {    background:linear-gradient(45deg, #393939 0%, #393939 50%, #2e474e 50%, #2e474e 100%);}

@media only screen and (min-width: 768px){
/*圖片會滑動-手機也共用*/
#bodyinhome .fcol.fcol-4 {
   width: 100%;
   background-attachment: fixed; /*fixed固定背景; scroll捲動背景*/
   background-repeat: no-repeat;
   background-position:center;
   background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
   background-image: url(https://static.iyp.tw/32599/files/7e322e74-9127-4809-8c3f-f3362ce8c6f8.jpg);
   background-color: #333;
  border-top: 1px solid #666;
  height: 400px;
}}

@media only screen and (max-width: 768px){
#bodyinhome .fcol.fcol-4 {
  background-image: url(https://static.iyp.tw/32599/files/7e322e74-9127-4809-8c3f-f3362ce8c6f8.jpg);
  background-size: cover;}
}

#bodyinhome .fcol.fcol-5, #bodyinhome .fcol.fcol-6 { display:none; }

@media only screen and (min-width: 768px){
.topnavbar {
    font-family:Microsoft JhengHei;
    background-color: #fff;/*頁籤底圖顏色*/
    position: relative;/*頁籤&banner分開不重疊*/
    padding: 0;/*頁籤距離*/
}}

@media only screen and (min-width: 768px){
.PC_04 {
  margin-top:-130PX;
} 
}



/*title文字顏色*/
.h1title {
    color: #000;
    text-align: center;
    border-bottom: 1px solid #b0b0b0;
    
}

body.about-us .h1title {display:none;}
   
  
a {
    color: #1c9c96;/*連結顏色*/
    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(750 / 1920 * 100%); /* 首頁 banner 大小 */
}

/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(400 / 1920 * 100%); /* 內頁 banner 大小 */
}



body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
    line-height: 35px;
}


/* 置中 */
.topnavbar .container {
  text-align: center;
  line-height: 0px;
}
/* 商品格*/
ul.product-list li a { color: #333;}
ul.product-list li a:hover { color: #333;}

body {
    background-color: #fff;/*背景底色*/
}

/* 文字間距高度 */
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
    
}

#nav ul li::after {  
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #d1c0a5;
    left: 0;
     top: 15px; }

#nav ul li a {

    color: #000;/*頁籤文字顏色*/
    padding: 15px 25px;/*頁籤文字間隔*/
    /*border-left: #999 1px dotted;頁籤文字間隔虛線*/
    font-size:16px;
}

#nav ul li a:hover  {color: #707070;/*頁籤滑過文字顏色*/}
#nav ul li.current a {color: #707070;/*頁籤按下後文字顏色*/}

#nav .subnav {
    background-color: #fff;
}

#nav ul.subnav  li::after {
    width: 0px;
}

/*頁籤按下後文字顏色*/
.t-300{
  font-family: 'Noto Serif TC', serif;
  font-weight: 300;
}

/*UL大標 https://www.daconote.com/css%E9%A0%85%E7%9B%AE%E6%B8%85%E5%96%AE-list/*/
ul.a {
  list-style-type: circle;
}

ul.b {
  list-style-type: square;
}

ol.c {
  list-style-type: square;/*數字*/
  margin-left: 1em;
  line-height: 25px;
}

ol.d {
  list-style-type: lower-alpha;
  margin-left: 1em;
}

/*圖文按鈕特效 */

@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
.snip1579 {
  font-family: 'Lato', Arial, sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 250px;
  max-width: 600px;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.snip1579 * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1579 img {
  max-width: 100%;
  vertical-align: top;
}
.snip1579 figcaption {
  position: absolute;
  height: 75px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.75);
}
.snip1579 h3 {
  font-family: 'Oswald';
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 3px 0;
  color: #fff;
  font-weight:bold;
}
.snip1579 h5 {
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  color: #bbb;
  letter-spacing: 1px;
}
.snip1579 blockquote {
  padding: 5;
  margin: 0;
  font-size: 1em;
}
.snip1579 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1579:hover figcaption,
.snip1579.hover figcaption {
  height: calc(85%);
}

.snip1579 img {
  height: 280px;
  width: 100%;
  object-fit: cover;
}

/* 文字放大手機*/
@media only screen and (max-width: 768px){
body {
     font-size: 16px;/*螢幕寬度768px內文字大小*/
}

#footer {
   font-size: 12px;
}
}


/* 文字放大電腦*/
@media only screen and (min-width: 768px){
#main-wrap .container {
    font-size:16px;
  line-height:30px;
  color: #000;
}
  

#foot-nav .container {
    font-size:10px;
    line-height:15px;
}}

/*了解更多*/
.bg-icon  {
  width:100%; 
  height:100%;
  border-radius: 30px;
  margin-left: auto; 
  margin-right: auto;
  color:#000;
  transition:.3s all ease;
  padding:10px 30px;
  text-align:center;
  border: 2px solid #ffae00;
}

.bg-icon:hover  {
  background-color: #ffae00; 
  color:#fff;
 
}