.group-type-ph {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic Medium", Arial, Helvetica, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
        justify-content: flex-start;
}

.group-type-ph .ph {
    position: relative;
    width: 48%;
    border-radius: 10px;
    background: #fff;
    border:solid #297299 2px;
        margin: 4% 0.75%;
    
}



.group-type-ph .ph a {
    display: block;
    color: black;
    text-decoration: none;
}
.group-type-ph .ph .ph-img{position: relative; overflow: hidden; border-radius: 10px 10px 0 0; }
.group-type-ph .ph .ph-img img {
    width: 100%;
}
.group-type-ph .ph .ph-img::after{
    content: "";
    display: inline-block;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #fff;
    position: absolute;
    bottom: 0; left:50%; transform: translateX(-50%);
}


.group-type-ph .ph .ph-title {
    font-size: 16px;     padding: 10px;
    font-weight: bold;
    
    text-align: center;
}
.group-type-ph .ph .ph-img::after{display: none;}



.group-type-ph .ph .ph-detail {
    width: 100%;
         padding: 0 10px 30px; 
    font-size: 14px;
    line-height: 1.3;
}

.group-type-ph .ph .ph-feature {
    display: none;
}

.group-type-ph .ph .price {
    font-family: "Century Gothic", Arial, "Microsoft JhengHei";
    font-weight: bold;
    text-align: center;
    display: block;
    position: absolute;
    left: 10%;  bottom: -20px;
    width: 80%;

    font-size: 14px;
    color: white;
    border-radius: 10px;
        padding: 8px 0;
    filter: drop-shadow(3px 4px 0 rgba(0, 0, 0, 0.1));
    background-color: #297299; border:solid 2px #297299;
    transition: all 0.2s;
}

.group-type-ph .ph .price *{font-style: normal;}

.group-type-ph .ph .price span {
    font-size: 18px;
    font-weight: normal;
}

.group-type-ph .ph .price i {
    font-family:"微軟正黑體","Microsoft JhengHei","Apple LiGothic Medium", Arial, Helvetica, sans-serif;
}


.group-type-ph .ph.active .price {transform: scale(1.05); filter: brightness(1.1);}

@media screen and (min-width:768px) {
    .group-type-ph .ph{  width: 32%;      }
    .group-type-ph .ph .ph-title{font-size: 18px;     padding: 20px;}
    .group-type-ph .ph .ph-title:after{    padding-top: 20px;}
    .group-type-ph .ph .ph-detail{     padding: 0 20px 40px;}
    .group-type-ph .ph .price {
    left: 15%;
    width: 70%;
    font-size: 16px;
    }
    .group-type-ph .ph .price span{font-size: 22px;}
    .group-type-ph .ph .ph-title:after {
    content: "";
    border-bottom: solid 2px;
    width: 70%;
    max-width: 60px;
       display: block;
    margin: 0 auto;
   padding-top: 10px;}
}


@media screen and (min-width:960px) {
    .group-type-ph .ph{  width: 23.5%;  }
}







/*@media screen and (max-width:960px) {
    .group-type-ph .ph{    width: 31%;}
}

@media screen and (max-width:768px) {
    .group-type-ph .ph{        width: 48%;     margin: 0 0 10% 0;}
    .group-type-ph .ph .ph-title{font-size: 16px;     padding: 10px;}
    .group-type-ph .ph .ph-title:after{    padding-top: 10px;}
    .group-type-ph .ph .ph-detail{     padding: 0 10px 30px; }
    .group-type-ph .ph .price {
    left: 10%;
    width: 80%;
    font-size: 14px;
    }
    .group-type-ph .ph .price span{font-size: 18px;}
    .group-type-ph .ph .ph-img::after{display: none;}
}*/