.phone {position:fixed;  right:1%;  top:40%;  z-index:1000 }
.line-1{position:fixed;right:1%;top:55%;z-index:1000;}

#side ul li.current > div a {
  color:#fff;
    background-color:#526177;
}
#side ul li a:hover {
  color: #fff;
  background-color:#526177;
}
h3 {
    color:#fff;
}
.product-list-div h2 a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.product-list-div h2 {
  text-shadow: 0 1px 0 #333;
  font-size: 18px;
}
@media only screen and (min-width: 768px){
/*服務項目*/
.service_01 {
   width: 700px;  
   padding:20px;
   margin-top:60px;
   margin-Left: -00px;
   background-color: #fff;
   box-shadow:0px 0px 10px rgba(0,0,0,.5);
  position: relative;
  z-index: 1;
}}
.pc_03 {
   width: 100%;  
   height:500px;
  object-fit: cover; 

}
body {
  background-color: #3e4652;/*背景底色*/
  font-family: 'Noto Sans TC', sans-serif;
}


/*首頁小圖語法*/
.pc_01 {
	padding: 20px 15px;
	border: 1px solid #D5D5D5;
    height: 100%;
    width: 100%;
}

@media (min-width: 1200px){
.pc_02 {
   height: 100%;
    width: 100%;
   object-fit: cover;
}
}


.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}


@media only screen and (min-width: 768px){
.topnavbar {
    background-color: #3e4652;/*頁籤底圖顏色;background-color: rgba(255,255,255,0);透明Transparent*/
    position: relative;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    padding: 0;/*頁籤間距*/
}
}




/* 首頁各層編輯欄背景*/
#bodyinhome .fcol.fcol-2, #bodyinhome .fcol.fcol-4  {
   background-color: #f0f0f0;
   padding: 5rem 0;
  /*height: 500px;*/
}

#bodyinhome .fcol.fcol-2{
background-image:url("https://static.iyp.tw/409381/files/56bb6cab-af62-403f-8a33-1f2083c40bb0.jpg");
  background-attachment:fixed;
}
#bodyinhome .fcol.fcol-3{
display:none;
}
#bodyinhome .fcol.fcol-4{
display:none;
}
#bodyinhome .fcol.fcol-5{
display:none;
}
#bodyinhome .fcol.fcol-6 .container{
   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(700 / 1920 * 100%); /* 內頁 banner 大小 */
}


#nav ul li::after {  
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #fff;
    left: 0;
     top: 15px; }

#nav ul li a {
    color: #fff;/*頁籤文字顏色*/
    padding: 15px 16px;/*頁籤文字間隔*/
    /*border-left: #999 1px dotted;頁籤文字間隔虛線*/
    font-size:16px;
}

#nav ul li a:hover  {color: #fff;/*頁籤滑過文字顏色*/}
#nav ul li.current a {color: #fff;/*頁籤按下後文字顏色*/}

#nav .subnav {
    background-color: #666;/*次頁籤底色*/
}


/*次頁籤按鈕下底線滑入特效-底線短--隱藏*/
#nav li.has-subnav ul li::after {
    display:none;
}

/* 商品格*/
ul.product-list li a { color: #fff;}
ul.product-list li a:hover { color: #fff;}

/*title文字顏色*/
.h1title {
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #b0b0b0;
    
}


/* 文字放大手機*/
@media only screen and (max-width: 768px){
body {
     font-size: 16px;/*螢幕寬度768px內文字大小*/
    color: #000;
}

#footer {
   font-size: 12px;
}
}


/* 文字放大電腦*/
@media only screen and (min-width: 768px){
#main-wrap .container {
    font-size:16px;
  line-height:30px;
  color: #000;
}}
  
