﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexming.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
@import url(https://fonts.googleapis.com/earlyaccess/notoseriftc.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/**/
/*cwTeXYen*/
/*Noto Sans TC*/
/*cwTeXMing*/
/*cwTeXFangSong*/
/**/
* {
    text-decoration: none;
}

body {
    font-family: "Noto Sans TC", sans-serif, Arial;
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1.5;
    position: relative;
}

img {
    display: block;
    image-rendering: auto;
}

a {
    transition: all 0.3s ease-in-out;
}

    a img {
        transition: all 0.3s ease-in-out;
    }

    a:hover img, a:focus img {
        transform: scale(1.1);
    }

/*文字*/
h2, h3, h4, h5, h6 {
    font-weight: 600;
}

h1 {
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    background: url(../Images/logo.png) no-repeat;
    background-size: contain;
    width: 17.125rem;
    height: 6.75rem;
}

h3, .h3 {
    font-size: 3.125rem;
    color: #474747;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    letter-spacing: 5px;
}

    h3::after, .h3::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: -15px;
        right: -55px;
    }

@media (max-width: 1024px) {
    h3, .h3 {
        font-size: 2.1875rem;
        line-height: 1.3;
    }
}

@media (max-width: 480px) {
    h3, .h3 {
        font-size: 1.875rem;
    }
}

h3 span, .h3 span {
    color: #e66f00;
}

h3 + p, .h3 + p {
    color: #474747;
    font-size: 1.125rem;
    text-align: center;
    margin: 10px 0 30px;
}

.wrap {
    max-width: 1400px;
    margin: 20px auto 40px;
}

    .wrap.middle {
        max-width: 1200px;
    }

@media (max-width: 1400px) {
    .wrap {
        max-width: 94%;
    }
}

@media (max-width: 1024px) {
    .wrap {
        max-width: 90%;
    }
}

main {
    position: relative;
    z-index: 2;
}

/*** Components | Components | Components | Components | Components | Components ***/
/*ally stting*/
a:focus-visible,
select:focus-visible,
input:focus-visible,
option:focus-visible,
button:focus-visible,
.ally-focus,
.select-button:focus-visible,
.dropdown-menu button:focus-visible,
.gsc-search-button-v2:focus-visible,
#menuBtn:focus-visible,
#movie_player button:focus-visible {
    outline: 3px dashed #8480ff !important;
    /*border-radius: 3px;*/
    transition: auto;
    z-index: 600;
}

.gotoContent {
    font-size: 0rem;
    padding: 0;
    font-weight: 500;
    color: #fff;
    background: #8480ff;
    outline: 0px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 889;
}

    .gotoContent:hover, .gotoContent.hover {
        color: #fff;
        background: #8480ff;
    }

    .gotoContent:focus {
        font-size: 1.125rem;
        padding: 6px 12px;
    }

#AU, #content, #AZ {
    font-size: 0.875rem;
    padding: 10px;
    z-index: 3;
    position: relative;
}

#content, #AZ {
    position: absolute;
    left: 20px;
}

@media (max-width: 1400px) {
    #content, #AZ {
        left: 2.5%;
    }
}

#AZ {
    color: #fff;
}

@media (max-width: 1024px) {
    #content, #AC, #AU, #AZ {
        display: none;
    }
}

/*form*/
input[type=text], input[type=date], input[type=password] {
    height: 36px;
    width: 100%;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #DDD;
    outline: none;
    padding: 8px;
    font-family: "Noto Sans TC";
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 2px;
    box-sizing: border-box;
    margin: 8px 0;
    color: #474747;
}

    input[type=text]::placeholder, input[type=date]::placeholder, input[type=password]::placeholder {
        color: #AEAEAE;
    }

input[type=date] {
    color: #AEAEAE;
}

    input[type=text]:focus, input[type=date]:focus, input[type=password]:focus {
        outline: 3px dashed #c82b23;
    }

@media (max-width: 768px) {
    input[type=text] {
        width: 100%;
        margin: 4px 0;
    }
}

select {
    width: 100%;
    border: 1px solid #DDD;
    font-family: "Noto Sans TC";
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 2px;
    padding-left: 8px;
    height: 36px;
    outline: none;
    box-sizing: border-box;
    border-radius: 5px;
    color: #AEAEAE;
    margin: 8px 0;
}

@media (max-width: 768px) {
    select {
        margin: 4px 0px;
    }
}

textarea {
    border: 1px solid #DDD;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
    outline: none;
    padding: 8px 12px;
    font-family: "Noto Sans TC";
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 1px;
    box-sizing: border-box;
    width: 100%;
    resize: none;
    height: 170px;
    line-height: 1.5;
    text-align: justify;
    margin: 8px 0;
    color: #474747;
}

    textarea::placeholder {
        color: #AEAEAE;
    }

@media (max-width: 768px) {
    textarea {
        height: 200px;
    }
}
/* 觸發按鈕 */
.select-trigger {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px 15px 30px;
    background: #F2F2F2;
    border: none;
    border-radius: 100px;
    font-size: 1.125rem;
    color: #474747;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin: 8px 0;
    /*gap: 12px;*/
}

/* 下拉箭頭 */
.select-arrow {
    width: 6px;
    height: 6px;
    border-right: 2px solid #474747;
    border-bottom: 2px solid #474747;
    transform: rotate(45deg);
    transition: transform 0.2s;
    flex-shrink: 0;
}

.select-trigger[aria-expanded=true] .select-arrow {
    transform: rotate(-135deg);
}

/* 下拉選單 */
.select-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s;
    z-index: 100;
    max-height: 300px;
    overflow-y: auto;
}

    .select-menu.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

/* 選單項目 */
.select-option {
    width: 100%;
    padding: 12px 20px;
    border: none;
    background: none;
    text-align: left;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.2s;
    color: #333;
}

    .select-option:first-child {
        border-radius: 12px 12px 0 0;
    }

    .select-option:last-child {
        border-radius: 0 0 12px 12px;
    }

    .select-option.selected {
        background: #e66f00;
        font-weight: 600;
        color: #fff;
    }

    .select-option:hover, .select-option:focus {
        background: rgba(230, 111, 0, 0.3);
        font-weight: 400;
        color: #474747;
    }

/*麵包屑*/
.breadcrumb {
    display: flex;
    margin: 20px auto 10px;
    flex-wrap: wrap;
    /*padding-left: 20px;*/
}

@media (max-width: 1400px) {
    .breadcrumb {
        margin: 30px auto 10px;
    }
}

@media (max-width: 1024px) {
    .breadcrumb {
        padding-left: unset;
    }
}

.breadcrumb li, .breadcrumb li a {
    color: #474747;
    margin-right: 4px;
    transition: all 0.3s ease-in-out;
    font-size: 1rem;
}

    .breadcrumb li:last-child {
        color: #e66f00;
    }

.detail .breadcrumb {
    margin: 40px auto;
}

/*分頁*/
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 30px 0 0;
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
    .pagination {
        margin: 20px 0 40px;
    }
}

.pagination button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 50px;
    border: 0px solid #e66f00;
    background: #fff;
    color: #2D2D2D;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-family: inherit;
}

    .pagination button:hover:not(.active):not(:disabled) {
        /*background: #f5f5f5;*/
        border: 1px solid #e66f00;
        color: #e66f00;
    }

    .pagination button:focus {
        outline: 2px solid #4A90E2;
        outline-offset: 2px;
    }

    .pagination button.active {
        color: #e66f00;
        border: 1px solid #e66f00;
        font-weight: 600;
        cursor: default;
    }

    .pagination button:disabled {
        opacity: 0;
        pointer-events: none;
        position: absolute;
    }

.pagination .prev-btn {
    font-weight: 600;
    position: relative;
}

    .pagination .prev-btn::before {
        content: "←";
        display: inline-block;
        height: 10px;
        margin: 0 10px 10px 0;
        color: #e66f00;
    }

.pagination .next-btn {
    font-weight: 600;
    position: relative;
}

    .pagination .next-btn::after {
        content: "→";
        display: inline-block;
        height: 10px;
        margin: 0 0 10px 10px;
        color: #e66f00;
    }

.pagination .ellipsis {
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2D2D2D;
    pointer-events: none;
}

/*內頁主題分頁*/
.select-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 6px;
    padding: 0 0 2rem 0;
    border-bottom: 1px solid #E1E1E1;
}

@media (max-width: 1400px) {
    .select-nav {
        grid-row-gap: 1.5rem;
    }
}

@media (max-width: 1024px) {
    .select-nav {
        grid-row-gap: 0.25rem;
    }
}

.select-nav a {
    padding: 10px 20px;
    border: 2px solid #e66f00;
    border-radius: 50px;
    color: #474747;
    font-weight: 600;
    background: #fff;
    height: 54px;
    line-height: 54px;
    font-size: 1.25rem;
    line-height: 20px;
    margin: 10px 0;
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    /*&::before {
  	content: "";
  	width: 32px;
  	height: 32px;
  	margin: 0 5px 0 0;
  	position: relative;
  	transition: $tr_all;
  	display: inline-block;
  	aspect-ratio: 50 / 50;
  	background: $c_text;

  	@media (max-width: $wS) {
  		width: 22px;
  		height: 22px;
  		top: 4px;
  	}
  }*/
    /*&:nth-child(1) {
  	&::before {
  		background: unset;
  		width: 0px;
  	}
  }

  &:nth-child(2) {
  	&::before {
  		mask-image: url(../Images/2026/icon-themes01.svg);
  		mask-size: 100%;
  		mask-repeat: no-repeat;
  		-webkit-mask-image: url(../Images/2026/icon-themes01.svg);
  		-webkit-mask-size: 100%;
  		-webkit-mask-repeat: no-repeat;
  	}
  }

  &:nth-child(3) {
  		&::before {
  		mask-image: url(../Images/2026/icon-themes02.svg);
  		mask-size: 100%;
  		mask-repeat: no-repeat;
  		-webkit-mask-image: url(../Images/2026/icon-themes02.svg);
  		-webkit-mask-size: 100%;
  		-webkit-mask-repeat: no-repeat;
  	}
  }

  &:nth-child(4) {
  	&::before {
  		mask-image: url(../Images/2026/icon-themes03.svg);
  		mask-size: 100%;
  		mask-repeat: no-repeat;
  		-webkit-mask-image: url(../Images/2026/icon-themes03.svg);
  		-webkit-mask-size: 100%;
  		-webkit-mask-repeat: no-repeat;
  	}
  }

  &:nth-child(5) {
  	&::before {
  		mask-image: url(../Images/2026/icon-themes04.svg);
  		mask-size: 100%;
  		mask-repeat: no-repeat;
  		-webkit-mask-image: url(../Images/2026/icon-themes04.svg);
  		-webkit-mask-size: 100%;
  		-webkit-mask-repeat: no-repeat;
  	}
  }

  &:nth-child(6) {
  	&::before {
  		mask-image: url(../Images/2026/icon-themes05.svg);
  		mask-size: 100%;
  		mask-repeat: no-repeat;
  		-webkit-mask-image: url(../Images/2026/icon-themes05.svg);
  		-webkit-mask-size: 100%;
  		-webkit-mask-repeat: no-repeat;
  	}
  }

  &:nth-child(7) {
  	&::before {
  		mask-image: url(../Images/2026/icon-themes06.svg);
  		mask-size: 100%;
  		mask-repeat: no-repeat;
  		-webkit-mask-image: url(../Images/2026/icon-themes06.svg);
  		-webkit-mask-size: 100%;
  		-webkit-mask-repeat: no-repeat;
  	}
  }*/
}

    .select-nav a img {
        display: inline-block;
        height: 30px;
        width: auto;
        vertical-align: middle;
        margin: 0 3px 0 0;
        filter: grayscale(1) brightness(0.7);
    }

@media (max-width: 1024px) {
    .select-nav a img {
        height: 22px;
    }
}

@media (max-width: 1024px) {
    .select-nav a {
        padding: 5px 15px;
        letter-spacing: 1px;
        font-size: 1rem;
        line-height: 16px;
        margin: 5px 0;
        height: 46px;
        line-height: 46px;
    }
}

@media (max-width: 768px) {
    .select-nav a {
        padding: 10px 20px;
    }
}

.select-nav a::after {
    content: "";
    display: inline-block;
    opacity: 0;
    background: #e66f00;
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    right: unset;
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1400px) {
    .select-nav a::after {
        display: none;
    }
}

.select-nav a:hover, .select-nav a:focus, .select-nav a.active {
    color: #fff;
    background: #e66f00;
}

    .select-nav a:hover img, .select-nav a:focus img, .select-nav a.active img {
        filter: grayscale(1) brightness(10);
        transform: scale(1);
    }

    .select-nav a:hover::after, .select-nav a:focus::after, .select-nav a.active::after {
        opacity: 1;
    }

    .select-nav a:hover::before, .select-nav a:focus::before, .select-nav a.active::before {
        background: #fff;
    }

.select-content {
    margin: 2rem 0 0;
    display: grid;
    grid-template-columns: 13.125rem 1fr;
    grid-gap: 4rem;
}

@media (max-width: 1024px) {
    .select-content {
        grid-template-columns: 1fr;
        grid-gap: 2rem;
    }
}

.select-content h3 {
    display: none;
}

/*卡片*/
.card-box {
    align-items: center;
}

    .card-box .card {
        border-radius: 95px 45px 0 45px;
        overflow: hidden;
        width: 20.25rem !important;
        height: 28rem;
        position: relative;
    }

@media (max-width: 1024px) {
    .card-box .card {
        width: 16rem !important;
        height: 22rem;
    }
}

@media (max-width: 768px) {
    .card-box .card {
        border-radius: 30px 10px 0 10px;
        width: 10rem !important;
        height: 16rem;
    }
}

.card-box .card a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 28rem;
}

@media (max-width: 1024px) {
    .card-box .card a {
        height: 22rem;
    }
}

@media (max-width: 768px) {
    .card-box .card a {
        height: 16rem;
    }
}

.card-box .card a:hover .btn-box svg path, .card-box .card a:focus .btn-box svg path {
    filter: brightness(0.8) contrast(180%);
}

.card-box .card img {
    object-fit: cover;
    height: 100%;
}

.card-box .card h4 {
    font-size: 1.5625rem;
    color: #fff;
    display: block;
    width: 100%;
    padding: 30px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .card-box .card h4 {
        font-size: 1.25rem;
        padding: 20px 0 20px 10px;
    }
}

.card-box .card .btn-box svg path {
    transition: all 0.3s ease-in-out;
}

.card-box2 {
    display: grid;
    grid-template-columns: 44% 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    margin: 40px 0 0;
}


@media (max-width: 1024px) {
    .card-box2 {
        grid-template-columns: 1fr;
    }
}

.card-box2 .card {
    color: #474747;
    width: 100%;
    display: flex;
    justify-content: start;
    grid-gap: 20px;
    align-items: center;
    flex-direction: column;
}
.index-card .card {
    flex-direction: row;
}
    .index-card .card .card-img {
        width: 245px;
    }
    .index-card .card .card-text {
        width: calc(100% - 245px);
    }

    .card-box2 .card:hover h4, .card-box2 .card:focus h4 {
        color: #e66f00;
    }

    .card-box2 .card .card-img {
        width: 100%;
        height: 172px;
        border-radius: 15px;
        overflow: hidden;
    }

@media (max-width: 768px) {
    .card-box2 .card .card-img {
        height: 15.3125rem;
    }
}

.card-box2 .card .card-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.card-box2 .card .card-text {
    width: 100%;
}

    .card-box2 .card .card-text h4, .card-box2 .card .card-text h3 {
        font-size: 1.25rem;
        font-weight: 600;
        margin: 10px 0;
        transition: all 0.3s ease-in-out;
    }

    .card-box2 .card .card-text p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

.card-box2 .card:first-child {
    grid-row: 1/4;
    flex-direction: column;
}

    .card-box2 .card:first-child .card-img {
        width: 100%;
        height: 388px;
        border-radius: 30px 15px 30px 15px;
        overflow: hidden;
    }

@media (max-width: 768px) {
    .card-box2 .card:first-child .card-img {
        height: 245px;
    }
}

.card-box2 .card:first-child .card-img img {
    object-fit: cover;
    height: 100%;
}

.card-box2 .card:first-child .card-text {
    width: 100%;
}

.card-box3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 3.5rem;
    margin: 35px 0 0;
}

@media (max-width: 768px) {
    .card-box3 {
        grid-template-columns: 1fr;
        grid-row-gap: 2.5rem;
    }
}

