.ib_info_004 .close::before, .ib_info_004 .close::after, .ib_info_004 .close {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* home(ib_info_004) */
.ib_info_004 {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    width: 100%;
    height: 100vh;
    font-size: 15px;
    line-height: 1.8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.ib_info_004 .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.ib_info_004 .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    width: 700px;
    max-width: 90%;
    max-height: 85vh;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.ib_info_004 .popContent {
    max-height: 85vh;
    overflow-y: auto;
}
.ib_info_004 img {
    display: block;
    max-width: 100%;
    height: auto;
}
.ib_info_004 .Txt {
    padding: 30px;
}
.ib_info_004 .Txt .popTitle {
    font-size: 25px;
    margin-bottom: 25px;
}
.ib_info_004 .close {
    width: 46px;
    height: 46px;
    background-color: #f18e2b;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.ib_info_004 .close::before, .ib_info_004 .close::after {
    content: "";
    position: absolute;
    left: 11px;
    top: 23px;
    width: 25px;
    height: 1px;
    background-color: #fff;
}
.ib_info_004 .close::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.ib_info_004 .close::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
@media (min-width: 1024px) {
    .ib_info_004 .close:hover {
        background-color: #f18e2b;
    }
    .ib_info_004 .close:hover::before {
        -webkit-transform: rotate(-30deg);
                transform: rotate(-30deg);
    }
    .ib_info_004 .close:hover::after {
        -webkit-transform: rotate(30deg);
                transform: rotate(30deg);
    }
}
.ib_info_004.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.ib_info_004.show .mask,
.ib_info_004.show .inner {
    opacity: 1;
}
.ib_info_004.show .inner {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
    .ib_info_004 .popContent {
        max-height: calc(100vh - 150px);
    }
}

/* home(ib_banner_018) */
@media (max-width: 767px) {
    body:has(.ib_banner_018) .mainArea {
        padding-top: 0;
    }
}

.mainArea {
    padding: 0;
}

.ib_banner_018 .wrap {
    max-width: 100%;
    padding: 0;
}
.ib_banner_018 .dataBox {
    position: relative;
}
.ib_banner_018 .dataList {
    position: relative;
    z-index: 1;
}
.ib_banner_018 .dataList.slick-dotted {
    margin-bottom: 0;
}
.ib_banner_018 .dataItem .lineStyle .icon {
    width: 198%;
    top: -13%;
    left: -80%;
    aspect-ratio: 164/89;
}
.ib_banner_018 .dataItem .Txt {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 117px);
    max-width: 1488px;
    z-index: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 13.9vw 50px 10vw;
}
@media (max-width: 960px) {
    .ib_banner_018 .dataItem .Txt {
        width: 100%;
        padding: 143px 30px 186px;
        height: 100%;
    }
}
@media (max-width: 767px) {
    .ib_banner_018 .dataItem .Txt {
        padding: 175px 20px 186px;
    }
}
@media (max-width: 400px) {
    .ib_banner_018 .dataItem .Txt {
        padding: 145px 20px 186px;
    }
}
.ib_banner_018 .dataItem .Txt .textBox {
    width: 100%;
    max-width: calc(100% - 530px);
}
@media (max-width: 1600px) {
    .ib_banner_018 .dataItem .Txt .textBox {
        max-width: calc(100% - 500px);
    }
}
@media (max-width: 1350px) {
    .ib_banner_018 .dataItem .Txt .textBox {
        max-width: calc(100% - 425px);
    }
}
@media (max-width: 1023px) {
    .ib_banner_018 .dataItem .Txt .textBox {
        max-width: unset;
    }
}
.ib_banner_018 .dataItem .Txt .subtitle {
    font-size: 5.2vw;
    font-weight: 600;
    line-height: 1.09;
    letter-spacing: -0.6px;
    margin: 0 0 18px;
    color: #fff;
}
@media (max-width: 960px) {
    .ib_banner_018 .dataItem .Txt .subtitle {
        font-size: 7.5vw;
    }
}
@media (max-width: 767px) {
    .ib_banner_018 .dataItem .Txt .subtitle {
        font-size: 12vw;
        margin: 0 0 10px;
    }
}
.ib_banner_018 .dataItem .Txt .title {
    font-size: 1.823vw;
    letter-spacing: 1px;
    line-height: 1.68;
    color: #fff;
}
@media (max-width: 960px) {
    .ib_banner_018 .dataItem .Txt .title {
        font-size: 2.5vw;
    }
}
@media (max-width: 767px) {
    .ib_banner_018 .dataItem .Txt .title {
        font-size: 4vw;
    }
}
.ib_banner_018 .dataItem .Txt .btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-top: 74px;
    padding-left: 142px;
}
@media (max-width: 960px) {
    .ib_banner_018 .dataItem .Txt .btnBox {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .ib_banner_018 .dataItem .Txt .btnBox {
        margin-top: 20px;
    }
}
.ib_banner_018 .dataItem .Txt .btnBox.left {
    padding: 0;
}
.ib_banner_018 .dataItem .topCircleBox {
    position: absolute;
    bottom: calc(100% - 46px);
    right: -4px;
    z-index: 1;
    pointer-events: auto;
}
@media (max-width: 1023px) {
    .ib_banner_018 .dataItem .topCircleBox {
        bottom: 80px;
        right: 30px;
    }
}
@media (max-width: 960px) {
    .ib_banner_018 .dataItem .topCircleBox {
        bottom: 40px;
        right: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
@media (max-width: 400px) {
    .ib_banner_018 .dataItem .topCircleBox {
        bottom: 20px;
    }
}
.ib_banner_018 .dataItem .topCircleBox .topCircle {
    aspect-ratio: 1;
    width: 175px;
    padding: 19px;
    position: relative;
}
@media (max-width: 1600px) {
    .ib_banner_018 .dataItem .topCircleBox .topCircle {
        width: 160px;
        padding: 15px;
    }
}
@media (max-width: 1350px) {
    .ib_banner_018 .dataItem .topCircleBox .topCircle {
        width: 145px;
    }
}
@media (max-width: 767px) {
    .ib_banner_018 .dataItem .topCircleBox .topCircle {
        width: 125px;
        padding: 12px;
    }
}
@media (max-width: 350px) {
    .ib_banner_018 .dataItem .topCircleBox .topCircle {
        width: 120px;
        padding: 10px;
    }
}
.ib_banner_018 .dataItem .topCircleBox .topCircle::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-animation: circleBeforeAni 1s infinite linear;
            animation: circleBeforeAni 1s infinite linear;
}
.ib_banner_018 .dataItem .topCircleBox .topCircle .circle {
    background-color: #fff;
    aspect-ratio: 1;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.ib_banner_018 .dataItem .topCircleBox .topCircle .iconCircle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: circleAni 4s infinite linear;
            animation: circleAni 4s infinite linear;
}
.ib_banner_018 .dataItem .topCircleBox .topCircle .iconCircle .path {
    display: block;
    fill: none;
    opacity: 1;
    stroke-dashoffset: 320;
    stroke-dasharray: 320;
    stroke: rgba(255, 255, 255, 0.79);
    stroke-width: 2px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.ib_banner_018 .dataItem .topCircleBox .icon {
    width: 27px;
    height: 41px;
    margin: 0 auto 5px;
    color: #f18e2b;
}
@media (max-width: 767px) {
    .ib_banner_018 .dataItem .topCircleBox .icon {
        width: 23px;
        height: 32px;
    }
}
@media (max-width: 350px) {
    .ib_banner_018 .dataItem .topCircleBox .icon {
        width: 15px;
        height: 23px;
    }
}
.ib_banner_018 .dataItem .topCircleBox .topTitle {
    font-size: 13px;
    color: #959595;
    letter-spacing: 1.2px;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    text-align: center;
    padding: 0 10px;
}
@media (max-width: 1600px) {
    .ib_banner_018 .dataItem .topCircleBox .topTitle {
        font-size: 12px;
        letter-spacing: 1px;
    }
}
.ib_banner_018 .dataItem .topCircleBox::after {
    content: "";
    display: block;
    width: 1px;
    height: 7.344vw;
    min-height: 70px;
    margin: 0 auto;
    background-color: #f18e2b;
}
@media (max-width: 1023px) {
    .ib_banner_018 .dataItem .topCircleBox::after {
        display: none;
    }
}
.ib_banner_018 .dataItem .content .title {
    color: #f18e2b;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    padding: 0 0 0 22px;
}
.ib_banner_018 .dataItem .content .title .txt {
    position: relative;
    padding: 0 31px;
    font-size: 18px;
    letter-spacing: 2.3px;
}
.ib_banner_018 .dataItem .content .title .txt::before {
    content: "";
    display: block;
    width: 13px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #f18e2b;
    z-index: 1;
    border-radius: 50%;
}
.ib_banner_018 .dataItem .content .text {
    width: 100%;
    max-width: 400px;
    font-size: 15px;
    line-height: 2;
    min-height: 82px;
    letter-spacing: 1.65px;
    margin: 15px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.ib_banner_018 .dataItem .content .btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 1600px) {
    .ib_banner_018 .dataItem .content .btnBox {
        margin: 0;
    }
}
.ib_banner_018 .dataItem .rightBox {
    position: absolute;
    bottom: 12.8125vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    width: 100%;
    padding: 0 50px;
    max-width: 1762px;
    pointer-events: none;
    z-index: 2;
}
@media (max-width: 1600px) {
    .ib_banner_018 .dataItem .rightBox {
        bottom: 150px;
    }
}
@media (max-width: 1350px) {
    .ib_banner_018 .dataItem .rightBox {
        bottom: 70px;
    }
}
.ib_banner_018 .dataItem .rightBox .textBox {
    position: relative;
    pointer-events: auto;
    padding: 44px 54px 24px 67px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 141.5px;
}
@media (max-width: 1600px) {
    .ib_banner_018 .dataItem .rightBox .textBox {
        padding: 30px 45px;
    }
}
@media (max-width: 1350px) {
    .ib_banner_018 .dataItem .rightBox .textBox {
        padding: 20px 30px;
    }
}
.ib_banner_018 .dataItem:not(.show) .rightBox {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(20px);
            transform: translateX(-50%) translateY(20px);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.ib_banner_018 .dataItem:not(.show) .ph .topCircleBox {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.ib_banner_018 .dataItem:not(.show) .Txt .subtitle {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.3s 0.7s linear;
    transition: all 0.3s 0.7s linear;
}
.ib_banner_018 .dataItem:not(.show) .Txt .title {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.3s 0.6s linear;
    transition: all 0.3s 0.6s linear;
}
.ib_banner_018 .dataItem:not(.show) .Txt .text {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.3s 0.5s linear;
    transition: all 0.3s 0.5s linear;
}
.ib_banner_018 .dataItem:not(.show) .Txt .btnBox {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.3s 0.4s linear;
    transition: all 0.3s 0.4s linear;
}
.ib_banner_018 .dataItem:not(.show) .Txt .lineStyle .leftLine {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    -webkit-transition: clip-path 0.3s 0.3s linear;
    transition: clip-path 0.3s 0.3s linear;
}
.ib_banner_018 .dataItem:not(.show) .Txt .lineStyle .rightLine {
    clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
    -webkit-transition: clip-path 0.3s linear;
    transition: clip-path 0.3s linear;
}
.ib_banner_018 .dataItem.show .Txt .subtitle {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s 0.1s linear;
    transition: all 0.5s 0.1s linear;
}
.ib_banner_018 .dataItem.show .Txt .title {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s 0.2s linear;
    transition: all 0.5s 0.2s linear;
}
.ib_banner_018 .dataItem.show .Txt .text {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s 0.3s linear;
    transition: all 0.5s 0.3s linear;
}
.ib_banner_018 .dataItem.show .Txt .btnBox {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s 0.4s linear;
    transition: all 0.5s 0.4s linear;
}
.ib_banner_018 .dataItem.show .Txt .lineStyle .leftLine {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transition: clip-path 0.5s 0.4s linear;
    transition: clip-path 0.5s 0.4s linear;
}
.ib_banner_018 .dataItem.show .Txt .lineStyle .rightLine {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transition: clip-path 0.5s 0.9s linear;
    transition: clip-path 0.5s 0.9s linear;
}
.ib_banner_018 .dataItem.show .rightBox {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-transition: all 0.5s 0.5s linear;
    transition: all 0.5s 0.5s linear;
}
.ib_banner_018 .dataItem.show .ph .topCircleBox {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 0.5s 0.5s linear;
    transition: all 0.5s 0.5s linear;
}
.ib_banner_018 .slickBtnBox {
    position: absolute;
    left: 50%;
    top: calc(100% - 380px);
    width: 100%;
    max-width: 1480px;
    z-index: 2;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 50px;
}
@media (max-width: 960px) {
    .ib_banner_018 .slickBtnBox {
        display: none;
    }
}
.ib_banner_018 .socialBox {
    position: absolute;
    top: 26.5%;
    left: 50%;
    z-index: 2;
    width: 100%;
    max-width: 1786px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0 50px;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 960px) {
    .ib_banner_018 .socialBox {
        display: none;
    }
}
.ib_banner_018 .socialBox .socialTitle {
    display: none;
}
.ib_banner_018 .socialBox .socialList {
    pointer-events: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.ib_banner_018 .socialBox .socialList::before {
    content: "";
    width: 1px;
    height: 89px;
    background-color: #ffffff;
    display: block;
    margin: 0 auto 26px;
}
.ib_banner_018 .socialBox .socialList .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    margin-bottom: 8px;
    font-size: 16px;
    width: 36px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
}
@media (min-width: 1024px) {
    .ib_banner_018 .socialBox .socialList .social:hover {
        color: #f18e2b;
    }
}
.ib_banner_018 .scrollDown {
    position: absolute;
    bottom: -48px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
    color: #fff;
    font-weight: 500;
    font-family: "Alegreya Sans", "Albert Sans", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
@media (max-width: 960px) {
    .ib_banner_018 .scrollDown {
        display: none;
    }
}
.ib_banner_018 .scrollDown .line {
    width: 1px;
    height: 182px;
    background-color: #cacaca;
    margin: 3px auto 0;
}
@media (max-width: 1350px) {
    .ib_banner_018 .scrollDown .line {
        height: 125px;
    }
}
.ib_banner_018 .scrollDown .line::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #f18e2b;
    border-radius: 50%;
    margin-left: -2px;
    -webkit-animation: scrollDown 3s infinite linear;
            animation: scrollDown 3s infinite linear;
}
@media (max-width: 1350px) {
    .ib_banner_018 .scrollDown .line::before {
        -webkit-animation: scrollDown2 2.5s infinite linear;
                animation: scrollDown2 2.5s infinite linear;
    }
}
@media (min-width: 1024px) {
    .ib_banner_018 .scrollDown:hover {
        color: #f18e2b;
    }
}
.ib_banner_018:not(.show) .scrollDown {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-20px);
            transform: translateX(-50%) translateY(-20px);
}
.ib_banner_018:not(.show) .socialBox {
    opacity: 0;
    -webkit-transform: translateX(calc(-50% - 20px));
            transform: translateX(calc(-50% - 20px));
}
.ib_banner_018:not(.show) .slickBtnBox {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(20px);
            transform: translateX(-50%) translateY(20px);
}
.ib_banner_018.show .scrollDown {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ib_banner_018.show .socialBox {
    opacity: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ib_banner_018.show .slickBtnBox {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    -webkit-transition: all 0.5s 0.5s;
    transition: all 0.5s 0.5s;
}

#bannerPopWin {
    max-width: 800px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
#bannerPopWin .title {
    color: #f18e2b;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
#bannerPopWin .title .txt {
    position: relative;
    padding: 0 31px;
    font-size: 18px;
    letter-spacing: 2.3px;
}
#bannerPopWin .title .txt::before {
    content: "";
    display: block;
    width: 13px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #f18e2b;
    z-index: 1;
    border-radius: 50%;
}
#bannerPopWin .text {
    width: 100%;
    font-size: 15px;
    line-height: 2;
    min-height: 82px;
    letter-spacing: 1.65px;
    margin: 15px 0 0;
    margin: 0 auto;
    text-align: center;
}
#bannerPopWin .btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 1600px) {
    #bannerPopWin .btnBox {
        margin: 0;
    }
}

.esgArea {
    padding: 105px 0 113px;
    background-color: #fff7ef;
    position: relative;
    overflow: hidden;
}
@media (max-width: 1023px) {
    .esgArea {
        padding: 60px 0 70px;
    }
}
.esgArea .decoBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
@media (max-width: 1023px) {
    .esgArea .decoBox {
        display: none;
    }
}
.esgArea .decoBox .icon {
    position: absolute;
    width: 110.9vw;
    top: -9.8%;
    left: -4.6%;
    z-index: 1;
}
.esgArea .decoBox .circleBox {
    position: absolute;
    top: 9.7vw;
    right: 9vw;
    z-index: 2;
    aspect-ratio: 1/1;
    width: 20vw;
}
.esgArea .decoBox .circleBox .circle {
    width: 20vw;
    aspect-ratio: 1/1;
    border-radius: 50%;
    pointer-events: none;
    -webkit-mask: url("../images/circle.png") no-repeat center/cover;
            mask: url("../images/circle.png") no-repeat center/cover;
    background: radial-gradient(circle, #fecc80 0%, #fecd84 15%, #fed494 30%, #fed9a1 45%, #fedfb0 65%, #fee8c7 85%, #fff7ef 100%);
}
@media (max-width: 1023px) {
    .esgArea .decoBox .circleBox {
        top: 120px;
        width: 30vw;
    }
}
.esgArea .wrap {
    position: relative;
    z-index: 2;
}
@media (min-width: 1024px) {
    .esgArea .wrap {
        max-width: unset;
        padding: 0;
    }
}
.esgArea .titleBox {
    text-align: left;
    width: 100%;
}
@media (min-width: 1024px) {
    .esgArea .titleBox {
        width: 100%;
        max-width: 1490px;
        margin: 0 auto;
        padding: 0 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
    }
}
.esgArea .titleBox .left {
    width: 100%;
    max-width: 440px;
}
@media (max-width: 1350px) {
    .esgArea .titleBox .left {
        max-width: 400px;
        padding-right: 40px;
    }
}
@media (max-width: 1023px) {
    .esgArea .titleBox .left {
        max-width: unset;
        padding: 0;
    }
}
.esgArea .titleBox .left .subtitle {
    font-family: "Alegreya Sans", "Albert Sans", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.esgArea .titleBox .right {
    width: 100%;
    max-width: 543px;
    padding: 13px 0 0;
}
@media (max-width: 1350px) {
    .esgArea .titleBox .right {
        width: calc(100% - 400px);
    }
}
@media (max-width: 1023px) {
    .esgArea .titleBox .right {
        max-width: unset;
        padding: 0;
        width: 100%;
    }
}
.esgArea .titleBox .right .text {
    padding: 0;
    letter-spacing: 0.6px;
    line-height: 1.8;
}
.esgArea .titleBox .right .btnBox {
    margin: 44px 0 0 -23px;
}
.esgArea .esgBox {
    padding: 0 18vw 0 7.7vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (max-width: 1023px) {
    .esgArea .esgBox {
        padding: 0 40px;
        margin: 0 -20px;
    }
}
@media (max-width: 767px) {
    .esgArea .esgBox {
        padding: 0 30px;
    }
}
.esgArea .esgBox .esgList#first {
    position: relative;
    max-width: 384px;
    width: 20vw;
    margin: 0 1.9vw 0 0;
}
.esgArea .esgBox .esgList#first .item {
    min-height: 28.1vw;
}
@media (max-width: 1023px) {
    .esgArea .esgBox .esgList#first {
        width: 50%;
        margin: 0;
        padding: 0 20px;
        max-width: unset;
    }
}
@media (max-width: 767px) {
    .esgArea .esgBox .esgList#first {
        width: 100%;
    }
}
.esgArea .esgBox .esgList#second {
    max-width: 308px;
    width: 16vw;
    margin: 0 5.4vw 0 0;
}
.esgArea .esgBox .esgList#second .item {
    min-height: 23.9vw;
}
@media (max-width: 1023px) {
    .esgArea .esgBox .esgList#second {
        width: 50%;
        max-width: unset;
        margin: 0;
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .esgArea .esgBox .esgList#second {
        display: none;
    }
}
.esgArea .esgBox .esgList#third {
    max-width: 566px;
    width: 29.2vw;
}
.esgArea .esgBox .esgList#third .item {
    min-height: 29.9vw;
}
@media (max-width: 1023px) {
    .esgArea .esgBox .esgList#third {
        display: none;
    }
}
.esgArea .esgBox .esgList#forth {
    position: absolute;
    max-width: 384px;
    width: 20vw;
    left: calc(100% - 15.5vw);
    top: 0;
}
.esgArea .esgBox .esgList#forth .item {
    min-height: 22vw;
}
@media (max-width: 1023px) {
    .esgArea .esgBox .esgList#forth {
        display: none;
    }
}
.esgArea .esgBox .esgList#fifth {
    position: absolute;
    max-width: 451px;
    width: 23.5vw;
    right: calc(100% - 4.7vw);
    top: 0;
}
.esgArea .esgBox .esgList#fifth .item {
    min-height: 31vw;
}
@media (max-width: 1023px) {
    .esgArea .esgBox .esgList#fifth {
        display: none;
    }
}
.esgArea .esgBox .esgItem {
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 0;
    pointer-events: none;
}
.esgArea .esgBox .esgItem .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
}
.esgArea .esgBox .esgItem .content {
    position: relative;
}
.esgArea .esgBox .esgItem .imgBox {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    pointer-events: auto;
}
.esgArea .esgBox .esgItem .imgBox .btnBox {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}
@media (max-width: 1023px) {
    .esgArea .esgBox .esgItem .imgBox .btnBox {
        display: none;
    }
}
.esgArea .esgBox .esgItem .imgBox .btnBox .btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 122px;
}
.esgArea .esgBox .esgItem .imgBox .btnBox .btn .btnText {
    margin: 0;
    max-width: 100%;
}
.esgArea .esgBox .esgItem .imgBox .btnBox .btn .btnArrow {
    margin: 0 auto 20px;
}
.esgArea .esgBox .esgItem .Img {
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.esgArea .esgBox .esgItem .Img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media (max-width: 1023px) {
    .esgArea .esgBox .esgItem .Img::after {
        opacity: 1;
    }
}
.esgArea .esgBox .esgItem .Img img {
    width: 100%;
}
.esgArea .esgBox .esgItem .Txt {
    position: absolute;
    color: #ffffff;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    z-index: 2;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 32px 44px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    pointer-events: auto;
}
@media (max-width: 1023px) {
    .esgArea .esgBox .esgItem .Txt {
        opacity: 1;
        pointer-events: none;
        padding: 10px 20px;
    }
}
@media (max-width: 400px) {
    .esgArea .esgBox .esgItem .Txt {
        padding: 7px 10px;
    }
}
.esgArea .esgBox .esgItem .Txt a {
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (min-width: 1024px) {
    .esgArea .esgBox .esgItem .Txt a:hover {
        color: #f18e2b;
    }
}
.esgArea .esgBox .esgItem .Txt .title {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 1600px) {
    .esgArea .esgBox .esgItem .Txt .title {
        font-size: 20px;
    }
}
@media (max-width: 1350px) {
    .esgArea .esgBox .esgItem .Txt .title {
        font-size: 18px;
        letter-spacing: 0.6px;
    }
}
.esgArea .esgBox .esgItem .Txt .textEditor {
    margin: 16px 0 0;
    color: #ffffff;
    letter-spacing: 0.7px;
    line-height: 1.85;
    max-width: 440px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
@media (max-width: 1350px) {
    .esgArea .esgBox .esgItem .Txt .textEditor {
        font-size: 14px;
        letter-spacing: 1.5px;
    }
}
@media (max-width: 400px) {
    .esgArea .esgBox .esgItem .Txt .textEditor {
        margin: 10px 0 0;
    }
}
@media (min-width: 1024px) {
    .esgArea .esgBox .esgItem:hover {
        z-index: 1;
    }
    .esgArea .esgBox .esgItem:hover .Img::after {
        opacity: 1;
    }
    .esgArea .esgBox .esgItem:hover .btnBox {
        opacity: 1;
    }
    .esgArea .esgBox .esgItem:hover .Txt {
        opacity: 1;
    }
}
.esgArea .esgBox .slickBtnBox {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1023px) {
    .esgArea .esgBox .slickBtnBox {
        width: calc(100% - 20px);
    }
}
@media (max-width: 767px) {
    .esgArea .esgBox .slickBtnBox {
        width: calc(100% - 10px);
    }
    .esgArea .esgBox .slickBtnBox .slickBtn {
        width: 40px;
    }
}
.esgArea:not(.show) .esgBox {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.esgArea:not(.show) .titleBox .subtitle {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.esgArea:not(.show) .titleBox .title {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.esgArea:not(.show) .titleBox .text {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.esgArea:not(.show) .titleBox .btnBox {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.esgArea:not(.show) .titleBox .lineStyle .leftLine {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.esgArea:not(.show) .titleBox .lineStyle .rightLine {
    clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
}
.esgArea.show .titleBox .subtitle {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s 0.1s linear;
    transition: all 0.5s 0.1s linear;
}
.esgArea.show .titleBox .title {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s 0.2s linear;
    transition: all 0.5s 0.2s linear;
}
.esgArea.show .titleBox .text {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s 0.3s linear;
    transition: all 0.5s 0.3s linear;
}
.esgArea.show .titleBox .btnBox {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s 0.4s linear;
    transition: all 0.5s 0.4s linear;
}
.esgArea.show .titleBox .lineStyle .leftLine {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transition: clip-path 0.5s 0.5s linear;
    transition: clip-path 0.5s 0.5s linear;
}
.esgArea.show .titleBox .lineStyle .rightLine {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transition: clip-path 0.5s 1s linear;
    transition: clip-path 0.5s 1s linear;
}
.esgArea.show .esgBox {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 0.5s 0.5s linear;
    transition: all 0.5s 0.5s linear;
}

.journeyArea {
    padding: 97px 0 173px 0;
    position: relative;
}
@media (max-width: 1023px) {
    .journeyArea {
        padding: 60px 0 100px;
    }
}
.journeyArea .bgi {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
.journeyArea .bgi img {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.journeyArea .human {
    position: absolute;
    bottom: -173px;
    left: calc(50% + 11px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 4;
    width: 445px;
}
@media (max-width: 1023px) {
    .journeyArea .human {
        bottom: -100px;
        width: 40vw;
    }
}
.journeyArea .human img {
    width: 100%;
}
.journeyArea .wrap {
    width: 85%;
    max-width: 1016px;
}
@media (max-width: 767px) {
    .journeyArea .wrap {
        width: 100%;
    }
}
.journeyArea .titleBox {
    margin-bottom: 61px;
}
.journeyArea .titleBox .text {
    padding-top: 1px;
    letter-spacing: 0.7px;
}
.journeyArea .journeyBox {
    position: relative;
}
.journeyArea .journeyBox > .textBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    height: 100%;
    pointer-events: none;
}
.journeyArea .journeyBox > .textBox .Img {
    opacity: 0;
}
.journeyArea .journeyBox > .picBox .Txt {
    opacity: 0;
}
.journeyArea .journeyBox .journeyList {
    margin: 0 -39px;
}
.journeyArea .journeyBox .journeyList .slick-list {
    overflow: unset;
}
.journeyArea .journeyBox .Img {
    border-radius: 10px;
    overflow: hidden;
}
.journeyArea .journeyBox .journeyItem {
    padding: 0 39px;
}
.journeyArea .journeyBox .journeyItem .item {
    position: relative;
}
.journeyArea .journeyBox .journeyItem .Txt {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 53px 37px 53px 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #fff;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
}
@media (max-width: 1600px) {
    .journeyArea .journeyBox .journeyItem .Txt {
        padding: 50px 35px;
    }
    .journeyArea .journeyBox .journeyItem .Txt .btnBox {
        margin-right: -10px;
    }
}
@media (max-width: 1350px) {
    .journeyArea .journeyBox .journeyItem .Txt {
        padding: 40px 20px;
    }
}
@media (max-width: 1023px) {
    .journeyArea .journeyBox .journeyItem .Txt {
        padding: 30px 20px;
    }
    .journeyArea .journeyBox .journeyItem .Txt .btnBox .btnText {
        display: none;
    }
}
@media (max-width: 767px) {
    .journeyArea .journeyBox .journeyItem .Txt {
        padding: 20px;
    }
}
.journeyArea .journeyBox .journeyItem .textBox {
    padding: 0 0 15px 0;
}
@media (max-width: 1023px) {
    .journeyArea .journeyBox .journeyItem .textBox {
        padding: 0;
    }
}
.journeyArea .journeyBox .journeyItem .subtitle {
    position: absolute;
    top: 41px;
    left: 0;
    font-size: 15px;
    font-weight: 500;
    z-index: 1;
    padding: 0 65px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 1600px) {
    .journeyArea .journeyBox .journeyItem .subtitle {
        font-size: 14px;
        padding: 0 35px;
    }
}
@media (max-width: 1350px) {
    .journeyArea .journeyBox .journeyItem .subtitle {
        font-size: 13px;
    }
}
@media (max-width: 1023px) {
    .journeyArea .journeyBox .journeyItem .subtitle {
        top: 20px;
        padding: 0 20px;
    }
}
.journeyArea .journeyBox .journeyItem .title {
    font-size: 52px;
    margin: 0 0 12px;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 1600px) {
    .journeyArea .journeyBox .journeyItem .title {
        font-size: 46px;
        letter-spacing: 4.6px;
    }
}
@media (max-width: 1350px) {
    .journeyArea .journeyBox .journeyItem .title {
        font-size: 40px;
        letter-spacing: 4.2px;
    }
}
@media (max-width: 1023px) {
    .journeyArea .journeyBox .journeyItem .title {
        font-size: 30px;
        letter-spacing: 3px;
    }
}
@media (max-width: 767px) {
    .journeyArea .journeyBox .journeyItem .title {
        font-size: 24px;
        letter-spacing: 2.5px;
    }
}
@media (max-width: 350px) {
    .journeyArea .journeyBox .journeyItem .title {
        font-size: 22px;
        letter-spacing: 2px;
    }
}
.journeyArea .journeyBox .journeyItem .text {
    font-size: 20px;
    letter-spacing: 2.3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 1600px) {
    .journeyArea .journeyBox .journeyItem .text {
        font-size: 18px;
        letter-spacing: 2px;
    }
}
@media (max-width: 1350px) {
    .journeyArea .journeyBox .journeyItem .text {
        font-size: 16px;
        letter-spacing: 1.7px;
    }
}
@media (max-width: 400px) {
    .journeyArea .journeyBox .journeyItem .text {
        font-size: 14px;
        letter-spacing: 1.5px;
    }
}
.journeyArea .lineStyle .icon {
    width: 118%;
    top: -2%;
    left: -6%;
}
.journeyArea:not(.show) .bgi img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
.journeyArea:not(.show) .journeyBox {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.journeyArea:not(.show) .titleBox .subtitle {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.journeyArea:not(.show) .titleBox .title {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.journeyArea:not(.show) .titleBox .text {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.journeyArea:not(.show) .titleBox .btnBox {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.journeyArea:not(.show) .titleBox .lineStyle .leftLine {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.journeyArea:not(.show) .titleBox .lineStyle .rightLine {
    clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
}
.journeyArea.show .bgi img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 1.5s linear;
    transition: all 1.5s linear;
}
.journeyArea.show .titleBox .subtitle {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s 0.1s linear;
    transition: all 0.5s 0.1s linear;
}
.journeyArea.show .titleBox .title {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s 0.2s linear;
    transition: all 0.5s 0.2s linear;
}
.journeyArea.show .titleBox .text {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s 0.3s linear;
    transition: all 0.5s 0.3s linear;
}
.journeyArea.show .titleBox .btnBox {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s 0.4s linear;
    transition: all 0.5s 0.4s linear;
}
.journeyArea.show .titleBox .lineStyle .leftLine {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transition: clip-path 0.5s 0.5s linear;
    transition: clip-path 0.5s 0.5s linear;
}
.journeyArea.show .titleBox .lineStyle .rightLine {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transition: clip-path 0.5s 1s linear;
    transition: clip-path 0.5s 1s linear;
}
.journeyArea.show .journeyBox {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 0.5s 0.5s linear;
    transition: all 0.5s 0.5s linear;
}

.brandArea {
    position: relative;
    padding: 129px 0 142px;
    overflow: hidden;
}
@media (max-width: 1023px) {
    .brandArea {
        padding: 80px 0;
    }
}
.brandArea .brandBgiList {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.brandArea .brandBgiList::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.brandArea .brandBgiList .Img {
    height: 1036px;
}
.brandArea .brandBgiList .Img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}
.brandArea .brandBgiList .brandBgiItem:not(.show) .Img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 0.1s 1s;
    transition: all 0.1s 1s;
}
.brandArea .brandBgiList .brandBgiItem.show .Img img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 1.5s linear;
    transition: all 1.5s linear;
}
.brandArea .wrap {
    max-width: 100%;
    position: relative;
    z-index: 1;
}
.brandArea .titleBox {
    color: #fff;
    margin-bottom: 34px;
}
.brandArea .titleBox .subtitle {
    margin-bottom: 13px;
}
.brandArea .titleBox .title {
    font-size: 35px;
    padding: 0 0px 0 4px;
}
.brandArea .brandBox {
    position: relative;
}
.brandArea .brandBox .content {
    width: calc(100% - 100px);
    max-width: 496px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 49px 40px 20px;
}
@media (max-width: 767px) {
    .brandArea .brandBox .content {
        padding: 20px;
        width: calc(100% - 70px);
    }
}
.brandArea .brandBox .item {
    position: relative;
}
.brandArea .brandBox .tagName {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 0;
}
.brandArea .brandBox .slickBtnBox {
    position: absolute;
    top: calc(50% - 22px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1770px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 767px) {
    .brandArea .brandBox .slickBtnBox {
        padding: 0 10px;
        width: calc(100% + 40px);
    }
}
.brandArea .brandBox .slickBtnBox .slickBtn {
    width: 46px;
}
@media (max-width: 767px) {
    .brandArea .brandBox .slickBtnBox .slickBtn {
        width: 40px;
    }
}
.brandArea .brandBox .slickBtnBox .icon {
    width: 4px;
    height: 19px;
}
.brandArea .brandBox .brandList {
    margin-bottom: 22px;
}
.brandArea .brandBox .logoBox {
    width: 100%;
    max-width: 185px;
    margin: 0 auto 24px;
}
.brandArea .brandBox .Img {
    border-radius: 10px;
    margin: 0 0 20px;
}
.brandArea .brandBox .text {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.6px;
    line-height: 1.86;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
@media (max-width: 1350px) {
    .brandArea .brandBox .text {
        font-size: 14px;
        letter-spacing: 1.4px;
    }
}
@media (max-width: 767px) {
    .brandArea .brandBox .text {
        -webkit-line-clamp: 4;
    }
}
.brandArea .brandBox .btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3px 7px 0 0;
}
.brandArea .brandBox .brandItem:not(.show) .logoBox {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.brandArea .brandBox .brandItem:not(.show) .Img {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition: all 0.4s 0.1s;
    transition: all 0.4s 0.1s;
}
.brandArea .brandBox .brandItem:not(.show) .text {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition: all 0.4s 0.2s;
    transition: all 0.4s 0.2s;
}
.brandArea .brandBox .brandItem:not(.show) .btnBox {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition: all 0.4s 0.3s;
    transition: all 0.4s 0.3s;
}
.brandArea .brandBox .brandItem.show .logoBox {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.brandArea .brandBox .brandItem.show .Img {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.7s 0.1s;
    transition: all 0.7s 0.1s;
}
.brandArea .brandBox .brandItem.show .text {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.7s 0.2s;
    transition: all 0.7s 0.2s;
}
.brandArea .brandBox .brandItem.show .btnBox {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.7s 0.3s;
    transition: all 0.7s 0.3s;
}

.memoryArea {
    position: relative;
    padding: 298px 0 156px;
    overflow: hidden;
    background: url(../images/bg2.jpg) no-repeat center/cover;
}
@media (max-width: 1350px) {
    .memoryArea {
        padding: 200px 0 150px;
    }
}
@media (max-width: 1023px) {
    .memoryArea {
        padding: 60px 0 70px;
    }
}
.memoryArea .slickBtnBox {
    display: none;
}
@media (max-width: 1023px) {
    .memoryArea .slickBtnBox {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: 50%;
        top: 50%;
        width: calc(100% - 80px);
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 2;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}
@media (max-width: 767px) {
    .memoryArea .slickBtnBox {
        width: calc(100% - 30px);
    }
    .memoryArea .slickBtnBox .slickBtn {
        width: 40px;
    }
}
.memoryArea .imgContent {
    position: relative;
    z-index: 1;
}
.memoryArea .decoBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
@media (max-width: 1023px) {
    .memoryArea .decoBox {
        display: none;
    }
}
.memoryArea .decoBox img {
    width: 100%;
}
.memoryArea .decoBox .icon {
    position: absolute;
    width: 113vw;
    top: -5.2%;
    left: -2.2%;
    z-index: 1;
}
.memoryArea .decoBox .tree {
    position: absolute;
    top: 0;
    left: -13.6%;
    width: 35vw;
    -webkit-animation: leafAni 8s infinite ease-in-out;
            animation: leafAni 8s infinite ease-in-out;
    -webkit-transform-origin: right top;
            transform-origin: right top;
}
@media (max-width: 1023px) {
    .memoryArea .decoBox .tree {
        width: 40vw;
    }
}
.memoryArea .decoBox .circleBox {
    position: absolute;
    top: 0vw;
    right: 17vw;
    z-index: 2;
    width: 20vw;
    aspect-ratio: 1/1;
    border-radius: 50%;
    pointer-events: none;
    -webkit-mask: url("../images/circle.png") no-repeat center/cover;
            mask: url("../images/circle.png") no-repeat center/cover;
    background: radial-gradient(circle, #f6ddb6 0%, #f5dcb6 15%, #f4ddb8 30%, #f3debd 45%, #f4e3ca 60%, #f3e9d9 100%);
}
@media (max-width: 1023px) {
    .memoryArea .decoBox .circleBox {
        display: none;
    }
}
.memoryArea .decoCircle {
    position: absolute;
    bottom: -20vw;
    left: -20vw;
    z-index: 1;
    -webkit-animation: alternate decoCircleAni 20s infinite linear;
            animation: alternate decoCircleAni 20s infinite linear;
}
@media (max-width: 1023px) {
    .memoryArea .decoCircle {
        left: -30vw;
    }
}
@-webkit-keyframes decoCircleAni {
    0% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    25% {
        -webkit-transform: translate(10vw, 10vw);
                transform: translate(10vw, 10vw);
    }
    50% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    75% {
        -webkit-transform: translate(-10vw, -10vw);
                transform: translate(-10vw, -10vw);
    }
    100% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}
@keyframes decoCircleAni {
    0% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    25% {
        -webkit-transform: translate(10vw, 10vw);
                transform: translate(10vw, 10vw);
    }
    50% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    75% {
        -webkit-transform: translate(-10vw, -10vw);
                transform: translate(-10vw, -10vw);
    }
    100% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}
.memoryArea .wrap {
    max-width: unset;
    padding: 0;
    position: relative;
    z-index: 2;
}
@media (min-width: 1024px) {
    .memoryArea .picBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
    }
    .memoryArea .picBox .imgBox {
        width: 33.33%;
    }
    .memoryArea .picBox .imgBox:nth-of-type(1) {
        max-width: 16.667vw;
        margin-right: 8vw;
        margin-top: 11vw;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
}
@media (min-width: 1024px) and (max-width: 1350px) {
    .memoryArea .picBox .imgBox:nth-of-type(1) {
        margin-top: 8vw;
    }
}
@media (min-width: 1024px) {
    .memoryArea .picBox .imgBox:nth-of-type(2) {
        max-width: 27.7vw;
        margin-right: 13.5vw;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .memoryArea .picBox .imgBox:nth-of-type(3) {
        max-width: 22.8vw;
        margin-top: 4.6vw;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
}
@media (min-width: 1024px) and (max-width: 1350px) {
    .memoryArea .picBox .imgBox:nth-of-type(3) {
        margin-top: 2vw;
    }
}
@media (min-width: 1024px) {
    .memoryArea .picBox .imgBox:nth-of-type(6) {
        max-width: 27.7vw;
        margin-top: 1.15vw;
        margin-left: 10.1vw;
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
    }
}
@media (min-width: 1024px) and (max-width: 1350px) {
    .memoryArea .picBox .imgBox:nth-of-type(6) {
        margin-top: 3vw;
    }
}
@media (min-width: 1024px) {
    .memoryArea .picBox .imgBox:nth-of-type(4) {
        max-width: 17.9vw;
        margin-top: 2.8vw;
        margin-left: 6.7vw;
        -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
                order: 6;
    }
}
@media (min-width: 1024px) and (max-width: 1350px) {
    .memoryArea .picBox .imgBox:nth-of-type(4) {
        margin-top: 4vw;
    }
}
@media (min-width: 1024px) {
    .memoryArea .picBox .imgBox:nth-of-type(5) {
        max-width: 25.82vw;
        margin-top: 7.7vw;
        margin-left: 8.7vw;
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
    }
}
@media (min-width: 1024px) and (max-width: 1350px) {
    .memoryArea .picBox .imgBox:nth-of-type(5) {
        margin-top: 10vw;
    }
}
@media (max-width: 1023px) {
    .memoryArea .picBox {
        width: calc(100% - 180px);
        margin: 0 auto;
    }
    .memoryArea .picBox .menoryPicItem {
        padding: 0 20px;
    }
    .memoryArea .picBox img {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .memoryArea .picBox {
        width: calc(100% - 80px);
    }
}
.memoryArea .picBox .menoryPicItem:nth-of-type(1) .inline-video {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}
.memoryArea .picBox .menoryPicItem:nth-of-type(5) .inline-video {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}
.memoryArea .picBox .menoryPicItem .hasVideoBox {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.memoryArea .picBox .inline-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.memoryArea .Txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 2;
}
@media (min-width: 1024px) {
    .memoryArea .Txt {
        position: absolute;
        left: calc(50% - 98px);
        top: calc(50% + 16px);
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        min-width: 561px;
        width: 100%;
        max-width: 41.927vw;
        min-height: 184px;
    }
}
@media (min-width: 1024px) and (max-width: 1350px) {
    .memoryArea .Txt {
        left: calc(50% - 85px);
    }
}
@media (max-width: 1023px) {
    .memoryArea .Txt {
        margin-bottom: 40px;
    }
    .memoryArea .Txt .textBox {
        text-align: center;
    }
    .memoryArea .Txt .textBox .btnBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.memoryArea .Img {
    border-radius: 10px;
    overflow: hidden;
}
.memoryArea .title {
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 500;
}
@media (max-width: 1350px) {
    .memoryArea .title {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .memoryArea .title {
        font-size: 24px;
    }
}
@media (max-width: 400px) {
    .memoryArea .title {
        font-size: 20px;
    }
}
.memoryArea .subtitle {
    font-size: 15px;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
    padding: 0 0 0 3px;
    font-weight: 500;
    color: #7f7f7f;
}
@media (max-width: 1600px) {
    .memoryArea .subtitle {
        font-size: 14px;
        letter-spacing: 0.4px;
    }
}
@media (max-width: 1350px) {
    .memoryArea .subtitle {
        font-size: 13px;
        letter-spacing: 0.3px;
    }
}
.memoryArea .lineStyle .icon {
    left: -11%;
}
.memoryArea .btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin: 32px -3px 0 0;
}
.memoryArea:not(.show) .Txt .subtitle {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.memoryArea:not(.show) .Txt .title {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.memoryArea:not(.show) .Txt .text {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.memoryArea:not(.show) .Txt .btnBox {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.memoryArea:not(.show) .Txt .lineStyle .leftLine {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.memoryArea:not(.show) .Txt .lineStyle .rightLine {
    clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
}
.memoryArea:not(.show) .imgContent {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.memoryArea.show .Txt .subtitle {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s 0.1s linear;
    transition: all 0.5s 0.1s linear;
}
.memoryArea.show .Txt .title {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s 0.2s linear;
    transition: all 0.5s 0.2s linear;
}
.memoryArea.show .Txt .text {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s 0.3s linear;
    transition: all 0.5s 0.3s linear;
}
.memoryArea.show .Txt .btnBox {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s 0.4s linear;
    transition: all 0.5s 0.4s linear;
}
.memoryArea.show .Txt .lineStyle .leftLine {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transition: clip-path 0.5s 0.5s linear;
    transition: clip-path 0.5s 0.5s linear;
}
.memoryArea.show .Txt .lineStyle .rightLine {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transition: clip-path 0.5s 1s linear;
    transition: clip-path 0.5s 1s linear;
}
.memoryArea.show .imgContent {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.strongholdArea {
    position: relative;
    overflow: hidden;
    padding: 236px 0 88px;
    overflow: hidden;
}
.strongholdArea::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg3.jpg) no-repeat center/cover;
    z-index: -1;
}
@media (max-width: 1023px) {
    .strongholdArea {
        padding: 60px 0 90px;
    }
}
.strongholdArea .marqueeTxtList {
    position: absolute;
    top: 62px;
    left: 0;
    z-index: 1;
}
@media (max-width: 1023px) {
    .strongholdArea .marqueeTxtList {
        position: static;
    }
}
.strongholdArea .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.strongholdArea .titleBox {
    width: calc(100% - 680px);
    text-align: left;
    margin: 42px 0;
    padding-left: 3px;
}
@media (max-width: 1350px) {
    .strongholdArea .titleBox {
        width: calc(100% - 580px);
    }
}
@media (max-width: 1023px) {
    .strongholdArea .titleBox {
        width: 100%;
    }
}
.strongholdArea .titleBox .title {
    line-height: 1.69;
    color: #2e2e2e;
}
.strongholdArea .lineStyle .icon {
    top: -5%;
    left: -15%;
}
.strongholdArea .strongholdBox {
    padding: 33px 20px;
    width: 100%;
    max-width: 677px;
    background: rgba(255, 255, 255, 0.62);
    border-radius: 10px;
    height: auto;
    max-height: 580px;
}
@media (max-width: 1350px) {
    .strongholdArea .strongholdBox {
        max-width: 580px;
    }
}
@media (max-width: 1023px) {
    .strongholdArea .strongholdBox {
        max-width: unset;
    }
}
.strongholdArea .strongholdBox .strongholdList {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 12px 0 10px 37px;
}
.strongholdArea .strongholdBox .strongholdList::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
}
.strongholdArea .strongholdBox .strongholdList::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: rgba(0, 0, 0, 0);
}
.strongholdArea .strongholdBox .strongholdList::-webkit-scrollbar-thumb {
    background: #dfdfdf;
    border-radius: 9999px;
}
@media (max-width: 1023px) {
    .strongholdArea .strongholdBox .strongholdList {
        padding: 12px 0 10px 0;
    }
}
.strongholdArea .strongholdBox .strongholdItem {
    padding-left: 65px;
    padding-bottom: 45px;
    cursor: pointer;
    position: relative;
}
@media (max-width: 1350px) {
    .strongholdArea .strongholdBox .strongholdItem {
        padding-left: 35px;
    }
}
@media (max-width: 1023px) {
    .strongholdArea .strongholdBox .strongholdItem {
        padding-left: 22px;
    }
}
.strongholdArea .strongholdBox .strongholdItem .leftDecoBox {
    width: 13px;
    height: 71px;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 8px;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}
.strongholdArea .strongholdBox .strongholdItem .leftDecoBox::before {
    content: "";
    display: block;
    width: 13px;
    height: 11px;
    background-color: #b4b4b4;
    border-radius: 50%;
    margin-bottom: 13px;
}
.strongholdArea .strongholdBox .strongholdItem .leftDecoBox .line {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 29px);
    margin: 0 auto;
}
.strongholdArea .strongholdBox .strongholdItem .leftDecoBox .line::before {
    content: "";
    display: block;
    width: 1px;
    height: 33px;
    background-color: #b4b4b4;
}
.strongholdArea .strongholdBox .strongholdItem .leftDecoBox .line::after {
    content: "";
    display: block;
    width: 1px;
    height: 0;
    background-color: #b4b4b4;
    margin-top: -33px;
    -webkit-transition: height 0.4s;
    transition: height 0.4s;
}
.strongholdArea .strongholdBox .strongholdItem:last-child {
    padding-bottom: 0;
}
.strongholdArea .strongholdBox .strongholdItem.show .leftDecoBox {
    height: 100%;
}
.strongholdArea .strongholdBox .strongholdItem.show .leftDecoBox::before {
    background-color: #f18e2b;
}
.strongholdArea .strongholdBox .strongholdItem.show .line::after {
    height: 100%;
}
.strongholdArea .strongholdBox .strongholdItem.show .top {
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #f18e2b;
}
@media (max-width: 1350px) {
    .strongholdArea .strongholdBox .strongholdItem.show .top {
        font-size: 18px;
        letter-spacing: 2.5px;
    }
}
.strongholdArea .strongholdBox .strongholdItem.show .infoList, .strongholdArea .strongholdBox .strongholdItem.show .btnBox {
    display: block;
}
.strongholdArea .strongholdBox .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 18px;
    color: #535353;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    letter-spacing: 0.5px;
    font-weight: 500;
}
@media (max-width: 1600px) {
    .strongholdArea .strongholdBox .top {
        font-size: 16px;
    }
}
@media (max-width: 1350px) {
    .strongholdArea .strongholdBox .top {
        font-size: 15px;
    }
}
@media (max-width: 1023px) {
    .strongholdArea .strongholdBox .top .linkWrap {
        display: none;
    }
}
@media (min-width: 1024px) {
    .strongholdArea .strongholdBox .top:hover {
        color: #f18e2b;
    }
}
.strongholdArea .strongholdBox .subtitle, .strongholdArea .strongholdBox .bottom {
    display: none;
}
.strongholdArea .strongholdBox .title {
    margin-right: 8px;
}
.strongholdArea .strongholdBox .infoList {
    padding: 22px 0 3px 2px;
    display: none;
}
.strongholdArea .strongholdBox .infoList.show .infoItem {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s;
    transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}
.strongholdArea .strongholdBox .btnBox {
    display: none;
}
.strongholdArea .strongholdBox .infoItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 9.3px;
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media (max-width: 1023px) {
    .strongholdArea .strongholdBox .infoItem {
        display: block;
        margin-bottom: 10px;
    }
}
.strongholdArea .strongholdBox .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}
@media (max-width: 767px) {
    .strongholdArea .strongholdBox .item {
        display: block;
    }
}
.strongholdArea .strongholdBox .item .Txt {
    width: calc(100% - 110px);
}
@media (max-width: 767px) {
    .strongholdArea .strongholdBox .item .Txt {
        width: 100%;
    }
}
.strongholdArea .strongholdBox .item .btnBox {
    margin-left: -10px;
}
@media (min-width: 768px) {
    .strongholdArea .strongholdBox .item .btnBox {
        width: 110px;
        padding: 0 20px 0 0;
        margin: 0;
    }
}
.strongholdArea .strongholdBox .item .btnBox .btn.style2 {
    padding: 11px;
}
@media (min-width: 768px) {
    .strongholdArea .strongholdBox .item .btnBox .btn.style2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
    }
    .strongholdArea .strongholdBox .item .btnBox .btn.style2 .btnText {
        max-width: 100%;
        margin: 0;
    }
    .strongholdArea .strongholdBox .item .btnBox .btn.style2 .btnArrow {
        margin: 7px auto 20px;
    }
}
.strongholdArea .strongholdBox .infoTitle {
    font-size: 14px;
    width: 47px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #3b3b3b;
}
@media (max-width: 1350px) {
    .strongholdArea .strongholdBox .infoTitle {
        font-size: 13px;
        letter-spacing: 0.9px;
    }
}
@media (max-width: 1023px) {
    .strongholdArea .strongholdBox .infoTitle {
        width: 100%;
    }
}
.strongholdArea .strongholdBox .infoText {
    font-size: 15px;
    width: calc(100% - 47px);
    margin: -3px 0 0px;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    letter-spacing: 0.5px;
    color: #7f7f7f;
}
@media (max-width: 1350px) {
    .strongholdArea .strongholdBox .infoText {
        font-size: 14px;
        letter-spacing: 1.5px;
    }
}
@media (max-width: 1023px) {
    .strongholdArea .strongholdBox .infoText {
        width: 100%;
    }
}
.strongholdArea .strongholdBox .infoText a {
    color: inherit;
}
@media (min-width: 1024px) {
    .strongholdArea .strongholdBox .infoText a:hover {
        color: #f18e2b;
    }
}
.strongholdArea:not(.show)::before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.strongholdArea:not(.show) .titleBox .title {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.strongholdArea:not(.show) .lineStyle .leftLine {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.strongholdArea:not(.show) .lineStyle .rightLine {
    clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
}
.strongholdArea:not(.show) .strongholdBox {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.strongholdArea.show::before {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 1.5s linear;
    transition: all 1.5s linear;
}
.strongholdArea.show .titleBox .title {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 0.5s 0.2s linear, -webkit-transform 0.5s 0.2s linear;
    transition: opacity 0.5s 0.2s linear, -webkit-transform 0.5s 0.2s linear;
    transition: opacity 0.5s 0.2s linear, transform 0.5s 0.2s linear;
    transition: opacity 0.5s 0.2s linear, transform 0.5s 0.2s linear, -webkit-transform 0.5s 0.2s linear;
}
.strongholdArea.show .lineStyle .leftLine {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transition: clip-path 0.5s 0.5s linear;
    transition: clip-path 0.5s 0.5s linear;
}
.strongholdArea.show .lineStyle .rightLine {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transition: clip-path 0.5s 1s linear;
    transition: clip-path 0.5s 1s linear;
}
.strongholdArea.show .strongholdBox {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}