.stockArea .adList li .item, .stockArea .adList li:nth-child(6n+1) .item::before, .stockArea .adList li:nth-child(6n+2) .item, .stockArea .adList li:nth-child(6n+5) .item, .stockArea .adList li:nth-child(6n+6) .item::before, .financialDropBox .mainFinancial::before, .financialDropBox .dropDownList, .financialDropBox .dropDownList.show, .downloadArea .downloadList .downloadLink a {
    transition: all .5s;
}

.contentBox {
    padding: 105px 0;
}

@media (max-width: 1180px) {
    .contentBox {
        padding: 60px 0;
    }
}

@media (max-width: 440px) {
    .contentBox {
        padding: 40px 0 60px;
    }
}

.stockArea {
    padding-bottom: 52px;
    border-bottom: 1px solid #eee;
    margin-bottom: 70px;
}

.stockArea .adList {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.stockArea .adList li {
    width: 25%;
    padding: 0 10px 20px;
}

.stockArea .adList li .item {
    background-color: #eee;
    overflow: hidden;
}

.stockArea .adList li:nth-child(6n+1) {
    width: 50%;
}

.stockArea .adList li:nth-child(6n+1) .item::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/investor_stock_code_bg1.png);
    background-size: cover;
    z-index: -1;
}

.stockArea .adList li:nth-child(6n+1) .Txt .titleBox .entitle {
    color: #00a0d9;
}

.stockArea .adList li:nth-child(6n+1) .Txt .titleBox .entitle::before {
    background-color: #00a0d9;
}

.stockArea .adList li:nth-child(6n+1) .Txt .titleBox .title {
    color: #404040;
}

.stockArea .adList li:nth-child(6n+1) .Txt .num {
    color: #00a0d9;
    font-size: 60px;
    letter-spacing: 5px;
}

@media (min-width: 1201px) {
    .stockArea .adList li:nth-child(6n+1):hover .item::before {
        transform: scale(1.05);
    }
}

.stockArea .adList li:nth-child(6n+2) .item, .stockArea .adList li:nth-child(6n+5) .item {
    background-color: rgba(0, 184, 217, 0.55);
}

@media (min-width: 1201px) {
    .stockArea .adList li:nth-child(6n+2):hover .item, .stockArea .adList li:nth-child(6n+5):hover .item {
        background: linear-gradient(to right, #29becc, #1eb5d9);
        background-color: rgba(0, 184, 217, 0.55);
    }
}

.stockArea .adList li:nth-child(6n+3) .item, .stockArea .adList li:nth-child(6n+4) .item {
    background-color: rgba(35, 184, 197, 0.55);
}

@media (min-width: 1201px) {
    .stockArea .adList li:nth-child(6n+3):hover .item, .stockArea .adList li:nth-child(6n+4):hover .item {
        background: linear-gradient(to right, #29becc, #1eb5d9);
        background-color: rgba(0, 184, 217, 0.55);
    }
}

.stockArea .adList li:nth-child(6n+6) {
    width: 50%;
}

.stockArea .adList li:nth-child(6n+6) .item::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/investor_stock_code_bg2.png);
    background-size: cover;
    z-index: -1;
}

.stockArea .adList li:nth-child(6n+6) .Txt .titleBox .entitle {
    color: #23b8c5;
}

.stockArea .adList li:nth-child(6n+6) .Txt .titleBox .entitle::before {
    background-color: #23b8c5;
}

.stockArea .adList li:nth-child(6n+6) .Txt .titleBox .title {
    color: #404040;
}

.stockArea .adList li:nth-child(6n+6) .Txt .num {
    color: #23b8c5;
    font-size: 60px;
    letter-spacing: 5px;
}

@media (min-width: 1201px) {
    .stockArea .adList li:nth-child(6n+6):hover .item::before {
        transform: scale(1.05);
    }
}

.stockArea .adList .item {
    width: 100%;
    height: 250px;
    padding: 26px 30px 40px;
    position: relative;
    z-index: 2;
}

