.act-banner-wrap {
    width: 100%;
}
.act-banner-wrap img {
    width: 100%;
    height: auto;
    display: block;
}
.act-cnt-wrap {
    position: relative;
    width: calc(100%/12 * 10);
    min-height: calc(100vh - 400px);
    margin: 0 auto;
    padding: 20px 0;
}
.act-banner {
    width: 100%;
    min-height: 74px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2D394B;
    font-size: 32px;
    font-weight: bold;
    color: #ffd80a;
    margin-bottom: 42px;
    padding: 16px;
    text-align: center;
}
.act-banner::before {
    display: block;
    content: '';
    position: absolute;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: 1px solid #ffd80a;
}
.act--query-title {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 48px;
    font-weight: bold;
    color: #e05151;
    text-shadow: 4px 4px 0 rgba(0,0,0,0.1);
}
.act-title-large {
    font-size: 36px;
    margin-bottom: 18px;
    text-align: center;
    color: #3f90dc;
}
.act-title {
    font-size: 24px;
    color: #222;
    margin: 0 0 18px 0;
}
.act-topic-title {
    font-size: 24px;
    color: #222;
}
.act-sub-title {
    font-size: 18px;
    margin: 0 0 12px 0;
    color: #3f90dc;
}
.act-date {
    color: #e05151;
}
.act-notice-title {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    margin-bottom: 12px;
}
.act-order-list {
    font-size: 16px;
    margin-left: 20px;
    color: #666;
    margin-bottom: 12px;
}
.act-notice-ol {
    margin-bottom: 24px;
}
.act-notice-list {
    font-size: 14px;
    color: #777;
    margin: 0 0 8px 16px;
    font-weight: 400;
}
.act-paragraph {
    font-size: 16px;
    color: #2D394B;
    margin-bottom: 12px;
    font-weight: 400;
}
.act-paragraph > span {
    color: #e05151;
}
.act-game-rule {
    margin: 12px 0 24px 0;
    padding-left: 20px;
}
.act-game-rule-list {
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
}
.act-game-rule-list > span {
    color: #e05151;
}
.act-paragraph.notice {
    margin: 20px 0;
}
.act-anno-star {
    color: #e05151;
    display: inline-block;
    margin-right: 4px;
}
.act-anno-text {
    font-size: 14px;
    color: #aaa;
    margin-bottom: 12px;
}
.act-article-link {
    display: inline-block;
    margin: 0 4px;
    color: #3f90dc;
    text-decoration: underline;
}
.act-emphasis {
    display: inline-block;
    margin: 0 4px;
    color: #e05151;
}
.act-menu-ul {
    width: 100%;
    display: flex;
    justify-content: center;
}
.act-menu-list {
    list-style: none;
    font-size: 18px;
    background: #222;
    margin: 24px 8px;
    border-radius: 5px;
    transition: 0.3s;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #ebebeb;
    box-shadow: 0 0 5px rgba(0,0,0,0);
}
.act-menu-list::before {
    display: inline-flex;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    content: '\f70c';
    transform: translate(-20px, 2px);
    transition: 0.3s;
}
.act-menu-list:hover {
    color: #ffd80a;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
.act-menu-list:hover::before {
    transform: translate(14px, 2px);
}
.act-menu-link {
    display: block;
    padding: 6px 30px;
    color: #ebebeb;
    position: relative;
    transform: translateX(0);
    transition: 0.3s;
}
.act-menu-list:hover .act-menu-link {
    color: #ffd80a;
    transform: translateX(8px);
}
.act-img {
    max-width: 100%;
    margin-bottom: 20px;
}
.act-button-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.act-main-btn {
    width: 250px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: rgba(224,81,81,0.7);
    padding: 10px 10px 10px 0;
    margin: 1%;
    font-size: 18px;
    color: #fff;
    border-radius: 23px;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
}
.act-main-btn::before {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    display: inline-flex;
    content: '\f002';
    font-size: 16px;
    transform: translate(-100px,2px);
    transition: 0.3s;
}
.act-main-btn:hover {
    background: #e05151;
    box-shadow: 0 2px 10px rgba(224,81,81,0.7);
    padding: 10px 10px 10px 20px;
}
.act-main-btn:hover::before {
    transform: translate(-4px,2px);
}
.act-sub-btn {
    width: 220px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #ffd80a;
    color: #222;
    padding: 10px;
    margin: 0 23px;
    border-radius: 10px;
    font-size: 16px;
    overflow: hidden;
    transition: 0.3s;
}
.act-sub-btn::before {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    display: inline-flex;
    content: '\f70c';
    transform: translate(-6px, 2px);
    transition: 0.3s;
}
.act-sub-btn:hover {
    background: #3f90dc;
    color: #ebebeb;
    box-shadow: 0 0 10px rgba(63,144,220,1);
}
.act-hl-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
    justify-content: center;
    background: url(/_images/fortune_god_icon.svg) no-repeat 10% 0;
    background-size: 150px;
    background-color: #ffe2e2;
    padding: 30px;
    border-radius: 10px;
}
.go-draw-btn {
    background: #e05151;
    box-shadow: 0 2px 10px rgba(224,81,81,0.7);
    padding: 10px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    border-radius: 23px;
    position: relative;
}
.go-draw-btn::before {
    display: inline-flex;
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    margin-top: 4px;
    margin-right: 2px;
}
.act-prize-wrap {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}
.act-prize {
    width: 46%;
    margin-bottom: 20px;
}
.act-prize-card {
    border-radius: 20px;
    background: #e05151;
    padding: 22px;
}
.act-prize-card.green {
    background: #35AD79;
}
.prize-card-frame {
    display: flex;
    align-items: center;
    border: 2px dashed rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.1);
    padding: 16px;
}
.prize-card-frame img {
    width: 45%;
    margin-right: 20px;
}
.prize-card-info {
    width: 55%;
}
.prize-name {
    font-size: 16px;
    color: #fff;
    opacity: 0.8;
}
.prize-item-name {
    font-size: 24px;
    color: #fff;
    margin-bottom: 40px;
}
.prize-mount-max {
    font-size: 14px;
    font-weight: normal;
    color: #ffd80a;
    display: flex;
    align-items: baseline;
}
.prize-mount-max span {
    display: inline-flex;
    font-size: 36px;
    font-weight: bold;
    margin-left: 6px;
}
.prize-value {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: right;
}
.prize-value span {
    display: inline-flex;
}
.prize-value span::before {
    display: inline-flex;
    content: '$';
    margin: 0 2px 0 6px;
}
.prize-rule-wrap {
    border-radius: 20px 20px 0 0;
    display: flex;
    justify-content: center;
    background: #666;
    padding: 15px;
}
.prize-rule {
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.prize-rule span {
    color: #ffd80a;
    font-weight: bold;
    display: inline-block;
    margin: 0 3px;
}
.query-user-box {
    display: flex;
    align-items: center;
    margin-bottom: 76px;
}
.act-topic-box {
    margin: 0 0 18px 0;
}
.query-uesr-img-frame {
    width: 82px;
    height: 82px;
    border: 2px solid #ccc;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin-right: 26px;
}
.query-uesr-img-frame img {
    width: 100%;
    height: auto;
}
.query-user-name {
    font-size: 24px;
    font-weight: bold;
    color: #666;
}
.act-query-sec {
    background: #f8f8f8;
    padding-bottom: 40px;
    margin-bottom: 60px;
}
.act-query-sec.second {
    margin-bottom: 0;
}
.query-sec-label {
    filter: drop-shadow(5px 5px 0px rgba(0,0,0,0.5));
    position: relative;
    top: -30px;
}
.query-sec-h4 {
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    font-size: 24px;
    font-weight: bold;
    color: #666666;
    background: #ffd80a;
    padding: 12px 60px 12px 18px;
    display: inline-flex;
    position: relative;
}
.act-progress-wrap {
    width: 100%;
    position: relative;
    margin-bottom: 28px;
}
.act-progress-bar-frame {
    width: calc(100% - 20px);
    height: 54px;
    margin: 230px 10px 0 10px;
    padding: 2px;
    border-radius: 27px;
    border: 2px solid rgba(53,173,121,0.5);
    position: relative;
}
.act-complete-bar {
    width: 0;
    height: 100%;
    background: #35AD79;
    display: block;
    border-radius: 25px;
    position: relative;
    transition: ease-in-out 0.5s;
}
.act-complete-bar::after {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    content: '\f70c';
    display: block;
    color: #35AD79;
    font-size: 32px;
    position: absolute;
    top: -40px;
    right: -18px;
}
.progerss-step {
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% - 8px);
    background: #35AD79;
    top: 4px;
    left: 10%;
}
.progerss-step:nth-child(2) {
    left: 20%;
}
.progerss-step:nth-child(3) {
    left: 30%;
}
.progerss-step:nth-child(4) {
    left: 40%;
}
.progerss-step:nth-child(5) {
    left: 50%;
}
.progerss-step:nth-child(6) {
    left: 60%;
}
.progerss-step:nth-child(7) {
    left: 70%;
}
.progerss-step:nth-child(8) {
    left: 80%;
}
.progerss-step:nth-child(9) {
    left: 90%;
}
.breakfast-box {
    width: 16.67%;
    position: absolute;
    top: -200px;
    right: 0;
    background: #2D394B;
    border-radius: 10px 10px 0 10px;
    padding: 10px;
    z-index: 2;
}
.breakfast-box img {
    width: 100%;
}
.breakfast-box h5 {
    font-size: 14px;
    color: #ebebeb;
}
.breakfast-box::after {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    bottom: -16px;
    border-top: 8px solid #2D394B;
    border-right: 8px solid #2D394B;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    z-index: 0;
}
.progress-msg {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 16px;
    color: #666;
}
.progress-current {
    display: inline-flex;
    font-size: 24px;
    color: #e05151;
    margin: 0 6px;
}
.progress-current::after {
    display: inline-flex;
    content: '/';
    margin-left: 4px;
}
.progress-total {
    display: inline-flex;
    font-size: 24px;
    color: #e05151;
}
.cup-current {
    display: inline-flex;
    font-size: 24px;
    color: #e05151;
    margin: 0 6px;
}
.collect-current {
    display: inline-flex;
    font-size: 24px;
    color: #e05151;
    margin: 0 6px;
}
.collect-current::after {
    display: inline-flex;
    content: '/';
    margin-left: 4px;
}
.collect-total {
    display: inline-flex;
    font-size: 24px;
    color: #e05151;
    margin: 0 6px 0 0;
}
.act-collect-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    position: relative;
    margin-top: 66px;
}
.collect-coffee {
    width: 12.8%;
    padding: 0.6%;
    margin: 0 calc(36%/10) calc(36%/10) calc(36%/10);
    border: 2px dashed #ccc;
    border-radius: 10px;
    position: relative;
    transition: 0.3s;
}
.collect-coffee img {
    width: 100%;
    opacity: 0.3;
}
.collect-coffee.collected {
    background: #fff;
    border: 0;
    box-shadow: 0 0 20px rgba(224,81,81,0.3);
}
.collect-coffee.collected img {
    opacity: 1;
}

