.group-type-ph {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic Medium", Arial, Helvetica, sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 14px;
    padding: 2%;
}
.c26 .group-type-ph {
    background: rgba(81,144,157,0.8);
}
#discount .group-type-ph{padding: 0;}

.group-type-ph .ph {
    width: 97%; 
    margin: 1.5%;
    background: white;
    position: relative;
}
#discount .group-type-ph .ph {border:solid 1px #54909d; padding: 1% 1% 2em;
}

.group-type-ph .ph:hover{
    transform: scale(0.97);
}

#discount .group-type-ph .ph:after{
    content: '指定行程';
    text-align: center; color: #fff; font-size: 14px; background: #54909d;
padding: 0.5em 1em; position: absolute; right: 0; bottom: 0; cursor: pointer;
}


.group-type-ph .ph a {
    display: block;
    text-decoration: none;
    color: black;
}



.group-type-ph .ph .ph-img img {
    width: 100%;
}



.group-type-ph .ph .ph-title {
    font-size: 120%;
    padding: 5%;
}



.group-type-ph .ph .ph-detail {
    color: #808080;
    padding: 0 5%; line-height: 1.5;
}

.group-type-ph .ph .ph-feature {
    display: none;
}

.group-type-ph .ph .price {
    display: block;
    font-weight: bold;
    text-align: center;
    color:#54909d;
    padding: 5%;
    font-style: normal;
}

.group-type-ph .ph .price * {
    font-style: normal;
}

.group-type-ph .ph .price span {
    font-size: 200%;
    font-weight: normal;
}

.group-type-ph .ph .price i {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic Medium", Arial, Helvetica, sans-serif;
}



@media screen and (min-width:480px) {
    .group-type-ph .ph { width: 47%; }
}



@media screen and (min-width:960px) {
    .group-type-ph .ph { width: 22%; }
}

