.fin_ban {
    background: url(../images/fin_ban.jpg) no-repeat;
}

/* 財務概況 */
#fin_ech1, #fin_ech2, #fin_ech3, #fin_ech4, #fin_ech5, #fin_ech6{
    width: 100%;
    height: 480px;
}
@media screen and (min-width:992px) {
    .fin_bg{
        background: url(../images/fin_bg.png)right bottom no-repeat;
        background-size: 50%;
    } 
}
@media screen and (min-width:1500px) {
    .fin_bg{
        background-size: unset;
    } 
}
/**頁籤**/
.nav-link-rec{
    display: block;
    position: relative;
    height: 60px;
    text-align: center;
    float: left;
    cursor: pointer;
    margin: .25rem;
    width: 150px;
    font-size: 1.5rem;
}
.nav-link-rec::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);
}
.nav-link-rec::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);
}
.nav-link-rec span{
    display: block;
    font-size: 1.5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}
.nav-link-rec:hover::before{
    background: #CD5D67;
  }
.nav-link-rec.active::before{
    content: "";
    background: #CD5D67;
}
.nav-link-rec.active::after{
    background: #CD5D67;
}
.nav-link-rec.active span{
    color: #fff;
}
.finLinks {
    overflow: auto;
    padding: 0;
    margin-bottom: 1rem;
    flex-wrap: nowrap;
}



/* 月營收 */
div[data-mode*='subject']{
    position: relative;
    height: 60px;
    text-align: center;
    float: left;
    cursor: pointer;
    margin: .25rem;
    max-width: 150px;
}
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;
}
.btn_dow .fin_month_dow{
    top: 0;
}

.fin_qua_bg{
    background: url(../images/fin_qua_bg.png) right bottom no-repeat;
}

/* 財務報告 */
.rep_box{
    position: relative;
    display: flex;
}
.rep_box .year_box{
    width: 180px;
    height: 60px;
    background: #C43E4D;
    position: relative;
    text-align: center;
    font-size: 2.5rem;
    font-family: 'Raleway',serif;
    color: #fff;
    line-height: 60px;
}
.rep_box .year_box::before{
    content: "";
    width: 150px;
    height: 1px;
    background: #C43E4D;
    position: absolute;
    right: -150px;
    top: 15px;
}
.rep_box .rep_box_con{
    padding: 5rem 3rem 3rem 3rem;
    width: calc(100% - 180px);
}
.rep_box_con ul li{
    position: relative;
    width: calc(100% / 5);
    margin-bottom: .5rem;
    padding-left: 40px;
}
.rep_box_con ul li::before{
    content: "\ea29";
    font-family: icomoon;
    font-size: 2rem;
    position: absolute;
    top: 0;
    left: 0;
}
.rep_box_con ul li:hover::before{
    color: #CD5D67;
    transition: all 0.3s ease 0s;
}

#nav-tabContent{
    margin-top: 150px;
}

@media screen and (max-width:768px) {
    .rep_box{
        flex-direction: column;
    }
    .rep_box .rep_box_con{
        width: 100%;
        padding: 30px 15px;
    }
    .rep_box .rep_box_con > ul.d-flex{
        flex-wrap: wrap;
    }
    .rep_box_con ul li {
        width: calc(100% / 2);
        margin-bottom: 30px;
    }
}

@media screen and (max-width:576.98px) {    
    .rep_box_con ul li {
        width: 100%;
    }
}
/* 季財務報告 */
@media screen and (min-width:992px) {
    .fin_quaBg{
        background: url(../images/fin_qua_bg.png) right bottom no-repeat;
        background-size: 40%;
    }
}
@media screen and (min-width:1500px) {
    .fin_quaBg{
        background-size: unset;
    } 
}