/* Sticky Footer — 讓短內容頁面 footer 也保持在視窗底部 */
html,
body {
    height: 100%;
    margin: 0;
}

main#main-content {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main#main-content>footer {
    margin-top: auto;
}

.bannerBox {
    overflow: hidden;
    position: relative;
}

/* ==========================================
   活動數量浮標 — 全新獨立樣式（不繼承 .spT）
   ========================================== */
.banner-event-box {
    position: absolute;
    right: 200px;
    bottom: 30px;
    background-color: #7ecef4;
    padding: 12px 24px;
    min-width: 100px;
    text-align: center;
    z-index: 1;
    overflow: hidden;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}

.banner-event-box:hover,
.banner-event-box:focus {
    background-color: #8c8c8c;
}

.banner-event-box h1 {
    color: #fff;
    margin: 0 0 4px;
    word-break: break-word;
    overflow-wrap: break-word;
}

.banner-event-box p {
    color: #fff;
    line-height: 1;
    overflow: hidden;
}

/* 平板 ≤1024px */
@media (max-width: 1024px) {
    .banner-event-box {
        right: 25px;
        bottom: 25px;
        padding: 10px 18px;
        min-width: 80px;
    }
}

/* 手機 ≤767px */
@media (max-width: 767px) {
    .banner-event-box {
        right: 15px;
        bottom: 15px;
        padding: 8px 16px;
        min-width: 70px;
    }
}

.bannerBox .item {
    overflow: hidden;
}

.bannerBox .item img {
    width: 100%;
    height: auto;
}

.bannerBox .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    background-color: #fff;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
}

.bannerBox .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    background-color: #f8b551;
    border: 1px solid #f8b551;
}

.bannerBox .carousel-control {
    top: 50%;
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 2;
}

.bannerBox .carousel-control.left {
    background-image: none;
    width: 32px;
    height: 76px;
    left: 5%;
}

.bannerBox .carousel-control.right {
    background-image: none;
    width: 32px;
    height: 76px;
    right: 5%;
}

.bannerBox2 .carousel-control.left {
    background-image: none;
    width: 19px;
    height: 29px;
    left: 20%;
}

.bannerBox2 .carousel-control.right {
    width: 19px;
    height: 29px;
    right: 20%;
}

.bannerBox2 .bgColor {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 27.5%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
}

.bannerBox2 .bgLeft {
    left: 0;
}

.bannerBox2 .bgRight {
    right: 0;
}

.bannerBox .carousel-caption {
    top: 50%;
    padding: 0;
    margin: 0;
    font-size: 48px;
    font-weight: bold;
}

.bannerBox .carousel-caption a {
    color: #fff;
}

.section {
    overflow: hidden;
    position: relative;
    background: url("../images/pic3.png") no-repeat;
    background-size: 100% auto;
}

.section .center {
    overflow: hidden;
    position: relative;
    width: 470px;
    height: 470px;
    margin: 250px auto 260px;
    padding: 80px 0 0 0;
    border: 5px solid #ff0000;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: 2;
}

.section .center h1 {
    font-size: 42px;
    font-weight: bold;
    color: #ff0000;
    line-height: 50px;
    margin: 0;
}

.section .center h3 {
    font-size: 24px;
    color: #d49e1c;
    line-height: 35px;
    margin: 15px 0 25px 0;
}

.section .center a {
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    margin: auto;
    background-color: #8eb126;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.section .center a:hover {
    background-color: #d49e1c;
}

.section .ulBox {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50px;
    left: 0;
    z-index: 1;
}

.section .ulBox ul li {
    position: absolute;
    overflow: hidden;
    padding: 5px 10px;
}

.section .ulBox ul li .li {
    overflow: hidden;
    position: relative;
    width: 200px;
    height: 200px;
    border: 5px solid #ff0000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    box-shadow: 1px 1px 10px #888888;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.section .ulBox ul li .li .liI {
    overflow: hidden;
}

.section .ulBox ul li .li .liI img {
    width: 100%;
    height: auto;
}

.section .ulBox ul li .li .liT {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 190px;
    background-color: rgba(0, 0, 0, .5);
}

.section .ulBox ul li:nth-child(1) {
    left: 50%;
    margin-left: -260px;
}

.section .ulBox ul li:nth-child(1) .li {
    border: 5px solid #ff0000;
}

.section .ulBox ul li:nth-child(1) .li .liT {
    color: #ff0000;
}

.section .ulBox ul li:nth-child(2) {
    right: 50%;
    margin-right: -260px;
}

.section .ulBox ul li:nth-child(2) .li {
    border: 5px solid #fff100;
}

.section .ulBox ul li:nth-child(2) .li .liT {
    color: #fff100;
}

.section .ulBox ul li:nth-child(3) {
    top: 210px;
    left: 50%;
    margin-left: -460px;
}

.section .ulBox ul li:nth-child(3) .li {
    border: 5px solid #bbaad2;
}

.section .ulBox ul li:nth-child(3) .li .liT {
    color: #bbaad2;
}

.section .ulBox ul li:nth-child(4) {
    top: 210px;
    right: 50%;
    margin-right: -460px;
}

.section .ulBox ul li:nth-child(4) .li {
    border: 5px solid #00a0e9;
}

.section .ulBox ul li:nth-child(4) .li .liT {
    color: #00a0e9;
}

.section .ulBox ul li:nth-child(5) {
    top: 465px;
    left: 50%;
    margin-left: -460px;
}

.section .ulBox ul li:nth-child(5) .li {
    border: 5px solid #d49e1c;
}

.section .ulBox ul li:nth-child(5) .li .liT {
    color: #d49e1c;
}

.section .ulBox ul li:nth-child(6) {
    top: 465px;
    right: 50%;
    margin-right: -460px;
}

.section .ulBox ul li:nth-child(6) .li {
    border: 5px solid #e3907a;
}

.section .ulBox ul li:nth-child(6) .li .liT {
    color: #e3907a;
}

.section .ulBox ul li:nth-child(7) {
    top: 670px;
    left: 50%;
    margin-left: -260px;
}

.section .ulBox ul li:nth-child(7) .li {
    border: 5px solid #adcfda;
}

.section .ulBox ul li:nth-child(7) .li .liT {
    color: #adcfda;
}

.section .ulBox ul li:nth-child(8) {
    top: 670px;
    right: 50%;
    margin-right: -260px;
}

.section .ulBox ul li:nth-child(8) .li {
    border: 5px solid #8fc31f;
}

.section .ulBox ul li:nth-child(8) .li .liT {
    color: #8fc31f;
}

.section .ulBox ul li .li:hover {
    border-style: dotted;
}

.section .ulBox ul li .li:hover .liT {
    color: #fff;
}

.section2 {
    overflow: hidden;
    position: relative;
    padding: 164px 0;
    background: url("../images/pic4.jpg") no-repeat;
    background-attachment: fixed;
    background-position: 50% 0%;
    background-size: cover;
}

.section2 .spT {
    overflow: hidden;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1;
    top: 50%;
    margin-top: -34px;
}

.section2 .spT .tit {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}

.section2 .spT .tit a {
    color: #fff;
}

.section2 .spT .tit img {
    margin: 31px 0;
}

.section2 .spT .tit span {
    color: #d49e1c;
}

.section3 {
    overflow: hidden;
    position: relative;
    padding: 100px 0 60px 0;
    background: url("../images/pic14.jpg") no-repeat;
    background-size: 100% 100%;
}

.section3 .titT {
    overflow: hidden;
    position: relative;
    font-size: 42px;
    color: #8eb126;
    font-weight: bold;
    text-align: center;
}

.section3 .ulBox {
    position: relative;
    margin: 35px 0;
    height: 692px;
    overflow-y: scroll;
}

.section3 .ulBox::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    scrollbar-arrow-color: red;
}

.section3 .ulBox::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    scrollbar-arrow-color: red;
}

.section3 .ulBox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.section3 .ulBox ul {}

.section3 .ulBox ul li {
    display: block;
    overflow: hidden;
    padding: 35px 0;
    border-bottom: 1px solid #e5e5e5;
}

.section3 .ulBox ul li:first-child {
    padding-top: 0;
}

.section3 .ulBox ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.section3 .ulBox ul li .liL {
    overflow: hidden;
    width: 352px;
    height: 183px;
}

.section3 .ulBox ul li .liL img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.section3 .ulBox ul li .liR {
    overflow: hidden;
    width: 660px;
    height: 183px;
    margin-right: 8px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border: 1px solid #d49e1c;
}

.section3 .ulBox ul li .liRL {
    overflow: hidden;
    width: 70px;
    height: 100%;
    color: #d49e1c;
    padding: 10px 0 0 0;
    font-size: 16px;
    text-align: center;
    border-right: 1px solid #d49e1c;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.section3 .ulBox ul li .liRL strong {
    font-size: 32px;
    line-height: 30px;
}

.section3 .ulBox ul li .liRR {
    overflow: hidden;
    width: 100%;
}

.section3 .ulBox ul li .liRR h3 {
    color: #d49e1c;
    margin: 0;
    padding: 0 20px;
}

.section3 .ulBox ul li .liRR h3:first-child {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 50px;
    line-height: 49px;
    border-bottom: 1px solid #d49e1c;
}

