﻿/* bar image */
.BG-first {
    background-image: url(../img/C5-0-0_banner.jpg);
}

.shortcut {
    justify-content: space-evenly;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 30px;
}

.group:target:before {
    content: "";
    display: block;
    margin-top: -120px;
    height: 120px;
}

.group {
    margin-top: 5rem;
    margin-bottom: 2rem;
}

#annualReports {
    margin-top: 3rem;
}

.table th,
.table td {
    border-top: 0;
    border-bottom: 1px solid #dee2e6;
}

/* PDF icon與深入了解 */

.table tr td a {
    color: #464646;
    white-space: nowrap;
}

.fa-file-pdf {
    color: #B30B00;
}

/****/
@media (max-width: 767px){
    .shortcut {
        padding: 0;
    }
    .leftBlueLine {
        margin-bottom: 0;
    }
    #annualReports {
        margin-top: 25px;
    }
    .group {
        margin-top: 0;
    }
    .context-PB70 {
        padding-bottom: 20px;
    }
}

