﻿h1 {
    letter-spacing: inherit;
}

#Investor h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    color: #183e62;
}

#Investor h3 {
    margin: 0 auto 1em auto;
    color: #333;
    font-size: 26px;
    font-weight: 400;
}

#Investor p {
    margin: 0 auto 1em auto;
    text-align: justify;
    color: #555;
    line-height: 2em;
}

#Investor table {
    margin: 1.5em auto 0 auto;
    border-collapse: collapse;
    width: 100%;
    letter-spacing: 0.05em;
}

#Investor table tbody {
    width: 100%;
}

#Investor table tr {
    border-bottom: 1px solid #ccc;
}

#Investor table tr.FirstRow,
#Investor table tr.FirstRow:hover,
#Investor .TableScroll table th:first-child {
    background-color: #183e62;
}

#Investor table tr:hover {
    background-color: #e9eaef;
    transition: all .2s;
}

#Investor table tr.FirstRow th {
    padding: 10px;
    color: #fff;
    font-weight: 300;
    border-right: 1px solid #5981a5;
}

#Investor table tr td {
    padding: 10px;
    text-align: center;
    color: #333;
    border-bottom: 1px solid #ccc;
}

#Investor table tr:hover td {
    color: #000;
}

#Investor table.Download .FirstRow th:nth-of-type(1) {
    width: 80%;
    text-align: left;
}

#Investor table.Download .FirstRow th:nth-of-type(2) {
    width: 20%;
    width: 85px;
}

#Investor table.YtImg a,
#Investor table.YtImg img {
    display: block;
    height: 18px;
}

#Investor .MainButton.LinkTWSE {
    margin: 20px auto auto auto;
    padding: 15px 55px 15px 31px;
    width: 250px;
    height: 50px;
    display: block;
    font-size: 16px;
}

#Investor .MainButton.LinkTWSE::before {
    height: 50px;
}

#Investor .MainButton.LinkTWSE::after {
    transform: translateY(1px);
    padding: 0px 0 0 155px;
}

#Investor .MainButton.LinkTWSE:hover:after {
    transform: translateY(1px) translateX(10px);
}

#Investor .SubButton {
    padding: 0 0 0 1.5em;
    font-size: 16px;
}

#Investor .SubButton:hover,
#Investor .SubButton.Hover {
    background-image: url(../../_Image/Button_b80000.svg);
}

#Investor select.Page {
    display: block;
    margin: 30px auto 0 auto;
    padding: 15px 50px 15px 30px;
    color: #5981a5;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Roboto', 'Noto Sans TC', 'sans-serif';
    border: 1px solid #5981a5;
    border-radius: 3px;
    background-color: #fff;
    background-image: url(../../_Image/select.svg);
    background-repeat: no-repeat;
    background-position: 85% center;
    background-size: 10px;
    transition: all .2s;
    opacity: .7;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

#Investor select.Page option {
    color: #333;
    font-weight: normal;
}

#Investor select.Page:hover {
    opacity: 1;
}

#Investor .Container {
    padding: 50px 0;
    width: 1280px;
}

#Investor .Container.Only1:nth-last-of-type(1),
#Investor .Container.Only1:nth-of-type(2) {
    padding: 100px 0;
}

#Investor .Container:nth-last-of-type(1) {
    padding: 50px 0 100px 0;
}

#Investor .Container:nth-of-type(2) {
    padding: 100px 0 50px 0;
}

#Investor .Container .Half {
    float: left;
    width: 50%;
}

#Investor .Container .Description br {
    display: none;
}

.Description {
    text-align: center;
}

.Description strong {
    color: #333;
    font-size: 2em;
}

.Img {
    display: block;
}

.Img.Center {
    margin: 50px auto;
    width: 50%;
}

.ImgAndP {
    text-align: center;
}

.ImgAndP::before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.ImgAndP p {
    vertical-align: middle;
    margin: 0 30px;
    display: inline-block;
    text-align: justify;
    width: 35%;
}

.ImgAndP .Img {
    vertical-align: middle;
    margin: 0 30px;
    display: inline-block;
    width: 35%;
}

a.Download {
    display: block;
}

a.Download img {
    width: 20px;
}

