.phone{position:fixed;right:2%;top:40%;z-index:1000}



/*電話-漸層按鈕特效*/
.custom-btn {
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 5px;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 700;
  background: transparent;
  font-family:"微軟正黑體";
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}
@media only screen and (max-width: 820px){.custom-btn { font-size: 1.2rem;}}

/* 7 */
.btn-7 {
background: linear-gradient(135deg,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
  line-height: 2;
  padding: 0;
  border: none;
}
.btn-7 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-7:before,
.btn-7:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: rgba(251,75,2,1);
  box-shadow:
   -7px -7px 20px 0px rgba(255,255,255,.9),
   -4px -4px 5px 0px rgba(255,255,255,.9),
   7px 7px 20px 0px rgba(0,0,0,.2),
   4px 4px 5px 0px rgba(0,0,0,.3);
  transition: all 0.3s ease;
}
.btn-7:before{
   height: 0%;
   width: 2px;
}
.btn-7:after {
  width: 0%;
  height: 2px;
}
.btn-7:hover{
  color: #ff7e00;
  background: transparent;
}
.btn-7:hover:before {
  height: 100%;
}
.btn-7:hover:after {
  width: 100%;
}
.btn-7 span:before,
.btn-7 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: rgba(251,75,2,1);
  box-shadow:
   -7px -7px 20px 0px rgba(255,255,255,.9),
   -4px -4px 5px 0px rgba(255,255,255,.9),
   7px 7px 20px 0px rgba(0,0,0,.2),
   4px 4px 5px 0px rgba(0,0,0,.3);
  transition: all 0.3s ease;
}
.btn-7 span:before {
  width: 2px;
  height: 0%;
}
.btn-7 span:after {
  height: 2px;
  width: 0%;
}
.btn-7 span:hover:before {
  height: 100%;
}
.btn-7 span:hover:after {
  width: 100%;
}

/**/
.txt-bg {
    background-color: #eee;
    padding: 1.5rem;
    height: 100%;
}

/*搬家服務項目 bg*/
.service-bg {
  box-shadow: -7px -7px 20px 0px rgb(0 0 0 / 10%), -4px -4px 5px 0px rgb(0 0 0 / 10%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
  background-color: #fff;
}
.service-bg div {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
.service-bg a {color: #ff6600;}

/**/
.txt-bg {
    background-color: #eee;
    padding: 1.5rem;
    height: 100%;
}


#logo {
  display: block;
}
.topnavbar .container {
  text-align: center;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}


/* 對話框 */
.balloon {
  margin: 20px auto;
  width: 100%;
  height: 130px;
}
 

.balloon-default {
  background: #cf2929;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  padding: 10px;
  position: relative;
  width: 100%;
}
 
.balloon-default::after {
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
  border-bottom: solid 10px #cf2929;
  top: -10px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
   width: 0px;
}

#contact-info{
  color:#fff;
}
.tel{
   color:#fff;
} 
body{
  font-family: '微軟正黑體";
  background-image:url("https://static.iyp.tw/409070/files/22f10352-d900-4881-9eea-d1023734f05f.jpg");
  background-attachment:fixed;
}

.h1title{
  display:none;
}

.block2 h4{
    padding-bottom: 10px;
    border-bottom: 2px solid #c1c1c1;
}
.line{
    height: 1px;//高度爲1px,可根據實際修改
    width: 150px;
    background: #c1c1c1;
}
.innerline{
    display: block;
    width: 150px;
    height: 2px;
    background: #cf2929;
    margin-top: -1px;//很重要，否則兩條線不在同一水平面
}


@media (min-width: 1200px){
body[data-type="fullpage"] .topnavbar .container {
    width: 100%;/*頁籤欄滿版*/
    padding: 0 100px 0 35px;
}}

.navbar-nav {
    position: absolute;
    right: 2rem;
   /* background-color: rgba(255,255,255,0.3);/*回首頁按鈕背景*/
      background-color: #666;/*回首頁按鈕背景*/
}
}

#logo h1 {
    height: auto;/*不設定高度*/
    text-align: center;
}
  
body {
    background-color: #fff;/*背景底色*/
}

/*table語法 -讓手機不會破版*/
table {
table-layout: fixed;
word-wrap:break-word;
}


/*table語法 -表格細線*/

.customers table {
  border-collapse: collapse;/*表格細線*/

}

.customers th, .customers td {
  text-align: center;/*表格文字置中*/
  padding: 15px;/*內距*/
  border-bottom: 1px solid #ddd;/*表格細線*/
}

.customers tr:nth-child(even) {/*表格一格灰一格白(even複數)*/
  background: #CCC
}

