@media (max-width: 1280px) {

    /* 上方輪播 */
    .index-slider {
        padding: 0 2.5rem;
        padding-bottom: 5rem;
    }

    .index-top {
        width: 70%;
    }

    .bottom-card-list {
        flex-wrap: wrap;
    }

    .bottom-card-list .index-card {
        width: calc(50% - 2rem);
    }
}

@media (max-width: 1024px) {

    /* header */
    .header {
        padding: 1rem 2rem;
    }

    .section-content{
        padding: 0;
    }

    /* 上方輪播 */
    #section1 {
        padding: 0 2rem;
    }

    .index-slider {
        padding: 2.5rem;
    }

    .top-content {
        flex-direction: column;
    }

    .index-top::after {
        right: -189px;
        width: 190px;
        height: 102%;
        background: url(../images/index-item-title-sm.png) no-repeat 0 0 / contain;
    }

    .item-3 .index-top::after {
        right: -189px;
        width: 190px;
        height: 101%;
        background: url(../images/index-item-title-sm.png) no-repeat 0 0 / contain;
    }

    /* 最新消息 */
    #section2 {
        padding: 80px 2rem;
    }

    .news-content{
        padding: 1.5rem 0 !important;
    }

    .report-section{
        padding: 1.5rem 2rem;
    }

    /* 報告書下載 */
    .report-top{
        padding: 0 2rem;
    }

    /* 影片宣傳 */
    .video-section {
        padding: 20px 2rem;
    }

    /* footer */
    .footer-inner {
        flex-wrap: wrap;
        gap: 0;
        padding: 56px 2rem;
        justify-content: space-between;
    }

    .footer-inner .footer-section {
        width: 47%;
        margin-bottom: 4rem;
    }

    .footer-inner .footer-section:first-child {
        width: 100%;
    }

    .footer-inner .footer-section:last-child {
        margin-bottom: 0;
    }

    .footer-fb img {
        align-self: flex-start;
    }
}

@media (max-width: 874px) {
    .content-txt {
        max-height: none;
    }
}

@media (max-width: 768px) {

    /* header */
    .header {
        padding: 1rem 1.5rem;
    }

    .header-nav {
        display: none;
    }

    .header-link{
        height: 47px;
    }

    .burger-btn{
        display: block;
    }

    .side-menu {
        display: block;
    }

    /* 上方輪播 */
    #section1 {
        padding: 0 1.5rem;
    }

    .index-slider {
        padding: 1.5rem 2.5rem;
        padding-bottom: 80px;
    }

    .index-top {
        width: 80%;
    }

    .top-content {
        flex-direction: column;
    }

    .bottom-card-list {
        flex-wrap: wrap;
    }

    .bottom-card-list .index-card {
        width: calc(50% - 2rem);
    }

    /* 最新消息 */
    #section2 {
        padding: 40px 1.5rem;
    }

    .news-slider {
        padding: 0 2.5rem;
    }

    /* 報告書下載 */
    .report-top {
        padding: 0 2rem;
    }

    .report-section {
        padding: 1.5rem;
    }

    .report-download {
        flex-direction: column;
    }

    .download-btn {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
    }

    .download-btn #report-title {
        width: 100%;
    }

    .download-btn .download-link {
        width: 49%;
    }

    /* 影片宣傳 */
    .video-list {
        flex-direction: column;
    }

    .video-item {
        width: 100%;
    }

    /* footer */
    .footer-inner .footer-section {
        width: 100%;
    }

}

@media (max-width: 640px) {

    /* header */
    .header-link {
        display: none;
    }

    /* 上方輪播 */
    .bottom-card-list {
        flex-wrap: wrap;
    }

    .bottom-card-list .index-card {
        width: 100%;
    }

    #section1 {
        padding: 0 1.5rem;
    }

    .index-slider {
        padding: 0 2.5rem;
    }

    /* 最新消息 */
    #section2 {
        padding: 20px 1.5rem;
    }

    .news-slider {
        padding: 0 2.5rem;
    }

    /* 報告書下載 */
    .download-left {
        flex-direction: column;
    }

    .download-left img {
        align-self: flex-start;
    }

    .download-btn {
        width: 100%;
    }

    .download-link img {
        align-self: center;
    }
}

@media (max-width: 560px) {
    .top-title {
        font-size: 2rem;
    }
}

@media (max-width: 430px) {

    .top-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 365px) {

    .top-title {
        font-size: 1.25rem;
    }
}