.container_card {
    width: 1170px;
    padding: 30px 45px 30px 45px;
}

#Subcribtion_Plan_meetimgpostplus.es {
    max-width: fit-content;
    width: 100%;
}

.card_Area {
    box-sizing: border-box;
    padding: 30px 45px 30px 45px;
    max-width: 1170px;
    width: 100%;
}

.card_Area .title {
    text-align: center;
    padding: 40px 0;
}

.d-flex {
    display: flex;
}

.grow-1 {
    flex-grow: 1;
}

.column {
    flex-direction: column;
}


.ALLitem {
    flex-direction: column;
}

.card {
    width: 500px;
    max-width: 30%;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 15.6px;
    border-radius: 10px;
    margin: 5px 12px;
    display: flex;
}

/* Meetingpost+的訂閱卡片hover效果 */
.card_hover_Blue:hover {
    box-shadow: 0 2px 10px #41525035;
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

.card_hover_Blue:hover::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    /* use padding to ajust the width of gradient border */
    padding: 5px;
    border-radius: 10px;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.card_hover_Blue:hover::before {
    background: linear-gradient(290deg, #4BE6D7 0%, #4BE6D7 25%, #008CD6 100%);
    opacity: 1;
}

/* Poster的訂閱卡片hover效果 */
.card_hover_Green:hover {
    box-shadow: 0 2px 10px #41525035;
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

.card_hover_Green:hover::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    /* use padding to ajust the width of gradient border */
    padding: 5px;
    border-radius: 10px;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.card_hover_Green:hover::before {
    background: linear-gradient(70deg, #2DD6FD 0%, #4BE6D7 20%, #9AF7B0 45%);
    opacity: 1;
}

.card_hover_Yellow:hover {
    box-shadow: 0 2px 10px #41525035;
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

.card_hover_Yellow:hover::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    /* use padding to ajust the width of gradient border */
    padding: 5px;
    border-radius: 10px;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.card_hover_Yellow:hover::before {
    background: linear-gradient(#fabe00 0%, #ffbe5e 100%);
    opacity: 1;
}

.card .card_content {
    text-align: center;
    /* border: 1px solid red; */
    padding: 30px 20px;
}

.plan_name {
    color: #008CD6;
    font-weight: 700;
    padding-bottom: 15px;
}


.area_box_price {
    min-height: 120px;
}

.box_price {
    white-space: nowrap;
    display: flex;
    justify-content: flex-start;
}

.box_price .monthly,
.box_price .yearly {
    padding-top: 20px;
    font-size: 12px;
}


.box_price .unit_and_cost {
    display: flex;
    flex-direction: column;
    padding-right: 10px;
}

.pricingTable .discount_price b,
.priceTags .discount_price b {
    padding-right: 5px;
}

.box_price .discount_price {
    color: #595959;
}

.box_price .unit {
    flex-grow: 1;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    align-items: flex-start;
}

.box_price .cost {
    flex-grow: 1;
}

.box_price .free {
    color: #595959;
    font-weight: 700;
}

.area_box_price {
    display: inline-block;
    margin: 0 auto;
}
.zh.area_box_price{
    width: 130px;
}

.card .card_content .price_area {
    display: flex;
    justify-content: center;
}


ul li.item {
    font-size: 14px;
    list-style: none;
    text-align: left;
    /* align-items: center; */
    /* font-weight: 500; */
    font-weight: 400;
    /* 中文500 英文300 */

    color: #595959;
}

.card_Area .card .card_content {
    font-weight: 500;
    color: #595959;
    display: flex;
    flex-direction: column;
}

.card .card_content {
    font-weight: 500;
}

.plan--green {
    /* color: #70d9cc; */
    color: #51C8B9;
}

.check_icon--blue {
    color: #008CD6;
    padding-right: 10px;
}

.check_icon--green {
    color: #51C8B9;
    padding-right: 10px;
}

.x_icon {
    color: rgb(236, 49, 46);
    padding-right: 10px;
    width: 14px;
}

.item {
    display: flex;
    /* align-items: flex-start; */
    /* align-items: flex-end; */
    padding-bottom: 5px;
}

.item p {
    white-space: nowrap;
}

.item_small {
    list-style: none;
    text-align: center;
    color: #969696;
    /* background-color: red; */
    padding-top: 10px;
}

.cardColor--poster {
    color: #104E37;
}

.cardColor--mp {
    color: #008CD6;
}

.note {
    color: #969696;
    font-weight: 300;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}

.card_Area .box {
    display: flex;
    justify-content: center;
}

@media screen and (max-width:1200px) {
    .card {
        max-width: 35%;
    }
}

@media screen and (max-width:1150px) {
    ul li.item {
        font-size: inherit;
    }

    ul li.item div {
        width: 22px;
    }

    .card_Area {
        padding: 30px 20px;
        width: 100%;
    }

    .card {
        max-width: 400px;
        width: 100%;
        background-color: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 15.6px;
        border-radius: 10px;
        margin: 5px 12px;
        display: flex;
    }

    .card_Area .box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* .card_Area h2 {
        font-size: 40px;
    } */

    .card .card_content {
        text-align: center;
        padding: 30px 40px;
    }

    .plan_name {
        padding-bottom: 10px;
    }

    .area_box_price {
        min-height: 20px;
    }

    ul li.item {
        list-style: none;
        text-align: left;
        /* align-items: center; */
        /* font-weight: 500; */
        font-weight: 400;
        /* 中文500 英文300 */

        color: #595959;
    }

    .card_Area .card .card_content {
        font-weight: 500;
        color: #595959;
        display: flex;
        flex-direction: column;
    }

    .item {
        display: flex;
        /* align-items: flex-start; */
        /* align-items: flex-end; */
        padding-bottom: 5px;
    }

    .item p {
        white-space: nowrap;
    }

    .item_small {
        list-style: none;
        text-align: center;
        color: #969696;
        padding-top: 10px;
    }
}


@media screen and (max-width:800px) {
    .card_Area {
        padding: 30px 20px;
    }

    .card {
        max-width: 300px;
        width: 100%;
        margin: 13px auto;
        padding: 30px 70px;
    }

    .card .card_content {
        text-align: center;
        padding: 30px 40px;
    }

    ul li.item {
        font-size: 14px;
    }
}

@media screen AND (max-width:600px) {
    .card_Area h2 {
        font-size: 24px;
    }

    .plan_name {
        font-size: 24px;
        padding-bottom: 10px;
    }

    ul li.item {
        font-size: 10px;
    }

    ul li.item div {
        width: 18px;
    }
}


@media screen and (max-width:400px) {
    .card_Area {
        padding: 0;
    }

    .card {
        max-width: 400px;
        width: 80%;
        padding: 15px 30px;
    }

    .card .card_content {
        text-align: center;
        padding: 30px 10px;
    }

}