.category-tabs[data-v-4d2b986d] {
    width: auto;
    padding: 32px 0
}

.category-tabs[data-v-4d2b986d] .v-tabs-slider {
    background-color: #38539a!important
}

.category-tabs>.v-slide-group__content[data-v-4d2b986d] {
    margin: 0 16px
}

.category-tabs-item[data-v-4d2b986d] {
    width: -webkit-fit-content!important;
    width: -moz-fit-content!important;
    width: fit-content!important;
    padding: unset!important;
    min-width: auto!important;
    margin: 0 15px;
    font-size: 18px;
    font-family: "Noto Sans TC";
    color: #2c2c2c!important;
    font-weight: 550!important
}

.category-tabs-item.v-tab--active[data-v-4d2b986d] {
    color: #314e99!important
}

.article-container[data-v-4d2b986d] {
    padding: 0 15% 60px!important
}

.article-card[data-v-4d2b986d] {
    cursor: pointer
}

.article-card[data-v-4d2b986d]:hover {
    transition: background-color .3s ease;
    box-shadow: 0 5px 5px 2px rgba(0,0,0,.2)
}

.v-card {
    border-width: thin;
    display: block;
    max-width: 100%;
    outline: none;
    text-decoration: none;
    transition-property: box-shadow, opacity;
    word-wrap: break-word;
    position: relative;
    white-space: normal;
}

.v-card__title {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: .0125em;
    line-height: 2rem;
    word-break: break-all;
}

.v-card__subtitle, .v-card__text {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.375rem;
    letter-spacing: .0071428571em;
}

.v-card__subtitle, .v-card__text, .v-card__title {
    padding: 16px;
}

.v-card>:last-child:not(.v-btn):not(.v-chip):not(.v-avatar) {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

.theme--light.v-card>.v-card__subtitle, .theme--light.v-card>.v-card__text {
    color: rgba(0, 0, 0, .6);
}

.v-card__title+.v-card__subtitle {
    margin-top: -16px;
}

.v-card__title+.v-card__subtitle, .v-card__title+.v-card__text {
    padding-top: 0;
}

.article-title[data-v-4d2b986d] {
    align-items: normal;
    font-weight: 700;
    height: 180px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.article-title2[data-v-4d2b986d] {
    align-items: normal;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.article-sub-title[data-v-4d2b986d] {
    font-size: 14px;
    font-weight: 700;
    color: #000!important
}

.article-text[data-v-4d2b986d] {
    height: 110px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-text[data-v-4d2b986d].show-text {
    height: auto;
    -webkit-line-clamp: none;
}

@media (max-width: 767px) {
    .category-tabs[data-v-4d2b986d] {
        width:100%
    }
}

.sticky-filter-btn[data-v-4d2b986d] {
    position: fixed;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 200;
    width: 98%
}

.sticky-filter-options[data-v-4d2b986d] {
    z-index: 300
}

.sticky-filter-button-container[data-v-4d2b986d] {
    justify-content: center
}

.sticky-filter-title[data-v-4d2b986d] {
    font-size: 14px;
    font-weight: 600;
    padding: 16px 24px 0;
    border-bottom: 1px solid #929292
}

.sticky-filter-text[data-v-4d2b986d] {
    padding: 0 24px
}

.v-sheet.v-card:not(.v-sheet--outlined) {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.v-sheet.v-card {
    border-radius: 4px;
}

.theme--light.v-card {
    background-color: #fff;
    color: #2c2c2c;
}

.v-card--link:before {
    background: currentColor;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s;
}

.v-card>.v-card__progress+:not(.v-btn):not(.v-chip):not(.v-avatar), .v-card>:first-child:not(.v-btn):not(.v-chip):not(.v-avatar) {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.theme--dark.v-btn.v-btn--has-bg.btn-check {
    height: 48px;
    width: 148px;
    background-color: #1313a3;
    border-color: #1313a3;
    border: solid 2px;
    margin: auto;
}

.theme--dark.v-btn.v-btn--has-bg.btn-check.checked {
    background-color: inherit;
    border-color: grey;
    color: black;
}
