
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Noto+Sans+TC:wght@300;400&family=Raleway:wght@300;400;500&display=swap");
.classNote {
    padding-bottom: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #6d6c6c;
    line-height: 1.8;
    letter-spacing: 0.5px;
}

.roomList li {
    padding: 25px 0;
}
@media (min-width: 961px) {
    .roomList li:nth-of-type(odd) .Txt {
        padding-left: 50px;
    }
    .roomList li:nth-of-type(even) .item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
}
@media (max-width: 640px) {
    .roomList li {
        padding: 10px 0;
    }
}
.roomList .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
@media (max-width: 960px) {
    .roomList .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.roomList .Img {
    width: 56%;
    position: relative;
    overflow: hidden;
}
@media (max-width: 960px) {
    .roomList .Img {
        width: 100%;
    }
}
.roomList .Img img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.roomList .Txt {
    width: 44%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
@media (max-width: 960px) {
    .roomList .Txt {
        padding: 10px;
        width: 100%;
    }
}
.roomList .Txt .title {
    display: inline-block;
    max-width: 100%;
}
.roomList .Txt .title a {
    position: relative;
    padding-bottom: 15px;
    display: block;
    font-size: 24px;
    color: #222c5f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.roomList .Txt .title a:hover {
    color: #2f3d85;
}
.roomList .Txt p {
    max-width: 320px;
    max-height: 60px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.5px;
    color: #6d6c6c;
}
@media (min-width: 641px) and (max-width: 960px) {
    .roomList .indexBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 641px) and (max-width: 960px) {
    .roomList .indexTitle {
        width: calc(100% - 320px);
        padding-right: 30px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
}
.roomList .roomInfoBox {
    margin-top: 25px;
}
@media (min-width: 641px) and (max-width: 960px) {
    .roomList .roomInfoBox {
        padding-left: 30px;
        width: 320px;
        border-left: 1px solid rgba(0, 0, 0, 0.2);
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
}
.roomList .btnBox {
    margin-top: 50px;
}
.roomList .btnBox a {
    width: 190px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 13px;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    letter-spacing: 0.5px;
    color: #fff;
    background-color: #222c5f;
}
.roomList .btnBox a:hover {
    background-color: #2f3d85;
}

.roomInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2px 0;
}
.roomInfo .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: 300;
    color: #757575;
    width: 100px;
}
.roomInfo .right {
    font-size: 14px;
    font-weight: 400;
    color: #59595a;
}
.roomInfo .icon {
    padding-right: 5px;
}

/******內頁******/
.mainArea.ins {
    padding-top: 60px;
}
@media (max-width: 640px) {
    .mainArea.ins {
        padding-top: 30px;
    }
}
.mainArea.ins .wrap {
    width: 100%;
    padding: 0 20px;
}
.mainArea.ins .contentBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 140px;
}
@media (max-width: 1440px) {
    .mainArea.ins .contentBox {
        padding: 0 80px;
    }
}
@media (max-width: 1180px) {
    .mainArea.ins .contentBox {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
}
.mainArea.ins .leftBox {
    width: 60%;
}
@media (max-width: 1180px) {
    .mainArea.ins .leftBox {
        width: 100%;
    }
}
.mainArea.ins .rightBox {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
@media (max-width: 1180px) {
    .mainArea.ins .rightBox {
        width: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
}
.mainArea.ins .bookingBox {
    padding: 45px 35px;
    position: fixed;
    top: 50%;
    right: 280px;
    width: 20%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(172, 172, 172, 0.4);
            box-shadow: 0px 0px 18px 0px rgba(172, 172, 172, 0.4);
    background-color: #fff;
}
@media (max-width: 1440px) {
    .mainArea.ins .bookingBox {
        width: 23%;
        right: 200px;
    }
}
@media (max-width: 1180px) {
    .mainArea.ins .bookingBox {
        display: none;
    }
}
.mainArea.ins .bookingBox li {
    margin-bottom: 35px;
}
@media (max-width: 1360px) {
    .mainArea.ins .bookingBox li {
        margin-bottom: 10px;
    }
}
.mainArea.ins .bookingBox .item {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.mainArea.ins .bookingBox .title {
    font-size: 14px;
    font-weight: 300;
    color: #a1a1a1;
}
.mainArea.ins .bookingBox .bDataBox {
    position: relative;
    padding: 5px 0 12px;
    font-size: 15px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    color: #1d1d1d;
}
.mainArea.ins .bookingBox .bDataBox .date {
    cursor: pointer;
    position: relative;
    display: block;
}
.mainArea.ins .bookingBox .bDataBox svg {
    position: absolute;
    top: 6px;
    right: 0;
    fill: #222c5f;
}
.mainArea.ins .bookingBox .num {
    cursor: pointer;
    pointer-events: none;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 20px;
    z-index: 2;
}
.mainArea.ins .bookingBox .num:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 6px;
    background-repeat: no-repeat;
    background-image: url(../images/arrow_down.png);
    background-size: cover;
}
.mainArea.ins .bookingBox .btn {
    margin-top: 10px;
    background-color: #ffa;
    background-color: #222c5f;
}
.mainArea.ins .bookingBox .btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 55px;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 1px;
}
.mainArea.ins .bookingBox select {
    cursor: pointer;
    position: absolute;
    left: 0;
    font-size: 15px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    height: 20px;
    background-color: transparent;
    opacity: 0;
}
.mainArea.ins .bookingBox input {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    padding: 0;
    border: none;
    font-size: 0;
    opacity: 0;
}
.mainArea.ins .btnBox {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.mainArea.ins .btnBox a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 190px;
    height: 35px;
    font-size: 13px;
    font-weight: 400;
    color: #3d424a;
    background-color: #b1b4b8;
    letter-spacing: 1px;
}

.topPicBox {
    position: relative;
    padding: 0 140px;
}
@media (max-width: 1440px) {
    .topPicBox {
        padding: 0 80px;
    }
}
@media (max-width: 1180px) {
    .topPicBox {
        padding: 0;
    }
}
.topPicBox img {
    display: block;
    width: 100%;
}
.topPicBox .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.topPicBox .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    bottom: auto;
    left: 50%;
    bottom: 45px;
    z-index: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 1180px) {
    .topPicBox .slick-dots {
        bottom: 5px;
    }
}
.topPicBox .slick-dots li {
    margin: 7px 0;
    width: 50px;
    height: 10px;
}
.topPicBox .slick-dots li.slick-active button:before {
    border-color: #292f52;
    background-color: #292f52;
    opacity: 1;
}
.topPicBox .slick-dots li button {
    position: relative;
    width: 100%;
    height: 100%;
}
.topPicBox .slick-dots li button:hover:before {
    background-color: #292f52;
    border-color: #292f52;
    opacity: 1;
}
.topPicBox .slick-dots li button:before {
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 1;
}

@media (max-width: 1180px) {
    .pageBox {
        position: relative;
        min-height: 80px;
    }
}
.pageBox > a {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 960px) {
    .pageBox > a {
        width: 40px;
        height: 40px;
    }
}
.pageBox > a:hover:before {
    border-color: #222c5f;
}
.pageBox > a:hover svg {
    fill: #222c5f;
}
.pageBox > a:hover .title {
    color: #292f52;
}
.pageBox > a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    width: 43px;
    height: 43px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid rgba(34, 44, 95, 0.5);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media (max-width: 960px) {
    .pageBox > a:before {
        width: 30px;
        height: 30px;
    }
}
.pageBox > a svg {
    fill: #222c5f;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.pageBox .prevBtn {
    left: 0;
}
.pageBox .prevBtn svg {
    fill: #222c5f;
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
}
@media (max-width: 1180px) {
    .pageBox .prevBtn .title {
        left: calc(100% + 20px);
    }
}
@media (max-width: 420px) {
    .pageBox .prevBtn .title {
        top: calc(100% + 5px);
        left: 0;
    }
}
.pageBox .nextBtn {
    right: 0;
}
.pageBox .nextBtn svg {
    fill: #222c5f;
    -webkit-transform: translateX(2px) rotate(-180deg);
            transform: translateX(2px) rotate(-180deg);
}
@media (max-width: 1180px) {
    .pageBox .nextBtn .title {
        right: calc(100% + 20px);
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
}
@media (max-width: 420px) {
    .pageBox .nextBtn .title {
        top: calc(100% + 5px);
        right: 0;
    }
}
.pageBox .title {
    position: absolute;
    font-size: 16px;
    font-weight: 300;
    color: #939393;
    white-space: nowrap;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media (min-width: 1181px) {
    .pageBox .title {
        top: calc(100% + 15px);
        -webkit-writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl;
                writing-mode: vertical-rl;
    }
}
.pageBox .title span {
    display: none;
}

.introBox {
    padding: 50px 0 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 640px) {
    .introBox {
        padding: 30px 0 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.introBox .introTitle {
    width: calc(100% - 290px);
    padding-right: 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
@media (max-width: 640px) {
    .introBox .introTitle {
        padding-right: 0;
        width: 100%;
    }
}
.introBox .roomInfoBox {
    padding-left: 45px;
    width: 290px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
@media (max-width: 640px) {
    .introBox .roomInfoBox {
        padding-top: 20px;
        width: 100%;
        padding-left: 0;
        border-left: none;
    }
}
.introBox .title {
    font-size: 27px;
    font-weight: 400;
    color: #222c5f;
}

.share {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 110px;
}
@media (max-width: 1180px) {
    .share {
        margin-top: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
    }
}
.share b {
    padding-bottom: 25px;
    font-size: 12px;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
    color: #222c5f;
}
@media (min-width: 1181px) {
    .share b {
        -webkit-writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl;
                writing-mode: vertical-rl;
    }
}
@media (max-width: 1180px) {
    .share b {
        display: none;
        padding-bottom: 0;
        padding-right: 15px;
    }
}
.share a {
    margin: 6px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 16px;
    color: #fafafa;
}
.share a:hover:before {
    opacity: 0.8;
}
.share a:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    width: 36px;
    height: 36px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #bdbdbd;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.share i {
    position: relative;
}
.share svg {
    position: relative;
    fill: #fafafa;
}

.textEditor .facList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}
.textEditor .facList li {
    padding: 20px 0;
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px) {
    .textEditor .facList li {
        width: 33.33%;
    }
}
@media (max-width: 640px) {
    .textEditor .facList li {
        width: 50%;
    }
}
.textEditor .facList .icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 36px;
    height: 36px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.16);
}
.textEditor .facList .word {
    padding-left: 20px;
    padding-right: 10px;
}
@media (max-width: 640px) {
    .textEditor .facList .word {
        padding: 0 5px;
    }
}