.card-box3 a {
    display: block;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    position: relative;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}

    .card-box3 a h4 {
        color: #474747;
        font-size: 1.25rem;
        font-weight: 600;
        padding: 15px 25px;
        box-sizing: border-box;
        background: #fff;
        border-radius: 15px 15px 0 0;
        position: absolute;
        left: 0;
        top: -35px;
        z-index: 1;
        transition: all 0.3s ease-in-out;
    }

        .card-box3 a h4::before {
            content: "";
            background: url(../Images/2026/icon-nav01.png) no-repeat;
            background-size: contain;
            display: inline-block;
            width: 16px;
            height: 16px;
            margin: 0 10px 0 0;
            transition: all 0.3s ease-in-out;
        }

    .card-box3 a .card-img {
        position: relative;
        border-radius: 15px;
        overflow: hidden;
        height: 18.75rem;
    }

        .card-box3 a .card-img img {
            object-fit: cover;
            width: 100%;
            height: 18.75rem;
        }

@media (max-width: 768px) {
    .card-box3 a .card-img {
        height: 15.3125rem;
    }

        .card-box3 a .card-img img {
            height: 15.3125rem;
        }
}

.card-box3 a .card-img .swiper-slide {
    width: 100% !important;
}

.card-box3 a .card-img .swiper-pagination {
    z-index: 10;
}

.card-box3 a .card-img .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px));
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
    opacity: 1;
    background: #fff;
}

@media (max-width: 1024px) {
    .card-box3 a .card-img .swiper-pagination-bullet {
        width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
        height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px));
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px);
    }
}

.card-box3 a .card-img .swiper-pagination-bullet-active {
    background: #e66f00;
}

.card-box3 a .card-img .swiper-button-next.swiper-button-disabled, .card-box3 a .card-img .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    color: #fff;
    z-index: 2;
}

.card-box3 a .card-img .swiper-button-next:after, .card-box3 a .card-img .swiper-button-prev:after {
    color: #e66f00;
    font-weight: 600;
}

.card-box3 a .card-img > span {
    padding: 10px 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 15px 0 0 0;
    color: #e66f00;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}

.card-box3 a .card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 0;
}

    .card-box3 a .card-bottom .label-box {
        display: flex;
        justify-content: start;
        align-items: center;
    }

        .card-box3 a .card-bottom .label-box label {
            font-size: 0.875rem;
            color: #fff;
            background: #e66f00;
            margin: 0 0 0 5px;
            padding: 5px 15px;
            border-radius: 50px;
            box-sizing: border-box;
            transition: all 0.3s ease-in-out;
        }

    .card-box3 a .card-bottom .btn-go {
        opacity: 0;
        transition: all 0.3s ease-in-out;
        display: inline-block;
        width: 52px;
        height: 52px;
        border-radius: 100px;
        overflow: hidden;
        background: #fff;
        border: 2px solid #e66f00;
        transition: all 0.3s ease-in-out;
    }

@media (max-width: 1024px) {
    .card-box3 a .card-bottom .btn-go {
        opacity: 1;
        width: 45px;
        height: 45px;
    }
}

.card-box3 a .card-bottom .btn-go .btn-img {
    display: inline-block;
    aspect-ratio: 50/50;
    mask-image: url(../Images/2026/Icon-go.svg);
    mask-size: 100%;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../Images/2026/Icon-go.svg);
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    background: #e66f00;
    width: 52px;
    height: 52px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1024px) {
    .card-box3 a .card-bottom .btn-go .btn-img {
        width: 45px;
        height: 45px;
    }
}

@media (min-width: 1024px) {
    .card-box3 a:hover, .card-box3 a:focus, .card-box3 a.active {
        background: #e66f00;
    }

        .card-box3 a:hover h4, .card-box3 a:focus h4, .card-box3 a.active h4 {
            background: #e66f00;
            color: #fff;
        }

            .card-box3 a:hover h4::before, .card-box3 a:focus h4::before, .card-box3 a.active h4::before {
                content: "";
                background: url(../Images/2026/icon-nav01-w.png) no-repeat;
                background-size: contain;
            }

        .card-box3 a:hover .card-img > span, .card-box3 a:focus .card-img > span, .card-box3 a.active .card-img > span {
            background: #e66f00;
            color: #fff;
        }

        .card-box3 a:hover img, .card-box3 a:focus img, .card-box3 a.active img {
            transform: unset;
        }

        .card-box3 a:hover .card-bottom .label-box label, .card-box3 a:focus .card-bottom .label-box label, .card-box3 a.active .card-bottom .label-box label {
            background: #fff;
            color: #e66f00;
        }

        .card-box3 a:hover .card-bottom .btn-go, .card-box3 a:focus .card-bottom .btn-go, .card-box3 a.active .card-bottom .btn-go {
            opacity: 1;
        }
}

.links-other {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    margin: 0 auto 40px;
}

@media (max-width: 1024px) {
    .links-other {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .links-other {
        grid-template-columns: 1fr;
        width: 85%;
    }
}

.links-other:last-child {
    margin: 0 auto;
}

.links-other a {
    display: block;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #A8A8A8;
    padding: 0px 3%;
    box-sizing: border-box;
    height: 110px;
}

    .links-other a img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

/*影片*/
.video-box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    border-radius: 15px;
    overflow: hidden;
}

    .video-box iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/*標籤*/
.label_a {
    font-size: 0.875rem;
    padding: 0 0 0 10px;
    position: relative;
    display: inline-block;
    height: 27px;
    line-height: 27px;
    color: #fff;
    background: #e03400;
}

    .label_a::after {
        content: "";
        background: url(../Images/2026/label-deco.png) no-repeat;
        background-size: contain;
        display: inline-block;
        width: 18px;
        height: 27px;
        position: absolute;
        right: -18px;
    }

.label_b {
    background: unset;
    border-radius: 50px;
    border: 1px solid #00A556;
    color: #00A556;
    padding: 0 15px;
    transition: all 0.3s ease-in-out;
}

    .label_b.activity {
        color: #fff;
        background: #F25BB5;
        border: 0px solid #F25BB5;
    }

    .label_b.primary {
        color: #fff;
        background: #e66f00;
        border: 0px solid #e66f00;
    }

/*按鈕*/
.btn-box {
    background: #fff;
    width: 82px;
    height: 82px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50px 0 0 0;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .btn-box {
        width: 60px;
        height: 60px;
    }
}

.btn-box::before {
    content: "";
    background: url(../Images/2026/btn-deco.png) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 24px;
    height: 24px;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: -24px;
}

@media (max-width: 768px) {
    .btn-box::before {
        width: 18px;
        height: 18px;
        left: -18px;
    }
}

.btn-box::after {
    content: "";
    background: url(../Images/2026/btn-deco.png) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 24px;
    height: 24px;
    z-index: 2;
    position: absolute;
    right: 0;
    top: -24px;
}

@media (max-width: 768px) {
    .btn-box::after {
        width: 18px;
        height: 18px;
        top: -18px;
    }
}

.btn-box .btn-img {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    aspect-ratio: 50/50;
    mask-image: url(../Images/2026/Icon-more.svg);
    mask-size: 100%;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../Images/2026/Icon-more.svg);
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    background: #0175E9;
    width: 66px;
    height: 66px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .btn-box .btn-img {
        width: 45px;
        height: 45px;
    }
}

.form-box > button {
    background: #e66f00;
    border-radius: 100px;
    width: 100%;
    height: 60px;
    border: unset;
    margin: 8px 0;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 2px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1024px) {
    .form-box > button {
        font-size: 1.25rem;
    }
}

.form-box > button:hover, .form-box > button:focus {
    transform: translateY(5px);
    filter: brightness(0.8) contrast(180%);
}

.form-box > button::after {
    content: "";
    display: inline-block;
    background: url(../Images/2026/Icon-search.png) no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    position: relative;
    margin: 0 0 0 5px;
}

@media (max-width: 1024px) {
    .form-box > button::after {
        top: 2px;
    }
}

.btn-more {
    width: 25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 72px;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #e66f00;
    padding: 0 10px 0 30px;
    box-sizing: border-box;
    margin: 40px 0 0 auto;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .btn-more {
        width: 40%;
        margin: 40px auto;
    }
}

@media (max-width: 768px) {
    .btn-more {
        width: 55%;
        height: 62px;
    }

        .btn-more svg {
            width: 45px;
            height: 45px;
        }
}

.btn-more span {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 72px;
    color: #e66f00;
    margin: 10px 0 10px;
}

@media (max-width: 768px) {
    .btn-more span {
        line-height: 62px;
        font-size: 1.125rem;
    }
}

.btn-more:hover, .btn-more:focus {
    transform: translateX(15px);
    filter: brightness(0.8) contrast(180%);
}

.btn-more .btn-img {
    display: inline-block;
    aspect-ratio: 50/50;
    mask-image: url(../Images/2026/Icon-more.svg);
    mask-size: 100%;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../Images/2026/Icon-more.svg);
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    background: #e03400;
    width: 52px;
    height: 52px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .btn-more .btn-img {
        width: 45px;
        height: 45px;
    }
}

/*編輯器*/
.inner-box {
    z-index: 2;
    position: relative;
}




    .inner-box > h3 {
        display: none;
    }

.inner-box .wrap > button, .inner-box2 div > button {
    background: #e66f00;
    border-radius: 100px;
    width: 30%;
    height: 60px;
    border: unset;
    margin: 60px auto 0;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 2px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

@media (max-width: 768px) {
    .inner-box .wrap > button {
        margin: 40px auto 0;
        font-size: 1.25rem;
        width: 40%;
    }
}

.inner-box .wrap > button:hover, .inner-box .wrap > button:focus {
    filter: brightness(0.8) contrast(180%);
}

.content-box h3 {
    left: unset;
    transform: unset;
    text-align: left;
    display: block;
    font-size: 2.5rem;
    letter-spacing: 2px;
}

    .content-box h3 + p {
        text-align: left;
    }

.content-box .info-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
}

    .content-box .info-box .share-box {
        display: flex;
        justify-content: start;
        align-items: center;
    }

        .content-box .info-box .share-box a {
            width: 40px;
            height: 40px;
            margin: 0 0 0 10px;
        }

@media (max-width: 1024px) {
    .content-box .info-box .share-box a {
        width: 30px;
        height: 30px;
    }
}

.content-box .info-box .share-box a img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.content-box .img-box {
    width: 60%;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 0 40px;
}

@media (max-width: 1024px) {
    .content-box .img-box {
        height: 245px;
        margin: 0 0 20px;
    }
}

.content-box .img-box img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

@media (max-width: 1024px) {
    .content-box .img-box img {
        height: 245px;
    }
}

.content-box p {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #474747;
    margin: 0 0 20px;
}

    .content-box p:last-child {
        margin: unset;
    }

@media (max-width: 1024px) {
    .content-box p {
        font-size: 1.125rem;
        line-height: 1.5;
    }
}

.content-box p.sub {
    font-weight: 600;
}

