:root {
    --rwdMaxWidth: 512px;
}

body {
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.allDiv {
    display: none;
    width: 100%;
    text-align: center;
    font-family: Roboto, "Microsoft JhengHei", "Open Sans", Arial, "SF Pro TC", "PingFang TC", sans-serif;
}

.frame {
    width: 100%;
}

#orgFrame {
    background-color: white;
    /*display: none;*/
}

.frameDiv {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
 }

.caption {
    font-style: normal;
    font-weight: 700;
    font-size: 36px !important;
    line-height: 53px;
    color: #3AAFA9;
    margin-bottom: 30px;
}

.frameDiv .doc {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: justify;
    letter-spacing: 0.025em;
    color: #40474A;
    margin-bottom: 30px;
}

#orgContentDiv {
    width: 100%;
    height: 294px;
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap:wrap;
    align-content: space-between;
}

#orgContentDiv * {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: black;
}

#orgHorLine1,#orgHorLine2 {
    position: absolute;
    top :0;
    width: 50%;
    height: 50%;
     z-index: 1;
}

#orgHorLine1 {
    left: 0;
    border-bottom: 4px solid #FFB636;
}

#orgHorLine2 {
    right: 0;
    border-bottom: 4px solid #FFDEC7B2;
}

#orgItem1,#orgItem2 {
    width: 300px;
    height: 156px;
    border-radius: 10px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;

    padding: 48px 25px 48px 25px;
    text-align: center;
}

#orgItem1{
    background-color: #FFB636;
}

#orgItem2 {
    background-color: rgba(255, 222, 199, 1);
}

#orgHorLine3 {
    width: 372px;
    height: 216px;
    border-radius: 10px;
    border-left: 4px solid #FFDEC7B2;
    border-top: 4px solid #FFDEC7B2;
    border-bottom: 4px solid #FFDEC7B2;
    background-color: transparent;
    z-index: 2;
}

#orgItem3Div {
    width: 308px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;

    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap:wrap;
    align-content: space-between;
}

#orgItem3Div div {
    width: 100%;
    height: 78px;
    align-content: space-between;
    background-color: #B8E9E6;
    border-radius: 10px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
/*----------------------------------*/
#policyFrame {
    background-color: #F7F7F7;
    /*display: none;*/
}

.policyBlock {
    box-sizing: border-box;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 30px 50px;
    gap: 50px;
    margin-bottom: 20px;

    width: 100%;

    background: #FFFFFF;
    border: 1px solid #F4F5F6;
    border-radius: 20px;

    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    position: relative;
}

.policyBlockMove {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: 3;
    display: none;
}

.policyBlockContentDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 5px;

    width: 850px;
    flex: none;
    order: 1;
    flex-grow: 1;
}

.policyBlockTitle {
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    color: #2B7A77;

    display: flex;
    align-items: center;
    letter-spacing: 0.04em;
    text-align: justify;

    flex: none;
    align-self: stretch;
    flex-grow: 0;
}

