a {
    color: #000000;
    text-decoration: none;
}


/* 首頁 */
#bodyinhome .fcol.fcol-1{background:#ffffff;}
#bodyinhome .fcol.fcol-2{background:#ffffff;}
#bodyinhome .fcol.fcol-3{background:#ffffff;}
#bodyinhome .fcol.fcol-4{background:#ffffff;}
#bodyinhome .fcol.fcol-5{background:#ffffff;}
#bodyinhome .fcol.fcol-6{background:#ffffff;}
#bodyinhome .fcol.fcol-7{background:#ffffff;}

#bodyinhome .swiper-container {
  height: auto !important;
}

#bodyinhome .swiper-wrapper, #bodyinhome .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(1080/ 1920 * 100%); /* 首頁 banner 大小 */
}

#bodyinhome .swiper-slide {
  width: 100% !important;
}


/* 內頁 */
#bodyinpage .swiper-container {
  height: auto !important;
}

#bodyinpage .swiper-wrapper, #bodyinhome .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(1080 / 1920 * 100%); /* 首頁 banner 大小 */
}

#bodyinpage .swiper-slide {
  width: 100% !important;
}



/*背景底色*/
body{ background-color:#ffffff;  background-image:none; }



/*隱藏版權*/
#footer-service {display: none;} 




/*回首頁*/
.navbar-nav > li > a {
    color: #fff;
}

.topnavbar .container {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 0;
}

.topnavbar {
  background-color:#362E2B;
  top:0px;
  position: relative;
  z-index:100;
  width:100%;
  padding: .6rem 0;
  height: 100px;
  padding-top;0px;
}



/*nav*/
#nav ul li a {
    white-space: nowrap;
    color: #fff;
    line-height: 1.3;
      font-weight: bold;
    padding: 5px 25px;
    font-size: 95%;
    border-right: 1px #888 dotted;
    font-weight:normal;
}

#nav ul li a:hover{
   color: #ef9e10;
}

#nav ul li.current a {
       color: #ef9e10;
      font-weight: 600;
}

#nav ul .subnav li a{
  background-color: rgba(75, 75, 75,0.45);
  color:#fff;text-align:left;}

#nav .subnav {
    position: absolute;
    top: 100%;
    z-index: 998;
    background-color: rgba(75,75,75,0.55);
}  

/*標題字*/
.h1title {

    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    font-size: 2rem;
    font-weight: normal;

}

/*聯絡我們*/
body {

    color: #000;
    font-size: 14px;

}

.marktxt {

    margin-top: 10px;
    font-size: 95%;
    color: #fff;

}

/*改變子選單顏色*/
#nav .subnav {
  background-color:#362E2B; /* 填入想要的顏色 */
}

#nav ul li a {

    white-space: nowrap;
    color: #f7f7f7;
    line-height: 1.3;
    font-weight: bold;
    font-size: 95%;
    font-weight: normal;

}

#bodyinhome .fcol.fcol-3{display: none;}
#bodyinhome .fcol.fcol-4{display: none;}
#bodyinhome .fcol.fcol-5{display: none;}
#bodyinhome .fcol.fcol-6{display: none;}

