#phone {
    width: 65px;
    right: 10px;
    z-index: 999;
    bottom: 200px;
    position: fixed;
}
#fb {
    width: 65px;
    right: 10px;
    z-index: 999;
    bottom: 265px;
    position: fixed;
}
#email {
    width: 65px;
    right: 10px;
    z-index: 999;
    bottom: 135px;
    position: fixed;
}
#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;    
    padding: 5px 10px;    
    font-size: 16px;
    border-radius: 10px;
    background-color: hsla(240, 0%, 50%, 0.5) ;
    color: white;
    cursor: pointer;
}

/*套用google font字型Noto Sans TC黑體*/
#t-700{
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  font-size: 40px;
}
@media only screen and (max-width: 768px){
#t-700{ font-size: 32px; }}

#t-400{
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
}

#header .topnavbar .container {
    padding-left: 0px;
    padding-right: 50px;
    width: 100%;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.topnavbar .container {
    color: #fff
    height: 100%;
    padding-top: 0px;
    margin-bottom: -20px;
    text-align: justify;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}

body {
    background-color: #fff;/*背景底色*/
}

body[data-type="fullpage"]:not(#managehome) #wrap > :not(:last-child) {
  margin-bottom: 0px;
}

@media only screen and (min-width: 768px){
.topnavbar {
  height: 100px;
  background-color: Transparent;/*底色*/
  padding: 0;/*頁籤間距*/
}
#logo img {
    padding: 0;
    height: 120px;
}
#logo h1 {
    height: 120px;
}
}
@media only screen and (max-width: 768px){
.topnavbar .container {
  background-color: rgba(0,0,0,0.7);/*底色*/
}
#logo h1 { height: 85px;} 
#logo { z-index: 2;}
} 

#nav ul li a {
    color: #fff;/*頁籤文字顏色*/
    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 black;
}
#nav ul li a:hover {
    color: #eeeeee;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #eeeeee;/*頁籤按下後文字顏色*/
    font-weight: bold;
    font-weight: 600;
}
#nav .subnav {
    background-color: #fff;/*次頁籤底色*/
    max-width: 400px;/*次頁籤背景最大寬度*/
}
#nav li.has-subnav ul li a {
    color: #000;
}
#nav li.has-subnav ul li a:hover {
    color: #fff;
    background:#0368b2;/*次頁籤背景滑過顏色*/
}
#nav li.has-subnav ul li.has-subnav>div a::after, #nav>ul>li.has-subnav>a::after {
    padding-left: 2px;/*下拉選單箭頭距離*/
}

/*手機板banner縮放*/
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(800 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}

/*title文字顏色*/
.h1title h1{
    display:none;}

