.line-1{position:fixed;right:1%;top:65%;z-index:1000}
.phone{position:fixed;right:1%;top:55%;z-index:1000}


.balloon-default::after {
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
  border-bottom: solid 10px #533d34;
  top: -10px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
   width: 0px;
}

/*大標下底線*/
.title-bar {
    margin-bottom: 1.0em;
    font-size: 1rem;
}


.title-bar::after {
    content: "";
    display: block;
    width: 5em;
    border-top: solid 3px #b7883f;
  border-radius: 5px;
}

body{
  background: #0c60a6 url(https://static.iyp.tw/409158/files/e7980dfe-bdd1-423b-a87c-21550eec2524.jpg) no-repeat top;
  background-size:450*@fs1 1624*@fs1;
  height: 100%;
  min-height: 1268*@fs1;
  /* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
  background-attachment: fixed;
  font-size: 22*@fs1;
}
body:before{
    content: "";
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: inherit;
    background-size:750*@fs1 1624*@fs1!important;
    -webkit-background-size: 750*@fs1 1624*@fs1!important;
    -o-background-size:750*@fs1 1624*@fs1!important;
}

@media only screen and (min-width: 768px){.PC_01 { height: 300px;}}

.PC_01 {
  margin-top:-60PX;
}

#bodyinhome .swiper-wrapper, #bodyinhome .swiper-slide {
  padding-bottom: calc(350 / 1920 * 100%); /* 首頁 banner 大小 */
}
#bodyinhome .fcol.fcol-1 {
  background:linear-gradient(45deg, #393939 0%, #393939 50%, #2e474e 50%, #2e474e 100%);
}

@media only screen and (min-width: 768px){
/*圖片會滑動-手機也共用*/
#bodyinhome .fcol.fcol-4 {
   width: 100%;
   background-attachment: fixed; /*fixed固定背景; scroll捲動背景*/
   background-repeat: no-repeat;
   background-position:center;
   background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
   background-image: url(https://static.iyp.tw/409158/files/e7980dfe-bdd1-423b-a87c-21550eec2524.jpg);
   background-color: #333;
  border-top: 1px solid #666;
  height: 400px;
}
}

#bodyinhome .fcol.fcol-2 .container { width: 100%; padding: 0px;}

@media only screen and (max-width: 768px){
#bodyinhome .fcol.fcol-4 {
  background-image: url(https://static.iyp.tw/409158/files/e7980dfe-bdd1-423b-a87c-21550eec2524.jpg);
  background-size: cover;}
}

#bodyinhome .fcol.fcol-3, #bodyinhome .fcol.fcol-5, #bodyinhome .fcol.fcol-6 { display:none; }



@media only screen and (min-width: 768px){
.topnavbar {
    font-family:Microsoft JhengHei;
    background-color: #fff;/*頁籤底圖顏色*/
    position: relative;/*頁籤&banner分開不重疊*/
    padding: 0;/*頁籤距離*/
}}

@media only screen and (min-width: 768px){
.PC_04 {
  margin-top:-130PX;
} 
}



/*title文字顏色*/
.h1title {
    color: #000;
    text-align: center;
    border-bottom: 1px solid #b0b0b0;
    
}

body.about-us .h1title {display:none;}
   
  
a {
    color: #1c9c96;/*連結顏色*/
    text-decoration: none;
}

.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(500 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important;
}


body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
    line-height: 35px;
}


/* 置中 */
.topnavbar .container {
  text-align: center;
  line-height: 0px;
}
/* 商品格*/
ul.product-list li a { color: #333;}
ul.product-list li a:hover { color: #333;}

body {
    background-color: #fff;/*背景底色*/
}

/* 文字間距高度 */
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
    
}



#nav ul li a {

    color: #000;/*頁籤文字顏色*/
    padding: 12px 10px;/*頁籤文字間隔*/
    /*border-left: #999 1px dotted;頁籤文字間隔虛線*/
    font-size:16px;
}

#nav ul li a:hover  {color: #707070;/*頁籤滑過文字顏色*/}
#nav ul li.current a {color: #707070;/*頁籤按下後文字顏色*/}

#nav .subnav {
    background-color: #fff;
}

