@media only screen and (min-width: 768px){
.topnavbar {
      background: url(https://static.iyp.tw/21631/files/9fae9c15-9ea7-49b9-aee3-578fbd93e5aa.png) no-repeat center rgba(255,255,255,0.2);
      padding: 0;
}}
body[data-type="fullpage"] #nav {
      background: linear-gradient(135deg, transparent 40px, #4e4c4d 0)left, linear-gradient(-45deg, transparent 40px, #4e4c4d 0)right;
      padding: 0 45px;
      background-size: 50% 100%;
      background-repeat: no-repeat;
}
#nav .subnav {    background-color: #4e4c4d;}

/*banner*/
@media only screen and (min-width: 768px){
    #banner {  top: 110px;}
    #main-wrap {    margin-top: 110px;}
}

.swiper-container {
  height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(563 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}
.swiper-slide {
  width: 100% !important;
}


/*整體文字顏色*/
.fcol .container {    color: #222;    font-size: 15px;}
p {    line-height:2;}
.fcol h2 {
    color: #ff6600;
    line-height: 2;
}
h3, .h3 {    line-height: 2;}
a {
    color: #ff7200;
    font-weight: 600;
}
a:hover {    color: #111c6d;}


/*標題*/
.h1title {
    background: linear-gradient(135deg, transparent 40px, rgba(0,0,0,0.65) 0)left, linear-gradient(-45deg, transparent 40px, rgba(0,0,0,0.65) 0)right;
    padding: 0 45px;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
}
.side-content.clearfix {    background: rgba(0,0,0,0.1);}
#side ul li a {    color: #555;}
#side ul li.current>div a {
    color: #fff;
    background: #f08b07;
}


/*產品格*/
ul.product-list li a {
    color: #f08b07;
    text-align: center;
    background: url(https://static.iyp.tw/21631/files/c0a783d1-a57e-4dd0-be04-5b9d33365f88.png) no-repeat bottom right rgba(0,0,0,0.75);
    border-radius: 32px 0 0 0;
}
ul.product-list li a .img {
    border-radius: 30px 0 0 0;
}
ul.product-list li a:hover {
    color: #fff;
    background: url(https://static.iyp.tw/21631/files/a7cbab3a-0107-43b7-9e0f-3143fd757b5e.png) no-repeat bottom right rgba(0,0,0,0.85);
}

#foot-nav {    display: none;}

/*詳細資訊*/
#tb td a {
    display: block;
    height: 35px;
    line-height: 35px;
    background: #fd9e06;
    color: #fbfbfb;
}
#tb td a:hover {
    background: #717171;
}

/*關多餘格子*/
.fcol.fcol-4 {    display: none;}
.fcol.fcol-5 {    display: none;}
.fcol.fcol-6 {    display: none;}

#bodyinhome .fcol.fcol-4 {    display: block;}
#bodyinhome .fcol.fcol-2 {
    background: url(https://static.iyp.tw/21631/files/5c4b74ef-7f6b-41ad-a123-d610ab09a56b.jpg) center;
    background-attachment: fixed;
}
#bodyinhome .fcol.fcol-3 {
    background: url(https://static.iyp.tw/21631/files/cf36a05e-370d-498e-a6a7-ea0374317a12.jpg) center;
    background-attachment: fixed;
}
#bodyinhome .fcol.fcol-4 {
    background: url(https://static.iyp.tw/21631/files/2cf1b7c9-6526-4931-be8d-2a521db5bb49.jpg) center;
    background-attachment: fixed;
}
body.about-us .fcol.fcol-2 {
    background: url(https://static.iyp.tw/21631/files/5c4b74ef-7f6b-41ad-a123-d610ab09a56b.jpg) center;
    background-attachment: fixed;
}