.policyBlockContent {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #717784;
    display: flex;
    align-items: center;
    text-align: justify;
    letter-spacing: 0.02em;

    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.performanceCaptionDiv {
    color: #005B8E;
}

.performanceCaptionDiv br {
    display: none;
}


.performanceContent:nth-child(1) .performanceDoc {
    font-weight: 700;
    font-size: 64px;
    line-height: 150%;
    color: #FF7D45;
    margin-top: 10px;
}

.performanceContent:nth-child(1) .performanceDoc span {
    font-weight: normal;
    font-size: 40px;
}

.performanceContent:nth-child(2) .performanceDoc {
    font-weight: 700;
    font-size: 64px;
    line-height: 150%;
    color: #008CDB;
    margin-top: 19px;
}

.performanceContent:nth-child(2) .performanceDoc span {
    font-weight: normal;
    font-size: 40px;
}

.performanceContent:nth-child(3) .performanceDoc,
.performanceContent:nth-child(4) .performanceDoc,
.performanceContent:nth-child(5) .performanceDoc {
    font-weight: 700;
    font-size: 18px;
    line-height: 220%;
    color: black;
    margin-top: 10px;
}

.performanceContent .performanceCaptionDiv {
    margin-top: 30px;
}
.performanceContent.big .performanceCaptionDiv {
    margin-top: 0;
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
}

.performanceContent:nth-child(5) .performanceDoc {
    margin-top: 10px !important;
}
.performanceContent:nth-child(6) .performanceDoc {
    margin-top: 10px !important;
    font-size: 24px !important;
    font-weight: 400;
    line-height: 150%;
}

.performanceContent:nth-child(3) .performanceDoc div span,
.performanceContent:nth-child(4) .performanceDoc div span {
    font-size: 26px;
    color: #C8B400;
}

.performanceContent:nth-child(5) .performanceDoc div span:nth-child(2) {
    font-size: 28px;
    color: #008CDB;
}

.performanceContent.big .performanceDoc div {
    font-weight: 700;
    font-size: 26px;
    line-height: 150%;
}
.performanceContent.big .performanceDoc div:nth-child(1) {
    color: #008CDB;
}
.performanceContent.big .performanceDoc div:nth-child(2) {
    color: #40474A;
}

.two {
    font-size: 20px !important;
}

.three {
    font-size: 18px !important;
}

.four {
    color: #FF7D45;
    font-weight: 700;
}


.performanceContent:nth-child(1) .performanceCaptionDiv div:nth-child(1) {
    font-weight: 400;
    font-size: 37px;
    line-height: 150%;
    letter-spacing: 0;
}
.performanceContent:nth-child(1) .performanceCaptionDiv div:nth-child(2) {
    font-weight: 700;
    font-size: 38px;
    line-height: 150%;
    letter-spacing: 0;
}

.performanceContent:nth-child(2) .performanceCaptionDiv div:nth-child(1) {
    font-weight: 700;
    font-size: 34px;
    line-height: 130%;
}
.performanceContent:nth-child(2) .performanceCaptionDiv div:nth-child(2) {
    font-weight: 400;
    font-size: 38px;
    line-height: 130%;
}

.performanceContent:nth-child(3) .performanceCaptionDiv div:nth-child(1) {
    font-weight: 400;
    font-size: 34px;
    line-height: 130%;
}
.performanceContent:nth-child(3) .performanceCaptionDiv div:nth-child(2) {
    font-weight: 700;
    font-size: 34px;
    line-height: 130%;
}

.performanceContent:nth-child(4) .performanceCaptionDiv div:nth-child(1) {
    font-weight: 400;
    font-size: 34px;
    line-height: 130%;
}
.performanceContent:nth-child(4) .performanceCaptionDiv div:nth-child(2) {
    font-weight: 700;
    font-size: 34px;
    line-height: 130%;
}

.performanceContent:nth-child(5) .performanceCaptionDiv div:nth-child(1) {
    font-weight: 400;
    font-size: 34px;
    line-height: 130%;
}
.performanceContent:nth-child(5) .performanceCaptionDiv div:nth-child(2) {
    font-weight: 700;
    font-size: 34px;
    line-height: 130%;
}

.performanceContent:nth-child(6) .performanceCaptionDiv div:nth-child(1) {
    font-weight: 400;
    font-size: 34px;
    line-height: 130%;
}
.performanceContent:nth-child(6) .performanceCaptionDiv div:nth-child(2) {
    font-weight: 700;
    font-size: 34px;
    line-height: 130%;
}
/*----------------------------------*/
#runFrame {
    background-color: #F7F7F7;
    /*display: none;*/
}

#runContentDiv {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 50px;
    justify-content: space-between;
}

.runBlock {
    display: flex;
    width: 510px;
    flex-direction: column;
    align-items: center;
}

.runBlock .arrowIcon {
    margin-right: 0;
    margin-bottom: -2px;
    transform: rotate(90deg);
}

.runContentLine {
    width: calc(100% - 30px);
    border-left: none;
    border-top: 2px solid #008CDB;
}

.runContentRightDiv {
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding: 20px;
    align-items: center;
    width: 100%;
 }

#runTitle {
    width: calc(100% - 183px);
    margin-left: auto;
    margin-right: auto;
}

.runContentLeftDiv {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 200px;
    align-items: center;
    margin-bottom: 10px;
}

.runContentLeftDiv img {
    height: 64px;
    width: auto;
 }

.runContentLeftDiv div {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #005B8E;
}

.runContentRightDiv img {
    width: 32px;
    height: 32px;
}

.runContentRightDiv span {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    text-align: justify;
    letter-spacing: 0.04em;
    color: #40474A;
}

.onFocus {
    background-color: white;
    font-weight: 700 !important;
}

.runBlock span {
    text-align: left;
    font-weight: 400;
}

#runDownloadDiv {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;

    padding: 7px 10px 7px 15px;
    width: 389px;
    height: 50px;
    background: #3AAFA9;
    border-radius: 30px;
    margin: 30px auto 0 auto;
    position: relative;
}

#runDownload {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;

    color:  white;
    width: 100%;
    height: 100%;
}

#runDownload:link {
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
}

#runDownloadDiv img {
    position: absolute;
    right: 10%;
    top: 25%;
    bottom: 25%;
    z-index: 2;
}
/*----------------------------------*/
#performanceFrame {
    background-repeat: no-repeat;
    background-size: cover !important;
    background: linear-gradient(0deg, rgba(0, 24, 46, 0.28), rgba(0, 24, 46, 0.28)), url("../../../img/menu/1/1-5/performance_2025.jpg");
    background-position: 50% 50% !important;
}

#performanceDoc {
    text-align: center;
    color: white;
    margin-bottom: 42px;
}

.performanceFrameDiv {
    display: flex;
    justify-content: center;
    padding-left: 45px;
    padding-right: 45px;
}

#performanceContentDiv {
    display: flex;
    max-width: 930px;
    flex-direction: row;
    row-gap: 30px;
    column-gap: 45px;
    justify-content: center;
    flex-wrap: wrap;
}

.performanceContent {
    width: 280px;
    height: 280px;
    border-radius: 50px;
    background-color: #FFFFFCE5;
    display: flex;
    flex-direction: column;
}

