.title-bookkeeping {
    font-family: inherit;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    background: #FF8D00;
    color: #eee;
    box-shadow: 0 5px 10px 0 rgba(209, 106, 1, .2);
    transition: all 0.3s;
}

.title-bookkeeping span::before {
    content: url("../../../../images/title_add.svg");
    width: 20px;
    height: 20px;
    fill: white;
    margin-right: 8px;
}

.title-bookkeeping:hover {
    transform: translateY(-2px);
    box-shadow: 0px 8px 15px rgba(209, 106, 1, .3);
}

.title-bookkeeping:active {
    transform: scale(0.95);
    box-shadow: 0px 2px 5px rgba(209, 106, 1, .2);
}

#expenseCategory_cate,
#incomeCategory_cate {
    position: absolute;
    bottom: 16px;
    right: 16px;
    color: #048080;
}

.contents {
    max-width: 1380px;
}

.main_title {
    padding-left: 8px;
}

.main_title h3 {
    align-items: center;
    white-space: nowrap;
}

.main_title .i_info {
    margin-left: 8px;
}

/* 頁面指南 */
.sc-teaching_guide {
    display: flex;
    position: relative;
    /* justify-content: end; */
    margin-bottom: 8px;
}

.sc-teaching_guide>li+li {
    margin-left: 16px;
}

.sc-teaching_guide .button {
    display: block;
    text-decoration: none;
    line-height: 1;
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .05);
    background-color: #fff;
    color: #121212;
    border: none;
    cursor: pointer;
}

.sc-teaching_guide .button:hover .button__text {
    color: #fff;
}

.sc-teaching_guide .button:hover .button-decor {
    transform: translate(0);
}

.guide_nav ul>li+li {
    margin-left: 8px;
}

.button-decor {
    position: absolute;
    inset: 0;
    background-color: var(--clr);
    transform: translateX(-100%);
    transition: transform .3s;
    z-index: 0;
}

.button-content {
    display: flex;
    align-items: center;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}

.button__icon {
    width: 48px;
    height: 40px;
    background-color: var(--clr);
    display: grid;
    place-items: center;
}

.button__text {
    display: inline-block;
    transition: color .2s;
    padding: 2px 1.5rem 2px;
    padding-left: .75rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 150px;
    font-size: 20px;
}


@media screen and (max-width:450px) {
    .main_title h3 {
        margin-bottom: 16px;
    }

    .sc-teaching_guide {
        flex-direction: column;
    }


    .sc-teaching_guide>li+li {
        margin-top: 8px;
        margin-left: 0;
    }

    .sc-teaching_guide .button {
        width: 100%;
    }
}

/* .sc-components_content {
    margin-bottom: 24px;
}

.sc-components {
    display: flex;
    padding-bottom: 16px;
    flex-wrap: wrap;
}

.sc-components_list {
    width: 70%;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.sc-components_list .btn {
    width: 150px;
    height: 40px;
    font-size: 20px;
    margin-right: 8px;
} */
.tab-block {
    position: absolute;
    right: 16px;
}

.tab-block .tabs {
    background-color: #dbdbdb;
    border-radius: 8px;
}

.tab_item {
    width: 65px;
    height: 32px;
    padding: 8px;
    background-color: #dbdbdb;
    color: #fff;
}

.tab_item:first-child {
    border-radius: 8px 0 0 8px;
}

.tab_item:last-child {
    border-radius: 0 8px 8px 0;
}

.tab_item.active {
    background-color: #285ee4;
    border-radius: 8px;
}

.main_title_content>.group {
    position: relative;
}

/* ============================================== */

/* 圖表資訊 */
.chart-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 16px;
    position: relative;
}

.highcharts-container {
    color-scheme: light !important;
}

.chart-pie {
    width: 100%;
    min-width: 0;
    display: flex;
    flex: 1;
    padding: 16px;
    margin-bottom: 24px;
    background: #fff;
    border-radius: 15px;
    position: relative;
}

.chart-container {
    width: 50%;
    position: relative;
    padding: 16px 8px;
}

.chart-container:nth-child(2)::after {
    content: '';
    display: inline-block;
    height: 100%;
    border-right: 2px solid #f0f0f0;
    position: absolute;
    top: 0;
    left: -16px;
    z-index: 3;
}

