.topnavbar {
    background-color: rgba(255,255,255,0.5);
    padding: 0;
}
#nav ul li a {
    color: #888;
}
#nav ul li a:hover {
    color: #121212;
}
#nav ul li.current a {
    color: #121212;
}
#nav .subnav {
  background-color: rgba(255,255,255,0.85);
}
.topnavbar .container {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* 首頁與內頁共用 */
.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(720 / 1920 * 100%); /* 首頁 banner 大小 */
}
/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(540 / 1920 * 100%); /* 內頁 banner 大小 */
}
.fcol.fcol-header {
    background: linear-gradient(60deg, transparent 30%, #ddd 0), linear-gradient(-45deg, transparent 30%, #888 0);
}
.h1title {
    color: #222;
}

/*整體文字顏色*/
.fcol .container {    color: #222;    font-size: 15px;}
p {    line-height:2;}
.fcol h2 {
    color: #226e93;
    line-height: 2;
}
h3, .h3 {    line-height: 2;}
a {
    color: #3399ff;
    font-weight: 600;
}
a:hover {    color: #555;}

/*圖片放大透明*/
.picc { 
    opacity: 1; /* 透明度100% FireFox 的寫法 */ 
    filter: Alpha(Opacity=100); /* 透明度100% IE 的寫法 */ 
    margin:0 auto;
    overflow: hidden;
} 
.picc img { 
    opacity: 1; 
    filter: Alpha(Opacity=100); 
  margin:0 auto;
  -webkit-transform: scale(1);
  -webkit-transition: 1s;
} 
.picc img:hover { 
  opacity: .5; /* 透明度50% FireFox 的寫法 */ 
  filter: Alpha(Opacity=50); /* 透明度50% IE 的寫法 */ 
  -webkit-transform: scale(1.05);
} 

#bodyinhome .fcol.fcol-1 {
    background: linear-gradient(60deg, transparent 30%, #ddd 0), linear-gradient(-45deg, transparent 30%, #888 0);
}
#bodyinhome .fcol.fcol-3 {
    background: url(https://static.iyp.tw/41863/files/bc587071-4087-4740-a856-4a04878bf90a.jpg) center;
    background-attachment: fixed;
}

#bodyinhome #wrap {
    background: url(https://static.iyp.tw/41863/files/8005f675-1c81-4a3b-af64-b29cc47170e2.jpg) center;
    background-attachment: fixed;
}

/*詳細資訊*/
#tb td a {
    display: block;
    height: 35px;
    line-height: 35px;
    background: #292929;
    color: #fbfbfb;
}
#tb td a:hover {
    background: #717171;
}

/*關多餘格子*/
.fcol.fcol-4 {    display: none;}
.fcol.fcol-5 {    display: none;}
.fcol.fcol-6 {    display: none;}