.performanceContent.big, .performanceContent.small {
    width: 605px;
    height: 200px;
    padding: 20px;
    margin-top: 0;
    margin-bottom: 0;
    gap: 20px;
    border-radius: 30px;
    justify-content: center;
}
.performanceContent.small {
    width: 280px;
}
.performanceContent.small .performanceCaptionDiv {
    margin-top: 0;
    font-weight: bold;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: 0;
}
.performanceContent.small .performanceDoc {
    font-weight: normal;
    font-size: 22px;
    line-height: 150%;
}
.performanceContent.small .performanceDoc .five {
    font-weight: bold;
}

#performanceFrame .frameDiv {
    padding-bottom: 46px;
}

#performanceFrame .caption {
    color: #43D8D0;
    text-align: center;
}

#performanceContentDiv {
    width: 100%;
    height: auto;
    max-width: 930px;
    row-gap: 30px;
    column-gap: 45px;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
}

.performanceContent {
    width: 280px;
    height: 240px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(255, 255, 252, 0.9);
}

.performanceContent:nth-child(n+7) {
    display: none;
}

.performanceContent .performanceCaptionDiv,
.performanceContent.big .performanceCaptionDiv,
.performanceContent.small .performanceCaptionDiv {
    margin-top: 0;
    color: #005B8E;
    font-weight: 700;
    font-size: 34px;
    line-height: 130%;
    letter-spacing: 0;
}

.performanceContent .performanceCaptionDiv div {
    font-size: inherit;
    line-height: inherit;
}

.performanceContent .performanceDoc,
.performanceContent:nth-child(3) .performanceDoc,
.performanceContent:nth-child(4) .performanceDoc,
.performanceContent:nth-child(5) .performanceDoc,
.performanceContent:nth-child(6) .performanceDoc,
.performanceContent.small .performanceDoc {
    max-width: 100%;
    margin-top: 20px !important;
    padding-bottom: 0;
    color: #40474A;
    font-weight: 700;
    font-size: 20px !important;
    line-height: 130% !important;
}

.performanceContent:nth-child(1) .performanceDoc,
.performanceContent:nth-child(2) .performanceDoc {
    margin-top: 20px;
    white-space: nowrap;
    font-size: 64px !important;
    line-height: 100% !important;
}

.performanceContent:nth-child(1) .performanceDoc span,
.performanceContent:nth-child(2) .performanceDoc span {
    font-size: inherit !important;
}

.performanceContent:nth-child(3) .performanceDoc div span,
.performanceContent:nth-child(5) .performanceDoc div span,
.performanceContent:nth-child(5) .performanceDoc div span:nth-child(2) {
    color: #C8B400;
    font-size: 26px;
}

.performanceContent:nth-child(4) .performanceDoc div span:first-child {
    color: #008CDB;
    font-size: 28px;
}

.performanceContent:nth-child(6) .performanceDoc .four {
    color: #FF7D45;
    font-size: 24px;
}

.performanceContent:nth-child(3) .performanceCaptionDiv {
    width: 240px;
    height: 134px;
    margin-top: 0;
    line-height: 100%;
}

.performanceContent:nth-child(3) {
    gap: 12px;
}

.performanceContent:nth-child(3) .performanceCaptionDiv div {
    width: 240px;
    line-height: 100%;
    text-align: center;
    color: #005B8E;
    font-family: "Microsoft JhengHei", sans-serif;
}

.performanceContent:nth-child(3) .performanceCaptionDiv div:nth-child(1) {
    height: 42px;
    font-weight: 400;
    font-size: 42px;
}

.performanceContent:nth-child(3) .performanceCaptionDiv div:nth-child(2) {
    height: 46px;
    font-weight: 700;
    font-size: 46px;
}

.performanceContent:nth-child(3) .performanceCaptionDiv div:nth-child(3) {
    height: 46px;
    font-weight: 700;
    font-size: 46px;
}

.performanceContent:nth-child(3) .performanceDoc {
    width: 240px;
    height: 74px;
    margin-top: 0 !important;
    font-family: Roboto, "Microsoft JhengHei", sans-serif;
    font-weight: 400;
    font-size: 33px !important;
    line-height: 112% !important;
    color: #40474A;
}

.performanceContent:nth-child(3) .performanceDoc div span {
    font-weight: 700;
    font-size: 34px;
}

/*----------------------------------*/
#bcpFrame {
    background-color: white;
}

.bcpFrameScrollDiv {
    width: 100%;
    max-width: 1080px;
    overflow-x: auto;
    margin-top: 28px;
}

.bcpFrameDiv {
    display: flex;
    flex-direction: column;
    width: 1080px;
    gap: 10px;
}

.bcpDiv {
    width: 100%;
    position: relative;
    height: 60px;
}

.bcpBlock {
    width: calc((100% / 3) + 10px);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    position: absolute;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    padding-left: 20px;
}

#oneBcp {
    background-image: url("../../../img/menu/4/4-7/target_1.svg");
    z-index: 3;
    left: 0;
    border-radius: 5px 0 0 5px;
}

#twoBcp {
    background-image: url("../../../img/menu/4/4-7/target_2.svg");
    z-index: 2;
    left:  calc((100% / 3) + 1px);
    border-radius: 5px 0 0 5px;
}

#threeBcp {
    width: calc(100% / 3);
    background-color: #C8B400;
    z-index: 1;
    left: calc(((100% / 3) * 2) + 3px);
    border-radius: 5px;
}

