@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&family=Noto+Sans+TC:wght@100..900&display=swap');

@font-face {
    font-family: BopomofoRuby;
    src: url(../css/BopomofoRuby1909-v1-Regular.ttf);
}

* {

    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    /* overflow-x: hidden; */
    overflow-x: hidden !important;
    font-family: "Noto Sans TC", "Microsoft JhengHei", 微軟正黑體, Arial, sans-serif;
}

a {
    text-decoration: none;
}

/* 
*::selection {
    background: #00A8B1;
    color: #fff;
}

*::-moz-selection {
    background: #00A8B1;
    color: #fff;
}
 */

/*  */
nav {
    width: 100%;
    background-color: #F5F5F5;
    padding: 0 60px;
    position: relative;
}

.title {
    width: 100%;
    font-size: 30px;
    text-align: center;
    padding: 30px 0;
    position: relative;
}

.title::before {
    content: " ";
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #d8d8d8;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.title span {
    color: #707070;
    padding: 0 30px;
    margin: 0;
    background-color: #F5F5F5;
    position: relative;
    z-index: 1;
    font-weight: bold;
    display: inline-block;
}

.logo {
    width: 120px;
    position: absolute;
    top: 50%;
    left: 0;

    transform: translate(50%, -50%);
    z-index: 1;
    padding: 0 15px;
    background-color: #F5F5F5;
}

.logo a {
    display: block;
}

.logo a img {
    width: 100%;
}

.nav-btn {
    /* border: 1px solid #A62716; */
    display: inline-block;
    font-size: 21px;
    background-color: #F5F5F5;
    color: #A62716;
    padding: 5px 25px;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    right: -1%;
    font-weight: bold;
    transform: translate(-50%, -50%);
}

.content-row {
    /* padding: 150px 0 0; */
    padding: 50px 0 0;
    min-height: 800px;
}

.content-top {
    position: relative;
    padding: 0 0 60px;
}

.content-top::after {
    width: 100%;
    height: 150px;
    background-color: #A62716;
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
}

