.phone {position:fixed;  right:1%;  top:40%;  z-index:1000 }
.line-1 {position:fixed;  right:1%;  top:55%;  z-index:1000 }
.MAP {position:fixed;  right:1%;  top:70%;  z-index:1000 }
.dt {position:fixed;  right:1%;  top:85%;  z-index:1000 }

body {
  background-color: #e9e9e9;
  font-family: "Noto Sans JP", sans-serif;
}


/*商品項目*/
#table-about {
    position: relative;
    z-index: 1;
    width: 70%;
    border-collapse: collapse;
    background-color: rgba(248, 243, 239, 0.9);
    margin: -20% 0 0 30%;
    border: none;
    box-shadow: 5px 5px 0px 0px #6f4028;
}

@media only screen and (max-width: 991px){
#table-about { 
  width: 80%;
  margin: -10% auto 0;
}
}

#table-about td{
  padding:20px;
}


#bodyinhome .fcol.fcol-3 .container { width:100%; }

 #bodyinhome .fcol.fcol-1 {   
   background-repeat: no-repeat;
   background-position: 50% 70%;
   background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
   background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.6) 0% ,rgba(255, 255, 255, 0.6) 100%) , url(https://static.iyp.tw/409314/files/299d549d-9641-440c-b612-2c3cd7e0d47c.jpg);
   padding: 3rem 0; }


body.about-us .fcol.fcol-6 {
   background:repeating-linear-gradient(60deg,#333333,#333333 15px,#3a3a3a 0,#3a3a3a 30px);
   }


body.about-us .fcol.fcol-2 .container { 
  width:100%;
   background-repeat: no-repeat;
   background-position: 50% 70%;
   background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
   background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 50% ,rgba(0, 0, 0, 0.6) 50%) , url(https://static.iyp.tw/7002/files/a3daa1d2-d3b0-4d9c-a5f5-8cefc3693ee0.jpg);
   padding: 3rem 0; 
}




/*了解更多*/
.bg-icon2  {
  margin-left: auto; 
  margin-right: auto;
  transition:.3s all ease;
  padding: 5px 10px;
  color: #000;
  text-align: center;
  font-size: 16px;
   border: 3px solid #4f514d;

}

.bg-icon2:hover  {color: #fff;  background-color: #4f514d;}

.bg-icon2 a { color:#fff;}


label {color: #000;}





.topnavbar .container {
  text-align: justify;
  padding:0px;
}

logo {
  padding:0px;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}



/*編輯欄設定*/
@media only screen and (max-width: 768px){
body {
     font-size: 16px;/*螢幕寬度768px內文字大小*/
}
  }

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}
/*編輯欄設定*/


.topnavbar {

    background-color: #ca1300;
    position: relative;/*頁籤&banner分開不重疊*/
    height: 90px;/*頁籤底圖高度*/
    padding: 0;/*頁籤間距*/
}


/* 消除空白*/
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;
}

.swiper-slide {
  width: 100% !important;
}

/* 首頁 */
#bodyinhome .swiper-wrapper, #bodyinhome .swiper-slide {
  padding-bottom: calc(750/ 1920 * 100%); /* 首頁 banner 大小 */
}

/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(750/ 1920 * 100%); /* 內頁 banner 大小 */
}

#nav ul li a {
    font-size: 16px;/*頁籤文字大小*/
    color: #fff;/*頁籤文字顏色*/
    padding: 10px 10px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #ffd904;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #ffd904;/*頁籤按下後文字顏色*/
}

#nav .subnav {
    background-color: #484945;/*次頁籤底色*/
}

#side ul li a {
    color: #0e0e0e;
}

#side ul li.current>div a {
    color: #2b2b2b;
}


/*title文字顏色*/
.h1title {
    color: #2a1d21;
    border-bottom: 0px dashed #676767;
}

.h1title::before {
  content:"";
  border-bottom:4px solid #595959;
  width:40px;

  position:absolute;
  padding-top:50px;
 
}

