@charset "UTF-8";
.photoAlbumArea .galleryBoxOut .btnMorePhoto,
.popWin .close,
.popWin .close:after,
.popWin .close:before,
.roomArea .TxtBox .moreInfoBox .moreInfoInner,
.roomArea .TxtBox .moreInfoBox .moreInfoInner.open,
.roomArea .roomAlbumBox .Img img,
.travelArea .travelListBox .mapInfoBox .mapIcon,
.travelArea .travelListBox .mapInfoBox .mapIcon img,
.travelArea .travelListBox .mapInfoBox .mapIcon:before,
.travelArea .travelListBox .mapInfoBox .title,
.travelArea .travelListBox .moduleInfoBox .infoInner .infoClose {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.popWin {
    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;
}
.popWin .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;
}
.popWin .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width: 800px;
    max-width: 90%;
    max-height: 85vh;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.popWin .popContent {
    max-height: 88vh;
    overflow-y: auto;
}
.popWin img {
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.popWin .Txt {
    padding: 30px;
}
.popWin .Txt .popTitle {
    font-size: 25px;
    margin-bottom: 25px;
}
.popWin .close {
    width: 46px;
    height: 46px;
    background-color: #b59060;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.popWin .close:after,
.popWin .close:before {
    content: "";
    position: absolute;
    left: 11px;
    top: 23px;
    width: 25px;
    height: 1px;
    background-color: #fff;
}
.popWin .close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.popWin .close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media (min-width: 1181px) {
    .popWin .close:hover {
        background-color: #b59060;
    }
    .popWin .close:hover:before {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    .popWin .close:hover:after {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
}
.popWin.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.popWin.show .inner,
.popWin.show .mask {
    opacity: 1;
}
.popWin.show .inner {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
    .popWin .popContent {
        max-height: calc(100vh - 150px);
    }
}
.mainArea {
    padding: 0;
}
.bannerArea .bannerBox {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
}
.bannerArea .bannerItem {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
}
.bannerArea .bannerItem .Txt {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.bannerArea .bannerItem .Txt .textEditor {
    padding-top: 50px;
    opacity: 0;
}
.bannerArea .bannerItem .Txt .textEditor .space {
    display: block;
    width: auto;
    height: 110px;
    padding: 90px 0 50px;
    margin-bottom: 40px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
}
.bannerArea .bannerItem .Txt .textEditor .space:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    top: unset;
    left: 50%;
    right: unset;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
}
@media (max-width: 1600px) {
    .bannerArea .bannerItem .Txt .textEditor .space {
        height: 80px;
        padding-top: 70px;
    }
}
@media (max-width: 1180px) {
    .bannerArea .bannerItem .Txt .textEditor .space {
        height: 60px;
        padding-top: 30px;
    }
}
@media (max-width: 480px) {
    .bannerArea .bannerItem .Txt .textEditor .space {
        padding: 20px 0;
        margin-bottom: 20px;
    }
}
.bannerArea .bannerItem .Txt .textEditor .text {
    margin-right: -12px;
    color: #ffffff;
    font-size: 26px;
    font-weight: 500;
    line-height: calc(26 / 26);
    letter-spacing: calc(26 * 575 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1600px) {
    .bannerArea .bannerItem .Txt .textEditor .text {
        font-size: 20px;
    }
}
@media (max-width: 1180px) {
    .bannerArea .bannerItem .Txt .textEditor .text {
        font-size: 16px;
        letter-spacing: 15px;
    }
}
@media (max-width: 768px) {
    .bannerArea .bannerItem .Txt .textEditor .text {
        font-size: 15px;
        letter-spacing: 10px;
    }
}
@media (max-width: 480px) {
    .bannerArea .bannerItem .Txt .textEditor .text {
        font-size: 14px;
        letter-spacing: 5px;
    }
}
.bannerArea .bannerItem .Txt .textEditor .customizTitleBox {
    text-align: center;
    color: #fff;
}
.bannerArea .bannerItem .Txt .textEditor .customizTitleBox.p-t {
    /*padding-top: 350px;*/
}
@media (max-width: 1180px) {
    .bannerArea .bannerItem .Txt .textEditor .customizTitleBox.p-t {
        /*padding-top: 250px;*/
    }
}
@media (max-width: 640px) {
    .bannerArea .bannerItem .Txt .textEditor .customizTitleBox.p-t {
        /*padding-top: 370px;*/
    }
}
@media (max-width: 360px) {
    .bannerArea .bannerItem .Txt .textEditor .customizTitleBox.p-t {
        /*padding-top: 200px;*/
    }
}
.bannerArea .bannerItem .Txt .textEditor .customizTitleBox .customizTitle {
    color: #ffffff;
    font-size: 62px;
    font-weight: 400;
    line-height: calc(62 / 62);
    letter-spacing: calc(62 * 5 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    letter-spacing: 10px;
    font-family: "Crimson Text", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    margin-bottom: 20px;
}
@media (max-width: 1180px) {
    .bannerArea .bannerItem .Txt .textEditor .customizTitleBox .customizTitle {
        font-size: 50px;
    }
}
@media (max-width: 960px) {
    .bannerArea .bannerItem .Txt .textEditor .customizTitleBox .customizTitle {
        font-size: 40px;
    }
}
@media (max-width: 640px) {
    .bannerArea .bannerItem .Txt .textEditor .customizTitleBox .customizTitle {
        font-size: 25px;
    }
}
.bannerArea .bannerItem .Txt .textEditor .customizTitleBox .customizText {
    color: #ffffff;
    font-size: 32px;
    font-weight: 300;
    /*line-height: calc(32 / 32);*/
    line-height: 1.5;
    letter-spacing: calc(32 * 5 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    letter-spacing: 1.5px;
    font-family: "Crimson Text", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1180px) {
    .bannerArea .bannerItem .Txt .textEditor .customizTitleBox .customizText {
        font-size: 20px;
    }
}
@media (max-width: 640px) {
    .bannerArea .bannerItem .Txt .textEditor .customizTitleBox .customizText {
        font-size: 18px;
    }
}
.bannerArea .bannerItem .ImgBox {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
}
.bannerArea .bannerItem .ImgBox .Img {
    width: 100%;
}
.bannerArea .bannerItem .ImgBox .Img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media (max-width: 640px) {
    .bannerArea .bannerItem .ImgBox .Img img.pc {
        display: none;
    }
}
.bannerArea .bannerItem .ImgBox .Img img.mb {
    display: block;
}
@media (min-width: 641px) {
    .bannerArea .bannerItem .ImgBox .Img img.mb {
        display: none;
    }
}
@media (max-width: 1180px) {
    .bannerArea .bannerItem .ImgBox .Img img {
        min-height: 640px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.bannerArea .bannerItem .ImgBox .title {
    padding-top: 50px;
    color: #ffffff;
    font-size: 110px;
    font-weight: 500;
    line-height: calc(110 / 110);
    letter-spacing: calc(110 * 5 / 1000 * 1px);
    font-family: "Cormorant Garamond", "Microsoft JhengHei", sans-serif;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    opacity: 0;
}
@media (max-width: 1600px) {
    .bannerArea .bannerItem .ImgBox .title {
        font-size: 80px;
        padding-top: 25px;
    }
}
@media (max-width: 1180px) {
    .bannerArea .bannerItem .ImgBox .title {
        font-size: 60px;
        padding: 0;
    }
}
@media (max-width: 768px) {
    .bannerArea .bannerItem .ImgBox .title {
        font-size: 40px;
    }
}
@media (max-width: 480px) {
    .bannerArea .bannerItem .ImgBox .title {
        font-size: 32px;
    }
}
.bannerArea .bannerItem .ImgBox .title .small {
    display: block;
    width: 80px;
    height: 1px;
}
@media (max-width: 1600px) {
    .bannerArea .bannerItem .ImgBox .title .small {
        width: 60px;
    }
}
@media (max-width: 1180px) {
    .bannerArea .bannerItem .ImgBox .title .small {
        width: 30px;
    }
}
@media (max-width: 768px) {
    .bannerArea .bannerItem .ImgBox .title .small {
        width: 15px;
    }
}
@media (max-width: 480px) {
    .bannerArea .bannerItem .ImgBox .title .small {
        width: 10px;
    }
}
.bannerArea .bannerItem .ImgBox .title .space {
    display: block;
    width: 200px;
    height: 1px;
}
@media (max-width: 1600px) {
    .bannerArea .bannerItem .ImgBox .title .space {
        width: 150px;
    }
}
@media (max-width: 1180px) {
    .bannerArea .bannerItem .ImgBox .title .space {
        width: 100px;
    }
}
@media (max-width: 768px) {
    .bannerArea .bannerItem .ImgBox .title .space {
        width: 50px;
    }
}
@media (max-width: 480px) {
    .bannerArea .bannerItem .ImgBox .title .space {
        width: 30px;
    }
}
.bannerArea .customBox {
    width: 100%;
    max-width: 1760px;
    position: absolute;
    top: unset;
    left: 50%;
    right: unset;
    bottom: 70px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media (max-width: 1760px) {
    .bannerArea .customBox {
        padding: 0 40px;
    }
}
@media (max-width: 768px) {
    .bannerArea .customBox {
        display: none;
    }
}
.bannerArea .customBox .arrowBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.bannerArea .customBox .arrowBox button {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-style: solid;
    border-color: transparent;
    border-width: 1px;
}
@media (min-width: 1181px) {
    .bannerArea .customBox .arrowBox button:hover {
        border-color: #e5e5e5;
    }
}
.bannerArea .customBox .arrowBox button.arrowPrev {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.bannerArea .customBox .arrowBox button i {
    margin-left: -4px;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #ffffff #ffffff transparent transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bannerArea .customBox .dotsBox .slick-dots {
    position: static;
}
.bannerArea .customBox .dotsBox .slick-dots li button:before {
    color: #ffffff;
}
.bannerArea .slick-current .bannerItem .Txt .textEditor {
    -webkit-animation: bannerAni_2 0.8s ease-out 0.85s forwards;
    animation: bannerAni_2 0.8s ease-out 0.85s forwards;
}
.bannerArea .slick-current .bannerItem .Txt .textEditor .space:before {
    -webkit-animation: bannerAni_1 1s ease-out 1.4s forwards;
    animation: bannerAni_1 1s ease-out 1.4s forwards;
}
.bannerArea .bannerVideoBox {
    pointer-events: none;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}
.bannerArea .bannerVideoBox.playing {
    pointer-events: auto;
}
.bannerArea .bannerVideoBox.playing .bannerVideoPlayBtn {
    opacity: 0;
}
.bannerArea .bannerVideoBox.hide .mbYTP_wrapper {
    opacity: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.bannerArea .bannerVideoBox.hide .bannerVideoPlayer {
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.bannerArea .bannerVideoBox .bannerVideoPlayer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 5;
    background-color: #000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.bannerArea .bannerVideoBox .bannerVideoPlayBtn {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    pointer-events: auto;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: absolute;
    top: unset;
    left: 50%;
    right: unset;
    bottom: 10%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    z-index: 6;
}
@media (min-width: 1181px) {
    .bannerArea .bannerVideoBox .bannerVideoPlayBtn:hover .svgBox svg {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
    .bannerArea .bannerVideoBox .bannerVideoPlayBtn:hover .svgBox svg circle {
        stroke-dasharray: 5;
    }
}
@media (max-width: 1400px) {
    .bannerArea .bannerVideoBox .bannerVideoPlayBtn {
        -webkit-transform: translateX(-50%) scale(0.7);
        transform: translateX(-50%) scale(0.7);
        bottom: 5%;
    }
}
@media (max-width: 1023px) {
    .bannerArea .bannerVideoBox .bannerVideoPlayBtn {
        left: 100px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}
@media (max-width: 768px) {
    .bannerArea .bannerVideoBox .bannerVideoPlayBtn {
        left: unset;
        right: 20px;
    }
}
.bannerArea .bannerVideoBox .bannerVideoPlayBtn i {
    display: block;
    margin-left: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent;
    border-left-color: #ffffff;
}
.bannerArea .bannerVideoBox .bannerVideoPlayBtn .svgBox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-animation: centerAround 20s linear infinite;
    animation: centerAround 20s linear infinite;
}
.bannerArea .bannerVideoBox .bannerVideoPlayBtn svg {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.bannerArea .bannerVideoBox .bannerVideoPlayBtn svg circle {
    fill: none;
    stroke: #ffffff;
    stroke-width: 1;
    stroke-dasharray: 10;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.bookingArea {
    background: #ffffff;
    height: 110px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
}
.bookingArea:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    left: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 10;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
@media (max-width: 1180px) {
    .bookingArea {
        height: auto;
        padding: 30px 0;
    }
}
.bookingArea.active:before {
    opacity: 0;
}
.bookingArea .wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media (max-width: 840px) {
    .bookingArea .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.bookingArea .bookingList {
    width: calc(100% - 300px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media (max-width: 1280px) {
    .bookingArea .bookingList {
        width: calc(100% - 200px);
    }
}
@media (max-width: 1180px) {
    .bookingArea .bookingList {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 840px) {
    .bookingArea .bookingList {
        width: 100%;
    }
}
.bookingArea .bookingList li {
    margin-right: 45px;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
}
@media (max-width: 1180px) {
    .bookingArea .bookingList li {
        width: 50%;
        margin: 0;
        padding-left: 40px;
    }
}
@media (max-width: 600px) {
    .bookingArea .bookingList li {
        padding: 0 10px;
    }
}
.bookingArea .bookingList li:last-child {
    max-width: 390px;
    padding: 0 45px;
    margin: 0;
    border-left: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media (max-width: 1180px) {
    .bookingArea .bookingList li:last-child {
        width: 100%;
        max-width: 100%;
        border: none;
        margin-top: 20px;
        padding: 0;
    }
}
@media (max-width: 1180px) {
    .bookingArea .bookingList li:last-child > div {
        width: 50%;
    }
}
.bookingArea .bookingList li:last-child > div:first-child {
    padding-right: 40px;
}
@media (max-width: 1180px) {
    .bookingArea .bookingList li:last-child > div:first-child {
        padding: 0 40px;
    }
}
@media (max-width: 600px) {
    .bookingArea .bookingList li:last-child > div:first-child {
        padding: 0 10px;
    }
}
.bookingArea .bookingList li:last-child > div:last-child {
    padding-left: 40px;
    border-left: 1px solid #e5e5e5;
}
@media (max-width: 1180px) {
    .bookingArea .bookingList li:last-child > div:last-child {
        padding: 0 40px;
    }
}
@media (max-width: 600px) {
    .bookingArea .bookingList li:last-child > div:last-child {
        padding: 0 10px;
    }
}
@media (max-width: 480px) {
    .bookingArea .bookingList li:last-child > div:last-child {
        border: none;
    }
}
.bookingArea .bookingList li:last-child > div label input {
    text-align: center;
}
.bookingArea .btnBox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
}
@media (max-width: 840px) {
    .bookingArea .btnBox {
        margin-top: 40px;
    }
}
@media (max-width: 480px) {
    .bookingArea .btnBox {
        width: 100%;
    }
}
.bookingArea .btnBox .btn {
    width: 300px;
    height: 54px;
    padding: 0;
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media (max-width: 1280px) {
    .bookingArea .btnBox .btn {
        width: 200px;
    }
}
@media (max-width: 480px) {
    .bookingArea .btnBox .btn {
        width: 100%;
    }
}
.bookingArea .btnBox .btn .btnText {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: calc(16 / 16);
    letter-spacing: calc(16 * 35 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.bookingArea .btnBox .btn .arrow {
    width: 42px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 40px;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.bookingArea .btnBox .btn .arrow:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #222222;
    position: absolute;
    top: 50%;
    left: 50%;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.bookingArea .btnBox .btn .arrow:after {
    content: "";
    position: absolute;
    margin-right: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px;
    border-color: transparent;
    border-left-color: #222222;
}
@media (max-width: 1280px) {
    .bookingArea .btnBox .btn .arrow {
        display: none;
    }
}
@media (max-width: 480px) {
    .bookingArea .btnBox .btn .arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.bookingArea .unit {
    margin-bottom: 10px;
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    line-height: calc(14 / 14);
    letter-spacing: calc(14 * 5 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.bookingArea .unit span {
    padding-left: 5px;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    line-height: calc(14 / 14);
    letter-spacing: calc(14 * 5 / 1000 * 1px);
    font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
}
.bookingArea label {
    display: block;
    max-width: 260px;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
}
@media (max-width: 1180px) {
    .bookingArea label {
        max-width: 100%;
    }
}
@media (max-width: 480px) {
    .bookingArea label {
        border-bottom: 1px solid #e5e5e5;
    }
}
.bookingArea label .ic_calendar {
    display: block;
    width: 15px;
    height: 15px;
    background: url("../images/ic_calendar.png") no-repeat center;
    background-size: contain;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: unset;
    right: 0;
    bottom: unset;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}
@media (max-width: 1180px) {
    .bookingArea label .ic_calendar {
        right: 40px;
    }
}
@media (max-width: 600px) {
    .bookingArea label .ic_calendar {
        right: 0;
    }
}
.bookingArea label button {
    width: 20px;
    height: 20px;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media (min-width: 1181px) {
    .bookingArea label button.minus:hover:after,
    .bookingArea label button.minus:hover:before,
    .bookingArea label button.plus:hover:after,
    .bookingArea label button.plus:hover:before {
        background: #b59060;
    }
}
.bookingArea label button.plus {
    position: absolute;
    top: 50%;
    left: unset;
    right: 0;
    bottom: unset;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}
.bookingArea label button.plus:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 1px;
    background: #222222;
    position: absolute;
    top: 50%;
    left: 50%;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.bookingArea label button.plus:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 60%;
    background: #222222;
    position: absolute;
    top: 50%;
    left: 50%;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.bookingArea label button.minus {
    position: absolute;
    top: 50%;
    left: 0;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}
.bookingArea label button.minus:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 1px;
    background: #222222;
    position: absolute;
    top: 50%;
    left: 50%;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.bookingArea label input {
    width: 100%;
    color: #282828;
    font-size: 28px;
    font-weight: 500;
    line-height: calc(28 / 28);
    letter-spacing: calc(28 * 15 / 1000 * 1px);
    font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 480px) {
    .bookingArea label input {
        font-size: 24px;
    }
}
.bookingArea label input::-webkit-input-placeholder {
    color: #282828;
}
.bookingArea label input::-moz-placeholder {
    color: #282828;
}
.bookingArea label input:-ms-input-placeholder {
    color: #282828;
}
.bookingArea label input::-ms-input-placeholder {
    color: #282828;
}
.bookingArea label input::placeholder {
    color: #282828;
}
.aboutArea {
    padding: 150px 0 100px;
    overflow: hidden;
    background-color: #000;
}
@media (max-width: 1180px) {
    .aboutArea {
        padding: 20px 0;
    }
}
.aboutArea.active .titleBox .text,
.aboutArea.active .titleBox .title {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
}
.aboutArea.active .textEditorBox {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
}
.aboutArea .wrap {
    padding: 0;
    max-width: 960px;
    padding: 0 50px;
}
@media (max-width: 1180px) {
    .aboutArea .wrap {
        padding: 0 20px;
    }
}
.aboutArea .aboutBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1023px) {
    .aboutArea .aboutBox {
        -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;
    }
}
.aboutArea .aboutBox .leftBox {
    width: 50%;
    margin-top: 40px;
}
@media (max-width: 1023px) {
    .aboutArea .aboutBox .leftBox {
        width: 100%;
        margin: 0 0 40px 0;
    }
}
.aboutArea .aboutBox .rightBox {
    width: 50%;
}
@media (max-width: 1023px) {
    .aboutArea .aboutBox .rightBox {
        width: 100%;
    }
}
.aboutArea .titleBox {
    text-align: left;
}
.aboutArea .titleBox .title {
    font-size: 20px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
@media (max-width: 1180px) {
    .aboutArea .titleBox .title {
        margin-top: 20px;
    }
}
.aboutArea .titleBox .text {
    font-size: 40px;
    margin-top: 10px;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    color: transparent;
    background-image: linear-gradient(135deg, #b59060 0%, #ebd1b0 100%);
    -webkit-background-clip: text;
    line-height: 1.2;
}
@media (max-width: 480px) {
    .aboutArea .titleBox .text {
        font-size: 35px;
    }
}
.aboutArea .textEditorBox {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.aboutArea .textEditorBox p {
    color: #fff;
}

.aboutArea .title {
    color: #fff;
}
.aboutArea .btnBox.flex {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (max-width: 1023px) {
    .aboutArea .btnBox.flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}


.aboutArea .btnBox .btn.bgMain {
    background-color: #b59060;
    color: #fff;
}

.aboutArea .btnBox .btn.bgMain:hover {
    border-color: #fff;
    background-color: #fff;
    color: #1a1a1a;
}

.section {
    position: relative;
}
.section .leftBox {
    /*position: sticky;
    top: 60px;
    left: 0;
    width: 100%;
    text-align: center;
    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;
    width: 36%;*/
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        padding: 0;
        position: relative;
        top: 0;
}
@media (max-width: 1180px) {
    .section .leftBox {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        padding: 0;
        position: relative;
        top: 0;
    }
}
.section .leftBox .titleBox {
    /*width: 370px;*/
    width: 550px;
    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;
}
.section .leftBox .titleBox .title {
    font-size: 36px;
    text-align: center;
    display: block;
    width: 100%;
    padding-left: 30%;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
@media (max-width: 1180px) {
    .section .leftBox .titleBox {
        width: 370px;
    }
    .section .leftBox .titleBox .title {
        padding: 0;
        margin: 0 0 20px 0;
    }
}
.aboutAlbumArea {
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}
@media (max-width: 1180px) {
    .aboutAlbumArea {
        padding: 40px 0;
    }
}
.aboutAlbumArea .wrap {
    max-width: 100%;
    padding: 0;
}
.aboutAlbumArea .aboutAlbumBox {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
}
@media (max-width: 1023px) {
    .aboutAlbumArea .aboutAlbumBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.aboutAlbumArea .aboutAlbumBox.active .leftBox .titleBox .title {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
}
.aboutAlbumArea .aboutAlbumBox.active .rightBox {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
}
.aboutAlbumArea .rightBox {
    /*width: 64%;*/
        width: 88%;
        margin-left: 12%;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
@media (max-width: 1023px) {
    .aboutAlbumArea .rightBox {
        width: 100%;
        margin-left: 0;
    }
}
.aboutAlbumArea .rightBox .aboutList {
    margin: 60px 0 0 0;
}
@media (max-width: 1180px) {
    .aboutAlbumArea .rightBox .aboutList {
        margin: 20px 0 0 0;
    }
}
.aboutAlbumArea .rightBox .aboutAlbumItem {
    margin-bottom: 40px;
}
@media (max-width: 1180px) {
    .aboutAlbumArea .rightBox .aboutAlbumItem {
        margin-bottom: 20px;
    }
}
.aboutAlbumArea .albumBox {
    width: 100%;
}
.aboutAlbumArea .albumBox .albumListNav {
    width: 100%;
}
.aboutAlbumArea .albumBox .albumItem {
    padding: 0 5px;
}
.aboutAlbumArea .albumBox .Img {
    width: 100%;
}
.aboutAlbumArea .albumBox .Img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    object-fit: cover;
    height: 400px;
}
.aboutAlbumArea .TxtBox {
    width: 100%;
    /*max-width: 600px;*/
    max-width: 90%;
    font-size: 16px;
}
@media (max-width: 1180px) {
    .aboutAlbumArea .TxtBox {
        max-width: 100%;
    }
    .aboutAlbumArea .albumBox .Img img {
    height: 300px;
    }
}
@media (max-width: 1023px) {
    .aboutAlbumArea .TxtBox {
        padding: 20px;
    }
}

.aboutAlbumArea .TxtBox .title {
    font-size: 140%;
}

.aboutAlbumArea .TxtBox p {
    color: #ccc;
}
.aboutAlbumArea .TxtBox .topBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 10px 0;
}
.aboutAlbumArea .TxtBox .numBox {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 37px;
    height: 37px;
    padding: 5px;
    margin-right: 10px;
    font-weight: 400;
    line-height: 1;
    color: #ccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #333;
    border-radius: 4px;
}
.aboutAlbumArea .TxtBox .numBox:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    background: #fff;
    -webkit-transform: rotate(43deg);
    transform: rotate(43deg);
    top: 0;
    bottom: -6px;
    right: 0;
    margin: auto;
    left: 0;
}
.aboutAlbumArea .TxtBox .numBox .currentPage {
    position: absolute;
    top: 3px;
    left: 7px;
    display: block;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-align: center;
}
.aboutAlbumArea .TxtBox .numBox .totalPage {
    display: block;
    font-size: 12px;
}
.aboutAlbumArea .TxtBox .btnBox {
    margin: 10px 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.aboutAlbumArea .TxtBox .btnBox .btn {
    margin: 0;
}
.headerBottom {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.headerBottom.active {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
}
.headerBottom.active .customLinkNav li {
    opacity: 1;
}
.headerBottom .customLinkNav li {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    opacity: 0;
}
.pointArea {
    padding: 60px 0;
    overflow: hidden;
}
@media (max-width: 1180px) {
    .pointArea {
        padding: 20px 0;
    }
}
.pointArea.active .pointList .pointItem .item {
    opacity: 1;
}
.pointArea.active .pointList .pointItem .item .Img img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.pointArea .pointList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    width: 1200px;
    margin: 0 auto;
}
@media (max-width: 1240px) {
    .pointArea .pointList {
        width: 960px;
    }
}
@media (max-width: 1023px) {
    .pointArea .pointList {
        width: 85%;
        margin: 0 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 640px) {
    .pointArea .pointList {
        width: 100%;
    }
}
.pointArea .pointList .leftBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.pointArea .pointList .leftBox .pointItem {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.pointArea .pointList .rightBox {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.pointArea .pointList .pointItem {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.pointArea .pointList .pointItem:first-of-type .item {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.pointArea .pointList .pointItem:first-of-type .item .Img img {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.pointArea .pointList .pointItem:nth-of-type(2) .item {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.pointArea .pointList .pointItem:nth-of-type(2) .item .Img img {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.pointArea .pointList .pointItem:nth-of-type(3) .item {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.pointArea .pointList .pointItem:nth-of-type(3) .item .Img img {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.pointArea .pointList .pointItem:nth-of-type(4) .item {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.pointArea .pointList .pointItem:nth-of-type(4) .item .Img img {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.pointArea .pointList .pointItem:nth-of-type(5) .item {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.pointArea .pointList .pointItem:nth-of-type(5) .item .Img img {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.pointArea .pointList .pointItem:nth-of-type(6) .item {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.pointArea .pointList .pointItem:nth-of-type(6) .item .Img img {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.pointArea .pointList .pointItem:nth-of-type(7) .item {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.pointArea .pointList .pointItem:nth-of-type(7) .item .Img img {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.pointArea .pointList .pointItem.fixed .Img:before {
    display: none;
}
.pointArea .pointList .pointItem.fixed .Img img {
    aspect-ratio: 400/820;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
}
@media (min-width: 1181px) {
    .pointArea .pointList .pointItem:not(.fixed) .item:hover .Img {
        -webkit-filter: brightness(0.8);
        filter: brightness(0.8);
    }
    .pointArea .pointList .pointItem:not(.fixed) .item:hover .Img img {
        scale: 1.05;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    .pointArea .pointList .pointItem:not(.fixed) .item:hover .Txt .title {
        color: #b59060;
    }
    .pointArea .pointList .pointItem:not(.fixed) .item:hover .btnBox .btn {
        color: #000000;
    }
}
.pointArea .pointList .pointItem .item {
    width: 100%;
    height: 100%;
    position: relative;
    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;
    opacity: 0;
}
.pointArea .pointList .pointItem .item .Img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.pointArea .pointList .pointItem .item .Img:before {
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    border: 1px solid rgba(255, 255, 255, 0.8);
    z-index: 1;
}
.pointArea .pointList .pointItem .item .Img img {
    opacity: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.pointArea .pointList .pointItem .item .Txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.pointArea .pointList .pointItem .item .Txt .title {
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: calc(22 / 22);
    letter-spacing: calc(22 * 50 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.pointArea .pointList .pointItem .item .Txt .btnBox {
    margin-top: 20px;
}
.pointArea .pointList .pointItem .item .Txt .btnBox .readMore {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    overflow: hidden;
    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;
    background-color: rgba(255, 255, 255, 0.2);
}
.pointArea .pointList .pointItem .item .linkWrap {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.roomArea {
    width: 100%;
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background-color: #222;
}
@media (max-width: 1180px) {
    .roomArea {
        padding: 40px 0;
    }
}
.roomArea .wrap {
    max-width: 100%;
    padding: 0;
}
.roomArea .roomBox {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;*/
}

.roomArea .roomBox.active .leftBox .titleBox .title {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
}
.roomArea .roomBox.active .rightBox .roomListBox {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
}
@media (max-width: 1180px) {
    .roomArea .roomBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .roomArea .roomBox {
        width: 100%;
    }
}
.roomArea .roomBox .leftBox .titleBox .title {
    width: 550px !important;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    /*padding-left: 0;*/
}
.roomArea .roomBox .leftBox .titleBox span {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.roomArea .roomBox .rightBox {
    /*width: 64%;
    padding-right: 30%;*/
    width: 76%;
    margin: auto;
}
@media (max-width: 1536px) {
    .roomArea .roomBox .rightBox {
        /*padding-right: 20%;*/
    }
}
@media (max-width: 1180px) {
    .roomArea .roomBox .rightBox {
        width: 90%;
        padding: 0;
    }
}

@media (max-width: 640px) {
    .roomArea .roomBox .rightBox {
        width: 100%;
    }
}

.roomArea .roomBox .rightBox .roomListBox {
    margin: 60px 0 0;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
@media (max-width: 1180px) {
    .roomArea .roomBox .rightBox .roomListBox {
        margin: 20px 0 0;
        padding: 0 20px;
    }
}
.roomArea .roomBox .rightBox .roomItem {
    margin-bottom: 40px;
}
.roomArea .roomListNav {
    width: 100%;
}
.roomArea .roomAlbumBox {
    width: 100%;
    position: relative;
}
.roomArea .roomAlbumBox .roomAlbumItem {
    padding: 0 5px;
}
@media (max-width: 1180px) {
    .roomArea .roomAlbumBox .roomAlbumItem {
        padding: 0;
    }
}
.roomArea .roomAlbumBox .Img {
    width: 100%;
    overflow: hidden;
}
.roomArea .roomAlbumBox .Img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media (max-width: 768px) {
    .roomArea .roomAlbumBox .Img img {
    object-fit: cover;
    height: 250px;
    }
}

.roomArea .roomAlbumBox .linkWrap {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.roomArea .TxtBox {
    width: 100%;
    padding: 15px 0;
}
@media (max-width: 1180px) {
    .roomArea .TxtBox {
        padding: 20px 0;
    }
}
.roomArea .TxtBox .title a {
    color: #eee;
    font-size: 25px;
    font-weight: 400;
    line-height: calc(25 / 25);
    letter-spacing: calc(25 * 5 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (min-width: 1181px) {
    .roomArea .TxtBox .title a:hover {
        color: #b59060;
    }
}
.roomArea .TxtBox .text {
    margin-top: 10px;
    color: #ddd;
    font-size: 15px;
    font-weight: 400;
    line-height: calc(28 / 15);
    letter-spacing: calc(15 * 50 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.roomArea .TxtBox .midBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 15px 0;
    width: 100%;
}
@media (max-width: 1400px) {
    .roomArea .TxtBox .midBox {
        /*max-width: 400px;*/
    }
    .roomArea .TxtBox .midBox ul li.ddd {
        display: none;
    }
}
.roomArea .TxtBox .midBox ul {
    width: 100%;
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (max-width: 1180px) {
    .roomArea .TxtBox .midBox ul li.dd {
        display: none;
    }
}

@media (max-width: 480px) {
    .roomArea .TxtBox .midBox ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0;
    }
}
.roomArea .TxtBox .midBox ul li {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media (max-width: 480px) {
    .roomArea .TxtBox .midBox ul li {
        width: auto;
        border: none;
        padding: 0;
        /*margin-bottom: 30px;*/
    }
}
.roomArea .TxtBox .midBox ul li i {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
@media (max-width: 480px) {
    .roomArea .TxtBox .midBox ul li i {
        margin: 0 10px 0 0;
    }
}
.roomArea .TxtBox .midBox ul li i.icon00 {
    background: url("../images/icon/00.png") no-repeat center;
    background-size: contain;
}
.roomArea .TxtBox .midBox ul li i.icon01 {
    background: url("../images/icon/01.png") no-repeat center;
    background-size: contain;
}
.roomArea .TxtBox .midBox ul li i.icon02 {
    background: url("../images/icon/02.png") no-repeat center;
    background-size: contain;
}
.roomArea .TxtBox .midBox ul li i.icon03 {
    background: url("../images/icon/03.png") no-repeat center;
    background-size: contain;
}
.roomArea .TxtBox .midBox ul li i.icon04 {
    background: url("../images/icon/04.png") no-repeat center;
    background-size: contain;
}
.roomArea .TxtBox .midBox ul li i.icon05 {
    background: url("../images/icon/05.png") no-repeat center;
    background-size: contain;
}
.roomArea .TxtBox .midBox ul li i.icon06 {
    background: url("../images/icon/06.png") no-repeat center;
    background-size: contain;
}
.roomArea .TxtBox .midBox ul li i.icon07 {
    background: url("../images/icon/07.png") no-repeat center;
    background-size: contain;
}

.roomArea .TxtBox .midBox ul li i.ic_size {
    background: url("../images/ic_room_size.png") no-repeat center;
    background-size: contain;
}
.roomArea .TxtBox .midBox ul li i.ic_people {
    background: url("../images/ic_room_people.png") no-repeat center;
    background-size: contain;
}
.roomArea .TxtBox .midBox ul li i.ic_bed {
    background: url("../images/ic_room_bed.png") no-repeat center;
    background-size: contain;
}
.roomArea .TxtBox .midBox ul li p {
    color: #ddd;
    font-size: 15px;
    font-weight: 400;
    line-height: calc(15 / 15);
    letter-spacing: calc(15 * 35 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 480px) {
    .roomArea .TxtBox .midBox ul li p {
        text-align: center;
    }
}
.roomArea .TxtBox .moreInfoBox {
    width: 100%;
    margin-top: 30px;
}
.roomArea .TxtBox .moreInfoBox .moreBtn {
    position: relative;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: block;
    text-align: center;
}
.roomArea .TxtBox .moreInfoBox .moreBtn:after,
.roomArea .TxtBox .moreInfoBox .moreBtn:before {
    content: "";
    width: 13px;
    height: 1px;
    background-color: #2f2f2f;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.roomArea .TxtBox .moreInfoBox .moreBtn:before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.roomArea .TxtBox .moreInfoBox .moreBtn:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.roomArea .TxtBox .moreInfoBox .moreBtn.open:after,
.roomArea .TxtBox .moreInfoBox .moreBtn.open:before {
    background-color: #b59060;
}
.roomArea .TxtBox .moreInfoBox .moreBtn.open:after {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
}
@media (min-width: 1181px) {
    .roomArea .TxtBox .moreInfoBox .moreBtn:hover:after,
    .roomArea .TxtBox .moreInfoBox .moreBtn:hover:before {
        background-color: #b59060;
    }
    .roomArea .TxtBox .moreInfoBox .moreBtn:hover:after {
        -webkit-transform: translateY(-50%) rotate(0);
        transform: translateY(-50%) rotate(0);
    }
}
.roomArea .TxtBox .moreInfoBox .moreInfoInner {
    display: none;
    padding: 20px 30px;
    color: #555555;
    font-size: 15px;
    font-weight: 400;
    line-height: calc(15 / 15);
    letter-spacing: calc(15 * 35 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.roomArea .TxtBox .moreInfoBox .moreInfoInner.open {
    display: block;
}
.roomArea .TxtBox .moreInfoBox .moreInfoInner .moreInfoList .moreItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 20px;
}
.roomArea .TxtBox .moreInfoBox .moreInfoInner .moreInfoList .moreItem .icon {
    width: 40px;
}
.roomArea .TxtBox .moreInfoBox .moreInfoInner .moreInfoList .moreItem .icon img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.roomArea .TxtBox .moreInfoBox .moreInfoInner .moreInfoList .moreItem .textBox {
    width: calc(100% - 40px);
    padding-left: 20px;
}
.roomArea .TxtBox .moreInfoBox .moreInfoInner .moreInfoList .moreItem .textBox .tit {
    font-size: 18px;
    color: #000;
    line-height: normal;
}
.roomArea .TxtBox .moreInfoBox .moreInfoInner .moreInfoList .moreItem .textBox .txt {
    font-size: 15px;
    color: #555555;
    margin: 0;
    line-height: normal;
}
.roomArea .TxtBox .btnBox {
    margin: 10px 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.roomArea .TxtBox .btnBox .btn {
    margin: 0;
}
.travelArea {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 80px 0;
}
@media (max-width: 1180px) {
    .travelArea {
        padding: 80px 0;
    }
}
.travelArea .wrap {
    max-width: 100%;
    padding: 0;
}
.travelArea .travelBox {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;*/
}
@media (max-width: 1200px) {
    .travelArea .travelBox {
        /*-webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;*/
    }
}

.travelArea .travelBox.active .leftBox .titleBox .title {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
}
.travelArea .travelBox.active .rightBox .travelListBox {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
}
@media (max-width: 1200px) {
    .travelArea .travelBox .leftBox {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        padding: 0;
        position: relative;
        top: 0;
    }
}

.travelArea .travelBox .leftBox .titleBox {
        width: 450px;
        margin: 0 0 60px 0;
    }


@media (max-width: 1200px) {
    .travelArea .travelBox .leftBox .titleBox {
        width: 100%;
        margin: 0 0 40px 0;
    }
}
@media (max-width: 1200px) {
    .travelArea .travelBox .leftBox .titleBox .title {
        padding: 0;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
}
.travelArea .travelBox .rightBox {   
    width: 78%;
    margin: auto;
}
@media (max-width: 1200px) {
    .travelArea .travelBox .rightBox {
        width: 90%;
        padding: 0;
    }
}
.travelArea .travelListBox {
    position: relative;
    width: 100%;
    height: 811px;
    margin: 60px 0 0;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.travelArea .travelListBox .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 930px;
    height: 811px;
}
@media (max-width: 1536px) {
    .travelArea .travelListBox .bg {
        left: -50px;
    }
}
@media (max-width: 1280px) {
    .travelArea .travelListBox .bg {
        left: -30px;
    }
}
@media (max-width: 1200px) {
    .travelArea .travelListBox {
        width: 100%;
        height: auto;
        display: none;
    }
}
.travelArea .travelListBox .travelList {
    width: 100%;
    height: 100%;
}
.travelArea .travelListBox .travelItem {
    position: absolute;
    width: 100%;
    max-width: 300px;
}
.travelArea .travelListBox .travelItem.active {
    z-index: 50;
}
.travelArea .travelListBox .travelItem.mapBoxTravel1 {
    top: 20%;
    left: 2.5%;
}
.travelArea .travelListBox .travelItem.mapBoxTravel2 {
    top: 20%;
    left: 25.5%;
}
.travelArea .travelListBox .travelItem.mapBoxTravel3 {
    top: 16%;
    left: 39%;
}
.travelArea .travelListBox .travelItem.mapBoxTravel4 {
    top: 25%;
    left: 57%;
}
@media (max-width: 1440px) {
    .travelArea .travelListBox .travelItem.mapBoxTravel4 {
        left: 67%;
    }
}
@media (max-width: 1280px) {
    .travelArea .travelListBox .travelItem.mapBoxTravel4 {
        top: 27%;
        left: 56%;
    }
}
.travelArea .travelListBox .travelItem.mapBoxTravel5 {
    top: 35%;
    left: 59%;
}
@media (max-width: 1440px) {
    .travelArea .travelListBox .travelItem.mapBoxTravel5 {
        left: 67%;
    }
}
@media (max-width: 1280px) {
    .travelArea .travelListBox .travelItem.mapBoxTravel5 {
        left: 59%;
    }
}
.travelArea .travelListBox .travelItem.mapBoxTravel6 {
    top: 53%;
    left: 51%;
}
@media (max-width: 1536px) {
    .travelArea .travelListBox .travelItem.mapBoxTravel6 {
        left: 56%;
    }
}
@media (max-width: 1440px) {
    .travelArea .travelListBox .travelItem.mapBoxTravel6 {
        left: 61%;
    }
}
@media (max-width: 1280px) {
    .travelArea .travelListBox .travelItem.mapBoxTravel6 {
        left: 60%;
        top: 46%;
    }
}
.travelArea .travelListBox .travelItem.mapBoxTravel7 {
    top: 58%;
    left: 45%;
}
@media (max-width: 1440px) {
    .travelArea .travelListBox .travelItem.mapBoxTravel7 {
        left: 52%;
    }
}
.travelArea .travelListBox .travelItem.mapBoxTravel8 {
    top: 65%;
    left: 41%;
}
@media (max-width: 1280px) {
    .travelArea .travelListBox .travelItem.mapBoxTravel8 {
        left: 51%;
    }
}
.travelArea .travelListBox .travelItem.mapBoxTravel9 {
    top: 74%;
    left: 38%;
}
.travelArea .travelListBox .travelItem.mapBoxTravel10 {
    top: 88%;
    left: 30%;
}
@media (max-width: 1536px) {
    .travelArea .travelListBox .travelItem.mapBoxTravel10 {
        top: 83%;
        left: 27%;
    }
}
@media (max-width: 1280px) {
    .travelArea .travelListBox .travelItem.mapBoxTravel10 {
        left: 34%;
    }
}
.travelArea .travelListBox .travelItem.mapBoxTravel11 {
    top: 71%;
    left: 5%;
}
.travelArea .travelListBox .travelItem.mapBoxTravel12 {
    top: 59%;
    left: 0%;
}
.travelArea .travelListBox .travelItem.mapBoxTravel13 {
    top: 48%;
    left: 10%;
}
.travelArea .travelListBox .item {
    width: 100%;
    height: 100%;
}
.travelArea .travelListBox .mapInfoBox {
    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;
    position: relative;
}
@media (min-width: 1181px) {
    .travelArea .travelListBox .mapInfoBox:hover .mapIcon:before {
        background-color: #b59060;
    }
    .travelArea .travelListBox .mapInfoBox:hover .mapIcon img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .travelArea .travelListBox .mapInfoBox:hover .title {
        color: #b59060;
    }
}
.travelArea .travelListBox .mapInfoBox .mapIcon {
    width: 35px;
    height: 45px;
    position: relative;
    margin-bottom: 35px;
}
.travelArea .travelListBox .mapInfoBox .mapIcon:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.travelArea .travelListBox .mapInfoBox .mapIcon img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: 2;
}
.travelArea .travelListBox .mapInfoBox .title {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: calc(16 / 16);
    letter-spacing: calc(16 * 5 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 500;
    position: relative;
}
.travelArea .travelListBox .mapInfoBox .linkWrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.travelArea .travelListBox .moduleInfoBox {
    position: absolute;
    opacity: 1;
    z-index: 2;
    max-width: 300px;
    width: 100%;
    display: none;
    top: 50px;
    left: 0;
    right: 0;
}
.travelArea .travelListBox .moduleInfoBox.active {
    display: block;
}
.travelArea .travelListBox .moduleInfoBox .infoInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    padding: 10px;
    width: 100%;
}
.travelArea .travelListBox .moduleInfoBox .infoInner .infoClose {
    width: 20px;
    height: 20px;
    background: none;
    background-color: #b59060;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    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;
}
.travelArea .travelListBox .moduleInfoBox .infoInner .infoClose:after,
.travelArea .travelListBox .moduleInfoBox .infoInner .infoClose:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 1px;
    background-color: #fff;
}
.travelArea .travelListBox .moduleInfoBox .infoInner .infoClose:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.travelArea .travelListBox .moduleInfoBox .infoInner .infoClose:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media (min-width: 1181px) {
    .travelArea .travelListBox .moduleInfoBox .infoInner .infoClose:hover {
        background-color: #000;
    }
}
.travelArea .travelListBox .moduleInfoBox .infoInner .Img {
    width: 100px;
    height: 100px;
}
.travelArea .travelListBox .moduleInfoBox .infoInner .Img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.travelArea .travelListBox .moduleInfoBox .infoInner .Txt {
    width: calc(100% - 100px);
    padding-left: 10px;
}
.travelArea .travelListBox .moduleInfoBox .infoInner .Txt .title {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: calc(18 / 18);
    letter-spacing: calc(18 * 5 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.travelArea .travelListBox .moduleInfoBox .infoInner .Txt .text {
    margin: 10px 0;
    color: #555555;
    font-size: 15px;
    font-weight: 400;
    line-height: calc(28 / 15);
    letter-spacing: calc(15 * 50 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.travelArea .travelListRWDBox {
    display: block;
    width: 100%;
    padding: 0;
}
@media (min-width: 1201px) {
    .travelArea .travelListRWDBox {
        display: none;
    }
}
.travelArea .travelListRWDBox .travelList {
    width: 100%;
}
.travelArea .travelListRWDBox .travelItem {
    padding: 20px;
}
.travelArea .travelListRWDBox .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    padding: 10px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.travelArea .travelListRWDBox .item .Img {
    width: 100%;
}
.travelArea .travelListRWDBox .item .Img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    height: 200px;
}
.travelArea .travelListRWDBox .item .Txt {
    width: 100%;
    padding: 20px 0;
}
.travelArea .travelListRWDBox .item .Txt .title {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: calc(18 / 18);
    letter-spacing: calc(18 * 5 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.travelArea .travelListRWDBox .item .Txt .text {
    margin: 10px 0;
    color: #555555;
    font-size: 15px;
    font-weight: 400;
    line-height: calc(28 / 15);
    letter-spacing: calc(15 * 50 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    height: 150px;
}
.photoAlbumArea {
    width: 100%;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
@media (max-width: 1180px) {
    .photoAlbumArea {
        padding: 20px 0;
    }
}
.photoAlbumArea .wrap {
    max-width: 1060px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}
.photoAlbumArea .photoAlbumBox {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 455px;
}
@media (max-width: 1180px) {
    .photoAlbumArea .photoAlbumBox {
        height: 585px;
    }
}
@media (max-width: 640px) {
    .photoAlbumArea .photoAlbumBox {
        height: 513px;
    }
}
.photoAlbumArea .leftBox {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 2;
}
@media (max-width: 1180px) {
    .photoAlbumArea .leftBox {
        position: relative;
        top: 0;
    }
}
.photoAlbumArea .leftBox .titleBox {
    background-color: #fefaf7;
    padding: 20px;
}
@media (max-width: 1180px) {
    .photoAlbumArea .leftBox .titleBox {
        background-color: transparent;
        padding: 0;
    }
}
.photoAlbumArea .leftBox .titleBox .title {
    font-size: 36px;
}
@media (max-width: 1180px) {
    .photoAlbumArea .leftBox .titleBox .title {
        margin: 0;
    }
}
.photoAlbumArea .rightBox {
    width: 100%;
    position: relative;
}
.photoAlbumArea .galleryBoxOut {
    width: 100%;
    -webkit-animation: marquee 100s infinite linear;
    animation: marquee 100s infinite linear;
    white-space: nowrap;
    position: relative;
    white-space: nowrap;
    margin: 30px 0 0;
}
.photoAlbumArea .galleryBoxOut .btnMorePhoto {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: calc(15 / 15);
    letter-spacing: calc(15 * 5 / 1000 * 1px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    display: block;
}
@media (min-width: 1181px) {
    .photoAlbumArea .galleryBoxOut .btnMorePhoto:hover {
        background-color: #b59060;
        color: #fff;
    }
}
.photoAlbumArea .galleryBoxOut .btnMorePhoto i {
    margin-right: 10px;
    font-size: 20px;
}
.photoAlbumArea .galleryBoxOut .galleryTrack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: slide 20s linear infinite;
    animation: slide 20s linear infinite;
    position: relative;
}
.photoAlbumArea .galleryBoxOut .galleryBox {
    padding: 0 5px;
    max-width: 450px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}
.photoAlbumArea .galleryBoxOut .galleryBox:nth-child(odd) {
}
.photoAlbumArea .galleryBoxOut .galleryBox:nth-child(odd) .galleryGroup {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 10px;
    width: 100%;
}
.photoAlbumArea .galleryBoxOut .galleryBox:nth-child(odd) .galleryItem {
    position: relative;
    overflow: hidden;
}
.photoAlbumArea .galleryBoxOut .galleryBox:nth-child(odd) .galleryItem:first-child {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
}
.photoAlbumArea .galleryBoxOut .galleryBox:nth-child(odd) .galleryItem:nth-child(2) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
}
.photoAlbumArea .galleryBoxOut .galleryBox:nth-child(odd) .galleryItem:nth-child(3) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row-span: 1;
    grid-row: span 1;
}
.photoAlbumArea .galleryBoxOut .galleryBox:nth-child(2n) {
}
.photoAlbumArea .galleryBoxOut .galleryBox:nth-child(2n) .galleryGroup {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 10px;
}
.photoAlbumArea .galleryBoxOut .galleryBox:nth-child(2n) .galleryItem {
    position: relative;
    overflow: hidden;
}
.photoAlbumArea .galleryBoxOut .galleryBox:nth-child(2n) .galleryItem:first-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row-span: 1;
    grid-row: span 1;
}
.photoAlbumArea .galleryBoxOut .galleryBox:nth-child(2n) .galleryItem:nth-child(2) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
}
.photoAlbumArea .galleryBoxOut .galleryBox:nth-child(2n) .galleryItem:nth-child(3) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
}
.photoAlbumArea .galleryBoxOut .galleryBox img {
    width: 100%;
    display: block;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.pohtoAlbumBox {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
    width: 90%;
    margin: 0 auto 30px;
}
@media (max-width: 1023px) {
    .pohtoAlbumBox {
        margin-bottom: 60px;
    }
}
@media (max-width: 768px) {
    .pohtoAlbumBox {
        margin-bottom: 30px;
    }
}
.pohtoAlbumBox.active {
    opacity: 1;
}
.pohtoAlbumBox .photoItem {
    cursor: pointer;
}
.pohtoAlbumBox .photoListNav {
    width: 350px;
    position: absolute;
    top: unset;
    left: 50%;
    right: unset;
    bottom: 20px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
}
@media (max-width: 768px) {
    .pohtoAlbumBox .photoListNav {
        display: none;
    }
}
.pohtoAlbumBox .photoListNav .slick-slide {
    padding: 0 5px;
}
.pohtoAlbumBox .photoListNav .slick-current img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.pohtoAlbumBox .photoListNav img {
    border-style: solid;
    border-color: #ffffff;
    border-width: 2px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.pohtoAlbumBox img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.trafficArea {
    width: 100%;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background-color: #222;
}
@media (max-width: 1180px) {
    .trafficArea {
        padding: 20px 0;
    }
}
.trafficArea .wrap {
    max-width: 100%;
    padding: 0;
}
.trafficArea .trafficBox {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
}
@media (max-width: 1180px) {
    .trafficArea .trafficBox {
        /*-webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;*/
    }
}

.trafficArea .trafficBox .leftBox .titleBox {
    width: 400px;
}

.trafficArea .trafficBox.active .leftBox .titleBox .title {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
}
.trafficArea .trafficBox.active .rightBox .TxtBox {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
}
.trafficArea .rightBox {
    width: 80%;
    /*padding-right: 30%;*/
    margin: auto;
}
@media (max-width: 1180px) {
    .trafficArea .rightBox {
        width: 100%;
        padding: 0;
    }
}
.trafficArea .TxtBox {
    width: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 60px 0 0;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
@media (max-width: 1180px) {
    .trafficArea .TxtBox {
        padding: 20px;
        margin: 0;
    }
}
.trafficArea .TxtBox .textBox {
    width: 100%;
}
.trafficArea .TxtBox .btnBox {
    margin: 10px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.trafficArea .TxtBox .btnBox .btn {
    margin: 0 auto;
}
.hotelArea {
    width: 100%;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
@media (max-width: 1180px) {
    .hotelArea {
        padding: 20px 0;
    }
}
.hotelArea .wrap {
    max-width: 100%;
    padding: 0;
}
.hotelArea .hotelBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1180px) {
    .hotelArea .hotelBox {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.hotelArea .hotelBox.active .leftBox .titleBox .title {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
}
.hotelArea .hotelBox.active .rightBox .TxtBox {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
}
.hotelArea .rightBox {
    width: 64%;
    padding-right: 6%;
}
@media (max-width: 1180px) {
    .hotelArea .rightBox {
        width: 100%;
        padding: 0;
    }
}
.hotelArea .TxtBox {
    width: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px 0 0;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.hotelArea .TxtBox .textBox {
    width: 100%;
}
.hotelArea .TxtBox .hotelMoreInfoList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.hotelArea .TxtBox .hotelMoreInfoList .moreItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25%;
    padding: 20px;
}
@media (max-width: 1180px) {
    .hotelArea .TxtBox .hotelMoreInfoList .moreItem {
        width: 50%;
    }
}
.hotelArea .TxtBox .hotelMoreInfoList .moreItem .icon {
    width: 40px;
}
.hotelArea .TxtBox .hotelMoreInfoList .moreItem .icon img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.hotelArea .TxtBox .hotelMoreInfoList .moreItem .textBox {
    width: calc(100% - 40px);
    padding-left: 20px;
}
.hotelArea .TxtBox .hotelMoreInfoList .moreItem .textBox .tit {
    font-size: 15px;
    color: #000;
    line-height: normal;
}
.hotelArea .TxtBox .hotelMoreInfoList .moreItem .textBox .txt {
    font-size: 13px;
    color: #555555;
    margin: 0;
    line-height: normal;
}
.hotelArea .TxtBox .btnBox {
    margin: 10px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.hotelArea .TxtBox .btnBox .btn {
    margin: 0 auto;
}
