/*以下為手機板底部BAR*/

@media screen and (min-width: 768px) { 
.mobilebar{   display: none; }}


.topnavbar111 {
  position:absolute;
  left:0px;
  top:0em;
  z-index:1000;
  width:37.5%;
  height:300px;
  background: url( '../../../../static.iyp.tw/39988/files/f8a367df-aa78-4983-9ea3-abee405589e8.png' )no-repeat;
  background-size: 100%;
  }
.topnavbar111 img{
margin:1.3em 1.3em 0 35%;
}





@media (min-width: 1300px) and (max-width: 1500px) {
  .topnavbar111{
  min-width:32.5%;
  height:5px;
  }
}

@media (min-width: 768px) and (max-width: 1025px) {
   .topnavbar #logo img{
   display: none; 
  }
  #nav ul li a {
    padding: 10px 12px;
    font-size: 100%;
    color:#FFF;
}
  
}
@media (min-width: 1000px) and (max-width: 1300px) {
  .topnavbar111{
  min-width:25%;
  height:5px;
  }
}
@media screen and (max-width: 1200px) { 
.fb,.ig,.line01
  {
    display: none;
  }
}
.mobilebar1{
  position: fixed;
  bottom:0px;
  background:#0A5391;
  width:100%;
  padding:0;
  height:10px;
}
.mobilebar{
  position: fixed;
  bottom:10px;
  background:#0A5391;
  width:100%;
  padding:100 50px;
  height:49px;
}
.mobilebar p{
text-align: center;
   font-size: 10px;
}
.mobilebar a{
color:#000;
}

.mobilebar img{
width:100%;
height:auto;
display: block; margin-left: auto; margin-right: auto;
}


/*以上為手機板底部BAR*/









body {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    margin: 0;
  border-top:5px #0868a8 solid;
}
.swiper-container {
  height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(700 / 1650 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}
.swiper-slide {
  width: 100% !important;
}
#banner {
  border-top: 2px #bda990 solid;
    border-bottom: 2px #bda990 solid;
}



/*回首頁*/
.navbar-nav > li > a {
    color: #fff;
}


.topnavbar {
    background-color: #fff;
  top:0px;
   position:relative;
   z-index:100;
 width:100%;
}
#nav ul li a {
    white-space: nowrap;
    color: #333;
    line-height: 1.3;
     /* font-weight: bold;*/
  padding:5px 8px;
  font-size:100%;
}
#nav ul li a:hover{
  background: transparent;
      color: #0868a8;
}
#nav ul li.current a {
      background: transparent;
      color: #0868a8;
    font-weight: 600;
}



.h1title {
    color: #0868a8;
    font-size: 2rem;
    font-weight: normal;
  border-bottom:1px #2b7adf dotted;
}



.block {
    display: block;
    text-align: left;
    width: 100%;
    height:auto;
    padding-bottom:auto;
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    background: #f2f2f2;
   overflow: hidden;
   position: relative;
}



/*圖片*/
.menu [class^="col-"] img:hover {
    border-radius: 8px;
}
.menu [class^="col-"] img {
  transition:0.7s;
  border-radius: 50%;
  border: 1px #dddddd solid;
  padding:6px;
}
.row [class^="col-"] img{
  opacity:3;
    transition:0.7s
}
.row [class^="col-"] img:hover {
    opacity:0.55;
}
.row [class^="col-"] {
  padding:10px;
}





body[data-type="fullpage"] .main {
    min-height: 0px;
}


/*產品格*/
ul.product-list li .desc {
    display: block;
    min-height: 1.2rem;
    max-height: 2.4rem;
    margin-bottom: auto;
    font-size: .8rem;
    line-height: 1.5;
    word-break: break-word;
    color: #666;
    overflow: hidden;
    padding: 0 16px;
    display: none;
}/*隱藏詳細介紹*/
ul.product-list li a.focus h3, ul.product-list li a:hover h3 {
    color: #000;
}
ul.product-list li h3 {
    flex: 1 0 auto;
    max-height: 3.15rem;
    margin: 0.7rem 0;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #444;
    overflow: hidden;
    padding: 0 16px;
}/*改產品格名稱顏色*/



#side ul li a {
    color: #000;
    display: block;
    padding: 10px 20px;
    transition: .3s;
}
.product-list-div h2 a {
    color: #000;
    text-decoration: none;
    display: inline-block;

}
.product-list-div h2 {
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    text-shadow: 0 0px 0 #fff;
}
body[data-type="fullpage"] .product-list-div h2 a.show-all {
    color: #000;
    transition-property: left, color;
}
ul.product-list li .money-icon {
    color: #000;
    font-size: 95%;
    margin-right: 8px;
    margin-left: 16px;
    text-shadow: 0 0px 0 rgba(255,255,255,0.7);
}




#footer {
    color: #fff;
    background-color: #0868a8;
  background-image:linear-gradient(#009fe8, #0f326a);
}
#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #444;
    display: none;
}
.contact-row {
    padding: 0em 0 1em;
    line-height: 1.6;
}
#contact-info ul li span {
    color: #fff;
}
#footer a {
    color: #fff;
}


/*底下基本資訊-中華黃頁隱藏*/
#copyright {
    display: none;
}