#main-wrap, #banner, #nav ul, #logo {
    max-width: 1080px;
}
#header {
    padding: 96px 0 10px;
}
#logo {
    margin: -90px auto 90px auto;
}
#nav {
    top: 78px;
}
.column.left, .column.right {
    width: 100%;
}
.navbar-fixed-top .navbar-nav {
    display: none;
}
#banner {
    background-color: rgba(255,255,255,0);
    padding: 0px;
    box-shadow: none;
}
.onedit {
    color: #222;
    font-size: 15px;
}
#header {
    background: url(https://s3-ap-northeast-1.amazonaws.com/static.iyp.tw/37179/files/b9d79f99-03d2-484f-86f1-35e5f4f7483b.png) no-repeat top center;
}
#nav {
    background-color: rgba(0,0,0,0.5);
}
#nav ul li a {
    color:#fff;
    letter-spacing: 3px;
}
#nav ul li a:hover {
    background-color: rgba(5,51,110,0.65);
}
#side .side-content {
  background:url(https://s3-ap-northeast-1.amazonaws.com/static.iyp.tw/37179/files/d2d8eaaa-3c2c-41cb-8992-7dea35f980cd.png) no-repeat top center;
  min-height:450px;
}
#side .side-content li {
    background: rgba(255,255,255,0);
    font-size: 16px;
}
#side .side-content li a {
    color: #000;
}
#side .side-content li a:hover {
    background: rgba(255,255,255,0.5);
    color:rgba(5,51,110,1);
}
ul.product-list div.img {
    background: rgba(255,255,255,0);
}
ul.product-list li a .img {
     border:none;
}
/*圖片放大透明*/
.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);
} 
#a1 {
    font-size:14px;
    font-weight:bold;
    position: absolute;
    right: 25%;
    top: 50px;
}
#a1 a {
    color: rgba(5,51,110,0.85);
}
#a1 a:hover {
    color: #000;
}
aindex {
    font-size: 14px;
    font-weight:bold;
    position: absolute;
    left: 47%;
    top: 35px;
    width: 55px;
    background: rgba(0,0,0,0.15);
    border: 1px solid rgba(255,255,255,0.85);
    border-radius: 5px;
    padding: 2px 5px;
}
aindex a {
    color: #000;
}
aindex a:hover {
    color: rgba(5,51,110,1);
    text-shadow: 1px 0 rgba(0,0,0,1);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
/* 螢幕尺寸於 768px 至 1024px, iPad Tablets css 寫這 */
#a1 {top: 30px; right: 5%;}  
}

@media only screen and (max-width: 767px) {
/* 螢幕尺寸小於 767px, iPhone6 plus、Samsung Note 等大螢幕的手機 css 寫這*/
#a1 {display: none;} 
}
@media only screen and (max-width: 320px) {
/* 螢幕尺寸小於 320px, iPhone 等小螢幕 css 寫這 */
#a1 {display: none;} 
}

/**/
#call {
    width: 55px;
    right: 10px;
    z-index: 999;
    bottom: 165px;
    position: fixed;
}