#nav ul.subnav  li::after {
    width: 0px;
}

#foot-nav ul li a {padding: 8px 8px;}

/*頁籤按下後文字顏色*/
.t-300{
  font-family: 'Noto Serif TC', serif;
  font-weight: 300;
}

/*UL大標 https://www.daconote.com/css%E9%A0%85%E7%9B%AE%E6%B8%85%E5%96%AE-list/*/
ul.a {
  list-style-type: circle;
}

ul.b {
  list-style-type: square;
}

ol.c {
  list-style-type: square;/*數字*/
  margin-left: 1em;
  line-height: 25px;
}

ol.d {
  list-style-type: lower-alpha;
  margin-left: 1em;
}


/*圖文連結特效*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
figure.snip1084 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 220px;
  max-width: 100%;
  max-height: 300px;
  width: 100%;
  background: #000000;
  text-align: center;
}

figure.snip1084 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

figure.snip1084 img {
  opacity: 2;
  width: 100%;
   object-fit: cover; 
  height: 350px; /*高度*/
}

figure.snip1084 figcaption {
  top: 50%;
  left: 40px;
  right: 40px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

figure.snip1084 figcaption h2 {
  position: relative;
  font-weight: 400;
  font-weight:bold;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  -webkit-transform: translateY(75%);
  transform: translateY(75%);
  text-shadow: black 0.1em 0.1em 0.2em;
}

figure.snip1084 figcaption h2 span {
  font-weight: 800;
}

figure.snip1084 figcaption p {
  font-size: 0.9em;
  font-weight: 500;
  opacity: 0;
  margin: 0;
}

figure.snip1084:before,
figure.snip1084:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s, -moz-transform 0.6s, -o-transform 0.6s, transform 0.6s;
}

figure.snip1084:before {
  border-top: 1px double #fff;
  border-bottom: 1px double #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.snip1084:after {
  border-right: 1px double #fff;
  border-left: 1px double #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.snip1084 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.snip1084.blue {
  background: #0a212f;
}

figure.snip1084.red {
  background: #1176bd;
}

figure.snip1084.yellow {
  background: #ff9b52;
}

figure.snip1084:hover img,
figure.snip1084.hover img {
  opacity: 0.2;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.snip1084:hover figcaption h2,
figure.snip1084.hover figcaption h2,
figure.snip1084:hover figcaption p,
figure.snip1084.hover figcaption p {
  opacity: 1;
  border-color: rgba(17, 118, 189, 0.5);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

figure.snip1084:hover figcaption p,
figure.snip1084.hover figcaption p {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

figure.snip1084:hover:before,
figure.snip1084.hover:before,
figure.snip1084:hover:after,
figure.snip1084.hover:after {
  opacity: 0.8;
  -webkit-transform: scale(1);
  transform: scale(1);
}

<script async src="https://www.googletagmanager.com/gtag/js?id=AW-17221108454"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'AW-17221108454');
</script>

/* 文字放大手機*/
@media only screen and (max-width: 768px){
body {
     font-size: 16px;/*螢幕寬度768px內文字大小*/
}

#footer {
   font-size: 12px;
}
}


/* 文字放大電腦*/
@media only screen and (min-width: 768px){
#main-wrap .container {
    font-size:16px;
  line-height:30px;
  color: #000;
}
  

#foot-nav .container {
    font-size:10px;
    line-height:15px;
}}

/*了解更多*/
.bg-icon  {
  width:100%; 
  height:100%;
  border-radius: 30px;
  margin-left: auto; 
  margin-right: auto;
  color:#000;
  transition:.3s all ease;
  padding:10px 10px;
  text-align:center;
  border: 2px solid #ffae00;
}

.bg-icon:hover  {
  background-color: #ffae00; 
  color:#fff;
 
}

/*響應欄表格col-4 col-5 col-6 col-7 手機版強制2欄 寬度50%*/
@media only screen and (max-width: 576px){
.serve-item .col-4 { max-width: 50%;}
.serve-item .col-5 { max-width: 50%;}
.serve-item .col-6 { max-width: 50%;}
.serve-item .col-7 { max-width: 50%;}
}
