/*icon*/
.TEL-1 {position: fixed; right: 0.5%; top: 50%; z-index: 1000;transform:scale(0.9);}
.TEL-2 {position: fixed; right: 0.5%; top: 58%; z-index: 1000;transform:scale(0.9);}
.FB {position: fixed; right: 0.5%; top: 66%; z-index: 1000;transform:scale(0.9);}
.LINE {position: fixed; right: 0.5%; top: 74%; z-index: 1000;transform:scale(0.9);}
}

@media(max-width:767px){
.TEL-1 {position: fixed; right: 0.5%; top: 50%; z-index: 1000;transform:scale(0.9);}
.TEL-2 {position: fixed; right: 0.5%; top: 60%; z-index: 1000;transform:scale(0.9);}
.FB {position: fixed; right: 0.5%; top: 70%; z-index: 1000;transform:scale(0.9);}
.LINE {position: fixed; right: 0.5%; top: 80%; z-index: 1000;transform:scale(0.9);}
}


/*隱藏標題字*/
#bodyinpage.about-us .fcol.fcol-header
{
  display:none;
}

#bodyinpage.certification .fcol.fcol-header
{
  display:none;
}

#bodyinpage.contact-us .fcol.fcol-header
{
  display:none;
}

#bodyinpage.kitchen-equipment-2 .fcol.fcol-header
{
  display:none;
}

/*Banner*/
.swiper-container {
    height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc( 750 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}

@media(max-width:767px){
  .swiper-wrapper, .swiper-slide {
    padding-bottom: calc( 600 / 800 * 100%);
  }
}


body[data-type="fullpage"]:not(#managehome) #wrap > :not(:last-child) { margin-bottom: 0px; }


a {
    color: #494949;
}
body {
    background-color: #F4F0EC;
    color: #494949; 
    font-size: 16px;
    margin: 0;
    line-height: 1.8;
    font-family: 'Noto Sans TC';
    font-weight: 300;
}


/*頁籤寬版*/
body[data-type="fullpage"] #nav {
    font-size: 1rem;
    width: 100%;
}

#header .topnavbar .container {
    padding-left: 20px;
    padding-right: 10px;
    width: 85%;
}


/*陰影*/
.plan {
  background: #FEFEFE;
  width: 100%;
  margin: 0%;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.16);
  padding: 15px;
  text-align: center;
  border-radius: 5px;
}


/*每頁標題色*/
h1, .h1 {
  color: #B98D58;
  font-family: 'Noto Sans TC';
  
}

.h1title {
  padding-top: 0px;
  padding-bottom: 0px;
}

.fcol h2 {
 font-weight:350
}

/*SVG LOGO調整*/
#logo img, .modal .logo img {
  width:311.2185px;
  height:70px;
}

@media(max-width:767px){
#logo img, .modal .logo img {
  width:90%;
  height: auto;
}
}


.navbar-nav > li > a {
    color: #2A323D;
}

.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

.topnavbar {
   background-color: #F9F9F9;
   top:0px;
   padding: 0;
   position: relative;
   z-index:100;
   width:100%;
}

/*上方頁籤_上下邊距*/
.topnavbar .container {
    padding-top: 10px;
    padding-bottom: 5px;
   
}

/*上方頁籤_上下邊距*/
body[data-type="fullpage"] #nav {
  font-size: 1rem;
  width: 100%;
  padding-top: 0px; /* 上邊距 */
  padding-bottom: 0px; /* 下邊距 */
}


/*nav_faa*/
body[data-type="fullpage"] #nav {
    font-size: 1rem;
    width: 100%;
}


/*nav*/
#nav{margin-top:-80px ; background-color: #F9F9F9;}

#nav ul {float:right;}

#nav ul li a {
    white-space: nowrap;
    color: #222222;
    line-height: 1;
    font-weight: 300;
    padding: 10px 18px;
    font-size: 100%;
    border-right: 1px #222 solid;/*實線*/
    transition:all 0.5s;
}