.customers tr:nth-child(odd) {
  background-color: #FAFAFA;/*表格一格灰一格白(even單數)*/
}


/*文字設定*/
#txt-1{
    font-size: 16px;/*文字大小*/
    color: #000000;/*文字顏色*/
    line-height: 2;
}
@media only screen and (max-width: 768px){
#txt-1{
    font-size: 14px;/*螢幕寬度768px內文字大小*/
}}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}
/*編輯欄設定*/

@media only screen and (min-width: 768px){
.topnavbar {
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 65%,rgba(10,14,10,1) 65%,rgba(7,2,5,1) 100%);
    position: relative;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    padding: 0;/*頁籤間距*/
}
/*勝表格為調*/
.win_01 {
    padding-top: 20px;
}
}


#nav ul li a {
    font-size: 0.95rem;/*頁籤文字大小*/
    color: #fff;/*頁籤文字顏色*/
    padding: 0px 15px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 2.5;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #fff;/*頁籤滑過文字顏色*/
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+74&0.65+0,0+65 */
background: radial-gradient(ellipse at center,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 74%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#nav ul li.current a {
    color: #fff;/*頁籤按下後文字顏色*/
}
/*頁籤按鈕下底線滑入特效*/
#nav ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20%;
    width: 0;
    height: 100%;
    border-bottom: 2px solid #fff;
    transition: 0.2s all linear;
}
#nav ul li a:hover::before {
    width: 60%;
    top: 0;
    left: 20%;
    transition-delay: 0.1s;
    border-top-color: #fff;
    z-index: -1;
}

#nav .subnav {
    background-color: #333;/*次頁籤底色*/
    max-width: 400px;/*次頁籤背景最大寬度*/
}
#nav .subnav .has-subnav span{
    max-width: 400px;/*次頁籤文字背景最大寬度*/
}

#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: #eaeaea;/*產品格底色*/
}
ul.product-list li a:hover {
    color: #2276d2;/*產品格滑過文字顏色*/
}


/*title文字顏色*/
.h1title {
    display:none;
}

a {
    color: #00b7ee;/*連結顏色*/
    text-decoration: none;
}

.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(700 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}

/* 首頁各層編輯欄背景*/
#bodyinhome .fcol.fcol-1{
background-image:url("https://static.iyp.tw/1570/files/d819b5ab-364a-4ddc-8f47-43e94b91883b.jpg");
  background-attachment:fixed;
}
#bodyinhome .fcol.fcol-2 {
background-image:url("https://static.iyp.tw/1570/files/d4b28734-e708-44af-b772-86c6c50f9b2f.jpg");
  background-attachment:fixed;
}
#bodyinhome .fcol.fcol-6 .container {
   width: 100%;
   background-color: #fff;
   padding: 0;
}
#bodyinhome .fcol.fcol-2 .container {
   width: 100%;
   padding: 0;
}
#bodyinhome .fcol.fcol-5{
background-image:url("https://static.iyp.tw/1570/files/b5aa2362-25b0-4841-983c-dfbe4768c6d6.jpg");
  background-attachment:fixed;
}

#bodyinhome .fcol.fcol-5 .container,
#bodyinhome .fcol.fcol-6 .container {
width:100%;
}/*拉寬編輯欄設定*/

body.about-us .fcol.fcol-6 {

}

body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

/*產品分類圖*/
#pro-1 { 
  border: 1px solid #ddd;
   background-color: #fff;
  margin: 5px;
  /* box-shadow: 2px 2px 6px  rgba(0,0,0,0.2);*/
}
#pro-1 img{
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  width: 100%; /*寬度*/
  height: 300px; /*高度*/
}

/*footer*/
#foot-nav {

}
#footer {

}

/*文字圖片*/
@media only screen and (min-width: 768px){
.bg_word {
  position: absolute;
  right:20%;
  bottom:50px;
  margin-top:100px;
   min-width: 200px;
  max-width: 700px;
  width: 100%;
  line-height:35px;
   padding:10px;
}
  
/*圖片隱藏*/
.PDF-02 {
  display:none;
}
}

@media only screen and (max-width: 768px){
.bg_word {
  background-color: #59922a;
  width: 100%;
  line-height:35px;
   padding:10px;
}
/*PDF隱藏*/
.PDF-01 {
  display:none;
}
}
/*證照表格底*/
#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;
   padding:20px;
}


/*圖文連結特效*/
.snip1581 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 160px;
  max-width: 600px;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border: 2px solid #ccc;
}
.snip1581 * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1581 img {
  width: 100%;
  height: 350px;
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  vertical-align: top;
}
.snip1581 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.snip1581 h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 3px 0;
}
.snip1581 .title1 {
    color: #a58e7c;
}
.snip1581 .title2 {
  font-weight: 700;
}
.snip1581 .title3 {
  color: #a58e7c;
  font-size: 25px;
}
.snip1581 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1581:hover img,
.snip1581.hover img {
  -webkit-transform: scale(1.3) rotate(5deg);
  transform: scale(1.3) rotate(5deg);
}

