﻿@charset "utf-8";
/*****MCI*****/
html {
    font-size: medium;
}
body {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-family: LiHei Pro, Heiti TC, Microsoft JhengHei, Arial, Helvetica, sans-serif;
    line-height: 1.483;
    color: #231815;
    font-size: 130%; /*162.5%; /*26px*/
    /*暫
    background-color: #F7F7F7;*/
}
/**/
table,
table th,
table td {
    border-color: #E8A418;
}
table th {
    color: #FFF;
    background-color: #D2171A;
}
@media screen and (max-width:768px) {
    body {
        font-size: 115%;
    }
}
a,
a:focus {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: #b8371d;
    text-decoration: underline;
}
img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
/***/
.not_list,
.not_list > li {
    list-style: none;
}
.not_list {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.width_limiter {
    max-width: 1720px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}
.ds-flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.ds-flex-full {
    flex-grow: 1;
}
.block_border_radius {
    border-radius: 42px;
    overflow: hidden;
}
/***公版***/
.main_body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    /**/
    padding-top: 109px;
}
/**/
.side_bar_socialtop {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 5;
    width: 60px;
}
.side_bar_socialtop ul > li {
    margin-top: 15px;
}
.side_bar_socialtop ul > li:first-child {
    margin-top: 0;
}
li.index_button_gotop_in {
    border-top: 2px solid #b6b0af;
    padding-top: 15px;
}
a#index_button_gotop {
    display: block;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    background-color: #b6afae;
    color: #FFF;
}
a#index_button_gotop::before {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
}
a#index_button_gotop > span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 65%;
    font-weight: bold;
}
a#index_button_gotop > span::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 10px solid transparent;
    border-bottom-color: #FFF;
    margin-bottom: 4px;
    margin-top: -10px;
}
@media screen and (max-height:580px), (max-width:1720px) {
    .side_bar_socialtop {
        display: none;
    }
    .index_block[data-rel="top"] {
        padding-right: 20px;
    }
}
/***/
.block_top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #FFF;
    box-shadow: 2px 2px 20px rgba(20, 17, 19, 0.3);
    z-index: 99;
}
.blktp_content {
    max-width: 1720px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 20px;
    display: flex;
}
.blktpcnt_logo {
    text-align: center;
    margin-right: 15px;
}
.blktpcnt_logo img {
    max-height: 79px;
}
.blktpcnt_menu {
    flex-grow: 1;
    /**/
    display: flex;
    flex-direction: column;
}
.blktpcnt_menu a {
    text-decoration: none;
}
.blktpcnt_menu > ul {
    display: flex;
    align-items: flex-end;
    font-size: 107.6923076923077%;
}
.blktpcnt_menu > ul:first-child {
    height: 100%;
}
.blktpcnt_menu > ul > li {
    position: relative;
}
.blktpcnt_menu > ul > li:not(.site_language) {
    flex-grow: 1;
}
.blktpcnt_menu > ul > li > a {
    display: block;
    text-align: center;
    font-weight: bold;
}
.blktpcnt_menu > ul ul {
    display: none;
    /**/
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background-color: #FFF;
    font-size: 80%;
    /* padding: 7px 0; */
}
.blktpcnt_menu > ul ul > li {
    margin: 7px 0;
}
.blktpcnt_menu > ul > li.site_language ul {
    left: auto;
    right: 0;
}
.blktpcnt_menu > ul ul a {
    display: block;
    padding: 7px 14px;
    text-align: center;
}
.blktpcnt_menu > ul > li:hover > ul {
    display: block;
}
#site_language_change {
    display: block;
    width: 31px;
    min-width: 31px;
    overflow: hidden;
    background: url(../Images/2025_taoyuan/site_language.png) center center no-repeat;
    background-size: 31px auto;
}
#site_language_change > span {
    opacity: 0;
    white-space: nowrap;
    display: block;
    height: 0;
    padding-bottom: 100%;
}
.blktpcnt_menu > ul > li.site_language ul > li {
    margin: 0;
}
.gdst_search_box {
    flex-grow: 1;
    display: flex;
    /* align-items: flex-end; */
    justify-content: flex-end;
    /* padding-bottom: 10px; */
}
/**/
.blktpcnt_button {
    display: none;
}
@media screen and (max-width:1440px) {
    .main_body {
        padding-top: 70px;
    }
    .blktp_content {
        padding: 10px 15px;
    }
    .blktpcnt_logo {
        flex-grow: 1;
    }
    .blktpcnt_logo img {
        max-height: 50px;
    }
    .blktpcnt_button {
        display: block;
        width: 50px;
    }
    .blktpcnt_button > a {
        display: block;
        font-size: 0;
        padding-bottom: 100%;
        position: relative;
    }
    .blktpcnt_button > a::before,
    .blktpcnt_button > a > span,
    .blktpcnt_button > a::after {
        display: block;
        height: 2px;
        border-radius: 99999px;
        background-color: #e8a418;
        width: 65%;
        position: absolute;
        left: 50%;
        top: 50%;
        transition: transform 0.25s;
    }
    .blktpcnt_button > a::before,
    .blktpcnt_button > a::after {
        content: "";
    }
    .blktpcnt_button > a::before {
        transform: translate(-50%, -450%);
    }
    .blktpcnt_button > a > span {
        transform: translate(-50%, -50%);
    }
    .blktpcnt_button > a::after {
        transform: translate(-50%, 400%);
    }
    /**/
    .blktpcnt_menu {
        flex-grow: 0;
        position: fixed;
        left: 0;
        top: 70px;
        right: 0;
        bottom: 100%;
        overflow: hidden;
        background-color: #FFF;
        transition: bottom 0.25s;
        border-top: 1px solid #DDD;
        z-index: 5;
    }
    .blktpcnt_menu > ul {
        flex-wrap: wrap;
        align-items: flex-start;
        margin-left: -20px;
        /* margin-top: -20px; */
    }
    .blktpcnt_menu > ul > li {
        order: 2;
        width: 20%;
        min-width: 20%;
        padding-left: 20px;
        padding-top: 20px;
    }
    .blktpcnt_menu > ul > li:not(.site_language) {
        flex-grow: 0;
    }
    .blktpcnt_menu > ul > li:not(.site_language) > a {
        padding-bottom: 7px;
    }
    .blktpcnt_menu > ul > li.site_language {
        order: 1;
        width: 100%;
        min-width: 100%;
        /* border-bottom: 1px dashed #D1D1D1; */
        /* margin-top: 20px; */
        margin-left: 20px;
        padding: 15px 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .blktpcnt_menu > ul > li.site_language > ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: auto;
        min-width: 0;
        padding: 0;
    }
    #site_language_change,
    .blktpcnt_menu > ul > li.site_language > ul > li > a {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #000;
        width: 2.5em;
        min-width: 2.5em;
        height: 2em;
        font-weight: normal;
        margin: 5px;
    }
    #site_language_change {
        background: none;
        font-size: 80%;
        color: #FFF;
        background-color: #d2171a;
        border-color: #e8a418;
    }
    #site_language_change > span {
        opacity: 1;
        display: inline;
        height: auto;
        padding-bottom: 0;
    }
    .blktpcnt_menu > ul ul {
        display: block;
        position: static;
    }
    .gdst_search_box {
        padding-top: 20px;
        padding-bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
        justify-content: center;
    }
    /*展開*/
    .menu_showed,
    .menu_showed > body {
        overflow: hidden;
    }
    .menu_showed .blktpcnt_button > a::before,
    .menu_showed .blktpcnt_button > a::after {
        background-color: #d2171a;
    }
    .menu_showed .blktpcnt_button > a::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .menu_showed .blktpcnt_button > a > span {
        display: none;
    }
    .menu_showed .blktpcnt_button > a::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .menu_showed .blktpcnt_menu {
        bottom: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }
}
@media screen and (max-width:1024px) {
    .blktpcnt_menu > ul > li {
        width: 33.33333333333333%;
        min-width: 33.33333333333333%;
    }
}
@media screen and (max-width:768px) {
    .blktpcnt_menu > ul > li {
        width: 50%;
        min-width: 50%;
    }
}
@media screen and (max-width:475px) {
    .blktpcnt_menu > ul > li {
        width: 100%;
        min-width: 100%;
    }
}
/***/
.block_middle {
    flex-grow: 1;
}
/***/
.blkbtm_fatfooter {
    text-align: center;
}
.blkbtm_fatfooter_button {
    background-color: #b8381e;
    padding: 5px 0;
    font-size: 107.6923076923077%;
}
a#blkbtm_fatfooter_button {
    display: inline-block;
    color: #FFF;
    position: relative;
    padding-right: 34px;
    text-decoration: none;
}
a#blkbtm_fatfooter_button > span::after {
    display: inline;
}
a#blkbtm_fatfooter_button::before,
a#blkbtm_fatfooter_button::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
}
a#blkbtm_fatfooter_button::before {
    bottom: calc(50% - 2px);
    width: 24px;
    height: 24px;
    border: 12px solid transparent;
    border-bottom-color: #FFF;
}
a#blkbtm_fatfooter_button::after {
    top: calc(50% + 6px);
    width: 24px;
    height: 4px;
    background-color: #FFF;
}
.blkbtm_fatfooter_content {
    overflow: hidden;
}
/*展開*/
.fafooter_hide .blkbtm_fatfooter_content {
    height: 0;
}
.fafooter_hide a#blkbtm_fatfooter_button::before {
    bottom: auto;
    top: calc(50% - 2px);
    border-bottom-color: transparent;
    border-top-color: #FFF;
}
.fafooter_hide a#blkbtm_fatfooter_button::after {
    top: calc(50% - 10px);
}
/**/
.blkbtm_fatfooter_content > div {
    margin-top: 34px;
    margin-bottom: 34px;
    font-size: 107.6923076923077%;
}
.blkbtm_fatfooter_content ul.ds-flex-wrap {
    /* margin-left: -20px; */
    margin-top: -20px
}
.blkbtm_fatfooter_content ul.ds-flex-wrap > li {
    /* padding-left: 20px; */
    padding-top: 20px;
    width: 14.28571428571429%;
    min-width: 14.28571428571429%;
}
.blkbtm_fatfooter_content a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}
.blkbtm_fatfooter_content ul.ds-flex-wrap > li > a {
    color: #b8381e;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 2px dashed #231815;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blkbtm_fatfooter_content ul.ds-flex-wrap ul a {
    padding-top: 20px;
}
@media screen and (max-width:1440px) {
    .blkbtm_fatfooter_content ul.ds-flex-wrap > li {
        width: 25%;
        min-width: 25%;
    }
}
@media screen and (max-width:1024px) {
    .blkbtm_fatfooter_content ul.ds-flex-wrap > li {
        width: 33.33333333333333%;
        min-width: 33.33333333333333%;
    }
}
@media screen and (max-width:768px) {
    .blkbtm_fatfooter_content ul.ds-flex-wrap > li {
        width: 50%;
        min-width: 50%;
    }
}
@media screen and (max-width:475px) {
    .blkbtm_fatfooter_content ul.ds-flex-wrap > li {
        width: 100%;
        min-width: 100%;
    }
}
/***/
.blkbtm_contact {
    padding: 15px 0;
    background-color: #fff3e7;
    overflow: hidden;
}
.blkbtm_contact > div {
    justify-content: space-between;
    align-items: center;
}
.blkbtm_contact > div > div {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.blkbtm_contact_left > div > div {
    margin-top: 10px;
}
.blkbtm_contact_left > div > div:first-child {
    margin-top: 0;
}
.blkbtm_contact_social ul.ds-flex-wrap {
    margin-left: -10px;
    margin-top: -10px;
    justify-content: center;
}
.blkbtm_contact_social ul.ds-flex-wrap > li {
    padding-left: 10px;
    padding-top: 10px;
}
.blkbtm_contact_textlinks ul.ds-flex-wrap {
    margin-left: -21px;
}
.blkbtm_contact_textlinks ul.ds-flex-wrap > li {
    padding-left: 21px;
    flex-grow: 1;
    position: relative;
    text-align: center;
}
.blkbtm_contact_textlinks ul.ds-flex-wrap > li::before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    bottom: 0.3415em;
    width: 1px;
    height: 0.8em;
    background-color: #000;
}
/***/
.blkbtm_organizer {
    padding: 15px 0;
    overflow: hidden;
}
.blkbtm_organizer > div {
    align-items: center;
    justify-content: center;
}
.blkbtm_organizer > div > div {
    margin: 10px;
}
/***/
.blkbtm_copyright {
    padding: 10px 0;
    background-color: #4e3f39;
    color: #FFF;
    font-size: 92.30769230769231%;
    overflow: hidden;
}
.blkbtm_copyright > div {
    justify-content: space-between;
    margin-left: -15px;
    margin-top: -10px;
}
.blkbtm_copyright > div > div {
    padding-left: 15px;
    padding-top: 10px;
    text-align: center
}
.blkbtm_copyright .ds-flex-wrap .ds-flex-wrap {
    margin-left: -15px;
}
.blkbtm_copyright .ds-flex-wrap .ds-flex-wrap > div {
    padding-left: 15px;
}
/***首頁***/
.index_block {
    padding-top: 30px;
    padding-bottom: 30px;
}
/**首頁：頂**/
.index_block[data-rel="top"] {
    padding-top: 0;
    overflow: hidden;
    /**/
    padding-right: 100px;
    /**/
    background-color: #FEF2E2;
}
.index_block[data-rel="top"] > div {
    float: right;
    width: 41.14583333333333%;
    margin-top: 30px;
    clear: right;
}
.index_block[data-rel="top"] > div.ndxblck_image_slider {
    float: left;
    margin-left: 0;
    width: 54.27083333333333%;
    max-width: none;
    position: relative;
    margin-top: 0;
    clear: none;
}
.index_block[data-rel="top"] > div.ndxblck_image_slider::before {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 90.11516314779271%;
}
.ndxblck_image_slider ul {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ndxblck_image_slider li {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 114.9712092130518%;
    border-radius: 100%;
    overflow: hidden;
}
.ndxblck_image_slider li img {
    width: 100%;
}
.ndxblck_link_butttons {
    text-align: center;
}
/***/
.ndxsldrtxt_title {
    font-size: 173.0769230769231%;
    font-weight: bold;
}
.ndxblck_title_top {
    display: flex;
    max-width: 570px;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -15px;
    margin-top: -15px;
}
.ndxblck_title_top > div {
    flex-grow: 1;
    padding-left: 15px;
    padding-top: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.ndxblck_title_top_main {
    max-width: 60%;
}
.ndxblck_title_top_weather_box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 25px;
    border-radius: 39px;
    color: #FFF;
    background-color: #da4325;
}
.idxtp_weather_icon {
    max-width: 65px;
    margin-right: 15px;
}
.idxtp_weather_temp {
    font-size: 80%; /*126.9230769230769%;*/
}
.ndxblck_title_name {
    width: 100%;
    min-width: 100%;
}
/**/
.ndxblck_link_butttons ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: -30px;
    margin-left: -30px;
}
.ndxblck_link_butttons ul > li {
    flex-grow: 1;
    padding-top: 30px;
    padding-left: 30px;
}
.ndxblck_link_butttons a {
    display: block;
    width: 180px;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    line-height: 1.2;
    font-weight: bold;
    font-size: 101.4860456687206%;
}
.ndxblck_link_butttons a::before {
    content: "";
    display: block;
    padding-bottom: 100%;
    height: 0;
}
.links_postion {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    background-color: #dcb332;
    color: #241a16;
}
.links_image {
    height: 67.77777777777778%;
    padding-bottom: 5px;
}
.links_image img {
    height: 100%;
}
.links_text {
    display: flex;
    align-items: center;
    flex-grow: 1;
}
[data-rel="volunteer"] .links_postion {
    background-color: #da4426;
    color: #FFF;
}
[data-rel="news"] .links_postion {
    background-color: #251a16;
    color: #dcb434;
}
/**/
.ndxblck_text_slider .mciicosldr_icos_box {
    margin: 0;
}
.ndxblck_text_slider .mciicosldr_icos_box > ul > li {
    width: 100%;
    text-align: left;
    color: #231815;
    padding: 0;
    vertical-align: top;
}
.ndxblck_text_slider .mciicosldr_dotbtn_box {
    margin: 0;
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.ndxblck_text_slider .mciicosldr_arwbtn_box {
    display: none;
}
.ndxblck_text_slider .mciicosldr_dotbtn_box a.mciicosldr_darwbtn {
    /* background-image: none; */
    background-color: #dcb434;
    font-size: 100%;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    width: 70px;
    height: auto;
}
.ndxblck_text_slider .mciicosldr_dotbtn_box .mciicosldr_darwlft a.mciicosldr_darwbtn {
    background-image: url(../Images/2025_taoyuan/slider_arrow_left.png);
}
.ndxblck_text_slider .mciicosldr_dotbtn_box .mciicosldr_darwrgt a.mciicosldr_darwbtn {
    background-image: url(../Images/2025_taoyuan/slider_arrow_right.png);
}
.ndxblck_text_slider .mciicosldr_dotbtn_box a.mciicosldr_darwbtn:not(.locked):hover {
    background-color: #b8371d;
}
.ndxblck_text_slider .mciicosldr_dotbtn_box a.mciicosldr_darwbtn span {
    display: block;
    font-size: 0;
    height: 0;
    padding-bottom: 100%;
}
.ndxblck_text_slider .mciicosldr_darw {
    position: static;
}
.ndxblck_text_slider .mciicosldr_dotbtn_pos li:not(.now_view) {
    display: none;
}
.ndxblck_text_slider a.mciicosldr_dotbtn {
    width: auto;
    height: auto;
    background-color: transparent;
    color: #231815;
    text-decoration: none;
}
.ndxblck_text_slider a.mciicosldr_dotbtn:focus {
    outline: none;
}
.ndxblck_text_slider a.mciicosldr_dotbtn span {
    display: block;
}
.ndxblck_text_slider .mciicosldr_dotbtn_pos {
    display: flex;
    align-items: center;
    font-size: 125%;
}
.ndxblck_text_slider_max {
    position: relative;
    display: flex;
    align-items: center;
}
.ndxblck_text_slider_max::before {
    content: "";
    display: block;
    width: 2em;
    height: 2px;
    background-color: #b6b0af;
    margin-left: 0.5em;
    margin-right: 0.5em;
}
@media screen and (max-height:580px), (max-width:768px) {
    .index_block[data-rel="top"] {
        padding-right: 20px;
    }
}
@media screen and (max-width:1720px) {
    .index_block[data-rel="top"] {
        padding-right: 20px;
    }
}
@media screen and (max-width:1366px) {
    .index_block[data-rel="top"] > div.ndxblck_link_butttons {
        float: none;
        width: auto;
    }
}
@media screen and (max-width:1024px) {
    .index_block[data-rel="top"] {
        padding-left: 20px;
    }
    .index_block[data-rel="top"] > div,
    .index_block[data-rel="top"] > div.ndxblck_image_slider {
        float: none;
        width: auto;
        margin-top: 25px;
    }
    .ndxblck_title_top {
        max-width: none;
    }
    .ndxblck_image_slider li {
        width: 100%;
    }
    .ndxblck_title_top {
        justify-content: center;
    }
    .ndxblck_title_top > div {
        flex-grow: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .index_block[data-rel="top"] > div.ndxblck_image_slider::before {
        padding-bottom: 100%;
    }
    .index_block[data-rel="top"] .ndxblck_text_slider .mciicosldr_icos_box > ul > li {
        text-align: center;
    }
    .ndxblck_text_slider .mciicosldr_dotbtn_box {
        justify-content: center;
    }
    .ndxblck_text_slider .mciicosldr_dotbtn_box a.mciicosldr_darwbtn {
        width: 50px;
        background-size: 40% auto;
    }
    .ndxblck_text_slider_max::before {
        width: 1em;
    }
}
/**首頁：共通**/
.ndxblck_title {
    font-size: 173.0769230769231%;
    display: flex;
    align-items: flex-end;
    line-height: 1;
}
.ndxblck_title.type_center {
    justify-content: center;
}
.ndxblck_title_icon ~ span {
    margin-left: 10px;
}
.ndxblck_title_icon img {
    max-width: none;
    height: 107px;
}
.ndxblck_title_text {
    font-weight: bold;
    white-space: nowrap;
}
.ndxblck_title_sub {
    font-size: 57.77777777777778%;
}
.ndxblck_content {
    overflow: hidden;
}
.ndxblck_title + .ndxblck_content {
    margin-top: 30px;
}
.index_list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-top: -20px;
}
.index_list > li {
    padding-left: 20px;
    padding-top: 20px;
}
@media screen and (max-width:1024px) {
    .ndxblck_title {
        flex-wrap: wrap;
        justify-content: center;
    }
    .ndxblck_title_text {
        white-space: normal;
    }
    .ndxblck_title_icon ~ span {
        margin-top: 15px;
    }
    .ndxblck_title_sub {
        width: 100%;
        min-width: 100%;
        line-height: 1.483;
    }
}
@media screen and (max-width:768px) {
    .ndxblck_title_icon img {
        height: 80px;
    }
}
@media screen and (max-width:475px) {
    .ndxblck_title_icon img {
        height: 40px;
    }
}
/**首頁：燈區介紹**/
.index_block[data-rel="area"] {
    background: linear-gradient(to top, #ddb535 200px, transparent 201px);
}
.index_block[data-rel="area"] .index_list > li {
    flex-grow: 1;
    width: 50%;
    min-width: 50%;
    height: 518px;
}
.index_block[data-rel="area"] .index_list > li:nth-child(2) ~ li {
    width: 33.33333333333333%;
    min-width: 33.33333333333333%;
    height: 401px;
}
.ndxblck_travel_item {
    display: block;
    position: relative;
    background-color: #000;
    min-height: 100%;
}
.ndxblck_travel_item_image::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
    z-index: 3;
    mix-blend-mode: soft-light;
}
.ndxblck_travel_item_image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}
.ndxblck_travel_item_time,
.ndxblck_travel_item_text {
    position: absolute;
    z-index: 3;
}
.ndxblck_travel_item_time {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    line-height: 1;
    font-size: 123.0769230769231%;
    left: 0;
    top: 0;
    width: 100%;
    padding: 30px;
    color: #FFF;
}
.ndxblck_travel_item_time > span {
    margin-left: 5px;
    margin-right: 5px;
}
.ndxblck_travel_item_time_week {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 37.5%;
    border-radius: 100%;
    width: 2em;
    min-width: 2em;
    height: 2em;
    background-color: #FFF;
    color: #000;
    text-align: center;
}
.ndxblck_travel_item_text {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 30px;
    background-color: rgba(255, 255, 255, 0.85);
    color: #231815;
    font-size: 153.8461538461538%;
}
.ndxblck_travel_item_text_main {
    font-weight: bold;
}
.ndxblck_travel_item_text_sub {
    font-size: 65%;
}
a:hover .ndxblck_travel_item_text {
    color: #FFF;
    background-color: rgba(218, 67, 37, 0.85);
}
@media screen and (max-width:1024px) {
    .index_block[data-rel="area"] .index_list > li:nth-child(2) ~ li {
        width: 50%;
        min-width: 50%;
    }
}
@media screen and (max-width:768px) {
    .index_block[data-rel="area"] .index_list > li,
    .index_block[data-rel="area"] .index_list > li:nth-child(2) ~ li {
        width: 100%;
        min-width: 100%;
        height: 401px;
    }
    .ndxblck_travel_item_time {
        justify-content: center;
    }
    .ndxblck_travel_item_time_week {
        width: 2.5em;
        min-width: 2.5em;
        height: 2.5em;;
    }
}
@media screen and (max-width:475px) {
    .index_block[data-rel="area"] .index_list > li,
    .index_block[data-rel="area"] .index_list > li:nth-child(2) ~ li {
        height: auto;
    }
    .ndxblck_travel_item_image,
    .ndxblck_travel_item_image img,
    .ndxblck_travel_item_text {
        position: relative;
    }
    .ndxblck_travel_item_text {
        background-color: #da4325;
    }
    .ndxblck_travel_item_text_main,
    .ndxblck_travel_item_text_sub {
        color: #FFF;
    }
    .ndxblck_travel_item_text .index_travel_slider_list a {
        border: 2px solid transparent;
    }
    .ndxblck_travel_item_text .index_travel_slider_list a:hover {
        border-color: #FFF;
    }
}
/**首頁：燈會新訊**/
.index_block[data-rel="news"] {
    background-color: #ddb535;
}
.index_block[data-rel="news"],
.index_block[data-rel="media"] {
    padding-bottom: calc(0.5em + 0.7415em + 30px);
}
.index_block[data-rel="news"] .block_border_radius,
.index_block[data-rel="media"] .block_border_radius {
    padding: 40px;
    background-color: #FFF;
}
.index_new_list ul {
    border-bottom: 2px dashed #231815;
    margin-bottom: 30px;
}
.index_new_list li {
    border-top: 2px dashed #231815;
}
.index_new_list a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 20px;
}
.index_new_list .index_new_list_text {
    display: flex;
    align-items: center;
}
.index_new_list .index_new_list_text > div {
    margin-right: 20px;
}
.index_new_list .index_new_list_img {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}
.index_new_list_img > div {
    position: relative;
    height: 0;
    padding-bottom: 56.27272727272727%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #333;
    background-size: cover;
}
.index_new_list_desc {
    flex-grow: 1;
}
.index_new_list .index_new_list_text::after {
    content: "";
    display: block;
    width: 32px;
    min-width: 32px;
    height: 20px;
    background: url(../Images/2025_taoyuan/index_new_item_arrow.png) center center no-repeat;
    background-size: 100% 100%;
}
.site24_inner_page[data-category="article"][data-rel="list"] .index_new_list a:hover,
.index_block[data-rel="news"] .index_new_list a:hover {
    background-color: #fff3e7;
}
.index_new_list a:hover .index_new_list_desc {
    color: #b8371d;
}
.index_new_list a:hover .index_new_list_text::after {
    background-image: url(../Images/2025_taoyuan/index_new_item_arrow_hover.png);
}
.index_block[data-rel="news"] .ndxblck_content,
.index_block[data-rel="news"] .block_border_radius,
.index_block[data-rel="media"] .ndxblck_content,
.index_block[data-rel="media"] .block_border_radius {
    overflow: visible;
}
.index_news_more {
    text-align: center;
    margin-bottom: calc(-40px - 0.5em - 0.7415em);
}
.site24_detail_goback > a,
.index_block[data-rel="media"] a.mcitab_btn,
.index_news_more > a {
    top: 0;
    display: inline-block;
    font-size: 107.6923076923077%;
    color: inherit;
    text-decoration: none;
    background-color: #e4dfde;
    border-radius: 999999px;
    padding: 0.5em 2em;
}
/**/
.index_block[data-rel="media"] .mcitab_btnbx {
    overflow: visible;
    margin-bottom: 30px;
}
.index_block[data-rel="media"] .mcitab_btnbx > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: -10px;
    margin-top: calc(-40px - 0.5em - 0.7415em);
}
.index_block[data-rel="media"] .mcitab_btnbx > ul > li {
    padding: 0 10px;
    padding-bottom: 10px;
}
.index_block[data-rel="media"] .ndxblck_content {
    padding-top: calc(0.5em + 0.7415em);
}
@media screen and (max-width:768px) {
    .index_block[data-rel="media"] .index_new_list a {
        padding: 20px 0;
    }
    .index_new_list .index_new_list_text {
        align-items: stretch;
        flex-direction: column;
        position: relative;
    }
    .index_new_list .index_new_list_text > div {
        margin-right: 42px;
    }
    .index_new_list .index_new_list_text::after {
        position: absolute;
        right: 0;
        top: 20px;
        bottom: 20px;
        height: auto;
        background-size: 100% auto;
    }
}
@media screen and (max-width:475px) {
    .index_new_list .index_new_list_text > div {
        margin-right: 0;
    }
    .index_new_list .index_new_list_text::after {
        content: none;
    }
}
/**首頁：觀光旅遊**/
.index_block[data-rel="travel"] .ndxblck_text_slider .mciicosldr_icos_box {
    margin-left: -10px;
    margin-right: -10px;
}
.index_block[data-rel="travel"] .ndxblck_text_slider .mciicosldr_icos_box > ul > li {
    width: 33.33333333333333%;
    padding-left: 10px;
    padding-right: 10px;
}
.index_travel_slider_item {
    background-color: #e4e0df;
    padding: 20px;
}
.index_travel_slider_image {
    position: relative;
    margin: -20px -20px 0 -20px;
    margin-bottom: 10px;
}
.index_travel_slider_image::before {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 83.18425760286225%;
}
.index_travel_slider_image > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.index_travel_slider_title {
    font-size: 153.8461538461538%;
    font-weight: bold;
}
.index_block[data-rel="travel"] .ndxblck_text_slider .mciicosldr_dotbtn_box {
    justify-content: center;
}
.index_travel_slider_list {
    margin-top: 10px;
}
.index_travel_slider_list > ul {
    margin-left: -10px;
    margin-top: -10px;
}
.index_travel_slider_list > ul > li {
    width: auto;
    padding-left: 10px;
    padding-top: 10px;
}
.index_travel_slider_list a {
    display: block;
    border-radius: 99999px;
    background-color: #FFF;
    color: inherit;
    text-decoration: none;
    padding: 0.2em 1em;
}
.index_travel_slider_list a:hover {
    background-color: #da4325;
    color: #FFF;
}
@media screen and (max-width:1024px) {
    .index_block[data-rel="travel"] .ndxblck_text_slider .mciicosldr_icos_box > ul > li {
        width: 50%;
        min-width: 50%;
    }
}
@media screen and (max-width:768px) {
    .index_block[data-rel="travel"] .ndxblck_text_slider .mciicosldr_icos_box > ul > li {
        width: 100%;
        min-width: 100%;
    }
}
/**首頁：多媒體專區**/
.index_block[data-rel="media"] {
    background-color: #fff2e6;
}
.index_block[data-rel="media"] .mcitab_detail {
    overflow: visible;
    display: none;
}
.index_block[data-rel="media"] .now_view > .mcitab_detail {
    display: block;
}
.index_block[data-rel="media"] .mcitab_btnbx li a {
    color: inherit;
}
.index_block[data-rel="media"] .index_new_list > ul > li:first-child ~ li .index_new_list_img {
    display: none;
}
.index_block[data-rel="media"] .now_view a.mcitab_btn {
    background-color: #da4325;
    color: #FFF;
}
/**首頁：其他連結**/
.index_other_links {
    overflow: hidden;
}
.index_other_links > ul {
    margin-left: -20px;
    margin-top: -20px;
}
.index_other_links > ul > li {
    padding-left: 20px;
    padding-top: 20px;
    width: 33.33333333333333%;
    min-width: 33.33333333333333%;
}
.index_other_links a {
    display: block;
    color: inherit;
    background-color: #e4dfde;
    text-decoration: none;
    overflow: hidden;
}
.ndxthrlnks_item_text {
    padding: 0.2em 1em;
    font-size: 146.1538461538462%;
}
.index_other_links a:hover {
    color: #FFF;
    background-color: #da4325;
}
@media screen and (max-width:1024px) {
    .index_other_links > ul > li {
        width: 50%;
        min-width: 50%;
    }
}
@media screen and (max-width:475px) {
    .index_other_links > ul > li {
        width: 100%;
        min-width: 100%;
        text-align: center;
    }
}
/**首頁：贊助單位**/
.index_organization_list {
    overflow: hidden;
    margin-bottom: 30px;
}
.index_organization_list > ul {
    margin-left: -20px;
    margin-top: -20px;
}
.index_organization_list > ul > li {
    padding-left: 20px;
    padding-top: 20px;
    width: 20%;
    min-width: 20%;
}
.index_block[data-rel="organization"] .index_news_more {
    margin-bottom: 0;
}
@media screen and (max-width:1024px) {
    .index_organization_list > ul > li {
        width: 25%;
        min-width: 25%;
    }
}
@media screen and (max-width:768px) {
    .index_organization_list > ul > li {
        width: 33.33333333333333%;
        min-width: 33.33333333333333%;
    }
}
@media screen and (max-width:475px) {
    .index_organization_list > ul > li {
        width: 50%;
        min-width: 50%;
    }
}
/*******內頁：文章列表*******/
.site24_inner_page {
    padding-top: 30px;
    padding-bottom: 60px;
}
@media screen and (max-width:1024px) {
    .site24_inner_page {
        padding-bottom: 30px;
    }
}
.site24_detail_goback {
    text-align: center;
}
.site24_detail_goback > a {
    margin-top: 30px;
}
/*****/
.inrpg_top_breadcrumbs,
.inrpg_top_sahre_buttons {
    overflow: hidden;
}
.inrpg_top_breadcrumbs ~ * {
    margin-top: 10px;
}
.inrpg_top_breadcrumbs ul,
.inrpg_top_sahre_buttons ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.inrpg_top_breadcrumbs ul > li:first-child ~ li {
    padding-left: 1.5em;
    position: relative;
}
.inrpg_top_breadcrumbs ul > li:first-child ~ li::before {
    content: ">";
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5em;
    height: 100%;
    align-items: center;
    justify-content: center;
}
/*.inrpg_top_breadcrumbs ul > li:last-child > div {
    max-width: 8em;
    height: 1.483em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}*/