.stockArea .adList .item .itemLink {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.stockArea .adList .Txt {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.stockArea .adList .Txt .titleBox {
    width: 100%;
}

.stockArea .adList .Txt .titleBox .entitle {
    width: 100%;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.16;
    font-weight: 500;
    letter-spacing: 2px;
    color: #fff;
    padding-bottom: 18px;
    display: inline-block;
    position: relative;
}

.stockArea .adList .Txt .titleBox .entitle::before {
    content: "";
    width: 40px;
    height: 2px;
    display: block;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.stockArea .adList .Txt .titleBox .title {
    width: 100%;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 400;
    display: inline-block;
    color: #fff;
    padding-top: 8px;
}

.stockArea .adList .Txt .bottomBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.stockArea .adList .Txt .num {
    font-size: 26px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
}

@media (max-width: 1180px) {
    .stockArea .adList li {
        width: 33.33%;
    }
    .stockArea .adList li:nth-child(6n+1), .stockArea .adList li:nth-child(6n+6) {
        width: 66.66%;
    }
    .stockArea .adList li:nth-child(6n+1) .Txt .num, .stockArea .adList li:nth-child(6n+6) .Txt .num {
        font-size: 50px;
        letter-spacing: 3px;
    }
    .stockArea .adList .Txt .titleBox .entitle {
        font-size: 26px;
        letter-spacing: 1px;
    }
    .stockArea .adList .Txt .titleBox .title {
        letter-spacing: 1.5px;
    }
    .stockArea .adList .Txt .num {
        font-size: 24px;
    }
}

@media (max-width: 960px) {
    .stockArea .adList li {
        width: 50%;
    }
    .stockArea .adList li:nth-child(6n+1), .stockArea .adList li:nth-child(6n+6) {
        width: 100%;
    }
    .stockArea .adList .item {
        padding: 20px 20px 30px;
    }
    .stockArea .adList .Txt .titleBox .entitle {
        font-size: 24px;
    }
    .stockArea .adList .Txt .titleBox .title {
        font-size: 18px;
        letter-spacing: 1.5px;
    }
    .stockArea .adList .Txt .num {
        font-size: 24px;
    }
}

@media (max-width: 640px) {
    .stockArea .adList li {
        width: 100%;
    }
    .stockArea .adList li:nth-child(6n+1) .item::before, .stockArea .adList li:nth-child(6n+6) .item::before {
        background-position: right;
    }
    .stockArea .adList .Txt .item {
        height: auto;
        min-height: 250px;
    }
    .stockArea .adList .Txt .bottomBox {
        flex-wrap: wrap;
        align-content: flex-end;
    }
}

@media (max-width: 400px) {
    .stockArea .adList li:nth-child(6n+1) .item::before, .stockArea .adList li:nth-child(6n+6) .item::before {
        opacity: 0.6;
    }
    .stockArea .adList li:nth-child(6n+1) .Txt .num, .stockArea .adList li:nth-child(6n+6) .Txt .num {
        font-size: 40px;
        letter-spacing: 2px;
    }
    .stockArea .adList .Txt .titleBox .entitle {
        font-size: 22px;
    }
}

@media (max-width: 1180px) {
    .stockArea {
        padding-bottom: 40px;
        margin-bottom: 60px;
    }
}

@media (max-width: 640px) {
    .stockArea {
        padding-bottom: 20px;
        margin-bottom: 50px;
    }
}

.investorArea {
    display: flex;
    margin-right: -30px;
}

.investorArea .investorSection {
    flex-grow: 1;
    max-width: 260px;
    padding-right: 30px;
}

.investorArea .Img {
    border: 1px solid #eee;
}

.investorArea .Img img {
    display: block;
    width: 100%;
}

.investorArea .titleBox {
    padding-top: 20px;
}

.investorArea .titleBox .entitle {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #23b8c5;
    padding-bottom: 10px;
    display: inline-block;
}

.investorArea .titleBox .entitle span {
    position: relative;
    padding-left: 15px;
    display: inline-block;
    font-weight: 500;
}

.investorArea .titleBox .entitle span::before {
    content: "";
    width: 1px;
    height: 12px;
    background-color: rgba(35, 184, 197, 0.3);
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    left: 7px;
}

.investorArea .investorList {
    list-style: none;
    padding-left: 20px;
    padding-top: 12px;
}

.investorArea .investorList li {
    list-style: none;
    position: relative;
}

.investorArea .investorList li .title a {
    display: inline-block;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1px;
    color: #707070;
    font-weight: 300;
}

.investorArea .investorList li .title a:hover {
    color: #23b8c5;
}

.investorArea .investorList li::before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #23b8c5;
    position: absolute;
    top: 9px;
    left: -20px;
}

.investorArea .investorList li::after {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    background-color: #23b8c5;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: -16px;
}

@media (max-width: 1180px) {
    .investorArea {
        flex-wrap: wrap;
        margin-right: -20px;
    }
    .investorArea .investorSection {
        padding-right: 20px;
        padding-bottom: 20px;
        flex-grow: 0;
        width: 33.33%;
        max-width: none;
    }
}

@media (max-width: 768px) {
    .investorArea .investorSection {
        width: 50%;
    }
}

@media (max-width: 540px) {
    .investorArea {
        margin-right: 0;
    }
    .investorArea .investorSection {
        padding-right: 0;
        width: 100%;
        margin: 0 auto;
    }
}

.titleArea {
    margin-bottom: 30px;
    padding: 20px 0px;
    border-bottom: 1px dashed #b6b6b6;
}

.titleArea .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #333;
    overflow: hidden;
    padding-top: 10px;
}

.titleArea .mtitle {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
}

.titleArea .mtitle::before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #23b8c5;
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 20px);
}

