/*套用google font字型Noto Sans TC黑體*/
#t-700{
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  font-size: 40px;
}
@media only screen and (max-width: 768px){
#t-700{ font-size: 32px; }}

#t-400{
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
  line-height: 2;
}

/*手機板banner縮放*/
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(660 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}

@media only screen and (min-width: 768px){
.topnavbar {
    background-color: rgba(255,255,255,0.75);  padding: 0;
}}

/*上方menu*/
.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

.topnavbar {
    background-color: rgba(255,255,255,0.7);
    z-index:100;
    width:100%;
}

.container {
  margin-right: auto;
  margin-left: auto;
}


.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: justify;
    font-size: 0;
}

#header .topnavbar .container {
    padding-left: 100px;
    padding-right: 100px;
    width: 100%;
    margin-top: 10px;
}

#nav ul li a {color: #df0066;padding: 16px 6px;}
#nav ul li a:hover {color: #555;}
#nav ul li.current a {color: #1b1b1b;}
#nav li.has-subnav ul li.has-subnav>div a::after, #nav>ul>li.has-subnav>a::after { padding-left: 6px;}
#nav .subnav { background-color: rgba(255,255,255,0.95);}

@media only screen and (max-width: 765px){.fcol.fcol-header {background: url(https://static.iyp.tw/5435/files/94967f0c-7792-4fa6-bb59-1fcf7ffa4829.png) no-repeat center;}}

.fcol.fcol-header {background: url(https://static.iyp.tw/5435/files/cea662f5-226f-4558-8813-4e38a908b584.png) no-repeat center;}

.h1title {color: #df0066;font-size: 1.75rem;font-family: 'Noto Sans TC';font-weight: 700;}

ul.product-list li a {color: #fff;background-color: #d3004a;}
ul.product-list li a:hover {color: #ffcc00; }
ul.product-list li .desc {
    color: #eee;}

#side ul li.current>div a {color: #fff;    background: rgba(215,0,56,0.85);}

#foot-nav {display: 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);
}

/*按鈕*/
.example_d {
color: #d3004a !important;
text-transform: uppercase;
background: #ffffff;
padding: 15px;
border: 4px solid #d3004a !important;
border-radius: 6px;
display: inline-block;
transition: all 0.3s ease 0s;
}
.example_d:hover {
color: #494949 !important;
border-radius: 50px;
border-color: #494949 !important;
transition: all 0.3s ease 0s;
}