﻿.section-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.report-top {
    max-width: 1280px;
    margin: auto;
    padding: 0 4rem;
}

.section-title {
    margin: 0;
    font-weight: 500;
}

.section-more .more-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: #208038;
    font-size: 0.9rem;
    font-weight: 600;
}

.news-content{
    padding: 1.5rem 4rem !important;
}

.more-link img {
    width: 20px;
    height: 20px;
}

/* 報告書下載 */
.report-section {
    padding: 2.5rem 0;
}

.report-download {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
}

.download-left {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    width: 100%;
}

.download-left img {
    width: 200px;
    height: 280px;
    object-fit: cover;
    flex-shrink: 0;
}

.download-btn {
    display: flex;
    flex-direction: column;
}

.download-btn h2 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.download-link {
    width: 160px;
    height: 48px;
    margin-top: 0.5rem;
    font-size: 1.125rem;
    font-weight: 500;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    text-decoration: none;
    color: #001E2D;
    background-color: #fff;
    border-radius: 4px;

    transition: all 0.2s ease;
}

.download-link img {
    width: 24px;
    height: 24px;
}

.download-right {
    display: flex;
    align-items: center;
}

.download-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.download-list li {
    border-bottom: 1px dashed #B8CCD5;
}

.download-list li:last-child {
    border-bottom: none;
}

.download-list a {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    gap: 0.5rem;
    font-weight: 500;
    font-size: 1.25rem;
    width: 246px;
    text-decoration: none;
    color: #001E2D;
    transition: all 0.2s ease;
}

.download-list img {
    width: 24px;
    height: 24px;
}

.download-list span{
    padding: 0.5rem;
}

/* 影片宣導 */
.video-section {
    padding: 2.5rem 0;
    background-color: #fff;
}

.video-list {
    display: flex;
    gap: 48px;
    justify-content: center;
}

.video-item {
    width: 33%;
    aspect-ratio: 16 / 9;
}

.video-item iframe {
    width: 100%;
    height: 100%;
}

.right-link {
    width: 52px;
    height: 240px;
    padding: 8px;
    background-color: #fff;
    border-radius: 2rem;
    box-shadow: -1px 4px 15px rgba(0, 0, 0, 0.3);
    position: fixed;
    right: 0.25rem;
    top: 25%;
    z-index: 10;
}

.right-link .media a {
    display: block;
    padding: 4px;
}

.right-link img {
    width: 100%;
}

.page-link {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0;
}

.page-link a {
    display: block;
    width: 10px;
    height: 10px;
    outline: 1px solid #91C428;
    border-radius: 2rem;
}

.page-link a.active {
    background-color: #91C428;
    transition: 0.2s;
}