.contentBox.insPage .wrap, .contentBox.financialPage .wrap {
    display: flex;
    flex-wrap: wrap;
}

.contentBox.insPage .leftBox, .contentBox.financialPage .leftBox {
    width: 270px;
    padding-right: 20px;
}

.contentBox.insPage .leftBox .infoBox, .contentBox.financialPage .leftBox .infoBox {
    padding-top: 20px;
}

.contentBox.insPage .rightBox, .contentBox.financialPage .rightBox {
    width: calc(100% - 270px);
    position: relative;
}

.contentBox.insPage .rightBox.financial .titleArea h1, .contentBox.financialPage .rightBox.financial .titleArea h1 {
    padding-right: 220px;
}

@media (max-width: 1180px) {
    .contentBox.insPage .leftBox, .contentBox.financialPage .leftBox {
        width: 100%;
        padding-right: 0;
    }
    .contentBox.insPage .rightBox, .contentBox.financialPage .rightBox {
        width: 100%;
    }
    .contentBox.insPage .rightBox .infoBox, .contentBox.financialPage .rightBox .infoBox {
        padding-top: 10px;
        margin-top: 20px;
    }
}

@media (max-width: 640px) {
    .contentBox.insPage .rightBox.financial .titleArea h1, .contentBox.financialPage .rightBox.financial .titleArea h1 {
        padding-top: 80px;
        padding-right: 0;
    }
}

.sideMenuBox {
    position: relative;
}

.sideMenuBox .sideMenuMain {
    display: none;
}