.highcharts-figure-pie {
    position: relative;
}

.pie_summary {
    color: #285ee4;
}

.pie_summary .title p {
    margin-bottom: 10px;
}

.pie_summary .title>.amount {
    font-size: 2rem;
}

/* summary-container */
.summary-container {
    flex: 0 0 376px;
    margin-bottom: 24px;
}

.summary_list ul li {
    width: 100%;
    min-width: 376px;
    font-size: 20px;
}

.summary_list ul li+li {
    margin-top: 24px;
}


.summary_list ul li .summary_info {
    width: 100%;
    height: 158px;
    padding: 16px;
    background-color: #fff;
    color: #285ee4;
    border-radius: 12px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 0;
}


.summary_list ul li .summary_info::after {
    content: url("../../../../images/components/material/decorations/23626_line_b.svg");
    position: absolute;
    bottom: -2px;
    right: 0px;
    z-index: 1;
    pointer-events: none;
}

.summary_list ul li .summary_title {
    margin-bottom: 24px;
}

.summary_list ul li .summary_title>img {
    margin-right: 8px;
}

.summary_list .summary_info>.amount {
    position: relative;
    font-size: 45px;
    text-align: right;
}


.unit-dollar::before {
    content: '$';
    margin-right: 8px;
}

.unit-percent::after {
    content: '%';
    margin-left: 4px;
}

.summary_list .growth {
    position: absolute;
    top: 20px;
    right: 16px;
    padding: 2px 6px;
    border-radius: 8px;
    white-space: nowrap;
}

.summary_list .growth.positive {
    background-color: #ff5757;
    color: white;
}

.summary_list .growth.negative {
    background-color: #46cd46;
    color: white;
}

.line-container {
    padding: 32px 16px;
    margin-bottom: 40px;
    background: #fff;
    border-radius: 15px;
    position: relative;
}


/* �𤣰�𣈲敺�颲虫�钅� */
.card_section1 .card {
    width: calc(100% / 3 - 16px);
    min-width: calc(33.333% - 16px);
    /* height: 220px; */
    margin: 0 8px 24px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    position: relative;
    overflow: hidden;
}

.card_section1 .card .sc-data-box {
    padding: 16px;
    background: #fff;
    color: var(--main-primary-color);
    font-size: var(--font-size-20);
    font-weight: var(--font-500);
}

.card_section1 .card1 .sc-data-box {
    color: #d16a01;
}