.bcpBlock span {
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.04em;
    color: white;
    text-align: left;
}

.bcpContentDiv {
    width: 100%;
    height: 292px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 7px;
}

.bcpBlockContent {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 5px;
    text-align: left;
    justify-content: center;
    padding: 20px;
}

.bcpBlockContent ul {
    margin: 0 0 0 20px;
    padding: 0;
    padding-inline-start: 0;
}

.bcpBlockContent ul li {
    color: #F7F7F7;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 130%;
    letter-spacing: 0.02em;
}

#oneBcpContent {
    flex: 1;
    background-color: #2B7A77;
}

#twoBcpContent {
    flex: 1;
    background-color: #3AAFA9;
}

#threeBcpContent {
    flex: 1;
    background-color: #C8B400;
}

.execFreqDiv {
    margin-top: 30px;
    padding: 30px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 1080px;
    min-height: 161px;
    height: auto;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid #F4F5F6;
    border-radius: 20px;
    background-color: #F7F7F7;
    text-align: left;
    color: #40474A;
    margin-left: auto;
    margin-right: auto;
}

.execFreqDiv div {
    display: flex;
    align-items: center;
    width: 980px;
    height: 36px;
    max-width: 100%;
    font-family: "Microsoft JhengHei", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0;
    color: #40474A;
}

.execFreqDiv ul {
    width: 980px;
    height: auto;
    max-width: 100%;
    font-family: "Microsoft JhengHei", sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
    list-style: none;
}

.execFreqDiv ul li {
    display: grid;
    grid-template-columns: 8px minmax(0, 1fr);
    column-gap: 10px;
    align-items: start;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-align: justify;
    color: #40474A;
}

.execFreqDiv ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-top: 11px;
    background-color: #4AC8C1;
}

#bcpDoc ul {
    margin: 6px 0 0 1.4em;
    padding: 0;
    list-style: square;
}

#bcpDoc li::marker {
    color: #35BDB8;
}

#threatFrameDiv {
    padding-top: 0;
    padding-bottom: 20px;
}

.threatResponseBlock {
    width: 100vw;
    margin-left: calc((1080px - 100vw) / 2);
    padding: 50px 0 56px 0;
    background-color: #F7F7F7;
}

.threatResponseInner {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.threatTitle {
    color: #35BDB8;
    text-align: center;
}

.threatDoc {
    margin-top: 20px;
}

.threatCardDiv {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.threatCard {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 30px 50px;
    gap: 50px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #F4F5F6;
    border-radius: 20px;
}

.threatIcon {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    object-fit: contain;
}

.threatCardContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 850px;
    flex: none;
    flex-grow: 1;
}

.threatCardContent h3 {
    margin: 0;
    color: #2B7A77;
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 0.04em;
    text-align: justify;
    align-self: stretch;
}

.threatCardContent div {
    color: #717784;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-align: justify;
    align-self: stretch;
}

.threatCardContent ul {
    margin: 0;
    padding-left: 1.4em;
}

.cultureBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
    padding-top: 24px;
    padding-bottom: 44px;
}

.cultureTitle {
    color: #35BDB8;
    text-align: center;
    margin: 0 0 28px 0;
}

.cultureDoc {
    margin-bottom: 34px;
}

.cultureMetricDiv {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px 32px;
    max-width: 780px;
}

.cultureMetric {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 14px 20px;
    background-color: #F7F7F7;
    border-radius: 999px;
    color: #40474A;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    white-space: nowrap;
}

.cultureMetric img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.cultureHighlight {
    color: #C8B400;
}

.cultureHighlight.blue {
    color: #008CDB;
}

.cultureHighlight.orange {
    color: #FF7D45;
}

.supplierBlock {
    padding-top: 52px;
}

.supplierBlock .cultureTitle {
    margin-bottom: 28px;
}

.supplierBlock ul {
    margin: 10px 0 0 0;
    padding-left: 1.4em;
    list-style: square;
}

.supplierBlock li::marker {
    color: #35BDB8;
}

.auditBlock {
    padding-top: 56px;
}

.auditMethodBlock {
    margin-top: 32px;
}

.auditMethodBlock h3 {
    color: #2B7A77;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.04em;
    margin: 0 0 22px 0;
}

.auditMethodBlock .runMethodItemDiv {
    align-items: flex-start;
}

.auditMethodBlock .runMethodItemTag {
    margin-top: 0.65em;
}

#futureStrategyFrame {
    position: relative;
    isolation: isolate;
    background-image: url("../../../img/menu/1/1-5/future_strategy_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#futureStrategyFrame::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-color: rgba(35, 95, 166, 0.55);
    pointer-events: none;
}

#futureStrategyFrame .frameDiv {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 528px;
    padding-top: 50px;
    padding-bottom: 50px;
    gap: 30px;
}

#futureStrategyFrame .caption {
    color: #43D8D0;
    text-align: center;
    width: 360px;
    height: 48px;
    margin: 0;
    line-height: 48px;
}

.futureStrategyContent {
    width: 1080px;
    height: 270px;
    color: #FFFFFF;
    font-family: "Microsoft JhengHei", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
    max-width: 1080px;
    margin: 0;
    text-align: justify;
}