/*上方頁籤_游標滑過去的字體色*/
#nav ul li a:hover {
    color: #B98D58;
    font-weight:300px
}


/*上方子頁籤_背景色*/
#nav .subnav {
  background-color:#F9F9F9;
}


/*上方頁籤_字體色*/
#nav ul li.current a {
  color: #B98D58;
  font-weight: normal;
}


/* index_1_電腦版寬版 */
#bodyinhome .fcol.fcol-1 .container {
    padding: 90px 130px; /* 內距 */
    max-width: 100%;
    width: 100%;
    background-color: #F4F0EC;
}


/* index_1_手機版*/
@media (max-width: 768px) {
  #bodyinhome .fcol.fcol-1 .container {
    padding: 30px 15px; /* 內距 */
  }
}


/* index_2 */
#bodyinhome .fcol.fcol-2 {
  background-color: #F9F9F9;
  background-image: url('https://static.iyp.tw/409816/files/f64ac212-356e-4d53-8e23-e60e3bcdf1af.jpg');
  background-size: cover; /* 使背景图像覆盖整个元素 */
  background-position:top center; /* 使背景图像居中 */
  background-repeat: no-repeat; /* 避免背景图像重复 */
}


/* index_3_電腦版寬版 */
#bodyinhome .fcol.fcol-3 .container {
    padding: 10px 200px; /* 內距 */
    max-width: 100%;
    width: 100%;
    background-color: #FFF;
}


@media (max-width: 768px) {
  #bodyinhome .fcol.fcol-3 .container {
    padding: 30px 15px; /* 內距 */
  }
}


/* index_4 */
#bodyinhome .fcol.fcol-4 {
  background-color: #EBE4DD;
}


/* index_5 */
#bodyinhome .fcol.fcol-5 {
  background-color: #EDEDED;
}


/* index_6 */
#bodyinhome .fcol.fcol-6 {
  display:none;
}


/* about-us_1 */
#bodyinpage.about-us .fcol.fcol-1 .container {
    padding: 30px 130px; /* 內距 */
    max-width: 100%;
    width: 100%;
    background-color: #F4F0EC;
}


@media (max-width: 768px) {
  #bodyinpage.about-us .fcol.fcol-1 .container {
    padding: 30px 15px; /* 內距 */
  }
}

/* about-us_2 */
#bodyinpage.about-us .fcol.fcol-2 .container {
    padding: 10px 180px; /* 內距 */
    max-width: 100%;
    width: 100%;
    background-image: url('https://static.iyp.tw/409816/files/f64ac212-356e-4d53-8e23-e60e3bcdf1af.jpg');
    background-size: cover; /* 使背景圖像覆蓋整個元素 */
    background-position: top center; /* 背景圖像置頂居中 */
    background-repeat: no-repeat; /* 避免背景圖像重複 */
}


@media (max-width: 768px) {
  #bodyinpage.about-us .fcol.fcol-2 .container {
    padding: 30px 15px; /* 內距縮小以符合手機寬度 */
    background-image: url('https://static.iyp.tw/409816/files/f64ac212-356e-4d53-8e23-e60e3bcdf1af.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
}


/* about-us_3 */
#bodyinpage.about-us .fcol.fcol-3 .container {
    padding: 10px 180px; /* 內距 */
    max-width: 100%;
    width: 100%;
    background-color: #EBE4DD;

}

@media (max-width: 768px) {
  #bodyinpage.about-us .fcol.fcol-3 .container {
    padding: 30px 15px; /* 內距縮小以符合手機寬度 */

  }
}


