#epoint{
    margin-top: 100px;
    padding-bottom: 50px;
    background: url("../img/kv_og/travel-campaign_bg.png") center bottom;
    background-repeat: no-repeat;

}

/* epoint 玉山e point -----------------------------------------------*/
.point-list{
    display: flex;flex-wrap: wrap; flex-direction: row;
    justify-content: center;align-items: stretch; 
    width:100%;max-width: 1200px;
    overflow: hidden;
    margin: 50px auto 0 auto;
}
.point-item {
    width:270px;padding-bottom: 20px;
    margin: 10px;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: #f2f0ff;
    border: 2px solid #816bffad;
    box-shadow: 0 0 5px 0 rgb(0, 0, 0, 0.1);
}
.point-item img {
    padding:10px;
    width: 100%; 
    height: auto; /* 保持圖片比例 */
    border-radius: 30px;
}
.point-content {
    width: 100%; 
    flex: 1 1 auto; 
    text-align: center;
    padding:0 10px 10px 10px;
}
.point-content h3{
    font-size:14px;
}

.point-content p{
    font-weight:600;
}
.point-content .btn{
    margin-top: auto;
}

@media (max-width: 1080px) {
    .point-item {
        max-width:250px;
    }
}
/* 768px 以上：一排兩個 */
@media (max-width: 768px) {
    .point-item {
        width:45%;
        max-width:none;
    }
}
@media (max-width: 540px) {
    #epoint{
        background-size: contain;
        background: url('../img/kv_og/travel-campaign_bg_m.png') bottom center;
        background-repeat: no-repeat;
    }
}

/* 手機版：一排1個 */
@media (max-width: 500px) {
   .point-item {
        width:75%;
        max-width:none;
    }
}

/* epoint 玉山e point end -----------------------------------------------*/