.section3 .ulBox ul li .liRR h3:last-child,
.section3 .ulBox ul li .liRR h3:last-child p,
.section3 .ulBox ul li .liRR h3:last-child span {
    display: black;
    padding: 15px 20px 0;
    line-height: 35px;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.section3 .ulBox ul li .liRR h3:last-child p,
.section3 .ulBox ul li .liRR h3:last-child span {
    padding: 0;
}

.section3 .ulBox ul li:hover .liL img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.section3 .ulBox ul li:hover .liR {
    background-color: #ddb149;
}

.section3 .ulBox ul li:hover .liR .liRL {
    color: #fff;
    background-color: #d49e1c;
}

.section3 .ulBox ul li:hover .liR .liRR h3 {
    color: #fff;
}

.section3 .more {
    overflow: hidden;
    position: relative;
    margin-top: 35px;
}

.section3 .more a {
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    margin: auto;
    text-align: center;
    background-color: #8eb126;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.section3 .more a:hover {
    background-color: #d49e1c;
}

.section4 {
    overflow: hidden;
    position: relative;
    padding: 100px 0 100px 0;
    min-height: 847px;
    background: url("../images/pic22.jpg") no-repeat;
    background-size: 100% 100%;
}

.section4 .titT {
    overflow: hidden;
    position: relative;
    font-size: 42px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.section4 .wrapper {
    margin: 0 15px 0 15px;
}

.ta_calendar table caption {
    text-align: center;
    height: 35px;
    line-height: 19px;
    font-size: 14px;
    color: #fff;
}

.ta_calendar table thead tr {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid #fff;
}

.ta_calendar table thead th {
    border: none;
    color: #fff;
}

.ta_calendar table thead th {
    text-align: center;
}

.ta_calendar {
    width: 538px;
    left: 50%;
    height: 250px;
    margin-left: -570px;
    display: block !important;
    position: relative;
    background-color: rgba(0, 0, 0, .5);
    top: -607px;
}

.ta_calendar td.ta_dateRangeGray {
    color: rgba(0, 0, 0, 0);
}

.ta_calendar table tbody td {
    color: #fff;
}

.ta_calendar_footer {
    display: none;
}

.ta_dateRangeGray {
    /*display: none;*/
}

.i_pre,
.i_next {
    /* background: url(http://imgcache.qq.com/bossweb/mta/images/calendar_all.png) no-repeat; */
    background: url(../images/calendar_all.png) no-repeat;
    cursor: pointer;
}

.ta_calendar_cont .i_next {
    background: url(../images/calendar_all.png) no-repeat -30px;
}

.ta_calendar td.ta_dateRangeSelected {
    background: none;
    cursor: pointer;
}

.ta_calendar td.first,
.ta_calendar td.last,
.ta_calendar td.today {
    color: #fff;
    background: url(../images/calendar_all.png) no-repeat -92px;
    cursor: pointer;
}

.ta_calendar td.today {
    color: #fff;
    background: url(../images/calendar_all.png) no-repeat -92px;
    cursor: pointer;
}

.ta_dateRangeTodayThis,
.ta_calendar td:hover {
    color: #fff;
    background: url(../images/calendar_all.png) no-repeat -92px;
    cursor: pointer;
}

.ta_calendar td.ta_dateRangeGray:hover {
    color: rgba(0, 0, 0, 0);
    background: none;
}

.ta_calendar td:first-child:hover {
    background: none;
}

.section4 .more {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 120px;
    height: 120px;
    padding: 50px 0;
    margin-left: -360px;
    font-size: 18px;
    color: #000;
    text-align: center;
    background-color: #eabc4c;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.section4 .more a {
    color: #000;
    display: block;
    overflow: hidden;
}

.section4 .more:hover {
    background-color: #8eb126;
}

.section4 .more:hover a {
    color: #fff;
}

.section4 .ulBox {
    overflow: hidden;
    margin-top: 30px;
    height: 537px;
}

.section4 .ulBox .ul {
    overflow-y: scroll;
    width: 540px;
    float: right;
    max-height: 487px;
    margin: 50px 0 0 0;
}

.section4 .ulBox .ul::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}

.section4 .ulBox .ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, .4);
}

.section4 .ulBox .ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}

.section4 .ulBox .ul li {
    display: block;
    overflow: hidden;
}

.section4 .ulBox .ul li dl {
    margin: 0;
}

.section4 .ulBox .ul li dl dd {
    margin: 50px 0 0 0;
    cursor: pointer;
}

.section4 .ulBox .ul li dl dd:first-child {
    margin: 0 0 0 0;
}

.section4 .ulBox .ul li dl dd .li {
    overflow: hidden;
}

