.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}



@media only screen and (min-width: 200px){.topnavbar {background-color: #303951;}}

#nav ul li a {
    color: #2d414c;
}


@media only screen and (min-width: 768px){#banner {top: 127px; } #main-wrap {margin-top: 127px;} #ndc-banner-editor {top: 127px;}}





.fcol .container {    color: #222;    font-size: 15px;}
p { line-height:2;}




.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(600 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}


body[data-type="fullpage"] #product-header.main {
      min-height: auto;
  }



#nav ul li a {
    color: #e3e4e4;
}


.h1title {
    display:none
}



body.about-us .fcol.fcol-2 .container {width: 80%;}
body.about-us .fcol.fcol-2 {    background: rgba(2,113,179,0.2);}
body.about-us .fcol-3 {
    background: #fbfbfb url(https://static.iyp.tw/39841/files/4870d71e-a67d-4951-84e4-c51f56122dfb.jpg)no-repeat bottom;
    background-attachment: fixed;
    background-size: cover;
}
body.about-us .fcol.fcol-5 {    background: rgba(0,0,0,0.1);}
body.about-us .fcol.fcol-6 {    background: rgba(0,0,0,0.1);}
body.about-us #footer { margin-top: -40px;}









#footer {
    color: #b6b6b6;
    background-color: #1c2643;
}

/*表格按鈕變化*/
#tb td a {
    display: block;
    height: 35px;
    line-height: 35px;
    background: #2d72ad;
    color: #fff;
}
#tb td a:hover {
    background: #cacaca;
}

/*按鈕淡化*/
.row2 [class^="col-"] img{
  opacity:3;
  transition:0.7s
}
.row2 [class^="col-"] img:hover {
    opacity:0.55;
}











/*圖片*/
.row [class^="col-"] img{
  opacity:3;
    transition:0.7s
}
.row [class^="col-"] {
  padding:10px;
}
.picc {
  overflow:hidden;
}
.picc img:hover {
  transform:scale(1.2);
}
