/*logo*/
#logo a{background:url("https://static.iyp.tw/40061/files/078bee30-2d7f-4857-a3e2-6af01929e7b0.png") no-repeat scroll 0 0 transparent;display:block;height:122px;text-indent:-9999px;width:252px;}

@media(max-width:414px){
      #logo a{background:url("https://static.iyp.tw/40061/files/e42fc377-8ef2-4781-a6ce-53d49d3ea0ea.png") no-repeat scroll 0 0          transparent;display:block;height:70px;text-indent:-9999px;width:300px;}
}  


/*回首頁*/
.navbar-nav > li > a {
    color: #fff;
}

.topnavbar .container {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 0;
}

.topnavbar {
  background-color: #b3bdc0;
  top:0px;
  position: relative;
  z-index:100;
  width:100%;
  padding: .6rem 0;
  height: 120px;
  padding-top:0px;
}

@media(max-width:414px){
  .topnavbar {
    height: 90px;
  }
}


/*nav*/
#nav ul li a {
    white-space: nowrap;
    color: #fff;
    line-height: 1.3;
    font-weight: normal;
    padding: 10px 18px;
    font-size: 95%;
    border-right: 1px #fff dotted;
    transition:all 0.5s;
}

#nav ul li a:hover{
    color: #fff;
    transition:all 0.5s;
    background:#1580c3;
}


#nav ul li.current a  {
    background:#d50606;
    color: #fff;  
}

#nav ul .subnav li a{
  background-color: rgba(75, 75, 75,0.45);
  color:#fff;text-align:left;}

#nav .subnav {
    position: absolute;
    top: 100%;
    z-index: 998;
    background-color: rgba(75,75,75,0.55);
} 



/*Banner*/
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(650 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}


/*Index*/
#bodyinhome .fcol.fcol-2{background:url(https://static.iyp.tw/40061/files/66ce9b9c-b09b-4514-8d16-0276c85bda5f.jpg)no-repeat;padding:25px 0;
background-position:top center;background-size:cover;}


#productList figure {
    width: 250px;
    float: left;
    padding-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
    height: 240px;
    transition: 0.5s;
    background-color: #fff;
	transition: all 0.5s;background-color:rgba(255,255,255,0.85);
}

@media(max-width:414px){
  #productList figure{
    margin-left: 20px;
  }
}

#productList figure img {
	display: block;
	transition: all 0.5s;
}
#productList figure:hover img {
	transform:scale(1.5)
}

#productList figure .imgWrap {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 250px;
    height: 150px;
    margin-left: auto;
    border-radius: 0px;
    margin-right: auto;
}

#productList figcaption {
	font-size: 1.35em;
	letter-spacing: 0.15em;
	color: rgba(7,98,99,1.00);
	margin-top: 6px;
	border-bottom: 0px dashed rgba(6,63,7,1.00);
	padding-bottom: 6px;padding-left:10px;
}


/*h1*/
.h1title{color:#206ab7;border-bottom:1px dashed #206ab7;}

/*pd*/
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: #000;
    overflow: hidden;
    padding: 0 16px;
}

body[data-type="fullpage"] .product-list-div h2 a.show-all {
    color: #fff;
    transition-property: left, color;
    background: #0d88b6;
    text-shadow: none;
    padding: 0 10px;
}

/*forem*/
.mark {
    background: none;
   }


/*footer*/
#footer{background:#9da5a9;}

#foot-nav ul li a {
    color: #fff;
    font-size: 1.06em;
}

#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #fff;
}

#footer {
    color:#fff;
}

#contact-info ul li span {
    color: #fff;
}

#copyright, #copyright a{color:#dcdcdc;}