.fin_ban {
    background: url(../images/fin_ban.jpg) no-repeat;
}

.fin_majLink .img_box {
    width: 100%;
}

.fin_majLink .img_box .sto_box {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    color: #fff;
    text-shadow: 3px 3px 3px rgb(0 0 0 / 30%);
    margin-bottom: 0;
    transition: .3s;
    text-align: end;
}

.fin_majLink .img_box .sto_box p:nth-child(1) {
    font-size: 1.75rem;
    margin-bottom: .5rem;
}

.fin_majLink .img_box:hover .sto_box p:nth-child(1) {
    font-size: 2.25rem;
    margin-bottom: 1rem;
}

.fin_majLink .img_box:hover .sto_box p:nth-child(2) {
    line-height: 1.25;
    font-size: 1.125rem;
}

.fin_majLink .img_box:hover .sto_box {
    font-size: 2.25rem;
    letter-spacing: 2px;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    z-index: 2;
    transition: .3s;
    width: 80%;
    text-align: center;
}


/* 月營收 */

div[data-mode*='subject'] {
    position: relative;
    height: 60px;
    text-align: center;
    float: left;
    cursor: pointer;
    margin: .25rem;
    max-width: 150px;
}

@media screen and (max-width:1366px) {
    div[data-mode*='subject'] {
        max-width: 125px;
    }
}

@media screen and (max-width:1199px) {
    div[data-mode*='subject'] {
        max-width: 100px;
    }
}

div[data-mode*='subject']::before {
    content: "";
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 90% 0, 100% 25%, 100% 100%, 0 100%);
    background: #ccc;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0.995, 0.98);
}

div[data-mode*='subject']::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    clip-path: polygon(0 0, 90% 0, 100% 25%, 100% 100%, 0 100%);
    background: #fff;
    transform: scale(0.98, 0.95);
}

div[data-mode*='subject'] span {
    display: block;
    font-size: 1.5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

div[data-mode*='subject']:hover::before {
    background: #CD5D67;
}

div[data-mode*='subject'].active::before {
    content: "";
    background: #CD5D67;
}

div[data-mode*='subject'].active::after {
    background: #CD5D67;
}

div[data-mode*='subject'].active span {
    color: #fff;
}


/* div[data-mode*='subject']:hover {
    background-color: lightgreen;
} */

div[data-mode*='content'] {
    display: none;
}

div[data-mode*='show'] {
    float: left;
    width: 100%;
    display: none;
    padding: 2rem 0;
}

.sh_ivs_box {
    display: flex;
    flex-wrap: wrap;
    padding: 0 2rem;
}

.sh_ivs_box li {
    width: calc(100% / 2);
}

@media screen and (max-width:1199px) {
    .sh_ivs_box li {
        width: 100%;
    }
}

.sh_rep_bg {
    position: relative;
    background: url(../images/sh_rep_bg.jpg) right bottom no-repeat;
    background-size: cover;
    padding: 100px 0;
    overflow: hidden;
}

.sh_rep_bg::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #5A6773;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
}

.sh_rep_box.swiper {
    padding: 60px 0 80px 0;
}

.sh_rep_box .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 2rem;
    background: rgba(255, 255, 255, .5);
    border: 1px solid #ccc;
}

.sh_rep_box .swiper-slide:hover {
    background: rgba(205, 93, 103, .75);
    border: 1px solid #fff;
}

.sh_rep_box .swiper-slide i {
    font-size: 4rem;
    margin-right: 1rem;
}

.sh_rep_box .swiper-slide h3 {
    margin-bottom: 0;
}

.sh_rep_box .swiper-slide:hover i,
.sh_rep_box .swiper-slide:hover h3 {
    color: #fff;
}

.sh_box .img_box {
    width: calc(100% / 3 - 2rem);
}

@media screen and (max-width:567.98px) {
    .sh_box .img_box {
        width: 100%;
        margin-bottom: 30px;
    }
}


/* 股價查詢 */

.stock_bg {
    background: url(../images/sh_sto_bg.png) no-repeat;
    min-height: 500px;
}

.stock_bg p {
    font-size: 1.5rem;
    font-weight: bold;
}

.stock_bg .btn_rc {
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 0.5rem 2rem;
    background: #CD5D67;
    color: #fff;
}

.stock_bg .btn_rc:hover {
    background: #5A6773;
}