
.poi {}



.poi.hidePh-title .ph-title {
  display: none !important;
}


.poi .ph {
  margin: 0 auto;
  width: 95%;
  max-width: 1450px;
}

.ph .ph-menu {
  margin-bottom: 20px;
  display: none;
}

.ph .slidecontain {
  display: flex;
  justify-content: center;
}

.ph .slidecontain li {
  display: inline-block;
}

.ph .slidecontain a {
  display: block;
  padding: 0 10px;
  font: 700 20px/1.4 "Noto Serif TC";
  color: #ef5c42;
  letter-spacing: 2px;
  text-align: center;
}

.ph .slidecontain .on a {
  color: #fff;
  background: #ef5c42;
  border-radius: 99em;
}

.ph .ph-group-title {
  display: block;
  font: 700 28px/2 "Noto Serif TC";
  color: #3a3a3a;
  letter-spacing: 2px;
  text-align: center;

}

.poi .ph-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.poi .ph-group-content {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  padding-bottom: 60px;
  width: 45%;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.poi .ph-group-content img {
  width: 100%;
}

.poi .ph-group-content-tag {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 0 10px;
  font: 500 15px/1.5 "Noto Serif TC";
  color: white;
  letter-spacing: 2px;
  text-align: left;
  background: #00b3e9;
  border-radius: 0 99em 99em 0;
}

.poi .ph-group-content-text {
  padding: 10px;
}

.poi .ph-group-content-text-name {
  display: block;

  font: 700 16px/1.4 "Noto Serif TC";
  color: #000;
  letter-spacing: 1px;
  text-align: left;

}

.poi .ph-group-content-text-sale {
  display: block;
  padding: 0 5px;
 
  font: 700 14px/1.4 "Noto Serif TC";
  color: #3b60ff;
  letter-spacing: 1px;
  text-align: left;
  background: #fff5ab;
}

.poi .ph-group-content-text-sale a {
  color: #3b60ff;
}

.poi .ph-group-content-text-detail {
  display: block;
 
  font: 500 14px/1.4 "Noto Serif TC";
  color: black;
  text-align: left;
}

.poi .ph-group-content-text-detail a {
  color: black;
}

.poi .ph-group-content-text-price *{
    vertical-align: middle;
}
.poi .ph-group-content-text-price {
  position: absolute;
  left: 0;
  bottom: 10px;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  font: 700 30px/1.5 "Noto Serif TC";
  color: white;
  text-align: center;
  color: #ff6529;
  vertical-align: middle;
}

.poi .ph-group-content-text-price span {
  font-size: 0.5em;
}





@media screen and (max-width:1200px) {
.poi .ph-group-content{width: 30%;}
}
@media screen and (max-width:820px) {

  .ph .slidecontain {
    justify-content: start;
    overflow-x: scroll;
  }

  .ph .slidecontain li {
    flex-shrink: 0;
  }

  .ph .slidecontain a {
    font-size: 18px;
  }
  
  .poi .ph-title{
    font-size: 30px;
  }
  .poi .ph-group-content{
    width: 45%;
  }
}

@media screen and (max-width:600px) {
  .poi .ph-group-content{
    width: 90%;
  }
}