.inrpg_top_sahre_buttons ul {
    justify-content: flex-end;
    margin-left: -15px;
    margin-top: -10px;
}
.inrpg_top_sahre_buttons ul > li {
    padding-left: 15px;
    padding-top: 10px;
}
.inrpg_top_sahre_buttons img {
    width: 67px;
    min-width: 67px;
}
@media screen and (max-width:768px) {
    .inrpg_top_sahre_buttons img {
        width: 47px;
        min-width: 47px;
    }
}
@media screen and (max-width:475px) {
    .inrpg_top_sahre_buttons img {
        width: 30px;
        min-width: 30px;
    }
}
/*****/
.site24_inrpg_title {
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 173.0769230769231%;
    line-height: 1;
    text-align: center;
}
.site24_inrpg_title > div {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    margin-left: -20px;
    margin-top: -10px;
}
.site24_inrpg_title > div > * {
    margin-left: 20px;
    margin-top: 10px;
}
.site24_inrpg_title img {
    /* width: 149px;
    min-width: 149px; */
    height: 90px;
}
@media screen and (max-width:768px) {
    .site24_inrpg_title img {
        /* width: 100px;
        min-width: 100px; */
        height: 60px;
    }
    .site24_inrpg_title > div {
        margin-left: -10px;
    }
    .site24_inrpg_title > div > * {
        margin-left: 10px;
    }
}
/*****/
.site24_article_detail > div {
    padding: 20px;
    border-bottom: 2px dashed #231815;
}
.site24_article_detail > div:first-child {
    border-top: 2px dashed #231815;
}
.site24_artcldtl_title {
    background-color: #fff3e7;
}
.site24_artcldtl_article_attchment_title,
.site24_artcldtl_title_title {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #b8371d;
    text-align: justify;
    margin-bottom: 10px;
}
.site24_artcldtl_article_attchment_title::before,
.site24_artcldtl_title_title::before {
    content: "";
    display: block;
    width: 50px;
    min-width: 50px;
    height: 50px;
    background: url(../Images/2025_taoyuan/inner_title_icon_news.png) center center no-repeat #d94631;
    background-size: 55% auto;
    border-radius: 100%;
    margin-right: 15px;
}
.site24_artcldtl_title_title {
    font-size: 123.0769230769231%;
}
.site24_artcldtl_article_attchment_title {
    font-size: 115.3846153846154%;
}
.site24_artcldtl_article_attchment_list li {
    margin-top: 15px;
}
.site24_artcldtl_article_attchment_list a {
    display: block;
    text-decoration: none;
    background-color: #fff3e7;
    padding: 0.5em 1em;
}
/**/
.site24_artcldtl_article_attchment_title::before {
    background-image: url(../Images/2025_taoyuan/inner_title_icon_attachment.png);
}
@media screen and (max-width:475px) {
    .site24_artcldtl_article_attchment_title::before,
    .site24_artcldtl_title_title::before {
        content: none;
    }
}
/*******相簿專區*******/
.site24_photo_list {
    overflow: hidden;
}
.site24_photo_list > ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-top: -30px;
}
.site24_photo_list > ul > li {
    width: 50%;
    min-width: 50%;
    padding-left: 30px;
    padding-top: 30px;
}
a.site24_photo_item {
    text-decoration: none;
}
.site24_photo_box {
    position: relative;
    overflow: hidden;
}
.site24_photo_box::before {
    content: "";
    display: block;
    padding-bottom: 56.31443298969072%;
}
.site24_photo_box > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.site24_photo_item_text {
    padding-bottom: 30px;
    border-bottom: 2px dashed #231815;
}
.site24_photo_item_text > div {
    margin-top: 0.5186991026505524em;
}
.site24_photo_item_time {
    color: #231815;
}
.site24_photo_item_title {
    color: #b8371d;
    font-size: 107.6923076923077%;
}
@media screen and (max-width:768px) {
    .site24_photo_list > ul > li {
        width: 100%;
        min-width: 100%;
    }
}
/*展演活動*/
.site24_inner_page[data-category="schedule"] .site24_inrpg_title > div,
.site24_inner_page[data-category="media"] .site24_inrpg_title > div,
.site24_inner_page[data-category="lanterninfo"] .site24_inrpg_title > div {
    margin-left: -5px;
}
.site24_inner_page[data-category="schedule"] .site24_inrpg_title > div > *,
.site24_inner_page[data-category="media"] .site24_inrpg_title > div > *,
.site24_inner_page[data-category="lanterninfo"] .site24_inrpg_title > div > * {
    margin-left: 5px;
}
#pageShow .swiper-pagination-bullet > span {
    background-color: transparent;
    color: #231815;
    font-weight: bold;
    padding: 0;
}
#pageShow .swiper-pagination-bullet > span > div,
#pageShow .swiper-pagination-bullet > span > .is_weekend {
    background-color: #fff3e7;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
}
#pageShow .swiper-pagination-bullet > span > div:first-child,
#pageShow .swiper-pagination-bullet > span > .is_weekend:first-child {
    border-top: 2px dashed #231815;
    margin-top: 0;
    padding-top: 10px;
}
#pageShow .swiper-pagination-bullet > span > div:last-child,
#pageShow .swiper-pagination-bullet > span > .is_weekend:last-child {
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: 2px dashed #231815;
}
#pageShow .swiper-pagination-bullet > span > div.swiper-pagination-bullet_date {
    font-size: 115.3846153846154%;
}
#pageShow .swiper-pagination-bullet > span > .is_weekend {
    background-color: #dcb434;
    color: inherit;
}
#pageShow .mciicosldr_icos_box {
    margin-left: 78px;
    margin-right: 78px;
}
#pageShow .mciicosldr_arwbtn_box {
    width: 73px;
}
#pageShow a.mciicosldr_arwbtn,
#pageShow a.mciicosldr_arwtype.locked:hover {
    background-color: #dcb434;
}
#pageShow a.mciicosldr_arwbtn {
    border-radius: 100%;
    height: 0;
    overflow: hidden;
    background-size: 50% auto;
}
#pageShow a.mciicosldr_arwbtn:hover {
    background-color: #b8371d;
}
#pageShow .mciicosldr_arwbtn_box.mciarw_left a.mciicosldr_arwbtn {
    background-image: url(../Images/2025_taoyuan/schedule_arrow_left.png);
}
#pageShow .mciicosldr_arwbtn_box.mciarw_right a.mciicosldr_arwbtn {
    background-image: url(../Images/2025_taoyuan/schedule_arrow_right.png);
}
#pageShow .swiper-show .swiper-slide {
    padding-left: 0;
    padding-right: 0;
}
#pageShow h3 {
    color: #231815;
    font-size: 123.0769230769231%;
    text-align: center;
}
#pageShow .showAreaBox {
    border-top: none !important;
    background-color: transparent !important;
}
.showAreaContent {
    border-top: 2px dashed #231815 !important;
    border-bottom: 2px dashed #231815 !important;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.showAreaContent > li > div {
    border-top: none;
}
.showAreaContent > li:nth-child(even) {
    background-color: #fff3e7;
}
.showNameHref {
    color: inherit;
}
.showAreaName > i {
    display: none;
}
#pageShow .showAreaBox .showAreaName {
    display: flex;
    align-items: center;
    color: #b8371d;
    font-size: 123.0769230769231%;
}
#pageShow .showAreaBox .showAreaName::before {
    content: "";
    display: block;
    width: 29px;
    height: 38px;
    background: url(../Images/2025_taoyuan/schedule_tittle.png) left top no-repeat;
    background-size: 100% 100%;
    margin-right: 0.3em;
}
.pageTitle {
    color: #dcb434;
}
@media screen and (max-width:768px) {
    #pageShow .mciicosldr_icos_box {
        margin-left: 55px;
        margin-right: 55px;
    }
    #pageShow .mciicosldr_arwbtn_box {
        width: 50px;
    }
}
@media screen and (max-width:475px) {
    #pageShow .mciicosldr_icos_box li.swiper-pagination-bullet {
        width: 100%;
    }
    #pageShow .mciicosldr_icos_box {
        margin-left: 45px;
        margin-right: 45px;
    }
    #pageShow .mciicosldr_arwbtn_box {
        width: 40px;
    }
}
/*多媒體專區*/
.page_multimedia_list > ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-top: -30px;
}
.page_multimedia_list > ul > li {
    width: 50%;
    min-width: 50%;
    padding-left: 30px;
    padding-top: 30px;
}
.page_multimedia_list a.idxcnt_lntrnnwslst_item {
    border-top: none;
    background-color: transparent;
    padding: 0;
    border-bottom: 2px dashed #231815;
    text-decoration: none;
}
.page_multimedia_list .idxcnt_lntrnnwslst_image {
    padding-bottom: 56.25%;
    background-color: #231815;
    position: relative;
}
.page_multimedia_list .idxcnt_lntrnnwslst_image::before,
.page_multimedia_list .idxcnt_lntrnnwslst_image::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
}
.page_multimedia_list .idxcnt_lntrnnwslst_image::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0) 50%);
}
.site24_inner_page[data-category="media"][data-rel="video"] .page_multimedia_list .idxcnt_lntrnnwslst_image::after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../Images/2025_taoyuan/media_video.png) center center no-repeat;
    background-size: 15% auto;
}
.site24_inner_page[data-category="media"][data-rel="photo"] .page_multimedia_list .idxcnt_lntrnnwslst_image::after {
    left: 5%;
    top: 7%;
    bottom: 7%;
    right: 5%;
    background: url(../Images/2025_taoyuan/media_photo.png) right bottom no-repeat;
    background-size: 10% auto;
}
.idxcnt_lntrnnwslst_text {
    padding: 20px 10px;
}
.idxcnt_lntrnnwslst_text > div {
    padding: 0;
}
.idxcnt_lntrnnwslst_text > div:first-child ~ div {
    margin-top: 10px;
}
.page_multimedia_list .idxcnt_lntrnnwslst_time {
    color: #231815;
}
.page_multimedia_list .idxcnt_lntrnnwslst_desc {
    color: #b8371d;
    font-size: 107.6923076923077%;
}
@media screen and (max-width:768px) {
    .page_multimedia_list > ul > li {
        width: 100%;
        min-width: 100%;
    }
}
/*相簿*/
.album_poto_box > ul {
    display: flex;
    flex-wrap: wrap;
}
.album_poto_box > ul > li,
.album_poto_box > ul > li:first-child {
    width: 50%;
    min-width: 50%;
}
.album_poto_box a {
    display: block;
}
.album_poto_box .idxcnt_lntrnnwslst_image {
    padding-bottom: 56.82989690721649%;
    position: relative;
}
.album_poto_box .idxcnt_lntrnnwslst_image > img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    transition: transform 0.25s;
}
.album_poto_box a:hover .idxcnt_lntrnnwslst_image > img {
    transform: translate(-50%, -50%) scale(1.3);
}
@media screen and (max-width:768px) {
    .album_poto_box > ul > li,
    .album_poto_box > ul > li:first-child {
        width: 100%;
        min-width: 100%;
    }
}
/*合作單位*/
.site24_inner_page[data-category="about_series"][data-rel="detail"] .site24_inrpg_title > div,
.site24_inner_page[data-category="download"] .site24_inrpg_title > div,
.site24_inner_page[data-category="sponsor"] .site24_inrpg_title > div {
    align-items: center;
}
.site24_inner_page[data-category="sponsor"] .mcitab_detail > ul {
    align-items: center;
}
.site24_inner_page[data-category="sponsor"] .mcitab_detail > ul a > span {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.sponsor_list {
    border-bottom: 2px dashed #231815;
    font-size: 107.6923076923077%;
}
.mobile_type .mcitab_cntbx > div > h3 > a,
.mobile_type .mcitab_cntbx > div > .mcitab_header > a {
    display: flex;
    align-items: center;
    background-color: transparent;
    color: #231815;
    padding: 20px 30px;
    border-top: 2px dashed #231815;
    border-bottom: none;
}
.mbtype_view > h3 > a,
.mbtype_view > .mcitab_header > a {
    background-color: #fff3e7 !important;
}
.mobile_type .mbtype_view > .mcitab_detail {
    border: none;
    padding: 30px;
}
/**/
.mobile_type a > span {
    flex-grow: 1;
}
.mobile_type a > span.button_cross {
    flex-grow: 0;
    display: block;
    border-radius: 100%;
    background-color: #b8371d;
    margin-left: 1em;
    position: relative;
    /*width: 47px;
    min-width: 47px;
    height: 47px;*/
    width: 1.8em;
    min-width: 1.8em;
    height: 1.8em;
}
.mbtype_view a > span.button_cross {
    background-color: #b6b0af;
}
.mobile_type a > span.button_cross::before,
.mobile_type a > span.button_cross::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 3px;
    background-color: #FFF;
}
.mobile_type a > span.button_cross::before {
    transform: translate(-50%, -50%);
}
.mobile_type a > span.button_cross::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.mbtype_view a > span.button_cross::after {
    content: none;
}
/**/
.sponsor_list .mcitab_detail > ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-top: -20px;
}
.sponsor_list .mcitab_detail > ul > li {
    width: 33.333333333333%;
    min-width: 33.333333333333%;
    padding-left: 20px;
    padding-top: 20px;
}
@media screen and (max-width:1024px) {
    .sponsor_list .mcitab_detail > ul > li {
        width: 50%;
        min-width: 50%;
    }
}
@media screen and (max-width:768px) {
    .sponsor_list .mcitab_detail > ul > li {
        width: 100%;
        min-width: 100%;
    }
}
/*上稿內容*/
.site24_artcldtl_content > div:first-child ~ div {
    margin-top: 20px;
}
.contentColumn_2 {
    margin-top: 0 !important;
    margin-left: -20px;
}
.contentColumnBox {
    padding-left: 20px;
    padding-top: 20px;
}
.contentColumn_2 > .contentColumnBox {
    width: 50%;
    min-width: 50%;
}
.contentColumn_1 > .contentColumnBox {
    width: 33.33333333333333%;
    min-width: 33.33333333333333%;
}
.contentText > img,
.contentColumn_pic > img {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.video_embed {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    background-color: #000;
}
.video_embed::before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
}
.video_embed > iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/*客製：觀光巴士*/
.tourismbus_inner {
    max-width: 1570px;
    margin-left: auto;
    margin-right: auto;
}
.tourismbus_inner_top_tittle {
    font-size: 107.6923076923077%;
    padding: 20px 30px;
    border-top: 2px dashed #231815;
    border-bottom: 2px dashed #231815;
    margin-bottom: 20px;
}
.tourismbus_inner_top_list {
    overflow: hidden;
}
.tourismbus_inner_top_list > ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-top: -30px;
}
.tourismbus_inner_top_list > ul > li {
    width: 50%;
    min-width: 50%;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.tourismbus_item {
    display: flex;
}
.tourismbus_item_desc {
    flex-grow: 1;
    background-color: #fff3e7;
    display: flex;
    flex-direction: column;
}
.tourismbus_item_desc_content {
    flex-grow: 1;
    text-align: left;
}
.tourismbus_inner_top_list .tourismbus_item {
    flex-direction: column;
    padding-bottom: 30px;
    border-bottom: 2px dashed #231815;
    text-align: center;
    min-height: 100%;
}
.tourismbus_item_image img,
.tourismbus_inner_easygo_image img {
    width: 100%;
}
.tourismbus_item_desc,
.tourismbus_inner_easygo_desc {
    padding: 20px;
}
.tourismbus_item_desc > div:first-child ~ *,
.tourismbus_inner_easygo_desc > div:first-child ~ * {
    margin-top: 15px;
}
.tourismbus_item_desc_title,
.tourismbus_inner_easygo_desc_title {
    font-size: 126.9230769230769%;
    color: #b8371d;
    font-weight: bold;
}
.tourismbus_inner_easygo_desc {
    text-align: center;
}
.tourismbus_item_desc_more > a {
    display: inline-block;
    border-radius: 99999px;
    padding: 0.3em 1.5em;
    background-color: #FFFF;
    font-size: 107.6923076923077%;
    text-decoration: none;
    text-align: center;
}
.tourismbus_inner_easygo_list > ul > li:first-child ~ li {
    margin-top: 30px;
}
.tourismbus_inner_easygo_list .tourismbus_item_image {
    display: flex;
    align-items: center;
    background-color: #333;
    width: 31.27809890815671%;
    min-width: 488px;
}
.tourismbus_inner_easygo_list .tourismbus_item_desc_title {
    color: inherit;
}
.tourismbus_inner_easygo_list .tourismbus_item_desc {
    background-color: #d8f1f2;
}
.tourismbus_inner_easygo_list .tourismbus_item_desc_more {
    text-align: right;
}
@media screen and (max-width:768px) {
    .tourismbus_inner {
        max-width: 488px;
    }
    .tourismbus_inner_top_list > ul > li {
        width: 100%;
        min-width: 100%;
    }
    .tourismbus_inner_easygo_list .tourismbus_item {
        flex-direction: column;
    }
    .tourismbus_inner_easygo_list .tourismbus_item_image {
        width: 100%;
        min-width: 100%;
    }
}
/* 客製：優惠資訊 */
.sponsor_list.custom_discountinfo {
    font-size: 100%;
}
.custom_discountinfo table {
    width: 100%;
    min-width: 1024px;
    border: none;
}
.custom_discountinfo table {
    border: none;
}
.custom_discountinfo table th,
.custom_discountinfo table td {
    border: none;
}
.custom_discountinfo table th,
.custom_discountinfo table caption {
    color: #FFF;
    background-color: #D94631;
    padding: 5px 1em;
    white-space: nowrap;
}
.custom_discountinfo table th {
    padding-left: 0;
}
.custom_discountinfo table td {
    border-bottom: 1px solid #CCC;
    padding: 10px;
    padding-left: 0;
    max-width: none;
}
.custom_discountinfo table tr:last-child td {
    border-bottom: none;
}
.custom_discountinfo table th:first-child,
.custom_discountinfo table td:first-child {
    padding-left: 10px;
}
.custom_discountinfo.mobile_type .mbtype_view > .mcitab_detail {
    padding: 0;
}
.custom_discountinfo .mcitab_detail {
    overflow-x: auto;
    overflow-y: hidden;
}
/**/
.blkbtm_organizer img {
    max-height: 145px;
}
/*燈區介紹*/
.site24_inner_page[data-category="lanterninfo"][data-rel="list"] {
    padding-bottom: 0;
}
.lntrnnfcnt_top_photo {
    text-align: center;
    background: linear-gradient(to top, #fff3e7 50%, transparent 50.0000001%);
}
/**/
.lntrnnfcnt_top_des {
    font-weight: bold;
    margin-bottom: 30px;
}
.lntrnnfcnt_top_des > .width_limiter {
    border-top: 2px dashed #211715;
    padding-top: 30px;
}
.lntrnnfcnt_subarea_bottom {
    background-color: #fff3e7;
    padding-top: 30px;
    padding-bottom: 60px;
    overflow: hidden;
}
@media screen and (max-width:1024px) {
    .lntrnnfcnt_subarea_bottom {
        padding-bottom: 30px;
    }
}
.lntrnnfcnt_subarea_list {
    color: #221713;
}
.lntrnnfcnt_subarea_list .mcitab_btnbx {
    margin-bottom: calc(-0.5em - 0.7415em);
    text-align: center;
    /**/
    padding-left: 60px;
    padding-right: 60px;
}
.lntrnnfcnt_subarea_list .mcitab_btnbx li a {
    color: inherit;
    background-color: #e4e0df;
    padding: 0.5em 1.5em;
    border-radius: 99999999px;
    font-weight: bold;
}
.lntrnnfcnt_subarea_list .mcitab_btnbx li.now_view a {
    color: #FFF;
    background-color: #da4326;
}
.lntrnnfcnt_subarea_list .mcitab_cntbx {
    background-color: #FFF;
    border-radius: 60px;
    padding: 30px;
    padding-top: calc(0.5em + 0.7415em);
}
.lntrnnfcnt_subarea_list_desc {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}
.lntrnnfcnt_subarea_list_lanterns {
    overflow: hidden;
}
.lntrnnfcnt_subarea_list_lanterns > ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-top: -30px;
}
.lntrnnfcnt_subarea_list_lanterns > ul > li {
    width: 50%;
    min-width: 50%;
    padding-left: 30px;
    padding-top: 30px;
}
.lntrnnfcnt_subarea_list_lanterns_photo {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
}
.lntrnnfcnt_subarea_list_lanterns_photo::before {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 63.30409356725146%;
}
.lntrnnfcnt_subarea_list_lanterns_photo > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lntrnnfcnt_subarea_list_lanterns_item {
    position: relative;
}
.lntrnnfcnt_subarea_list_lanterns_text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 1em;
    display: flex;
    align-items: center;
}
.lntrnnfcnt_subarea_list_lanterns_number {
    background-color: #000;
    color: #FFF;
    border-radius: 100%;
    width: 2.5em;
    min-width: 2.5em;
    height: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5em;
}
.lntrnnfcnt_subarea_list_lanterns_title {
    font-size: 106.6666666666667%;
    font-weight: bold;
}
.lntrnnfcnt_subarea_list_lanterns_summary {
    font-size: 83.33333333333333%;
}