/*goTop*/
.goTop-btn {
    color: #e66f00;
    display: block;
    font-family: Aoto Gothic Extra Bold, Roboto, "Noto Sans TC", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    height: auto;
    letter-spacing: 0.06em;
    margin: 14rem auto -7rem;
    padding-top: 6.5rem;
    position: relative;
    text-align: center;
    width: 7rem;
    z-index: 2;
}

    .goTop-btn::before {
        content: "";
        display: block;
        background-color: #e66f00;
        height: 0.7rem;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .goTop-btn::after {
        border-left: 0.7rem solid #e66f00;
        border-top: 0.7rem solid #e66f00;
        content: "";
        display: block;
        left: 50%;
        position: absolute;
        top: 4.8rem;
        transform: translate(-50%, -50%) rotate(45deg);
        width: 4.3rem;
        height: 4.3rem;
    }

@media (max-width: 1024px) {
    .goTop-btn {
        font-size: 1rem;
        width: 6rem;
        padding-top: 5rem;
    }

        .goTop-btn::before {
            height: 0.5rem;
        }

        .goTop-btn::after {
            border-left: 0.5rem solid #e66f00;
            border-top: 0.5rem solid #e66f00;
            width: 4rem;
            height: 4rem;
            top: 4rem;
        }
}

/*path*/
.path1 {
    position: absolute;
    top: -550px;
    left: -250px;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.path svg, .path2 svg, .path3 svg, .path4 svg, .path5 svg {
    width: 100%;
    height: auto;
}

.path2 {
    position: absolute;
    top: 44px;
    left: 77%;
    z-index: -1;
    width: 600px;
    height: 100%;
}

@media (max-width: 1400px) {
    .path2 {
        top: 500px;
        left: 76%;
    }
}

.path-box {
    width: 100%;
    height: 1060px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    z-index: 1;
}

.path3 {
    position: absolute;
    top: -170px;
    right: -363px;
    z-index: 1;
    height: 100%;
}

.path4 {
    position: absolute;
    bottom: -888px;
    top: -520px;
    left: -245px;
    z-index: -1;
    height: 100%;
}

.path5 {
    position: absolute;
    bottom: -1300px;
    /*top: 750px;*/
    left: -200px;
    z-index: 1;
    height: 100%;
}

@media (max-width: 1024px) {
    .path1, .path2, .path3, .path4, .path5 {
        display: none;
    }
}
/*** Layout | Layout | Layout | Layout | Layout | Layout | Layoutt | Layoutt | Layout  ***/
/*header*/
header {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1400px;
    z-index: 800;
    /*@media (max-width: $wS) {
  		max-width: 96%;
  	}
  */
}

@media (max-width: 1400px) {
    header {
        max-width: 94%;
    }
}

header nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: end;
}

    header nav .menu-group {
        display: flex;
        flex-direction: column;
        align-items: end;
        width: 65%;
    }

@media (max-width: 1400px) {
    header nav .menu-group {
        width: 75%;
    }
}

header nav .menu-main {
    /*order: 2;*/
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    align-items: center;
    width: 90%;
}

@media (max-width: 1024px) {
    header nav .menu-main {
        overflow-y: hidden;
    }
}

header nav .menu-main .mb {
    display: none;
}

header nav .menu-main a {
    color: #000;
    font-size: 1.25rem;
    position: relative;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    header nav .menu-main a {
        text-align: left;
        padding: 10px;
        border-radius: unset;
        border-bottom: 1px solid #E1E1E1;
    }

        header nav .menu-main a::after {
            content: "→";
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            color: #474747;
            font-size: 0.875rem;
        }
}

@media (max-width: 1024px) {
    header nav .menu-main a:hover, header nav .menu-main a:focus {
        color: unset;
        background: unset;
    }

        header nav .menu-main a:hover::before, header nav .menu-main a:focus::before {
            background: unset;
            background-size: contain;
        }
}

header nav .menu-main a::before {
    content: "";
    width: 37px;
    height: 37px;
    display: block;
    margin: 0 auto 10px;
    position: relative;
    top: 3px;
}

@media (max-width: 768px) {
    header nav .menu-main a::before {
        width: 20px;
        height: 20px;
        display: inline-block;
        margin: 0 10px 0 0;
    }
}

header nav .menu-main a:hover, header nav .menu-main a:focus {
    transform: scale(1.03);
}

@media (max-width: 1024px) {
    header nav .menu-main a:hover, header nav .menu-main a:focus {
        transform: unset;
    }
}

header nav .menu-main li:nth-child(1) a::before {
    background: url(../Images/2026/icon-nav01.png) no-repeat;
    background-size: contain;
}

header nav .menu-main li:nth-child(1) a:hover, header nav .menu-main li:nth-child(1) a:focus {
    color: #fff;
    background: #e66f00;
}

@media (max-width: 1024px) {
    header nav .menu-main li:nth-child(1) a:hover, header nav .menu-main li:nth-child(1) a:focus {
        color: #000;
        background: unset;
    }
}

header nav .menu-main li:nth-child(1) a:hover::before, header nav .menu-main li:nth-child(1) a:focus::before {
    background: url(../Images/2026/icon-nav01-w.png) no-repeat;
    background-size: contain;
}

@media (max-width: 1024px) {
    header nav .menu-main li:nth-child(1) a:hover::before, header nav .menu-main li:nth-child(1) a:focus::before {
        background: url(../Images/2026/icon-nav01.png) no-repeat;
        background-size: contain;
    }
}

header nav .menu-main li:nth-child(2) a::before {
    background: url(../Images/2026/icon-nav02.png) no-repeat;
    background-size: contain;
}

header nav .menu-main li:nth-child(2) a:hover, header nav .menu-main li:nth-child(2) a:focus {
    color: #fff;
    background: #0175E9;
}

@media (max-width: 1024px) {
    header nav .menu-main li:nth-child(2) a:hover, header nav .menu-main li:nth-child(2) a:focus {
        color: #000;
        background: unset;
    }
}

header nav .menu-main li:nth-child(2) a:hover::before, header nav .menu-main li:nth-child(2) a:focus::before {
    background: url(../Images/2026/icon-nav02-w.png) no-repeat;
    background-size: contain;
}

@media (max-width: 1024px) {
    header nav .menu-main li:nth-child(2) a:hover::before, header nav .menu-main li:nth-child(2) a:focus::before {
        background: url(../Images/2026/icon-nav02.png) no-repeat;
        background-size: contain;
    }
}

header nav .menu-main li:nth-child(3) a::before {
    background: url(../Images/2026/icon-nav03.png) no-repeat;
    background-size: contain;
}

header nav .menu-main li:nth-child(3) a:hover, header nav .menu-main li:nth-child(3) a:focus {
    color: #fff;
    background: #e03400;
}

@media (max-width: 1024px) {
    header nav .menu-main li:nth-child(3) a:hover, header nav .menu-main li:nth-child(3) a:focus {
        color: #000;
        background: unset;
    }
}

header nav .menu-main li:nth-child(3) a:hover::before, header nav .menu-main li:nth-child(3) a:focus::before {
    background: url(../Images/2026/icon-nav03-w.png) no-repeat;
    background-size: contain;
}

@media (max-width: 1024px) {
    header nav .menu-main li:nth-child(3) a:hover::before, header nav .menu-main li:nth-child(3) a:focus::before {
        background: url(../Images/2026/icon-nav03.png) no-repeat;
        background-size: contain;
    }
}

header nav .menu-main li:nth-child(4) a::before {
    background: url(../Images/2026/icon-nav04.png) no-repeat;
    background-size: contain;
}

header nav .menu-main li:nth-child(4) a:hover, header nav .menu-main li:nth-child(4) a:focus {
    color: #fff;
    background: #F25BB5;
}

@media (max-width: 1024px) {
    header nav .menu-main li:nth-child(4) a:hover, header nav .menu-main li:nth-child(4) a:focus {
        color: #000;
        background: unset;
    }
}

header nav .menu-main li:nth-child(4) a:hover::before, header nav .menu-main li:nth-child(4) a:focus::before {
    background: url(../Images/2026/icon-nav04-w.png) no-repeat;
    background-size: contain;
}

@media (max-width: 1024px) {
    header nav .menu-main li:nth-child(4) a:hover::before, header nav .menu-main li:nth-child(4) a:focus::before {
        background: url(../Images/2026/icon-nav04.png) no-repeat;
        background-size: contain;
    }
}

header nav .menu-main li:nth-child(5) a::before {
    background: url(../Images/2026/icon-nav05.png) no-repeat;
    background-size: contain;
}

header nav .menu-main li:nth-child(5) a:hover, header nav .menu-main li:nth-child(5) a:focus {
    color: #fff;
    background: #00A556;
}

@media (max-width: 1024px) {
    header nav .menu-main li:nth-child(5) a:hover, header nav .menu-main li:nth-child(5) a:focus {
        color: #000;
        background: unset;
    }
}

header nav .menu-main li:nth-child(5) a:hover::before, header nav .menu-main li:nth-child(5) a:focus::before {
    background: url(../Images/2026/icon-nav05-w.png) no-repeat;
    background-size: contain;
}

@media (max-width: 1024px) {
    header nav .menu-main li:nth-child(5) a:hover::before, header nav .menu-main li:nth-child(5) a:focus::before {
        background: url(../Images/2026/icon-nav05.png) no-repeat;
        background-size: contain;
    }
}

header nav .menu-main li:nth-child(6) a::before {
    background: url(../Images/2026/icon-nav06.png) no-repeat;
    background-size: contain;
}

header nav .menu-main li:nth-child(6) a:hover, header nav .menu-main li:nth-child(6) a:focus {
    color: #fff;
    background: #1A93EF;
}

@media (max-width: 1024px) {
    header nav .menu-main li:nth-child(6) a:hover, header nav .menu-main li:nth-child(6) a:focus {
        color: #000;
        background: unset;
    }
}

header nav .menu-main li:nth-child(6) a:hover::before, header nav .menu-main li:nth-child(6) a:focus::before {
    background: url(../Images/2026/icon-nav06-w.png) no-repeat;
    background-size: contain;
}

@media (max-width: 1024px) {
    header nav .menu-main li:nth-child(6) a:hover::before, header nav .menu-main li:nth-child(6) a:focus::before {
        background: url(../Images/2026/icon-nav06.png) no-repeat;
        background-size: contain;
    }
}

header nav .menu-main li:nth-child(7) a::before {
    background: url(../Images/2026/icon-nav07.png) no-repeat;
    background-size: contain;
}

header nav .menu-main li:nth-child(8) a::before {
    background: url(../Images/2026/icon-nav08.png) no-repeat;
    background-size: contain;
}

header nav .menu-main li:nth-child(9) a::before {
    background: url(../Images/2026/icon-nav09.png) no-repeat;
    background-size: contain;
}

header nav .menu-main li:nth-child(10) a::before {
    background: url(../Images/2026/icon-nav10.png) no-repeat;
    background-size: contain;
}

header nav .menu-more {
    /*order: 1;*/
    display: grid;
    grid-template-columns: 0.3fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    grid-gap: 10px;
    width: 85%;
    margin: 10px 0;
}

@media (max-width: 1400px) {
    header nav .menu-more {
        width: 100%;
    }
}

header nav .menu-more a {
    color: #000;
    font-size: 1rem;
    position: relative;
    display: block;
    text-align: center;
}

    header nav .menu-more a::after {
        content: "";
        background: url(../Images/2026/Icon-nav-arrow.png) no-repeat;
        background-size: contain;
        width: 21px;
        height: 21px;
        display: inline-block;
        position: relative;
        top: 4px;
        margin-left: 5px;
        transition: all 0.3s ease-in-out;
    }

@media (max-width: 1200px) {
    header nav .menu-more a::after {
        display: none;
    }
}

header nav .menu-more a:hover::after, header nav .menu-more a:focus::after {
    background: url(../Images/2026/Icon-nav-arrow-b.png) no-repeat;
    background-size: contain;
}

header nav .menu-more li:nth-child(1) a::after, header nav .menu-more li:nth-child(7) a::after, header nav .menu-more li:nth-child(8) a::after {
    display: none;
}

header nav .menu-more .search-box {
    position: relative;
}

    header nav .menu-more .search-box input {
        background: unset;
        border-radius: 50px;
        border: 1px solid #000;
        width: 120px;
        height: 30px;
        padding: 0 0 0 30px;
    }

        header nav .menu-more .search-box input::placeholder {
            color: #000;
        }

    header nav .menu-more .search-box i {
        position: relative;
    }

        header nav .menu-more .search-box i::before {
            content: "";
            display: inline-block;
            background: url(../Images/2026/Icon-search-b.png) no-repeat;
            background-size: contain;
            width: 17px;
            height: 17px;
            margin: 0 5px 0 0;
            position: absolute;
            left: 8px;
            top: 50%;
            transform: translateY(-50%);
        }

    header nav .menu-more .search-box button {
        background: unset;
        border: unset;
        position: absolute;
        right: 0;
        top: 55%;
        transform: translateY(-50%);
        cursor: pointer;
    }

        header nav .menu-more .search-box button::before {
            content: "";
            background: url(../Images/2026/Icon-nav-arrow-b.png) no-repeat;
            background-size: contain;
            width: 21px;
            height: 21px;
            display: inline-block;
        }

header nav .menu-more .language-box {
    position: relative;
    display: inline-block;
    /*select {
  	background: #fff;
  	border-radius: 50px;
  	width: 120px;
  	height: 30px;
  	appearance: none;
  	color: #000;

  	span {
  		&::before {
  			content: "";
  			background: url(../Images/2026/icon-nav-lan.png) no-repeat;
  			background-size: contain;
  			width: 16px;
  			height: 16px;
  			display: inline-block;
  		}
  	}
  }*/
}

    header nav .menu-more .language-box .select-trigger {
        height: 30px;
        justify-content: unset;
        border: 1px solid #fff;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 5px 10px;
        background: #fff;
        border: none;
        border-radius: 50px;
        font-size: 1rem;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        color: #000;
        width: 120px;
    }

@media (max-width: 1024px) {
    header nav .menu-more .language-box .select-trigger {
        width: 100%;
        border: 1px solid #000;
    }
}

header nav .menu-more .language-box .select-trigger:hover, header nav .menu-more .language-box .select-trigger:focus {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}

header nav .menu-more .language-box .globe-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

header nav .menu-more .language-box .select-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    min-width: 180px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s;
    z-index: 100;
}

    header nav .menu-more .language-box .select-menu.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    header nav .menu-more .language-box .select-menu button {
        width: 100%;
        padding: 12px 20px;
        border: none;
        background: none;
        text-align: left;
        font-size: 15px;
        cursor: pointer;
        transition: background 0.2s;
        color: #333;
    }

        header nav .menu-more .language-box .select-menu button:first-child {
            border-radius: 12px 12px 0 0;
        }

        header nav .menu-more .language-box .select-menu button:last-child {
            border-radius: 0 0 12px 12px;
        }

        header nav .menu-more .language-box .select-menu button:hover, header nav .menu-more .language-box .select-menu button:focus {
            background: rgba(230, 111, 0, 0.3);
        }

        header nav .menu-more .language-box .select-menu button.selected {
            background: #e66f00;
            color: #fff;
            font-weight: 600;
        }

/*header離開頂端*/
header {
    transition: all 0.3s ease-in-out;
    /*padding: 10px;*/
    box-sizing: border-box;
    padding: 20px;
    /*transform: translateY(-100%)*/
}

    header.active {
        position: fixed;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 100px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
        backdrop-filter: blur(4px);
        margin: 20px auto 0;
        padding: 20px;
    }

        header.active nav {
            width: 80%;
            margin: 0 auto;
        }

            header.active nav .menu-group {
                width: 70%;
            }

@media (max-width: 1024px) {
    header.active nav .menu-group {
        width: 100%;
    }
}

header.active nav .menu-more {
    display: none;
}

@media (max-width: 1400px) {
    header.active nav {
        width: 90%;
    }
}

@media (max-width: 1200px) {
    header.active nav {
        width: 98%;
    }

    header.active .menu-main {
        grid-gap: 0px;
    }
}

@media (max-width: 1024px) {
    header.active {
        width: 100%;
    }

        header.active h1 {
            margin: 0 auto;
        }
}

/*header漢堡選單*/
.black-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 20;
    top: 0px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color 0.2s ease-in;
}

.menu-btn {
    width: 24px;
    height: 18px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    opacity: 0;
    top: 50px;
    right: 7%;
    position: absolute;
    pointer-events: none;
}

@media (max-width: 1024px) {
    .menu-btn {
        opacity: 1;
        pointer-events: inherit;
        z-index: 20;
    }
}

.menu-btn span {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 50px;
    background: #e66f00;
    position: absolute;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

    .menu-btn span:nth-child(1) {
        top: 0px;
    }

    .menu-btn span:nth-child(2), .menu-btn span:nth-child(3) {
        top: 8px;
    }

    .menu-btn span:nth-child(4) {
        top: 16px;
    }

.menu-btn.active span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.menu-btn.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-btn.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-btn.active span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}

@media (max-width: 1024px) {
    header {
        max-width: 100%;
    }

        header nav {
            flex-direction: column;
            align-items: center;
            /*	h1 {
    	margin: 20px auto 0;
    }*/
        }

            header nav .menu-group {
                visibility: hidden;
                opacity: 0;
                display: none;
                width: 100%;
                margin: 20px 0 0;
                transition: all 0.3s ease-in-out;
            }

                header nav .menu-group .menu-more {
                    display: grid;
                    grid-template-columns: unset;
                    border-radius: 30px;
                    box-sizing: border-box;
                    margin: 0 0 20px;
                }

                    header nav .menu-group .menu-more .pc {
                        display: none;
                    }

                    header nav .menu-group .menu-more li:first-child {
                        display: none;
                    }

                    header nav .menu-group .menu-more li:nth-child(7), header nav .menu-group .menu-more li:nth-child(8) {
                        grid-column: 1/6;
                    }

                    header nav .menu-group .menu-more .search-box, header nav .menu-group .menu-more .search-box input, header nav .menu-group .menu-more .language-box,
                    header nav .menu-group .menu-more .language-box .select-button {
                        width: 100%;
                    }

                header nav .menu-group .menu-main {
                    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
                    width: 100%;
                }

                    header nav .menu-group .menu-main .mb {
                        display: block;
                    }
}

@media (max-width: 768px) {
    header .mobile-menu h1 {
        width: 12.5rem;
        height: 5rem;
    }
}

header.mb {
    background: #fff;
    margin: 0 auto 0;
    padding: 20px;
    height: 100dvh;
    border-radius: unset;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(4px);
    box-sizing: border-box;
    overflow-y: auto;
    scroll-behavior: auto;
    max-width: 100%;
}

@media (max-width: 768px) {
    header.mb .mobile-menu h1 {
        margin: 0px auto 0;
    }

    header.mb .mobile-menu .menu-group {
        width: 100%;
    }

        header.mb .mobile-menu .menu-group .menu-main {
            grid-template-columns: 1fr;
        }

        header.mb .mobile-menu .menu-group .menu-more {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
}

header .mobile-menu.active .menu-group {
    visibility: visible;
    opacity: 1;
    display: flex;
}

/*更多連結*/
.moreLinks-box {
    position: relative;
    background: #e66f00;
    margin: 270px auto 0;
}

@media (max-width: 768px) {
    .moreLinks-box {
        margin: 180px auto 0;
    }
}

.moreLinks-box .wrap {
    margin: 20px auto 0;
    padding: 0 0 5px;
}

.moreLinks-box::before {
    content: "";
    width: 100%;
    height: 172px;
    background: url(../Images/2026/footer-deco.png) no-repeat center bottom;
    background-size: cover;
    position: absolute;
    top: -170px;
}

@media (max-width: 1024px) {
    .moreLinks-box::before {
        background-size: contain;
    }
}

.moreLinks-box a {
    color: #fff;
}

.open-btn {
    text-align: center;
    position: relative;
    display: block;
    font-weight: 600;
    padding: 20px 0 0;
    color: #fff;
    cursor: pointer;
}

    .open-btn:hover, .open-btn:focus {
        transform: scale(1.08);
    }

    .open-btn::after {
        content: "";
        display: inline-block;
        background: url(../Images/2026/icon-more.png) no-repeat;
        background-size: contain;
        width: 18px;
        height: 18px;
        margin: 0 0 0 10px;
        position: relative;
        top: 2px;
        transition: all 0.3s ease-in-out;
    }

@media (max-width: 480px) {
    .open-btn {
        font-size: 1rem;
    }

        .open-btn::after {
            width: 16px;
            height: 16px;
        }
}

.open-btn.active::after {
    content: "";
    display: inline-block;
    background: url(../Images/2026/icon-more-active.png) no-repeat;
    background-size: contain;
}

.open-content {
    display: block;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #fff;
    margin: 30px 0 0;
    display: flex;
    justify-content: space-between;
    height: 0;
}

@media (max-width: 1024px) {
    .open-content {
        flex-wrap: wrap;
    }
}

.open-content.active {
    opacity: 1;
    visibility: visible;
    display: flex;
    height: auto;
    padding: 40px 0;
}

@media (max-width: 1024px) {
    .open-content.active {
        padding: 20px 0;
    }
}

.open-content .main-links {
    width: 45%;
    display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .open-content .main-links {
        width: 56%;
    }
}

@media (max-width: 1024px) {
    .open-content .main-links {
        width: 100%;
        display: inline-grid;
        grid-template-columns: 1fr 1fr 1fr;
        margin: 0 0 20px;
    }
}

@media (max-width: 768px) {
    .open-content .main-links {
        grid-template-columns: 1fr 1fr;
    }
}

.open-content .main-links a {
    font-size: 1.25rem;
    color: #fff;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 10px;
    text-align: center;
}

@media (max-width: 1024px) {
    .open-content .main-links a {
        font-size: 1.125rem;
    }
}

.open-content .main-links a::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 5px 0 0;
    top: 5px;
    position: relative;
}

.open-content .main-links a:nth-child(1)::before {
    background: url(../Images/2026/icon-nav01-w.png) no-repeat center center;
    background-size: contain;
}

.open-content .main-links a:nth-child(2)::before {
    background: url(../Images/2026/icon-nav02-w.png) no-repeat center center;
    background-size: contain;
}

.open-content .main-links a:nth-child(3)::before {
    background: url(../Images/2026/icon-nav03-w.png) no-repeat center center;
    background-size: contain;
}

