.phone{position:fixed;right:1%;top:40%;z-index:1000}
.phone2{position:fixed;right:1%;top:55%;z-index:1000}
.line-1{position:fixed;right:1%;top:70%;z-index:1000}

/*google文字*/
.t-700{
  font-family: 'Noto Serif TC', serif;
  font-weight: 700;
}


.topnavbar .container {
  text-align: center;
  padding: 0;/*頁籤間距*/
}

/*文字*/
.word{
   padding: 10px;
   border: 1px solid #9dcdee;
  font-weight:bold;
  color: #1e7fbc;
}

.word:hover{
   padding: 10px;
   border: 1px solid #64a4d0;
  	transition:0.7s;
  color: #fff;
  background-color: #64a4d0;
  font-weight:bold; 
}

#header {
   background-color: #d35fa1; 
}
 
.topnavbar .container {
  text-align: center;
}

.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(700 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important;
}


@media only screen and (min-width: 768px){
.topnavbar {
    background-color: #d35fa1;/*頁籤底圖顏色;background-color: rgba(0,0,0,0);透明*/  
    position: relative;/*頁籤&banner分開不重疊*/
    padding: 0;/*頁籤間距*/
    border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #d80014;
}
  /* 文字放大*/
.container {
    font-size:16px;
    line-height:30px;
}

#foot-nav {
    font-size:13px;
}
  
}



/* 消除空白*/
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}


body.about-us .fcol.fcol-2 {
  background: url(https://static.iyp.tw/42334/files/fc56605b-576b-43e1-85cb-f3ba80381343.jpg) 100% 0 / cover no-repeat;
    position: relative;
    overflow: hidden;
}

body.about-us .fcol.fcol-6 .container {
    width: 100%;
   padding:0px;
}




body[data-type="fullpage"] .main {
    min-height: 100px;
}

.h1title {
    border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #efcce0;
        text-align:center;
}

#nav ul li a {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    color: #fff;
    padding: 13px 20px 13px 20px;
    line-height: 1.3;
    transition: .3s;
  font-weight:bold;

}

#nav ul li a:hover {

    color: #efcce0;

}
#nav ul li.current a {
    color: #efcce0;
 } 


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: inherit;
    color: #d670a9;
}


.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;
}

#footer {
    background-color: #dd9cc1;
  color: #fff;
}

#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #fbfbfb;
}
#foot-nav ul li a {
    display: block;
    color: #fbfbfb;
    font-size: 1.06em;
    margin-right: 10px;
    padding: 8px 16px;
}
#contact-info ul li span {
    color: #fbfbfb;
}


/*圖片*/
.row [class^="col-"] img{
  opacity:3;
  transition:0.7s
}
.row [class^="col-"] img:hover {
    opacity:0.55;
}
.row [class^="col-"] {
  padding:10px;
}