.swiperWrap{position: relative; width: calc(100% - 60px);  max-width: 1400px; margin: 10px auto; }
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{    right: 0;     transform: translateX(100%);}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{ left: 0; transform: translateX(-100%); }
.swiper-pagination{left: 50%;     transform: translate3d(-50%, 0, 0);}
.swiper-pagination-bullet{    margin: 0 2px; }

.group-type-ph {}
.bankBox-c26 .group-type-ph{justify-content: space-between;}


.ph {
    display: inline-block;
    font-family: "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic Medium", Arial, Helvetica, sans-serif;
    height: auto;
    padding: 10px;
}
.bankBox-c26 .ph{width: 32%; padding: 0;}


.ph a {
    position: relative;
    display: block;
    text-decoration: none;
    background: white;
    color: #666666;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
}

.ph-img{}

.ph .ph-img img {
    width: 100%;
}



.ph .ph-title {
    font-size: 24px;
    line-height: 1.3;
    padding: 5%;
    color: black;
}



.ph .ph-detail {
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    padding: 0 5%;
    margin-bottom: 4em;
    max-height: 4.5em;
}

.ph .ph-feature {
    display: none;
}


.ph .price {
    position: absolute;
    bottom: 1em;
    right: 1em;
    display: inline-block;
    font-family:"Century Gothic", Arial, "Microsoft JhengHei";
    font-size: 16px;
    height: 2em;
    line-height: 2em;
    padding:0 1em; 
    background:#463076;
    font-weight: bold;
    color: white;
    border-radius: 5em;
}

.ph .price * {
    font-style: normal;
    font-size: 100%;
}

.price span{vertical-align: inherit; }
.ph .price i{
    font-family: "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic Medium", Arial, Helvetica, sans-serif;
}


@media screen and (max-width:980px){
    .bankBox-c26 .group-type-ph{padding:0 2em;}
    .bankBox-c26 .ph .ph-title{    font-size: 20px;}
}


@media screen and (max-width:640px) {
    .ph .ph-title{font-size: 18px;}
    .ph .ph-detail{font-size: 14px;}
    .bankBox-c26 .group-type-ph{flex-wrap: wrap; padding: 0;}
    .bankBox-c26 .ph{width: 100%; padding: 0.5em 0;}
}
