.stage {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.stage .layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slogan {
    position: absolute;
    opacity: 0;
}

.Txt {
    font-family: "Noto Serif TC", serif;
}

.Txt h2 {
    color: #8f7850;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 1px;
}

@media (max-width: 1500px) {
    .Txt h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 991px) {
    .Txt h2 {
        font-size: 1.5rem;
    }
}

.Txt .font-EN {
    font-family: "Times New Roman", serif;
    color: #c7bba7;
    font-style: italic;
    letter-spacing: 1px;
}

@media (max-width: 991px) {
    .Txt .font-EN {
        display: none;
    }
}

.Txt p {
    color: #8f7850;
}

.Txt .text {
    border-top: 1px solid #b58b6d;
    border-bottom: 1px solid #b58b6d;
    padding: 5% 0;
    margin-top: 5%;
}

@media (max-width: 767px) {
    .Txt .text {
        border-top: 0;
        border-bottom: 0;
        margin-top: 0;
        padding: 11% 0;
        padding: 8px 0;
    }
}

.Txt .text h5 {
    color: #8f7850;
    margin-bottom: 0;
    line-height: 1.7;
    text-align: justify;
    font-size: 24px;
    letter-spacing: -1px;
}

@media (max-width: 1500px) {
    .Txt .text h5 {
        font-size: 1.2rem;
        letter-spacing: 0;
    }
}

@media (max-width: 991px) {
    .Txt .text h5 {
        line-height: 1.5;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .Txt .text h5 br {
        display: none;
    }
}

.videoArea {
    overflow: hidden;
}

@media (max-width: 991px) {
    .bannerArea {
        margin-top: -5px;
    }
}

.bannerArea .bannerBox {
    padding: 5% 0 20% 0;
    align-items: center;
}

@media (max-width: 991px) {
    .bannerArea .bannerBox {
        padding: 20% 0 56% 0;
    }
}

.page01 {
    padding-top: 10%;
    margin-top: -3px;
    background: linear-gradient(to right, #094892 0, #044591 20%, #034695 35%, #044996 40%, #044798 50%, #02499b 65%, #034a9f 80%, #024b9e 90%);
}

@media (max-width: 991px) {
    .page01 {
        padding-top: 35%;
        background: #034494;
        margin-top: -1px;
    }
}

.page01 .Txt {
    z-index: 5;
    text-align: center;
    padding-top: 5%;
}

@media (max-width: 991px) {
    .page01 .Txt {
        padding-top: 3rem;
    }
}

.page02 .Txt {
    text-align: center;
    padding: 5% 0;
}

@media (max-width: 991px) {
    .page02 .Txt {
        padding: 3rem 3% 2rem 3%;
    }
}

.page02 .Txt h2 {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 991px) {
    .page02 .Txt h2 {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
}

.page02 .Txt h2::after {
    content: "";
    width: 55%;
    height: 1px;
    background: #8f7850;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 1500px) {
    .page02 .Txt h2::after {
        width: 45%;
    }
}

@media (max-width: 991px) {
    .page02 .Txt h2::after {
        width: 100%;
    }
}

.page02 .Txt h5 {
    color: #8f7850;
    margin-bottom: 0;
    line-height: 1.7;
    text-align: center;
    font-size: 24px;
    letter-spacing: -1px;
}

@media (max-width: 1500px) {
    .page02 .Txt h5 {
        font-size: 1.2rem;
        letter-spacing: 0;
    }
}

@media (max-width: 991px) {
    .page02 .Txt h5 {
        line-height: 1.5;
        font-size: 0.9rem;
        text-align: justify;
    }
}

.page03,
.page04 {
    padding: 5%;
    overflow: hidden;
    background: linear-gradient(to right, #f3f2ee 0, #f4f3f1 5%, #fbfbfb 15%, #fefefe 25%, #ffffff 45%);
}

@media (max-width: 991px) {
    .page03,
    .page04 {
        padding: 3rem 5% 4rem 5%;
        background: transparent;
    }
}

.page03 .Txt,
.page04 .Txt {
    text-align: center;
}

.page03 .Txt p,
.page04 .Txt p {
    color: #808080;
    font-size: 1.2rem;
    text-align: justify;
    line-height: 1.7;
}

@media (max-width: 1500px) {
    .page03 .Txt p,
    .page04 .Txt p {
        font-size: 1rem;
    }
}

@media (max-width: 991px) {
    .page03 .Txt p,
    .page04 .Txt p {
        font-size: 12px;
        letter-spacing: 0.5px;
    }
}

.page03 .subTxt,
.page04 .subTxt {
    color: #8f7850;
    display: inline-block;
}

.page03 .subTxt::after,
.page04 .subTxt::after {
    content: "";
    background-image: url(../images/img/page03-deco-pic-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 115px;
    height: 80px;
    position: absolute;
    top: 5px;
    right: 95%;
}

@media (max-width: 991px) {
    .page03 .subTxt::after,
    .page04 .subTxt::after {
        width: 75px;
        height: 40px;
        right: 92%;
    }
}

.page03 .subTxt::before,
.page04 .subTxt::before {
    content: "";
    background-image: url(../images/img/page03-deco-pic-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 115px;
    height: 80px;
    position: absolute;
    top: 5px;
    left: 95%;
}

@media (max-width: 991px) {
    .page03 .subTxt::before,
    .page04 .subTxt::before {
        width: 75px;
        height: 40px;
        left: 92%;
    }
}

.page03 .subTxt h3,
.page04 .subTxt h3 {
    font-weight: 600;
}

@media (max-width: 991px) {
    .page03 .subTxt h3,
    .page04 .subTxt h3 {
        font-size: 1.3rem;
    }
}

.page03 .subTxt h5,
.page04 .subTxt h5 {
    font-weight: 600;
}

@media (max-width: 991px) {
    .page03 .subTxt h5,
    .page04 .subTxt h5 {
        font-size: 0.9rem;
    }
}

.page03 .infoImg,
.page04 .infoImg {
    text-shadow: 0 0 0;
    color: #cccccc;
}

@media (max-width: 991px) {
    .page03 .infoImg,
    .page04 .infoImg {
        font-size: 6px;
    }
}

.page03 .item,
.page04 .item {
    max-width: 605px;
    margin: 0 auto;
}

@media (max-width: 1500px) {
    .page03 .item,
    .page04 .item {
        max-width: 510px;
    }
}

@media (max-width: 991px) {
    .page03 .item,
    .page04 .item {
        max-width: 700px;
    }
}

.page04 {
    background: linear-gradient(to left, #f3f2ee 0, #f4f3f1 5%, #fbfbfb 15%, #fefefe 25%, #ffffff 45%);
}

@media (max-width: 991px) {
    .page04 {
        background: transparent;
        padding-top: 0;
    }
}

.page04 .Txt p {
    border-top: 1px solid rgba(205, 156, 72, 0.3176470588);
    border-bottom: 1px solid rgba(205, 156, 72, 0.3176470588);
    padding: 1.5rem 0;
}

@media (max-width: 991px) {
    .page04 .Txt p {
        line-height: 1.5;
        font-size: 12px;
        padding: 1rem 0;
    }
}

.page04 .infoImg-1 {
    top: 47%;
}

@media (max-width: 991px) {
    .page04 .infoImg-1 {
        top: 100%;
    }
}

.page05,
.page06 {
    overflow: hidden;
}

@media (max-width: 991px) {
    .page05,
    .page06 {
        padding: 3rem 0 1rem 0;
    }
}

.page05 .row,
.page06 .row {
    align-items: center;
    justify-content: space-around;
    padding: 5% 5% 5% 10%;
}

@media (max-width: 991px) {
    .page05 .row,
    .page06 .row {
        padding: 3rem 5%;
    }
}

.page05 .row:last-child,
.page06 .row:last-child {
    padding: 5% 7% 5% 5%;
}

@media (max-width: 991px) {
    .page05 .row:last-child,
    .page06 .row:last-child {
        padding: 0 5% 3rem 5%;
    }
}

@media (max-width: 767px) {
    .page05 .row .imgSlick::after,
    .page06 .row .imgSlick::after {
        content: "";
        width: 107%;
        height: 1px;
        background: #b58b6d;
        position: absolute;
        top: 0px;
        left: 108%;
    }
}

@media (max-width: 767px) {
    .page05 .row .imgSlick::before,
    .page06 .row .imgSlick::before {
        content: "";
        width: 107%;
        height: 1px;
        background: #b58b6d;
        position: absolute;
        bottom: 3px;
        left: 108%;
    }
}

.page05 .Img .innerImg,
.page06 .Img .innerImg {
    padding-top: 90%;
}

@media (max-width: 991px) {
    .page05 .Img .innerImg,
    .page06 .Img .innerImg {
        padding-top: 90%;
    }
}

@media (max-width: 991px) {
    .page05 .Img .infoImg,
    .page06 .Img .infoImg {
        font-size: 8px;
        padding-bottom: 1px;
    }
}

.page05 .topBox,
.page06 .topBox {
    background: linear-gradient(to right, #ddd9d0 0, #e6e2de 20%, transparent 40%);
}

@media (max-width: 991px) {
    .page05 .topBox,
    .page06 .topBox {
        background: transparent;
    }
}

.page05 .topBox .Txt,
.page06 .topBox .Txt {
    max-width: 520px;
    margin: 0 auto;
}

@media (max-width: 1500px) {
    .page05 .topBox .Txt,
    .page06 .topBox .Txt {
        max-width: 456px;
    }
}

@media (max-width: 991px) {
    .page05 .topBox .Txt,
    .page06 .topBox .Txt {
        max-width: 100%;
    }
}

.page05 .bottomBox,
.page06 .bottomBox {
    background: linear-gradient(to left, #ddd9d0 0, #e6e2de 20%, transparent 40%);
}

@media (max-width: 991px) {
    .page05 .bottomBox,
    .page06 .bottomBox {
        background: transparent;
    }
}

.page05 .bottomBox .Txt,
.page06 .bottomBox .Txt {
    max-width: 424px;
    margin: 0 auto;
}

@media (max-width: 1500px) {
    .page05 .bottomBox .Txt,
    .page06 .bottomBox .Txt {
        max-width: 372px;
    }
}

@media (max-width: 991px) {
    .page05 .bottomBox .Txt,
    .page06 .bottomBox .Txt {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .page05 .bottomBox .imgSlick::after,
    .page06 .bottomBox .imgSlick::after {
        width: 92%;
        right: 108%;
        left: auto;
    }
}

@media (max-width: 767px) {
    .page05 .bottomBox .imgSlick::before,
    .page06 .bottomBox .imgSlick::before {
        width: 92%;
        bottom: 5px;
        right: 108%;
        left: auto;
    }
}

.page06 .topBox .Txt {
    max-width: 432px;
    margin: 0 auto;
}

@media (max-width: 1500px) {
    .page06 .topBox .Txt {
        max-width: 373px;
    }
}

@media (max-width: 991px) {
    .page06 .topBox .Txt {
        max-width: 100%;
    }
}

.page07,
.page09 {
    overflow: hidden;
    padding-top: 0;
    background: #2e519b;
}

@media (max-width: 991px) {
    .page07,
    .page09 {
        padding: 5rem 0 0 0;
    }
}

.page07 .Txt,
.page09 .Txt {
    z-index: 5;
    padding-top: 13%;
}

@media (max-width: 991px) {
    .page07 .Txt,
    .page09 .Txt {
        padding-top: 15%;
    }
}

.page07 .Txt h2,
.page09 .Txt h2 {
    color: #fff;
}

.page07 .Img,
.page09 .Img {
    margin-top: 7%;
}

.page07 .Img .innerImg,
.page09 .Img .innerImg {
    padding-top: 73%;
}

@media (max-width: 991px) {
    .page07 .Img .innerImg,
    .page09 .Img .innerImg {
        padding-top: 80%;
    }
}

.page07 .Img::after,
.page09 .Img::after {
    content: "";
    background-image: url(../images/img/page07-deco-txt.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 65%;
    height: 40%;
    position: absolute;
    top: 2%;
    left: 51%;
    transform: translateX(-50%);
    z-index: 2;
}

@media (max-width: 991px) {
    .page07 .Img::after,
    .page09 .Img::after {
        width: 0;
    }
}

.page08,
.page10 {
    padding: 8% 15%;
    background: #f8f4f1;
    overflow: hidden;
}

@media (max-width: 991px) {
    .page08,
    .page10 {
        background: transparent;
        padding: 1.5rem 5%;
    }
}

.page08 .contentBox,
.page10 .contentBox {
    background: linear-gradient(to right, #dcd8cf 0, #e0dcd3 10%, #e9e5de 20%, transparent 100%);
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .page08 .contentBox,
    .page10 .contentBox {
        background: transparent;
    }
}

.page08 .Img .innerImg,
.page10 .Img .innerImg {
    padding-top: 111%;
}

.page08 .Txt,
.page10 .Txt {
    text-align: center;
}

.page08 .Txt h2,
.page10 .Txt h2 {
    margin-bottom: 10%;
}

@media (max-width: 991px) {
    .page08 .Txt h2,
    .page10 .Txt h2 {
        margin-bottom: 0;
    }
}

.page08 .Txt .subTxt,
.page10 .Txt .subTxt {
    color: #957c52;
    width: 70%;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .page08 .Txt .subTxt,
    .page10 .Txt .subTxt {
        width: 100%;
    }
}

.page08 .Txt .subTxt .col::after,
.page10 .Txt .subTxt .col::after {
    content: "";
    width: 4px;
    height: 95%;
    background: rgba(181, 139, 109, 0.2039215686);
    position: absolute;
    right: -3%;
    top: -1%;
}

@media (max-width: 991px) {
    .page08 .Txt .subTxt .col::after,
    .page10 .Txt .subTxt .col::after {
        width: 2px;
        height: 86%;
    }
}

.page08 .Txt .subTxt .col:nth-child(2n)::after,
.page10 .Txt .subTxt .col:nth-child(2n)::after {
    width: 0;
}

@media (max-width: 991px) {
    .page08 .Txt .subTxt .col:nth-child(2)::after,
    .page10 .Txt .subTxt .col:nth-child(2)::after {
        width: 2px;
        height: 86%;
    }
}

.page08 .Txt .subTxt h4,
.page10 .Txt .subTxt h4 {
    font-weight: 600;
}

@media (max-width: 991px) {
    .page08 .Txt .subTxt h4,
    .page10 .Txt .subTxt h4 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .page08 .Txt .subTxt h4,
    .page10 .Txt .subTxt h4 {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .page08 .Txt .subTxt p,
    .page10 .Txt .subTxt p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .page08 .Txt .subTxt p,
    .page10 .Txt .subTxt p {
        font-size: 10px;
        letter-spacing: 0;
    }
}

.page09 {
    background: #31559c;
    padding-top: 3%;
}

@media (max-width: 991px) {
    .page09 {
        padding: 5rem 0 0 0;
    }
}

.page09 .Txt {
    padding-top: 10%;
}

@media (max-width: 991px) {
    .page09 .Txt {
        padding-top: 13%;
    }
}

.page09 .Img .innerImg {
    padding-top: 73%;
}

.page09 .Img::after {
    background-image: url(../images/img/page09-deco-txt.png);
    top: -4%;
    height: 24%;
}

@media (max-width: 991px) {
    .page09 .Img::after {
        width: 0;
    }
}

.page10 .contentBox {
    background: linear-gradient(to left, #dcd8cf 0, #e0dcd3 10%, #e9e5de 20%, transparent 100%);
}

@media (max-width: 991px) {
    .page10 .contentBox {
        background: transparent;
        padding-bottom: 7%;
    }
}

@media (max-width: 991px) {
    .page10 .Txt h2 {
        margin-bottom: 1.5rem;
    }
}

.page10 .Txt .subTxt {
    color: #957c52;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .page10 .Txt .subTxt {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .page10 .Txt .subTxt .col::after {
        right: -2%;
    }
}

.page10 .Txt .subTxt .col:nth-child(2)::after {
    width: 4px;
}

@media (max-width: 991px) {
    .page10 .Txt .subTxt .col:nth-child(2)::after {
        width: 2px;
        height: 86%;
    }
}

.page10 .Txt .subTxt .col:last-child::after {
    width: 0;
}

.page11 {
    padding: 7% 0;
    overflow: hidden;
}

@media (max-width: 991px) {
    .page11 {
        padding: 26% 0;
    }
}

.page11 .Txt {
    text-align: center;
    margin-bottom: 5%;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.435);
}

@media (max-width: 991px) {
    .page11 .Txt {
        margin-bottom: 10%;
    }
}

.page11 .Txt h2 {
    color: #fff;
}

.page11 .Txt .deco-EN {
    color: rgba(255, 255, 255, 0.4862745098);
    font-size: 2.2rem;
    font-family: "Times New Roman", serif;
    font-style: italic;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    margin-right: 5px;
}

@media (max-width: 1500px) {
    .page11 .Txt .deco-EN {
        font-size: 2rem;
    }
}

@media (max-width: 991px) {
    .page11 .Txt .deco-EN {
        font-size: 1.3rem;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
}

.page11 .Txt .deco-EN::after {
    content: "";
    width: 25%;
    height: 1px;
    background: rgba(255, 255, 255, 0.631372549);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 991px) {
    .page11 .Txt .deco-EN::after {
        width: 45%;
    }
}

@media (max-width: 767px) {
    .page11 .Txt .deco-EN::after {
        width: 80%;
    }
}

.page11 .Txt p {
    color: #fff;
    line-height: 2;
}

.page12 {
    padding: 5% 10%;
    overflow: hidden;
}

@media (max-width: 1500px) {
    .page12 {
        padding: 5%;
    }
}

@media (max-width: 991px) {
    .page12 {
        padding: 10% 5% 15% 5%;
    }
}

.page12 .Txt {
    text-align: center;
    margin-bottom: 3%;
}

.page12 .Txt p {
    display: inline-block;
}

@media (max-width: 991px) {
    .page12 .Txt p {
        letter-spacing: 0;
    }
}

.page12 .ImgBox .col-lg-5 .Img .innerImg {
    padding-top: 88%;
}

@media (max-width: 1920px) {
    .page12 .ImgBox .col-lg-5 .Img .innerImg {
        padding-top: 89.5%;
    }
}

@media (max-width: 1700px) {
    .page12 .ImgBox .col-lg-5 .Img .innerImg {
        padding-top: 91%;
    }
}

@media (max-width: 1500px) {
    .page12 .ImgBox .col-lg-5 .Img .innerImg {
        padding-top: 91%;
    }
}

@media (max-width: 991px) {
    .page12 .ImgBox .col-lg-5 .Img .innerImg {
        padding-top: 85%;
    }
}

.page12 .ImgBox .col-lg-7 .Img .innerImg {
    padding-top: 127.5%;
}

@media (max-width: 1920px) {
    .page12 .ImgBox .col-lg-7 .Img .innerImg {
        padding-top: 129.5%;
    }
}

@media (max-width: 1700px) {
    .page12 .ImgBox .col-lg-7 .Img .innerImg {
        padding-top: 131%;
    }
}

@media (max-width: 1500px) {
    .page12 .ImgBox .col-lg-7 .Img .innerImg {
        padding-top: 131.5%;
    }
}

@media (max-width: 991px) {
    .page12 .ImgBox .col-lg-7 .Img .innerImg {
        padding-top: 65%;
    }
}

.page12 .ImgTitle {
    font-family: "Noto Serif TC", serif;
    text-align: right;
    line-height: 1.5;
    margin: 5px 0;
    font-size: 1rem;
}

@media (max-width: 991px) {
    .page12 .ImgTitle {
        font-size: 14px;
        margin: 5px 0 10px 0;
    }
}

.page13 {
    padding: 0 10% 5% 10%;
    overflow: hidden;
}

@media (max-width: 1500px) {
    .page13 {
        padding: 0 5% 5% 5%;
    }
}

@media (max-width: 991px) {
    .page13 {
        padding: 10% 3% 15% 3%;
    }
}

.page13 .Txt {
    max-width: 492px;
    margin: 0 auto;
}

@media (max-width: 1500px) {
    .page13 .Txt {
        max-width: 435px;
    }
}

@media (max-width: 991px) {
    .page13 .Txt {
        max-width: 720px;
        margin-bottom: 15%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .page13 .Txt {
        max-width: 300px;
    }
}

.page13 .Txt h2 {
    display: inline-block;
    border-bottom: 1px solid #8f7850;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

@media (max-width: 991px) {
    .page13 .Txt h2 {
        text-align: center;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }
}

.page13 .Txt p {
    text-align: justify;
    line-height: 2;
}

@media (max-width: 1500px) {
    .page13 .Txt p {
        max-width: 435px;
    }
}

@media (max-width: 991px) {
    .page13 .Txt p {
        max-width: 720px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .page13 .Txt p {
        max-width: 300px;
        margin-bottom: 1.5rem;
    }
}


/*# sourceMappingURL=style.css.map */

#form1 .houseType {
    display: flex;
    gap: 25px;
}

#form1 .houseType input[type='checkbox'],
#form1 .houseType input[type='radio'] {
    width: 20px;
    height: 20px;
    top: 3px;
    accent-color: #8d7850;
}