@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Kosugi+Maru&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap');
*{
  font-family: "Century Gothic","Noto Sans TC", sans-serif;
}
.bg-yellowmid-100{
background-color: #f7de8a;
}
.component{
  background-image: url(img/herobg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 10%;
}


.vgitem{
  position:relative ;
  width: 25%;
}
.vgitem1{
  top: 5%;
  left: 40%;
}
.vgitem2{
  top: 10px;
  left: 22%;
}
.vgitem3{
  top: 20px;
  left: 13%;
}
.vgitem4{
  top: 30px;
  left: 22%;
}
.oilall{
  position: absolute;
  width: 40%;
  right: 5%;
  bottom: 7%;
}
.key{
  background-image: url(img/bg2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 5% 0 2% 0;
  overflow: hidden;
}
.subT1{
  width: 85%;
  left: 0;
}
.featuredetail{
  color: #4f3504;
  display: flex;
  align-items: center;
  width: 100%;
}
.featuredetail img{
  width: 20%;
}
.feature01{
  margin-left: 30%;
}
.feature02{
  margin-left: 20%;
}
.feature03{
  margin-left: 10%;
}
.feature04{
  margin-left: 20%;
}
.feature05{
  margin-left: 30%;
}
.process{
  background-image: url(img/bg1.jpg);
  background-repeat: repeat;
  background-position: bottom;
  background-size: contain;
  position: relative;
  padding-bottom:40%;
  overflow: hidden;
  color: #4f3504;
}

.brand{
  background-image: url(img/bg4.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  color: #333;
}
.brandro{
  font-style: italic;
  rotate: -5deg;
}
.brandro-4{
  font-style: italic;
  rotate: -4deg;
}
.feature{
  background-image: url(img/bg5.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  color: #fff;
  padding-bottom:10%;
}
.tech{
  background-image: url(img/bg6.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  color: #333;
  padding-bottom:10%;
}
.process2{
  background-image: url(img/bg7.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding-bottom: 10%;
}
.recipes{
  background-image: url(img/bg8.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding-bottom: 10%;
}
.reciright .floatright img{
  width: 35%;
  height: 100%;
}
.tips{
  background-image: url(img/bg9.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding-bottom: 10%;
}
.produ{
  background-image: url(img/bg9.jpg);
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
  position: relative;
  overflow: hidden;
  padding-bottom: 10%;
}
.pd01,.pd02{
  color: #4c3b07;
}
.sale{
  background-image: url(img/bg11.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

/* Modal 隱藏/顯示 */
#loadingModal {
  display: none;
}

#loadingModal.show-modal {
  display: flex ;
}

.loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #6366f1;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  display: inline-block;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media screen and (min-width: 1024px) {
  .sale label{
    font-size: 1.1rem;
  } 
}