.line-1{position:fixed;right:1%;top:40%;z-index:1000}
.phone{position:fixed;right:1%;top:30%;z-index:1000}
.messagea{position:fixed;right:1%;top:20%;z-index:1000}
.fb{position:fixed;right:1%;top:50%;z-index:1000}
.utube{position:fixed;right:1%;top:60%;z-index:1000}
.shopee{position:fixed;right:1%;top:70%;z-index:1000}

/*Q&A手風琴*/
#accordion li div {
display:none;
}

#accordion li>h3{
   display:block;
   border:1px solid #dddddd;
   border-radius:3px; 
   background: rgba(130, 130, 130, 0.72);
   margin-top: 7px;
  color:#FFF;
    padding: 10px;
}
#accordion li>div{
   border:1px solid #dddddd;
   border-radius:3px; 
  margin-top: 7px;
    padding: 10px;
}



/*漢堡選單*/
.navbar .rwd-navbar-toggle .label {
  left: 45px;
Font-size:18px; /* 文字變大*/
  font-weight:bold;
    background-color: #723f16;
    border-radius: 3px;
    padding: 4px;
}
.navbar {
  background-color: #a18168; /* 填入想要的顏色 */
  font-size:110%;
}

.navbar .rwd-navbar-toggle {
  padding: 23px 70px 23px 12px;
}
.navbar-icon-bar {
  width: 28px;
  height: 5px;
}
.navbar-icon-bar:before {
  top: -8px;
}
.navbar-icon-bar:after {
  top: 8px;
}
.navbar .rwd-navbar-toggle .label {
  left: 45px;
}
.rwd-navbar-toggle {
    width: 300px;
}
@media (max-width: 767px) {
  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

@media only screen and (max-width: 767px) {
.rwd-navbar-toggle:before,
.rwd-side {
  background-color: rgb(161, 129, 104); /* 填入想要手機版型的選單背景顏色 */
}
  
.rwd-side a {
  color: #222; /* 填入想要手機版型的選單選項的文字顏色 */
} 
/*文字顏色*/
.rwd-side .nav span{color:#515151}

.rwd-side .nav span:hover{color:#723f16;}
 /*文字顏色下拉選單顏色*/
.rwd-side .side-content a {
    color: #515151;
}  
  
.rwd-side .side-content a:hover {
    color:#723f16;
}
  
.rwd-side .product-search input[type="text"],
.rwd-side .product-search input[type="text"]:focus {
   background-color: #efefef; /* 填入想要手機版型的搜尋輸入匡的背景顏色 */
}
.rwd-side .nav li {
  border-bottom: 1px #ccc solid;
}
.rwd-side .language > a {
  padding-left: 0px;
  } 
}

.rwd-side.menu-open {
  background: #fff;
 }

/*serch*/
@media only screen and (max-width: 767px) {
#rwd-side.rwd-side.rwd-collapse.menu-open .product-search input[type="text"] {
    width: 100%;
    height: 35px;
    font-size: 18px;
    padding: 5px 63px 5px 10px;
    background-color: #b1e6f7;
    border-color: transparent;
 }
} 

/*漢堡選單^*/

body {
    background-color: #f3e5da;
}

.topnavbar .container {
  text-align: center;
}

label {color: #000;}


#header {
    background-color: #a18168;
}


/*google文字*/
.t-700 {
  font-family: 'Noto Serif TC', serif;
  font-weight: 700;
}

/*文字*/
.word {
   padding: 5px 10px 5px 10px;
  font-weight:bold;
  color: #a18168;
  background-color: #f3e5da;

}

.word:hover{
   padding: 5px 10px 5px 10px;
  	transition:0.7s;
  color: #f3e5da;
  font-weight:bold; 
  background-color: #a18168;
}

/*首頁圖*/
.word2 {
   padding: 5px 10px 5px 10px;
  font-weight:bold;
  color: #a18168;
  background-color: #fff;
}

.word2:hover {
   padding: 5px 10px 5px 10px;
  	transition:0.7s;
  color: #fff;
  font-weight:bold; 
  background-color: #a18168;
}


/*首頁圖*/
.word3 {
  padding: 4px 15px 4px 15px;
  font-weight:bold;
  color: #fff;
  background-color: #a18168;
  border: 3px solid #a18168;
}

.word3:hover {
    padding: 4px 15px 4px 15px;
  	transition:0.7s;
  color: #a18168;
  font-weight:bold; 
  background-color: #fff;
border: 3px solid #a18168;
}

/*服務項目*/
.word3 {
  padding: 4px 15px 4px 15px;
  font-weight:bold;
  color: #fff;
  background-color: #a18168;
  border: 3px solid #a18168;
  border-radius: 20px;
}

.word3:hover {
    padding: 4px 15px 4px 15px;
  	transition:0.7s;
  color: #a18168;
  font-weight:bold; 
  background-color: #fff;
  border: 3px solid #a18168;
  border-radius: 20px;
}


.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b7c3c0;
    padding-bottom:10px;
}

/*產品圖*/
.design img {
   width: 500px;
   height: 300px;
   object-fit: cover;
  opacity:3;
  transition:0.7s
}

.design img:hover {
  opacity:0.55;
}

/*產品圖-下方請看更多*/
.design1{
	width: 100%;
   padding: 10px;
   border:1px #fff solid;
  background-color: #a18168;
  text-align:center;
  transition:0.7s
}

.design1:hover{

	width: 100%;
   padding: 10px;
   border:1px #a18168 solid;
   background-color: #d1b7a0;
}

/*產品圖-實際案例*/
.case img {
  border-radius: 50%;
  border: 1px #dddddd solid;
  padding:6px;
  background-color:#fff;

}



/*編輯欄設定*/
@media only screen and (max-width: 768px){
body {
     font-size: 16px;/*螢幕寬度768px內文字大小*/
}}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}
/*編輯欄設定*/

