.area {
    max-width: 1300px;
    margin: auto;
}


.news_area .btn_more:hover {
    color: #FF7B44;
}


section {
    padding-top: 100px;
}


.footer_area {
    padding-top: 40px;
    background-color: #eeeeee;
    border-bottom: 7px solid #FF6B47;
    font-size: .8rem;
}

.footer_area .copyright {
    font-size: .75rem;
    text-align: center;
    padding: 40px 0 10px;
}


/* 回列表按鈕樣式 */
    .back-to-list,
    .go-to-register {
        display: inline-flex;
        align-items: center;
        padding: 8px 16px;
        background: rgba(255, 123, 68, 0.1);
        color: #ff7b44;
        text-decoration: none;
        border-radius: 20px;
        font-size: .8rem;
        font-weight: 500;
        transition: all 0.3s ease;
        margin-bottom: 25px;
        border: 1px solid rgba(255, 123, 68, 0.2);
    }

    .back-to-list:hover,
    .go-to-register:hover,
    .go-to-register {
        background: #ff7b44;
        color: white;
        text-decoration: none;
        transform: translateX(-2px);
    }

    .back-to-list::before {
        content: '←';
        margin-right: 6px;
        font-size: 14px;
    }

    .btn-download {
        border:1px solid #3a3a3a;
        padding: 8px 16px;
        border-radius: 20px;
        color: #3a3a3a;
        display: flex;
        white-space: nowrap;
    }

    .btn-download:hover {
        background-color: #3a3a3a;
        color:#fff;
    }

     button[name=submit] {
        min-width: 200px;
        height: 46px;
        line-height: 46px;
    }



@media (max-width: 1300px) {
    .area {
        padding: 0 10px;
    }
    
}

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

@media (max-width: 960px) {
    #page_search .button, 
    #page_search .btn_search_all {
        height: 40px;
        line-height: 40px;
    }

    button[name=submit] {
        width: 100%;
    }

}
