@import url('https://fonts.googleapis.com/css2?family=Faculty+Glyphic&display=swap');

body {
    font-family: "Klee One", "Iansui", "Noto Serif TC", sans-serif;
}
h3{
    font-size: 20px;
    display: flex;
    padding: 0 0 4px;
}
.news-page .shopMain{
    margin-top: 40px;
}
.news-page .news-item{
    display: block;
}
.news-page .stWf:not(.mbl, .pcmenu, .allr){
    max-width: 1510px;
    margin: 0 auto;
    padding: 0;
}
.news-page .stWf.article{
    max-width: 1100px!important;
}
.news-page .banner{
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* news page styles */
.leftCategory-wrapper {
    margin-top: 24px;
}
.leftCategory-title-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
}
.quantity {
    font-size: 14px;
    font-weight: 400;
    color: var(--secondary-color);
    transition: all .25s linear;
}
.leftCategory-title.art {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 24px 0;
    margin: 0;
    text-decoration: none;
    color: inherit;
    transition: all .25s linear;
    color: var(--secondary-color);
}
.leftCategory-title.art:first-child{
    text-decoration: none;
    color: inherit;
}
.leftCategory-title.art:not(.active) {
    border-bottom: dashed 1px #bababa;
}

.leftCategory-title.art svg {
    margin-right: 4px;
    transition: transform 0.3s ease;
}

.leftCategory-title.art svg path {
    transition: stroke 0.3s ease;
    stroke: var(--secondary-color);
}
.leftCategory-title.art.current-page,
.leftCategory-title.art.current-page .quantity {
    color: var(--primary-color);
}
.leftCategory-title.art.current-page svg path {
    stroke: var(--primary-color);
}
.leftCategory-title.art:hover {    
    background-color: var(--background-color-fabric);
}
.leftCategory-title.art:hover,
.leftCategory-title.art:hover .quantity {
    color: var(--primary-color);
}
.leftCategory-title.art:hover svg path {
    stroke: var(--primary-color);
}

