.phone {position:fixed;  right:1%;  top:40%;  z-index:1000 }
.line-1{position:fixed;right:1%;top:55%;z-index:1000;}

#bodyinpage #banner {display:none;}

.tel-night-wrap, .fax-wrap, .gender-wrap, .signtxt, #bodyinhome .fcol.fcol-2, #bodyinhome .fcol.fcol-3, #bodyinhome .fcol.fcol-4 {display:none;}


/*服務流程*/
.pc {
  background-color: #fff; 
  border: 1px solid #1a4bba; 
  border-radius: 15px; 
  padding: 1em; 
  box-shadow: 0px 5px 0px 3px #a9b9de;
  height: 100%;
}


/*手機版-側欄浮動按鈕-縮小*/
@media (max-width: 414px){ 
  .phone, .fb, .line-1, .ig, .map, .wechat, .shop-1, .x-twitter, .pixnet { 
    transform: scale(0.8);
    right:0;
  }
}

/*title文字顏色, ::after底線*/
.h1title1 h1{
    text-align: center;
    color: #333333;
}
.h1title1 h1 span::after {
    content: "";
    background: #2067d2;
    width: 50px;
    height: 5px;
    display: block;
    margin: 0.5em auto 0.5em;
    border-radius: 5px;
}


.pc_02 {
   height: 100%;
    width: 100%;
   object-fit: cover;
}


/*按鈕-文字底色變化特效*/
.btn-1 {
    border-radius: 20px;/*表格按鈕框線圓角*/
    color: #fff;
    font-size: 13px;
  padding:20px;
  background-color:#333;
      border: 2px solid #333;/*表格按鈕框線樣式*/
}
.btn-1:hover{
    background-color: #fff; /* 當滑鼠經過時按鈕表格底色變化 */
    color: #333;/* 當滑鼠經過時按鈕表格文字變化 */
}
.btn-2 {
    border-radius: 20px;/*表格按鈕框線圓角*/
    color: #fb8e00;
    font-size: 13px;
  padding:20px;
  background-color:#fff;
      border: 2px solid #fb8e00;/*表格按鈕框線樣式*/
}
.btn-2:hover{
    background-color: #fb8e00; /* 當滑鼠經過時按鈕表格底色變化 */
    color: #fff;/* 當滑鼠經過時按鈕表格文字變化 */
}
.custom-btn {
    padding: 5px 25px;
    font-family: Arial,微軟正黑體; 
    font-weight: 500;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}


body {
  font-family: 'Noto Sans TC', sans-serif;
}


/*內頁-產品分類圖*/
#pro-1 { 
  border: 1px solid #ddd;
   background-color: #fff;
  margin: 5px;
   box-shadow: 0 0 5px rgba(0 0 0/10%);
}
#pro-1 img{
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  width: 100%; /*寬度*/
  height: 220px; /*高度*/
}

/*btn-觀看驗屋案例內頁*/
#btn-case2 {
  text-align: center;
  border-radius: 50px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px 20px;
  transition:0.5s;
  font-size:30px;
  color: #4b4b4b;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    
 &:hover { background-color: #ffba00; } 
}
#btn-case2 a { color: #4b4b4b; }


/*套用google font字型Noto Serif TC明體*/
#t-700{
  font-family: 'Noto Serif TC', serif;
  font-weight: 700;
  color: #666;
  font-size: 30px;
}
@media only screen and (max-width: 768px){
#t-700{ font-size: 24px; }}

#t-500{
  font-family: 'Noto Serif TC', serif;
  font-weight: 500;
    color: #000;
}

#t-400{
  font-family: 'Noto Serif TC', serif;
  font-weight: 400;
}

.topnavbar {
    background-color: #fff;/*頁籤底圖顏色;background-color: rgba(255,255,255,0);透明Transparent*/
    position: relative;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    padding: 0;/*頁籤間距*/
    border-bottom: 1px solid #eee;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}


.topnavbar .container {
  text-align: justify;
  padding: 0;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}


#logo h1 { text-align: center; height: 70px;}

table {
table-layout: fixed;
word-wrap:break-word;
} /*動到表格手機不會破版*/


/*編輯欄設定*/
.fcol p{
    font-size: 18px;/*文字大小*/
    color: #000000;/*文字顏色*/
    line-height: 2;
    letter-spacing: 1px;
}
@media only screen and (max-width: 768px){
.fcol p{
    font-size: 16px;/*螢幕寬度768px內文字大小*/
}}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}
/*編輯欄設定*/




body[data-type="fullpage"] #nav {margin: 37px 0 0 0;}
@media only screen and (max-width: 1335px){
 body[data-type="fullpage"] #nav {margin: 0;}
}

#nav ul li a {
    font-size: 17px;/*頁籤文字大小*/
    color: #333333;/*頁籤文字顏色*/
    padding: 10px 15px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #0066ff;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #0066ff;/*頁籤按下後文字顏色*/
    font-weight: 400;
}