.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;
}

.ZoomWapper {
    position: relative;
}

.ZoomWapper .Zoom {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    overflow: scroll;
    z-index: 999;
}

.ZoomWapper .Zoom .Close {
    position: fixed;
    top: -10px;
    right: 0;
    width: 60px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    line-height: 60px;
    font-weight: 300;
    background-color: #183e62;
    border-radius: 0 0 0 3px;
}

.ZoomWapper .Zoom img {
    margin: 60px 0 0 0;
    padding: 0 20px;
    width: auto;
    height: calc(100% - 80px);
}

.ZoomWapper::before {
    display: none;
}

::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;
}

section {
    padding: 30px 0;
}

/* section .Col {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    list-style: none;
} */
section .Col {
    display: flex;
    align-items: stretch;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    list-style: none;
}

/* section .Col li {
    float: left;
    position: relative;
    margin: 0 30px 30px 0;
    padding: 30px;
    display: block;
    text-align: justify;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
} */
section .Col li {
    position: relative;
    flex: 1;
    margin: 0 30px 30px 0;
    padding: 30px;
    display: block;
    text-align: justify;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
}

section .Col li:nth-last-of-type(1) {
    margin: 0 0 30px 0;
}

section .Col1 {
    padding-inline-start: 1.5em;
}

section .Col1 li {
    color: #b80000;
    list-style-type: square;
}

section .Col1 li li {
    color: #333;
    line-height: 2em;
}


/* section .Col2 li {
    width: calc(50% - 85px);
} */

/* section .Col3 li {
    width: calc(33.33% - 85px);
} */

section .Col4 li {
    width: calc(25% - 85px);
}

/* 

section .Col2 li:nth-of-type(2n),
section .Col3 li:nth-of-type(3n),
section .Col4 li:nth-of-type(4n) {
    margin: 0 0 30px 0;
}

section .Col2 li:nth-last-of-type(2),
section .Col3 li:nth-last-of-type(3),
section .Col3 li:nth-last-of-type(2),
section .Col4 li:nth-last-of-type(4),
section .Col4 li:nth-last-of-type(3),
section .Col4 li:nth-last-of-type(2) {
    margin: 0 30px 0 0;
}

section .Col2 li:nth-last-of-type(1),
section .Col3 li:nth-last-of-type(1),
section .Col4 li:nth-last-of-type(1) {
    margin: 0;
} */

section .Col.Hor li div {
    padding: 5px;
    margin: -0.5em 0 .5em 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-color: #183e62;
}

section .Col4.Ver li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 5px;
    height: 86px;
    background-color: #183e62;
}

section .Col1 li h4 {
    color: #000;
    font-size: 18px;
    font-weight: normal;
}

section .Col1 li .Triangle li {
    margin: 0 auto 1em auto;
    padding: 0 0 0 5px;
    color: #555;
    line-height: 1.5em;
    list-style-image: url(../../_Image/triangle-ccc.svg);
}

#Investor span.Date {
    padding: 1em 0;
    display: block;
    text-align: right;
    font-size: 14px;
}

@media screen and (max-width:1439px) {
    section {
        padding: 30px 50px;
    }

    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) {
    #Investor h2 {
        margin: 0 50px;
        font-size: 36px;
    }

    /* section .Col4 li,
    section .Col3 li {
        width: calc(50% - 77px);
    }

    section .Col4 li:nth-of-type(2n),
    section .Col3 li:nth-of-type(2n) {
        margin: 0 0 15px 0;
    } */

    .Banner .Wapper h1 {
        font-size: 60px;
    }

    #Investor .Container {
        padding: 25px 0;
        width: 100%;
    }

    #Investor .Container.Only1:nth-last-of-type(1),
    #Investor .Container.Only1:nth-of-type(2) {
        padding: 50px 0;
    }

    #Investor .Container:nth-last-of-type(1) {
        padding: 25px 0 50px 0;
    }

    #Investor .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;
    }

    #Investor table tr.FirstRow th br {
        display: none;
    }

    .Img.Center {
        width: 65%;
    }

    .ImgAndP p {
        margin: 0 15px 0 0;
        width: 45%;
    }

    .ImgAndP .Img {
        margin: 0 0 0 15px;
        width: 45%;
    }
}

