.phone-1 {position:fixed;  right:1.5%;  top:45%;  z-index:1000 }
.phone-2 {position:fixed;  right:1.5%;  top:60%;  z-index:1000 }

body{
  background-attachment:fixed;
  font-family: 'Noto Sans TC', sans-serif;
}


/*全台洽詢*/
.contact-1 {
  background-color: #1e4389;
  padding: 10px;
  color: #ffffff;
  border-radius: 5px;
}
.contact-1 p { color: #ffffff; }

body.about-us .fcol.fcol-2{
background-color:#eee;
}
body.about-us .fcol.fcol-3{
background-color:#0e4891;
}
body.about-us .fcol.fcol-4{
display:none;
}
body.about-us .fcol.fcol-5{
background-image:url("https://static.iyp.tw/38022/files/b28fba8c-0533-41e2-a7ac-9679cf08abe0.jpg");
  background-attachment:fixed;
}

/* default top */
.balloon-default-top {
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #666;
  padding: 10px;
  position: relative;
}
 
.balloon-default-top::after {
  border-bottom: solid 10px #fff;
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
  top: -10px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0;
}
body.about-us .fcol.fcol-4{

}
body.about-us .fcol.fcol-5 {

}
/*套用google font字型Noto Sans TC黑體*/
#t-700 {
   font-family: 'Noto Sans TC', sans-serif;
   font-weight: 700;
   font-size: 40px;
   color: #231815;
}
@media only screen and (max-width: 768px){
#t-700{ font-size: 32px; }}

#t-500{
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
}

#t-400{
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;

}
.font_s{
  font-family: 'Noto Serif TC', serif;
  line-height:34px;
}
.fcol .container > * {
  padding-left: 0px;
  padding-right: 0px;
}

.div_radius{
border-radius: 16px 0px 16px 0px;
-webkit-border-radius: 16px 0px 16px 0px;
-moz-border-radius: 16px 0px 16px 0px;
  background-color:#333;
}


/* default top */
.balloon-default-top {
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #666;
  padding: 10px;
  position: relative;
}
 
.balloon-default-top::after {
  border-bottom: solid 10px #fff;
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
  top: -10px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0;
}
body{

}


.topnavbar .container {
  text-align: justify;
 padding:0px;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

/*文字*/
.word {
   padding: 5px 10px 5px 10px;
  font-weight:bold;
  color: #fff;
  background-color: #9a798c;

}

.word:hover{
    padding: 5px 10px 5px 10px;
  	transition:0.7s;
  color: #fff;
  font-weight:bold; 
  background-color: #6f5062;
}

/*首頁圖*/
.word2 {
   padding: 10px;
  font-weight:bold;
  color: #fff;
  font-size:16px;
   background-color: #ff9000;
  border-radius: 50%;
}

.word2:hover {
   padding: 10px;
  	transition:0.7s;
  color: #fff;
  font-weight:bold; 
  font-size:16px;
   background-color: #f65100;
   border-radius: 50%;
}

.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.topnavbar .container {
}}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}
/*編輯欄設定*/

@media only screen and (min-width: 768px){
.topnavbar {
    background-color:#fff;
    position: relative;/*頁籤&banner分開不重疊*/
    padding: 0;/*頁籤間距*/
   height:100px;
}
/* 文字放大*/
.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;
}

/*產品內頁*/

.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(700 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}



#nav ul li a {
    font-size: 16px;/*頁籤文字大小*/
    color: #333;/*頁籤文字顏色*/
    padding: 10px 16px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #0e4891;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #0e4891;/*頁籤按下後文字顏色*/
}


.fcol.fcol-header {
    display: none;
}

/*title文字顏色*/
.h1title {
    text-align: center;
    color: #000;
    border-bottom: 1px dashed #666;
  
}

a {
    color: #00b7ee;/*連結顏色*/
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: inherit;
    color: #000;
}


.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;
}


/*首頁圖片特效-*/