.card .sc-data-box h3 {
    font-size: 20px;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

.card .sc-data-box h3::before {
    /* content: ''; */
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.card1 .sc-data-box h3::before {
    content: url("../../../../images/card1.svg");
}

.card2 .sc-data-box h3::before {
    content: url("../../../../images/card2_v1.svg");
}

.card3 .sc-data-box h3::before {
    content: url("../../../../images/card3_v1.svg");
}

.card .sc-data-box .info {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    color: #285ee4;
    font-size: 25px;
    padding-bottom: 16px;
}

.card1 .sc-data-box .info {
    justify-content: space-around;
    color: #d16a01;
}

.card .sc-data-box .info .num {
    font-size: 45px;
}

.card .action {
    color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-self: center;
    background: #285ee4;
    text-align: center;
    width: 100%;
    justify-content: center;
    font-size: 20px;
    /* position: absolute; */
    /* bottom: 0; */
}

.card .action:hover {
    background-color: #658ae6;
}

.card .action:active {
    background-color: #2E4A8F;
}

.card1 .action {
    background: #d16a01;
}

.card1 .action:hover {
    background-color: #F98611;
}

.card1 .action:active {
    background-color: #8F4800;
}


.info_content section {
    width: 100%;
    max-width: 1380px;
    margin-bottom: 40px;
}


.home .card_section2 {
    width: 100%;
}

.home .card_section2 .card {
    width: calc(33.333% - 20px);
    border-radius: 15px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    margin-right: 20px;
    margin-bottom: 20px;
    background: #fff;
    position: relative;
}

.card4 .slick-list {
    overflow: hidden;
    border-radius: 15px
}

.card4 .bank-info {
    padding: 16px;
    font-weight: 500;
    color: #285ee4;
    min-height: 140px;
    box-sizing: border-box
}

.card4 .bank-info .bank {
    border-right: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    height: 40px
}

.card4 .bank-info .bank .default {
    font-size: var(--font-size-20);
    /* background-image: none; */
    background-image: url("../../../../images/card4_v1.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-left: 38px;
    font-weight: var(--font-500);
    margin-bottom: 16px;
    letter-spacing: 1px;
    height: 28px;
    line-height: 28px;
    color: var(--main-primary-color)
}

.card4 .bank-info .bank .default_0 {
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 26px;
    color: var(--main-primary-color)
}

.card4 .bank-info .bank-account {
    font-size: 20px;
    text-align: center;
    /* padding: 16px 24px; */
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.card4 .bank-info .bank-account .bank_num {
    position: relative;
    max-width: 200px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.card4 .bank-info .bank-account .bank_name {
    font-size: 16px;
    position: relative;
    max-width: 200px;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card4 .bank-info .bank-account .bank_num:hover::after,
.card4 .bank-info .bank-account .bank_name:hover::after {
    content: attr(data-full-text);
    /* Show the full text stored in a data attribute */
    position: absolute;
    bottom: 100%;
    /* Position above the element */
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    /* Background color for the tooltip */
    color: #fff;
    /* Text color for the tooltip */
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;
    z-index: 10;
    max-width: none;
    /* Allow the tooltip to expand */
}

.card4 .sc-data-box .slide .item {
    background: #285ee4;
    color: #fff;
    display: flex !important;
    align-items: center;
    padding: 0 16px 10px;
    height: 46px;
    box-sizing: border-box;
    font-size: 25px;
    position: relative
}

.card4 .sc-data-box .slide .item .amount {
    font-size: 35px;
    width: 100%;
    text-align: right;
    padding-left: 8px;
    padding-right: 8px
}

.card4 .sc-data-box .slick-dots {
    display: flex;
    position: absolute;
    left: 50%;
    bottom: -28px;
    transform: translate(-50%, 0%)
}

.card4 .sc-data-box .slick-dots li button {
    cursor: pointer;
    height: 9px;
    width: 9px;
    border-radius: 100%;
    text-indent: -9999px;
    padding: 0;
    margin: 0 4px;
    background: #b4b4b4;
    border: 1px solid #b4b4b4;
    outline: none;
    transition: width 0.3s ease;
}

.card4 .sc-data-box .slick-dots li.slick-active button {
    background: #658ae6;
    border-color: #658ae6;
    width: 14px;
    border-radius: 5px;
}


.card4 .sc-data-box .slick-prev,
.card4 .sc-data-box .slick-next {
    position: absolute;
    bottom: 25px;
    text-indent: -9999px;
    cursor: pointer
}

.card4 .sc-data-box .slick-prev {
    width: 0;
    background-image: url("../../../../images/left_abtn_v1.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 44px;
    width: 44px;
    left: 2px;
    top: 35%;
    border: 0;
    z-index: 2;
    border-radius: 50%;
    background-color: transparent
}

.card4 .sc-data-box .slick-next {
    background-image: url("../../../../images/right_abtn_v1.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 44px;
    width: 44px;
    right: 2px;
    top: 35%;
    z-index: 2;
    border: 0;
    background-color: transparent;
    border-radius: 50%
}

.card4 .sc-data-box .slick-arrow:hover {
    background-color: #E6EDFF
}

.card4 .sc-data-box .slick-arrow:active {
    background-color: #E6EDFF
}

.card5 {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(66.66666% - 20px);
    position: relative;
    /* height: 186px; */
    background: #fff;
    padding-bottom: 46px;
}

.card5 .sc-data-box {
    padding: 16px 16px 0;
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.card5 .sc-data-box h3 {
    font-size: var(--font-size-20);
    background-image: url("../../../../images/card5_v1.svg");
    background-position: left center;
    padding-left: 38px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    font-weight: var(--font-500);
    margin-bottom: 8px;
    height: 28px;
    color: var(--main-primary-color);
    line-height: 28px
}

.card5 .sc-data-box .datep {
    font-size: 12px;
    font-weight: 500;
    color: #285ee4;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    margin-left: auto;
}

.sc-datepicker {
    width: 150px;
    height: 28px;
    color: #fff;
    background: #285ee4;
    border-radius: 15px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    margin-left: 8px;
    display: flex;
    align-items: center;
    border: 1px solid #285ee4;
    user-select: none;
}

.sc-datepicker input {
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 0 13px;
    background: 0 0;
    border: 0;
    outline: none;
    border-radius: 15px;
    letter-spacing: 1px;
}

.sc-datepicker:hover {
    background: #2E4A8F;
}


.card5 .info .sec1 {
    padding: 0px 20px;
    display: flex;
    width: 100%;
    justify-content: end;
    letter-spacing: 1px
}

.card5 .info .sec2 {
    width: 100%;
    height: 46px;
    background: #285ee4;
    color: #fff;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0 20px;
    letter-spacing: 1px;
    box-sizing: border-box;
    text-align: end;
    position: absolute;
    bottom: 0;

}

.sec1_op1,
.sec1_op2 {
    display: flex
}

.card5 .info .amount1 {
    color: #d69898
}

.card5 .info .amount2 {
    font-size: 45px;
    color: #ffaf00
}

.card5 .info .amount3 {
    color: #146aad
}

.card5 .info .amount4 {
    font-size: 35px;
    color: #fff
}

.card5 .info .op1 {
    padding: 0 12px;
    font-size: 35px;
    color: #6e6e6e
}

.card5 .info .op3 {
    padding: 0 12px;
    font-size: 30px;
    color: #fff
}

.card5 .info .unit {
    margin-left: 5px;
    font-size: 30px;
    color: #fff;
    margin-right: 20px
}

.card5 .info .amount1,
.card5 .info .amount2,
.card5 .info .amount3 {
    font-size: 32px;
    text-align: end
}

.card5 .info .amount1 span,
.card5 .info .amount2 span,
.card5 .info .amount3 span {
    display: block;
    margin-top: 6px;
    text-align: right;
    font-size: 15px
}

/* ���鰵瘨��� */
.news-card {
    /* width: 100%; */
    padding: 16px;
    border-radius: 15px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    background-color: #fff;
    /* border: 4px solid var(--main-color); */
    margin: 8px;
}

.news-card h3 {
    color: var(--main-primary-color);
    font-size: var(--font-size-20);
    font-weight: var(--font-500);
    text-align: left;
    letter-spacing: 2px;
}

.news-card ul li {
    padding: 24px 0px 8px;
    border-bottom: 1px solid #707070;
    margin-left: 8px;
    margin-right: 8px;

}

.news-card ul li a {
    font-size: 15px;
    color: #5d5d5d;
    text-align: center;
    display: flex;
}

.news-card ul li a:hover {
    text-decoration: underline;
}

.news-card ul li a .date {
    margin-right: 20px;
    line-height: 1.8em;
}

.news-card ul li a .title {
    line-height: 1.8em;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.news_statementcloud {
    width: 100%;
    min-width: 580px;
}

.news_activity,
.new_taxation {
    max-width: 376px;
}


@media screen and (max-width:1580px) {
    .news_about {
        flex-direction: column;
    }

    .news_activity,
    .new_taxation {
        max-width: calc(50% - 16px);
    }
}

@media screen and (max-width:1280px) {
    .chart-info {
        flex-direction: column;
    }

    .summary-container {
        flex: 0 0 auto;
    }

    .summary_list ul {
        display: flex;
    }

    .summary_list ul li {
        width: calc(100% / 3);
        min-width: auto;
        /* font-size: 16px; */
    }

    .summary_list ul li+li {
        margin-top: 0;
        margin-left: 24px;
    }
}


@media screen and (max-width: 1277px) {
    .main_intro .main_chart {
        flex-direction: column;
    }

    .card_section1 {
        width: 100%;
        /* margin-bottom: 16px; */
        flex-wrap: wrap;
    }

    .myChart .chart_content .expense_chart,
    .myChart .chart_content .income_chart {
        box-sizing: border-box;
        height: 300px !important;
        width: 300px !important;
    }

    .home .sc-components_content {
        margin-right: 0px;
    }

}


@media screen and (max-width:1024px) {

    .my_package {
        width: 100%;
    }

    .main_chart .chart_section {
        width: 45%;
        position: absolute;
        top: 240px;
        right: 7%;
    }

    .card_section1 .card {
        width: calc(50% - 16px);
    }


    .home .card_section2 .card4 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 56px;
        min-width: 308px;
    }

    .card5 {
        width: 100%;
        margin-right: 0;
    }

    .card5 .info .sec1 {
        padding: 16px 20px;
    }

    .news_about>.d-flex {
        flex-direction: column;
    }

    .news-card,
    .news_statementcloud {
        min-width: 311px;
    }

    .news_activity,
    .new_taxation {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .card_section1 .card {
        width: 100%;
        margin-right: 0;
    }

    .main_intro .main_chart .chart_section {
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
    }

    .chart-container {
        width: 100%;
    }

    .chart-container:nth-child(2)::after {
        width: 100%;
        height: 1px;
        border-bottom: 2px solid #f0f0f0;
        top: 0;
        left: 0;
    }

    .chart-pie {
        flex-direction: column;
        align-items: center;
    }

    .summary_list ul {
        flex-direction: column;
    }

    .summary_list ul li {
        width: 100%;
        font-size: 20px;
    }

    .summary_list ul li+li {
        margin-left: 0;
        margin-top: 24px;
    }

}

@media screen and (max-width: 742px) {
    .card5 .info .sec1 {
        flex-direction: column;
        align-items: flex-end;
    }

    .sec1_op1,
    .sec1_op2 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 16px;
    }

    .card5 {
        min-height: 358px;
        background: #fff;
    }

}



#ex1_modal {
    padding: 32px 16px;
}

#ex1_modal .action .btn {
    width: 150px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}



/* chk_content */
.chk_content {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.custom_chk input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom_chk {
    display: inline-block;
    position: relative;
    padding-left: 24px;
    color: #000000;
    cursor: pointer;
}

.custom_chk .checkmark {
    height: 16px;
    width: 16px;
    position: absolute;
    top: 1px;
    left: 2px;
    background-color: #fff;
    border: 2px solid var(--main-primary-color);
}

.custom_chk .checkmark:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 4px;
    width: 3px;
    height: 8px;
    border: solid var(--main-primary-color)0;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}

.custom_chk input:checked~.checkmark:after {
    display: block
}

/* model */
#modal_first_set.modal {
    max-width: 343px;
    background-color: #fff;
    border-radius: 20px;
    padding: 32px 16px;
    text-align: center;
}

#modal_first_set.modal h4 {
    font-size: 1.5rem;
    color: var(--main-primary-color);
    margin-bottom: 32px;
}


#modal_first_set.modal .action .btn {
    width: 100%;
}

.first_set p {
    font-size: 20px;
    margin-bottom: 16px;
}

.first_set .label_up_field {
    margin-bottom: 32px;
}

.first_set .label_up_field .error_message {
    right: 8px;
}

.basic_info {
    position: relative;
    margin-bottom: 24px;
    border-bottom: 1px solid #ccc;
}


.select_field {
    width: 100%;
    margin-bottom: 40px;
}

.select_field>.title {
    text-align: start;
    margin-bottom: 8px;
    color: #6a6a6a;
    font-size: 18px;
    font-weight: bold;
}

.select_field .select-selected {
    border: 2px solid #c6c6c6;
}

.select-items div,
.select-selected {
    text-align: left;
}

.select-items {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left: 2px solid var(--main-primary-color);
    border-right: 2px solid var(--main-primary-color);
    border-bottom: 2px solid var(--main-primary-color);
}

.select-selected.select-arrow-active {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top: 2px solid var(--main-primary-color);
    border-left: 2px solid var(--main-primary-color);
    border-right: 2px solid var(--main-primary-color);
}

.select-selected.select-arrow-active,
.select-selected.select-arrow-active~.select-items>div {
    border-bottom: 1px solid var(--main-primary-color);
}

.select_field.error .select-selected {
    border: 2px solid red;
}

.select_field select:disabled~.select-selected {
    background-color: #dbdbdb;
    border-color: #dbdbdb;
    color: #999;
    cursor: not-allowed;
    pointer-events: none;
}

.select_field .select_changed .select-selected {
    color: #000;
    width: 100%;
    padding: 8px 24px 8px 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#modal_ready_set {
    max-width: 343px;
    background-color: #394fbc;
}

#modal_ready_set.modal .message {
    color: #fff;
}

#modal_ready_set.modal h4 {
    color: #fff;

}

#modal_ready_set.modal .action .btn {
    width: 100%;
    font-weight: bold;
}