.content-top-card {
    border: 1px solid #A62716;
    padding: 70px 95px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.content-top-text {
    position: relative;
    height: 100%;

}

.content-top-text h3 {
    font-size: 34px;
    color: #333333;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 0 30px;
    /* 後台標題可換行,卡片大標照著編輯者按的 Enter 斷行 */
    white-space: pre-line;
}

.content-top-text p {
    font-size: 23px;
    color: #BEA495;
    line-height: 1.5;
}

.content-top-img {}

.content-top-img img {
    width: 100%;
}

.content-top-more {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 15px;
    bottom: 0;
}

.content-top-robe1 {
    width: 5vw;
    position: absolute;
    bottom: -28px;
    left: -25px;
}

.content-top-robe1 img {
    width: 100%
}

.content-top-robe2 {
    width: 6.5vw;
    position: absolute;
    bottom: -28px;
    right: -30px;
}

.content-top-robe2 img {
    width: 100%
}

.content-bottom {
    padding: 40px 0;
}

.content-item {

    cursor: pointer;
    padding: 30px;
    display: block;
    width: 100%;
    background-color: #fff;
    box-shadow: 1px 10px 20px 0px rgba(196, 196, 196, 1);
    margin: 0 0 30px;
}

.content-item-text h4 {
    font-size: 21px;
    font-weight: bold;
    color: #333333;
    line-height: 1.5;
    margin: 0 0 10px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /*行數*/
    -webkit-box-orient: vertical;
    /* 照後台標題的換行斷行,超過 line-clamp 行數仍以…截斷 */
    white-space: pre-line;
    height: 63px;
}

.content-item-text p {
    font-size: 18px;
    color: #BEA495;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 81px;
}

.content-item-img {
    width: 100%;
}

.content-item-img img {
    width: 100%;
}

/*  */
.foote_top {
    padding: 0 0 15px;
    position: relative;
}

.foote_top-flex {
    display: flex;
    justify-content: center;
}

.foote_top-line {
    position: absolute;
    width: 1px;
    height: 80%;
    background-color: #d3d3d3;
    top: 2px;
    left: 51.5%;
}

.foote_top-l {
    font-size: 50px;
    color: #7c7b7c;
    font-weight: 500;
    text-align: right;
    padding: 0 30px;
}

.foote_top-l br {
    display: none;
}

.foote_top-r {
    padding: 0 15px;
    font-size: 16px;
    color: #7c7b7c;
}

.foote_top-r p {
    margin: 0;
}

.foote_top-r p a:hover {

    text-decoration: underline;
}

.foote-bg {
    background-image: url(../img/nav-bg.png);
    width: 100%;
    height: 5px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.foote-bottom {
    text-align: center;
    color: #fff;
    background-color: #B50F00;
    padding: 15px 0;
}

.foote-bottom p {
    display: block;
    width: 100%;
    line-height: 1.5;
    margin: 0;
    /* font-weight: bold; */
    /* font-size: 15px; */
    font-size: 13px;
}

.foote-bottom p a {
    color: #fff;
}

.foote-bottom p a:hover {
    color: #fff;
    text-decoration: underline;
}

.events-tab {
    position: relative;
    padding: 0 0 15px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-carousel .owl-nav button.owl-next {
    text-align: right;
    width: 50px;
    position: absolute;
    font-size: 50px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    cursor: pointer;
    top: 45%;
    left: 98%;
    transform: translate(-50%, -50%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 48%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.owl-carousel .owl-nav button.owl-prev {
    text-align: left;
    position: absolute;
    width: 50px;
    font-size: 50px;
    font-weight: bold;

    line-height: 30px;
    margin: 0;
    cursor: pointer;
    top: 45%;
    left: 2%;
    transform: translate(-50%, -50%);
    /* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+50,0+99 */
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: initial;
    color: #000;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0;
    cursor: default;
}

.index_events_tab a {
    display: inline-block;
    padding: 5px 10px 10px;
    font-size: 20px;
    font-weight: bolder;
    color: #C7C7C7;
    background-color: #fff;
    letter-spacing: 4px;
    cursor: pointer;

    transition: all .3s ease-in-out;
    position: relative;
}



.index_events_tab .tab_active {

    color: #B20000;
}

.index_events_tab .tab_active::after {
    content: " ";
    width: 36px;
    height: 3px;
    background-color: #B20000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index_events_tab a:hover {
    color: #B20000;
}

.index_events_tab a:hover:after {
    content: " ";
    width: 36px;
    height: 3px;
    background-color: #B20000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*  */
.sort_events_tab a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bolder;
    color: #B20000;
    border: #B20000 1px solid;
    background-color: #fff;
    letter-spacing: 4px;
    cursor: pointer;
    border-radius: 50px;

    transition: all .3s ease-in-out;
    position: relative;
}



.sort_events_tab .tab_active {
    background-color: #B20000;
    color: #fff;
}


.sort_events_tab a:hover {
    background-color: #B20000;
    color: #fff;
}


/*  */
.loading {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
}



#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ac0911;
    -webkit-animation: spin 1.7s linear infinite;
    animation: spin 1.7s linear infinite;
    z-index: 11;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ac0911;
    -webkit-animation: spin-reverse 0.6s linear infinite;
    animation: spin-reverse 0.6s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ac0911;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin-reverse {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

#loading-text {
    color: #ac0911;
    transform: translateY(-50%)translateX(-50%);
    top: 50%;
    left: 50%;
    position: absolute;
    font-size: 16px;
    font-family: 'Noto Sans TC';
}

/*  */
/*  */
.article-title {
    font-size: 35px;
    font-weight: bold;
    color: #333333;
    padding: 0 0 25px;
    text-align: center;
    /* 後台標題輸入框可換行,這裡照著編輯者按的 Enter 斷行 */
    white-space: pre-line;
}

.article-date {
    font-size: 17px;
    font-weight: bold;
    color: #9B9B9B;
    padding: 0 0 10px;
    text-align: right;
    max-width: 1200px;
    margin: 0 auto;
}

.article-row {
    max-width: 1280px;
    margin: 0 auto 30px;
    border-bottom: #ac0911 1px solid;
    padding: 0 0 25px;
}

.article-edit img {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

/*  */
.article-community {
    text-align: center;
    max-width: 1280px;
    margin: 0 auto 30px;
}

.article-community h5 {
    font-size: 15px;
    text-align: center;
    color: #333333;
}

.article-community a {
    width: 40px;
    display: inline-block;
    margin: 0 5px;
}

.article-community a img {
    width: 100%;
}

.article-back {
    text-align: center;
    padding: 0px 0 50px;
}

.article-back a {
    border: #ac0911 2px solid;
    display: inline-block;
    margin: 0 5px;
    color: #ac0911;
    font-size: 21px;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 5px;
}

.article-back a:hover {
    border: #ac0911 2px solid;
    display: inline-block;
    margin: 0 5px;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 5px;
    background-color: #ac0911;
}

/*  */
.dk {
    display: block;
}

.dk-block {
    display: inline-block;
}

.mo {
    display: none;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #b50f00;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #b50f00;
    border-color: #b50f00;
}

.page-link:hover {
    z-index: 2;
    color: #b50f00;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.content-page {
    padding: 15px 0 0;
}

.dropdown_row {
    padding: 0 0 15px;
}

.dropdown_row .btn-red {
    width: 150px;

}

.btn-red {
    color: #b50f00;
    border-color: #b50f00;
}

.btn-red:hover {
    color: #b50f00;
    border-color: #b50f00;
}

/*  */
.youtube-popup {

    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .85);
    top: 0;
    left: 0;
    z-index: 999;

    display: none;
    /* 初始隱藏 */

}

.youtube-row {

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.youtube_yt {
    padding: 0px 0 35px;
    position: relative;
    z-index: 1;
    width: 800px;
}

.youtube_yt_bg {
    margin: 0 auto;
}

.youtube_yt .video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* padding-top: 30px; */
    height: 0;
    overflow: hidden;
}

.youtube_yt .video-container iframe,
.youtube_yt .video-container object,
.youtube_yt .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube-close {
    position: absolute;
    right: 0;
    top: -54px;
    z-index: 99;
    cursor: pointer;
}

.youtube-js {
    cursor: pointer;
}

.podcast_loading {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #fff; */
    z-index: 10;
    font-size: 24px;
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease;
}

.podcast_loading.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.spinner {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(270deg);
    }
}

@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(270deg);
    }
}

.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
    0% {
        stroke: #4285F4;
    }

    25% {
        stroke: #DE3E35;
    }

    50% {
        stroke: #F7C223;
    }

    75% {
        stroke: #1B9A59;
    }

    100% {
        stroke: #4285F4;
    }
}

@keyframes colors {
    0% {
        stroke: #4285F4;
    }

    25% {
        stroke: #DE3E35;
    }

    50% {
        stroke: #F7C223;
    }

    75% {
        stroke: #1B9A59;
    }

    100% {
        stroke: #4285F4;
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
    }
}

/*  */
.podcast-popup {

    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .85);
    top: 0;
    left: 0;
    z-index: 999;

    display: none;
    /* 初始隱藏 */
}