.row [class^="col-5"] img:hover {
    opacity:0.55;
}
/*圖文按鈕特效*/
.snip1572 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 160px;
  max-width: 100%;
  width: 90%;
  color: #000000;
  text-align: left;
  font-size: 16px;
  background: #d9d09f;/*rgba(255,255,255,0);*/
  padding: 5px;
  border: #ffffff 1px solid;
}

.snip1572 *,
.snip1572:before,
.snip1572:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.snip1572 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}

.snip1572:before,
.snip1572:after {
  content: '';
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.snip1572:before {
  width: 300px;
  height: 2px;
}

.snip1572:after {
  height: 300px;
  width: 2px;
}

.snip1572 figcaption {
  position: absolute;
  left: 0;
  top: 10px;
}

.snip1572 h3 {
  font-weight: 600;
  padding: 10px 20px;
  margin: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.snip1572 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1572:hover img,
.snip1572.hover img {
  transform:scale(1.2,1.2);
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  opacity: 0.15;
}

.snip1572:hover:before,
.snip1572.hover:before,
.snip1572:hover:after,
.snip1572.hover:after {
  opacity: 1;
}

.snip1572:hover:before,
.snip1572.hover:before {
  width: 50px;
}

.snip1572:hover:after,
.snip1572.hover:after {
  height: 50px;
}

.snip1572:hover h3,
.snip1572.hover h3 {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
/*圖文按鈕特效*/

/*owl 輪播圖語法*/
.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%;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  border: 0px solid #fff;
  box-shadow: 0 6px 5px rgba(44,44,44,0.25);
}
@import url(https://fonts.googleapis.com/css?family=Raleway);
.snip1584 {
  font-family: 'Raleway', sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  text-align: left;
}
.snip1584 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.snip1584:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  top: 100%;
  content: '';
  background-color: rgba(51, 51, 51, 0.9);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.snip1584 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}
.snip1584 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.snip1584 h3,
.snip1584 h5 {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}
.snip1584 h3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  margin-bottom: 5px;
}
.snip1584 h5 {
  font-weight: normal;
  background-color: #ae895d;
  padding: 3px 10px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.snip1584 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1584:hover:before,
.snip1584.hover:before {
  top: 10px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.snip1584:hover h3,
.snip1584.hover h3,
.snip1584:hover h5,
.snip1584.hover h5 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.snip1584:hover h3,
.snip1584.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.snip1584:hover h5,
.snip1584.hover h5 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
body.about-us .fcol.fcol-6 .container {
    width: 100%;
    padding:0px;
}


/*圖文特效按鈕-標題在上+內文滑入*/
.snip1374 {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 160px;
  max-width: 100%;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  text-align: left;
  background-color: #000000;
  text-shadow: 2px 2px 5px #000000;/*文字陰影*/
}
.snip1374 figcaption {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  padding: 20px;
 /*-webkit-transform: translateY(-50%);
  transform: translateY(-50%);*/
}
.snip1374 h2{
  font-family: 'Noto Sans TC', sans-serif;
  text-transform: uppercase;/*文字大寫*/
  color:#ffffff;/*文字顏色*/
  font-size: 1.5rem;/*文字大小*/
  font-weight: 700;/*文字粗細*/
  line-height: 1.3;/*文字行距*/
  letter-spacing: 1;　/* 設定文字間距 */
  border-bottom: 2px solid #fff;
}
.snip1374 h2::after {
    content: '';
    margin-top: 10px;
    display: block;
    width: 20%;
    height: 2px;
    background: #c1ab6f;
}
.snip1374 img {
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  width: 100%;
  height: 350px;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.snip1374:hover img,
.snip1374.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}
.snip1374 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1374 p {
  position: relative;
  color: #fff;
  font-size: 1em;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  line-height: 1.3;
}
.snip1374:hover p,
.snip1374.hover p {
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  opacity: 1;
}
.snip1374 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}