@media only screen and (max-width: 1110px) {
    .futureStrategyContent {
        width: calc(100% - 30px);
    }
}

.futureStrategyContent ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.futureStrategyContent li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.futureStrategyContent li::before {
    content: "";
    width: 10px;
    height: 10px;
    margin-top: 0.65em;
    flex: 0 0 10px;
    background-color: #4AC8C1;
}

#futureDownloadDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    width: 389px;
    height: 50px;
    margin: 0;
    padding: 7px 10px 7px 15px;
    background-color: #3AAFA9;
    border-radius: 30px;
    position: relative;
}

#futureDownload:link,
#futureDownload:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
}

#futureDownloadDiv img {
    width: 28px;
    height: 28px;
}


.thirdSubDiv {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.runMethodDiv {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/*.runMethodDiv ul {*/
/*    text-align: left;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    list-style: none; !* 移除預設點點 *!*/
/*    padding-inline-start: 0;*/
/*}*/

/*.runMethodDiv ul li::before {*/
/*    content: '';*/
/*    display: inline-block;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    background-color: #4AC8C1;*/
/*    margin-right: 10px;;*/
/*    vertical-align: middle;*/
/*}*/

/*.runMethodDiv ul li {*/
/*    font-weight: normal;*/
/*    font-size: 20px;*/
/*    line-height: 150%;*/
/*    letter-spacing: 0.025em;*/
/*    color: #40474A;*/
/*}*/

.runMethodDiv h3 {
    font-weight: bold;
    font-size: 28px;
    line-height: 150%;
    color: #2B7A77;
}

.runMethodItemDiv {
    display: flex;
    flex-direction: row;
    text-align: left;
    padding-right: 15px;
    padding-left: 10px;
}

.runMethodItemTag {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #4AC8C1;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.runMethodItem {
    display: inline-block;
    width: calc(100% - 16px);
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.025em;
    color: #40474A;
}

/*----------------------------------*/
@media only screen and (max-width: 1080px) {
    .frameDiv {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .frameDiv .doc {
        font-size: 16px;
        line-height: 140%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .caption {
        font-size: 24px !important;
        line-height: 32px;
    }

    #orgHorLine1,#orgHorLine2 {
        left : 0;
    }

    #orgHorLine1 {
        height: 40%;
        top: 0;
        border-bottom: none;
        border-right: 4px solid #FFB636;
    }

    #orgHorLine2 {
        height: 60%;
        top: auto;
        bottom: 0;
        border-bottom: none;
        border-right: 4px solid #FFDEC7B2;
    }

    #orgHorLine3 {
        width: 73%;
        height: 47.08%;
        border-left: 4px solid #FFDEC7B2;
        border-right: 4px solid #FFDEC7B2;
        border-top: 4px solid #FFDEC7B2;
        border-bottom: none;
    }

    #orgContentDiv {
        /*max-width: 512px;*/
        max-width: var(--rwdMaxWidth);
        margin-left: auto;
        margin-right: auto;
        flex-direction: row;
        height: 160vw;
        max-height: calc(414px * 1.6);
        padding-left: 38px;
        padding-right: 38px;
        gap: 30px;
    }

    #orgContentDiv * {
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0.1em;
    }

    #orgItem1,#orgItem2 {
        width: 100%;
        height: 20.83%;
    }

    #orgItem3Div {
        width: calc(100% - 76px);
        height: 41.67%;
        top: auto;
        left: 38px;
        bottom: 0;
        flex-direction: column;
    }

    #orgItem3Div div {
        width: 26.33%;
        height: 100%;
        -webkit-writing-mode: vertical-lr;
        writing-mode: vertical-lr;
        letter-spacing: 0.2em;
    }
    /*====================================*/
    .policyBlock {
        width: calc(100% - 30px);
        max-width: var(--rwdMaxWidth);
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
        padding-left: 30px;
        padding-right: 30px;
        gap: 20px;
    }

    .policyBlockContentDiv {
        width: 100%;
    }

    .policyBlockTitle {
        font-size: 20px;
        line-height: 130%;
    }

    .policyBlockContent {
        font-size: 16px;
        line-height: 130%;
    }
    /*====================================*/

    #runDownloadDiv {
        width: 80vw;
        max-width: 300px;
    }

    #runDownload:link {
        font-size: 16px;
        line-height: 130%;
    }

    .runBlock {
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0.02em;
    }

    #runContentDiv {
        justify-content: center;
    }

    .execFreqDiv {
        width: calc(100% - 30px);
    }

    .bcpFrameScrollDiv {
        padding-left: 15px;
        padding-right: 15px;
    }

    .runMethodItem {
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 0.02em;
    }

    .threatResponseBlock {
        width: 100%;
        margin-left: 0;
        padding: 35px 0 40px 0;
    }

    .threatCard {
        width: calc(100% - 30px);
        max-width: var(--rwdMaxWidth);
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 30px;
    }

    .threatCardContent {
        width: 100%;
    }

    .threatCardContent h3 {
        font-size: 20px;
        line-height: 130%;
    }

    .threatCardContent div {
        font-size: 16px;
        line-height: 130%;
    }

    .cultureTitle {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cultureBlock {
        margin-top: 20px;
        padding-top: 20px;
    }

    .cultureMetricDiv {
        width: calc(100% - 30px);
        max-width: var(--rwdMaxWidth);
        gap: 14px;
    }

    .cultureMetric {
        width: 100%;
        justify-content: center;
        white-space: normal;
        text-align: center;
    }

    .supplierBlock {
        padding-top: 35px;
    }

    .auditBlock {
        padding-top: 35px;
    }

    .auditMethodBlock h3 {
        font-size: 20px;
        line-height: 130%;
    }

    .futureStrategyContent {
        width: calc(100% - 30px);
        max-width: var(--rwdMaxWidth);
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
        line-height: 150%;
    }

    #futureDownloadDiv {
        width: 345px;
        max-width: calc(100% - 30px);
        height: 50px;
        padding: 7px 10px 7px 15px;
        gap: 10px;
        border-radius: 30px;
    }

    #futureDownload:link,
    #futureDownload:visited {
        width: 176px;
        height: 22px;
        font-family: "Microsoft JhengHei", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 0.02em;
        text-align: center;
    }

    #futureDownloadDiv img {
        width: 28px;
        height: 28px;
        flex: 0 0 28px;
    }

    #futureStrategyFrame .frameDiv {
        height: auto;
        min-height: 360px;
        padding-top: 35px;
        padding-bottom: 35px;
        gap: 20px;
    }

    #futureStrategyFrame .caption {
        width: auto;
        height: auto;
    }

    .runMethodDiv h3 {
        font-size: 20px;
        line-height: 130%;
        letter-spacing: 0;
    }
}