a { color: #000;}
  
  
/* 線*/
.line{
    height: 1px;//高度爲1px,可根據實際修改
    width: 150px;
    background: #ffae00;
}
.innerline{
    display: block;
    width: 150px;
    height: 3px;
    background: #ffae00;
    margin-top: -1px;//很重要，否則兩條線不在同一水平面
}

/*大標下底線*/
.title-bar {
    margin-bottom: 1em;
    font-size: 1.0rem;
}

.title-bar::after {
    content: "";
    display: block;
    width: 2.083em;
    margin: 0.25em auto 0;
    border-top: solid 3px #a2aab1;
}


/*聯絡我們區塊項目li效果*/
.contact-1 ol li {
    padding: 20px 12px 12px;
    margin: 8px;
    display: inline-block;
    min-height: 66px;
    width: calc(25% - 19px);
    border-radius: 5px;
    line-height: 32px;
    border: 1px solid rgba(238,238,238,.25);
    box-shadow: 0px 0px 5px -2px rgba(0,0,0,.5) inset;
}
.contact-1 i { font-size:2rem; color:#fff; }
.contact-1 a { font-size:1rem; color:#fff; }

@media only screen and (max-width: 1280px){
.contact-1 ol li { width: calc(50% - 19px);}
}
@media only screen and (max-width: 768px){
.contact-1 ol li { width: calc(100% - 19px);}
}

@import url(https://fonts.googleapis.com/css?family=Raleway:900);
.snip1366 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: auto 0 auto;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  box-shadow: none !important;
}
.snip1366 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1366:first-of-type {
  margin-left: 0px;
}
.snip1366 .image {
  padding: 15px 0;
}
.snip1366 img {
  width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  position: relative;
  opacity: 0.7;
  height: 300px; /*高度*/
  object-fit: cover; 
}
.snip1366 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1366 h3 {
  width: 100%;
  position: absolute;
  margin: 0;
  padding: 0 10px;
  line-height: 1.1em;
  font-weight: 900;
  font-size: 1.5em;
  top: 50%;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.snip1366 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1366:hover img,
.snip1366.hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
}
.snip1366:hover h3,
.snip1366.hover h3 {
  opacity: 1;
}

/*fod*/
.bg-icon1  {
  margin-left: auto; 
  margin-right: auto;
  transition:.3s all ease;
  padding: 5px 15px;
  color: #fff;
  text-align: center;
  font-size: 16px;
   border: 1px solid #fff;
 border-radius: 5px;
}

.bg-icon1:hover  {
  color: #fff;
  background-color:#3e4652;
}

.bg-icon1 a { color:#252525;}

/*圖片輪播*/
.owl-carousel.owl-theme {
  padding: 0 1rem 2rem;
}
.owl-carousel.owl-theme .owl-nav {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
.owl-carousel.owl-theme .owl-dots {
  bottom: 0;
}
.owl-carousel.owl-theme button:focus {
  outline: none;
}
.owl-carousel.owl-theme .owl-nav,
.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  float: left;
  transform: translateX(-100%);
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  float: right;
  transform: translateX(100%);
}
.owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.owl-carousel.owl-theme .owl-nav .owl-next:hover{
  background: none;
  color: inherit;
}
.owl-carousel.owl-theme .owl-nav .fa{
  font-size: 3em; /*箭頭大小*/
}

.editmode .owl-carousel.owl-loaded {
  display: flex;
  flex-wrap: wrap;
}
.editmode .owl-carousel > div {
  flex: 0 0 25%;
  max-width: 25%;
}
/*首頁圖文特效*/
.snip1505 {
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;/*左右置中*/
  min-width: 150px;
  max-width: 100%;
  width: 100%;
  color: #000000;
  text-align: center
  font-size: 16px;
  background-color: #fff;
}

.snip1505 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1505 img {
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  vertical-align: top;
  width: 100%;
  height: 300px;
  backface-visibility: hidden;
}

.snip1505 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.snip1505 h3,
.snip1505 h5 {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.snip1505 h3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  text-transform: uppercase;
  font-weight: 400;
}

.snip1505 h5 {
  font-weight: normal;
 /* font-style: italic;/*斜體*/
  color: #888;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.snip1505 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1505:hover > img,
.snip1505.hover > img {
  opacity: 0.1;
}

.snip1505:hover h3,
.snip1505.hover h3,
.snip1505:hover h5,
.snip1505.hover h5 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}