#nav .subnav {
    background-color: #fff;/*次頁籤底色*/
    max-width: 400px;/*次頁籤背景最大寬度*/
    text-align: left;
}
#nav .subnav .has-subnav span{
    max-width: 400px;/*次頁籤文字背景最大寬度*/
}

#nav li.has-subnav ul li a {
   font-size: 17px;
   color: #333;/*次頁籤文字顏色*/   
   border-bottom: 1px solid #eee;
}
#nav li.has-subnav ul li a:hover {
   color: #fff;/*次頁籤滑過後文字顏色*/
   background-color: #0a51bb;
}


#nav li.has-subnav ul li.has-subnav>div a::after, #nav>ul>li.has-subnav>a::after {
    padding-left: 2px;/*下拉選單箭頭距離*/
}

ul.product-list li a {
    color: #2276d2;/*產品格文字顏色*/
    background-color: #ddd;/*產品格底色*/
}
ul.product-list li a:hover {
    color: #2276d2;/*產品格滑過文字顏色*/
}
.productdetail .detail-spec h2 p{
    color: #333;
    font-size: 30px;
}/*產品內頁標題文字*/


/*title文字顏色*/
.h1title h1{
    font-family: 'Noto Serif TC', serif;
    font-weight: 400;
    color: #333333;
  border-bottom: 1px dashed #cccccc;
}

a {
    color: #333;/*連結顏色*/
    text-decoration: none;
}
a:hover { color: #ff1000;}

.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(750 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}


#bodyinhome .fcol.fcol-1{
  padding:10px;

}/*拉寬編輯欄設定*/


#bodyinhome .fcol.fcol-4 .container  {
 width: 100%;
}

#bodyinhome .fcol.fcol-6 .container {
   width: 100%;
   padding: 0;
   margin-bottom:-10px;
}



body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}
/*首頁各層編輯欄設定*/

/*標題-裝飾線*/
.decorate-line {
    width: 100%;
    height: 1px;
    margin: 0 0 10px 70px;
    background-color: #bbb;
    transform: rotate(-45deg);
}


/*實際案例-表格底*/
#frame_c{
  width: 100%;
  height: 100%;
  padding:10px;
  border-radius: 15px;
  border:1px #eee solid;
  box-shadow: inset 10px -1px 50px 4px #DEDEDE,-1px 34px 26px -23px #A6A6A6;-webkit-box-shadow: inset 10px -1px 50px 4px #DEDEDE,-1px 34px 26px -23px #A6A6A6;
  -moz-box-shadow: inset 10px -1px 50px 4px #DEDEDE,-1px 34px 26px -23px #A6A6A6;
  -o-box-shadow: inset 10px -1px 50px 4px #DEDEDE,-1px 34px 26px -23px #A6A6A6;
  background-color: rgb(255 255 255 / 80%);
  border-collapse: separate;
}


/*手機版漢堡選單*/
.navbar .container {
    background-color: #333; /*導覽列背景顏色樣式*/
}
.navbar-icon-bar {
  width: 28px; /* 三變大*/
  height: 4px; 
  background-color: #fff; /* 填入想要的三條線顏色 */

}
.navbar-icon-bar:before, .navbar-icon-bar:after {
    background-color: #fff; /* 填入想要的三條線顏色 */
}
.navbar .rwd-navbar-toggle {
    padding-right: 150px !important;/*導覽列文字範圍右間距寬度*/
}
.navbar .rwd-navbar-toggle .label {
    left: 45px;
    font-size: 1.0rem; /*導覽列文字尺寸*/
    color: #fff; /*導覽列文字顏色樣式*/
    background-color: #ec8710;/*導覽列文字背景顏色*/
    border-radius: 3px;
    padding: 4px;
}
@media only screen and (max-width: 767px){
.rwd-side .nav li {
    border-bottom: 1px #ccc dashed; /* 展開連結文字底虛線 */
}
.rwd-side .nav span {
    color: #fff; /* 展開連結文字顏色 */
}}


/* 文字放大手機*/
@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;
}
  

#foot-nav .container {
    font-size:10px;
    line-height:15px;
}}

/*Q&A手風琴*/
#accordion li div {
 display:none;
}

#accordion li>h3{
   display:block;
   border:1px solid #dddddd;
   border-radius:3px; 
   background: #e8e8e8;
   margin-top: 7px;
   color:#000;
   font-size: 18px;
   font-weight: 700;
   padding: 10px;
}
#accordion li>div{
   border:1px solid #dddddd;
   border-radius:3px; 
   margin-top: 7px;
   padding: 10px;
   background: rgb(255,255,255,0.9);
   color:#222;
}
#accordion li>h3:after {
    position: relative;
   font-family: "Font Awesome 6 Free";
   content: "\f107";
    font-size: 20px;
    float: right;
    transition: transform 0.3s ease-in-out;
}

/*標題效果*/
#title-1 {
  position: relative;
  padding-left: 25px;
  color: #0048ff;
  font-size: 22px;
  font-weight: 500;
  margin: 10px 10px 10px 0px;
}
@media only screen and (max-width: 768px){ #title-1 {font-size: 18px;} }

#title-1:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #0048ff;
}
#title-1:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #0048ff;
}