/*----------------------------------*/
@media only screen and (max-width: 1019px) {
    .performanceContent.big {
        width: min(605px, calc(100vw - 90px));
    }

    #performanceContentDiv {
        justify-content: center;
        align-content: flex-start;
    }
}

@media only screen and (min-width: 1020px) {
    #performanceContentDiv {
        width: 930px;
        height: 508px;
        align-content: flex-end;
    }
}

/*----------------------------------*/
@media only screen and (max-width: 540px) {
    #performanceDoc {
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .performanceDoc {
        padding-bottom: 20px;
    }

    #performanceContentDiv {
        width: 100%;
        max-width: var(--rwdMaxWidth);
        margin-left: auto;
        margin-right: auto;
        height: auto;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        align-content: center;
        row-gap: 30px;
        column-gap: 0;
    }

    .performanceCaptionDiv br {
        display: block;
    }

    .performanceContent {
        width: min(280px, calc(100vw - 60px));
        min-height: 150px;
        height: auto;
    }

    .performanceCaptionDiv div {
        font-size: 28px !important;
    }

    .performanceContent:nth-child(1) .performanceDoc {
        margin-top: 0;
        max-width: 100%;
        width: auto;
        font-size: clamp(36px, 11vw, 44px) !important;
        line-height: 100% !important;
        white-space: nowrap;
    }

    .performanceContent:nth-child(2) .performanceDoc {
        margin-top: 0;
        max-width: 100%;
        width: auto;
        font-size: clamp(36px, 11vw, 44px) !important;
        line-height: 100% !important;
        white-space: nowrap;
    }

    .performanceContent:nth-child(3) .performanceDoc div span .two {
        font-size: 16px !important;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(3) {
        width: min(280px, calc(100vw - 60px));
        height: auto;
        min-height: 150px;
        padding: 18px 16px;
        box-sizing: border-box;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(3) .performanceCaptionDiv {
        width: 100%;
        height: auto;
        margin: 0;
        line-height: 100%;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(3) .performanceCaptionDiv div {
        width: 100%;
        color: #005B8E;
        font-family: "Microsoft JhengHei", sans-serif;
        font-size: clamp(20px, 6vw, 26px) !important;
        line-height: 100% !important;
        text-align: center;
        letter-spacing: 0;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(3) .performanceCaptionDiv div:nth-child(1) {
        height: auto;
        font-weight: 400;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(3) .performanceCaptionDiv div:nth-child(2) {
        height: auto;
        font-weight: 700;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(3) .performanceCaptionDiv br {
        display: block;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(3) .performanceDoc {
        width: 100%;
        height: auto;
        margin: 0 !important;
        padding: 0;
        color: #40474A;
        font-family: Roboto, "Microsoft JhengHei", sans-serif;
        font-size: clamp(18px, 5vw, 22px) !important;
        font-weight: 400;
        line-height: 130% !important;
        text-align: center;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(3) .performanceDoc div {
        white-space: nowrap;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(3) .performanceDoc div span {
        color: #C8B400;
        font-size: clamp(18px, 5vw, 22px) !important;
        font-weight: 700;
        line-height: 130% !important;
    }

    .performanceContent:nth-child(6) .performanceDoc {
        font-size: 18px !important;
        line-height: 150% !important;
    }

    .performanceContent.big {
        width: min(280px, calc(100vw - 60px));
        gap: 10px;
        border-radius: 50px;
    }

    .performanceContent.big .performanceDoc {
        padding-bottom: 0;
    }

    .performanceContent.big .performanceDoc div {
        font-size: 17px;
    }

    .performanceContent.big .performanceDoc div:nth-child(2) {
        padding-left: 25px;
        padding-right: 25px;
    }

    .performanceContent.small .performanceDoc {
        font-size: 18px;
    }

    .runBlock {
        width: 100%;
    }

    #runContentDiv {
        row-gap: 0;
    }

    .runContentLeftDiv img {
        margin-top: 20px;
    }

    .policyBlockTitle {
        letter-spacing: 0;
    }
    .policyBlockTitle br {
        display: none;
    }

    .execFreqDiv {
        padding: 20px;
    }

    .execFreqDiv div {
        font-size: 20px;
        line-height: 130%;
    }

    .execFreqDiv ul li {
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 0.02em;
    }

    .execFreqDiv ul li::before {
        margin-top: 7px;
    }
}

/* 電腦版：鎖定第三張績效卡片，避免被前段舊規則或 RWD 規則覆蓋 */
@media only screen and (min-width: 541px) {
    #performanceFrame #performanceContentDiv .performanceContent:nth-child(1) {
        width: 280px !important;
        height: 240px !important;
        padding: 20px 26px !important;
        box-sizing: border-box;
        gap: 20px !important;
        border-radius: 50px;
        justify-content: center;
        align-items: center;
        flex-grow: 0;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(1) .performanceCaptionDiv {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 228px !important;
        height: 88px !important;
        margin: 0 !important;
        padding: 0 !important;
        flex-grow: 0;
        color: #005B8E;
        font-family: "Microsoft JhengHei", sans-serif;
        line-height: 130%;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(1) .performanceCaptionDiv div {
        width: 228px !important;
        height: 44px !important;
        color: #005B8E;
        font-family: "Microsoft JhengHei", sans-serif;
        font-size: 34px !important;
        line-height: 130% !important;
        text-align: center;
        letter-spacing: 0;
        flex-grow: 0;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(1) .performanceCaptionDiv div:nth-child(1) {
        font-weight: 400 !important;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(1) .performanceCaptionDiv div:nth-child(2) {
        font-weight: 700 !important;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(1) .performanceDoc {
        width: 228px !important;
        height: 64px !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #FF7D45;
        font-family: Roboto, "Microsoft JhengHei", sans-serif;
        font-size: 64px !important;
        font-weight: 700 !important;
        line-height: 100% !important;
        text-align: center;
        flex-grow: 0;
        white-space: nowrap;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(1) .performanceDoc span {
        color: #FF7D45;
        font-size: 64px !important;
        font-weight: 700 !important;
        line-height: 100% !important;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(2) {
        width: 280px !important;
        height: 240px !important;
        padding: 20px 36px !important;
        box-sizing: border-box;
        gap: 20px !important;
        border-radius: 50px;
        justify-content: center;
        align-items: center;
        flex-grow: 0;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(2) .performanceCaptionDiv {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 204px !important;
        height: 88px !important;
        margin: 0 !important;
        padding: 0 !important;
        flex-grow: 0;
        color: #005B8E;
        font-family: "Microsoft JhengHei", sans-serif;
        line-height: 130%;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(2) .performanceCaptionDiv div {
        width: 204px !important;
        height: 44px !important;
        color: #005B8E;
        font-family: "Microsoft JhengHei", sans-serif;
        font-size: 34px !important;
        line-height: 130% !important;
        text-align: center;
        letter-spacing: 0;
        flex-grow: 0;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(2) .performanceCaptionDiv div:nth-child(1) {
        font-weight: 700 !important;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(2) .performanceCaptionDiv div:nth-child(2) {
        font-weight: 400 !important;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(2) .performanceDoc {
        width: 201px !important;
        height: 64px !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #008CDB;
        font-family: Roboto, "Microsoft JhengHei", sans-serif;
        font-size: 64px !important;
        font-weight: 700 !important;
        line-height: 100% !important;
        text-align: center;
        flex-grow: 0;
        white-space: nowrap;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(2) .performanceDoc span {
        color: #008CDB;
        font-size: 64px !important;
        font-weight: 700 !important;
        line-height: 100% !important;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(3) {
        width: 280px !important;
        height: 240px !important;
        padding: 20px !important;
        box-sizing: border-box;
        gap: 20px !important;
        border-radius: 50px;
        justify-content: center;
        align-items: center;
        flex-grow: 0;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(3) .performanceCaptionDiv {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 204px !important;
        height: 102px !important;
        margin: 0 !important;
        padding: 0 !important;
        flex-grow: 0;
        color: #005B8E;
        font-family: "Microsoft JhengHei", sans-serif;
        line-height: 100%;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(3) .performanceCaptionDiv div {
        width: 204px !important;
        color: #005B8E;
        font-family: "Microsoft JhengHei", sans-serif;
        font-size: 34px !important;
        line-height: 100% !important;
        text-align: center;
        letter-spacing: 0;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(3) .performanceCaptionDiv br {
        display: block;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(3) .performanceCaptionDiv div:nth-child(1) {
        height: 34px !important;
        font-weight: 400 !important;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(3) .performanceCaptionDiv div:nth-child(2) {
        height: 68px !important;
        font-weight: 700 !important;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(3) .performanceDoc {
        width: 240px !important;
        height: 78px !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #40474A;
        font-family: Roboto, "Microsoft JhengHei", sans-serif;
        font-size: 26px !important;
        font-weight: 400 !important;
        line-height: 150% !important;
        text-align: center;
        flex-grow: 0;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(3) .performanceDoc div span {
        color: #C8B400;
        font-size: 26px !important;
        font-weight: 700 !important;
        line-height: 150% !important;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(4) {
        width: 280px !important;
        height: 238px !important;
        padding: 20px 17px !important;
        box-sizing: border-box;
        gap: 20px !important;
        border-radius: 50px;
        justify-content: center;
        align-items: center;
        flex-grow: 0;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(4) .performanceCaptionDiv {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 158px !important;
        height: 88px !important;
        margin: 0 !important;
        padding: 0 !important;
        flex-grow: 0;
        color: #005B8E;
        font-family: "Microsoft JhengHei", sans-serif;
        line-height: 130%;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(4) .performanceCaptionDiv div {
        width: 158px !important;
        height: 44px !important;
        color: #005B8E;
        font-family: "Microsoft JhengHei", sans-serif;
        font-size: 34px !important;
        line-height: 130% !important;
        text-align: center;
        flex-grow: 0;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(4) .performanceCaptionDiv div:nth-child(1) {
        width: 136px !important;
        font-weight: 400 !important;
        letter-spacing: 0;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(4) .performanceCaptionDiv div:nth-child(2) {
        font-weight: 700 !important;
        letter-spacing: 0.04em;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(4) .performanceDoc {
        width: 245px !important;
        height: 36px !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #008CDB;
        font-family: Roboto, "Microsoft JhengHei", sans-serif;
        font-size: 28px !important;
        font-weight: 700 !important;
        line-height: 130% !important;
        text-align: center;
        flex-grow: 0;
        white-space: nowrap;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(4) .performanceDoc div span {
        color: #008CDB;
        font-size: 28px !important;
        font-weight: 700 !important;
        line-height: 130% !important;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(4) .performanceDoc div span .two {
        color: #008CDB;
        font-size: 28px !important;
        font-weight: 700 !important;
        line-height: 130% !important;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(5) {
        width: 280px !important;
        height: 238px !important;
        padding: 20px 0 !important;
        box-sizing: border-box;
        gap: 10px !important;
        border-radius: 50px;
        justify-content: center;
        align-items: center;
        flex-grow: 0;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(5) .performanceCaptionDiv {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 158px !important;
        height: 88px !important;
        margin: 0 !important;
        padding: 0 !important;
        flex-grow: 0;
        color: #005B8E;
        font-family: "Microsoft JhengHei", sans-serif;
        line-height: 130%;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(5) .performanceCaptionDiv div {
        width: 158px !important;
        height: 44px !important;
        color: #005B8E;
        font-family: "Microsoft JhengHei", sans-serif;
        font-size: 34px !important;
        line-height: 130% !important;
        text-align: center;
        flex-grow: 0;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(5) .performanceCaptionDiv div:nth-child(1) {
        font-weight: 400 !important;
        letter-spacing: 0;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(5) .performanceCaptionDiv div:nth-child(2) {
        font-weight: 700 !important;
        letter-spacing: 0.04em;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(5) .performanceDoc {
        width: 245px !important;
        height: 100px !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #40474A;
        font-family: "Microsoft JhengHei", sans-serif;
        font-size: 20px !important;
        font-weight: 700 !important;
        line-height: 130% !important;
        text-align: center;
        flex-grow: 0;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(5) .performanceDoc div span {
        color: #C8B400;
        font-size: 26px !important;
        font-weight: 700 !important;
        line-height: 130% !important;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(5) .performanceDoc div span .three {
        font-size: 26px !important;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(6) {
        width: 280px !important;
        height: 238px !important;
        padding: 20px 38px !important;
        box-sizing: border-box;
        gap: 20px !important;
        border-radius: 50px;
        justify-content: center;
        align-items: center;
        flex-grow: 0;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(6) .performanceCaptionDiv {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 204px !important;
        height: 88px !important;
        margin: 0 !important;
        padding: 0 !important;
        flex-grow: 0;
        color: #005B8E;
        font-family: "Microsoft JhengHei", sans-serif;
        line-height: 130%;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(6) .performanceCaptionDiv div {
        width: 204px !important;
        height: 44px !important;
        color: #005B8E;
        font-family: "Microsoft JhengHei", sans-serif;
        font-size: 34px !important;
        line-height: 130% !important;
        text-align: center;
        letter-spacing: 0;
        flex-grow: 0;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(6) .performanceCaptionDiv div:nth-child(1) {
        font-weight: 700 !important;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(6) .performanceCaptionDiv div:nth-child(2) {
        font-weight: 400 !important;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(6) .performanceDoc {
        width: 216px !important;
        height: 67px !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #40474A;
        font-family: "Microsoft JhengHei", sans-serif;
        font-size: 24px !important;
        font-weight: 700 !important;
        line-height: 130% !important;
        text-align: center;
        flex-grow: 0;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(6) .performanceDoc div {
        white-space: nowrap;
    }

    #performanceFrame #performanceContentDiv .performanceContent:nth-child(6) .performanceDoc .four {
        color: #FF7D45;
        font-size: 24px !important;
        font-weight: 700 !important;
        line-height: 130% !important;
    }
}
