* {
    /* outline: 1px solid red; */
}

/* cpn2257 */

.bg_950 {
    text-align: center;
    width: 950px;
    margin: 30px auto 0px auto;
    padding: 0 30px;
}

.join {
    position: relative;
}

.title_bgline {
    display: inline-block;
    color: white;
    padding: 0 5px;
    position: relative;
    line-height: 1.5;
    text-shadow:
        -1px -1px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black;
    z-index: 2;
    transform: translateY(-5px);
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 2px;
    opacity: 1;

}

.bg_line {
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 0;
    top: 5%;
    height: 20px;
    width: 128px;
    background-color: #bf0000;
    z-index: 1;
    transform: translateX(-51%);
}

.subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-top: 2%;
}

.row {
    display: flex;
    margin: 12px 0 12px 0;

}


.card1 {
    border: 4px solid #bf0000;
    border-radius: 0;
    margin: 5%;
    height: 110px;
}

.card {
    padding: 12px;

}

.card_info {
    margin: auto;
    padding: 0 8%;
}

.card_info h6 {
    line-height: 24px;
    font-size: 18px;
    margin: 16px 0;
}

.card2::after {
    content: "+";
    color: #bf0000;
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    font-size: 4rem;
    border: none;
    bottom: 10%;
    font-weight: 900;
    left: 96.5%;
    transform: translateX(55%);
}

.card_title {
    padding: 0;
}

.card_title h6 {
    padding: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}


.row1::after {
    content: '';
    display: block;
    position: absolute;
    border-color: #730000 transparent transparent transparent;
    border-style: solid solid solid solid;
    border-width: 30px 30px 0 30px;
    height: 0px;
    width: 0px;
    z-index: 1;
    top: 100%;
    left: 46.5%;
}

.join_info {
    background-repeat: no-repeat;
    background-size: contain;
    margin: 4%;
    background-position: center;
    display: block;
}

.bg_line2 {
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 0;
    top: 5%;
    height: 20px;
    width: 128px;
    background-color: #bf0000;
    z-index: 1;
    transform: translateX(-51%) translateY(10px);
}

.col_num_none {
    position: relative;
    border-right: 1px solid #ccc;
    border-right: unset;
    display: flex;
    justify-content: space-around;
}



.coupon-badge-wrapper {
    position: absolute;
    top: -60px;
    left: -4px;
    width: 112px;
    height: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-15deg);
    z-index: 1;
}

img.coupon-badge-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.coupon-badge-text {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
}

.coupon-badge-text .large-num {
    font-size: 32px;
    line-height: 1;
}


.discount-display {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-sizing: border-box;
    padding: 8%;
}

.discount-item {
    display: flex;
    align-items: flex-end;
    gap: 4px;
}

span.discount-vertical-text {
    writing-mode: vertical-rl;
    font-size: 12px;
    font-weight: 700;
    color: #444;
    letter-spacing: 0.8px;
}

span.discount-sub-num {
    font-family: 'Hiragino Sans', 'Noto Sans TC', sans-serif;
    font-weight: 900;
    font-size: 64px;
    color: #bf0000;
    line-height: 0.8;
}

.discount-unit {
    font-family: 'A-OTF Gothic MB101 Pro', 'Noto Sans TC', sans-serif;
    font-weight: 800;
    color: #444;
    font-size: 34.7px;
    line-height: 1;
}

.discount-unit .off-text {
    display: block;
    font-size: 14.3px;
    line-height: 1;
    text-align: center;
}


span.plus-sign {
    font-family: 'A-OTF Gothic MB101 Pro', 'Noto Sans TC', sans-serif;
    font-weight: 900;
    font-size: 31.8px;
    color: #444;
}

h6.gray_h6 {
    font-size: 12px;
    color: #333;
    margin-top: -16px;
    font-weight: 600;
    padding: 8px;
    line-height: 16px;
    margin: 16px 0;
}




.red_h6 {
    font-size: 16px;
    color: #bf0000;
    line-height: 24px;
    font-size: 18px;
    margin: 16px 0;
    font-weight: 600;
    padding: 8px;
}

.card3 {
    height: 112px;
    border: 2px solid #E91E63;
    border-radius: unset;
}

.card p {
    font-size: 17px;
    padding-top: 4px;
}

.card4 {
    border: 2px solid #E91E63;
    border-radius: unset;
    height: 360px;
}

.col3 {
    position: relative;
}

.col3::after {
    content: "";
    display: inline-block;
    border-left: 15px solid #E91E63;
    border-top: 15px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 15px solid transparent;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%) translateX(-8px);
}


.my_btn {
    background-color: #E91E63;
    color: #fff;
    width: 50%;
    margin: auto;
}

.my_btn:hover {
    background: #000;
    color: #fff;
    transition-duration: 0.3s;

}

/* cpn2257 */





/* popup */
.event_area {
    background-color: #fff;
    margin: auto;
    padding: 4%;
    width: 960px;
    overflow: auto;
}

.event_box {
    margin-bottom: 20px;
    text-align: justify;
}

.title {
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    background-color: #E91E63;
    padding: 10px;
    font-family: Arial, sans-serif;
}

.event_box ol {
    padding-left: 16px;
}

.event_box li {
    list-style: decimal;
    margin-bottom: 20px;
    letter-spacing: 1px;
    line-height: 24px;
    font-size: 16px;
    font-family: Arial, sans-serif;
}

.lity-close {
    background-color: #E91E63;
}