/*公司介紹-公司簡介表格*/
body.about-us .fcol.fcol-1 .container  {
  background-color: rgb(255, 255, 255, 0.8);
  padding: 50px 20px;
  margin-top: -60px;
}
body.about-us .fcol.fcol-1 {
  background: url(https://static.iyp.tw/409531/files/0c54fc7b-403e-4ab8-aa52-1ac562ada1ec.png)no-repeat;
}

body.about-us .fcol.fcol-2 {
  background-color: #0368b2;
}

body.about-us .fcol.fcol-3 .container  {
  width: 80%;
}
body.about-us .fcol.fcol-3 {
  box-shadow: inset 0 0 10px #ababab;
}

body.about-us .fcol.fcol-4 .container  {
  width: 80%;
}
body.about-us .fcol.fcol-4 {
  background: url(https://static.iyp.tw/409531/files/cfabae6d-01b3-4653-83d7-2549e33a8302.png)no-repeat fixed;
}
body.about-us .fcol.fcol-5 {
  background: url(https://static.iyp.tw/409531/files/9e3f28a5-6c22-4f2d-8e32-68c11abe921c.png)no-repeat center;
}

body.about-us .fcol.fcol-6 { display:none;}

/*電鍍知識頁面區塊*/

body.news .fcol.fcol-1 {
  background: url(https://static.iyp.tw/409531/files/4e54dd19-9111-4e88-a974-8ceb6b167e74.png)no-repeat fixed;
  margin-top: -50px;
}

body.news .fcol.fcol-1 .container  {
  background-color: rgb(255, 255, 255, 0.6);
  border: 2px solid #fff;
  padding: 15px;
}

body.news .fcol.fcol-2 {
  display: none;}

/*頁尾區塊*/
.contact-row {
    display: none;}

/*分隔線樣式*/
hr.sep-3 {
  border: none;
  height: 1px;
  background-image: linear-gradient(to right, #f0f0f0, #8f8f8f, #f0f0f0);
}
hr.sep-3::after {
  content: '◆';
  font-size: 20px;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transform-origin: 50% 50%;
  padding: 1rem;
}

hr.sep-4 {
  border: none;
  height: 1px;
  background-image: linear-gradient(to right, #f0f0f0, #8f8f8f, #f0f0f0);
}
hr.sep-4::after {
  content: '◆';
  color: #fff;
  font-size: 20px;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transform-origin: 50% 50%;
  padding: 1rem;
}

/*圖片放大透明*/
.picc { 
    opacity: 1; /* 透明度100% FireFox 的寫法 */ 
    filter: Alpha(Opacity=100); /* 透明度100% IE 的寫法 */ 
    margin:0 auto;
    overflow: hidden;
} 
.picc img {   
    opacity: 1; 
    filter: Alpha(Opacity=100); 
    margin:0 auto;
    -webkit-transform: scale(1);
    -webkit-transition: 1s;
} 
.picc img:hover { 
    opacity: .5; /* 透明度50% FireFox 的寫法 */ 
    filter: Alpha(Opacity=50); /* 透明度50% IE 的寫法 */ 
    -webkit-transform: scale(1.05);
}

/*表格按鈕-文字底色變化特效*/
.btn1 {
    display: inline-block;
    position: relative;
    z-index: 1;
    min-width: 200px;
    background: #FFFFFF;
    border: 2px solid #ababab;
    border-radius: 50px;
    color: #1b1b1b;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: 0.5s;
    padding: 10px;
}
.btn1 span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #ababab;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}
.btn1:hover,
.btn1:focus {
    color: black;
}
.btn1:hover span {
    transform: translateY(0) scale(2);
}
.btn1 span:nth-child(1) {
    --n: 1;
}
.btn1 span:nth-child(2) {
    --n: 2;
}
.btn1 span:nth-child(3) {
    --n: 3;
}
.btn1 span:nth-child(4) {
    --n: 4;
}
/*表格按鈕-文字底色變化特效*/

/*服務項目圖文特效*/
figure.snip1321 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 20px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
 /* min-width: 230px;*/
  max-width: 100%;
  width: 100%;
  color: #0368b2;
  text-align: center;
  -webkit-perspective: 50em;
  perspective: 50em;
  border: 2px solid #c9c9c9;
}
figure.snip1321 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
figure.snip1321 img {
  max-width: 100%;
  vertical-align: top;
}
figure.snip1321 figcaption {
  top: 50%;
  left: 20px;
  right: 20px;
  position: absolute;
  opacity: 0;
  z-index: 1;
}
figure.snip1321 h2 {
  margin: 0;
  color:#c9c9c9;
}
figure.snip1321 h2 {
  font-weight: 600;
}
figure.snip1321 i {
  font-size: 32px;
}
figure.snip1321:after {
  background-color: #eee;
  position: absolute;
  content: "";
  display: block;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}
figure.snip1321 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1321:hover figcaption,
figure.snip1321.hover figcaption {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1321:hover:after,
figure.snip1321.hover:after {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 0.9;
}
/*服務項目圖文特效*/

/*產品頁面*/
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: #0468b2;}

a {color: #46413e;}
.news .fcol .news-list li a:hover, .news .news.main-content li a:hover {color: #1b1b1b;}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

*, *:after, *:before {
	box-sizing: border-box;
}

/*電鍍知識*/
:root {
	font-size: 16px;
}

*:focus {
	outline: none;
}

details + details {
	line-height: 1.5;
	margin-top: 10px;
}

summary {
	list-style: none;
}

summary::-webkit-details-marker {
	display: none;
}

summary {
	border: 2px solid #0468b2;
	padding: 20px;
	cursor: pointer;
	position: relative;
	padding-left: calc(1.75rem + .75rem + .75rem);
}

summary:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: .75rem;
	content: "▼";
  	width: 1.75em;
	height: 1.75em;
	background-color: #0468b2;
	color: #FFF;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

details[open] summary {
	background-color: #eee;
}

details[open] summary:before {
	content: "▲";}

summary:hover {
	background-color: #eee;}

/*表單送出按鈕*/
.back>a, .btn-search, .btn-style, input[type="submit"] {
    -webkit-transition: background 0.15s ease-out;
    -moz-transition: background 0.15s ease-out;
    transition: background 0.15s ease-out;
    width: 200px;
    color: #0368b2;
    border: 2px solid #0368b2;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.back>a, .btn-search, .btn-style, input[type="submit"]:hover {
    background-color: #0368b2;
    color: #fff;
}