/* about-us_4 */
#bodyinpage.about-us .fcol.fcol-4 .container {
    padding: 10px 180px; /* 內距 */
    max-width: 100%;
    width: 100%;
    background-image: url('https://static.iyp.tw/409816/files/a7b15d11-c744-41c0-a311-2c40025b51ba.jpg');
    background-size: cover; /* 使背景圖像覆蓋整個元素 */
    background-position: top center; /* 背景圖像置頂居中 */
    background-repeat: no-repeat; /* 避免背景圖像重複 */

}

@media (max-width: 768px) {
  #bodyinpage.about-us .fcol.fcol-4 .container {
    padding: 30px 15px; /* 內距縮小以符合手機寬度 */

  }
}


/* about-us_5-6 */
#bodyinpage.about-us .fcol.fcol-5 .container,
#bodyinpage.about-us .fcol.fcol-6 .container   
  {
  display:none;
}

  
/*shopping*/
#bodyinpage.shopping {
  background-color: #F4F0EC;
}

/*certification*/
#bodyinpage.certification .fcol.fcol-1 .container ,
#bodyinpage.certification .fcol.fcol-2 .container ,
#bodyinpage.certification .fcol.fcol-3 .container 
{
    padding: 5px 130px; /* 內距 */
    max-width: 100%;
    width: 100%;
    background-color: #F4F0EC;
}

@media (max-width: 768px) {
#bodyinpage.certification .fcol.fcol-1 .container ,
#bodyinpage.certification .fcol.fcol-2 .container ,
#bodyinpage.certification .fcol.fcol-3 .container 
  {
    padding: 5px 15px; /* 內距 */
  }
}



/*certification_隱藏*/
#bodyinpage.certification .fcol.fcol-4 ,
#bodyinpage.certification .fcol.fcol-5 ,
#bodyinpage.certification .fcol.fcol-6
{
  display:none;
}


/* kitchen-equipment-2_1 */
#bodyinpage.kitchen-equipment-2 .fcol.fcol-1 .container {
    padding: 10px 180px; /* 內距 */
    max-width: 100%;
    width: 100%;
    background-color: #F4F0EC;

}

@media (max-width: 768px) {
  #bodyinpage.kitchen-equipment-2 .fcol.fcol-1 .container {
    padding: 30px 15px; /* 內距縮小以符合手機寬度 */

  }
}

/* kitchen-equipment-2_2 */
#bodyinpage.kitchen-equipment-2 .fcol.fcol-2 ,
#bodyinpage.kitchen-equipment-2 .fcol.fcol-3
{

  display:none;
}






/*footer*/
#footer a {
  color:#222
}

#footer a:hover {
  color:#222
}

#footer{background:#FEFEFE;}

#foot-nav{
  display:none;
}

#foot-nav ul li a {
    color: #222;
    font-size: 1.06em;
}

#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #222;
}

#footer {
    color:#222;
}

#contact-info ul li span {
    color: #222;
}

#copyright, #copyright a{color:#222;}


.contact-row h5 {
  color:#222;
  padding:.5em 0 1em;
  width:100%
}

#footer{background:#F4F4F4;max-width:100%;}



/*滑鼠游標位移過去時更換圖片*/
.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
}

.image {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.3s ease;
}

.hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.image-container:hover .hover-image {
    opacity: 1;
}

.image-container:hover .image {
    opacity: 0;
}


/*段字語法*/
@media(max-width:767px){
.mobile-br:before { 
    content: ' '; 
    display: block;
 }  
}
  

/*最新消息_返回鍵*/
.back > a, .btn-search, .btn-style, input[type="submit"] {
    -webkit-transition: background 0.15s ease-out;
    -moz-transition: background 0.15s ease-out;
    transition: background 0.15s ease-out;
    color: #FFF;
    border: 0px solid #FEFCEF;
    background-color: #B98D58;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: block; /* 使元素變為區塊級元素 */
    margin-left: auto; /* 自動設定左邊距 */
    margin-right: auto; /* 自動設定右邊距 */
    width: fit-content; /* 使寬度自動適應內容 */
}