@media only screen and (min-width: 768px){
.topnavbar {
    background-color: #eddccc;/*頁籤底圖顏色;background-color: rgba(255,255,255,0);透明Transparent*/
    position: relative;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    height: 160px;/*頁籤底圖高度*/
    padding: 0;/*頁籤間距*/
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
/* 文字放大*/
.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(500 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}

#nav ul li a {
    font-size: 1.0rem;/*頁籤文字大小*/
    color: #042e3c;/*頁籤文字顏色*/
    padding: 10px 14px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
   font-weight:bold;
}

#nav ul li a:hover  {
    color: #21465f;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #21465f;/*頁籤按下後文字顏色*/
}

#nav .subnav {
    background-color: #f3e5da;
}

/*title文字顏色*/
.h1title {
    text-align: center;
    color: #a18168;
    border-bottom: 1px dashed #666;
}

a {
    color: #21465f;/*連結顏色*/
    text-decoration: none;
}

/*拉寬編輯欄設定*/

#banner {
  border-bottom: 8px solid #a18168;
}

#bodyinhome .fcol.fcol-1 {
    background-color: #a18168;
}

#bodyinhome .fcol.fcol-2 .container {
  padding:0px;}

#bodyinhome .fcol.fcol-2 {
 background: url(https://static.iyp.tw/42482/files/c82e3bff-7084-4568-b4f1-ffbb132af7c3.png)no-repeat center bottom;/*底圖*/
 background-color: #f3e5da;
 border-bottom: 3px solid #a18168;
}

#bodyinhome .fcol.fcol-6 .container {
  padding:0px;}

#bodyinhome .fcol.fcol-6 {
 width: 100%;
   /*background-color: #231a15;*/
  background: url(https://static.iyp.tw/42482/files/1b4fb904-976c-4cde-98cb-eef6eef6fec4.png) no-repeat scroll left top transparent; 
   position: relative;
  background-color: #a18168;
}

