
.mainArea.successPage {
    height: calc(100vh - 300px);
    min-height: 500px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 60px 0;
    text-align: center;
}
.mainArea.successPage .successTxt {
    color: #f18e2b;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.3;
}
.mainArea .anchorBox .Txt .en {
    color: #8d8d8d;
}

.topArea {
    padding-bottom: 20px;
    position: relative;
    z-index: 5;
}
.topArea .titleBox {
    margin-bottom: 15px;
}
.topArea:not(.show) .introductBox {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.topArea:not(.show) .titleBox .decoTitle {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.topArea:not(.show) .titleBox .subtitle {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.topArea:not(.show) .titleBox .title {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.topArea:not(.show) .titleBox .text {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.topArea:not(.show) .titleBox .btnBox {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.topArea:not(.show) .titleBox .lineStyle .leftLine {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.topArea:not(.show) .titleBox .lineStyle .rightLine {
    clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
}
.topArea:not(.show) .anchorBox {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
}
.topArea.show .titleBox .decoTitle {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.topArea.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;
}
.topArea.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;
}
.topArea.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;
}
.topArea.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;
}
.topArea.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;
}
.topArea.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;
}
.topArea.show .anchorBox {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.6s 0.6s linear;
    transition: all 0.6s 0.6s linear;
}

.contactArea {
    position: relative;
    overflow: hidden;
    padding: 19px 0 123px;
}
.contactArea::before {
    content: "";
    position: absolute;
    top: 149px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg5.jpg) no-repeat center center/cover;
    z-index: -1;
}
.contactArea .wrap {
    max-width: 1075px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.14);
            box-shadow: 0 0 18px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
}
.contactArea .formBox {
    max-width: 813px;
    margin: 0 auto;
    width: 100%;
    padding: 68px 0 60px;
}
.contactArea:not(.show) .titleBox .decoTitle {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.contactArea:not(.show) .titleBox .subtitle {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.contactArea:not(.show) .titleBox .title {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.contactArea:not(.show) .titleBox .text {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.contactArea:not(.show) .titleBox .btnBox {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.contactArea:not(.show) .titleBox .lineStyle .leftLine {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.contactArea:not(.show) .titleBox .lineStyle .rightLine {
    clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
}
.contactArea:not(.show) .wrap {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.contactArea.show .titleBox .decoTitle {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.contactArea.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;
}
.contactArea.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;
}
.contactArea.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;
}
.contactArea.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;
}
.contactArea.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;
}
.contactArea.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;
}
.contactArea.show .wrap {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s 0.5s linear;
    transition: all 0.5s 0.5s linear;
}

/*感謝資訊*/
.thankInfo {
    margin-bottom: 25px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    color: #2f2f2f;
    line-height: 1.8;
}

.strongholdArea {
    position: relative;
    padding: 101px 0 88px;
}
.strongholdArea .titleBox {
    margin-bottom: 18px;
}
.strongholdArea .titleBox .subtitle {
    color: #f18e2b;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 2;
    margin: 0 0 2px;
}
.strongholdArea .titleBox .title {
    font-size: 35px;
    letter-spacing: 4.3px;
    padding: 0 0 0 8px;
}
.strongholdArea .wrap {
    max-width: 1470px;
}
.strongholdArea .strongholdBox {
    border-top: 1px solid #dddddd;
    padding: 23px 0 0;
}
.strongholdArea .strongholdItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.strongholdArea .strongholdItem:nth-of-type(even) {
    background-color: #fff7ee;
}
.strongholdArea .strongholdItem .item {
    width: 100%;
    padding: 40px 0px 32px 0px;
}
@media (max-width: 1600px) {
    .strongholdArea .strongholdItem .item {
        padding: 30px 0px 22px 0px;
    }
}
@media (max-width: 1350px) {
    .strongholdArea .strongholdItem .item {
        padding: 20px 0px 12px 0px;
    }
}
@media (max-width: 767px) {
    .strongholdArea .strongholdItem .item {
        padding: 40px 15px 30px;
    }
}
.strongholdArea .Txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.strongholdArea .btnBox, .strongholdArea .linkWrap {
    display: none;
}
.strongholdArea .strongholdTitle {
    width: 313px;
    position: relative;
    padding: 0 0 13px 47px;
}
@media (max-width: 1600px) {
    .strongholdArea .strongholdTitle {
        width: 280px;
        padding: 0 0 13px 20px;
    }
}
@media (max-width: 1350px) {
    .strongholdArea .strongholdTitle {
        width: 220px;
        padding: 0 0 13px 10px;
    }
}
@media (max-width: 767px) {
    .strongholdArea .strongholdTitle {
        width: 100%;
        text-align: center;
    }
}
.strongholdArea .strongholdTitle::after {
    content: "";
    width: 1px;
    height: 45px;
    pointer-events: none;
    position: absolute;
    bottom: 50%;
    right: 0;
    z-index: 1;
    background-color: #dddddd;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
}
@media (max-width: 767px) {
    .strongholdArea .strongholdTitle::after {
        -webkit-transform: none;
                transform: none;
        width: 100%;
        height: 1px;
        right: 0;
        bottom: 0;
    }
}
.strongholdArea .strongholdTitle .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-bottom: 7px;
}
@media (max-width: 767px) {
    .strongholdArea .strongholdTitle .top {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.strongholdArea .strongholdTitle .title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0 3px 0 0;
    margin-bottom: 2px;
}
@media (max-width: 1600px) {
    .strongholdArea .strongholdTitle .title {
        font-size: 17px;
    }
}
@media (max-width: 1350px) {
    .strongholdArea .strongholdTitle .title {
        font-size: 15px;
    }
}
.strongholdArea .strongholdTitle .branch {
    font-size: 13px;
    color: #fff;
    background-color: #f18e2b;
    border-radius: 999px;
    padding: 8px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
}
@media (max-width: 1350px) {
    .strongholdArea .strongholdTitle .branch {
        padding: 8px 10px;
    }
}
.strongholdArea .strongholdTitle .subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #b9b9b9;
}
@media (max-width: 1350px) {
    .strongholdArea .strongholdTitle .subtitle {
        font-size: 13px;
    }
}
.strongholdArea .infoList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 10px;
    width: calc(100% - 313px);
}
@media (max-width: 1600px) {
    .strongholdArea .infoList {
        width: calc(100% - 280px);
    }
}
@media (max-width: 1350px) {
    .strongholdArea .infoList {
        width: calc(100% - 220px);
    }
}
@media (max-width: 1023px) {
    .strongholdArea .infoList {
        padding: 20px 0;
    }
}
@media (max-width: 767px) {
    .strongholdArea .infoList {
        width: 100%;
    }
}
.strongholdArea .infoList .infoItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 43px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (max-width: 1600px) {
    .strongholdArea .infoList .infoItem {
        padding: 0 20px;
    }
}
@media (max-width: 1350px) {
    .strongholdArea .infoList .infoItem {
        padding: 5px 10px;
    }
}
@media (max-width: 1023px) {
    .strongholdArea .infoList .infoItem {
        width: 100%;
    }
}
.strongholdArea .infoList .infoItem:last-child {
    padding-right: 0;
}
@media (min-width: 1024px) {
    .strongholdArea .infoList .address {
        width: calc(100% - 590px);
    }
}
@media (min-width: 1024px) and (max-width: 1600px) {
    .strongholdArea .infoList .address {
        width: calc(100% - 600px);
    }
}
@media (min-width: 1024px) and (max-width: 1350px) {
    .strongholdArea .infoList .address {
        width: calc(100% - 560px);
        min-width: 350px;
    }
}
.strongholdArea .infoList .address .infoText {
    letter-spacing: 1px;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (min-width: 1024px) {
    .strongholdArea .infoList .tel {
        width: 310px;
        padding: 0 0px 0 31px;
    }
}
@media (min-width: 1024px) and (max-width: 1350px) {
    .strongholdArea .infoList .tel {
        width: 261px;
        padding: 5px 10px;
    }
}
@media (min-width: 1024px) {
    .strongholdArea .infoList .fax {
        width: 280px;
        padding: 0 46px 0px 0;
    }
}
@media (min-width: 1024px) and (max-width: 1350px) {
    .strongholdArea .infoList .fax {
        width: 261px;
        padding: 5px 10px;
    }
}
.strongholdArea .infoList .infoTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 94px;
    position: relative;
    font-weight: 600;
}
.strongholdArea .infoList .infoTitle::after {
    content: "";
    width: 1px;
    height: 20px;
    pointer-events: none;
    position: absolute;
    bottom: 50%;
    right: 0;
    z-index: 1;
    background-color: #dddddd;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
}
@media (max-width: 767px) {
    .strongholdArea .infoList .infoTitle {
        width: 30px;
    }
    .strongholdArea .infoList .infoTitle .text, .strongholdArea .infoList .infoTitle::after {
        display: none;
    }
}
.strongholdArea .infoList .infoText {
    width: calc(100% - 94px);
    font-size: 14px;
    padding-left: 17px;
    color: #7f7f7f;
    font-weight: 500;
}
@media (max-width: 767px) {
    .strongholdArea .infoList .infoText {
        width: calc(100% - 30px);
    }
}
.strongholdArea .infoList .infoText a {
    color: inherit;
}
@media (min-width: 1024px) {
    .strongholdArea .infoList .infoText a:hover {
        color: #f18e2b;
    }
}
.strongholdArea .infoList .icon {
    margin-right: 10px;
    width: 42px;
}
@media (max-width: 1600px) {
    .strongholdArea .infoList .icon {
        width: 35px;
    }
}
@media (max-width: 1350px) {
    .strongholdArea .infoList .icon {
        width: 30px;
    }
}
@media (max-width: 767px) {
    .strongholdArea .infoList .icon {
        margin: 0;
    }
}
.strongholdArea:not(.show) .titleBox .decoTitle {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.strongholdArea:not(.show) .titleBox .subtitle {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.strongholdArea:not(.show) .titleBox .title {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.strongholdArea:not(.show) .titleBox .text {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.strongholdArea:not(.show) .titleBox .btnBox {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.strongholdArea:not(.show) .titleBox .lineStyle .leftLine {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.strongholdArea:not(.show) .titleBox .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 .titleBox .decoTitle {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.strongholdArea.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;
}
.strongholdArea.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;
}
.strongholdArea.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;
}
.strongholdArea.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;
}
.strongholdArea.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;
}
.strongholdArea.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;
}
.strongholdArea.show .strongholdBox {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s 0.5s linear;
    transition: all 0.5s 0.5s linear;
}