@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@200;300;400;500;600;700;900&display=swap");
.qa-content *{
  font-family: 'Noto Sans Tc' ;
}
.qa-content{

    padding: 0px 0;
}


.poi-hide-menu .ph-menu{
     
        display: none;
    
}

.poi-goods .ph-group-title {
  display: block;
  padding: 24px 0;
  color: #627625;
  background: unset;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;

}
.poi-goods .ph-group-title span{

    border-bottom: 1px solid #627625;

}
@media (max-width: 768px) {
  .poi-goods .ph-group-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
  }
}


.containers {
  max-width: 1210px;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}

.poi-goods .ph-group {
  display: flex;
  margin: 0px auto 80px auto;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  text-align: left;
  width: 100%;
  gap: 16px;
  padding: 16px 0;
}
@media (max-width: 576px) {
  .poi-goods .ph-group {
    flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
    padding: 8px 0px;
  }
}
.poi-goods .ph-group:has(+ .link-right) {
  margin-bottom: 0;
}
.poi-goods .ph-group-content {
  padding: 16px 16px 45px 16px;
  position: relative;
  width: calc(25% - 12px);
  transition: 0.3s;
}
@media (max-width: 992px) {
  .poi-goods .ph-group-content {
    width: calc(50% - 16px);
    padding: 14px 14px 43px 14px;
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-group-content {
    width: 85%;
    flex-shrink: 0;
  }
}
.poi-goods .ph-group-content:hover {
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
}
.poi-goods .ph-group-content {
  color: unset;
  background: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
  }
}


.poi-goods .ph-group-content-photo {
  display: block;
  overflow: hidden;
}
.poi-goods .ph-group-content-photo img {
  width: 100%;
}
.poi-goods .ph-group-content-photo .ph-group-content-tag {
  top: 0px;
  left: 0px;
  position: absolute;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-photo .ph-group-content-tag {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }
}
.poi-goods .ph-group-content-photo .ph-group-content-tag {
  color: #FFF;
  background: #0F73CB;
}
.poi-goods .ph-group-content-text-name {
  padding: 0;
  margin: 8px auto;
  color: #333;
  background: unset;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-text-name {
  display: block;
}
.poi-goods .ph-group-content-text-detail {
  margin: 8px auto;
  color: #515151;
  background: unset;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-detail {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-text-detail a {
  color: #515151;
  background: unset;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-detail a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-text-price {
  position: absolute;
  right: 16px;
  bottom: 16px;
  letter-spacing: 0.2px;
  font-family: "Manrope", "Noto Sans TC";
  color: #F06C3C;
  background: unset;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-price {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-text-price span {
  vertical-align: baseline !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-price span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-text-sale {
  color: #fff;
  background: #F06C3C;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-sale {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-text-sale a {
  padding: 8px;
  display: block;
  color: #fff;
  background: #F06C3C;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-sale a {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-otherlink {
  display: flex;
  text-align: center;
  position: relative;
  flex-wrap: wrap;
  gap: 4px;
}
.poi-goods .ph-group-content-otherlink a:empty {
  display: none;
}
.poi-goods .ph-group-content-otherlink a {
  color: #5AC4F1;
  background: unset;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-otherlink a {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-otherlink a {
  padding: 4px 12px;
  border: 1px solid #B1382F;
  border-radius: 50px;
}
@media not all and (pointer: coarse) {
  .poi-goods .ph-group-content-otherlink a:hover {
    color: #FFF;
    background: #5AC4F1;
  }
}

/* .poi-goods.poi-faq .ph-group-title {
  display: none;
} */
@media (max-width: 576px) {
  .poi-goods.poi-faq .ph-group {
    overflow-y: hidden;
    flex-wrap: wrap;
  }
}
.poi-goods.poi-faq .ph-group .ph-group-content {
  border-radius: 0;
  width: 100%;
  padding: 24px 20px;
}
@media (max-width: 576px) {
  .poi-goods.poi-faq .ph-group .ph-group-content {
    width: 100%;
  }
}
.poi-goods.poi-faq .ph-group .ph-group-content .ph-group-content-photo {
  display: none;
}
.poi-goods.poi-faq .ph-group .ph-group-content .ph-group-content-text-name {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .poi-goods.poi-faq .ph-group .ph-group-content .ph-group-content-text-name {
    font-size: 20px;
  }
}
.poi-goods.poi-faq .ph-group .ph-group-content .ph-group-content-text-detail {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .poi-goods.poi-faq .ph-group .ph-group-content .ph-group-content-text-detail {
    font-size: 14px;
  }
}
.poi-goods.poi-faq .ph-group .ph-group-content .ph-group-content-text-detail a {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .poi-goods.poi-faq .ph-group .ph-group-content .ph-group-content-text-detail a {
    font-size: 14px;
  }
}
.poi-goods.poi-faq .ph-group .ph-group-content .ph-group-content-text-price {
  display: none;
}
