body[data-type="fullpage"]:not(#managehome) #wrap > :not(:last-child) {
  margin-bottom: 0px;
}

#wrap {
  background: url(https://static.iyp.tw/30817/files/d4af0ac8-21d1-499f-9038-1575b7443d99.png)no-repeat;
  background-position: bottom center;
  background-size: cover;
}

/*回首頁*/

.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: #fff;
  top: 0px;
  position: relative;
  z-index: 100;
  width: 100%;
  padding: .6rem 0;
  height: 130px;
  padding-top: 0px;
}

/*nav*/

#nav ul li a {
  white-space: nowrap;
  color: #333;
  line-height: 1.3;
  font-weight: normal;
  padding: 10px 25px;
  font-size: 95%;
  border-right: 1px #888 dotted;
  transition: all 0.5s;
}

#nav ul li a:hover {
  color: #003e7e;
}

#nav ul li a span {
  transition: all 0.5s;
}

#nav ul li a:hover span {
  border-top: 2px solid #003e7e;
  padding-top: 5px;
}

#nav ul li.current a {
  color: #c10000;
}

#nav .subnav {
  position: absolute;
  top: 100%;
  max-width: 150px;
  background-color: rgba(75,75,75,0.55);
}

#nav ul .subnav li a {
  background-color: rgba(75, 75, 75,0.85);
  color: #fff;
  text-align: left;
  width: 150px;
}

#nav ul li .subnav a span {
  display: inline-block;
  max-width: 150px;
}

#nav li.has-subnav ul li a {
  color: #fff;
  width: 150px;
  white-space: pre-line;
}

/*Banner*/

.swiper-container {
  height: auto !important;
}

.swiper-wrapper,
.swiper-slide {
  height: 0 !important;
  padding-bottom: calc(900 / 1920 * 100%);
  /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}

/*
#bodyinpage #banner{display:none;}
*/

/*Index_1*/

#bodyinhome .fcol.fcol-1 {
  background: url(https://static.iyp.tw/30817/files/3b642ced-0cb1-402d-8ea8-f2d3f0b1032a.jpg)no-repeat;
  background-size: cover;
  background-position: top center;
}

/*Index_2*/

#bodyinhome .fcol.fcol-2 img {
  background: #003f7f;
  border-radius: 50%;
  transition: all 0.5s;
}

#bodyinhome .fcol.fcol-2 img:hover {
  background: #59a6e7;
  border-radius: 50%;
}

@media only screen and (max-width: 414px) {
  .rwd-wrapper .col-4 {
    width: 50%;
  }
}

/*Index_3*/

#bodyinhome .fcol.fcol-3 .col-2 {
  padding: 10px;
}

.intro {
  -webkit-animation-delay: 1.5s;
}

.intro a {
  overflow: hidden;
  position: relative;
  padding: 10px 40px;
  border: 0px #aaa solid;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: #6fc33c;
}

.intro a:hover {
  color: #fff;
  background: #000;
  transition: all 0.4s;
}

.intro a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: -100%;
  display: block;
  background: #000;
  transition: all 0.4s;
  z-index: -1;
}

#service .list article {
  background: #fff;
  width: 90%;
  margin: 0%;
  box-shadow: 0px 5px 15px
    rgba(0,0,0,0.16);
  padding: 15px 15px 5px;
  text-align: left;
  height: 250px;
}

@media screen and (max-width: 768px) {
  #service .list article {
    height: 300px;
  }
}

#service .list article a {
  display: block;
}

#service .list article .image_hover {
  height: 60%;
  display: flex;
  align-items: center;
}

#service p {
  font-size: 90%;
  padding: 8px 0px;
  color: #777;
}

#service p span {
  padding: 8px 0px;
  color: #000;
}

.image_hover {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.image_hover img {
  margin: auto;
  transition: transform 0.6s ease;
}

.image_hover:hover img {
  transform: scale(1.2);
}

.project .dfd-folio-categories .byline.category {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 10px;
}

span.cat-name {
  background: #c10000;
  padding: 5px 10px;
  float: right;
}

/*h1*/

.h1title {
  color: #003e7e;
  border-bottom: 1px dashed #003e7e;
}

/*side*/

#side ul li a {
  color: #999;
  display: block;
  padding: 10px 20px;
  transition: .3s;
  border-bottom: 1px dashed #555;
}

#side ul li a:hover {
  background: #003e7e;
  color: #fff;
}

.rk_pd img {
  border-radius: 5px 50px;
  box-shadow: 4px 4px 4px -1px rgba(0,0,0,0.4);
}

/*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: #6c1001;
  text-shadow: none;
  padding: 0 10px;
}

.mark {
  background: none;
}

/*footer*/

#footer {
  background: #003e7e;
}

#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;
}

/*分類按鈕顏色*/

body[data-type="fullpage"] .product-list-div h2 a.show-all {
  color: #fff;
  transition-property: left, color;
  background: #b20c0c;
  text-shadow: none;
  padding: 0 10px;
}

/*舊版
/*頁籤
#nav ul li a {
    color: #000;
    font-size: 120%;
    font-weight: normal;
    line-height: 1.2;
}
#nav ul li.current a, #nav ul li a:hover {
    color: #f38400;
}


#header{
   background-image: linear-gradient(to bottom, #fff, #fff, #f5e3ae, #f8a402);
   
}

body{background:#fff6e0}

.column.left{display:none;}

.column.right{width:100%;}

.column h2{display:none;}


.index-menu .col-4 {
    background: #d6c6b0 none repeat scroll 0 0;
    width: 25%;
    border-right:1px dashed #fff;box-shadow: 0 1px 0 #e8dfbd inset;
    height:220px;min-height:200px;
    padding:5px 5px ;
    
}

.index-menu .col-4:last-child{border-right:none;}
*/

/*側邊欄按鈕
.right-nav__title {
    background:#e07d12;
    height:32px;border-radius:5px 5px 0 0;}

.right-nav a {background:;
    border-bottom: 1px solid #ccc;box-shadow: 0 1px 0 #f9f9f9 inset;
    display: block;font-family:inherit;
    font-weight:bold;font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: left;padding-left:12px;color:#977b3e;letter-spacing:1px
}

.right-nav a:hover {background:#b0804c;
    border-bottom: 1px solid #ccc;box-shadow: 0 1px 0 #f9f9f9 inset;
    display: block;font-family:inherit;
    font-weight:bold;font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: left;padding-left:12px;color:#fff;
}


#foot-nav {
    border-bottom: 1px solid #d67912;
    font-size: 100%;
    overflow: hidden;
    padding: 10px;
    text-align: center;
}


#foot-nav ul li a{color:#555}

#contact-info li.tel span {
    font-size: 100%;
}
#contact-info li span {
    color: #555;
}
#contact-info {
    color: #555;
    font-size: 100%;
    line-height: 1.8;
    padding: 12px 0;
    position: relative;
    text-align: center;
}
#contact-info li.tel {
    color: #9c0d0d;font-size: 110%;
}
*/