.Banner {
    padding: 50px;
    background: none;
    background-image: url(../../../_Image/csr/113.jpg);
    background-position: center;
    background-size: cover;
}

.Banner .Wapper h1 small {
    font-weight: 300;
    font-size: .65em;
    white-space: nowrap;
}

#Investor h2 {
    margin: 0 0 1em 0;
}

#Investor h3 {
    font-size: 35px;
}

#Investor .Bonus {
    text-align: center;
}

#Investor .Bonus span {
    padding: 0 .2em 0 .1em;
    font-size: 50px;
    font-weight: 500;
}

#Investor table tr td:nth-child(3) {
    text-align: left;
}

#Investor table tr td:nth-child(7) {
    min-width: 51px;
}

#Investor .Container section:nth-of-type(1) tr td:nth-child(1) {
    width: 7%;
    min-width: 51px;
}

#Investor .Container section:nth-of-type(1) tr td:nth-child(2) {
    width: 5%;
}

#Investor .Container section:nth-of-type(1) tr td:nth-child(3) {
    width: 15%;
}

#Investor .Container section:nth-of-type(1) tr td:nth-child(4),
#Investor .Container section:nth-of-type(2) tr td:nth-child(4),
#Investor .Container section:nth-of-type(2) tr td:nth-child(5) {
    min-width: 135px;
}

#Investor .Container section:nth-of-type(1) tr td:nth-child(4),
#Investor .Container section:nth-of-type(1) tr td:nth-child(5),
#Investor .Container section:nth-of-type(1) tr td:nth-child(6),
#Investor .Container section:nth-of-type(1) tr td:nth-child(7) {
    width: 11%;
}

#Investor .Container section:nth-of-type(2) tr td:nth-child(1) {
    min-width: 110px;
}

#Investor .Container section:nth-of-type(1) tr td:nth-child(6),
#Investor .Container section:nth-of-type(1) tr td:nth-child(7),
#Investor .Container section:nth-of-type(2) tr td:nth-child(6),
#Investor .Container section:nth-of-type(2) tr td:nth-child(7) {
    min-width: 100px;
}

#Highlights {
    padding: 100px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

#Highlights h2 {
    width: 100%;
}

#Highlights img {
    width: calc(33% - 10px);
    border-radius: 15px;
}

.BackButton {
    position: relative;
    height: 150px;
    background-image: url(../../../_Image/csr/113.jpg);
    background-position: center;
    background-size: cover;
}

.BackButton img {
    float: right;
    display: block;
    width: 500px;
}

.BackButton .Button {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 10px 50px;
    color: rgba(255, 255, 255, .9);
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 2px;
    transition: all .2s;
}

.BackButton .Button:hover {
    background-color: #000;
}

@media screen and (max-width:1023px) {

    #Investor table tr.FirstRow {
        display: none;
    }

    #Investor .Container tbody {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
    }

    #Investor .Container table tr {
        width: calc(50% - 20px);
        border: none;
    }

    #Investor .Container section:nth-of-type(1) tr td:nth-child(1),
    #Investor .Container section:nth-of-type(1) tr td:nth-child(2),
    #Investor .Container section:nth-of-type(1) tr td:nth-child(3),
    #Investor .Container section:nth-of-type(1) tr td:nth-child(4),
    #Investor .Container section:nth-of-type(1) tr td:nth-child(5),
    #Investor .Container section:nth-of-type(1) tr td:nth-child(6),
    #Investor .Container section:nth-of-type(1) tr td:nth-child(7),
    #Investor .Container section:nth-of-type(2) tr td:nth-child(1),
    #Investor .Container section:nth-of-type(2) tr td:nth-child(2),
    #Investor .Container section:nth-of-type(2) tr td:nth-child(3),
    #Investor .Container section:nth-of-type(2) tr td:nth-child(4),
    #Investor .Container section:nth-of-type(2) tr td:nth-child(5),
    #Investor .Container section:nth-of-type(2) tr td:nth-child(6),
    #Investor .Container section:nth-of-type(2) tr td:nth-child(7) {
        box-sizing: border-box;
        display: block;
        width: 100%;
        text-align: left;
    }

    #Investor .Container section:nth-of-type(1) tr td:nth-child(1),
    #Investor .Container section:nth-of-type(2) tr td:nth-child(1) {
        color: #fff;
        background-color: #183e62;
    }

    #Investor .Container section:nth-of-type(1) tr td:nth-child(7),
    #Investor .Container section:nth-of-type(2) tr td:nth-child(7) {
        border: none;
    }

    #Investor .Container table tr td::before {
        padding: 0 0 .2em 0;
        display: block;
        color: #183e62;
    }

    #Investor .Container table tr td:nth-child(2)::before {
        content: "組別編號";
    }

    #Investor .Container table tr td:nth-child(3)::before {
        content: "作品名稱";
    }

    #Investor .Container table tr td:nth-child(4)::before {
        content: "學校";
    }

    #Investor .Container table tr td:nth-child(5)::before {
        content: "學校系所";
    }

    #Investor .Container table tr td:nth-child(6)::before {
        content: "指導教授";
    }

    #Investor .Container table tr td:nth-child(7)::before {
        content: "學生";
    }
}

@media screen and (max-width:767px) {
    .Banner {
        padding: 30px;
    }

    .BreadList {
        line-height: normal;
    }

    .Banner .Wapper h1 {
        font-size: 32px;
    }

    .TableScroll {
        width: 100%;
    }

    #Investor .Container:nth-of-type(2) {
        padding: 9.3vw;
    }

    #Investor h2 {
        font-size: 24px;
        margin: 0 0 .5em 0;
    }

    #Investor h3 {
        font-size: 24px;
    }

    #Investor section {
        padding: 0 0 9.3vw 0;
    }

    #Investor .Container table tr {
        width: 100%;
    }

    #Investor table tr.FirstRow th,
    #Investor table tr td {
        padding: 10px;
    }

    #Highlights img {
        width: 100%;
    }

    #Investor .BackButton {
        height: 96px;
    }

    #Investor .BackButton .Button {
        left: 30px;
        transform: translateY(-50%);
        padding: 10px 20px;
        background-color: rgba(0, 0, 0, .5);
    }

    #Investor .BackButton img {
        max-width: 100%;
    }
}