.section4 .ulBox .ul li dl dd .li .liI {
    overflow: hidden;
    width: 16px;
    height: 16px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.section4 .ulBox .ul li dl dd .liT {
    overflow: hidden;
    width: 512px;
    float: left;
    margin-top: -8px;
    margin-left: 8px;
    padding: 20px;
    background-color: #fff;
    min-height: 121px;
    border: 1px solid #fff;
}

.section4 .ulBox .ul li dl dd .liT h3 {
    font-size: 21px;
    color: #d49e1c;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.section4 .ulBox .ul li dl dd .liT h4 {
    color: #8fc31f;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 10px 0;
}

.section4 .ulBox .ul li dl dd .liT h5 {
    font-size: 16px;
    margin: 0;
    color: #d49e1c;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.section4 .ulBox .ul li dl dd:hover .li .liI {
    border: 1px solid #fff;
    background-color: #d49e1c;
}

.section4 .ulBox .ul li dl dd:hover .liT {
    border: 1px solid rgba(255, 255, 255, .5);
    background-color: rgba(212, 158, 28, .7);
}

.section4 .ulBox .ul li dl dd:hover .li h3,
.section4 .ulBox .ul li dl dd:hover .li h4,
.section4 .ulBox .ul li dl dd:hover .li h5 {
    color: #fff;
}

.section5 {
    overflow: hidden;
    padding: 90px 0;
    /* margin-top: -250px; */
    position: relative;
}

.picScroll-top {
    overflow: hidden;
    position: relative;
}

.picScroll-top .hd {
    overflow: hidden;
    margin-top: 40px;
}

.picScroll-top .hd ul {
    overflow: hidden;
    zoom: 1;
    text-align: center;
}

.picScroll-top .hd ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin: 0 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.picScroll-top .hd ul .on {
    background-color: #ff0000;
}

.picScroll-top .hd ul li.on {
    background-position: 0 0;
}

.picScroll-top .bd {
    overflow: hidden;
}

.picScroll-top .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-top .bd ul li {
    text-align: center;
    zoom: 1;
}

.picScroll-top .bd ul li .pic dl {
    margin: 0;
}

.picScroll-top .bd ul li .pic dl dd {
    display: inline-block;
    text-align: center;
    width: 30%;
    line-height: 100px;
    height: 100px;
}

.picScroll-top .bd ul li .pic img {
    max-width: 80%;
    max-height: 100px;
}

.picScroll-top .bd ul li .pic a:hover img {
    border-color: #999;
}

.section5 .titT {
    overflow: hidden;
    text-align: center;
    margin: 0 0 20px 0;
}

.section5 .titT img {
    margin-top: -28px;
}

.section5 .titT span {
    margin: 0 130px;
}

.section5 .titSp {
    font-weight: bold;
    font-size: 44px;
    position: relative;
    z-index: 2;
}





.aboutSection {
    overflow: hidden;
    position: relative;
}

.aboutSection .sectionLeft {
    overflow: hidden;
    position: relative;
}

.aboutSection .sectionLeft h1 {
    overflow: hidden;
    font-weight: bold;
    color: #cc8809;
    margin: 0;
    line-height: inherit;
}

.aboutSection .sectionLeft .link {
    overflow: hidden;
    margin: 20px 0 0 0;
}

.aboutSection .sectionLeft .link a {
    overflow: hidden;
    display: block;
    float: left;
    padding: 5px 30px;
    color: #fff;
    font-weight: bold;
    background-color: #e6bc56;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.aboutSection .sectionLeft .link img {
    float: right;
    margin: 6px 0 0 20px;
}

.aboutSection .sectionLeft p {
    margin: 20px 0 0 0;
    color: #d49e1c;
    color: #333;
    text-align: justify;
}

.aboutSection .sectionRight {
    overflow: hidden;
    position: relative;
}

.aboutSection .sectionRight img {
    width: 300px;
    height: 300px;
}

.aboutSection2 {
    overflow: hidden;
    position: relative;
    margin: 50px 0 0 0;
}

.aboutSection2 .titBor {
    overflow: hidden;
}

.aboutSection2 .titBor img {
    width: 100%;
    height: auto;
}

.aboutSection2 .center {
    overflow: hidden;
}

.aboutSection2 .center ul {}

.aboutSection2 .center ul li {
    display: block;
    overflow: hidden;
    padding: 0 0 0 15px;
    margin: 0 0 30px 0;
}

.aboutSection2 .center ul li .liI {
    overflow: hidden;
    width: 228px;
    height: 228px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.aboutSection2 .center ul li .liI img {
    width: 100%;
    height: 100%;
}

.aboutSection2 .center ul li .spT {
    overflow: hidden;
    width: 880px;
    font-size: 24px;
    color: #333333;
    /* text-align: right; */
    line-height: 32px;
    padding: 60px 0 0 0;
    margin-top: 20px;
    border-top: 1px dashed #cc8809;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.aboutSection2 .center ul li:first-child .spT {
    border-top: none;
}

.aboutSection2 .tit {
    overflow: hidden;
    position: absolute;
    top: 30px;
    right: 0;
    font-size: 42px;
    color: #a5dc47;
    font-weight: bold;
}

.aboutSection3 {
    overflow: hidden;
    position: relative;
    margin: 30px 0 0 0;
}

.aboutSection3 h2 {
    overflow: hidden;
    font-size: 36px;
    font-weight: bold;
    color: #cc8809;
    text-align: center;
    margin: 0 0 30px 0;
}

.aboutSection3 .video {
    overflow: hidden;
    position: relative;
    background-color: #000;
}

.aboutSection3 img {
    width: 100%;
}

.aboutSection3 .video video {
    width: 100%;
}

.committeeSection {
    overflow: hidden;
    position: relative;
}

.committeeSection .titT {
    overflow: hidden;
    font-weight: bold;
    color: #cc8809;
    text-align: center;
    margin: 0 0 30px 0;
}

.committeeSection .center {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.committeeSection .center ul {}

.committeeSection .center ul li {
    display: inline-block;
    width: 30%;
    line-height: 100px;
    height: 100px;
    margin: 30px 0 0 0;
}

.committeeSection .center ul li img {
    max-width: 80%;
    max-height: 100px;
}

.contactSection {
    overflow: hidden;
    position: relative;
}

.contactSection .titT {
    overflow: hidden;
    font-weight: bold;
    color: #cc8809;
    text-align: center;
    margin: 0 0 30px 0;
}

.contactSection .center {
    overflow: hidden;
    position: relative;
}

.contactSection .center input {
    width: 100%;
    height: 54px;
    line-height: 52px;
    font-size: 21px;
    color: #cc8809;
    padding: 0 15px;
    margin: 0 0 30px 0;
    border: 1px solid #cc8809;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.contactSection .center input:-moz-placeholder {
    color: #cc8809;
}

.contactSection .center input::-moz-placeholder {
    color: #cc8809;
}

.contactSection .center input:-ms-input-placeholder {
    color: #cc8809;
}

.contactSection .center input::-webkit-input-placeholder {
    color: #cc8809;
}

.contactSection .center input:-ms-input-placeholder {
    color: #cc8809;
}

.contactSection .center input::-webkit-input-placeholder {
    color: #cc8809;
}

.contactSection .center input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.contactSection .center input[type="number"] {
    -moz-appearance: textfield;
}

.contactSection .center textarea {
    width: 100%;
    height: 222px;
    font-size: 21px;
    color: #cc8809;
    padding: 15px 15px;
    margin: 0 0 30px 0;
    border: 1px solid #cc8809;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    resize: none;
}

.contactSection .center textarea:-moz-placeholder {
    color: #cc8809;
}

.contactSection .center textarea::-moz-placeholder {
    color: #cc8809;
}

.contactSection .center textarea:-ms-input-placeholder {
    color: #cc8809;
}

.contactSection .center textarea::-webkit-input-placeholder {
    color: #cc8809;
}

.contactSection .center textarea:-ms-input-placeholder {
    color: #cc8809;
}

.contactSection .center textarea::-webkit-input-placeholder {
    color: #cc8809;
}

.contactSection .titB {
    overflow: hidden;
    font-size: 21px;
    color: #cc8809;
    text-align: center;
    line-height: 40px;
    margin: 10px 0 50px 0;
}

.contactSection .center input[type="submit"] {
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    width: 80px;
    height: 80px;
    line-height: 65px;
    margin: auto;
    background-color: #8eb126;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: none;
}

.detailBox {
    overflow: hidden;
    position: relative;
}

.detailBox .titT {
    overflow: hidden;
    font-weight: bold;
    color: #cc8809;
    padding-bottom: 10px;
    border-bottom: 1px solid #cc8809;
}

.detailBox .titC {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #cc8809;
}

.detailBox .titCThis {
    position: fixed;
    width: 1170px;
    left: 50%;
    top: 110px;
    margin-left: -585px;
    background-color: #fff;
    z-index: 1;
}

.detailBox .titC ul {}

.detailBox .titC ul li {
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    color: #cc8809;
    font-size: 24px;
    height: 70px;
    width: 15.2%;
    padding-top: 23px;
    /*text-align: center;*/
}

.detailBox .titC ul li:first-child {
    text-align: left;
    width: 12%;
}

.detailBox .titC ul li:last-child {
    text-align: right;
    width: 12%;
}

.detailBox .titC ul li span {
    color: #cc8809;
    padding-bottom: 5px;
    border-bottom: 10px solid #fff;
    /* cursor: pointer; */
}

#LoutiNav .active span {
    border-bottom: 10px solid #cc8809;
    ;
}

.detailBox .center {
    overflow: hidden;
    position: relative;
}

.detailBox .center .louceng {
    display: block;
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #cc8809;
}

.detailBox .center .louceng:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.detailBox .center .louceng h3 {
    color: #cc8809;
    margin: 30px 0 10px 0;
}

.detailBox .center .louceng .spT {
    overflow: hidden;
}

.detailBox .center .louceng .spT p {
    color: #333333;
    font-size: 21px;
    text-align: justify;
    margin: 5px 0 0 0;
    line-height: 35px;
}

.activitySection {
    overflow: hidden;
    position: relative;
}

.activitySection .titT {
    overflow: hidden;
    margin: 0 0 60px 0;
}

.activitySection .titT .titTL {
    text-align: center;
    overflow: hidden;
    font-weight: bold;
    color: #cc8809;
}

.activitySection .titT .titTR {
    overflow: hidden;
}

.activitySection .titT .titTR input {
    width: 250px;
    height: 48px;
    line-height: 46px;
    color: #333;
    float: left;
    margin-right: 15px;
    font-size: 21px;
    border: 1px solid #a179b4;
    padding: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.activitySection .titT .titTR input:-moz-placeholder {
    color: #c2c2c2;
}

.activitySection .titT .titTR input::-moz-placeholder {
    color: #c2c2c2;
}

.activitySection .titT .titTR input:-ms-input-placeholder {
    color: #c2c2c2;
}

.activitySection .titT .titTR input::-webkit-input-placeholder {
    color: #c2c2c2;
}

.activitySection .titT .titTR input:-ms-input-placeholder {
    color: #c2c2c2;
}

.activitySection .titT .titTR input::-webkit-input-placeholder {
    color: #c2c2c2;
}

.activitySection .titT .titTR button {
    width: 120px;
    height: 48px;
    line-height: 46px;
    color: #fff;
    border: none;
    float: right;
    background-color: #a179b4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.activitySection .titC {
    overflow: hidden;
    margin: 0 0 60px 0;
}

.activitySection .titC .titCT {
    overflow: hidden;
}

.activitySection .titC .sp-t {
    overflow: hidden;
    color: #cc8809;
    width: 140px;
    line-height: 45px;
}

.activitySection .titC .titCT .titCR {
    overflow: hidden;
    width: 1030px;
}

.activitySection .titC .titCT .titCR ul {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.activitySection .titC .titCT .titCR ul li {
    display: block;
    overflow: hidden;
    line-height: 45px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

html[lang="en-GB"] .activitySection .titC .titCT .titCR ul li {}

html[lang="ja-JP"] .activitySection .titC .titCT .titCR ul li {}

.activitySection .titC .titCT .titCR ul li:first-child {
    margin-left: 0;
}

.activitySection .titC .titCT .RadioStyle ul li input {
    display: none;
}

.activitySection .titC .titCT .RadioStyle ul li label {
    border: 1px solid #CCC;
    color: #666;
    text-align: center;
    padding: 5px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 0;
    font-weight: 500;
    color: #d6a03a;
    cursor: pointer;
    border: 1px solid #d6a03a;
}

.activitySection .titC .titCT .RadioStyle ul li input:checked+label {
    color: #fff;
}

.activitySection .titC .titCT .RadioStyle ul li:nth-child(1) input:checked+label {
    border: 1px solid #ff0000;
    background-color: #ff0000;
}

.activitySection .titC .titCT .RadioStyle ul li:nth-child(2) input:checked+label {
    border: 1px solid #fff100;
    background-color: #fff100;
}

.activitySection .titC .titCT .RadioStyle ul li:nth-child(3) input:checked+label {
    border: 1px solid #bbaad2;
    background-color: #bbaad2;
}

.activitySection .titC .titCT .RadioStyle ul li:nth-child(4) input:checked+label {
    border: 1px solid #00a0e9;
    background-color: #00a0e9;
}

.activitySection .titC .titCT .RadioStyle ul li:nth-child(5) input:checked+label {
    border: 1px solid #d49e1c;
    background-color: #d49e1c;
}

.activitySection .titC .titCT .RadioStyle ul li:nth-child(6) input:checked+label {
    border: 1px solid #e3907a;
    background-color: #e3907a;
}

.activitySection .titC .titCT .RadioStyle ul li:nth-child(7) input:checked+label {
    border: 1px solid #adcfda;
    background-color: #adcfda;
}

.activitySection .titC .titCT .RadioStyle ul li:nth-child(8) input:checked+label {
    border: 1px solid #8fc31f;
    background-color: #8fc31f;
}

.activitySection .titC .titCB .RadioStyle ul li input:checked+label {
    border: 1px solid #d6a03a !important;
    background-color: #d6a03a !important;
}


.activitySection .titC .titCC {
    overflow: hidden;
    margin: 50px 0 0 0;
}

.activitySection .titC .titCC .titCR {
    overflow: hidden;
    width: 1030px;
}

.activitySection .titC .titCC .titCR .demo4 {
    overflow: hidden;
}

.activitySection .titC .titCC .titCR span {
    font-size: 21px;
    line-height: 45px;
    color: #cc8809;
    margin-right: 40px;
}

.activitySection .titC .titCC .titCR .demo4:last-child span {
    margin-left: 40px;
}

.laydate-icon,
.laydate-icon-default,
.laydate-icon-danlan,
.laydate-icon-dahong,
.laydate-icon-molv {
    width: 250px !important;
    height: 45px !important;
    line-height: 43px !important;
    padding-right: 20px;
    border: 1px solid #d6a03a !important;
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #fff;
    outline: 0;
    color: #cc8809;
    padding-left: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.laydate-icon {
    border: 1px solid #d6a03a !important;
    background: url('../images/pic55.png') no-repeat right !important;
    background-size: auto 100%;
}

.laydate_body .laydate_y .laydate_yms ul {
    width: 120px !important;
}

.laydate_body .laydate_top {
    padding: 0 !important;
}

.laydate_body .laydate_click {
    background-color: #cc8809 !important;
    color: #fff !important;
}

.laydate_body .laydate_table td:hover {
    background-color: #cc8809 !important;
    color: #fff;
}

.laydate_body .laydate_top {
    border-top: 1px solid #cc8809 !important;
    background-color: #cc8809 !important;
}

.laydate_body .laydate_chprev {
    border-left: none;
    border-right: 1px solid #cc8809 !important;
}

.laydate_body .laydate_ym {
    border: 1px solid #cc8809 !important;
    background-color: #cc8809 !important;
}

.laydate_body .laydate_choose {
    border-left: 1px solid #cc8809 !important;
}

.laydate_body .laydate_box a {
    background-color: #cc8809 !important;
}

.laydate_body .laydate_box a:hover {
    background-color: #d6a03a !important;
}

.laydate_body .laydate_ym .laydate_yms {
    border: 1px solid #cc8809 !important;
    background-color: #cc8809 !important;
}

.laydate_body .laydate_y .laydate_yms .laydate_chdown {
    border-top: 1px solid #d6a03a !important;
}

.laydate_body .laydate_y .laydate_yms a {
    border-bottom: 1px solid #d6a03a !important;
}

.laydate_body .laydate_y .laydate_yms ul li:hover,
.laydate_body .laydate_m .laydate_yms span:hover {
    background-color: #d6a03a !important;
}

.laydate_body .laydate_bottom .laydate_btn {
    position: absolute;
    right: 5px;
    top: 0px !important;
}

.laydate_body .laydate_bottom .laydate_btn a {
    color: #fff;
}

.activitySection .titC .titCB {
    margin: 50px 0 0 0;
}

.activitySection .titC .titCB .titCR ul li .magic-checkbox+label:before {
    color: #d6a03a;
    background-color: #fff;
    border: 1px solid #d6a03a;
}

.activitySection .titC .titCB .titCR ul .this .magic-checkbox+label:after,
.activitySection .titC .titCB .titCR ul .this .magic-checkbox+label:before {
    background-color: #d6a03a !important;
    border: 1px solid #d6a03a !important;
}

/* .activitySection .titC .titCT .titCR ul .this .magic-checkbox + label:before{ */
/* background-color: #fff!important; */
/* border: 1px solid #d6a03a!important; */
/* } */
.activitySection .but {
    overflow: hidden;
    position: relative;
    text-align: right;
    padding-bottom: 50px;
    margin-top: 35px;
    border-bottom: 1px solid #d6a03a;
}

.activitySection .but button {
    width: 120px;
    height: 45px;
    color: #cc8809;
    background-color: #fff;
    border: 1px solid #cc8809;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.activitySection .center {
    overflow: hidden;
    position: relative;
}

.activitySection .center ul {}

.activitySection .center ul li {
    display: block;
    overflow: hidden;
    margin: 0 0 50px 0;
}

.activitySection .center ul li .liI {
    overflow: hidden;
    width: 535px;
    height: 365px;
}

.activitySection .center ul li .liI img {
    width: 100%;
    height: auto;
}

.activitySection .center ul li .liSp {
    overflow: hidden;
    width: 575px;
}

.activitySection .center ul li .liSp h1 {
    margin: 0;
    color: #d6a03a;
    font-weight: bold;
    overflow: hidden;
    /* white-space: nowrap; */
    /* -ms-text-overflow: ellipsis; */
    /* text-overflow: ellipsis; */
}

.activitySection .center ul li .liSp h2 {
    margin: 20px 0 0 0;
    color: #333;
    overflow: hidden;
    /* white-space: nowrap; */
    /* -ms-text-overflow: ellipsis; */
    /* text-overflow: ellipsis; */
}

.activitySection .center ul li .liSp h2 span {
    color: #8eb126;
}

.activitySection .center ul li .liSp h3 {
    font-size: 21px;
    color: #333333;
    /* max-height: 120px; */
    margin: 30px 0 0 0;
    line-height: 40px;
    overflow: hidden;
    /* display:-webkit-box; */
    /* -webkit-line-clamp:3; */
    /* -webkit-box-orient:vertical; */
}

.activitySection .center ul li .liSp dl {
    margin: 30px 0 0 0;
    text-align: center;
}

.activitySection .center ul li .liSp dl dd {
    display: inline-block;
    font-size: 21px;
    /*    margin: 0 3.9%; */
    padding: 0 1%;
    width: 30%;
    color: #cc8809;
    line-height: 40px;
}

.activitySection .center ul li .liSp h4 {
    color: #cc8809;
}

.activitySection .center ul li .liSp dl dd:first-child {
    float: left;
    margin-left: 0;
}

.activitySection .center ul li .liSp dl dd:last-child {
    float: right;
    margin-right: 0;
}

.a2a_floating_style {
    position: relative !important;
    overflow: hidden;
    margin: 20px 0 0 0;
    padding: 0 !important;
}

.a2a_floating_style a {
    float: left;
    clear: none !important;
}

.a2a_floating_style .a2a_svg {
    background-color: #8eb126 !important
}


.detailBox .titleT {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #cc8809;
}

.detailBox .titleT h1 {
    overflow: hidden;
    font-weight: bold;
    margin: 0;
}

.detailBox .titleT h1 span {
    font-size: 30px;
    color: #333;
    margin-left: 10px;
}

.detailBox .titleT h1 .sp1 {
    margin-right: 20px;
    margin-left: 0;
    font-size: 36px;
    color: #cc8809;
}

.detailBox .titleT h3 {
    margin: 20px 0 20px 0;
    color: #333;
    font-size: 24px;
    overflow: hidden;
    word-break: normal;
    overflow-wrap: break-word;
}

.detailBox .titleT h3 span,
.detailBox .titleT h4 span {
    color: #8eb126;
}

.detailBox .titleC,
.activitySection .titleC {
    overflow: hidden;
    position: relative;
    margin: 20px 0 0 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #cc8809;
}

.detailBox .titleC ul {}

.detailBox .titleC ul li,
.activitySection .titleC ul li {
    display: block;
    overflow: hidden;
    line-height: 35px;
    padding: 5px 0;
    margin: 0;
}

.detailBox .titleC ul li .sp1,
.activitySection .titleC ul li .sp1 {
    color: #cc8809;
    margin-right: 10px;
}

.detailBox .titleC ul li .sp1.small,
.activitySection .titleC ul li .sp1.small {}


.detailBox .titleC ul li .sp2,
.activitySection .titleC ul li .sp2 {
    color: #333;
    word-break: normal;
    overflow-wrap: break-word;
}

.detailBox .titleC ul li .sp2.small,
.activitySection .titleC ul li .sp2.small {}

.detailBox .titleC ul li .sp2 .sp3 {
    margin-right: 20px;
}

.detailBox .titleC .spT,
.detailBox .titleC .spT p {
    overflow: hidden;
    color: #333333;
    text-align: justify;
    margin: 5px 0 0 0;
    line-height: 35px;
}

.activitySection h2 {
    margin: 30px 0 0 0;
    color: #d6a03a;
}

/* ==========================================
   相關活動水平條列 (article-2.php)
   ========================================== */
.activitySection .center ul.relatedList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.activitySection .center ul.relatedList>li {
    margin: 0 0 30px;
}

.activitySection .center ul.relatedList>li>a.related-row-link {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background-color: #ffffff;
    border-bottom: 1px solid #cc8809;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.3s ease;
}

.activitySection .center ul.relatedList>li>a.related-row-link:hover,
.activitySection .center ul.relatedList>li>a.related-row-link:focus {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    color: inherit;
}

/* 左側 16:9 圖片容器 (固定寬度) */
.activitySection .center ul.relatedList .related-img-box {
    flex: 0 0 360px;
    width: 360px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background-color: #f5f5f5;
    align-self: center;
}

.activitySection .center ul.relatedList .related-img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* 右側內容區 — flex 撐滿 */
.activitySection .center ul.relatedList .related-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 24px 28px;
    min-width: 0;
}

/* 標題 — 單行省略 */
.activitySection .center ul.relatedList .related-title {
    margin: 0 0 10px;
    color: #d6a03a;
    font-weight: bold;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}

/* 描述 — 最多兩行 */
.activitySection .center ul.relatedList .related-desc {
    color: #666666;
    line-height: 1.6;
    margin: 0 0 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

/* 資訊行 */
.activitySection .center ul.relatedList .related-info .titleC {
    margin-top: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.activitySection .center ul.relatedList .related-info .titleC ul li {
    line-height: 28px;
    padding: 2px 0;
    margin: 0;
}

.activitySection .center ul.relatedList .related-info .titleC ul li .sp1 {
    color: #cc8809;
}

.activitySection .center ul.relatedList .related-info .titleC ul li .sp2 {
    color: #333;
    word-break: break-word;
}

/* 分頁間距 */
.relatedList-pagination {
    margin-top: 40px;
    text-align: center;
}

/* 手機：圖文上下堆疊 */
@media (max-width: 767px) {
    .activitySection .center ul.relatedList>li>a.related-row-link {
        flex-direction: column;
    }

    .activitySection .center ul.relatedList .related-img-box {
        flex: none;
        width: 100%;
    }

    .activitySection .center ul.relatedList .related-info {
        padding: 16px 18px;
    }

    .activitySection .center ul.relatedList .related-title {
        font-size: 20px;
    }

    .activitySection .center ul.relatedList .related-desc {
        font-size: 15px;
    }
}


.Broadcast {
    overflow: hidden;
    position: relative;
}

.Broadcast .picScroll-left {
    overflow: hidden;
    position: relative;
}

.Broadcast .picScroll-left .bd {
    overflow: hidden;
}

.Broadcast .picScroll-left .bd .picList {
    overflow: hidden;
}

.Broadcast .picScroll-left .bd ul li {
    width: 33.33333333333333%;
    float: left;
}

.Broadcast .picScroll-left .bd ul li .pic {
    overflow: hidden;
}

.Broadcast .picScroll-left .bd ul li .pic img {
    width: 100%;
    height: auto;
}

.Broadcast .picScroll-left .hd {}

.Broadcast .picScroll-left .hd a {
    display: block;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 0%;
    z-index: 1;
    width: 33.333333333333%;
    height: 100%;
    text-align: right;
    background-color: rgba(0, 0, 0, .5);
}

.Broadcast .picScroll-left .hd .prev {
    left: 0%;
}

.Broadcast .picScroll-left .hd .prev img {
    margin: 50% 25% 0 0;
}

.Broadcast .picScroll-left .hd .next {
    right: 0%;
}

.Broadcast .picScroll-left .hd .next img {
    margin: 50% 75% 0 0;
}

.picScroll-left .hd ul {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}

.picScroll-left .hd ul li {
    display: inline-block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    margin: 0 10px;
    text-indent: -999px;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
}

.picScroll-left .hd ul li.on {
    background-color: #f8b551;
}



@media screen and (max-width:1024px) {
    .activitySection .titC .sp-t {
        font-size: 18px;
        width: 90px;
    }

    .topNav .logo {
        position: absolute;
    }

    .topNav .nav .navT {
        margin: 0 0 0 0;
    }

    .topNav .logo img {
        width: 59px;
        height: 59px;
    }

    /* .topNav .nav .navT{ */
    /* margin: 0; */
    /* } */
    .topNavThis .nav .navT {
        margin: 0 0 0 0;
    }

    .topNav .nav .navB {
        margin: 12px 0 0 0;
    }

    .topNav .nav .navB ul li {
        font-size: 16px;
        margin: 0 0 0 20px;
    }

    .bannerBox .carousel-control.right {
        right: 2%;
    }

    .bannerBox .carousel-control.left {
        left: 2%;
    }

    .section2 .spT .tit img {
        width: 150px;
    }

    .section3 {
        background-size: auto auto;
    }

    .section3 .ulBox ul li .liR {
        width: 550px;
    }

    .section3 .ulBox ul li .liRR {
        width: 478px;
    }

    .section3 .ulBox ul li .liRR p {
        padding: 0px;
    }

    .ta_calendar {
        width: 506px;
        margin-left: -470px;
    }

    .ta_calendar table {
        margin: 0;
    }

    .section4 .ulBox .ul {
        width: 400px;
    }

    .section4 .ulBox .ul li dl dd .liT {
        width: 372px;
    }

    .section4 .more {
        margin-left: -277px;
    }

    .footer .foot .center {
        padding: 0 0 40px;
    }

    .footer .foot .center .titT ul li span {
        margin: 0 28px;
    }

    .fixedBox {
        right: 42px;
    }

    .aboutSection2 .center ul li .spT {
        width: 680px;
    }

    .activitySection .titC .sp-t {
        float: none !important;
        width: 100%;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .activitySection .titC .titCT .titCR,
    .activitySection .titC .titCC .titCR,
    .activitySection .titC .titCB .titCR {
        float: none !important;
        width: auto !important;
    }

    .activitySection .titC .titCT .titCR ul li {
        margin: 0 8px 8px 0 !important;
    }

    .activitySection .titC .titCC .titCR {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .activitySection .titC .titCC .titCR .demo4 {
        width: auto;
        flex: 1;
        min-width: 200px;
    }

    .activitySection .titC .titCC .titCR .laydate-icon,
    .activitySection .titC .titCC .titCR input.inline {
        width: 100% !important;
    }

    .activitySection .center ul li .liI {
        width: 443px;
        height: 302px;
    }

    .activitySection .center ul li .liSp {
        width: 483px;
    }

    .detailBox .titCThis {
        position: fixed;
        width: 95%;
        left: 2.5%;
        top: 89px;
        margin-left: 0;
    }

    .section5 .titT span {
        margin: 0 100px;
    }

    .section5 .titSp {
        font-size: 36px;
    }

    .section5 .titT img {
        margin-top: -20px;
    }

}


@media screen and (max-width:768px) {
    .topNav .nav .navT {
        margin: 0 0 0 0;
    }

    .topNavThis .nav .navT {
        margin: 0 0 0 0;
    }

    .topNav .nav .navB {
        margin: 12px 0 0 0;
    }

    .topNav .nav .navB ul li {
        font-size: 12px !important;
        margin: 0;
    }

    .topNav .nav .navB ul {
        text-align: right;
    }

    .topNav .nav .navT ul li {
        font-size: 16px;
    }

    .topNav .nav .navB {
        margin: 17px 0 0 0;
    }

    .topNav .nav .navB ul li {
        margin: 0 0 0 10px;
        font-size: 16px;
    }

    .section .center {
        width: 350px;
        height: 350px;
        padding: 40px 0 0 0;
    }

    .section .center h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .section .center h3 {
        display: none;
        font-size: 18px;
        line-height: 25px;
        margin: 15px 0 15px 0;
    }

    .section .ulBox ul li .li {
        width: 150px;
        height: 150px;
    }

    .section .ulBox ul li .li .liT {
        line-height: 150px;
    }

    .section .ulBox ul li:nth-child(1) {
        margin-left: -210px;
    }

    .section .ulBox ul li:nth-child(2) {
        margin-right: -210px;
    }

    .section .ulBox ul li:nth-child(3) {
        top: 160px;
        margin-left: -360px;
    }

    .section .ulBox ul li:nth-child(4) {
        top: 160px;
        margin-right: -360px;
    }

    .section .ulBox ul li:nth-child(5) {
        top: 365px;
        margin-left: -360px;
    }

    .section .ulBox ul li:nth-child(6) {
        top: 365px;
        margin-right: -360px;
    }

    .section .ulBox ul li:nth-child(7) {
        top: 570px;
        margin-left: -210px;
    }

    .section .ulBox ul li:nth-child(8) {
        top: 570px;
        margin-right: -210px;
    }

    .section2 .spT .tit img {
        display: none;
    }

    .section3 {
        background-size: auto auto;
    }

    .section3 .ulBox ul li .liR {
        width: 344px;
    }

    .section3 .ulBox ul li .liRR {
        width: 272px;
    }

    .ta_calendar {
        width: 506px;
        margin-left: -470px;
    }

    .ta_calendar table {
        margin: 0;
    }

    .footer .foot .center {
        padding: 0 0 40px;
    }

    .footer .foot .center .titT ul li span {
        margin: 0 8px;
    }

    .fixedBox {
        right: 42px;
    }

    .section4 {
        padding: 50px 0 50px 0;
        min-height: 847px;
        background: url(../images/pic22.jpg) no-repeat;
        background-size: auto 100%;
    }

    .section4 .titT {
        font-size: 30px;
    }

    .section4 .more {
        position: relative;
        bottom: 0;
        left: 0;
        padding: 40px 0;
        font-size: 14px;
        margin: 30px auto 0;
    }

    .section4 .ulBox {
        margin-top: 300px;
    }

    .section4 .ulBox .ul {
        width: 100%;
        float: right;
        margin-top: 10px;
        max-height: 383px;
    }

    .section4 .ulBox .ul li dl dd {
        margin: 15px 0 0 0;
    }

    .section4 .ulBox .ul li dl dd .liT {
        width: 100%;
        min-height: 121px;
    }

    .section4 .ulBox .ul li dl dd .li .liI {
        display: none;
    }

    .ta_calendar {
        width: 86%;
        left: 7%;
        height: 250px;
        margin-left: 0;
        display: block !important;
        position: relative;
        background-color: rgba(0, 0, 0, .5);
        top: -850px;
        overflow: hidden;
    }

    .ta_calendar table {
        width: 50%;
        margin: 0;
    }

    .ta_calendar td.today {
        color: #fff;
        background: url(../images/calendar_all.png) no-repeat -86px;
        cursor: pointer;
    }

    .picScroll-top .bd .titT img {
        width: 160px;
        height: 1px;
    }

    .aboutSection .sectionRight {
        margin: 10px 0 0 0;
        text-align: center !important;
    }

    .aboutSection2 .center ul li .spT {
        width: 480px;
    }

    .aboutSection2 .tit {
        right: 15px;
    }

    .detailBox .titC ul li {
        font-size: 18px;
        padding-top: 31px;
    }

    .activitySection .titC .titCT .titCR ul li {
        margin: 0 8px 8px 0 !important;
    }

    .activitySection .center ul li .liI {
        width: 342px;
        height: 233px;
    }

    .activitySection .center ul li .liSp {
        width: 391px;
    }

    .activitySection .center ul li .liSp dl dd {
        margin: 0;
        width: 33.333333333333%;
    }

    .detailBox .titCThis {
        position: fixed;
        width: 98%;
        left: 1%;
        top: 89px;
        margin-left: 0;
    }

    .section5 .titT img {
        width: 150px;
        height: 1px;
    }

}











@media screen and (max-width:767px) {

    .sectionMobile h4,
    .sectionMobile h5 {
        line-height: inherit;
    }

    .section4 .more a {
        color: #000;
        display: block;
        overflow: hidden;
        margin: 10px 0 0 0;
    }

    .header {
        position: fixed;
        height: 50px;
        background: white;
        z-index: 99999;
        padding-top: 5px;
        width: 100%;
        border-bottom: 1px solid #ccc
    }

    .header h3 {
        color: #2c2c2c;
        margin: 0;
        line-height: 50px
    }

    .header .logo {
        padding: 0 0 0 15px;
        position: relative;
        z-index: 9999;
        float: left;
    }

    .header .logo img {
        display: block;
        height: 40px;
        top: 0;
    }

    .header .search span {
        display: none;
    }

    .dl-menuwrapper {
        margin-bottom: 0;
    }

    .dl-menuwrapper button {
        position: absolute;
        right: 0;
        z-index: 9999;
        background: white url("../images/menu.png") no-repeat scroll center center / 20px auto;
        border-bottom: 1px solid #ccc
    }

    .dl-menuwrapper button:hover,
    .dl-menuwrapper button.dl-active {
        background-color: white;
    }

    .dl-menuwrapper ul {
        background: #8eb126 none repeat scroll 0 0;
    }

    .dl-menuwrapper li a {
        border-top: 1px solid #a4cc2c;
        border-bottom: none;
        padding: 9px 20px;
        font-size: 14px;
    }

    .dl-menuwrapper li.dl-back:after {
        top: 2px;
    }

    .header .navT {
        display: flex;
        align-items: center;
        gap: 4px;
        position: absolute;
        top: 0;
        right: 55px;
        height: 50px;
        z-index: 1000;
    }

    /* 手機端字號切換 */
    .header .navT .size {
        display: flex;
        align-items: center;
        gap: 2px;
    }

    .header .navT .size a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        color: #333;
        background: transparent;
        text-decoration: none;
        font-weight: bold;
        border: 1px solid #ccc;
        transition: background 0.2s, color 0.2s;
    }

    .header .navT .size a.small {
        font-size: 12px;
    }

    .header .navT .size a.middle {
        font-size: 14px;
    }

    .header .navT .size a.large {
        font-size: 16px;
    }

    /* 當前啟用的字號 — 預設（normal）小字號啟用 */
    header .navT .size a.small {
        background: #8eb126;
        color: #fff;
        border-color: #8eb126;
    }

    /* 預設狀態下，非選中的按鈕也保持灰色統一 */
    header .navT .size a.middle,
    header .navT .size a.large {
        background: transparent;
        color: #999;
        border-color: #ddd;
    }

    .fontMiddle header .navT .size a.middle {
        background: #8eb126;
        color: #fff;
        border-color: #8eb126;
    }

    .fontLarge header .navT .size a.large {
        background: #8eb126;
        color: #fff;
        border-color: #8eb126;
    }

    /* 非啟用狀態變灰 */
    .fontMiddle header .navT .size a.small,
    .fontLarge header .navT .size a.small,
    .fontLarge header .navT .size a.middle,
    .fontMiddle header .navT .size a.large {
        background: transparent;
        color: #999;
        border-color: #ddd;
    }

    .header .navT ul {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .header .navT ul li {
        margin-left: 4px;
        display: inline-block;
        color: #333;
    }

    .header .navT ul li a {
        color: #333;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 36px;
        min-height: 36px;
        padding: 0 6px;
        border-radius: 18px;
        font-size: 14px;
    }

    .header .navT ul li a.active {
        color: #8eb126
    }

    .fixedBox {
        right: 15px;
    }

    .fixedBox ul li {
        margin: 0 0 10px 0;
    }

    .fixedBox ul li a,
    .fixedBox ul li button {
        width: 30px;
        height: 30px;
        line-height: 25px;
    }

    .fixedBox ul li img {
        width: 15px;
    }

    .footer .foot .center {
        padding: 0 15px 40px;
        background: url(../images/pic23.png) no-repeat bottom right 0;
    }

    .footer .foot .center .titT ul li {
        font-size: 16px;
    }

    .footer .foot .center .titB .titBL {
        width: 100%;
        margin: 0;
    }

    .footer .foot .center .titB .titBL a {
        font-size: 22px;
    }

    .footer .foot .center .titB .titBC {
        width: 100%;
        margin: 0;
    }

    .footer .foot .center .titB .titBC h4,
    .footer .foot .center .titB .titBR h4 {
        font-size: 16px;
    }

    .footer .foot .center .titB .titBC h4:first-child,
    .footer .foot .center .titB .titBR h4:first-child {
        font-weight: bold;
        margin: 15px 0 0 0;
    }

    .footer .foot .center .titB .titBR h4:last-child {
        margin: 0;
    }

    .footer .copy {
        font-size: 14px;
    }

    .bannerH {
        overflow: hidden;
        height: 50px;
        position: relative;
    }

    .bannerBox .carousel-control.left,
    .bannerBox .carousel-control.right {
        width: 12px;
        height: 35px;
    }

    .bannerBox .carousel-control.left img,
    .bannerBox .carousel-control.right img {
        width: 100%;
        height: 100%;
    }

    .bannerBox .carousel-caption {
        top: 45%;
        font-size: 30px;
    }

    .bannerBox .carousel-indicators {
        bottom: 0;
    }

    .section .center {
        width: 290px;
        height: 290px;
        margin: 60px auto 50px;
        padding: 50px 15px 0;
    }

    .section .center h1 {
        font-size: 28px;
        line-height: 35px;
    }

    .section .center h3 {
        display: none;
        font-size: 18px;
        line-height: 25px;
        margin: 15px 0 20px 0;
    }

    .section .center a {
        /*  display:none; */
        font-size: 14px;
        width: 45px;
        height: 45px;
        line-height: 45px;
        margin-top: 20px;
    }

    .section .ulBox {
        position: relative;
    }

    .section .ulBox ul li {
        position: relative;
        padding: 5px 15px;
        width: 50%;
        float: left;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 0 10px 0 !important;
    }

    .section .ulBox ul li .li {
        width: 177px;
        height: 177px;
        margin: auto;
    }

    .section .ulBox ul li .li .liT {
        font-size: 18px;
        line-height: 167px;
    }

    .section2 .spT {
        margin-top: -21px;
    }

    .section2 .spT .tit {
        font-size: 30px;
    }

    .section2 .spT .tit img {
        display: none;
    }

    .section3 {
        padding: 50px 0 50px 0;
    }

    .section3 .titT {
        font-size: 30px;
    }

    .section3 .ulBox {
        padding-right: 8px;
        height: 776px;
        margin-bottom: 0;
    }

    .section3 .ulBox ul li {
        padding: 25px 0;
    }

    .section3 .ulBox ul li .liL {
        width: 100%;
        height: 192px;
    }

    .section3 .ulBox ul li .liR {
        width: 100%;
        height: 155px;
        margin: 15px 0 0 0;
    }

    .section3 .ulBox ul li .liRR h3:first-child {
        font-size: 18px;
    }

    .section3 .ulBox ul li .liRR h3:last-child {
        padding: 15px 20px 0;
        line-height: 25px;
        font-size: 18px;
    }

    .section3 .ulBox ul li .liRR {
        width: 78%;
    }

    .section3 .more {
        margin-top: 5px;
    }

    .section3 .more a {
        font-size: 14px;
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .section5 {
        padding: 50px 0;
        overflow: hidden;
        margin-top: -500px;
    }

    .picScroll-top .bd .titT {
        height: 40px;
        padding: 0 15px;
    }

    .picScroll-top .bd .titT img {
        width: 70px;
        height: 1px;
        margin-top: 20px;
    }

    .picScroll-top .bd .titT img:first-child {
        float: left;
    }

    .picScroll-top .bd .titT img:last-child {
        float: right;
    }

    .picScroll-top .bd .titT span {
        width: auto;
        margin: 0;
    }

    .picScroll-top .titSp {
        font-size: 30px;
    }

    .picScroll-top .bd ul li .pic dl dd {
        line-height: 50px;
        height: 50px;
    }

    .picScroll-top .hd {
        overflow: hidden;
        margin-top: 20px;
    }

    .section4 {
        padding: 50px 0 50px 0;
        min-height: 847px;
        background: url(../images/pic22.jpg) no-repeat;
        background-size: auto 100%;
    }

    .section4 .titT {
        font-size: 30px;
    }

    .section4 .more {
        position: relative;
        bottom: 0;
        left: 0;
        padding: 40px 0;
        font-size: 14px;
        margin: 30px auto 0;
    }

    .section4 .ulBox {
        margin-top: 550px;
    }

    .section4 .ulBox .ul {
        max-height: 384px;
        width: 100%;
        float: right;
    }

    .section4 .ulBox .ul li dl dd {
        margin: 15px 0 0 0;
    }

    .section4 .ulBox .ul li dl dd .liT {
        width: 100%;
        min-height: 121px;
    }

    .section4 .ulBox .ul li dl dd .li .liI {
        display: none;
    }

    .section4 .more {
        bottom: -20px;
    }

    .ta_calendar {
        width: 100%;
        left: 0;
        height: 500px;
        margin-left: 0;
        display: block !important;
        position: relative;
        background-color: rgba(0, 0, 0, .5);
        top: -1100px;
        overflow: hidden;
    }

    .ta_calendar table {
        width: 100%;
        margin: 0;
    }

    .ta_calendar td.today {
        color: #fff;
        background: url(../images/calendar_all.png) no-repeat -86px;
        cursor: pointer;
    }

    .ta_calendar {
        width: 82%;
        left: 9%;
    }

    .ta_dateRangeTodayThis,
    .ta_calendar td:hover {
        color: #fff;
        background: url(../images/calendar_all.png) no-repeat -85px;
        cursor: pointer;
    }

    .section .center {
        padding: 70px 15px 0;
    }

    .address {
        height: auto;
        line-height: 20px;
        font-size: 14px;
        padding: 10px 15px;
    }

    .aboutSection,
    .aboutSection2 {
        padding: 0 15px;
    }

    .aboutSection2 .tit {
        position: relative;
        text-align: center;
        font-size: 30px;
        left: 0;
    }

    .aboutSection2 .center {
        margin: 40px 0 0 0;
    }

    .aboutSection2 .center ul li {
        padding: 0;
    }

    .aboutSection2 .center ul li .liI {
        width: 100%;
        text-align: center;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .aboutSection2 .center ul li .liI img {
        width: 228px;
        height: 228px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

    .aboutSection2 .center ul li .spT {
        width: 100%;
        font-size: 18px;
        text-align: justify;
        padding: 0 0 0px 0;
        margin-top: 20px;
        border-bottom: 1px dashed #cc8809;
        border-top: none;
    }

    .aboutSection2 .center ul li:last-child .spT {
        border-bottom: none;
        padding: 0;
    }

    .aboutSection3 h2 {
        font-size: 30px;
    }

    .committeeSection .titT {
        margin: 0 0 10px 0;
    }

    .committeeSection .center ul li {
        line-height: 50px;
        height: 50px;
        margin: 20px 0 0 0;
    }

    .contactSection {
        padding: 0 15px;
    }

    .contactSection .titT {
        margin: 0 0 10px 0;
    }

    .contactSection .center input {
        height: 44px;
        line-height: 42px;
        font-size: 18px;
        margin: 0 0 20px 0;
    }

    .contactSection .center textarea {
        font-size: 18px;
        margin: 0 0 20px 0;
    }

    .contactSection .titB {
        font-size: 18px;
        line-height: 30px;
    }

    .detailBox {
        padding: 0 15px;
    }


    .detailBox .titC ul {
        overflow-y: scroll;
    }

    .detailBox .titC ul li {
        width: auto !important;
        font-size: 14px;
        padding-top: 16px;
        margin: 0 1.55%;
        height: 50px;
    }

    .detailBox .titC ul li:first-child {
        margin-left: 0;
    }

    .detailBox .titC ul li:last-child {
        margin-right: 0;
    }

    .detailBox .center .louceng {
        padding-bottom: 20px;
    }

    .detailBox .center .louceng h3 {
        font-size: 18px;
        margin: 20px 0 10px 0;
    }

    .detailBox .center .louceng .spT p {
        font-size: 18px;
        line-height: 30px;
        text-align: left;
    }

    .activitySection {
        padding: 0 15px;
    }

    /* 標題列 — 手機垂直堆疊 */
    .activitySection .titT {
        margin: 0 0 30px 0;
    }

    .activitySection .titT .titTL {
        float: none !important;
        width: 100%;
        margin: 0 0 16px 0;
        text-align: left;
    }

    .activitySection .titT .titTR {
        float: none !important;
        width: 100%;
    }

    .activitySection .titT .titTR form {
        display: flex;
        gap: 10px;
    }

    .activitySection .titT .titTR input {
        flex: 1;
        width: auto;
        float: none;
        margin: 0;
        height: 44px;
        line-height: 42px;
        min-width: 0;
    }

    .activitySection .titT .titTR button {
        flex-shrink: 0;
        width: auto;
        padding: 0 20px;
        float: none;
        height: 44px;
        line-height: 42px;
    }

    /* 篩選容器 — 取消 float 溢出 */
    .activitySection .titC {
        margin: 0 0 30px 0;
    }

    .activitySection .titC .sp-t {
        float: none !important;
        width: 100%;
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 12px;
    }

    /* 分類 / 地區選項 */
    .activitySection .titC .titCT .titCR,
    .activitySection .titC .titCC .titCR,
    .activitySection .titC .titCB .titCR {
        float: none !important;
        width: 100% !important;
    }

    .activitySection .titC .titCT .titCR ul {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .activitySection .titC .titCT .titCR ul li {
        width: auto;
        margin: 0 !important;
    }

    .activitySection .titC .titCT .RadioStyle ul li label {
        padding: 4px 12px;
        font-size: 14px;
        white-space: nowrap;
    }

    /* 日期選擇器 — 垂直排列 */
    .activitySection .titC .titCC,
    .activitySection .titC .titCB {
        margin: 24px 0 0 0;
    }

    .activitySection .titC .titCC .titCR {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .activitySection .titC .titCC .titCR .demo4 {
        float: none !important;
        width: 100%;
        margin: 0;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .activitySection .titC .titCC .titCR .demo4 span {
        float: none !important;
        display: inline;
        width: auto;
        margin: 0 !important;
        font-size: 18px;
        line-height: 1;
        flex-shrink: 0;
    }

    .activitySection .titC .titCC .titCR .laydate-icon,
    .activitySection .titC .titCC .titCR input.inline {
        flex: 1;
        width: 100% !important;
        min-width: 0;
        float: none !important;
        height: 44px !important;
        line-height: 42px !important;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .activitySection .but {
        padding-bottom: 30px;
        margin-top: 25px;
    }

    .activitySection .but button {
        font-size: 18px;
        width: 100%;
    }

    .activitySection .center ul li .liI {
        width: 100%;
        height: auto;
    }

    .activitySection .center ul li .liSp {
        width: 100%;
        margin: 15px 0 0 0;
    }

    .activitySection .center ul li .liSp h1 {
        font-size: 30px;
    }

    .activitySection .center ul li .liSp h3 {
        font-size: 18px;
        /* max-height: 87px; */
        margin: 20px 0 0 0;
        line-height: 30px;
    }

    .activitySection .center ul li .liSp dl dd {
        font-size: 14px;
        line-height: 30px;
    }

    .activitySection .center ul li .liSp h4 {
        line-height: 30px;
    }

    .activitySection .center ul li .liSp dl {
        margin: 20px 0 0 0;
    }

    .activitySection .titC {
        margin: 0 0 30px 0;
    }

    .activitySection .center>ul>li {
        margin: 0 0 30px 0;
    }

    .pageBox ul {
        width: 100%;
        padding-top: 25px;
    }

    .detailBox .titCThis {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        margin-left: 0;
    }












    .sectionMobile {
        overflow: hidden;
        position: relative;
        padding: 50px 15px 50px 8px;
        background: url("../images/pic3.png") no-repeat;
        background-size: 100% auto;
    }

    .sectionMobile h4 {
        overflow: hidden;
        position: relative;
        font-size: 30px;
        color: #8eb126;
        font-weight: bold;
        margin: 0;
        padding: 0 7px;
    }

    .sectionMobile h5 {
        overflow: hidden;
        position: relative;
        font-size: 18px;
        color: #ff0000;
        font-weight: bold;
        margin: 10px 0 20px 0;
        padding: 0 7px;
    }

    .sectionMobile .swiperBox {
        overflow-y: scroll;
    }

    .sectionMobile .swiperWrapper {
        width: 2000px;
        overflow-y: scroll;
    }

    .sectionMobile .swiperWrapper::-webkit-scrollbar {

        display: none;

    }

    .sectionMobile .swiper-slide {
        overflow: hidden;
        float: left;
        width: 100px;
        margin: 0 7px;
    }

    .sectionMobile .swiper-slide .li {
        overflow: hidden;
        position: relative;
        border: 5px solid #ff0000;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

    .sectionMobile .swiper-slide .li .liI {
        overflow: hidden;
    }

    .sectionMobile .swiper-slide .li .liI img {
        width: 100%;
        height: auto;
    }

    .sectionMobile .swiper-slide .li .liT {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        font-size: 14px;
        color: #fff;
        text-align: center;
        line-height: 90px;
        background-color: rgba(0, 0, 0, .5);
    }

    .sectionMobile .swiper-slide:nth-child(1) .li {
        border: 5px solid #ff0000;
    }

    .sectionMobile .swiper-slide:nth-child(1) .li .liT {
        color: #ff0000;
    }

    .sectionMobile .swiper-slide:nth-child(2) .li {
        border: 5px solid #fff100;
    }

    .sectionMobile .swiper-slide:nth-child(2) .li .liT {
        color: #fff100;
    }

    .sectionMobile .swiper-slide:nth-child(3) .li {
        border: 5px solid #bbaad2;
    }

    .sectionMobile .swiper-slide:nth-child(3) .li .liT {
        color: #bbaad2;
    }

    .sectionMobile .swiper-slide:nth-child(4) .li {
        border: 5px solid #00a0e9;
    }

    .sectionMobile .swiper-slide:nth-child(4) .li .liT {
        color: #00a0e9;
    }

    .sectionMobile .swiper-slide:nth-child(5) .li {
        border: 5px solid #d49e1c;
    }

    .sectionMobile .swiper-slide:nth-child(5) .li .liT {
        color: #d49e1c;
    }

    .sectionMobile .swiper-slide:nth-child(6) .li {
        border: 5px solid #e3907a;
    }

    .sectionMobile .swiper-slide:nth-child(6) .li .liT {
        color: #e3907a;
    }

    .sectionMobile .swiper-slide:nth-child(7) .li {
        border: 5px solid #adcfda;
    }

    .sectionMobile .swiper-slide:nth-child(7) .li .liT {
        color: #adcfda;
    }

    .sectionMobile .swiper-slide:nth-child(8) .li {
        border: 5px solid #8fc31f;
    }

    .sectionMobile .swiper-slide:nth-child(8) .li .liT {
        color: #8fc31f;
    }

    .sectionMobile .swiperWrapper {
        width: 896px;
    }

    .sectionMobile .swiper-slide {
        width: 98px;
    }

    .sectionMobile .swiper-slide .li .liT {
        line-height: 88px;
        font-size: 13px;
    }

    .section5 .titT span {
        margin: 0 !important;
    }

    .section5 .titSp {
        font-size: 30px;
    }

    .section5 .titT img {
        display: none;
    }

    .zBanner img {
        width: 100%;
        height: auto;
    }



}




@media screen and (max-width:414px) {}

@media screen and (max-width:375px) {
    .section .ulBox ul li .li {
        width: 157px;
        height: 157px;
    }

    .section .ulBox ul li .li .liT {
        line-height: 147px;
    }

    .section3 .ulBox {
        height: 736px;
    }

    .section3 .ulBox ul li .liL {
        height: 172px;
    }

    .section3 .ulBox ul li .liR {
        height: 155px;
    }

    .section3 .ulBox ul li .liRR {
        width: 260px;
    }

    .ta_calendar {
        width: 90%;
        left: 5%;
    }

    .ta_dateRangeTodayThis,
    .ta_calendar td:hover {
        color: #fff;
        background: url(../images/calendar_all.png) no-repeat -85px;
        cursor: pointer;
    }

    .section2 .spT .tit {
        font-size: 26px;
    }

    .detailBox .titC ul li {
        margin: 0 0.5%;
    }

    .sectionMobile .swiperWrapper {
        width: 816px;
    }

    .sectionMobile .swiper-slide {
        width: 88px;
    }

    .sectionMobile .swiper-slide .li .liT {
        line-height: 78px;
        font-size: 12px;
    }



}

@media screen and (max-width:360px) {

    .section .ulBox ul li .li {
        width: 150px;
        height: 150px;
    }

    .section .ulBox ul li .li .liT {
        line-height: 140px;
    }

    .section3 .ulBox {
        height: 730px;
    }

    .section3 .ulBox ul li .liL {
        height: 164px;
    }

    .section3 .ulBox ul li .liR {
        height: 160px;
    }

    .section3 .ulBox ul li .liRR {
        width: 245px;
    }

    .ta_calendar {
        width: 90%;
        left: 5%;
    }

    .ta_dateRangeTodayThis,
    .ta_calendar td:hover {
        color: #fff;
        background: url(../images/calendar_all.png) no-repeat -86px;
        cursor: pointer;
    }

    .section2 .spT .tit {
        font-size: 24px;
    }

    .detailBox .titC ul li {
        margin: 0 0.5%;
    }

    .sectionMobile .swiperWrapper {
        width: 768px;
    }

    .sectionMobile .swiper-slide {
        width: 82px;
    }

    .sectionMobile .swiper-slide .li .liT {
        line-height: 72px;
        font-size: 12px;
    }
}

@media screen and (max-width:320px) {

    .section .center h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .section .center h3 {
        font-size: 14px;
        line-height: 25px;
        margin: 10px 0 10px 0;
    }

    .section .ulBox ul li .li {
        width: 130px;
        height: 130px;
    }

    .section .ulBox ul li .li .liT {
        line-height: 120px;
    }

    .section3 .ulBox {
        height: 670px;
    }

    .section3 .ulBox ul li .liL {
        height: 144px;
    }

    .section3 .ulBox ul li .liR {
        height: 150px;
    }

    .section3 .ulBox ul li .liRR {
        width: 205px;
    }

    .ta_dateRangeTodayThis,
    .ta_calendar td:hover {
        color: #fff;
        background: url(../images/calendar_all.png) no-repeat -88px;
        cursor: pointer;
    }

    .section2 .spT .tit {
        font-size: 22px;
    }

    .detailBox .titC ul li {
        font-size: 12px;
        padding-top: 19px;
        margin: 0 0.7%;
    }

    .sectionMobile .swiperWrapper {
        width: 680px;
    }

    .sectionMobile .swiper-slide {
        width: 71px;
    }

    .sectionMobile .swiper-slide .li .liT {
        line-height: 61px;
        font-size: 12px;
    }

}


/* 2026/7/3 新增 */

html[lang="en-GB"] .section .ulBox ul li .li .liT {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .section .ulBox ul li .li .liT {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {

    .sectionMobile .swiper-slide:nth-child(2) .li .liT,
    .sectionMobile .swiper-slide:nth-child(3) .li .liT,
    .sectionMobile .swiper-slide:nth-child(4) .li .liT {
        padding: 25px 5px 0;
        line-height: inherit;
    }
}

@media screen and (max-width: 375px) {

    .sectionMobile .swiper-slide:nth-child(2) .li .liT,
    .sectionMobile .swiper-slide:nth-child(3) .li .liT,
    .sectionMobile .swiper-slide:nth-child(4) .li .liT {
        padding: 23px 5px 0;
    }
}

@media screen and (max-width: 360px) {

    .sectionMobile .swiper-slide:nth-child(2) .li .liT,
    .sectionMobile .swiper-slide:nth-child(3) .li .liT,
    .sectionMobile .swiper-slide:nth-child(4) .li .liT {
        padding: 20px 5px 0;
    }
}

@media screen and (max-width: 320px) {

    .sectionMobile .swiper-slide:nth-child(2) .li .liT,
    .sectionMobile .swiper-slide:nth-child(3) .li .liT {
        padding: 15px 5px 0;
    }

    .sectionMobile .swiper-slide:nth-child(4) .li .liT {
        padding: 15px 0px 0;
    }
}

html[lang="ja-JP"] .section .ulBox ul li .li .liT {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .section .ulBox ul li .li .liT {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .sectionMobile .swiper-slide:nth-child(4) .li .liT {
        padding: 26px 10px 0;
        line-height: inherit;
    }

    .sectionMobile .swiper-slide:nth-child(7) .li .liT {
        padding: 26px 10px 0;
        line-height: inherit;
    }
}

@media screen and (max-width: 375px) {

    .sectionMobile .swiper-slide:nth-child(4) .li .liT,
    .sectionMobile .swiper-slide:nth-child(7) .li .liT {
        padding: 23px 5px 0;
    }
}

@media screen and (max-width: 360px) {

    .sectionMobile .swiper-slide:nth-child(4) .li .liT,
    .sectionMobile .swiper-slide:nth-child(7) .li .liT {
        padding: 20px 5px 0;
    }
}

@media screen and (max-width: 320px) {
    .sectionMobile .swiper-slide:nth-child(4) .li .liT {
        padding: 15px 0px 0;
    }
}


/* News Section Base Styles */

.news-section {
    padding: 60px 0;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
}

.news-section .section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-header .section-title {
    color: #8eb126;
    /* 標題指定色 */
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}


/* Row-by-Row List Layout */
.news-list {
    border-top: 1px solid #f0ede6;
}

.news-row-item {
    display: flex;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #f0ede6;
    transition: all 0.2s ease;
}

.news-row-item:hover {
    background-color: #fcfbfa;
    /* 懸停時整行微亮暖色背景 */
}

.news-row-item:hover .news-content-box .news-title a {
    color: #d49e1c;
    /* 懸停時標題切換為金色 */
}

/* Date Column */
.news-row-item .news-date-box {
    width: 90px;
    flex-shrink: 0;
    text-align: center;
    border-right: 2px solid #d49e1c;
    /* 用標題色做分隔線 */
    padding-right: 15px;
    margin-right: 25px;
}

.news-row-item .news-date-box .day {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #d49e1c;
    /* 日期數字用標題色 */
    line-height: 1;
}

.news-row-item .news-date-box .month {
    display: block;
    font-size: 16px;
    color: #d49e1c;
    /* 月份用文字色 */
    margin-top: 5px;
}

.news-row-item .news-date-box.news-date-box-compact {
    display: flex;
    align-items: center;
}

.news-row-item .news-date-box .month-day {
    display: block;
    font-size: 34px;
    font-weight: 700;
    color: #d49e1c;
    line-height: 1;
}

/* Content Column */
.news-row-item .news-content-box {
    flex-grow: 1;
    padding-right: 20px;
}

.news-row-item .news-content-box .news-title {
    font-size: 18px;
    line-height: 1.4;
}

.news-row-item .news-content-box .news-title a {
    color: #d49e1c;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
    font-size: 20px;
}

.news-row-item .news-content-box .news-desc {
    font-size: 14px;
    color: #d49e1c;
    /* 內文指定色 */
    line-height: 1.6;
    margin-bottom: 0;
    /* 限制描述最多顯示兩行，超出顯示省略號 */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Action Button Column */
.news-row-item .news-action-box {
    width: 100px;
    flex-shrink: 0;
    text-align: right;
}

.news-row-item .news-action-box .read-more {
    font-size: 13px;
    color: #d49e1c;
    /* 按鈕指定色 */
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: color 0.2s ease;
}

.news-row-item .news-action-box .read-more i {
    margin-left: 4px;
    vertical-align: middle;
}

.news-row-item .news-action-box .read-more:hover {
    color: #8eb126;
}

/* Responsive Adaptive Adjustments (多端自適應) */
@media (max-width: 767px) {
    .news-section {
        padding: 40px 0;
    }

    /* 手機端將彈性盒轉為垂直流，確保小螢幕不擁擠 */
    .news-row-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 0;
    }

    /* 日期改為橫向迷你排列 */
    .news-row-item .news-date-box {
        width: auto;
        border-right: none;
        border-left: 3px solid #d49e1c;
        /* 改為左側邊框 */
        padding-right: 0;
        padding-left: 10px;
        margin-right: 0;
        margin-bottom: 12px;
        text-align: left;
        display: flex;
        align-items: baseline;
    }

    .news-row-item .news-date-box .day {
        font-size: 20px;
        display: inline-block;
        margin-right: 5px;
    }

    .news-row-item .news-date-box .month {
        font-size: 14px;
        display: inline-block;
        margin-top: 0;
    }

    .news-row-item .news-date-box .month-day {
        font-size: 24px;
    }

    /* 內容寬度填滿 */
    .news-row-item .news-content-box {
        padding-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .news-row-item .news-content-box .news-title {
        font-size: 15px;
    }

    /* 按鈕靠左靠底對齊 */
    .news-row-item .news-action-box {
        width: 100%;
        text-align: left;
    }
}


/* Committee Section Base Styles */
.committee-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.committee-section .section-header {
    text-align: center;
    margin-bottom: 50px;
}



/* Flex Grid to fix unequal heights and alignment issues in Bootstrap 3 */
.logo-flex-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Logo Wrapper Styling */
.logo-col {
    padding: 10px;
    margin-bottom: 20px;
}

.logo-wrapper {
    background: #ffffff;
    border: 1px solid #f0ede6;
    border-radius: 6px;
    height: 90px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(212, 158, 28, 0.03);
    transition: all 0.3s ease-in-out;
}

/* Gray filter for high-end minimalism, turns to full color on hover */
.logo-wrapper img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}

/* Hover Effect with Brand Color Accents */
.logo-wrapper:hover {
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(142, 177, 38, 0.12);
}

.logo-wrapper:hover img {
    filter: grayscale(0%);
    scale: 1.1;
    opacity: 1;
}

/* Multi-device Adaptive Responsive Adjustments */
@media (min-width: 992px) {

    /* 桌面端每行展示 6 個名額 (col-md-2) */
    .logo-col {
        width: 16.66666667%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {

    /* 平板端自動適應為每行 4 個名額 (col-sm-3) */
    .committee-section {
        padding: 50px 0;
    }

    .logo-wrapper {
        height: 80px;
        padding: 12px;
    }
}

@media (max-width: 767px) {

    /* 行動端自動適應為每行精準展示 3 個名額 (col-xs-4)，避免過大或錯位 */
    .committee-section {
        padding: 40px 0;
    }

    .committee-section .section-header {
        margin-bottom: 30px;
    }

    .logo-col {
        padding: 6px;
        /* 行動端收窄間距，防止視覺鬆散 */
        margin-bottom: 12px;
    }

    .logo-wrapper {
        height: 65px;
        /* 適當調降高度適配手機螢幕 */
        padding: 8px;
        border-radius: 4px;
    }
}


html[lang="en-GB"] .aboutSection .sectionLeft .link a {

    line-height: 45px;
}

@media screen and (max-width:767px) {
    html[lang="en-GB"] .aboutSection .sectionLeft .link a {

        line-height: 45px;
    }
}

@media screen and (max-width:375px) {
    html[lang="en-GB"] .aboutSection .sectionLeft .link a {
        padding: 5px 10px;

        line-height: 45px;
    }
}

@media screen and (max-width:320px) {
    html[lang="en-GB"] .aboutSection .sectionLeft .link a {
        padding: 5px 10px;

        line-height: 45px;
    }
}

/* News List Page Base Layout */
.news-list-page {
    background-color: #ffffff;
    position: relative;
    padding: 80px 80px;
    overflow: hidden;
}

/* News Rows Layout */
.news-vertical-list {
    border-top: 1px solid #f0ede6;
    margin-bottom: 50px;
}

.news-row-item {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #f0ede6;
    transition: all 0.25s ease;
}

.news-row-item:hover {
    background-color: #fcfbfa;
}

.news-row-item:hover .news-content-box .news-title a {
    color: #8eb126;
}

/* Bootstrap v3.3.7 Pagination Customization Overrides */
.news-pagination-nav .custom-pagination {
    margin: 0;
    padding: 0;
    display: inline-flex;
    border-radius: 4px;
}

.news-pagination-nav .custom-pagination>li>a,
.news-pagination-nav .custom-pagination>li>span {
    color: #d49e1c;
    background-color: #ffffff;
    border: 1px solid #f0ede6;
    margin: 0 3px;
    padding: 8px 14px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.news-pagination-nav .custom-pagination>li:first-child>a,
.news-pagination-nav .custom-pagination>li:last-child>a {
    border-radius: 4px;
}

.news-pagination-nav .custom-pagination>li>a:hover,
.news-pagination-nav .custom-pagination>li>a:focus {
    color: #ffffff;
    background-color: #8eb126;
    border-color: #8eb126;
}

.news-pagination-nav .custom-pagination>.active>a,
.news-pagination-nav .custom-pagination>.active>a:hover,
.news-pagination-nav .custom-pagination>.active>a:focus {
    color: #ffffff;
    background-color: #8eb126;
    border-color: #8eb126;
    cursor: default;
}

/* Disabled State */
.news-pagination-nav .custom-pagination>.disabled>a,
.news-pagination-nav .custom-pagination>.disabled>a:hover,
.news-pagination-nav .custom-pagination>.disabled>a:focus {
    color: #cccccc;
    background-color: #fcfbfa;
    border-color: #f0ede6;
    cursor: not-allowed;
}

/* Ellipsis Item Style */
.news-pagination-nav .custom-pagination>li.pagination-ellipsis>span {
    background: none;
    border: none;
    color: #d49e1c;
    cursor: default;
    padding: 8px 10px;
}

/* Multi-device Adaptive Adjustments */
@media (max-width: 767px) {
    .news-list-page {
        padding: 40px 0;
    }

    /* 手機端分頁按鈕適當收窄外邊距與內邊距 */
    .news-pagination-nav .custom-pagination>li>a,
    .news-pagination-nav .custom-pagination>li>span {
        padding: 6px 11px;
        margin: 0 1px;
        font-size: 13px;
    }
}

/* ===================================================
   .richbox 现代化富文本响应式样式库 (UI Optimized)
   =================================================== */

.richbox {
    /* 使用 Modern Color System 与流体基础字号 (15px ~ 16px) */
    font-size: clamp(15px, 1vw + 12px, 16px);
    line-height: 1.8;
    color: #2c3e50;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* ---------------- 段落与文本 ---------------- */
.richbox p {
    margin-top: 0;
    margin-bottom: 1.25em;
    color: #374151;
    text-align: left;
    /* 移动端左对齐，避免两端对齐产生的丑陋大间距 */
}

/* PC 端屏幕才开启两端对齐 */
@media (min-width: 768px) {
    .richbox p {
        text-align: justify;
    }
}

/* ---------------- 标题系统 (Fluid Typography) ---------------- */
.richbox h1,
.richbox h2,
.richbox h3,
.richbox h4,
.richbox h5,
.richbox h6 {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    letter-spacing: -0.01em;
}

/* 去除首个元素的顶部间距 */
.richbox>*:first-child,
.richbox h1:first-child,
.richbox h2:first-child,
.richbox h3:first-child {
    margin-top: 0 !important;
}

/* 使用 clamp() 实现无需断点的平滑字体缩放 */
.richbox h1 {
    font-size: clamp(22px, 2.5vw + 14px, 30px);
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 0.3em;
}

.richbox h2 {
    font-size: clamp(19px, 2vw + 12px, 24px);
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 0.3em;
}

.richbox h3 {
    font-size: clamp(17px, 1.5vw + 11px, 20px);
}

.richbox h4 {
    font-size: clamp(16px, 1.2vw + 10px, 18px);
}

.richbox h5 {
    font-size: 16px;
}

.richbox h6 {
    font-size: 14px;
    color: #64748b;
}

/* ---------------- 强调与链接 ---------------- */
.richbox strong,
.richbox b {
    color: #0f172a;
    font-weight: 700;
}

.richbox a {
    color: #2563eb;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: all 0.2s ease;
}

.richbox a:hover,
.richbox a:focus {
    color: #1d4ed8;
    text-decoration-color: #1d4ed8;
}

/* ---------------- 媒体元素 (图片与视频) ---------------- */
.richbox img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 1.8em auto;
    border-radius: 8px;
    /* 增加精致圆角 */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    /* 软阴影 */
}

/* 响应式视频/iframe 保持 16:9 比例 */
.richbox iframe,
.richbox video {
    max-width: 100%;
    margin: 1.8em auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.richbox iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    /* 现代化 16:9 宽高比锁定 */
    height: auto;
    border: none;
}

/* ---------------- 列表设计 ---------------- */
.richbox ul,
.richbox ol {
    margin-top: 0;
    margin-bottom: 1.25em;
    padding-left: 1.5em;
}

.richbox ul {
    list-style-type: disc;
}

.richbox ol {
    list-style-type: decimal;
}

.richbox ul li,
.richbox ol li {
    margin-bottom: 0.4em;
    line-height: 1.7;
}

.richbox ul li p,
.richbox ol li p {
    margin-bottom: 0;
}

/* ---------------- 引用区 (Blockquote) ---------------- */
.richbox blockquote {
    padding: 12px 20px;
    margin: 1.8em 0;
    font-size: 0.95em;
    color: #475569;
    background-color: #f8fafc;
    border-left: 4px solid #2563eb;
    /* 现代宝蓝色边框 */
    border-radius: 0 8px 8px 0;
}

.richbox blockquote p:last-child {
    margin-bottom: 0;
}

/* ---------------- 代码块 (Code & Pre) ---------------- */
/* 行内代码 */
.richbox code {
    padding: 2px 6px;
    font-size: 0.875em;
    color: #0f172a;
    background-color: #f1f5f9;
    border-radius: 4px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

/* 预格式化代码块 */
.richbox pre {
    display: block;
    padding: 16px;
    margin: 1.8em 0;
    font-size: 13.5px;
    line-height: 1.6;
    color: #e2e8f0;
    background-color: #0f172a;
    /* 现代暗色代码块，极具质感 */
    border-radius: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.richbox pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
    white-space: pre;
    /* 保持缩进与格式，支持横向滚动 */
}

/* ---------------- 表格系统 (Table) ---------------- */
.richbox table {
    width: 100%;
    margin: 1.8em 0;
    border-collapse: collapse;
    font-size: 0.9em;
    text-align: left;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 0 1px #e2e8f0;
    /* 细边框包裹 */
}

/* 表格移动端防溢出 */
.richbox table-wrapper,
.richbox table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 768px) {
    .richbox table {
        display: table;
        /* PC端还原表格布局 */
    }
}

.richbox th {
    background-color: #f8fafc;
    color: #0f172a;
    font-weight: 600;
    padding: 12px 16px;
    border-bottom: 2px solid #e2e8f0;
}

.richbox td {
    padding: 12px 16px;
    border-bottom: 1px solid #e2e8f0;
    color: #334155;
}

.richbox tr:nth-child(even) {
    background-color: #f8fafc/50;
    /* 斑马纹 */
}

.richbox tr:hover {
    background-color: #f1f5f9;
    /* 悬停高亮 */
}

/* ---------------- 分隔线 (HR) ---------------- */
.richbox hr {
    margin: 2.5em 0;
    border: 0;
    border-top: 1px solid #e2e8f0;
}


/* ==========================================================================
   頂部封面圖優化
   ========================================================================== */
.main-cover {
    width: 100%;
    height: 450px;
    overflow: hidden;
    margin-bottom: 30px;
}

.main-cover img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.5s ease;
}

@media (max-width: 767px) {
    .main-cover {
        height: 250px;
    }
}

.gallerySection {
    margin: 30px 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gallery-item {
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.gallery-img-wrapper {
    width: 100%;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.gallery-img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
}


.gallery-item:hover {
    transform: translateY(-5px);
}

.gallery-item:hover .gallery-img-wrapper img {
    transform: scale(1.08);
}

@media (max-width: 1199px) {
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .gallerySection {
        padding: 40px 0;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .section-title {
        font-size: 22px;
        margin-bottom: 25px;
    }
}

@media (max-width: 479px) {
    .gallery-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}