.open-content .main-links a:nth-child(4)::before {
    background: url(../Images/2026/icon-nav04-w.png) no-repeat center center;
    background-size: contain;
}

.open-content .main-links a:nth-child(5)::before {
    background: url(../Images/2026/icon-nav05-w.png) no-repeat center center;
    background-size: contain;
}

.open-content .main-links a:nth-child(6)::before {
    background: url(../Images/2026/icon-nav06-w.png) no-repeat center center;
    background-size: contain;
}

.open-content .main-links a:hover, .open-content .main-links a:focus {
    background: #fff;
    color: #474747;
}

    .open-content .main-links a:hover:nth-child(1)::before, .open-content .main-links a:focus:nth-child(1)::before {
        background: url(../Images/2026/icon-nav01.png) no-repeat center center;
        background-size: contain;
    }

    .open-content .main-links a:hover:nth-child(2)::before, .open-content .main-links a:focus:nth-child(2)::before {
        background: url(../Images/2026/icon-nav02.png) no-repeat center center;
        background-size: contain;
    }

    .open-content .main-links a:hover:nth-child(3)::before, .open-content .main-links a:focus:nth-child(3)::before {
        background: url(../Images/2026/icon-nav03.png) no-repeat center center;
        background-size: contain;
    }

    .open-content .main-links a:hover:nth-child(4)::before, .open-content .main-links a:focus:nth-child(4)::before {
        background: url(../Images/2026/icon-nav04.png) no-repeat center center;
        background-size: contain;
    }

    .open-content .main-links a:hover:nth-child(5)::before, .open-content .main-links a:focus:nth-child(5)::before {
        background: url(../Images/2026/icon-nav05.png) no-repeat center center;
        background-size: contain;
    }

    .open-content .main-links a:hover:nth-child(6)::before, .open-content .main-links a:focus:nth-child(6)::before {
        background: url(../Images/2026/icon-nav06.png) no-repeat center center;
        background-size: contain;
    }

.open-content .more-links {
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 1rem;
}

@media (max-width: 1024px) {
    .open-content .more-links {
        display: flex;
        justify-content: space-evenly;
        width: 100%;
        grid-template-columns: unset;
        margin: 20px 0 0;
    }
}

@media (max-width: 768px) {
    .open-content .more-links {
        flex-wrap: wrap;
        margin: 0;
    }
}

.open-content .more-links a {
    text-align: right;
    font-size: 1.25rem;
    position: relative;
}

@media (max-width: 1024px) {
    .open-content .more-links a {
        text-align: center;
        font-size: 1.125rem;
    }
}

@media (max-width: 768px) {
    .open-content .more-links a {
        width: 47%;
    }
}

.open-content .more-links a::after {
    content: "";
    width: 0%;
    display: block;
    height: 1px;
    border-radius: 50px;
    background: #fff;
    margin-top: 5px;
    transition: all 0.3s ease-in-out;
    position: relative;
    right: 0;
}

.open-content .more-links a:hover::after, .open-content .more-links a:focus::after {
    width: 100%;
}

/*gotop*/
main.page {
    overflow: hidden;
    margin: -30px 0 0 0;
}

    main.page .goTop-btn {
        margin: 7rem auto -7rem;
    }

@media (max-width: 1024px) {
    main.page .goTop-btn {
        margin: 7rem auto -5rem;
    }
}

main.page .moreLinks-box {
    margin: 220px auto 0;
}

@media (max-width: 1024px) {
    main.page .moreLinks-box {
        margin: 120px auto 0;
    }
}


/*footer*/
footer {
    background: #e66f00;
    color: #fff;
    position: relative;
    margin: 0 auto 0;
    /*	&::before {
  	content: "";
  	width: 100%;
  	height: 172px;
  	background: url(../Images/2026/footer-deco.png) no-repeat center bottom;
  	background-size: cover;
  	position: absolute;
  	top: -170px;

  	@media (max-width: $wS) {
  		background-size: contain;
  	}
  }*/
}

    footer a {
        color: #fff;
    }

    footer .wrap {
        margin: 0px auto 0;
    }

    footer .footer-content {
        padding: 60px 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        align-items: center;
    }

@media (max-width: 1024px) {
    footer .footer-content {
        grid-template-columns: 1fr;
        padding: 40px 0;
    }

        footer .footer-content img {
            display: block;
            margin: 0 auto;
            max-width: 96%;
        }
}

@media (max-width: 480px) {
    footer .footer-content {
        padding: 30px 0 20px;
    }

        footer .footer-content img {
            padding: 0 0 30px;
            border-bottom: 1px solid;
        }
}

footer .footer-info {
    display: flex;
    justify-content: end;
}

@media (max-width: 1024px) {
    footer .footer-info {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    footer .footer-info {
        flex-direction: column;
        align-items: center;
    }
}

footer .footer-info p:nth-child(1) {
    padding: 5px 30px 5px 0;
    border-right: 1px solid #fff;
}

footer .footer-info p:nth-child(2) {
    padding: 5px 0 5px 30px;
}

@media (max-width: 480px) {
    footer .footer-info p:nth-child(1), footer .footer-info p:nth-child(2) {
        border: 0px;
        padding: 0 10px 10px;
        text-align: center;
    }

    footer .footer-info p:nth-child(2) {
        padding: 0 10px 0;
    }
}

footer .footer-info b {
    font-size: 1.5625rem;
    font-weight: 600;
}

footer .footer-info br.none {
    display: none;
}

@media (max-width: 480px) {
    footer .footer-info br.none {
        display: block;
    }
}

footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #fff;
}

@media (max-width: 1024px) {
    footer .footer-bottom {
        flex-direction: column;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    footer .footer-bottom p, footer .footer-bottom a {
        font-size: 0.875rem;
        line-height: 1.5;
    }
}

footer .footer-bottom .privacy-box {
    display: flex;
    justify-content: end;
}

    footer .footer-bottom .privacy-box li:nth-child(1) {
        padding: 5px 10px 5px 0;
    }

    footer .footer-bottom .privacy-box li:nth-child(2) {
        padding: 5px 0 5px 10px;
    }

@media (max-width: 1024px) {
    footer .footer-bottom .privacy-box li:nth-child(1), footer .footer-bottom .privacy-box li:nth-child(2) {
        padding: 0 5px 0;
    }
}

footer .footer-bottom .privacy-box a {
    position: relative;
}

    footer .footer-bottom .privacy-box a::after {
        content: "";
        width: 0%;
        display: block;
        height: 1px;
        border-radius: 50px;
        background: #fff;
        margin-top: 5px;
        transition: all 0.3s ease-in-out;
    }

    footer .footer-bottom .privacy-box a:hover::after, footer .footer-bottom .privacy-box a:focus::after {
        width: 100%;
    }

/*內頁banner*/
.pageBanner-box {
    width: 100%;
    height: 482px;
    position: relative;
}

@media (max-width: 1024px) {
    .pageBanner-box {
        height: 375px;
    }
}

.pageBanner-box::after {
    content: "";
    background: url(../Images/2026/banner-page-deco.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 72px;
    position: absolute;
    bottom: 0;
}

@media (max-width: 1024px) {
    .pageBanner-box::after {
        height: 40px;
    }
}

@media (max-width: 480px) {
    .pageBanner-box::after {
        height: 20px;
    }
}

.pageBanner-box .banner-img {
    width: 100%;
    height: 100%;
}

    .pageBanner-box .banner-img img {
        object-fit: cover;
        object-position: top;
        width: 100%;
        height: 100%;
    }

.pageBanner-box .w-filter {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 85%);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.pageBanner-box .content-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
    text-align: center;
    z-index: 2;
}

@media (max-width: 1024px) {
    .pageBanner-box .content-text {
        bottom: 50px;
        width: 60%;
    }
}

.pageBanner-box .content-text h2 {
    font-size: 3.125rem;
    position: relative;
    color: #e66f00;
}

    .pageBanner-box .content-text h2::before {
        content: "";
        display: block;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
    }

@media (max-width: 1024px) {
    .pageBanner-box .content-text h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .pageBanner-box .content-text h2 {
        font-size: 2.1875rem;
    }
}

.pageBanner-box .content-text h2 + p {
    font-size: 1.25rem;
    color: #474747;
}

@media (max-width: 1024px) {
    .pageBanner-box .content-text h2 + p {
        font-size: 1.125rem;
    }
}

/*  內頁顏色  /  內頁顏色  /  內頁顏色  /  內頁顏色  /  內頁顏色  */
.park .content-text h2 {
    color: #e66f00;
}

    .park .content-text h2::before {
        background: url(../Images/2026/icon-nav01.png) no-repeat;
        background-size: contain;
        width: 48px;
        height: 47px;
    }

.park .pagination button {
    border: 0px solid #e66f00;
}

    .park .pagination button:hover:not(.active):not(:disabled) {
        border: 1px solid #e66f00;
        color: #e66f00;
    }

    .park .pagination button.active {
        color: #e66f00;
        border: 1px solid #e66f00;
    }

.park .pagination .prev-btn::before {
    color: #e66f00;
}

.park .pagination .next-btn::after {
    color: #e66f00;
}

.guide .content-text h2 {
    color: #e03400;
}

    .guide .content-text h2::before {
        background: url(../Images/2026/icon-nav03.png) no-repeat;
        background-size: contain;
        width: 57px;
        height: 58px;
    }

.guide .pagination button {
    border: 0px solid #e03400;
}

    .guide .pagination button:hover:not(.active):not(:disabled) {
        border: 1px solid #e03400;
        color: #e03400;
    }

    .guide .pagination button.active {
        color: #e03400;
        border: 1px solid #e03400;
    }

.guide .pagination .prev-btn::before {
    color: #e03400;
}

.guide .pagination .next-btn::after {
    color: #e03400;
}

.themes .content-text h2 {
    color: #0175E9;
}

    .themes .content-text h2::before {
        background: url(../Images/2026/icon-nav02.png) no-repeat;
        background-size: contain;
        width: 57px;
        height: 58px;
    }

.themes .pagination button {
    border: 0px solid #0175E9;
}

    .themes .pagination button:hover:not(.active):not(:disabled) {
        border: 1px solid #0175E9;
        color: #0175E9;
    }

    .themes .pagination button.active {
        color: #e03400;
        border: 1px solid #0175E9;
    }

.themes .pagination .prev-btn::before {
    color: #0175E9;
}

.themes .pagination .next-btn::after {
    color: #0175E9;
}

.themes .select-nav a {
    border: 2px solid #0175E9;
}

    .themes .select-nav a::after {
        background: #0175E9;
    }

    .themes .select-nav a:first-child {
        display: none;
    }

    .themes .select-nav a:hover, .themes .select-nav a:focus, .themes .select-nav a.active {
        color: #fff;
        background: #0175E9;
    }

.industry .content-text h2 {
    color: #00A556;
}

    .industry .content-text h2::before {
        background: url(../Images/2026/icon-nav05.png) no-repeat;
        background-size: contain;
        width: 48px;
        height: 47px;
    }

.industry .pagination button {
    border: 0px solid #00A556;
}

    .industry .pagination button:hover:not(.active):not(:disabled) {
        border: 1px solid #00A556;
        color: #00A556;
    }

    .industry .pagination button.active {
        color: #00A556;
        border: 1px solid #00A556;
    }

.industry .pagination .prev-btn::before {
    color: #00A556;
}

.industry .pagination .next-btn::after {
    color: #00A556;
}

.activity .content-text h2 {
    color: #F25BB5;
}

    .activity .content-text h2::before {
        background: url(../Images/2026/icon-nav04.png) no-repeat;
        background-size: contain;
        width: 48px;
        height: 47px;
    }

.activity .pagination button {
    border: 0px solid #F25BB5;
}

    .activity .pagination button:hover:not(.active):not(:disabled) {
        border: 1px solid #F25BB5;
        color: #F25BB5;
    }

    .activity .pagination button.active {
        color: #F25BB5;
        border: 1px solid #F25BB5;
    }

.activity .pagination .prev-btn::before {
    color: #F25BB5;
}

.activity .pagination .next-btn::after {
    color: #F25BB5;
}

.wemedia .content-text h2 {
    color: #e66f00;
}

    .wemedia .content-text h2::before {
        background: url(../Images/2026/icon-nav07-p.png) no-repeat;
        background-size: contain;
        width: 52px;
        height: 49px;
    }

.education .content-text h2 {
    color: #e66f00;
}

    .education .content-text h2::before {
        background: url(../Images/2026/icon-nav08-p.png) no-repeat;
        background-size: contain;
        width: 48px;
        height: 49px;
    }

.link .content-text h2 {
    color: #e66f00;
}

    .link .content-text h2::before {
        background: url(../Images/2026/icon-nav09-p.png) no-repeat;
        background-size: contain;
        width: 54px;
        height: 54px;
    }

.sitemap .content-text h2 {
    color: #e66f00;
}

    .sitemap .content-text h2::before {
        background: url(../Images/2026/icon-nav10-p.png) no-repeat;
        background-size: contain;
        width: 60px;
        height: 54px;
    }

.primary .pagination button {
    border: 0px solid #e66f00;
}

    .primary .pagination button:hover:not(.active):not(:disabled) {
        border: 1px solid #e66f00;
        color: #e66f00;
    }

    .primary .pagination button.active {
        color: #e66f00;
        border: 1px solid #e66f00;
    }

.primary .pagination .prev-btn::before {
    color: #e66f00;
}

.primary .pagination .next-btn::after {
    color: #e66f00;
}

.news .content-text h2 {
    color: #1A93EF;
}

    .news .content-text h2::before {
        background: url(../Images/2026/icon-nav06.png) no-repeat;
        background-size: contain;
        width: 49px;
        height: 50px;
    }

.news .pagination button {
    border: 0px solid #1A93EF;
}

    .news .pagination button:hover:not(.active):not(:disabled) {
        border: 1px solid #1A93EF;
        color: #1A93EF;
    }

    .news .pagination button.active {
        color: #1A93EF;
        border: 1px solid #1A93EF;
    }

.news .pagination .prev-btn::before {
    color: #1A93EF;
}

.news .pagination .next-btn::after {
    color: #1A93EF;
}

/*** 首頁  ***/
/*banner*/
.banner-box {
    width: 100%;
    height: 920px;
    position: relative;
}

@media (max-width: 1024px) {
    .banner-box {
        height: 536px;
    }
}

@media (max-width: 480px) {
    .banner-box {
        height: 470px;
    }
}

.banner-box .banner-img {
    width: 100%;
    height: 100%;
}

    .banner-box .banner-img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.banner-box .banner-content {
    padding: 0 3%;
    display: grid;
    grid-template-columns: 38% 1fr;
    grid-gap: 30px;
    position: absolute;
    top: 370px;
    left: 50%;
    transform: translate(-50%, 0);
    box-sizing: border-box;
    max-width: 1400px;
    width: 100%;
}

@media (max-width: 1400px) {
    .banner-box .banner-content {
        grid-template-columns: 1fr;
        top: 245px;
    }
}

@media (max-width: 1024px) {
    .banner-box .banner-content {
        top: 125px;
    }
}

@media (max-width: 480px) {
    .banner-box .banner-content {
        top: 135px;
        grid-gap: 15px;
    }
}

@media (max-width: 1400px) {
    .banner-box .banner-content .content-text {
        text-align: center;
    }
}

.banner-box .banner-content .content-text span {
    display: block;
    font-size: 1.875rem;
}

    .banner-box .banner-content .content-text span.hightlight {
        letter-spacing: -5px;
        margin: 10px 0 0;
    }

        .banner-box .banner-content .content-text span.hightlight i {
            font-size: 3.75rem;
            padding: 1px 22px 13px;
            border-radius: 100px;
            background: #e66f00;
            color: #fff;
            letter-spacing: 0;
        }

.banner-box .banner-content .content-text h2 {
    font-size: 3.75rem;
    font-weight: 600;
}

@media (max-width: 1024px) {
    .banner-box .banner-content .content-text span {
        font-size: 1.375rem;
    }

    .banner-box .banner-content .content-text h2 {
        font-size: 2.5rem;
    }

    .banner-box .banner-content .content-text span.hightlight i {
        font-size: 2.5rem;
        padding: 4px 18px 10px;
    }
}

@media (max-width: 480px) {
    .banner-box .banner-content .content-text span {
        font-size: 1.25rem;
    }

    .banner-box .banner-content .content-text h2 {
        font-size: 2.1875rem;
    }

    .banner-box .banner-content .content-text span.hightlight i {
        font-size: 2.1875rem;
        padding: 2px 14px 8px;
    }
}

.banner-box .banner-content .content-btn {
    position: relative;
}

    .banner-box .banner-content .content-btn .text {
        position: absolute;
        z-index: 2;
        text-align: center;
        color: #fff;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
        .banner-box .banner-content .content-btn .text p {
            font-size: 1.7rem;
            font-weight: 600;
            margin: 5px 0;
        }
        .banner-box .banner-content .content-btn .text i {
            display:block;
        }

        .banner-box .banner-content .content-btn .text img {
            width: 50px;
            margin: 5px auto 0 auto;
        }

@media (max-width: 1400px) {
    .banner-box .banner-content .content-btn {
        display: flex;
        justify-content: space-evenly;
        margin: 40px auto 0;
    }
}

@media (max-width: 1400px) {
    .banner-box .banner-content .content-btn:nth-child(1), .banner-box .banner-content .content-btn:nth-child(2), .banner-box .banner-content .content-btn:nth-child(3) {
        margin: 0 auto;
        width: 85%;
        grid-gap: 5px;
    }
}

@media (max-width: 1024px) {
    .banner-box .banner-content .content-btn:nth-child(1), .banner-box .banner-content .content-btn:nth-child(2), .banner-box .banner-content .content-btn:nth-child(3) {
        width: 65%;
    }
    .banner-box .banner-content .content-btn .text p {
        font-size: 1.2rem;
        font-weight: 600;
    }

    .banner-box .banner-content .content-btn .text span {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .banner-box .banner-content .content-btn .text p {
        font-size: 1rem;
        margin: 0 auto;
    }

    .banner-box .banner-content .content-btn .text span, .banner-box .banner-content .content-btn .text img {
        display: none;
    }
    .banner-box .banner-content .content-btn:nth-child(1), .banner-box .banner-content .content-btn:nth-child(2), .banner-box .banner-content .content-btn:nth-child(3) {
        width: 90%;
        grid-gap: 10px;
    }
}

@media (max-width: 480px) {
    .banner-box .banner-content .content-btn:nth-child(1), .banner-box .banner-content .content-btn:nth-child(2), .banner-box .banner-content .content-btn:nth-child(3) {
        width: 100%;
    }
}

.banner-box .banner-content .content-btn a {
    position: absolute;
}

    .banner-box .banner-content .content-btn a:hover, .banner-box .banner-content .content-btn a:focus {
        transform: scale(1.07);
    }

    .banner-box .banner-content .content-btn a img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

    .banner-box .banner-content .content-btn a:nth-child(1) {
        width: 298px;
        height: 272px;
        top: 130px;
        right: 430px;
    }

    .banner-box .banner-content .content-btn a:nth-child(2) {
        width: 272px;
        height: 263px;
        top: -122px;
        right: 235px;
    }

    .banner-box .banner-content .content-btn a:nth-child(3) {
        width: 290px;
        height: 242px;
        top: 108px;
        right: 0px;
    }

@media (max-width: 1400px) {
    .banner-box .banner-content .content-btn a:nth-child(1), .banner-box .banner-content .content-btn a:nth-child(2), .banner-box .banner-content .content-btn a:nth-child(3) {
        position: relative;
        top: unset;
        right: unset;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .banner-box .banner-content .content-btn a:nth-child(1), .banner-box .banner-content .content-btn a:nth-child(2), .banner-box .banner-content .content-btn a:nth-child(3) {
        height: auto;
    }
}

/*首頁marquee_box*/
section.marquee-box {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    top: -30px;
}

@media (max-width: 1400px) {
    section.marquee-box {
        width: 94%;
        margin: 0 auto;
    }
}

#marquee-container {
    height: 60px;
    overflow: hidden;
    display: flex;
    justify-content: start;
    padding: 0 3%;
    background: #fff;
    border-radius: 20px;
    width: 100%;
    box-sizing: border-box;
}

    #marquee-container .control-box {
        padding: 10px 0;
        position: relative;
        display: flex;
        align-items: center;
        gap: 15px;
        flex-shrink: 0;
    }

@media (max-width: 768px) {
    #marquee-container .control-box {
        gap: 0px;
    }
}

#marquee-container .control-box h3 {
    font-size: 1.125rem;
    color: #e66f00;
    font-weight: 600;
    line-height: 40px;
    height: 40px;
    letter-spacing: 1px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 20px 0 0;
    /*@media (max-width: $wXS) {
  				word-break: keep-all;
  			}
  */
}

    #marquee-container .control-box h3::before {
        content: "";
        display: inline-block;
        background: url(../Images/2026/icon-note.png) no-repeat;
        background-size: contain;
        width: 22px;
        height: 22px;
        /*position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);*/
        /*@media (max-width: $wS) {
  	width: 18px;
  	height: 18px;
  	position: absolute;
  	left: -24px;
  	top: 50%;
  	transform: translateY(-36%);
  }

  @media (max-width: $wXS) {
  	display: none;
  }*/
    }