/* 20211015 */
.act-tmeme-sec.member-info {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1023.98px){
    .act-banner {
        font-size: 24px;
        padding: 10px 70px;
        text-align: center;
    }
}
@media (max-width: 775.98px){
    .act-cnt-wrap {
        padding: 14px 0;
        width: 100%;
    }
    .act-banner {
        font-size: 16px;
        padding: 10px 60px;
        text-align: center;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .act-title {
        font-size: 18px;
        display: flex;
        flex-direction: column;
    }
    .act-query-sec {
        padding-bottom: 40px;
    }
    .act--query-title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .query-sec-h4 {
        font-size: 16px;
    }
    .breakfast-box {
        width: 160px;
    }
    .act-progress-bar-frame {
        height: 30px;
    }
    .progress-msg {
        flex-wrap: wrap;
    }
    .collect-coffee {
        width: 42%;
        padding: 4%;
        margin: 0 calc(8%/2) calc(8%/2) calc(8%/2);
    }
    .act-topic-title {
        font-size: 18px;
    }
    .act-order-list {
        font-size: 14px;
    }
    .act-menu-ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .act-menu-list {
        margin: 10px 8px;
        width: 280px;
        justify-content: center;
        color: #ffd80a;
        box-shadow: 0 0 5px rgba(0,0,0,0.7);
    }
    .act-menu-list::before, .act-menu-list:hover::before {
        transform: translate(10px, 2px);
        position: relative;
    }
    .act-menu-link, .act-menu-list:hover .act-menu-link {
        color: #ffd80a;
        transform: translate(0,0);
    }
    .act-button-wrap {
        flex-direction: column;
        align-items: center;
    }
    .act-main-btn {
        margin-bottom: 16px;
    }
    .act-main-btn, .act-main-btn:hover {
        background: #e05151;
        box-shadow: 0 2px 10px rgba(224,81,81,0.7);
        padding: 10px 10px 10px 20px;
    }
    .act-main-btn::before, .act-main-btn:hover::before {
        transform: translate(-4px,2px);
    }
    .act-prize-wrap {
        flex-direction: column;
    }
    .act-prize {
        width: 100%;
    }
    .act-prize:nth-child(1) {
        margin-bottom: 16px;
    }
    .prize-card-frame {
        flex-direction: column;
    }
    .prize-card-frame img {
        width: 100%;
        margin-right: 0;
    }
    .prize-card-info {
        width: 100%;
    }
    .prize-item-name {
        margin-bottom: 0;
    }
    .prize-mount-max {
        justify-content: flex-end;
    }
    .act-sub-btn, .act-sub-btn:hover {
        margin-bottom: 16px;
        background: #3f90dc;
        color: #ebebeb;
        box-shadow: 0 0 10px rgba(63,144,220,1);
    }
}

.lottery-rounds {
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #e05151;
    margin-bottom: 20px;
}
.luckydraw-game-sec {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.luckydraw-game-cards-pickup,
.luckydraw-game-cards-scratch {
    width: 60%;
    position: relative;
    display: none;
    justify-content: center;
    flex-wrap: wrap;
    cursor: pointer;
}
.luckydraw-game-cards-pickup.active,
.luckydraw-game-cards-scratch.active {
    display: flex;
}
.luckydraw-game-panel {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
    margin: 30px 0;
}
.luckydraw-game-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    min-width: 138px;
    height: 38px;
    border-radius: 10px;
    background: #e05151;
    margin: 0 3%;
    box-shadow: 0 0 5px rgba(0,0,0,0);
    transition: 0.3s;
}
.luckydraw-game-btn:hover {
    color: #ffd80a;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.luckydraw-game-btn.go-to-game-bet {
    background: #35AD79;
}
/* luckydraw-item class control */
.luckydraw-item {
    width: 41.67%;
    padding-bottom: 50%;
    position: relative;
    margin: 10px;
    background: url(/_images/lucky_draw_passed.svg) no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0,0,0,0);
    opacity: 1;
    z-index: 1;
    transition: 0.3s;
}
.luckydraw-item.pick {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.luckydraw-item.unpick {
    opacity: 0.4;
}
.luckydraw-item.pick.spotlight {
    transform: translate(calc(50% + 10px),calc(50% + 10px)) scale(1.6);
    z-index: 2;
}
.luckydraw-card-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/_images/lucky_draw_cover.svg) no-repeat;
    background-size: cover;
    z-index: 10;
}
.luckydraw-item.chosed {
    background: url(/_images/lucky_draw_opened.svg) no-repeat;
    background-size: cover;
    box-shadow: 0 3px 20px rgba(255,255,35,1);
}
.prize-info {
    position: absolute;
    top: 50%;
    transform: translateY(-30%);
}
.prize-lose {
    color: #999;
    font-size: 2vw;
    display: block;
    text-align: center;
}
.prize-point {
    font-size: 5vw;
    line-height: 3.5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #999;
}
.prize-point::before {
    display: block;
    content: '點數';
    font-size: 2vw;
}