.leftCategory-title.art.active svg {
    transform: rotate(180deg);
}
.headart {
    display: flex;
    align-items: center;
    gap: 8px;
}
.leftCategory.art {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    transform-origin: top;
    transform: translateY(-10px);
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.leftCategory.art.show {
    max-height: 1000px;
    opacity: 1;
    transform: translateY(0);
}

.leftCategory.art li::before {
    content: none;
    color: var(--secondary-color);
    margin-right: 4px;
}

.leftCategory.art li {
    transition: all .25s linear;
    padding: 6px 0;
}

.leftCategory.art a {
    margin-top: 20px;
    text-decoration: none;
    color: var(--secondary-color);
    transition: all .25s linear;
}

.leftCategory.art a:hover {
    color: var(--primary-color);
}

.leftCategory.art a:hover li::before {
    color: var(--primary-color);
}

.leftCategory.art a.current-page {
    color: var(--primary-color);
}

.leftCategory.art a.current-page li::before {
    color: var(--primary-color);
}

.leftCategory-btn {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.linex {
    width: 100%;
    height: 0;
    border-top: 1px dashed var(--secondary-color);
    margin-right: 4px;
    transition: border-color 0.25s linear;
}

.leftCategory-btn:hover .linex {
    border-color: var(--primary-color);
}

.leftCategory-btn.show {
    max-height: 50px;
    opacity: 1;
    transform: translateY(0);
}

/* News Grid Styles */
.sMr.main.news .news-grid {
    flex: 1;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 40px;
}

.sMr.main.news .news-item a {
    display: flex;
    flex-direction: column;
    background-color: transparent;
    text-decoration: none;
    transition: all .25s linear;
    box-shadow: none;
    gap: 16px;
    padding: 0;
}

.sMr.main.news .news-item a p {
    font-size: 14px;
    color: var(--secondary-color);
    text-decoration: underline 1px solid transparent;
    text-underline-offset: 10px;
    line-height: 1.8;
    margin: 0;
    text-align: left;
}
.sMr.main.news .news-item a:hover, .blocknews-top {
    opacity: 1!important;
}
.sMr.main.news .news-item a:hover p{
    text-decoration: underline 1px solid var(--primary-color);
    text-underline-offset: 6px;
}

.sMr.main.news .news-item .news-item p {
    font-size: 16px;
}

.sMr.main.news .blocknews-top {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
    gap: 16px;
    overflow: hidden;
    padding: 0 0 20px;
}
.sMr.main.news .blocknews-top-text{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-item-title {
    color: var(--primary-color)!important;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    transition: all .2s linear;
}

.blocknews-top-imgbox {
    width: 100%;
    height: 100%;
    aspect-ratio: 4/5;
    overflow: hidden;
}

.blocknews-top-imgbox img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-item a:hover .blocknews-top-imgbox img {
    transform: scale(1.05);
}

.blocknews-top-imgbox iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border: none;
    pointer-events: none;
}

.news-tag {
    font-size: 14.5px;
    font-weight: 400;
    color: var(--secondary-color);
}
.news-date {
    font-size: 13px;
    font-weight: 400;
    color: var(--secondary-color);
}
/* Article-top 響應式設計 */
.article-top {
    margin: 10px 0;
    padding: 0 20px;
}

.article-title {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    position: relative;
}

.article-title-decoration {
    width: 300px;
    max-width: 60vw;
    height: auto;
    margin-bottom: 5px;
    transform: translate(0, 0); /* 置中對齊 */
    transition: transform 0.3s ease-out;
}

/* 中央裝飾圖片滾動錯位特效 - 較小的移位效果 */
.article-title-decoration.scroll-parallax {
    transform: translate(0, var(--scroll-offset-center, 0px));
}

.article-title-side-image {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: auto;
    z-index: 5;
    transition: transform 0.3s ease-out;
}

/* 滾動錯位特效 */
.article-title-side-image.scroll-parallax {
    transform: translateY(calc(-50% + var(--scroll-offset, 0px)));
}

/* 左邊圖片樣式 */
.article-title-left-image {
    position: absolute;
    left: 10px;
    top: 40%;
    transform: translateY(-50%);
    width: 96px; /* 120px * 0.8 = 96px (縮小20%) */
    height: auto;
    z-index: 1; /* 調整為在 article-title-decoration 底下 */
    transition: transform 0.3s ease-out;
}

/* 左邊圖片滾動錯位特效 - 增加錯位比例 */
.article-title-left-image.scroll-parallax {
    transform: translateY(calc(-50% + var(--scroll-offset-left, 0px)));
}

/* 左上方重疊圖片樣式 */
.article-title-left-overlay {
    position: absolute;
    left: 60px; /* 在左邊圖片的右上方 */
    top: 25%; /* 比左邊圖片更靠上 */
    transform: translateY(-50%);
    width: 80px; /* 比左邊圖片稍小 */
    height: auto;
    z-index: 2; /* 在左邊圖片之上 */
    transition: transform 0.3s ease-out;
}

/* 左上方重疊圖片滾動錯位特效 */
.article-title-left-overlay.scroll-parallax {
    transform: translateY(calc(-50% + var(--scroll-offset-overlay, 0px)));
}

.article-title h1 {
    font-size: 32px;
    margin: 0;
    padding-bottom: 20px;
    font-weight: 600;
    color: var(--primary-color);
    text-align: center;
    line-height: 1.2;
}
.heading.art{
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    margin: 20px 0;
    gap: 20px;
    
}
.crumb.new a{
    color: var(--secondary-color);
    text-decoration: none;
}
.article-wrap{
    width: 100%;
}
.article-imgbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 16px 0;
}
.article-imgbox img {
    min-width: 100%;
    max-width: 100%;
    object-fit: cover;
}
.article-content{
    margin: 20px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}
.article-content a{
    color: var(--primary-color);
}
.article-content ol,
.article-content ul {
}

.article-content li {
    margin-bottom: 8px;
}
.article-footer-wrap{
    margin: 20px 0 80px 0;
    border-top: 1px solid var(--secondary-color);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.article-footer{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.article-footer.info-page{
    justify-content: center;
}
.footer-back{
    text-decoration: none;
    color: var(--secondary-color);
    transition: all .25s linear;
}
.footer-back:hover{
    color: var(--primary-color);
}
.footer-nav{
    display: flex;
    gap: 30px;
}
.footer-nav a{
    color: var(--secondary-color);
    text-decoration: none;
    transition: all .25s linear;
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer-nav a:hover{
    color: var(--primary-color);
}
.footer-nav a:first-child svg{
    transform: rotate(180deg);
}
.footer-nav a svg path{
    transition: all .25s linear;
}
.footer-nav a:hover svg path{
    stroke: var(--primary-color);
}
.social-share {
    display: flex;
    gap: 16px;
    align-items: center;
}

.share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--background-color-fabric);
    color: var(--secondary-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

.share-btn:hover {
    background-color: var(--background-color);
}

.share-btn svg {
    width: 24px;
    height: 24px;
}

.share-btn svg path{
    transition: all .25s linear;
}

.share-btn:hover svg path{
    stroke: var(--primary-color);
}

.news-page.video .news-grid {
    grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1240.98px) {
    .sMr.main.news{
        padding: 0 20px;
    }
}
@media (max-width: 767.98px) {
    .news-page .shopMain{
        margin-top: 10px;
    }
    .sMr.main.news .news-grid{
        gap: 40px 20px;
    }
    .news-grid .blocknews-top {
        font-size: 13px;
    }
    .news-item a p {
        font-size: 12px;
    }
    .article-title h1{
        font-size: 20px;
        padding: 0 0 10px;
        margin: 20px 0 0;
    }
    .heading.art{
        margin: 10px 0 0;
    }
    .article-footer {
        flex-wrap: wrap;
        gap: 20px;
    }
    .social-share {
        flex: 1;
    }
    .footer-nav {
        width: 100%;
        justify-content: space-between;
        order: 2;
    }
    h2{
        font-size: 20px;
    }
    h3{
        font-size: 18px;
    }
}

@media (max-width: 450.98px) {
}

.blocknews-top-imgbox.video{
    aspect-ratio: 16/9;
}

/* 横向 */
.horizontal .blocknews-top-imgbox {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.horizontal .blocknews-top-imgbox iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border: none;
}

.horizontal .news-item {
    aspect-ratio: 16/9;
}

.horizontal .news-item a {
    padding: 0;
    height: 100%;
}

.horizontal .blocknews-top {
    height: 100%;
    gap: 0;
}

.horizontal .blocknews-top-imgbox {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.horizontal .blocknews-top-imgbox iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border: none;
} 

/* 直向 */
.vertical .blocknews-top-imgbox {
    width: 100%;
    height: 100%;
    aspect-ratio: 9/16;
    overflow: hidden;
}

.vertical .blocknews-top-imgbox iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 9/16;
    object-fit: cover;
}
.news-item.video a{
    box-shadow: none;
    padding: 0;
}

/* 直向3列布局 */
.news-page.video .news-grid.vertical{
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1240.98px) {
    .news-page.video .news-grid.vertical{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 650.98px) {
    .news-page.video .news-grid.vertical{
        grid-template-columns: repeat(1, 1fr);
    }
    .news-page.video .news-grid.horizontal{
        grid-template-columns: 1fr !important;
    }
}
.deco-line.phone{
    display: none;
}
@media (max-width: 767.98px) {
    .deco-line.phone{
        display: block;
    }
    .deco-line.pc{
        display: none;
    }
}
.arrow-icon{
    width: 16px;
    height: 16px;
}
.h3-subtitle{
    display: flex;
    align-items: center;
    gap: 8px;
}
.article-content a{
    display: flex;
    align-items: center;
    transition: all .25s linear;
}
.article-content a:hover{
    color: var(--secondary-color);
}
/* 時間線列表樣式 - 左右排版 */
.timeline-list-wrap{
    margin: 30px 0;
}
.timeline-list {
    list-style: none;
    padding: 10px auto 0 auto;
    margin: 0;
    position: relative;
    max-width: 1100px;
}

.timeline-list::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 2px;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, #8c8c8b, #dfdfdf);
    border-radius: 1px;
    transform: translateX(-1px);
}

.timeline-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
    line-height: 1.7;
    color: #333;
    font-size: 1rem;
    gap: 0;
    padding: 24px 0;
}
.timeline-list li:first-child{
    padding: 0 0 24px 0;
}
.timeline-list li:first-child::before{
    top: 2px;
}
.timeline-list li::before {
    content: '';
    position: absolute;
    left: calc(50% - 12px);
    top: 28px;
    width: 23px;
    height: 23px;
    background: url('../img/SVG/aboutsvg.svg') no-repeat center/contain;
    border-radius: 0;
    border: none;
    box-shadow: none;
    z-index: 2;
    transition: all 0.3s ease;
}
.timeline-list li:hover::before {
    background-image: url('../img/SVG/aboutsvg2.svg');
}

.timeline-list li:hover::before {
    transform: scale(1.1);
}
.timeline-list li:hover, .timeline-list li:hover span{
    color: var(--primary-color);
    text-decoration-color: var(--primary-color);
}
.timeline-list li strong {
    color: #1A375D;
    font-weight: 600;
    font-size: 1.1rem;
    flex: 1;
    text-align: right;
    padding-right: 24px;
    letter-spacing: 0.02em;
}

.timeline-list li span {
    flex: 1;
    padding-left: 56px;
    color: #555;
    font-weight: 400;
    text-decoration-line: underline;
    text-decoration-color: var(--secondary-color);
    text-decoration-thickness: 1px;
    text-decoration-style: dashed;
    text-underline-offset: 6px;
}
/* Article-top 響應式調整 */
@media (max-width: 1200px) {
    .article-title-decoration {
        width: 250px;
        max-width: 50vw;
        transform: translate(0, 0);
    }
    
    .article-title h1 {
        font-size: 28px;
    }
    
    .article-title-side-image {
        width: 100px;
        right: 15px;
    }
    
    .article-title-left-image {
        width: 80px; /* 100px * 0.8 = 80px (縮小20%) */
        left: 8px;
        top: 35%;
    }
    
    .article-title-left-overlay {
        width: 64px; /* 80px * 0.8 = 64px (縮小20%) */
        left: 50px;
        top: 20%;
    }
}

@media (max-width: 768px) {
    .article-top {
        padding: 0 15px;
    }
    
    .article-title {
        padding: 15px 0;
    }
    
    .article-title-decoration {
        width: 200px;
        max-width: 50vw;
        transform: translate(0, 0);
        margin-bottom: 10px;
    }
    
    .article-title h1 {
        font-size: 24px;
        padding-bottom: 15px;
    }
    
    .article-title-side-image {
        width: 80px;
        right: 10px;
    }
    
    .article-title-left-image {
        width: 64px; /* 80px * 0.8 = 64px (縮小20%) */
        left: 5px;
        top: 30%;
    }
    
    .article-title-left-overlay {
        width: 51px; /* 64px * 0.8 = 51px (縮小20%) */
        left: 40px;
        top: 15%;
    }
}

@media (max-width: 480px) {
    .article-top {
        padding: 0 10px;
    }
    
    .article-title {
        padding: 10px 0;
    }
    
    .article-title-decoration {
        width: 150px;
        max-width: 60vw;
        transform: translate(0, 0);
        margin-bottom: 15px;
    }
    
    .article-title h1 {
        font-size: 20px;
        padding-bottom: 10px;
    }
    
    .article-title-side-image {
        width: 60px;
        right: 5px;
    }
    
    .article-title-left-image {
        width: 48px; /* 60px * 0.8 = 48px (縮小20%) */
        left: 3px;
        top: 25%;
    }
    
    .article-title-left-overlay {
        width: 38px; /* 48px * 0.8 = 38px (縮小20%) */
        left: 30px;
        top: 10%;
    }
}

/* 響應式設計 */
@media (max-width: 768px) {
    
    .timeline-list li strong {
        font-size: 1rem;
    }
    
    .timeline-list li span {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .timeline-list::before {
        left: 50%;
    }
    
    .timeline-list li::before {
    }
    
    .timeline-list li strong {
        font-size: 0.9rem;
        padding-right: 24px;
    }
    
    .timeline-list li span {
        padding-left: 15px;
        font-size: 0.85rem;
    }
}
.purpose-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.purpose-list li{
    list-style: none;
    text-decoration: none;
    margin-bottom: 16px;
}

/* 淡入效果樣式 */
.fade-in-element {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-element.visible {
    opacity: 1;
    transform: translateY(0);
}

/* 圖片淡入效果 */
.fade-in-image {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in-image.visible {
    opacity: 1;
    transform: scale(1);
}

/* SVG 裝飾元素淡入效果 */
.fade-in-svg {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

.fade-in-svg.visible {
    opacity: 1;
    transform: translateX(0);
}

/* 文字內容淡入效果 */
.fade-in-text {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-text.visible {
    opacity: 1;
    transform: translateY(0);
}

/* 時間線項目淡入效果 */
.fade-in-timeline {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-timeline.visible {
    opacity: 1;
    transform: translateX(0);
}

/* 延遲動畫效果 */
.fade-in-delay-1 { transition-delay: 0.1s; }
.fade-in-delay-2 { transition-delay: 0.2s; }
.fade-in-delay-3 { transition-delay: 0.3s; }
.fade-in-delay-4 { transition-delay: 0.4s; }
.fade-in-delay-5 { transition-delay: 0.5s; }
.fade-in-delay-6 { transition-delay: 0.6s; }
.purpose-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
/* 時間線列表樣式 - 左右排版 */
.timeline-list-wrap{
    margin: 30px 0;
}
.timeline-list {
    list-style: none;
    padding: 10px auto 0 auto;
    margin: 0;
    position: relative;
    max-width: 1100px;
}

.timeline-list::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 2px;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, #8c8c8b, #dfdfdf);
    border-radius: 1px;
    transform: translateX(-1px);
}

.timeline-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
    line-height: 1.7;
    color: #333;
    font-size: 1rem;
    gap: 0;
    padding: 24px 0;
}
.timeline-list li:first-child{
    padding: 0 0 24px 0;
}
.timeline-list li:first-child::before{
    top: 2px;
}
.timeline-list li::before {
    content: '';
    position: absolute;
    left: calc(50% - 12px);
    top: 28px;
    width: 23px;
    height: 23px;
    background: url('../img/SVG/aboutsvg.svg') no-repeat center/contain;
    border-radius: 0;
    border: none;
    box-shadow: none;
    z-index: 2;
    transition: all 0.3s ease;
}
.timeline-list li:hover::before {
    background-image: url('../img/SVG/aboutsvg2.svg');
}

.timeline-list li:hover::before {
    transform: scale(1.1);
}
.timeline-list li:hover, .timeline-list li:hover span{
    color: var(--primary-color);
    text-decoration-color: var(--primary-color);
}
.timeline-list li strong {
    color: #1A375D;
    font-weight: 600;
    font-size: 1.1rem;
    flex: 1;
    text-align: right;
    padding-right: 24px;
    letter-spacing: 0.02em;
}

.timeline-list li span {
    flex: 1;
    padding-left: 56px;
    color: #555;
    font-weight: 400;
    text-decoration-line: underline;
    text-decoration-color: var(--secondary-color);
    text-decoration-thickness: 1px;
    text-decoration-style: dashed;
    text-underline-offset: 6px;
}
/* 響應式設計 */
@media (max-width: 768px) {
    
    .timeline-list li strong {
        font-size: 1rem;
    }
    
    .timeline-list li span {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .timeline-list::before {
        left: 50%;
    }
    
    .timeline-list li::before {
    }
    
    .timeline-list li strong {
        font-size: 0.9rem;
        padding-right: 24px;
    }
    
    .timeline-list li span {
        padding-left: 15px;
        font-size: 0.85rem;
    }
}
.purpose-list li{
    list-style: none;
    text-decoration: none;
    margin-bottom: 16px;
}
.purpose-list li span{
    font-size: 14px;
    line-height: 1.8rem;
    color: var(--secondary-color);
}

/* 媒體報導超連結樣式 */
.purpose-list .h3-subtitle a {
    color: #1A375D !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.purpose-list .h3-subtitle a:hover {
    color: #1A375D !important;
    text-decoration: underline;
}

/* 媒體報導響應式設計 */
@media (max-width: 768px) {
    .purpose-list {
        padding: 0 10px;
    }
    
    .purpose-list li {
        margin-bottom: 20px;
        padding: 15px;
        border-bottom: .5px solid #bababa;
        transition: all 0.3s ease;
    }
    
    .purpose-list li:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }
    
    .h3-subtitle {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .h3-subtitle img {
        order: 2;
        align-self: flex-end;
        margin-top: 8px;
    }
    
    .purpose-list .h3-subtitle a {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 8px;
        display: block;
        width: 100%;
    }
    
    .purpose-list li span {
        font-size: 12px;
        color: var(--secondary-color);
        opacity: 0.8;
    }
}

@media (max-width: 480px) {
    .purpose-list {
        padding: 0 5px;
    }
    
    .purpose-list li {
        padding: 12px;
        margin-bottom: 15px;
    }
    
    .purpose-list .h3-subtitle a {
        font-size: 14px;
        line-height: 1.4;
    }
    
    .purpose-list li span {
        font-size: 11px;
    }
    
    .arrow-icon {
        width: 14px;
        height: 14px;
    }
}

/* 平板版響應式設計 */
@media (min-width: 769px) and (max-width: 1024px) {
    .purpose-list li {
        padding: 20px;
        margin-bottom: 18px;
        transition: all 0.3s ease;
    }
    
    .purpose-list li:hover {
        transform: translateY(-1px);
    }
    
    .h3-subtitle {
        gap: 12px;
    }
    
    .purpose-list .h3-subtitle a {
        font-size: 17px;
        line-height: 1.6;
    }
}

/* Faculty Glyphic 字體樣式 - 英文區塊 */
.assist-en {
    font-family: "Faculty Glyphic", "Klee One", "Iansui", "Noto Serif TC", sans-serif;
}

.assist-en h3,
.assist-en p {
    font-family: "Faculty Glyphic", "Klee One", "Iansui", "Noto Serif TC", sans-serif;
}