.podcast-row {

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.podcast_yt {
    padding: 0px 0 35px;
    position: relative;
    z-index: 1;

    width: 800px;
}

.podcast_yt_bg {
    margin: 0 auto;
}

.podcast_yt .video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* padding-top: 30px; */
    height: 0;
    overflow: hidden;
}

.podcast_yt .video-container iframe,
.podcast_yt .video-container object,
.podcast_yt .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.podcast-js {
    cursor: pointer;
}

.podcast-close {
    position: absolute;
    right: 0;
    top: -54px;
    z-index: 99;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.podcast-close.show {
    opacity: 1;
    visibility: visible;
}

#myFrame {
    opacity: 0;
    transition: opacity .4s ease;
}

#myFrame.show {
    opacity: 1;
}
.article-img{
    max-width: 1200px;
    text-align: center;
    margin:0 auto;
}
.article-img img{
   width: 100%;
}
/*  */
/*  */
.msg-popup {

    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .65);
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.msg-row {
    background-color: #fff;
    width: 600px;
    padding: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.msg-row h4 {
    font-size: 18px;
    font-weight: bold;
    color: #c29c6e;
    text-align: center;

}

.msg-btn {
    text-align: center;

}

.msg-l {
    display: inline-block;
    color: #c29c6e;
    border: 1px solid #c29c6e;
    border-radius: 25px;
    padding: 5px 35px;
    font-weight: bold;
    margin: 0 10px;

}

.msg-r {
    display: inline-block;
    color: #fff;
    border: 1px solid #c29c6e;
    background-color: #c29c6e;
    border-radius: 25px;
    padding: 5px 35px;
    font-weight: bold;
    margin: 0 10px;
}

.msg-close {
    position: absolute;
    right: 0px;
    top: -54px;
    z-index: 99;
    cursor: pointer;
}

.msg-row-text {
    text-align: center;
    font-weight: bold;
    color: #333333;
}

/*  */
@media (max-width: 992px) {
        .msg-row {
        background-color: #fff;
        width: 90%;
        padding: 30px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .msg-r {
        display: inline-block;
        color: #fff;
        border: 1px solid #c29c6e;
        background-color: #c29c6e;
        border-radius: 25px;
        padding: 7px 35px;
        font-weight: bold;
        margin: 0 10px;
    }

    .msg-l {
        display: inline-block;
        color: #c29c6e;
        border: 1px solid #c29c6e;
        border-radius: 25px;
        padding: 7px 35px;
        font-weight: bold;
        margin: 0 10px;
    }
    .dk-block {
        display: none;
    }

    .dk {
        display: none;
    }

    .mo {
        display: block;
    }

    .title {
        font-size: 15px;
        text-align: center;
        padding: 0px 0;
        position: relative;
        margin: 25px auto 0;
        width: 90%;

    }

    .title span {
        color: #707070;
        padding: 0 30px;
        margin: 0;
        background-color: #Fff;
        position: relative;
        z-index: 1;
        display: inline-block;
        font-size: 17px;
    }

    nav {
        width: 100%;
        background-color: #F5F5F5;
        padding: 30px 0;
        position: relative;
    }

    .logo {
        width: 80px;
        position: absolute;
        top: 10px;
        left: 0;
        transform: inherit;
        z-index: 1;
        padding: 0 15px;
        background-color: #F5F5F5;
    }

    .nav-btn {
        /* border: 1px solid #A62716; */
        display: inline-block;
        font-size: 15px;
        color: #A62716;
        background-color: #F5F5F5;
        padding: 5px 0px;
        border-radius: 50px;
        position: absolute;
        top: 12px;
        right: 15px;
        transform: inherit;
    }

    .content-row {
        /* padding: 150px 0 0; */
        padding: 15px 0 0;
    }

    .index_events_tab a {
        display: inline-block;
        padding: 5px 5px 8px;
        font-size: 14px;
        font-weight: bolder;
        color: #A62716;
        /* border: 1px solid #A62716; */
        border-radius: 50px;
        background-color: #fff;
        letter-spacing: 4px;
        cursor: pointer;
        transition: all .3s ease-in-out;
        position: relative;
    }

    /* .index_events_tab .tab_active::after {
        content: inherit;
        width: 0;
        height: 0;
        background-color: inherit;
        position: inherit;
        bottom: inherit;
        left: inherit;
        transform: inherit;
    } */

    .index_events_tab .tab_active::after {
        content: " ";
        width: 36px;
        height: 3px;
        background-color: #B20000;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .index_events_tab .tab_active {
        background-color: #fff;
        color: #B20000;
    }

    .content-top-card {
        border: 1px solid #A62716;
        padding: 15px;
        background-color: #fff;
        position: relative;
        z-index: 1;
    }

    .content-top-text h3 {
        font-size: 18px;
        color: #333333;
        font-weight: bold;
        line-height: 1.5;
        padding: 10px 0;
        margin: 0;
        white-space: pre-line;
    }

    .content-top-text p {
        font-size: 15px;
        color: #BEA495;
        line-height: 1.5;
    }

    .content-top-more {
        cursor: pointer;
        position: relative;
        right: inherit;
        bottom: inherit;
        text-align: center;
        display: block;
        margin: 0 auto;
        width: 80px;
    }

    .content-top-more img {
        width: 100%;
    }

    .content-top-robe1 {
    width: 15vw;
    position: absolute;
    bottom: -15px;
    left: 15px;
    }

    .content-top-robe2 {
     width: 15vw;
        position: absolute;
        bottom: -15px;
        right: 15px;
}
    

    .content-top {
        position: relative;
        padding: 0 0 30px;
    }

    .content-item-text h4 {
        font-size: 15px;
        font-weight: bold;
        color: #333333;
        line-height: 1.5;
        margin: 0 0 10px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: pre-line;
        height: auto;
    }

    .content-item-text p {
        font-size: 13px;
        color: #BEA495;
        line-height: 1.5;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        /*行數*/
        -webkit-box-orient: vertical;
        white-space: normal;
        margin: 0;
    }

    .content-item {
        cursor: pointer;
        padding: 15px;
        display: block;
        width: 100%;
        background-color: #fff;
        box-shadow: 1px 10px 20px 0px rgba(196, 196, 196, 1);
        margin: 0 0 30px;
    }

    .content-item-img {
        width: 100%;
        overflow: hidden;
        border-radius: 5px;
    }

    .foote_top-l {
        font-size: 20px;
        color: #7c7b7c;
        font-weight: 500;
        text-align: left;
        padding: 0px 5px 0 0;
        line-height: 1;
        border-right: 1px solid #eee;
    }

    .foote_top-l br {
        display: block;
    }

    .foote_top-r {
        padding: 0;
        font-size: 11px;
        color: #7c7b7c;
        padding: 0px 0px 0 5px;

    }

    .foote_top-line {
        position: absolute;
        width: 1px;
        height: 80%;
        background-color: #d3d3d3;
        top: 2px;
        left: 49.5%;
        display: none;
    }

    .foote_top-line {
        position: absolute;
        width: 1px;
        height: 80%;
        background-color: #d3d3d3;
        top: 0px;
        left: 23.5%;
    }

    .foote-bottom p {
        display: block;
        width: 100%;
        line-height: 1.5;
        margin: 0;
        font-weight: bold;
        font-size: 11px;
    }

    .foote_top-flex {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .article-row {
        max-width: 1280px;
        margin: 0 auto 30px;
        border-bottom: #ac0911 1px solid;
        padding: 0 15px 25px;
    }

    .article-title {
        font-size: 29px;
        font-weight: bold;
        color: #333333;
        padding: 0 0 15px;
        line-height: 1.5;
        margin: 0;
    }

    .article-community a {
        display: inline-block;
        margin: 0 5px;
        width: 30px;
    }

    .article-community a img {
        width: 100%;
    }

    .sort_events_tab a {
        display: inline-block;
        padding: 5px 10px;
        font-size: 13px;
        font-weight: bolder;
        color: #B20000;
        border: #B20000 1px solid;
        background-color: #fff;
        letter-spacing: 4px;
        cursor: pointer;
        border-radius: 50px;
        transition: all .3s ease-in-out;
        position: relative;
    }

    .dropdown_row .btn-red {
        width: 100%;
        padding: 5px 0;
    }

    .podcast_yt {
        padding: 0px 0 35px;
        position: relative;
        z-index: 1;
        width: 100%;
    }

    .podcast-row {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 15px;
    }

    .podcast-close {
        position: absolute;
        right: 15px;
        top: -25px;
        z-index: 99;
        cursor: pointer;
        width: 25px;
    }

    .podcast-close img {
        width: 100%;
    }

    .youtube_yt {
        padding: 0px 0 35px;
        position: relative;
        z-index: 1;
        width: 100%;
    }

    .youtube-row {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 15px;
    }

    .youtube-close {
        position: absolute;
        right: 15px;
        top: -20px;
        z-index: 99;
        cursor: pointer;
        width: 25px;
    }

    .youtube-close img {
        width: 100%;
    }

    .dropdown_row .dropdown-menu {
        width: 100%;
        border: 0;
        border-radius: 0;
        background-color: #F5F5F5;
        padding: 0;

    }

    .dropdown_row .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.5rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #A62716;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid #fff;
    }
}
/* 無障礙隱藏:視覺不顯示,但保留給螢幕閱讀器與搜尋引擎 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