@media screen and (max-width:1023px) {

    section .Col li,
    section .Col li:nth-last-of-type(1) {
        margin: 0 20px 20px 0;
        padding: 20px 15px 15px 15px;
    }

    section .Col li:nth-last-of-type(1) {
        margin: 0 0 20px 0;
    }

    #Investor .Container .Half {
        padding: 0 0 0 50px;
    }

    #Investor .Container .Half:nth-of-type(2n) {
        padding: 0 50px 0 0;
    }

    #Investor .Container .Description .Comma {
        display: none;
    }

    #Investor .Container .Description br {
        display: inline;
    }

    #Investor .MainButton.LinkTWSE {
        padding: 15px 45px 15px 15px;
        width: 230px;
    }

    #Investor .MainButton.LinkTWSE::after {
        padding: 0px 0 0 160px;
    }

    #Investor .MainButton.LinkTWSE span {
        left: 41px;
    }
}

@media screen and (max-width:767px) {
    #Investor h2 {
        margin: 0 30px;
        font-size: 30px;
    }

    section {
        padding: 30px;
    }

    section .Col {
        display: block;
        align-items: normal;
    }

    section .Col li {
        margin: 0 0 30px 0;
    }

    /* 
    section .Col3 li,
    section .Col3 li:nth-of-type(2n),
    section .Col4 li,
    section .Col4 li:nth-of-type(2n) {
        margin: 0 0 10px 0;
        padding: 15px 20px;
        width: calc(100% - 40px);
    }

    section .Col4 li:nth-last-of-type(4),
    section .Col3 li:nth-last-of-type(3),
    section .Col3 li:nth-last-of-type(2),
    section .Col3 li:nth-last-of-type(1),
    section .Col4 li:nth-last-of-type(3),
    section .Col4 li:nth-last-of-type(2),
    section .Col4 li:nth-last-of-type(1) {
        margin: 0 0 15px 0;
    } */

    section .Col.Hor li div {
        margin: 0em 0 .5em 0;
    }

    section .Col1 li .Triangle {
        padding: 0;
    }

    .Banner {
        padding: 30px;
    }

    .Banner .Wapper h1 {
        font-size: 40px;
    }

    .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;
    }

    .Img.Center {
        margin: 30px 0;
        width: 100%;
    }

    .ImgAndP p {
        margin: 0 0 15px 0;
        width: 100%;
    }

    .ImgAndP .Img {
        margin: 15px 0 0 0;
        width: 100%;
    }

    div.TablePadding {
        padding: 0 30px 30px 30px;
    }

    .TableScroll {
        width: calc(100% + 30px);
        overflow-x: scroll;
    }

    .TableScroll table {
        table-layout: fixed;
        width: 200px;
    }

    .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;
    }

    #Investor table tr.FirstRow th,
    #Investor table tr td {
        padding: 10px 5px;
    }

    #Investor table.Download .FirstRow th:nth-of-type(1) {
        text-align: center;
    }

    #Investor table.Download .FirstRow th:nth-of-type(1) {
        width: calc(100% - 85px);
    }

    #Investor table.Download .FirstRow th:nth-of-type(2) {
        width: 85px;
    }

    #Investor .Container .Half,
    #Investor .Container .Half:nth-of-type(2n) {
        width: 100%;
        padding: 0 0 50px 0;
    }

    .ZoomWapper::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 50px;
        height: 50px;
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
        background-image: url(../../_Image/company/zoom-in.svg);
        background-repeat: no-repeat;
        background-size: 18px;
        background-position: 53% center;
        border: 1px solid #fff;
        border-radius: 100%;
        pointer-events: none;
    }
}

@media screen and (max-width:440px) {
    .H1Over9 .Banner .Wapper h1 {
        font-size: 30px;
    }

    .H1Over9 .Banner .Wapper .BreadList {
        font-size: 15px;
    }

    .H1Over9 h2 {
        font-size: 26px;
    }
}

@media screen and (max-width:350px) {
    .H1Over9 .Banner .Wapper h1 {
        font-size: 27px;
    }
}