* {
    /* 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;
    z-index: 50;
    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-image: url(https://stg.image.card.tw.r10s.com/images/corp/campaign/2257/frame_bg.png);
    height: 542px;
    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;
}

.col_num_none::after {
    content: '';
    width: 34%;
    height: 42%;
    background-image: url(https://image.card.tw.r10s.com/images/corp/campaign/2257/num01.png);
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(8%, -32%);
    background-repeat: no-repeat;
    z-index: 1;
}


.col_num_lit {
    position: relative
}


.col_num_lit::after {
    content: '';
    width: 38%;
    height: 45%;
    background-image: url(https://image.card.tw.r10s.com/images/corp/campaign/2257/num02.png);
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(8%, -32%);
    background-repeat: no-repeat;
    z-index: 1;
}

.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: #92051a;
    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: #92051a;
}