/*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%;
}



.frame img {
	height: 135px;
	width: 180px;
	background-color: #F0F0F0;
	padding: 0px;
	border: 0px solid #D5D5D5;
}

.frame1 img {
	height: 165px;
	width: 220px;
	background-color: #F0F0F0;
	padding: 4px;
	border: 1px solid #D5D5D5;
}

.frame2 img {
	height: 60px;
	width: 150px;
	background-color: #F0F0F0;
	padding: 0px;
	border: 0px solid #D5D5D5;
}/*首頁*/

.onedit [class^=col-] {
    padding: 0px;
}

/*圖文按鈕特效 */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,700);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
figure.snip1477 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
   margin: 0 auto 0;
  min-width: 150px;
  max-width: 100%;
  max-height: 300px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background-color: #000000;
}
figure.snip1477 *,
figure.snip1477 *:before,
figure.snip1477 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
figure.snip1477 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  opacity: 0.9;
}
figure.snip1477 .title {
  position: absolute;
  top: 30%;/*高度*/
  left: 25px;
  padding: 5px 10px 10px 5px;
}
figure.snip1477 .title:before,
figure.snip1477 .title:after {
  height: 2px;
  width: 550px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
figure.snip1477 .title:before {
  top: 0;
  left: 10px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
figure.snip1477 .title:after {
  bottom: 0;
  right: 10px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
figure.snip1477 .title div:before,
figure.snip1477 .title div:after {
  width: 2px;
  height: 300px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
figure.snip1477 .title div:before {
  top: 10px;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
figure.snip1477 .title div:after {
  bottom: 10px;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
figure.snip1477 h2,
figure.snip1477 h4 {
  margin: 0;
  text-transform: uppercase;
}
figure.snip1477 h2 {
  font-weight: 700;
  color:#fff;
}
figure.snip1477 h4 {
  display: block;
  font-weight: 700;
  background-color: #ffffff;
  padding: 5px 10px;
  color: #000000;
}
figure.snip1477 figcaption {
  position: absolute;
  bottom: 45%;
  left: 25px;
  text-align: left;
  opacity: 0;
  padding: 5px 60px 5px 10px;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 1.5px;
}
figure.snip1477 figcaption p {
  margin: 0;
}
figure.snip1477 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
figure.snip1477:hover img,
figure.snip1477.hover img {
  zoom: 1;
  filter: alpha(opacity=35);
  -webkit-opacity: 0.35;
  opacity: 0.35;
}
figure.snip1477:hover .title:before,
figure.snip1477.hover .title:before,
figure.snip1477:hover .title:after,
figure.snip1477.hover .title:after,
figure.snip1477:hover .title div:before,
figure.snip1477.hover .title div:before,
figure.snip1477:hover .title div:after,
figure.snip1477.hover .title div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
figure.snip1477:hover .title:before,
figure.snip1477.hover .title:before,
figure.snip1477:hover .title:after,
figure.snip1477.hover .title:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
figure.snip1477:hover figcaption,
figure.snip1477.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/*圖文特效*/
figure.snip1084 {
  font-family: 'Noto Sans TC', sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  min-width: 160px;
  max-width: 400px;
  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: 0.8;
  width: 100%;
  height: 250px;
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  display: block;
}

figure.snip1084 figcaption {
  top: 50%;
  left: 20px;
  right: 20px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

figure.snip1084 figcaption h3 {
  position: relative;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

figure.snip1084 figcaption p {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  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:hover img,
figure.snip1084.hover img {
  opacity: 0.7;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.snip1084:hover figcaption h3,
figure.snip1084.hover figcaption h3,
figure.snip1084:hover figcaption p,
figure.snip1084.hover figcaption p {
  opacity: 1;
  border-color: rgba(255, 255, 255, 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);
}

/*聯絡我們區塊效果*/
.f_contact ol li {
    padding: 20px 12px 12px;
    margin: 8px;
    display: inline-block;
    min-height: 66px;
    width: calc(33% - 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;
    background-color: rgb(0 0 0 / 50%);
}
.f_contact i { font-size:2rem; color:#009fe8; }
.f_contact p { font-size:1rem; color:#fff; }
.f_contact a { color:#fff; }
@media only screen and (max-width: 1080px){
.f_contact ol li { width: calc(50% - 19px);}
}
@media only screen and (max-width: 768px){
.f_contact ol li { width: calc(100% - 19px);}
}