#marquee-container .control-box::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 30px;
    background: rgba(51, 51, 51, 0.3);
}

#marquee-container .play-pause-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background 0.2s;
}

    #marquee-container .play-pause-btn:hover {
        background: #f5f5f5;
    }

    #marquee-container .play-pause-btn svg {
        width: 20px;
        height: 20px;
        fill: #474747;
    }

#marquee-container .marquee-list-wrapper {
    padding: 0 0 0 3%;
    flex: 1;
    overflow: hidden;
    position: relative;
}

    #marquee-container .marquee-list-wrapper .marquee-list {
        list-style: none;
        margin: 0;
        padding: 0;
        transition: margin-top 1s ease;
    }

        #marquee-container .marquee-list-wrapper .marquee-list.paused {
            transition: none;
        }

        #marquee-container .marquee-list-wrapper .marquee-list li {
            line-height: 60px;
            height: 60px;
        }

        #marquee-container .marquee-list-wrapper .marquee-list a {
            color: #474747;
            text-decoration: none;
            font-size: 1.125rem;
            display: block;
            position: relative;
            padding-right: 30px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 480px) {
    #marquee-container .marquee-list-wrapper .marquee-list a {
        padding-right: unset;
    }
}

#marquee-container .marquee-list-wrapper .marquee-list a:hover, #marquee-container .marquee-list-wrapper .marquee-list a:focus {
    color: #e66f00;
    text-decoration: underline;
}

    #marquee-container .marquee-list-wrapper .marquee-list a:hover::after, #marquee-container .marquee-list-wrapper .marquee-list a:focus::after {
        color: #e66f00;
    }

#marquee-container .marquee-list-wrapper .marquee-list a:focus {
    outline: 2px solid #4A90E2;
    outline-offset: 2px;
    border-radius: 4px;
}

#marquee-container .marquee-list-wrapper .marquee-list a::after {
    content: "→";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #474747;
}

@media (max-width: 480px) {
    #marquee-container .marquee-list-wrapper .marquee-list a::after {
        display: none;
    }
}

/* 無障礙：尊重使用者的動畫偏好設定 */
@media (prefers-reduced-motion: reduce) {
    .marquee-list {
        transition: none !important;
    }
}
/*首頁search-box*/
section.search-box .wrap {
    padding: 60px 0 40px;
}

@media (max-width: 1024px) {
    section.search-box .wrap {
        padding: 0px 0 20px;
        margin: 20px auto;
    }
}

section.search-box .wrap h3::after {
    background: url(../Images/2026/icon-nav01.png) no-repeat;
    background-size: contain;
    width: 45px;
    height: 43px;
}

@media (max-width: 1024px) {
    section.search-box .wrap h3::after {
        width: 35px;
        height: 34px;
        top: -15px;
        right: -38px;
    }
}

section.search-box .wrap h3 span {
    color: #e66f00;
}

section.search-box .wrap .form-box {
    padding: 25px 4%;
    border: 2px solid #e66f00;
    border-radius: 100px;
    display: grid;
    grid-template-columns: 3.5fr 1fr 1.5fr 1.5fr;
    grid-gap: 15px;
    box-sizing: border-box;
}

@media (max-width: 1400px) {
    section.search-box .wrap .form-box {
        grid-template-columns: 2.5fr 1.2fr 1.5fr 1.2fr;
        width: 85%;
        margin: 0 auto;
    }
}

@media (max-width: 1024px) {
    section.search-box .wrap .form-box {
        padding: 15px 2%;
    }
}

@media (max-width: 768px) {
    section.search-box .wrap .form-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        grid-gap: 5px;
        border-radius: 30px;
    }
}

section.search-box .wrap .form-box input {
    width: 100%;
    height: 60px;
    padding: 15px 30px;
    box-sizing: border-box;
    border-radius: 100px;
    background: #F2F2F2;
    border: unset;
    color: #474747;
}

    section.search-box .wrap .form-box input::placeholder {
        font-size: 1.125rem;
        color: #474747;
    }

section.search-box .wrap .form-box .select-wrapper {
    position: relative;
    display: block;
}

@media (max-width: 768px) {
    section.search-box .wrap .form-box .select-wrapper {
        width: 49%;
    }
}

section.search-box .wrap .form-box .select-option.selected {
    background: #e66f00;
}

section.search-box .wrap .form-box .select-option:hover, section.search-box .wrap .form-box .select-option:focus {
    background: rgba(230, 111, 0, 0.3);
}

@media (max-width: 1024px) {
    section.search-box .wrap .form-box .select-text {
        font-size: 1rem;
        word-break: keep-all;
    }

    section.search-box .wrap .form-box .select-arrow {
        margin: 0 0 0 5px;
    }
}

/*首頁themes-box*/
.themes-box {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

    .themes-box .wrap {
        height: 508px;
        position: relative;
    }

@media (max-width: 1024px) {
    .themes-box .wrap {
        height: 555px;
    }
}

@media (max-width: 768px) {
    .themes-box .wrap {
        height: 480px;
    }
}

.themes-box .title-box {
    display: block;
    top: 112px;
    position: relative;
}

@media (max-width: 1024px) {
    .themes-box .title-box {
        top: 0;
    }
}

.themes-box .title-box h3 {
    display: block;
    text-align: left;
    line-height: 1.2;
}

@media (max-width: 1024px) {
    .themes-box .title-box h3 {
        text-align: center;
        display: inline-block;
    }
}

.themes-box .title-box h3 span {
    display: block;
    text-align: left;
    color: #0175E9;
}

@media (max-width: 1024px) {
    .themes-box .title-box h3 span {
        display: inline-block;
    }
}

.themes-box .title-box h3::after {
    background: url(../Images/2026/icon-nav02.png) no-repeat;
    background-size: contain;
    width: 50px;
    height: 47px;
    left: 110px;
}

@media (max-width: 1024px) {
    .themes-box .title-box h3::after {
        width: 40px;
        height: 39px;
        left: unset;
        right: -42px;
    }
}

.themes-box .title-box h3 + p {
    text-align: left;
}

@media (max-width: 1024px) {
    .themes-box .title-box h3 + p {
        text-align: center;
    }
}

.themes-box .mySwiper {
    width: 1300px;
    margin-left: unset;
    margin-right: unset;
    position: absolute;
    right: -19%;
    top: 0;
}

@media (max-width: 1600px) {
    .themes-box .mySwiper {
        width: 1200px;
        right: -7%;
    }
}

@media (max-width: 1400px) {
    .themes-box .mySwiper {
        width: 900px;
        right: -3%;
    }
}

@media (max-width: 1200px) {
    .themes-box .mySwiper {
        width: 720px;
    }
}

@media (max-width: 1024px) {
    .themes-box .mySwiper {
        position: relative;
        right: auto;
        left: auto;
        top: auto;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }
        .themes-box .mySwiper .swiper-slide {
            box-sizing: border-box;
        }
}

.themes-box .mySwiper .swiper-wrapper {
    margin: 0 0 60px 0;
}

.themes-box .mySwiper.swiper-horizontal > .swiper-scrollbar, .themes-box .mySwiper .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: var(--swiper-scrollbar-size, 6px);
    width: calc(83% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
    left: 0;
}

@media (max-width: 1024px) {
    .themes-box .mySwiper.swiper-horizontal > .swiper-scrollbar, .themes-box .mySwiper .swiper-scrollbar.swiper-scrollbar-horizontal {
        height: 4px;
        width: 100%;
        left: 0;
        bottom: 20px;
    }
}

.themes-box .mySwiper .swiper-scrollbar {
    background: rgba(1, 117, 233, 0.4);
    /*@media (max-width: $wS) {
  	display: none;
  }*/
}

.themes-box .mySwiper .swiper-scrollbar-drag {
    background: #0175E9;
}

.themes-box .swiper-controller {
    top: 345px;
    position: absolute;
}

@media (max-width: 1024px) {
    .themes-box .swiper-controller {
        top: unset;
        position: absolute;
        bottom: 15px;
        left: 50%;
        margin-left: -75px;
    }
}

@media (max-width: 768px) {
    .themes-box .swiper-controller {
        margin-left: -70px;
        bottom: 40px;
    }
}

.themes-box .swiper-controller .swiper-button-next, .themes-box .swiper-controller .swiper-button-prev,
.themes-box .swiper-controller .themes-box .mySwiper .swiper-button-next {
    width: 60px;
    height: 60px;
    top: unset;
}

    .themes-box .swiper-controller .swiper-button-next:hover:after, .themes-box .swiper-controller .swiper-button-prev:hover:after,
    .themes-box .swiper-controller .themes-box .mySwiper .swiper-button-next:hover:after {
        background: url(../Images/2026/Icon-nav-arrow-swiper-hover.png) no-repeat;
        background-size: contain;
    }

.themes-box .swiper-controller .swiper-button-next {
    right: unset;
    left: 90px;
}

@media (max-width: 768px) {
    .themes-box .swiper-controller .swiper-button-next {
        left: 70px;
    }
}

.themes-box .swiper-controller .swiper-button-prev:after, .themes-box .swiper-controller .swiper-rtl .swiper-button-next:after, .themes-box .swiper-controller .swiper-button-next:after, .themes-box .swiper-controller .swiper-rtl .swiper-button-prev:after {
    content: "";
    background: url(../Images/2026/Icon-nav-arrow-swiper.png) no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .themes-box .swiper-controller .swiper-button-prev:after, .themes-box .swiper-controller .swiper-rtl .swiper-button-next:after, .themes-box .swiper-controller .swiper-button-next:after, .themes-box .swiper-controller .swiper-rtl .swiper-button-prev:after {
        width: 45px;
        height: 45px;
    }
}

.themes-box .swiper-controller .swiper-button-next:after, .themes-box .swiper-controller .swiper-rtl .swiper-button-prev:after {
    transform: rotate(180deg);
}

/*首頁guide-box*/
.guide-box {
    background: #FFFCE9;
    position: relative;
    top: 150px;
}

@media (max-width: 1200px) {
    .guide-box {
        top: 60px;
    }
}

@media (max-width: 1024px) {
    .guide-box {
        top: -25px;
    }
}

@media (max-width: 768px) {
    .guide-box {
        top: unset;
    }
}

.guide-box::before {
    content: "";
    background: url(../Images/2026/index-guide-deco.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 297px;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -297px;
    z-index: -1;
}

@media (max-width: 1200px) {
    .guide-box::before {
        height: 185px;
        top: -185px;
    }
}

@media (max-width: 768px) {
    .guide-box::before {
        height: 90px;
        top: -90px;
    }
}

.guide-box::after {
    content: "";
    background: url(../Images/2026/index-guide-deco.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 297px;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    bottom: -297px;
    z-index: -1;
}

@media (max-width: 1200px) {
    .guide-box::after {
        height: 185px;
        bottom: -185px;
    }
}

@media (max-width: 768px) {
    .guide-box::after {
        height: 90px;
        bottom: -90px;
    }
}

.guide-box .wrap {
    margin: 174px auto;
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    .guide-box .wrap {
        margin: 40px auto 120px;
    }
}

.guide-box h3 {
    text-align: left;
    display: block;
}

@media (max-width: 1024px) {
    .guide-box h3 {
        text-align: center;
        display: inline-block;
    }
}

.guide-box h3::after {
    background: url(../Images/2026/icon-nav03.png) no-repeat;
    background-size: contain;
    width: 52px;
    height: 52px;
    left: 340px;
    top: 10px;
}

@media (max-width: 1024px) {
    .guide-box h3::after {
        width: 40px;
        height: 43px;
        left: unset;
        right: -40px;
        top: -15px;
    }
}

.guide-box h3 span {
    color: #e03400;
}

.guide-box h3 + p {
    text-align: left;
}

@media (max-width: 1024px) {
    .guide-box h3 + p {
        text-align: center;
    }
}

.guide-box .card-box2 .card:hover h4, .guide-box .card-box2 .card:focus h4 {
    color: #e03400;
}

.guide-box .btn-more {
    border: 1px solid #e03400;
}

    .guide-box .btn-more span {
        color: #e03400;
    }

/*首頁tab-box*/
.tab-box {
    position: relative;
    overflow: hidden;
}

    .tab-box > .wrap {
        padding: 200px 0 0;
        position: relative;
        z-index: 2;
    }

@media (max-width: 1200px) {
    .tab-box > .wrap {
        padding: 60px 0 0;
    }
}

@media (max-width: 1024px) {
    .tab-box > .wrap {
        padding: 0;
    }
}

.tab-box > .wrap > ul {
    position: relative;
    margin: 3.5rem 0 0;
}

@media (max-width: 1024px) {
    .tab-box > .wrap > ul {
        margin: 0;
    }
}

.tab-box > .wrap > ul::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 6px;
    position: absolute;
    top: 6.25rem;
    background: rgba(184, 184, 184, 0.4);
    border-radius: 50px;
    z-index: -1;
}

@media (max-width: 1024px) {
    .tab-box > .wrap > ul::before {
        top: 4.25rem;
    }
}

@media (max-width: 768px) {
    .tab-box > .wrap > ul::before {
        width: 84%;
        left: 50%;
        transform: translateX(-50%);
    }
}

.tab-box .tab-item h3, .tab-box .tab-item h3 span {
    color: #8c8c8c;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.tab-box .tab-item a:hover h3, .tab-box .tab-item a:hover h3 span, .tab-box .tab-item a.active h3, .tab-box .tab-item a.active h3 span, .tab-box .tab-item a:focus h3, .tab-box .tab-item a:focus h3 span {
    color: #474747;
}

.tab-box .tab-item:nth-child(1) .h3 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-110%);
}

    .tab-box .tab-item:nth-child(1) .h3:hover span, .tab-box .tab-item:nth-child(1) .h3.active span, .tab-box .tab-item:nth-child(1) .h3:focus span {
        color: #F25BB5;
    }

    .tab-box .tab-item:nth-child(1) .h3:hover::before, .tab-box .tab-item:nth-child(1) .h3.active::before, .tab-box .tab-item:nth-child(1) .h3:focus::before {
        content: "";
        width: 120%;
        height: 6px;
        background: #F25BB5;
        border-radius: 50px;
        position: absolute;
        left: -50%;
        transform: translateX(33%);
        display: inline-block;
        top: 6.25rem;
    }