a {
    color: #00b7ee;/*連結顏色*/
    text-decoration: none;
}







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: #000;
}
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: #000;
    overflow: hidden;
    padding: 0 16px;
}




/* 文字放大手機*/
@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;
}}






/*套用google font字型Noto Serif TC明體*/
.t-700 {
  font-family: 'Noto Serif TC', serif;
  font-weight: 700;
  color: #7e652e;
  font-size: 25px;
}

@media only screen and (max-width: 768px){
.t-700{ font-size: 20px; }}

/*響應欄表格col-4 col-5 col-6 col-7 手機版強制2欄 寬度50%*/
@media only screen and (max-width: 576px){
.serve-item .col-2 { max-width: 50%;}
.serve-item .col-5 { max-width: 50%;}
.serve-item .col-6 { max-width: 50%;}
.serve-item .col-7 { max-width: 50%;}
}



/*聯絡我們區塊項目li效果*/
.contact-1 ol li {
    padding: 20px 12px 12px;
    margin: 8px;
    display: inline-block;
    min-height: 66px;
    width: calc(25% - 19px);
    border-radius: 5px;
    line-height: 32px;
    border: 1px solid rgba(255,255,255,1.0);
    box-shadow: 0px 0px 5px -2px rgba(255,255,255,.7) inset;
}
.contact-1 i { font-size:2rem; color:#806932; }
.contact-1 a { font-size:1rem; color:#303030; }

@media only screen and (max-width: 1280px){
.contact-1 ol li { width: calc(50% - 19px);}
}
@media only screen and (max-width: 768px){
.contact-1 ol li { width: calc(100% - 19px);}
}







/*套用google font字型Noto Serif TC明體*/
.t-700 {
  font-family: 'Noto Serif TC', serif;
  font-weight: 700;
  color: #7e652e;
  font-size: 30px;
}

@media only screen and (max-width: 768px){
.t-700{ font-size: 25px; }}


/*txt-背景*/
.block {
    display: block;
    width: 100%;
    padding-bottom:auto;
    padding: 1%;
    background: #e97d0c;
   overflow: hidden;
   position: relative;
   transition:all 0.5s;
   border-radius: 5px;
   color:#fff;
  top:0;
}
.block:hover {
    transform:scale(1.1);
    background:#824010;
  top:-10px;
}
.block2 {
    display: block;
    width: 100%;
    padding-bottom:auto;
    padding: 1%;
    background: #6fbd09;
   overflow: hidden;
   position: relative;
   transition:all 0.5s;
   border-radius: 5px;
   color:#fff;
  top:0;
}
.block2:hover {
    transform:scale(1.1);
    background:#3d6f11;
  top:-10px;
}


/*產品-區塊項目li效果—5格*/
.pro_item ul li {
    padding: 5px;
    margin: 5px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    width: calc(20% - 10px);
    border-radius: 5px;
    line-height: 1.5;
    border: 1px solid #dddddd;
    background-color: #fff;
  font-size: 15px;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  text-align: center;
}
.pro_item a { color:#666 ;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); }
}

/*首頁圖輪播圖*/
#myDiv img {
     width:100%;
      height: 350px;
     object-fit: cover;
  
}

#myDiv {
    background: transparent;
    overflow: hidden;
    width: 100%;
}

/*圖片特效-圖片拉大 雲科當舖*/
.pic{
	width:ˇ350px; 
        min-height:95px;

    overflow:hidden;

    margin-left:auto; /*置中*/
    margin-right:auto;/*置中*/
}
.pic img{ 
  transform:scale(1,1);transition: all 0.5s ease-out; 
  opacity:4;
  padding: 5px; 
  border: 1px solid #D5D5D5;

  padding: 5px; 
  border: 1px solid #D5D5D5;}
.pic img:hover{transform:scale(1.1,1.1); opacity:0.55;}


