.phone{position:fixed;right:1%;top:25%;z-index:1000}
.line-1{position:fixed;right:1%;top:45%;z-index:1000}

#frame2 {
}
#frame2 img{
    width:200px;
    height:170px;
  border: 1px solid #CCC;
      background-color: #FFF;
        padding: 3px;
}
#frame img{
      width:180px;
    height:130px;
  border: 1px solid #CCC;
      background-color: #FFF;
        padding: 3px;
}
  #frame3 img{
    width:200px;
    height:400px;
  border: 1px solid #CCC;
      background-color: #FFF;
        padding: 3px;
}
#frame4 img{
    width:200px;
    height:230px;
  border: 1px solid #CCC;
      background-color: #FFF;
        padding: 3px;
}
#frame5 img{
    width:200px;
    height:250px;
  border: 1px solid #CCC;
      background-color: #FFF;
        padding: 3px;
}
#frame6 img{
    width:200px;
    height:230px;
  border: 1px solid #CCC;
      background-color: #FFF;
        padding: 3px;
}
#frame7 img{
    width:230px;
    height:300px;
  border: 1px solid #CCC;
      background-color: #FFF;
        padding: 3px;
}
#frame8 img{
    width:200px;
    height:230px;
  border: 1px solid #CCC;
      background-color: #FFF;
        padding: 3px;
}
#frame9 img{
    width:200px;
    height:250px;
  border: 1px solid #CCC;
      background-color: #FFF;
        padding: 3px;
}
#frame10 img{
    width:200px;
    height:230px;
  border: 1px solid #CCC;
      background-color: #FFF;
        padding: 3px;
}
#frame11 img{
    width:200px;
    height:230px;
  border: 1px solid #CCC;
      background-color: #FFF;
        padding: 3px;
}

.topnavbar .container {
  text-align: center;
}

.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(800 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important;
}


@media only screen and (min-width: 768px){
.topnavbar {
    background-color: #fff;/*頁籤底圖顏色;background-color: rgba(0,0,0,0);透明*/
    position: relative;/*頁籤&banner分開不重疊*/

    padding: 0;/*頁籤間距*/
}}

#bodyinhome .fcol.fcol-3 {
   width: 100%;
   /*background-color: #231a15;*/
  background: url(https://static.iyp.tw/21282/files/3b74d21c-ff3d-4922-bf60-497cacc46a11.jpg) no-repeat scroll center top transparent; 
   position: relative;
}


#nav .subnav {
    background-color: #fff;
}

#nav ul li a {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    color: #090909;
    padding: 13px;
    line-height: 1.3;
    transition: .3s;
}
#nav ul li a:hover {

    color: #090909;

}
#nav ul li.current a {
    color: #555;
 } 


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: inherit;
    color: #000;
}


.product-list-div h2 {
    text-shadow: 0 0px 0 #333;
}


ul.product-list li a.focus h3, ul.product-list li a:hover h3 {
    color: #464646;
}
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: #7a7a7a;
    overflow: hidden;
    padding: 0 16px;
}

.menu [class^="col-"] img:hover {
    border-radius: 8px;
}
.menu [class^="col-"] img {
  transition:0.7s;
  border-radius: 50%;
  border: 1px #a2a2a2 solid;
  padding:6px;
  background-color:#d7d7de;
}

.row [class^="col-"] img{
  opacity:3;
  transition:0.7s
}
.row [class^="col-"] img:hover {
    opacity:0.55;
}
.row [class^="col-"] {
  padding:10px;
}