@media (max-width: 1024px) {
    .tab-box .tab-item:nth-child(1) .h3:hover::before, .tab-box .tab-item:nth-child(1) .h3.active::before, .tab-box .tab-item:nth-child(1) .h3:focus::before {
        top: 4.25rem;
    }
}

.tab-box .tab-item:nth-child(1) .h3:hover::after, .tab-box .tab-item:nth-child(1) .h3.active::after, .tab-box .tab-item:nth-child(1) .h3:focus::after {
    background: url(../Images/2026/icon-nav04.png) no-repeat;
    background-size: contain;
    width: 53px;
    height: 50px;
    top: -10px;
    left: -60px;
    transform: rotate(18deg);
}

@media (max-width: 1024px) {
    .tab-box .tab-item:nth-child(1) .h3:hover::after, .tab-box .tab-item:nth-child(1) .h3.active::after, .tab-box .tab-item:nth-child(1) .h3:focus::after {
        width: 40px;
        height: 41px;
        left: -46px;
    }
}

.tab-box .tab-item:nth-child(1) h4 span {
    color: #F25BB5;
}

.tab-box .tab-item:nth-child(1) .btn-img {
    background: #F25BB5;
}

.tab-box .tab-item:nth-child(1) .btn-more {
    border: 1px solid #F25BB5;
}

    .tab-box .tab-item:nth-child(1) .btn-more span {
        color: #F25BB5;
    }

.tab-box .tab-item:nth-child(2) .h3 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(10%);
}

    .tab-box .tab-item:nth-child(2) .h3:hover span, .tab-box .tab-item:nth-child(2) .h3.active span, .tab-box .tab-item:nth-child(2) .h3:focus span {
        color: #00A556;
    }

    .tab-box .tab-item:nth-child(2) .h3:hover::before, .tab-box .tab-item:nth-child(2) .h3.active::before, .tab-box .tab-item:nth-child(2) .h3:focus::before {
        content: "";
        width: 120%;
        height: 6px;
        background: #00A556;
        border-radius: 50px;
        position: absolute;
        left: -50%;
        transform: translateX(33%);
        display: inline-block;
        top: 6.25rem;
    }

@media (max-width: 1024px) {
    .tab-box .tab-item:nth-child(2) .h3:hover::before, .tab-box .tab-item:nth-child(2) .h3.active::before, .tab-box .tab-item:nth-child(2) .h3:focus::before {
        top: 4.25rem;
    }
}

.tab-box .tab-item:nth-child(2) .h3:hover::after, .tab-box .tab-item:nth-child(2) .h3.active::after, .tab-box .tab-item:nth-child(2) .h3:focus::after {
    background: url(../Images/2026/icon-nav05.png) no-repeat;
    background-size: contain;
    width: 53px;
    height: 45px;
    top: -10px;
    right: -60px;
}

@media (max-width: 1024px) {
    .tab-box .tab-item:nth-child(2) .h3:hover::after, .tab-box .tab-item:nth-child(2) .h3.active::after, .tab-box .tab-item:nth-child(2) .h3:focus::after {
        width: 44px;
        height: 38px;
        right: -45px;
    }
}

.tab-box .tab-item:nth-child(2) .card img {
    left: unset;
}

.tab-box .tab-item:nth-child(2) h4 {
    height: 60px;
}

    .tab-box .tab-item:nth-child(2) h4 span {
        color: #00A556;
    }

.tab-box .tab-item:nth-child(2) .btn-img {
    background: #00A556;
}

.tab-box .tab-item:nth-child(2) .btn-more {
    border: 1px solid #00A556;
}

    .tab-box .tab-item:nth-child(2) .btn-more span {
        color: #00A556;
    }

.tab-box .tab-content {
    top: 7.5rem;
    position: relative;
    padding: 2rem 0 0;
}

@media (max-width: 1024px) {
    .tab-box .tab-content {
        top: 6.5rem;
        padding: 0;
    }
}

.tab-box .tab-content p {
    text-align: center;
    font-size: 1.25rem;
    color: #474747;
}

.tab-box .tab-content#tab2 {
    max-width: 1040px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .tab-box .tab-content#tab2 {
        max-width: 100%;
    }
}

.tab-box .tab-content#tab2 .card-box {
    grid-template-columns: 1fr 1fr 1fr;
}

    .tab-box .tab-content#tab2 .card-box .card img {
        left: unset;
    }

@media (max-width: 1200px) {
    .tab-box .tab-content#tab2 .card-box {
        grid-template-columns: 1fr 1fr;
    }
}

.tab-box .tab-content#tab2 .btn-more {
    width: 350px;
}

@media (max-width: 768px) {
    .tab-box .tab-content#tab2 .btn-more {
        width: 55%;
    }
}

.tab-box .card-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    margin: 2rem 0 0;
}

@media (max-width: 1400px) {
    .tab-box .card-box {
        width: 90%;
        margin: 2rem auto 0;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1024px) {
    .tab-box .card-box {
        grid-gap: 15px;
    }
}

.tab-box .card-box .card {
    width: unset;
    height: unset;
    border-radius: unset;
}

@media (max-width: 1400px) {
    .tab-box .card-box .card {
        margin: 0 auto;
        width: 20.25rem;
    }
}

@media (max-width: 768px) {
    .tab-box .card-box .card {
        width: unset;
    }
}

.tab-box .card-box .card a {
    height: unset;
}

.tab-box .card-box .card .img-box {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    height: 28rem;
    border-radius: 95px 45px 0 45px;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .tab-box .card-box .card .img-box {
        height: 22rem;
    }
}

@media (max-width: 768px) {
    .tab-box .card-box .card .img-box {
        border-radius: 30px 10px 0 10px;
        width: 10rem;
        height: 15.3125rem;
    }
}

.tab-box .card-box .card .btn-box {
    top: 22.9rem;
    bottom: unset;
}

@media (max-width: 1024px) {
    .tab-box .card-box .card .btn-box {
        top: 16.9rem;
    }
}

@media (max-width: 768px) {
    .tab-box .card-box .card .btn-box {
        top: 11.6rem;
    }
}

.tab-box .card-box h4 {
    font-size: 1.25rem;
    color: #474747;
    position: relative;
    left: unset;
    bottom: unset;
    background: unset;
    padding: unset;
    text-align: center;
    margin: 20px 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media (max-width: 768px) {
    .tab-box .card-box h4 {
        height: 87px;
        -webkit-line-clamp: 3;
    }
}

.tab-box .card-box h4 span {
    font-size: 1.125rem;
    display: block;
}

.tab-box .card-box h4 + i {
    font-size: 0.875rem;
    text-align: center;
    display: block;
    color: #474747;
}

.tab-box .btn-more {
    margin: 40px auto;
}

/*頁面-搜樂園*/
.park aside {
    padding: 25px;
    box-sizing: border-box;
    border-radius: 15px;
    background: #F5F5F5;
    height: 350px;
}

@media (max-width: 1024px) {
    .park aside {
        height: unset;
    }
}

.park aside h4 {
    display: none;
}

.park .form-box fieldset {
    padding: 0 0 16px;
    /*border-bottom: 1px solid #E1E1E1;*/
    /*margin: 0 0 16px;

  &:nth-child(2) {
  	border-bottom: 0px solid #E1E1E1;

  	@media (max-width: $wS) {
  		margin: 0;
  	}
  }*/
}

.park .form-box legend {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 0 16px;
}

@media (max-width: 1024px) {
    .park .form-box legend {
        margin: 0 0 10px;
    }
}

.park .form-box span {
    display: block;
    margin: 0 0 16px;
}

@media (max-width: 1024px) {
    .park .form-box span {
        display: unset;
    }
}

.park .form-box span:last-child {
    margin: 0;
}

.park .form-box > button {
    background: #e66f00;
    font-size: 1.125rem;
    height: 48px;
}

    .park .form-box > button::after {
        top: 4px;
    }

/*頁面-旅遊攻略*/
.inner-box2 {
    display: grid;
    grid-template-columns: 1fr 24%;
    grid-gap: 5.5rem;
    max-width: 1400px;
    margin: 20px auto 40px;
}

    .inner-box2 .wrap {
        width: 100%;
    }

    .inner-box2 aside {
        background: #fff;
        border: 2px solid #e03400;
        border-radius: 15px;
        padding: 20px 12%;
    }

@media (max-width: 1400px) {
     .inner-box2 {
        max-width: 94%;
    }
}

@media (max-width: 1024px) {
     .inner-box2 {
        max-width: 90%;
    }
}

.tag-list a {
    color: #bb5700;
    margin-right: 10px;
}

.related-parks a {
    border: 1px solid #f9a11a;
    color: #f9a11a;
    border-radius: 5px;
    padding: 2px 8px;
    margin: 2px 1px;
    font-size: 0.9em;
    display: inline-block;
}

    .related-parks a:hover {
        background: #f9a11a;
        color: #fff;
    }

.list .article-box {
    z-index: 2;
    position: relative;
}

    .list .article-box > .wrap {
        display: grid;
        grid-template-columns: 1fr 24%;
        grid-gap: 5.5rem;
    }

@media (max-width: 1400px) {
    .list .article-box > .wrap, .inner-box2 {
        grid-gap: 2rem;
    }
}

@media (max-width: 1024px) {
    .list .article-box > .wrap, .inner-box2 {
        grid-template-columns: 1fr;

    }
}

.list .article-box > h3 {
    display: none;
}


.list .card-box2, .inner-box2 aside .card-box2 {
    grid-template-columns: 1fr;
    grid-template-rows: unset;
    grid-row-gap: unset;
    margin: -25px 0 0;
}

    .list .card-box2 .card {
        display: grid;
        grid-template-columns: 31.5% 1fr 12%;
        grid-gap: 20px;
        padding: 25px 0;
        border-bottom: 1px solid #E1E1E1;
        position: relative;
        /*&:last-child {
  	border-bottom: 0px solid #E1E1E1;
  }*/
    }


@media (max-width: 1400px) {
    .list .card-box2 .card {
        grid-template-columns: 31.5% 1fr 50px;
    }
}

@media (max-width: 1024px) {
    .list .card-box2 .card {
        grid-template-columns: 1fr 50px;
    }
}

.list .card-box2 .card:first-child {
    grid-row: unset;
    flex-direction: unset;
}

.list .card-box2 .card .card-img, .list .card-box2 .card .card-text {
    width: 100%;
}

    .list .card-box2 .card .card-text span {
        position: absolute;
        left: 0;
    }

.list .card-box2.left .card .card-text span {
    top: 40px;
}

.list .card-box2 .card .card-img {
    height: 180px;
    border-radius: 15px;
}

    .list .card-box2 .card .card-img img {
        height: 180px;
    }

@media (max-width: 1024px) {
    .list .card-box2 .card .card-img {
        grid-column: 1/3;
        height: 245px;
    }

        .list .card-box2 .card .card-img img {
            height: 245px;
        }
}

.list .card-box2 .card .btn-go {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    overflow: hidden;
    background: #fff;
    border: 2px solid #e03400;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1024px) {
    .list .card-box2 .card .btn-go {
        position: relative;
        top: 0;
        transform: unset;
    }
}

.list .card-box2 .card .btn-go .btn-img {
    display: inline-block;
    aspect-ratio: 50/50;
    mask-image: url(../Images/2026/Icon-go.svg);
    mask-size: 100%;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../Images/2026/Icon-go.svg);
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    background: #e03400;
    width: 50px;
    height: 50px;
    transition: all 0.3s ease-in-out;
}

.list .card-box2 .card:hover h4, .list .card-box2 .card:focus h4 {
    color: #e03400;
}

.list .card-box2 .card:hover .btn-go, .list .card-box2 .card:focus .btn-go {
    background: #e03400;
}

    .list .card-box2 .card:hover .btn-go .btn-img, .list .card-box2 .card:focus .btn-go .btn-img {
        background: #fff;
    }

.list aside, .inner-box2 aside {
    background: #fff;
    border: 2px solid #e03400;
    border-radius: 15px;
    padding: 20px 12%;
    height:fit-content;
    /*height: 50.5rem;*/
    /*@media (max-width: $wS) {
  	height: unset;
  }*/
}

@media (max-width: 1400px) {
    .list aside, .inner-box2 aside {
        padding: 20px 5%;
    }
}

@media (max-width: 768px) {
    .list aside, .inner-box2 aside {
        margin: 0 auto;
        padding: 20px 3%;
    }

}

.list aside h3, .inner-box2 aside h3 {
    font-size: 1.5625rem;
    color: #e03400;
    font-weight: 600;
    left: unset;
    transform: unset;
    letter-spacing: 1px;
}

    .list aside h3::before, .inner-box2 aside h3::before {
        content: "";
        display: inline-block;
        background: url(../Images/2026/icon-nav03.png) no-repeat;
        background-size: contain;
        width: 16px;
        height: 17px;
        margin: 0 10px 0 0;
    }

.list aside .card-box2, .inner-box2 aside .card-box2  {
    margin: 20px 0 0;
    grid-row-gap: 20px;
    /*	@media (max-width: $wXS) {
  				grid-template-columns: 1fr;
  			}
  */
}

    .list aside .card-box2:last-child .card, .inner-box2 aside .card-box2:last-child .card {
        border-bottom: 0px solid #E1E1E1;
    }

@media (max-width: 1024px) {
    .list aside .card-box2, .inner-box2 aside .card-box2 {
        /*grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;*/
    }
}

.list aside .card-box2 .card, .inner-box2 aside .card-box2 .card {
    grid-template-columns: 1fr;
    grid-gap: 10px;
    padding: unset;
}

@media (max-width: 1024px) {
    .list aside .card-box2 .card, .inner-box2 aside .card-box2 .card {
        border-bottom: unset;
        grid-template-columns: 1fr;
    }
}

.list aside .card-box2 .card .card-img, .inner-box2 aside .card-box2 .card .card-img {
    height: 118px;
    border-radius: 15px;
}

@media (max-width: 1024px) {
    .list aside .card-box2 .card .card-img, .inner-box2 aside .card-box2 .card .card-img {
        grid-column: unset;
    }
}

.list aside .card-box2 .card .card-img img, .inner-box2 aside .card-box2 .card .card-img img {
    height: 118px;
}

.list aside .card-box2 .card .card-text, .inner-box2 aside .card-box2 .card .card-text {
    position: relative;
}

    .list aside .card-box2 .card .card-text span, .inner-box2 aside .card-box2 .card .card-text span {
        position: relative;
    }

    .list aside .card-box2 .card .card-text i, .inner-box2 aside .card-box2 .card .card-text i {
        position: absolute;
        top: 0;
        right: 0;
    }

@media (max-width: 1024px) {
    .list aside .card-box2 .card .card-text i, .inner-box2 aside .card-box2 .card .card-text i {
        position: relative;
        top: unset;
        right: unset;
        display: block;
    }
}

.list aside .card-box2 .card .card-text h4, .inner-box2 aside .card-box2 .card .card-text h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .list aside .card-box2 .card .card-text h4, .inner-box2 aside .card-box2 .card .card-text h4 {
        font-size: 1.125rem;
    }
}

