.group-type-ph {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic Medium", Arial, Helvetica, sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 16px;
    width: 100%;  margin: 10px auto 30px auto;
    
}

.group-type-ph .ph {
    width: 97%; 
    margin: 1.5%; padding:1.5em; 
    background: #f7c54e;
    border:solid 8px #f6e1c8;
    box-shadow: inset  0px 0px 0px 3px #ccae39;
}

.group-type-ph .ph:hover{
    filter: brightness(1.1);
}






.group-type-ph .ph a {
    display: block;
    text-decoration: none;
    color: black;
    
    width: 100%;
    position: relative;
}




.group-type-ph .ph a:after{
    content: '立即參加';
    display: block;
    background: #b10101;
    color: #f0cb89;
    font-size: 133%;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    margin: 5% 0;
    padding: 0.2em 0;
}




.group-type-ph .ph .ph-img{
    border-bottom: solid 1px;
    padding: 0 0 5% 0;
}

.group-type-ph .ph .ph-img img {
    width: 100%;
}



.group-type-ph .ph .ph-title {
    font-size: 133%;
    line-height: 133%;
    font-weight: bold;
    border-bottom: solid 1px;
    padding: 5% 0 5% 0;
}



.group-type-ph .ph .ph-detail {
    padding: 5% 0 5% 4%;
    line-height: 1.5;
    text-align: justify;
}

.group-type-ph .ph .ph-feature {
    display: none;
}

.group-type-ph .ph .price {
    font-size: 18px;
    color:#b10101;
    padding: 0 0 0 0;
    font-style: normal;
}

.group-type-ph .ph .price * {
    font-style: normal;
}

.group-type-ph .ph .price span {
    font-size: 160%;
    font-weight: bold;
}

.group-type-ph .ph .price i {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic Medium", Arial, Helvetica, sans-serif;
}


@media screen and (min-width:640px) {
    .group-type-ph .ph {
        width: 47%;
    }
}


@media screen and (min-width:900px) {
    .group-type-ph{font-size: 18px;}
    .group-type-ph .ph a {
        width: 85%;
        border-right: solid 1px;
    }
    .group-type-ph .ph .ph-img{
        padding: 0 5% 5% 0;
    }
    .group-type-ph .ph .ph-title{
        padding: 5% 5% 5% 0;
    }
    .group-type-ph .ph .ph-detail{
        padding: 5% 5% 5% 4%;
    }
    .group-type-ph .ph .price{
        padding: 0 5% 0 0;
    }
    .group-type-ph .ph a:after{
        position: absolute;
        right: -20%;
        top: 50%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 15%;
        height: 50%;
        writing-mode: vertical-rl;
        transform: translateY(-50%);
        margin: 0;
        padding: 0;
    }
    .group-type-ph .ph:hover a:after{
        height: 55%;
    }
}



@media screen and (min-width:1220px) {
   .group-type-ph { width: 100%; margin-left:0 ;  }
}