/*產品-區塊項目li效果—5格*/
.pro_item2 ul li {
    padding: 20px;
    margin: 5px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    width: calc(50% - 10px);
    border-radius: 5px;
    line-height: 1.5;
    border: 1px solid #dddddd;
    background-color: #fff;
  font-size: 18px;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  text-align: center;
}
.pro_item2 a { color:#000 ;font-size: 15px;}

.pro_item2 a:hover { 
  opacity: 0.8;   
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px){
 .pro_item2 ul li { width: calc(50% - 10px); font-size: 14px;}
  .pro_item2 a { font-size: 14px;}
}
@media only screen and (max-width: 768px){
 .pro_item2 ul li { width: calc(50% - 10px); }
}
@media only screen and (max-width: 567px){
 .pro_item2 ul li { width: calc(100% - 10px); }
}



/*服務介紹*/
.s-item  {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding:15px;
  height: 100%;
  box-shadow: -1px 34px 26px -23px #999999;
  text-align: center;
}
.s-item img {
    width: 150px;
    background-color: #eee;
    border-radius: 100%;
    margin: -80px 0 0;
}
.s-item h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #2067d2;
}
.s-item h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #080808;
}
.s-item p {
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
}


/*產品-區塊項目li效果—5格*/
.pro_item ul li {
     color:#fff;
    padding: 5px;
    margin: 5px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    width: calc(25% - 10px);
    border-radius: 5px;
    line-height: 1.5;
    border: 1px solid #dddddd;
    background-color: #fff;
  font-size: 18px;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  text-align: center;
  background-image: linear-gradient(to right, #2f51c9, #00239e);
}
.pro_item a { color:#fff; font-size: 15px;}

.pro_item a:hover { 
  opacity: 0.8;   
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px){
 .pro_item ul li { width: calc(33% - 10px); font-size: 14px;}
  .pro_item a { font-size: 14px;}
}
@media only screen and (max-width: 768px){
 .pro_item ul li { width: calc(50% - 10px); }
}
@media only screen and (max-width: 567px){
 .pro_item ul li { width: calc(100% - 10px); }
}


/*背景圖固定-適用行動裝置*/
body{
  background: url(https://static.iyp.tw/409449/files/3df7e67f-531c-46ba-8381-3c2f3581dbca.jpg) no-repeat top;
  background-size:750*@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;
}

/*UL大標 https://steam.oxxostudio.tw/category/html/tags/ul-li.html*/
ul.a {
  list-style-type: disc;
}

ul.b {
  list-style-type: square;
  margin-left: 1em;
}

ul.c {
  list-style-type: disc;/*實心*/
  margin-left: 1em;
  color:#fff;
}

ol.d {
  list-style-type: decimal;
  margin-left: 1em;
}


/*圖文連結特效*/
.snip1504 {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 150px;
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #000000;
}

.snip1504 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1504 img {
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  vertical-align: top;
  width: 100%;
  aspect-ratio: 4 / 3;
  backface-visibility: hidden;
  opacity: 0.5;
}

.snip1504 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;
}

.snip1504 figcaption:after {
  content: '';
   
    background-size: cover;
    position: absolute;
    width: auto;
    height: 95%;
    aspect-ratio: 3 / 4;
    opacity: 0.3;
}
.snip1504:hover figcaption:after {
    opacity: 0;
}

.snip1504 h3,
.snip1504 h5 {
  margin: 0;
  opacity: 1;
  letter-spacing: 2px;
}

.snip1504 h3 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 22px;
}

.snip1504 h5 {
  font-weight: normal;
  font-style: italic;
  color: #f5c53a;
  font-size: 12px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.snip1504 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1504:hover > img,
.snip1504.hover > img {
  opacity: 1;
}

.snip1504:hover h3,
.snip1504.hover h3,
.snip1504:hover h5,
.snip1504.hover h5 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}



/*產品介紹 icon*/
@import url(https://fonts.googleapis.com/css?family=BenchNine:700);
.snip1562 {
  background-color: #4c86dd;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'BenchNine', Arial, sans-serif;
  font-size: 1em;
  font-size: 20px;
  line-height: 1em;
  margin: auto 0 auto;
  outline: none;
  padding: 12px 40px 10px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
}

.snip1562:before,
.snip1562:after {
  border-color: transparent;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-style: solid;
  border-width: 0;
  content: "";
  height: 24px;
  position: absolute;
  width: 24px;
}

.snip1562:before {
  border-color: #333399;
  border-left-width: 2px;
  border-top-width: 2px;
  left: -5px;
  top: -5px;
}

.snip1562:after {
  border-bottom-width: 2px;
  border-color: #333399;
  border-right-width: 2px;
  bottom: -5px;
  right: -5px;
}

.snip1562:hover,
.snip1562.hover {
  background-color: #333399;
}

.snip1562:hover:before,
.snip1562.hover:before,
.snip1562:hover:after,
.snip1562.hover:after {
  height: 100%;
  width: 100%;
}