#bodyinhome .fcol.fcol-3 .container {
  padding:0px;}


#bodyinhome .fcol.fcol-4 .container {
  padding:0px;}

#bodyinhome .fcol.fcol-4 {
  background-color: #fff;
border-bottom: 3px solid #a18168;
}

#bodyinhome .fcol.fcol-5 .container {
  padding:0px;}


body.about-us .fcol.fcol-1 {
 display:none;
}

body.about-us .fcol.fcol-6 {
  background-color: #a18168; 
}



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: inherit;
    color: #a18168;
}


/*產品頁-側欄頁籤*/
#side h3 {
    color: #000; /*側欄頁籤標題顏色*/
  font-weight: 700;
  font-size: 24px;
}
#side ul li a {
    color: #000; /*側欄頁籤連結顏色*/
    font-size: 20px;
}
#side ul li a:hover {
    color: #666; /*側欄頁籤滑入顏色*/
}
#side .children li {
    font-size: 18px;
    border-bottom: 1px dashed #ddd;
    margin-left: 15px;
}/*側欄次頁籤*/


.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: #666b5b;
    overflow: hidden;
    padding: 0 16px;
}


#footer {
   color: #fff;
    background-color: #a18168;
}

#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #fbfbfb;
}
#foot-nav ul li a {
    display: block;
    color: #fff;
    font-size: 1.06em;
    margin-right: 10px;
    padding: 8px 16px;
}
#contact-info ul li span {
    color: #fff;
}


/*首頁特效*/
#frame_c {
  border-radius:10px;
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: #fff;
}

/*圖片特效-圖片拉大 雲科當舖*/
.pic{
	width:ˇ350px; 
    height:240px;
    overflow:hidden;
    border:1px solid #ccc;/*邊框樣式（solid直線 dotted點狀線 dashed虛線）*/
    margin-left:auto; /*置中*/
    margin-right:auto;/*置中*/
}
.pic img{transform:scale(1,1);transition: all 1s ease-out;}
.pic img:hover{transform:scale(1.2,1.2);}

/*首頁特效*/
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
figure.snip1321 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #000000;
  text-align: center;
  -webkit-perspective: 50em;
  perspective: 50em;
}
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,
figure.snip1321 h4 {
  margin: 0;
}
figure.snip1321 h2 {
  font-weight: 600;
}
figure.snip1321 h4 {
  font-weight: 400;
  text-transform: uppercase;
}
figure.snip1321 i {
  font-size: 32px;
}
figure.snip1321:after {
  background-color: #ffffff;
  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;
}
/*產品介紹-圖文左右(手機版上下)特效*/
figure.snip1249 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: inline-block;
}
@media only screen and (min-width: 1280px){
figure.snip1249 { display: inline-flex; }   
}

figure.snip1249 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  border: 10px solid #fff; 
}
figure.snip1249 img{
  position: relative;
  width: 100%;
  height:400px;
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  transform:scale(1,1);
}
@media only screen and (min-width: 1280px){ figure.snip1249 img{ width: 50%; }}

figure.snip1249:hover img{
  opacity: 0.7;
  transform:scale(1.1,1.1);
}

figure.snip1249 h3 {
  font-family: 'Noto Serif TC', serif;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
figure.snip1249 p {
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
}
figure.snip1249 figcaption {
  color: #000000;
  position: relative;
  font-size: 0.9em;
  text-align: center;
  background: #ffffff;
  width: 100%;
  display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

figure.snip1249 figcaption .btn-more {
  display: inline-block;
  width: auto;
  border: 2px solid #20638f;
  padding: 5px 10px;
  color: #20638f;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.9em;
  text-transform: uppercase;
  margin: 1rem;
}

figure.snip1249:hover .btn-more {
  background-color: #20638f;
  color: #ffffff;
}
figure.snip1249 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}