.list .content-box span {
    background: #e03400;
}

/*頁面-主題專區*/
.themes .select-content {
    grid-template-columns: 1fr;
    z-index: 2;
    position: relative;
}

.themes .content-top {
    display: grid;
    grid-template-columns: 46% 1fr;
    grid-gap: 2.75rem;
    align-items: center;
}

@media (max-width: 1024px) {
    .themes .content-top {
        grid-template-columns: 1fr;
        grid-gap: 1.5rem;
    }
}

.themes .content-top .img-box {
    border-radius: 15px 0 0 15px;
    overflow: hidden;
    height: 24.25rem;
    margin: 0 0 0 25px;
    position: relative;
}

@media (max-width: 1024px) {
    .themes .content-top .img-box {
        margin: 0;
        height: 18rem;
    }

        .themes .content-top .img-box img {
            height: 18rem;
        }
}

.themes .content-top .img-box::after {
    content: "";
    display: inline-block;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 75%);
    width: 7.75rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 1024px) {
    .themes .content-top .img-box::after {
        width: 100rem;
        height: 2rem;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
        top: unset;
        bottom: 0;
    }
}

.themes .content-top .img-box img {
    width: 100%;
    height: 24.25rem;
    object-fit: cover;
}

.themes .content-top p.descr {
    font-size: 2.5rem;
    color: #0175E9;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 1rem;
}

@media (max-width: 1024px) {
    .themes .content-top p.descr {
        font-size: 1.875rem;
        line-height: 1.3;
        margin: 0 0 0.75rem;
    }
}

@media (max-width: 480px) {
    .themes .content-top p.descr {
        font-size: 1.5625rem;
    }

        .themes .content-top p.descr br {
            display: none;
        }
}

.themes .content-top p:last-child {
    margin: 0 2.75rem 0 0;
    text-align: justify;
}

@media (max-width: 1024px) {
    .themes .content-top p:last-child {
        margin: 0;
    }
}

.themes .card-box3 {
    grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 1024px) {
    .themes .card-box3 {
        grid-template-columns: 1fr;
    }
}

.themes .card-box3 a h4::before {
    content: "";
    background: url(../Images/2026/icon-nav02.png) no-repeat;
    background-size: contain;
}

.themes .card-box3 a .swiper-pagination-bullet-active {
    background: #0175E9;
}

.themes .card-box3 a .swiper-button-next:after, .themes .card-box3 a .swiper-button-prev:after {
    color: #0175E9;
    font-weight: 600;
}

.themes .card-box3 a .card-img {
    height: 15.3125rem;
}

    .themes .card-box3 a .card-img img {
        height: 15.3125rem;
    }

    .themes .card-box3 a .card-img > span {
        color: #0175E9;
    }

.themes .card-box3 a .card-bottom .label-box label {
    background: #0175E9;
}

.themes .card-box3 a .card-bottom .btn-go {
    border: 2px solid #0175E9;
}

    .themes .card-box3 a .card-bottom .btn-go .btn-img {
        background: #0175E9;
    }

@media (min-width: 1024px) {
    .themes .card-box3 a:hover, .themes .card-box3 a:focus, .themes .card-box3 a.active {
        background: #0175E9;
    }

        .themes .card-box3 a:hover h4, .themes .card-box3 a:focus h4, .themes .card-box3 a.active h4 {
            background: #0175E9;
            color: #fff;
        }

            .themes .card-box3 a:hover h4::before, .themes .card-box3 a:focus h4::before, .themes .card-box3 a.active h4::before {
                content: "";
                background: url(../Images/2026/icon-nav02-w.png) no-repeat;
                background-size: contain;
            }

        .themes .card-box3 a:hover .card-img > span, .themes .card-box3 a:focus .card-img > span, .themes .card-box3 a.active .card-img > span {
            background: #0175E9;
            color: #fff;
        }

        .themes .card-box3 a:hover .card-bottom .label-box label, .themes .card-box3 a:focus .card-bottom .label-box label, .themes .card-box3 a.active .card-bottom .label-box label {
            background: #fff;
            color: #0175E9;
        }
}

/*頁面-產業動態*/
.industry .card-box2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: unset;
    grid-gap: unset;
    grid-row-gap: 1rem;
    margin: unset;
}

@media (max-width: 1024px) {
    .industry .card-box2 {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .industry .card-box2 {
        grid-template-columns: 1fr;
    }
}

.industry .card-box2 .card {
    flex-direction: column;
}

@media (max-width: 1024px) {
    .industry .card-box2 .card {
        grid-gap: 0;
    }
}

.industry .card-box2 .card:hover, .industry .card-box2 .card:focus {
    transform: translateY(10px);
}

    .industry .card-box2 .card:hover .card-text h3, .industry .card-box2 .card:focus .card-text h3 {
        color: #00A556;
    }

.industry .card-box2 .card:first-child {
    grid-row: unset;
}

.industry .card-box2 .card:nth-child(2n) {
    margin: 60px 0 0;
}

@media (max-width: 480px) {
    .industry .card-box2 .card:nth-child(2n) {
        margin: 0;
    }
}

.industry .card-box2 .card .card-img {
    height: 285px;
    width: 100%;
}

    .industry .card-box2 .card .card-img img {
        width: 100%;
        height: 285px;
        mask-image: url(../Images/2026/mask_01.svg);
        mask-size: 100% 100%;
        mask-repeat: no-repeat;
        -webkit-mask-image: url(../Images/2026/mask_01.svg); /* Safari */
        -webkit-mask-size: 100% 100%;
        -webkit-mask-repeat: no-repeat;
    }

.industry .card-box2 .card .card-text {
    width: 72%;
    margin: 0 auto;
    position: relative;
}

    .industry .card-box2 .card .card-text h3 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .industry .card-box2 .card .card-text i {
        position: absolute;
        top: 2px;
        right: 0;
    }

.industry .pagination {
    margin: 120px 0 0;
}

@media (max-width: 1024px) {
    .industry .pagination {
        margin: 60px 0 0;
    }
}

/*頁面-樂園介紹*/
.pageBanner-box.park-detail .content-text {
    width: 460px;
    height: 200px;
    bottom: 30px;
}

@media (max-width: 480px) {
    .pageBanner-box.park-detail .content-text {
        width: 90%;
        height: 160px;
    }
}

.pageBanner-box.park-detail .content-text h2 {
    opacity: 0;
    height: 0;
}

.pageBanner-box.park-detail .content-text img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.park-detail h3 {
    font-size: 2.5rem;
    color: #e66f00;
    text-align: left;
    left: unset;
    transform: unset;
    display: inline-block;
    margin: 0 0 0 25px;
}

@media (max-width: 768px) {
    .park-detail h3 {
        display: block;
        text-align: center;
        margin: 0;
    }
}

.park-detail .location {
    color: #474747;
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 400;
    position: relative;
}

@media (max-width: 768px) {
    .park-detail .location {
        display: block;
        text-align: center;
        margin: 10px 0 0;
    }
}

.park-detail .location::before {
    content: "";
    display: inline-block;
    background: url(../Images/2026/icon-location.png) no-repeat center center;
    background-size: contain;
    width: 10px;
    height: 15px;
    margin: 0 5px 0 10px;
}

@media (max-width: 768px) {
    .park-detail .location::before {
        margin: 0 5px 0 0;
    }
}

.park-detail .label-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 1rem 0 1.5rem 9px;
}

@media (max-width: 768px) {
    .park-detail .label-box {
        justify-content: center;
        margin: 1rem 0 1.5rem 0;
    }
}

.park-detail .label-box span {
    font-size: 1rem;
    color: #474747;
    height: 30px;
    line-height: 30px;
    padding: 0 1rem;
    position: relative;
    border-right: 1px solid #B5B5B5;
}

@media (max-width: 768px) {
    .park-detail .label-box span {
        margin: 8px 0;
        border-right: 0px solid #B5B5B5;
        padding: 0 10px;
    }
}

.park-detail .label-box span:last-child {
    border-right: 0px solid #B5B5B5;
}

@media (max-width: 768px) {
    .park-detail .label-box span:last-child {
        margin: 8px 0 0;
    }
}

.park-detail .label-box span::before {
    content: "";
    display: inline-flex;
    align-items: center;
    width: 30px;
    height: 30px;
    margin: 0 5px 0 0;
    top: -7px;
    position: relative;
}

.park-detail .label-box span.label_01::before {
    background: url(../Images/2026/icon-park01.png) no-repeat center center;
    background-size: contain;
}

.park-detail .label-box span.label_02::before {
    background: url(../Images/2026/icon-park02.png) no-repeat center center;
    background-size: contain;
}

.park-detail .label-box span.label_03::before {
    background: url(../Images/2026/icon-park03.png) no-repeat center center;
    background-size: contain;
}

.park-detail .label-box span.label_04::before {
    background: url(../Images/2026/icon-park04.png) no-repeat center center;
    background-size: contain;
}

.park-detail .intro-box {
    margin: 0 25px;
}

@media (max-width: 768px) {
    .park-detail .intro-box {
        margin: 0;
    }
}

.park-detail .intro-top {
    line-height: 1.6;
    color: #333;
}

    .park-detail .intro-top p {
        font-size: 1.125rem;
        line-height: 1.5;
        color: #474747;
    }

    .park-detail .intro-top .intro-content {
        max-height: 80px;
        overflow: hidden;
        position: relative;
        transition: max-height 0.4s ease;
        -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
        mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    }

    .park-detail .intro-top.is-expanded .intro-content {
        max-height: 1000px;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .park-detail .intro-top .open-btn {
        font-size: 0.875rem;
        letter-spacing: 2px;
        font-weight: 400;
        color: #888;
        padding: 15px 0 0;
        width: 100%;
        display: inline-block;
        text-align: center;
        margin-top: 10px;
        cursor: pointer;
    }

        .park-detail .intro-top .open-btn:hover, .park-detail .intro-top .open-btn:focus {
            transform: unset;
        }

        .park-detail .intro-top .open-btn::after {
            background: url(../Images/2026/icon-more-arrow.png) no-repeat;
            background-size: contain;
            margin: 0 0 0 5px;
            width: 10px;
            height: 5px;
            top: -2px;
            transition: all 0.3s ease-in-out;
        }

        .park-detail .intro-top .open-btn.active {
            background: unset;
            margin: 20px 0 0;
        }

            .park-detail .intro-top .open-btn.active::after {
                transform: rotate(180deg);
            }

    .park-detail .intro-top .open-content {
        display: block;
        padding: 0;
        margin: 0;
        border: unset;
        opacity: 1;
        visibility: inherit;
        height: auto;
    }

.park-detail .themes-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 0 30px;
}

@media (max-width: 1024px) {
    .park-detail .themes-box {
        grid-template-columns: 1fr;
        margin: 0;
    }
}

@media (max-width: 480px) {
    .park-detail .themes-box {
        margin: 0 0 20px;
    }
}

.park-detail .themes-box .themes {
    padding: 20px 40px;
    display: grid;
    grid-template-columns: 160px 1fr;
    grid-gap: 20px;
    align-items: center;
}

@media (max-width: 768px) {
    .park-detail .themes-box .themes {
        grid-template-columns: 1fr;
        padding: 40px;
        width: 65%;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .park-detail .themes-box .themes {
        padding: 20px 40px;
    }
}

.park-detail .themes-box .themes .card-img {
    height: 160px;
    width: 100%;
    margin: 0 25px 0 0;
}

@media (max-width: 768px) {
    .park-detail .themes-box .themes .card-img {
        height: 245px;
    }
}

.park-detail .themes-box .themes .card-img img {
    object-fit: cover;
    width: 100%;
    height: 160px;
    mask-image: url(../Images/2026/mask_02.svg);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../Images/2026/mask_02.svg); /* Safari */
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
}

@media (max-width: 768px) {
    .park-detail .themes-box .themes .card-img img {
        height: 245px;
    }
}

.park-detail .themes-box h4 {
    font-size: 1.5625rem;
    color: #e66f00;
    font-weight: 600;
    margin: 0 0 10px;
}

@media (max-width: 768px) {
    .park-detail .themes-box h4 {
        text-align: center;
        margin: 10px 0;
    }
}

.park-detail .themes-box h4 i {
    position: relative;
}

    .park-detail .themes-box h4 i::before {
        content: "";
        display: inline-block;
        width: 42px;
        height: 42px;
        margin: 0 10px 0 0;
        position: relative;
        top: 8px;
    }

    .park-detail .themes-box h4 i.themes_01::before {
        background: url(../Images/2026/icon-themes01-yl.png) no-repeat center center;
        background-size: contain;
    }

    .park-detail .themes-box h4 i.themes_02::before {
        background: url(../Images/2026/icon-themes02-yl.png) no-repeat center center;
        background-size: contain;
    }

    .park-detail .themes-box h4 i.themes_03::before {
        background: url(../Images/2026/icon-themes03-yl.png) no-repeat center center;
        background-size: contain;
    }

    .park-detail .themes-box h4 i.themes_04::before {
        background: url(../Images/2026/icon-themes04-yl.png) no-repeat center center;
        background-size: contain;
    }

    .park-detail .themes-box h4 i.themes_05::before {
        background: url(../Images/2026/icon-themes05-yl.png) no-repeat center center;
        background-size: contain;
    }

    .park-detail .themes-box h4 i.themes_06::before {
        background: url(../Images/2026/icon-themes06-yl.png) no-repeat center center;
        background-size: contain;
    }

.park-detail .themes-box p {
    color: #474747;
}

.park-detail .intro-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

@media (max-width: 1024px) {
    .park-detail .intro-bottom {
        grid-template-columns: 1fr;
    }
}

.park-detail .intro-bottom .intro-img {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 25.75rem;
}

@media (max-width: 768px) {
    .park-detail .intro-bottom .intro-img {
        height: 15.3125rem;
    }
}

.park-detail .intro-bottom .intro-img .swiper-slide {
    width: 100% !important;
}

.park-detail .intro-bottom .intro-img img {
    object-fit: cover;
    width: 100%;
    height: 25.75rem;
}

@media (max-width: 768px) {
    .park-detail .intro-bottom .intro-img img {
        height: 15.3125rem;
    }
}

.park-detail .intro-bottom .intro-img .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px));
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
    opacity: 1;
    background: #fff;
}

@media (max-width: 1024px) {
    .park-detail .intro-bottom .intro-img .swiper-pagination-bullet {
        width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
        height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px));
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px);
    }
}

.park-detail .intro-bottom .intro-img .swiper-pagination-bullet-active {
    background: #e66f00;
}

.park-detail .intro-bottom .intro-img .swiper-button-next.swiper-button-disabled, .park-detail .intro-bottom .intro-img .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    color: #fff;
    z-index: 2;
}

.park-detail .intro-bottom .intro-img .swiper-button-next:after, .park-detail .intro-bottom .intro-img .swiper-button-prev:after {
    color: #e66f00;
    font-weight: 600;
}

.park-detail .intro-bottom .text-box {
    background: #FFF7E9;
    padding: 20px 5%;
    border-radius: 15px;
    display: grid;
    grid-template-columns: 18% 1fr;
    grid-gap: 1rem;
    align-content: flex-start;
    font-size: 1rem;
    color: #474747;
}

@media (max-width: 768px) {
    .park-detail .intro-bottom .text-box {
        grid-template-columns: 1fr;
        grid-gap: 5px;
    }
}

.park-detail .intro-bottom .text-box span {
    color: #e66f00;
    font-weight: 600;
}

    .park-detail .intro-bottom .text-box span::after {
        content: "/";
        margin: 0 0 0 24px;
    }

@media (max-width: 768px) {
    .park-detail .intro-bottom .text-box span::after {
        margin: 0 0 0 5px;
    }
}

