.topnavbar .container {
  text-align: center;
}


.fcol .container {    color: #222;    font-size: 15px;}
p { line-height:2;}





@media only screen and (min-width: 768px){
.topnavbar {
    background-color: rgba(220,0,100,1); padding: 0;
}}



@media only screen and (min-width: 768px){#banner {top: 127px; } #main-wrap {margin-top: 127px;} #ndc-banner-editor {top: 127px;}}

#nav ul li a {
    color: #fff;   
}


.h1title {
    color: #dc0064;
}



/* 首頁與內頁共用 */
.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(800 / 1920 * 100%); /* 首頁 banner 大小 */
}

/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(650 / 1920 * 100%); /* 內頁 banner 大小 */
}


#footer {
    color: #FFF;
    background-color: #dc0064;
}



#foot-nav {
    border-bottom: 1px solid #FFF;
}


#contact-info ul li span {
    color: #FFF;
}


@media only screen and (max-width: 767px){
.topnavbar .container {
    background: #dc0064;
}}

.h1title { border-bottom:1px solid#dddddd;}




ul.product-list li a:hover {
    color: #fff;
    background-color: rgba(220,0,100,1);
}

ul.product-list li a {
    color: #000;
    background-color: rgba(220,0,100,0.85);
}



body {
    background: #FFF  url(https://static.iyp.tw/39351/files/d671e461-70ca-44be-8d0a-696fe5f94a4e.png)no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    font-family: "Open Sans",LiHei Pro,微軟正黑體,Helvetica,sans-serif;
   
}



#nav .subnav {
  background-color: RGBA(220,0,100,0.9); /* 填入想要的顏色 */
}



#line {
    width: 60px;
    right: 10px;
    background: rgba(255,255,255,0.75);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    border-radius: 50%;
    z-index: 999;
    bottom: 45px;
    position: fixed;
}





