#call {
    /*width: 45px;*/
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 210px;
    position: fixed;
}

/*產品輪播*/
.rwd-table {
  	overflow-y: visible !important;
}
#myDiv img {
        max-width: none;
} 

body {
    background-color: #fff;
    margin: 0;
}

@media only screen and (min-width: 768px){.topnavbar {
  background-color: #1b1b1b; 
  position: relative;/*banner不被遮住*/
  padding: 0;
}}

.topnavbar .container {
  text-align: center;
  font-size: 0;
}
.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}
.topnavbar {
  background-color: #1b1b1b;
  top:0px;
  position: relative;
  z-index:100;
  width:100%;
  padding: 0;
}

#nav ul li a {
    text-align: justify;
    font-family: 'Noto Sans TC', sans-serif;
    color: #fff;/*頁籤文字顏色*/
    font-size:16px;/*頁籤文字大小*/
    padding: 10px 15px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.5;
    transition: .3s;
    letter-spacing: 1px;
}
#nav ul li a:hover {
    color: #707070;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #707070;/*頁籤按下後文字顏色*/
    font-weight: bold;
    font-weight: 600;
}
/*下拉式選單*/
#nav .subnav {
  background-color: rgba(1,1,1,0.8); /* 填入想要的顏色 */
  padding: 5px;
  max-width: 260px;
}

/*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%;}}

/* 首頁與內頁共用 */
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
}

.swiper-slide {
  width: 100% !important;
}

/* 首頁 */
#bodyinhome .swiper-wrapper, #bodyinhome .swiper-slide {
  padding-bottom: calc(700 / 1920 * 100%); /* 首頁 banner 大小 */
}

/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(500 / 1920 * 100%); /* 內頁 banner 大小 */
}

.btn-a {
  padding: 1em 2em;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
}

.btn-a:hover {
  background-color: #61dbd6;
  box-shadow: 0px 15px 20px rgba(97, 219, 214, 0.4);
  color: #fff;
  transform: translateY(-7px);
}

.btn-a:active {
  transform: translateY(-1px);
}

/*每頁大標*/
.h1title {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 1.5rem 0 1rem;
  padding-bottom: 10px;
  /* 底部細線背景 */
  border-bottom: 2px solid #e2e8f0;
  /* 文字與漸層顏色設定 */
  font-family: "Noto Sans TC", "PingFang TC", sans-serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 1px;
  /* 塗裝金屬藍漸層字體 */
  background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 下方聚焦線條（取代原本獨立的 div） */
.h1title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #2563eb 0%, #60a5fa 100%);
  border-radius: 2px;
}

body.about-us .fcol-4 {
    background: url(https://static.iyp.tw/5046/files/60a451c3-5860-4129-92dd-6b978b515c6f.png) no-repeat bottom;
}
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: #e5e5e5;
    text-align: center;}
ul.product-list li a.focus, ul.product-list li a:hover {color: #298fd1;}

a {color: #313131;}
.news .fcol .news-list li a:hover, .news .news.main-content li a:hover {color: #298fd1;}