@media screen and (max-width:1024px) {
    .lntrnnfcnt_subarea_list .mcitab_btnbx {
        padding-left: 30px;
        padding-right: 30px;
    }
    .lntrnnfcnt_subarea_list .mcitab_cntbx {
        border-radius: 30px;
    }
}
@media screen and (max-width:768px) {
    .lntrnnfcnt_subarea_list .mcitab_btnbx li {
        width: 50%;
    }
    .lntrnnfcnt_subarea_list .mcitab_btnbx {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .lntrnnfcnt_subarea_list .mcitab_cntbx {
        border-radius: 30px;
        padding: 20px;
    }
    .lntrnnfcnt_subarea_list_desc {
        margin-top: 0;
    }
    .lntrnnfcnt_subarea_list_lanterns > ul > li {
        width: 100%;
        min-width: 100%;
    }
    .lntrnnfcnt_subarea_list_lanterns_photo {
        border-radius: 20px;
    }
}
.site24_inner_page[data-category="lanterninfo"] + .lghtbx_show img {
	max-width: 800px;
	/* max-height: 400px; */
    max-height: 600px;
}
/*接來的市府文章暴力處理*/
.from_gov_thumbimages_list {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    padding-right: 10px;
    padding-bottom: 10px;
}
.from_gov_thumbimages_list > li {
    list-style: none;
    padding-left: 10px;
    padding-top: 10px;
    width: 50%;
    min-width: 50%;
}
#mcilghtbx_cnt.maxwh_limit img {
    max-width: 100%;
}
@media screen and (max-width:475px) {
    .from_gov_thumbimages_list {
        padding-right: 0;
    }
    .from_gov_thumbimages_list > li {
        width: 100%;
        min-width: 100%;
        padding-left: 0;
    }
}
.contentCover {
    text-align: center;
}
/* GSC */
.gdst_search_box {
    font-size: 85% !important;
}
.gdst_search_box * {
    font-size: 100% !important;
}
.gdst_search_box .gsc-control-cse,
.gdst_search_box table,
.gdst_search_box .gsc-input-box {
    border: none;
    background-color: transparent;
}
form.gsc-search-box > table {
    border: 1px solid #da4325 !important;
}
.gdst_search_box .gsc-control-cse,
.gdst_search_box table.gsc-search-box td.gsc-input,
.gdst_search_box td {
    padding: 0;
}
.gdst_search_box form.gsc-search-box,
.gdst_search_box table.gsc-search-box {
    margin: 0;
}
.gdst_search_box input.gsc-input {
    padding: 0.2em 0.7em !important;
    background-position: 0.7em center !important;
}
.gdst_search_box .gsc-search-button-v2,
.gdst_search_box .gsc-search-button-v2:hover,
.gdst_search_box .gsc-search-button-v2:focus {
    background-color: #da4325;
    border: none;
    position: relative;
    padding: 0;
    width: calc(1.483em + 0.2em + 0.2em + 1px + 1px);
}
.gdst_search_box .gsc-search-button-v2::before {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}
.gdst_search_box .gsc-search-button-v2 > svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
}
.gdst_search_box .gsc-search-button-v2 > * {
    font-size: 0;
}
.gsc-input-box {
    padding: 0 !important;
    border-radius: 0 !important;
}
.gsc-search-button-v2 {
    border-radius: 0 !important;
}
/***/
.site24_inner_page[data-category="traffic"] .site24_inrpg_title > div {
    align-items: center;
}
/***/
.ndxblck_travel_item_text {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.ndxblck_travel_item_text_main,
.ndxblck_travel_item_text_sub {
    line-height: 1;
    margin-bottom: 10px;
}
.ndxblck_travel_item_text_main {
    margin-right: 10px;
}
.ndxblck_travel_item_text_sub {
    flex-grow: 1;
}
.ndxblck_travel_item_text .index_travel_slider_list {
    width: 100%;
    min-width: 100%;
    font-size: 65%;
    margin-top: 0;
}
/**/
.site24_inner_page:not([data-category="sponsor"]) .sponsor_list.mobile_type .mcitab_btnbx {
    display: table;
    margin: 0 auto;
    margin-bottom: 30px;
}
.sponsor_list.mobile_type .mcitab_btnbx > ul {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    align-items: center;
    margin-top: -5px;
    margin-right: -5px;
}
.sponsor_list.mobile_type .mcitab_btnbx > ul > li {
    flex-grow: 1;
    padding-top: 5px;
    padding-right: 5px;
    /* max-width: 50%; */
}
.sponsor_list.mobile_type .mcitab_btnbx > ul > li > a {
    display: block;
    font-weight: bold;
    text-align: center;
    /**/
    border-radius: 99999px;
    padding: 0.3em 1em;
    /**/
    color: #FFF;
    background-color: #CE4227;
    border: 2px solid #E8A418;
}
.sponsor_list.mobile_type .mcitab_btnbx .button_cross {
    display: none;
}
/**/
.index_block[data-rel="marquee"] {
    display: flex;
    color: #FFF;
    background-color: #da4426;
    padding: 1em;
    border-bottom: 1px solid #A2302F;
}
.index_marquee_title {
    display: flex;
    align-items: center;
}
.index_marquee_title > span {
    border-right: 2px solid #FFF;
    white-space: nowrap;
    padding-right: 1em;
}
.index_marquee_content_position {
    flex-grow: 1;
    overflow: hidden;
    margin-left: 1em;
    /**/
    position: relative;
}
.index_marquee_content {
    white-space: nowrap;
    display: flex;
    align-items: center;
    /**/
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: left 0.1s;
}
.index_marquee_content > ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    /**/
    display: flex;
    align-items: center;
}
.index_marquee_content > ul > li {
    list-style: none;
    margin-right: 2em;
}
.gmap_embed_2024 iframe {
    width: 100%;
    height: 444px;
    border: none;
}
/**/
#navigate_notice {
    background-color: #000;
    color: #FFF;
    border-radius: 40px;
    font-size: 125%;
    padding: 40px;
    max-width: 768px;
}
.nvgtntc_title {
    text-align: center;
    color: #FFF;
    font-size: 125%;
    font-weight: bold;
    background: -webkit-linear-gradient(#FFF, #fddd7e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nvgtntc_content > * {
    margin-top: 1em;
    margin-bottom: 0;
}
.nvgtntc_content li {
    margin-top: 0.5em;
}
.nvgtntc_sub_title,
.nvgtntc_sub_title + div {
    color: #A99971;
}
.nvgtntc_sub_title {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.nvgtntc_sub_title > span {
    margin-left: 10px;
    margin-right: 10px;
}
.nvgtntc_sub_title::before,
.nvgtntc_sub_title::after {
    content: "-";
}
.nvgtntc_link a {
    display: block;
    border-radius: 1em;
    text-decoration: none;
    text-align: center;
    padding: 0.5em 1em;
}
.nvgtntc_link a::before {
    content: "前往導航 - ";
}
.nvgtntc_link[data-rel="1"] a {
    background-color: #D94630;
}
.nvgtntc_link[data-rel="2"] a {
    background-color: #BA9726;
}
#navigate_notice .nvgtntc_intro_link a {
    display: block;
    text-align: center;
    padding: 0 1em;
    color: #F6DB95;
    text-decoration: underline;
    text-decoration-color: #CFB77C;
}
/**/
a.gdcstm_btn {
    display: inline-block;
    white-space: nowrap;
    padding: 0.2em 1em;
    border-radius: 99999px;
    color: #FFF;
    background-color: #da4426;
    text-align: center;
}