@media (max-width: 1180px) {
    .sideMenuBox .sideMenuWrap {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 960px) {
    .sideMenuBox {
        padding: 20px 0;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .sideMenuBox .sideMenuMain {
        display: block;
        text-align: center;
        font-size: 16px;
        width: 100%;
        background-color: #00a0d9;
        color: #fff;
        padding: 10px;
        position: relative;
        cursor: pointer;
        z-index: 2;
    }
    .sideMenuBox .sideMenuMain::after {
        content: "+";
        font-family: "Noto Sans TC";
        position: absolute;
        top: 10px;
        right: 7px;
    }
    .sideMenuBox .sideMenuMain.open::after {
        content: "-";
    }
    .sideMenuBox .sideMenuWrap {
        display: block;
        width: 100%;
        height: auto;
        position: absolute;
        top: 64px;
        left: 0;
        max-height: 50vh;
        overflow-y: auto;
        z-index: 5;
    }
}

.investorSideMenu .investorList {
    padding-bottom: 10px;
    padding-left: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.investorSideMenu .investorList li .item {
    padding-top: 10px;
}

.investorSideMenu .investorList li .title a {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
}

@media (max-width: 1180px) {
    .investorSideMenu {
        width: 20%;
    }
    .investorSideMenu .investorList {
        border-bottom: 1px solid transparent;
    }
}

@media (max-width: 960px) {
    .investorSideMenu {
        width: 100%;
        text-align: center;
        display: none;
        z-index: 4;
    }
    .investorSideMenu .titleBox {
        background-color: #23b8c5;
        border-bottom: 1px solid #fff;
    }
    .investorSideMenu .titleBox .title {
        padding: 10px 0;
        cursor: pointer;
        color: #fff;
        font-size: 16px;
    }
    .investorSideMenu .titleBox .title::before {
        display: none;
    }
    .investorSideMenu .titleBox .title::after {
        content: "+";
        font-family: "Noto Sans TC";
        position: absolute;
        top: 10px;
        right: 5px;
    }
    .investorSideMenu .titleBox .title.open::after {
        content: "-";
    }
    .investorSideMenu .investorList {
        padding: 0 5px 10px;
        margin-bottom: 0;
        display: none;
        background-color: #71d6e8;
        border-bottom: 1px solid #fff;
        z-index: 4;
    }
    .investorSideMenu .investorList.show {
        display: block;
        animation: openAnimate 0.35s ease-out forwards;
    }
    .investorSideMenu.show {
        display: block;
        animation: openAnimate 0.35s ease-out forwards;
    }
}

@keyframes openAnimate {
    0% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.dropDownMask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.dropDownMask.show {
    display: block;
}

.financialDropBox {
    position: relative;
    position: absolute;
    top: 62px;
    right: 0;
    width: 200px;
    z-index: 2;
}

.financialDropBox .mainFinancial {
    display: block;
    width: 100%;
    height: 36px;
    padding: 0 20px;
    background-color: #00a0d9;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 2;
}

.financialDropBox .mainFinancial::before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    position: absolute;
    top: calc(50% - 5px);
    right: 10px;
    transform: rotate(135deg);
}

.financialDropBox .mainFinancial.open::before {
    top: 50%;
    transform: rotate(135deg) scaleX(-1) scaleY(-1);
}

.financialDropBox .dropDownList {
    width: 100%;
    background-color: #eee;
    height: 0;
    max-height: 50vh;
    position: absolute;
    top: 36px;
    left: 0;
    transform: translateY(-20px);
    z-index: -1;
    max-height: 50vh;
    overflow-y: auto;
}

.financialDropBox .dropDownList li {
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: none;
}

.financialDropBox .dropDownList .title {
    font-size: 14px;
    padding: 8px;
}

.financialDropBox .dropDownList.show {
    height: auto;
    transform: translateY(0px);
}

.financialDropBox .dropDownList.show li {
    display: block;
}

@media (max-width: 640px) {
    .financialDropBox {
        top: 82px;
        right: auto;
        left: calc(50% - 100px);
    }
}

.downloadArea {
    padding: 60px 0 40px;
}

.downloadArea .titleArea {
    border-bottom: none;
}

.downloadArea .downloadList li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.downloadArea .downloadList li.topLi {
    background-color: #00a0d9;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.downloadArea .downloadList li.topLi span {
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: 400;
    color: #fff;
}

.downloadArea .downloadList li:nth-child(even) {
    background-color: #fafafa;
}

.downloadArea .downloadList em {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 1px;
    font-weight: 400;
    color: #818181;
    padding-right: 10px;
}

.downloadArea .downloadList .titleBox {
    width: calc(100% - 120px);
    padding-right: 10px;
}

.downloadArea .downloadList .downloadLink {
    width: 120px;
}

.downloadArea .downloadList .downloadLink em {
    width: 100%;
}

.downloadArea .downloadList .downloadLink a {
    color: #23b8c5;
    display: block;
    width: 100%;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.downloadArea .downloadList .downloadLink a svg {
    width: 20px;
    height: 11px;
    stroke: #23b8c5;
}

.downloadArea .downloadList .downloadLink a:hover {
    transform: translateX(5px);
    color: #00a0d9;
}

.downloadArea .downloadList .downloadLink a:hover svg {
    animation: arrowMove 0.8s infinite;
}

@keyframes arrowMove {
    0% {
        transform: translateX(0px);
    }
    70% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0px);
    }
}

@media (max-width: 640px) {
    .downloadArea .downloadList .titleBox {
        width: calc(100% - 90px);
    }
    .downloadArea .downloadList .downloadLink {
        width: 90px;
    }
}

@media (max-width: 400px) {
    .downloadArea .downloadList li {
        padding: 20px 10px;
    }
    .downloadArea .downloadList li.topLi span {
        letter-spacing: 0px;
    }
    .downloadArea .downloadList em {
        font-size: 15px;
    }
    .downloadArea .downloadList .titleBox {
        width: calc(100% - 60px);
    }
    .downloadArea .downloadList .downloadLink {
        width: 60px;
    }
    .downloadArea .downloadList .downloadLink a svg {
        display: none;
    }
}
