.group-type-ph {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic Medium", Arial, Helvetica, sans-serif;
    width: 96%;
    max-width: 1220px;
    margin: 4% auto;
    padding: 0 0 4%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: white;
    border: 10px solid transparent;
    border-image-source: url(../images/border.png);
    border-image-slice: 55;
    border-image-width: 3.6;
    border-image-repeat: round;
}


.group-type-ph .ph {
    position: relative;
    width: 94%;
    margin: 40px 1.5%;
    transition: all 0.2s;
}

.group-type-ph .ph:hover {
    transform: scale(0.98);
}


.group-type-ph .ph a {
    display: block;
    color: black;
    text-decoration: none;
    overflow: hidden;
    margin-left: 0;
    font-size: 18px;
    line-height: 1.2;
}

.group-type-ph .ph a * {
    display: inline-block;
    width: 100%;
    float: right;
}


.group-type-ph .ph .ph-img {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.group-type-ph .ph .ph-img img {
    width: 100%;
}


.group-type-ph .ph .ph-title {
    color: #b30e00;
    font-weight: bold;
}



.group-type-ph .ph .ph-detail {
    font-size: 80%;
    padding: 10px 0;
}

.group-type-ph .ph .ph-feature {
    display: none;
}

.group-type-ph .ph .price {
    font-family: "Century Gothic", Arial, "Microsoft JhengHei";
    font-size: 80%;
    background: #b30e00;
    border-radius: 5em;
    color: white;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    position: absolute;
    bottom: -30px;
    right: 0;
    font-style: normal;
}

.group-type-ph .ph:hover .price {
    filter: brightness(1.2);
}


.group-type-ph .ph .price * {
    float: none;
    width: auto;
}


.group-type-ph .ph .price span {
    font-size: 150%;
    padding: 0 2px;
}

.group-type-ph .ph .price i {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic Medium", Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-style: normal;
}






@media screen and (min-width:640px) {
    .group-type-ph {
        margin: 30px auto;
        padding: 4% 0;
        border: 12px solid transparent;
        border-image-source: url(../images/border.png);
        border-image-slice: 55;
        border-image-width: 3.6;
        border-image-repeat: round;
    }
    .group-type-ph .ph {
        width: 46%;
    }
    .group-type-ph .ph .price {
        width: auto;
    }
}




@media screen and (min-width:1100px) {
    .group-type-ph {
        padding: 60px 0;
        border: 15px solid transparent;
        border-image-source: url(../images/border.png);
        border-image-slice: 55;
        border-image-width: 3.6;
        border-image-repeat: round;
    }
    .group-type-ph .ph {
        width: 47%;
    }
    .group-type-ph .ph .ph-img {
        width: 50%;
        margin: 0;
    }
    .group-type-ph .ph a {
        font-size: 20px;
        margin-left: 2%;
    }
    .group-type-ph .ph a * {
        width: 48%;
    }
}






/*c26*/
.c26{position: relative;     overflow: hidden;}

.c26 h5 {
    text-align: center;
    position: relative;
    width: 70%; max-width: 526px;
    position: absolute; top: 0; left: 50%; transform: translateX(-50%);
}

.c26 h5 img{width: 100%;}

.c26 h5 span{
    position: absolute; top: 0; left: 50%; transform: translateX(-50%);
font-family: "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic Medium", Arial, Helvetica, sans-serif;
    font-size: 8vw;
    color: #b30e00;
    font-weight: bold;
    line-height: 1.5;
    }

.c26 .titlebg2{position: absolute; top: 0; left: 50%; transform: translateX(-50%);}    

@media screen and (min-width:770px) {
    .c26 h5 span{font-size: 60px;}
}