﻿.Body h2 {
    color: #183e62;
    font-size: 40px;
    font-weight: 500;
}

.Body h3 {
    font-size: 26px;
}

.Body .MainButton.LinkTWSE {
    margin: 20px auto auto auto;
    padding: 15px 55px 15px 31px;
    width: 250px;
    height: 50px;
    display: block;
    font-size: 16px;
}

.Body .MainButton.LinkTWSE::before {
    height: 50px;
}

.Body .MainButton.LinkTWSE::after {
    transform: translateY(1px);
    padding: 0px 0 0 155px;
}

.Body .MainButton.LinkTWSE:hover:after {
    transform: translateY(1px) translateX(10px);
}

.Description {
    text-align: center;
}

.Description strong {
    color: #333;
    font-size: 2em;
}

.Body .Container .Description br {
    display: none;
}

.Img {
    display: block;
}

.Banner {
    padding: 50px;
    background: -moz-linear-gradient(right, #5981a5 0%, #183e62 100%);
    background: -webkit-linear-gradient(right, #5981a5 0%, #183e62 100%);
    background: linear-gradient(to left, #5981a5 0%, #183e62 100%);
}

.Banner .Wapper {
    margin: auto;
    width: 1280px;
}

.Banner .Wapper h1 {
    margin: .3em 0 0 0;
    width: 100%;
    color: #fff;
    font-size: 70px;
    line-height: 1.3em;
    font-weight: 400;
}

.BreadList {
    color: rgba(255, 255, 255, .5);
}

.BreadList .BreadItem {
    color: rgba(255, 255, 255, .8);
    white-space: nowrap;
}

.BreadList a.BreadItem:hover {
    color: #fff;
}

/* ??????????????開始
::before {
    display: none;
}
??????????????結束 */
.FigureList {
    width: 100%;
}

.FigureList .FigureItem {
    float: left;
    margin: 100px 60px 0 0;
    width: calc(33.33% - 40px);
}

.FigureList .FigureItem:nth-of-type(3n) {
    margin: 100px 0 0 0;
}

.FigureList h3 {
    /* margin: 0 0 22px 0; */
    /* font-size: 30px; */
    line-height: 1em;
    /* font-weight: 500; */
}

.FigureList h4 {
    margin: 0 0 25px 0;
    color: #405060;
    font-size: 20px;
    line-height: 1em;
    font-weight: 500;
}

.FigureList h5 {
    position: relative;
    margin: 3em 0 1em 0;
    padding: .1em 0 0.5em 1.2em;
    color: #183e62;
    font-size: 16px;
    line-height: 1em;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
}

.FigureList h5:nth-of-type(1) {
    margin: 0 0 1em 0;
}

.FigureList h5::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 5px;
    height: 1.7em;
    background-color: #183e62;
}

.FigureList h5.Subh5 {
    color: #555;
}

.FigureList h5.Subh5 span {
    padding: 0 1em;
    font-weight: 400;
}

.FigureList h5.Subh5::after {
    background-color: #555;
}

.FigureList .Content {
    padding: 0 0 0 3em;
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 22px;
    margin: 13px 0 0 0;
}

.SelectedDeco {
    margin: auto;
    height: 0px;
    width: 0px;
    border-color: transparent transparent #e9eaef transparent;
    border-style: solid solid solid solid;
    border-width: 25px 15px;
}

.Fold {
    float: left;
    padding: 50px;
    width: 100%;
    background-color: #e9eaef;
    Box-sizing: border-box;
}

.Body span.Date {
    padding: 1em 0;
    display: block;
    text-align: right;
    font-size: 14px;
}

@media screen and (max-width:1439px) {
    div.TablePadding {
        padding: 0 50px 50px 50px;
    }

    .Banner .Wapper {
        width: 100%;
    }

    .FigureList {
        padding: 50px 50px 0 50px;
    }

    .FigureList .FigureItem {
        margin: 50px 60px 0 0;
    }

    .FigureList .FigureItem:nth-of-type(3n) {
        margin: 50px 0 0 0;
    }
}

/* @media screen and (max-width:1279px) { */
@media screen and (max-width:1249px) {
    .Body h2 {
        font-size: 36px;
    }

    .Banner .Wapper h1 {
        font-size: 60px;
    }

    .Body .Container.Only1:nth-last-of-type(1),
    .Body .Container.Only1:nth-of-type(2) {
        padding: 50px 9.3vw;
    }

    .Body .Container:nth-last-of-type(1) {
        padding: 25px 0 50px 0;
    }

    .Body .Container:nth-of-type(2) {
        padding: 50px 0 25px 0;
    }

    .FigureList {
        padding: 0 50px 25px 50px;
    }

    .FigureList h5.Subh5 span {
        transform: translateY(4px) translateX(-15px);
        display: block;
        letter-spacing: 0.14em;
    }

    .FigureList h5.Subh5::after {
        height: 2.7em;
    }

    .Body table thead tr th br {
        display: none;
    }
}

@media screen and (max-width:1023px) {
    .Body .Container .Half {
        padding: 0 0 0 50px;
    }

    .Body .Container .Half:nth-of-type(2n) {
        padding: 0 50px 0 0;
    }

    .Body .MainButton.LinkTWSE {
        padding: 15px 45px 15px 15px;
        width: 230px;
    }

    .Body .MainButton.LinkTWSE::after {
        padding: 0px 0 0 160px;
    }

    .Body .MainButton.LinkTWSE span {
        left: 41px;
    }
}

@media screen and (max-width:767px) {
    .Banner .Wapper h1 span {
        white-space: nowrap;
    }

    .Body h2 {
        font-size: 30px;
    }

    .Banner {
        padding: 30px;
    }

    .Banner .Wapper h1 {
        font-size: 40px;
    }

    .BreadList .BreadItem {
        line-height: normal;
    }

    .BreadList span.BreadItem:nth-last-of-type(1) {
        display: none;
    }

    .FigureList {
        padding: 0 30px;
    }

    .FigureList .FigureItem,
    .FigureList .FigureItem:nth-of-type(3n) {
        width: 100%;
    }

    .FigureList .Fold .Content {
        margin: 0.5em auto;
        padding: 0 0 0 1.3em;
        font-size: 15px;
    }

    .FigureList h5.Subh5 span {
        display: inline;
    }

    .FigureList h3 {
        margin: 0 0 18px 0;
        font-size: 28px;
    }

    .FigureList h4 {
        margin: 0 0 18px 0;
        font-size: 18px;
    }

    .FigureList h5 {
        margin: 1em 0 0.5em 0;
    }

    .FigureList h5.Subh5::after {
        height: 1.7em;
    }

    .Fold {
        padding: 15px 15px 1em 15px;
    }

    div.TablePadding {
        padding: 0 30px 30px 30px;
    }

    .TableScroll {
        width: calc(100% + 9.3vw);
        overflow-x: scroll;
    }

    /* .TableScroll table {
        margin: auto 9.3vw auto auto;
        table-layout: fixed;
    } */

    .TableScroll.Sticky table td:first-child,
    .TableScroll.Sticky table th:first-child {
        position: sticky;
        left: 0;
        z-index: 1;
    }

    .TableScroll table tr td:first-child {
        background-color: #fff;
    }

    .TableScroll table tr td:first-child::before,
    .TableScroll table tr th:first-child::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 1px;
        height: 100%;
        background-color: #ccc;
    }

    .TableScroll table tr th:first-child::before {
        background-color: #5981a5;
    }

    .Body table thead tr th,
    .Body table tr td {
        padding: 10px 5px;
    }

    .Body table.Download tbody td:nth-of-type(1) {
        width: calc(100% - 85px);
    }

    .Body table.Download thead th:nth-of-type(2) {
        width: 85px;
    }

    .Body .Container .Half,
    .Body .Container .Half:nth-of-type(2n) {
        width: 100%;
        padding: 0 0 50px 0;
    }

    .Body>nav .NavList .NavItem {
        padding: 2vw;
        line-height: normal;
        font-size: 15px;
    }

    .Body .Container .Description .Comma {
        display: none;
    }

    .Body .Container .Description br {
        display: inline;
    }
}