.mw-tab-container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 45px;
    overflow-x: auto;
    overflow-y: hidden;
}
.mw-tab-btn {
    min-width: 200px;
    text-align: center;
    border-bottom: 2px solid #cccccc;
    padding: 8px 12px;
    color: #861919;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
}
@media screen and (max-width: 766px) {
    .mw-tab-btn {
        min-width: 130px;
    }
}
.mw-tab-btn:hover {
    color: #861919;
    background-color: #e4eaec;
    cursor: pointer;
}
.mw-tab-btn.active {
    border-bottom: 2px solid #861919;
    background: #861919;
    color: white;
}

.mw-row-event {
    width: 100%;
    display: inline-block;
}
.mw-box-event {
    position: relative;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    border-radius: 12px;
    width: 100%;
}
.mw-box-event img {
    border-radius: 12px 12px 0 0;
}
@media screen and (max-width: 766px) {
    .mw-box-event {
        display: inline-table;
    }
    .mw-newline {
        display: grid;
    }
    .mw-tab-btn {
        height: 50px;
    }
}

.mw-box-event-content {
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 150px;
}
.mw-box-event-detail {
    padding: 4px 0;
    color: #000000;
    font-size: 12px;
}
.mw-box-event-detail i {
    width: 20px;
}

.mw-box-event h4 {
    height: 46px;
    margin-top: 2px;
    font-weight: bold;
    font-size: 18px;
}
.mw-box-event p {
    margin-bottom: 0;
    font-size: 12px;
    color: #686868;
}

.mw-highlight-event {
    position: absolute;
    background-color: #F25050;
    text-align: center;
    color: white;
    font-weight: 550;
    border-radius: 15px;
    font-size: 0.9em;
    width: 95px;
    height: 20px;
    right: 10px;
    top: 10px;
    z-index: 9;
}

.mw-reg-date-event {
    position: absolute;
    background-color: #00b77f;
    text-align: center;
    color: white;
    font-weight: 550;
    border-radius: 20px;
    font-size: 15px;
    width: 155px;
    height: 35px;
    right: 10px;
    bottom: 160px;
    z-index: 9;
    padding: 5px 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.spw-bg-text {
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}
.spw-bg-text img {
    width: 100%;
}
.spw-bg-text .spw-bg-line {
    position: absolute;
    left: 0;
    bottom: 0;
}
.spw-bg-line-txt {
    font-weight: bold;
}
h5 {
    color: black;
}
.spw-txt-type {
    color: #979797; font-size: 14px;
}
@media screen and (max-width: 766px) {
    .spw-txt-type {
        line-height: 12px;
    }
    .mw-box-event h4 {
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mw-box-event-content {
        height: 130px;
    }
}