/* 最新消息_返回鍵 當滑鼠懸停時改變背景顏色 */
.back > a:hover, .btn-search:hover, .btn-style:hover, input[type="submit"]:hover {
  color: #222;  
  background-color: #B98D58; 
}

/*回首頁*/
.navbar-nav > li > a {
    color: #FEFEFE;
    background-color: #B98D58;
}

/* 回首頁_滑鼠懸停時變更背景顏色 */
.navbar-nav > li > a:hover {
    color: #222;
    background-color: #B98D58; /* 當滑鼠懸停時的背景顏色 */
}


/*動畫icon*/
.ser-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right:auto;
    transition-duration: 0.3s;
}
.ser-icon :hover{
	transform: rotate(-5deg);
    transition: 0.3s;
	filter: drop-shadow(0 0 0.75rem #FF7415);
}
  


/*產品格*/
ul.product-list li a {
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-decoration: none;
    cursor: pointer;
    padding-bottom: 16px;
    color: #222;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.05);
}
 

/*產品格名稱顏色*/
#side ul li.current > div a {
    color: #fff;
    background-color: #B98D58;
    border-radius: 30px; 
}

#side ul li a {
    color: #2A323D;
    display: block;
    padding: 10px 20px;
    transition: .3s;
}

.product-list-div h2 a {
    color: #494949;
    text-decoration: none;
    display: inline-block;

}

.product-list-div h2 {
    margin-bottom: 10px;
    border-bottom: 1px solid #2A323D;
    text-shadow: 0 0px 0 #fff;
}

body[data-type="fullpage"] .product-list-div h2 a.show-all {
    color: #494949;
    transition-property: left, color;
}

ul.product-list li .money-icon {
    color: #2A323D;
    font-size: 95%;
    margin-right: 8px;
    margin-left: 16px;
    text-shadow: 0 0px 0 rgba(255,255,255,0.7);
}

/*pd*/
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;
}

ul.product-list li .desc {
   display: none;
}

body[data-type="fullpage"] .product-list-div h2 a.show-all {
    color: #fff;
    transition-property: left, color;
    background: #000;
    text-shadow: none;
    padding: 0 10px;
}

/*聯絡我們_表單按鈕*/
.back>a,.btn-search,.btn-style,input[type="submit"] {
    -webkit-transition: background 0.15s ease-out;
    -moz-transition: background 0.15s ease-out;
    transition: background 0.15s ease-out;
    color: #FEFCEF;
    border: 0px solid #F768AA;
    background-color: #B98D58;
    text-decoration: none;
    text-align: center;
    cursor: pointer
}



/*聯絡我們_變色按鈕1*/
.intro1 {
	-webkit-animation-delay: 1.5s;
}
.intro1 a {
	overflow: hidden;
	position: relative;
	padding: 15px 20px;
	display: inline-block;
	font-size: 100%;
	color: #B98D58;
  	background: #FFF;
    border-radius: 30px;
}

.intro1 a:hover {
	color: #fff;
	background: #B98D58;
	transition: all 0.4s ease;
}


.intro1 a:hover:after {
	left: 0;
}

@media screen and (max-width: 768px) {
  .intro1 a {
    display: block;/* 改成區塊元素讓它可撐滿整行 */
    width: 120%;/* 滿版 */
    box-sizing: border-box;/* padding 不會撐破 */
    text-align: center;/* 文字置中 */

  }
}



/*變色按鈕2*/
.intro2 {
	-webkit-animation-delay: 1.5s;
}
.intro2 a {
	overflow: hidden;
	position: relative;
	padding: 15px 30px;
	border: 0px #457703 solid;
	display: inline-block;
	font-size: 100%;
	color: #FFF;
  	background: #6BB8AD;
    border-radius: 0px;
}
.intro2 a:hover {
	color: #fff;
	background: #119683;
	transition: all 0.4s ease;
}
.intro2 a:hover:after {
	left: 0;
}