.act-theme-wrap {
    padding: 50px 0;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    position: relative;
}
.act-theme-title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 34px;
}
.go-sec-anchor {
    display: flex;
    align-items: baseline;
    margin: 0 auto;
    font-size: 16px;
}
.go-sec-anchor::before {
    display: inline-block;
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    margin-right: 4px;
    font-size: 24px;
}
.act-theme-btn-wrap {
    display: flex;
    flex-wrap: wrap;
}
.act-note {
    display: inline-flex;
    margin-left: 4px;
    font-size: 16px;
    color: #666;
}
.act-theme-btn {
    display: inline-flex;
    justify-content: center;
    align-items: baseline;
    background: #e05151;
    border-radius: 4px;
    padding: 10px 48px;
    font-size: 16px;
    box-shadow: -2px -2px 2px rgba(0,0,0,0.01), 
                -2px -2px 4px rgba(0,0,0,0.01), 
                2px 2px 4px rgba(0,0,0,0.1), 
                2px 2px 8px rgba(0,0,0,0.1), 
                inset 2px 2px 4px rgba(0,0,0,0), 
                inset -1px -1px 2px rgba(0,0,0,0);
    color: #fff;
    margin: 0 10px 0 10px;
    transition: 0.3s;
}
.act-theme-btn:hover {
    box-shadow: -2px -2px 2px rgba(0,0,0,0), 
                -2px -2px 4px rgba(0,0,0,0), 
                2px 2px 4px rgba(0,0,0,0), 
                2px 2px 8px rgba(0,0,0,0), 
                inset 2px 2px 4px rgba(0,0,0,0.3), 
                inset -1px -1px 2px rgba(0,0,0,0.4);
    color: #fff;
    text-shadow: 0 0 8px rgba(255,255,255,0.4);
}
.act-theme-btn::before {
    display: inline-flex;
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    margin-right: 2px;
}
.act-theme-note {
    color: #fff;
    font-size: 14px;
}
@media (max-width: 919.98px){
    .act-theme-wrap.at01, .act-theme-wrap.at02, .act-theme-wrap.at03 {
        background-size: cover;
        background-position: 50% 50%;
    }
    .act-theme-btn-wrap {
        flex-direction: column;
    }
    .act-theme-btn {
        margin: 0 0 24px 0;
    }
}
@media (max-width: 767.98px){
    .act-theme-dialogue-box {
        width: 80%;
    }
    .luckydraw-game-cards-pickup,
    .luckydraw-game-cards-scratch {
        width: 80%;
    }
    .go-draw-btn {
        left: 20%;
    }
}
@media (max-width: 539.98px){
    .act-theme-dialogue-box {
        background: rgba(0,0,0,0.65);
        width: 90%;
    }
    .act-theme-title {
        text-shadow: 0 0 8px rgba(255,216,10,0.5);
        font-size: 24px;
        animation: textGlowing 2s ease 0s infinite alternate none;
    }
    .act-theme-wrap.at01 {
        background-size: cover;
        background-position: 50% 50%;
    }
    .act-theme-wrap.at02 {
        background-size: cover;
        background-position: 100% 50%;
    }
    .act-theme-wrap.at03 {
        background-size: cover;
        background-position: 75% 50%;
    }
    .luckydraw-game-cards-pickup,
    .luckydraw-game-cards-scratch {
        width: 100%;
    }
    .luckydraw-game-panel {
        flex-direction: column;
        align-items: center;
    }
    .luckydraw-game-btn {
        margin: 10px 3%;
    }
}
@media (max-width: 421.98px){}

@keyframes textGlowing {
    0% {color: #ffd80a; text-shadow: 0 0 3px rgba(255,216,10,0.1);}
    50% {color: #ffffff; text-shadow: 0 0 12px rgba(255,216,10,0.5);}
    100% {color: #ffd80a; text-shadow: 0 0 3px rgba(255,216,10,0.1);}
}