.park-detail .intro-bottom .text-box p {
    display: flex;
    align-items: center;
}
.park-detail .intro-bottom .text-box i {
    display: grid;
    grid-template-columns: 24px 1fr;
    align-items: center;
    margin: 2px 0;
}
.park-detail .intro-bottom .text-box i img {
    width: 20px;
}

    @media (max-width: 768px) {
        .park-detail .intro-bottom .text-box p {
        margin: 0 0 10px 0;
    }

        .park-detail .intro-bottom .text-box p:last-child {
            margin: 0;
        }
}

.park-detail .intro-bottom .text-box a.bus {
    position: relative;
    display: inline-block;
    background: url(../Images/2026/icon-bus.png) no-repeat center center;
    background-size: contain;
    width: 19px;
    height: 19px;
    margin: 0 0 0 5px;
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
}

.media-box {
    margin: 35px 0 0;
    position: relative;
}

    .media-box::before {
        content: "";
        width: calc(100% - 50px);
        background: #e66f00;
        height: 2px;
        border-radius: 50px;
        position: absolute;
        top: 44px;
        left: 50%;
        transform: translateX(-50%);
    }

@media (max-width: 768px) {
    .media-box::before {
        width: 100%;
    }
}

.media-box h4 {
    margin: 15px auto;
    background: #e66f00;
    border-radius: 50px;
    height: 60px;
    padding: 0 40px;
    color: #fff;
    font-weight: 600;
    font-size: 1.5625rem;
    display: inline-block;
    line-height: 60px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.media-box .card-box3 {
    margin: 0;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: unset;
    z-index: 2;
    position: relative;
}

@media (max-width: 1024px) {
    .media-box .card-box3 {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .media-box .card-box3 {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 1024px) {
    .media-box .card-box3 a:hover h5, .media-box .card-box3 a:focus h5 {
        color: #fff;
    }
}

.media-box .card-box3 .card-img {
    /*height: 15.3125rem;*/
    position: relative;
    /*@media (max-width: $wXS) {
  				height: 15.3125rem;
  			}
  */
    /*	img {
  	height: 15.3125rem;

  	@media (max-width: $wXS) {
  		height: 15.3125rem;
  	}
  }*/
}

    .media-box .card-box3 .card-img::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        z-index: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .media-box .card-box3 .card-img::after {
        content: "";
        display: inline-block;
        width: 79px;
        height: 55px;
        background: url(../Images/2026/icon-youtube.png) no-repeat center center;
        z-index: 2;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.media-box .card-box3 h5 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #474747;
    margin: 10px 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.links-box {
    padding: 15px 10px;
    border: 2px solid #e66f00;
    background: #fff;
    border-radius: 100px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    z-index: 500;
    top: 40%;
    right: 6%;
}

@media (max-width: 1200px) {
    .links-box {
        right: 2%;
    }
}

@media (max-width: 768px) {
    .links-box {
        top: unset;
        bottom: 3%;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        flex-direction: row;
        border-radius: 50px;
        padding: 10px;
        width: 212px;
    }
}

.links-box a {
    font-size: 1rem;
    color: #e66f00;
    word-break: keep-all;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #707070;
    display: inline-block;
    text-align:center;
    width:
}

@media (max-width: 768px) {
    .links-box a {
        padding: 0 10px;
        border-bottom: unset;
        border-right: 1px solid #707070;
        line-height: 2;
    }
}

.links-box a:last-child {
    border-bottom: 0px solid #707070;
}

@media (max-width: 768px) {
    .links-box a:last-child {
        border-bottom: unset;
        border-right: 0px solid #707070;
    }
}

.links-box a::before {
    content: "";
    display: block;
    width: 49px;
    height: 56px;
    margin: 0 auto 5px;
}

@media (max-width: 768px) {
    .links-box a::before {
        width: 19px;
        height: 26px;
        display: inline-block;
        margin: 0 5px 0 0;
        position: relative;
        top: 5px;
    }
}

.links-box a.web::before {
    background: url(../Images/2026/icon-web.png) no-repeat center center;
    background-size: contain;
}

.links-box a.fb::before {
    background: url(../Images/2026/icon-fb.png) no-repeat center center;
    background-size: contain;
}

/*頁面-活動好康、最新消息、教育課程*/
.list-box > .wrap {
    padding: 60px 0 120px;
}

@media (max-width: 1024px) {
    .list-box > .wrap {
        padding: 60px 0;
    }
}

.list-box > .wrap h3.sub {
    font-size: 1.5625rem;
    color: #e66f00;
    font-weight: 600;
    text-align: left;
    left: unset;
    transform: unset;
    letter-spacing: 0px;
    margin: 0 0 15px;
}

@media (max-width: 1024px) {
    .list-box > .wrap h3.sub {
        text-align: center;
        display: block;
    }
}

.list.activity {
    position: relative;
}

    .list.activity .tab-item:nth-child(1) .tab-label {
        left: 50%;
        transform: translateX(calc(-50% - 100px));
    }

    .list.activity .tab-item:nth-child(2) .tab-label {
        left: 50%;
        transform: translateX(calc(-50% + 100px));
    }

    .list.activity .tab-label {
        position: absolute;
        top: 90px;
    }

        .list.activity .tab-label h3 {
            font-size: 1.25rem;
            font-weight: 600;
            color: #474747;
            line-height: 56px;
            background: #fff;
            border-radius: 50px;
            height: 56px;
            padding: 0 40px;
            border: 2px solid #F25BB5;
        }

        .list.activity .tab-label:hover h3, .list.activity .tab-label:focus h3, .list.activity .tab-label.active h3 {
            color: #fff;
            background: #F25BB5;
        }

    .list.activity .tab-content {
        top: 40px;
        position: relative;
    }

        .list.activity .tab-content .pagination {
            margin: 60px 0 0;
        }

    .list.activity .card-box2 .card {
        grid-template-columns: 1fr 6%;
    }

@media (max-width: 1024px) {
    .list.activity .card-box2 .card {
        grid-template-columns: 1fr 50px;
    }
}

.list.activity .card-box2 .card .card-text h4 {
    margin: 10px 0 0;
}

.list.activity .card-box2 .card .btn-go {
    border: 2px solid #F25BB5;
}

    .list.activity .card-box2 .card .btn-go .btn-img {
        filter: drop-shadow(0 0 1px #F25BB5);
        background: #F25BB5;
    }

.list.activity .card-box2 .card:hover h4, .list.activity .card-box2 .card:focus h4 {
    color: #F25BB5;
}

.list.activity .card-box2 .card:hover .btn-go, .list.activity .card-box2 .card:focus .btn-go {
    background: #F25BB5;
}

    .list.activity .card-box2 .card:hover .btn-go .btn-img, .list.activity .card-box2 .card:focus .btn-go .btn-img {
        background: #fff;
    }

.list.primary .tab-label h3 {
    border: 2px solid #e66f00;
}

.list.primary .tab-label:hover h3, .list.primary .tab-label:focus h3, .list.primary .tab-label.active h3 {
    color: #fff;
    background: #e66f00;
}

.list.primary .card-box2 .card .btn-go {
    border: 2px solid #e66f00;
}

    .list.primary .card-box2 .card .btn-go .btn-img {
        filter: drop-shadow(0 0 1px #e66f00);
        background: #e66f00;
    }

.list.primary .card-box2 .card:hover h4, .list.primary .card-box2 .card:focus h4 {
    color: #e66f00;
}

.list.primary .card-box2 .card:hover .btn-go, .list.primary .card-box2 .card:focus .btn-go {
    background: #e66f00;
}

    .list.primary .card-box2 .card:hover .btn-go .btn-img, .list.primary .card-box2 .card:focus .btn-go .btn-img {
        background: #fff;
    }

.list.news .tab-label h3 {
    border: 2px solid #1A93EF;
}

.list.news .tab-label:hover h3, .list.news .tab-label:focus h3, .list.news .tab-label.active h3 {
    color: #fff;
    background: #1A93EF;
}

.list.news .card-box2 .card .btn-go {
    border: 2px solid #1A93EF;
}

    .list.news .card-box2 .card .btn-go .btn-img {
        filter: drop-shadow(0 0 1px #1A93EF);
        background: #1A93EF;
    }

.list.news .card-box2 .card:hover h4, .list.news .card-box2 .card:focus h4 {
    color: #1A93EF;
}

.list.news .card-box2 .card:hover .btn-go, .list.news .card-box2 .card:focus .btn-go {
    background: #1A93EF;
}

    .list.news .card-box2 .card:hover .btn-go .btn-img, .list.news .card-box2 .card:focus .btn-go .btn-img {
        background: #fff;
    }

/*頁面-主題故事*/
.select-box.wemedia .select-nav a {
    border: 2px solid #e66f00;
    padding: 10px 40px;
}

    .select-box.wemedia .select-nav a:first-child {
        display: flex;
    }

    .select-box.wemedia .select-nav a::before {
        display: none;
    }

    .select-box.wemedia .select-nav a::after {
        background: #e66f00;
    }

    .select-box.wemedia .select-nav a:hover, .select-box.wemedia .select-nav a:focus, .select-box.wemedia .select-nav a.active {
        background: #e66f00;
    }

.select-box.wemedia .select-content {
    grid-gap: unset;
}

    .select-box.wemedia .select-content h3 {
        display: block;
        text-align: center;
        color: #e66f00;
        font-size: 2.5rem;
    }

@media (max-width: 1024px) {
    .select-box.wemedia .select-content h3 {
        font-size: 1.875rem;
    }
}

.select-box.wemedia .select-content h3 + p {
    width: 78.5%;
    font-size: 1rem;
    margin: 20px auto 0;
}

@media (max-width: 1024px) {
    .select-box.wemedia .select-content h3 + p {
        width: 100%;
    }
}

.select-box.wemedia .card-box3 {
    padding: 60px 0 0;
}

    .select-box.wemedia .card-box3 a > p {
        font-size: 1.25rem;
        color: #e66f00;
        font-weight: 600;
        padding: 15px 25px;
        position: relative;
        background: #fff;
        border-radius: 15px 15px 0 0;
        position: absolute;
        left: 0;
        top: -35px;
        z-index: 1;
        transition: all 0.3s ease-in-out;
    }

        .select-box.wemedia .card-box3 a > p::before {
            content: "";
            display: inline-block;
            margin: 0 10px 0 0;
            background: #e66f00;
            width: 4px;
            height: 20px;
            border-radius: 50px;
            position: relative;
            top: 4px;
        }

    .select-box.wemedia .card-box3 a .card-img > span {
        color: #e66f00;
    }

    .select-box.wemedia .card-box3 a h4 {
        width: 80%;
        position: relative;
        background: unset;
        top: unset;
        padding: 15px 0 0;
    }

        .select-box.wemedia .card-box3 a h4::before {
            display: none;
        }

    .select-box.wemedia .card-box3 a .card-bottom .btn-go {
        border: 2px solid #e66f00;
    }

        .select-box.wemedia .card-box3 a .card-bottom .btn-go .btn-img {
            background: #e66f00;
        }

@media (min-width: 1024px) {
    .select-box.wemedia .card-box3 a:hover, .select-box.wemedia .card-box3 a:focus, .select-box.wemedia .card-box3 a.active {
        background: #e66f00;
    }

        .select-box.wemedia .card-box3 a:hover > p, .select-box.wemedia .card-box3 a:focus > p, .select-box.wemedia .card-box3 a.active > p {
            color: #fff;
            background: #e66f00;
        }

            .select-box.wemedia .card-box3 a:hover > p::before, .select-box.wemedia .card-box3 a:focus > p::before, .select-box.wemedia .card-box3 a.active > p::before {
                background: #fff;
            }

        .select-box.wemedia .card-box3 a:hover .card-img > span, .select-box.wemedia .card-box3 a:focus .card-img > span, .select-box.wemedia .card-box3 a.active .card-img > span {
            color: #fff;
            background: #e66f00;
        }

        .select-box.wemedia .card-box3 a:hover h4, .select-box.wemedia .card-box3 a:focus h4, .select-box.wemedia .card-box3 a.active h4 {
            background: unset;
        }
}

/*頁面-主題故事內容頁*/
.article-box.wemedia .select-nav {
    justify-content: start;
    border: 0px solid;
}

@media (max-width: 1024px) {
    .article-box.wemedia .select-nav {
        justify-content: center;
        border-bottom: 1px solid #E1E1E1;
    }
}

.article-box.wemedia .select-nav a {
    padding: 10px 20px;
    font-size: 1rem;
}

    .article-box.wemedia .select-nav a::after {
        display: none;
    }

.article-box.wemedia article h3 {
    left: unset;
    transform: unset;
    color: #e66f00;
}

    .article-box.wemedia article h3 span {
        height: 68px;
        margin: 0 0 0 20px;
        position: relative;
        display: inline-block;
    }

        .article-box.wemedia article h3 span::before {
            content: "";
            display: inline-block;
            background: #e66f00;
            width: 1px;
            height: 70%;
            position: relative;
            top: 50%;
            transform: translateY(-58%);
            margin: 0 20px 0 0;
        }

        .article-box.wemedia article h3 span::after {
            display: none;
        }

@media (max-width: 1024px) {
    .article-box.wemedia article h3 {
        display: block;
        text-align: center;
        padding: 70px 0 0;
        margin: 40px 0 0;
    }

        .article-box.wemedia article h3 span {
            display: block;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            margin: unset;
        }

            .article-box.wemedia article h3 span::before {
                display: none;
            }
}

.article-box.wemedia article h3 img {
    height: 68px;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
}

.article-box.wemedia article .card-box2 {
    margin: 40px 0 0;
}

    .article-box.wemedia article .card-box2 .card {
        grid-template-columns: 1fr;
        padding: 30px 0;
    }

        .article-box.wemedia article .card-box2 .card:first-child {
            padding: 0 0 30px 0;
        }

        .article-box.wemedia article .card-box2 .card:last-child {
            border-bottom: 0px solid;
        }

        .article-box.wemedia article .card-box2 .card h4 {
            font-size: 1.5625rem;
            color: #e66f00;
        }

        .article-box.wemedia article .card-box2 .card p {
            display: block;
            -webkit-box-orient: unset;
            -webkit-line-clamp: unset;
            overflow: unset;
        }

        .article-box.wemedia article .card-box2 .card .card-img {
            height: 549px;
        }

            .article-box.wemedia article .card-box2 .card .card-img img {
                height: 549px;
            }

.article-box.wemedia aside {
    height: 52.5rem;
}

@media (max-width: 1024px) {
    .article-box.wemedia aside {
        height: 32rem;
    }
}

.article-box.wemedia aside h3 {
    color: #474747;
}

    .article-box.wemedia aside h3::before, .article-box.wemedia aside h3::after {
        display: none;
    }

.article-box.wemedia aside .card {
    position: relative;
}

    .article-box.wemedia aside .card:last-child {
        border-bottom: 0px solid;
    }

    .article-box.wemedia aside .card .card-img {
        height: 138px;
        position: relative;
    }

        .article-box.wemedia aside .card .card-img img {
            height: 138px;
        }

        .article-box.wemedia aside .card .card-img i {
            color: #e66f00;
            padding: 5px 15px;
            background: #fff;
            border-radius: 20px 0 0 0;
            position: absolute;
            right: 0;
            bottom: 0;
        }

    .article-box.wemedia aside .card .card-text p {
        font-size: 0.875rem;
        color: #e66f00;
    }

    .article-box.wemedia aside .card:hover h4, .article-box.wemedia aside .card:focus h4 {
        color: #e66f00;
    }

.article-box.wemedia .btn-more {
    width: 36%;
    margin: -10px auto;
}

@media (max-width: 1024px) {
    .article-box.wemedia .btn-more {
        width: 40%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .article-box.wemedia .btn-more {
        width: 55%;
    }
}

.article-box.wemedia .btn-more .btn-img {
    background: #e66f00;
}

/*頁面-網站導覽*/
.sitemap .content-box {
    background: #FFF7E9;
    padding: 20px 5%;
    border-radius: 15px;
    box-sizing: border-box;
    margin: 0 0 40px;
}

@media (max-width: 480px) {
    .sitemap .content-box {
        margin: 0 0 20px;
    }
}

.sitemap .content-box p > span {
    background: unset;
    color: #e66f00;
    font-weight: 600;
}

.sitemap .content-box p .sub {
    margin: unset;
}

.sitemap .links-other {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

@media (max-width: 1200px) {
    .sitemap .links-other {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .sitemap .links-other {
        grid-template-columns: 1fr 1fr;
    }
}

.sitemap .links-other a {
    font-size: 1.25rem;
    height: unset;
    border: unset;
    border-radius: 0;
    color: #474747;
    font-weight: 600;
    background: unset;
    padding: 15px;
    border-bottom: 2px solid #e66f00;
    text-align: center;
}

    .sitemap .links-other a:hover, .sitemap .links-other afocus {
        color: #e66f00;
    }