/*變色按鈕3*/
.intro3 {
	-webkit-animation-delay: 1s;
}
.intro3 a {
	overflow: hidden;
	position: relative;
	padding: 15px 20px;
	border: 0px #457703 solid;
	display: inline-block;
	font-size: 100%;
	color: #FFF;
  	background: #6BB8AD;
    border-radius: 30px;
}
.intro3 a:hover {
	color: #fff;
	background: #119683;
	transition: all 0.4s ease;
}
.intro3 a:hover:after {
	left: 0;
}

/*手機選單*/
 @media only screen and (min-width: 768px) {

    .topnavbar {
      background-color: #F9F9F9; /* 填入想要桌面版型的導覽列顏色 */
    }
  }
  .navbar {
    background-color: #F9F9F9; /* 填入想要手機版型的導覽列想要的顏色 */
  }
  #nav ul li a {
    color: #222; /* 填入想要桌面版型的導覽選項文字想要的顏色 */
  }

.rwd-navbar-toggle {
    float: right;
  }
  .navbar-nav {
    margin-right: 15px;
  }
 


 @media only screen and (max-width: 767px) {
    .rwd-side {
      background-color: #F9F9F9;
      transform: translateX(100%);
    }
  }

.rwd-navbar-toggle .label {
  color: #222;/*選單兩字的顏色*/
}
.navbar-icon-bar {
    background-color: #222;/*三條線*/
}
.navbar-icon-bar::before, .navbar-icon-bar::after {
  background-color: #222;/*三條線*/
}

.rwd-side.menu-open {
  color:#222;
  background: #F9F9F9;
 }


/*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 {
  /*display: none;*/
  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: 0em; /*箭頭大小*/
}

.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%;
  border: 1px solid #fff;
  border-radius: 10px;
}




/*圖片輪播_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: 0em; /*箭頭大小*/
}

.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%;
  border: 0px solid #fff;
  border-radius: 10px;
}


/*購物車_彩色方格*/
.service_img {
  position: relative;
}

.service_text {
  position: absolute;
  display: table-cell;
  z-index: 999;
  text-align: right;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  color: #fff;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 15px 15px 15px;
  background: rgba(0, 0, 0, 0);
  text-shadow: black 0.1em 0.1em 0.2em;
}

.service_text:hover {
  position: absolute;
  display: table-cell;
  z-index: 999;
  text-align: right;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  color: #fff;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 15px 15px 15px;
  background-color: rgba(0,0,0,0.55);
  transition: 0.5s;
}

.service_text div {
  font-size: 30px;
  line-height: 45px;
  position: relative;
  top: 45%;
  font-weight:bold;
  border-bottom: 1px solid #fff;
  width: 60%;
  margin: 0 right;
}


@media (max-width:1400px) {
  .service_text div {
    font-size: 25px;
    line-height: 30px;
    position: relative;
    top: 40%;
    width:80%;
  }
}

@media (max-width: 900px) {
  .service_text div {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    top: 40%;
    width:80%;
  }
}

@media (max-width: 767px) {
  .service_text div {
    font-size: 26px;
    line-height: 30px;
    position: relative;
    top: 40%;
    width:80%;
  }
}



.sr{
  background:url(https://static.iyp.tw/409652/files/4e79e7b7-b2b7-4b67-9fe8-927f9558beaf.png)no-repeat;
  background-position:top center;
  background-size:cover;
  transition:all 0.5s;
   min-height:150px;
  }

.sr:hover{
  background:#222;
  background-position:top center;
  opacity:0.45;
}

.sr h1{
  font-size:22px;
  display:flex;
  align-items: center;
  justify-content: center;
  min-height:150px;
  font-weight:bold;
  
}

@media(max-width:480px){
  .ssr .col-4,
  .ssr .col-5{
    flex:0 0 50%;
    max-width:50%;
  }
}



/*p{
  display:none;
}

*/
