@media only screen and (min-width: 768px){
.topnavbar {
    background:url(https://static.iyp.tw/38486/files/3a5f41d0-16ac-4876-a9da-4b225810409c.png) no-repeat right center rgba(214,0,34,1);  padding: 0;
}} 
@media only screen and (max-width: 767px){
body[data-type="fullpage"] .topnavbar {
    background: url(https://static.iyp.tw/38486/files/3a5f41d0-16ac-4876-a9da-4b225810409c.png) no-repeat right center rgba(214,0,34,1);
}}
body {  background:#fff;}
#nav {    margin-left: 8%;}
#nav ul li a {    color: #000;    letter-spacing: 5px;}
#nav ul li.current a {    text-shadow: 1px 1px 1px #000;}
#banner {    top: 110px;}
#main-wrap {    margin-top: 110px;}
@media only screen and (max-width: 767px){  #main-wrap {    margin-top: 0;}}
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {    margin-bottom: 20px;}
p {color: #121212;    font-size: 15px;    line-height: 2;}
.h1title {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #a50c10;
    font-size: 1.75rem;
    letter-spacing: 5px;
    font-weight: bolder;
}
ul.product-list li a {    color: #a50c10;   background: rgba(255,255,255,1);  border: 1px solid #fff;}
ul.product-list li a:hover { color:#ffae00;}
#footer {    color: #eee;    background: url(https://static.iyp.tw/38486/files/563104a0-409a-4ce3-b717-6b419fee6812.png) no-repeat center #d60022;}
#foot-nav {    display: none;}

body.about-us .fcol.fcol-3 {    background: rgba(200,0,0,0.85);}
.fcol.fcol-5 {    display: none;}
.fcol.fcol-6 {    display: none;}

/* 透明漸變 - color - transparent */
hr.style-two {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0,0,0,0), #ffd700, rgba(0,0,0,0));
}

.swiper-container {
  height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(780 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}
.swiper-slide {
  width: 100% !important;
}

/*圖片透明效果*/
.img3{
    opacity: 1.0; //設為完全不透明
    filter: alpha(opacity=50); // IE8 與更早的版本
}
.img3:hover{
    opacity: 0.5; //透明度設為 0.5
    filter: alpha(opacity=100); // IE8 與更早的版本
}