#phone {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 150px;
    position: fixed;
}

#line-2 {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 210px;
    position: fixed;
}

@media only screen and (min-width: 768px){
.topnavbar {
  height: 100px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));/*底色*/
  padding: 0;/*頁籤間距*/}}

@media only screen and (max-width: 768px){
.topnavbar .container {
  background-color: rgba(255,255,255,1);/*底色*/
}} 

.topnavbar .container {
  text-align: center;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}

#nav ul li a {
    text-align: justify;
    font-family: 'Noto Sans TC', sans-serif;
    color: #000;/*頁籤文字顏色*/
    font-size:17px;/*頁籤文字大小*/
    padding: 10px 20px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.5;
    transition: .3s;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px white;
}
#nav ul li a:hover {
    color: #eeeeee;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #535353;/*頁籤按下後文字顏色*/
    font-weight: bold;
    font-weight: 600;
}

/*ipheno尺寸調整*/
@media only screen and (max-width: 576px) {
    .rwd-wrapper .col-2 {
        -webkit-flex:0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;}}

/*BANNER*/
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(1000 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

/*每頁大標*/
.h1title {
  color: #1a1a1a; 
  font-family: arial, helvetica, sans-serif;
  font-weight: bold; 
  background-color: #ffaf35;
  letter-spacing: 2px;
  padding-left: 20px !important;
  border-collapse: collapse;  
  border-radius: 10px 0px 10px 0px;
  text-align: center;
  width:230px;
}

body {
    background-color: #fff;
    margin: 0;}

body.about-us .fcol.fcol-1 {
    background: #fbfbfb url(https://static.iyp.tw/18304/files/2fae8757-eca4-47d3-b250-4cd70fb28a0b.png)repeat-y bottom;
    background-attachment: scroll;
}
body.about-us .fcol-3 {
    background: #fbfbfb url(https://static.iyp.tw/18304/files/6444004b-5683-4437-91d7-7476ac9475f4.png)repeat-y center;
    background-attachment: fixed;}

body.about-us .fcol-4, body.about-us .fcol-5, body.about-us .fcol-6 {display:none;}
body.about-us #footer { margin-top: -40px;}

/*產品頁面*/
ul.product-list li a{
    color: #1b1b1b;
    background-color: #fff;
    text-align: center;}
ul.product-list li a.focus, ul.product-list li a:hover {color: #f39800;}

a {color: #313131;}
.news .fcol .news-list li a:hover, .news .news.main-content li a:hover {color: #191919;}

/*button*/
.button2 {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #090909;
  padding: 0.7em 1.7em;
  cursor: pointer;
  font-size: 18px;
  border-radius: 0.5em;
  background: #f6f6f6;
  border: 1px solid #e8e8e8;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}

.button2:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}

.button2:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button2:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #252525;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button2:hover {
  color: #ffffff;
  border: 1px solid #252525;
}

.button2:hover:before {
  top: -35%;
  background-color: #252525;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.button2:hover:after {
  top: -45%;
  background-color: #252525;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

/*snip1552*/
.snip1552 {
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 8px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #000000;
  text-align: left;
  font-size: 16px;
  background-color: #fff;
}

.snip1552 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1552 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.snip1552 figcaption {
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 40px;
  right: 40px;
  z-index: 1;
  bottom: 0;
}

.snip1552 h3,
.snip1552 p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.snip1552 h3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 5px;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: bold;
  font-size: 20px;
}

.snip1552 p {
  font-weight: normal;
  font-style: italic;
  color: #888;
  font-size: 16px;
  padding-left: 15px;
  -webkit-transform: translateX(-25px);
  transform: translateX(-25px);
  letter-spacing: 1.5px;
  line-height: 28px;
}

.snip1552 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1552:hover > img,
.snip1552.hover > img {
  opacity: 0.1;
}

.snip1552:hover h3,
.snip1552.hover h3,
.snip1552:hover p,
.snip1552.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}