@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600&family=Noto+Serif+TC:wght@200;400;500;600&family=Poppins:wght@700&display=swap");
.roomList .Txt .bookingBox .btn, .moduleBox .moduleClose {
    transition: all .5s;
}

.bannerArea.unitPage #banner li .rightBox .subtitle {
    padding-left: 20px;
    letter-spacing: 5px;
}

.bannerArea.unitPage #banner li .rightBox .ensubtitle {
    padding-top: 100px;
}

.contentBox.roomStyle .QuickLinkBox {
    padding: 0 0 50px;
    display: flex;
}

.contentBox.roomStyle .QuickLinkBox .topNoteBox .infoBox {
    order: 1;
    width: 350px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

.contentBox.roomStyle .QuickLinkBox .classRowBox.style3 {
    flex-grow: 1;
    order: 2;
}

@media (max-width: 1023px) {
    .contentBox.roomStyle .QuickLinkBox .classRowBox.style3 > ul {
        display: flex;
    }
}

@media (max-width: 1080px) {
    .contentBox.roomStyle .QuickLinkBox {
        flex-wrap: wrap;
        padding: 0 0 20px;
    }
    .contentBox.roomStyle .QuickLinkBox .topNoteBox {
        width: 100%;
    }
    .contentBox.roomStyle .QuickLinkBox .topNoteBox .infoBox {
        width: 100%;
    }
    .contentBox.roomStyle .QuickLinkBox .classRowBox.style3 > ul {
        justify-content: center;
    }
    .contentBox.roomStyle .QuickLinkBox .classRowBox.style3 > ul li {
        padding: 10px;
    }
    .contentBox.roomStyle .QuickLinkBox .classRowBox.style3 > ul a {
        width: auto;
    }
}

@media (max-width: 1080px) {
    .contentBox.roomStyle .QuickLinkBox .classRowBox.style3 > ul li {
        padding: 5px;
    }
}

.roomList {
    margin-top: -80px;
}

.roomList li:first-child .item::after {
    content: "";
    display: block;
    width: 590px;
    height: 620px;
    background-image: url(../images/room_list_deco_bg.png);
    position: absolute;
    top: 0;
    right: calc(50% - 960px);
}

.roomList li:nth-child(even) .item::before {
    left: calc(50% - 960px);
}

.roomList li:nth-child(even) .Img {
    order: 2;
}

.roomList li:nth-child(even) .Txt {
    order: 1;
    padding-left: 0px;
    padding-right: 90px;
}

.roomList li:nth-child(even) .Txt .bookingBox {
    right: 90px;
}

.roomList .item {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    position: relative;
}

.roomList .item::before {
    content: "";
    display: block;
    width: 960px;
    height: 100%;
    background-color: #f9f9f9;
    position: absolute;
    top: 0;
    right: calc(50% - 960px);
}

.roomList .Img {
    position: relative;
    z-index: 2;
    width: 730px;
    margin: 100px 0;
    height: 420px;
}

.roomList .Img a {
    display: block;
    width: 100%;
    height: 100%;
}

.roomList .Img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.roomList .Txt {
    position: relative;
    z-index: 2;
    width: calc(100% - 730px);
    padding-left: 90px;
}

.roomList .Txt .listPic2 {
    position: absolute;
    top: 0px;
    right: 0;
}

.roomList .Txt .listPic2 img {
    display: inline-block;
    width: 50px;
    height: 50px;
}

.roomList .Txt .title a {
    display: block;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 600;
    padding-bottom: 10px;
    padding-right: 60px;
}

.roomList .Txt .entitle {
    display: block;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 400;
    padding-bottom: 20px;
    position: relative;
    padding-right: 60px;
}

.roomList .Txt .iconBox {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0 0px;
}

.roomList .Txt .iconBox .icon {
    width: 33.33%;
    display: flex;
    align-items: center;
    align-content: center;
    padding-bottom: 30px;
}

.roomList .Txt .iconBox .imgWrap {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: #959595;
}

.roomList .Txt .iconBox .imgWrap img {
    display: inline-block;
    width: 50px;
    height: 50px;
}

.roomList .Txt .iconBox .icontitle {
    padding: 0 10px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 400;
    display: inline-block;
}

.roomList .Txt .moreBtn {
    margin-top: 30px;
}

.roomList .Txt .bookingBox {
    position: absolute;
    bottom: 0;
    right: 0;
}

.roomList .Txt .bookingBox .btn {
    width: 210px;
    height: 44px;
    background-color: #003f57;
    border: 1px solid #003f57;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.roomList .Txt .bookingBox .btn img {
    display: inline-block;
    width: 20px;
    height: 20px;
    filter: grayscale(1) brightness(10);
}

.roomList .Txt .bookingBox .btn span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.5px;
    color: #fff;
    padding-left: 24px;
}

.roomList .Txt .bookingBox .btn span::before {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 3px;
    left: 12px;
}

.roomList .Txt .bookingBox .btn:hover {
    background-color: #fff;
}

.roomList .Txt .bookingBox .btn:hover img {
    filter: none;
}

.roomList .Txt .bookingBox .btn:hover span {
    color: #003f57;
}

.roomList .Txt .bookingBox .btn:hover span::before {
    background-color: #003f57;
}

@media (max-width: 1440px) {
    .roomList .Img {
        width: 680px;
        height: 400px;
    }
    .roomList .Txt {
        width: calc(100% - 680px);
        padding-left: 40px;
    }
}

@media (max-width: 1280px) {
    .roomList .Img {
        width: 640px;
        height: 380px;
    }
    .roomList .Txt {
        width: calc(100% - 640px);
        padding-left: 20px;
    }
    .roomList .Txt .iconBox .icon {
        width: 50%;
        padding-bottom: 20px;
    }
    .roomList .Txt .bookingBox .btn {
        width: 172px;
    }
    .roomList .Txt .bookingBox .btn span {
        padding-left: 18px;
    }
    .roomList .Txt .bookingBox .btn span::before {
        left: 9px;
    }
}

@media (max-width: 1080px) {
    .roomList {
        margin-top: 0;
    }
    .roomList li:nth-child(even) .Img {
        order: 1;
    }
    .roomList li:nth-child(even) .Txt {
        order: 2;
        padding-right: 0;
    }
    .roomList li:nth-child(even) .Txt .bookingBox {
        right: 0;
    }
    .roomList .item::before, .roomList .item::after {
        display: none;
    }
    .roomList .Img {
        width: 100%;
        margin: 0 0 10px;
        height: auto;
    }
    .roomList .Txt {
        width: 100%;
        padding: 30px 0 60px;
    }
    .roomList .Txt .bookingBox {
        bottom: 60px;
    }
}

@media (max-width: 640px) {
    .roomList .Txt {
        padding: 20px 0 60px;
    }
    .roomList .Txt .title a {
        padding-bottom: 0;
    }
    .roomList .Txt .entitle {
        padding-bottom: 10px;
    }
    .roomList .Txt .iconBox {
        padding: 20px 0 0;
    }
    .roomList .Txt .iconBox .icon {
        padding-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .roomList .Txt .bookingBox {
        position: relative;
        bottom: 0;
        margin-top: 20px;
    }
    .roomList .Txt .iconBox .icon {
        width: 100%;
    }
}

/******內頁******/
.mainArea.ins {
    padding: 0;
}

.contentBox.insPage {
    margin-top: 0;
}

.contentBox .topBox {
    position: relative;
    background-color: #f9f9f9;
    padding-bottom: 106px;
}

.contentBox .topBox::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-attachment: fixed;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.contentBox .topBox .wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    z-index: 2;
}

.contentBox .topBox .leftBox {
    width: 570px;
    padding-right: 70px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.contentBox .topBox .leftBox .listPic2 {
    position: absolute;
    top: 0;
    right: 70px;
}

.contentBox .topBox .leftBox .title {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 400;
    padding-bottom: 10px;
    width: 100%;
    padding-right: 60px;
}

.contentBox .topBox .leftBox .entitle {
    display: block;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 400;
    padding-right: 60px;
    width: 100%;
}

.contentBox .topBox .leftBox .expWrap {
    min-height: 180px;
    padding-top: 10px;
    width: 100%;
}

.contentBox .topBox .leftBox .textWrap {
    display: inline-block;
    padding-right: 10px;
}

.contentBox .topBox .leftBox .textWrap span {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #818181;
    font-family: 'Noto Serif TC';
}

.contentBox .topBox .leftBox .textWrap .textTitle {
    color: #000;
    font-weight: 600;
}

.contentBox .topBox .leftBox .textWrap .text {
    position: relative;
}

.contentBox .topBox .leftBox .textWrap .text::before {
    content: "/";
    display: inline-block;
    padding: 0 5px;
}

.contentBox .topBox .leftBox .exp {
    padding-top: 10px;
    font-size: 14px;
    line-height: 26px;
}

.contentBox .topBox .leftBox .moreBtn {
    margin-top: 10px;
    margin-right: 30px;
}

.contentBox .topBox .rightBox {
    width: calc(100% - 570px);
    position: relative;
    height: 542px;
}

.contentBox .topBox .rightBox .Img {
    height: 542px;
    width: 1090px;
    position: absolute;
    top: 0;
    left: 0;
}

.contentBox .topBox .rightBox .Img a {
    display: block;
    width: 100%;
    height: 100%;
}

.contentBox .topBox .rightBox .Img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contentBox .topBox .albumBox {
    width: 100%;
    margin-top: 35px;
    padding-right: 188px;
    position: relative;
}

.contentBox .topBox .albumBox .side_album {
    width: 100%;
}

.contentBox .topBox .albumBox .moreBtn {
    position: absolute;
    bottom: 0;
    right: 0;
}

.contentBox .topBox .albumBox .arrowBox {
    position: absolute;
    top: 30px;
    right: 95px;
}

@media (max-width: 1500px) {
    .contentBox .topBox .wrap {
        align-items: flex-start;
    }
    .contentBox .topBox .leftBox {
        width: 500px;
        padding-right: 30px;
        padding-top: 30px;
    }
    .contentBox .topBox .rightBox {
        width: calc(100% - 500px);
        height: 100%;
    }
    .contentBox .topBox .rightBox .Img {
        height: 100%;
        width: 100%;
        position: relative;
    }
}

@media (max-width: 1280px) {
    .contentBox .topBox .leftBox {
        width: 360px;
        padding-right: 30px;
    }
    .contentBox .topBox .rightBox {
        width: calc(100% - 360px);
    }
}

@media (max-width: 1080px) {
    .contentBox .topBox {
        padding-bottom: 80px;
    }
    .contentBox .topBox .leftBox {
        width: 100%;
        padding-right: 0px;
        order: 2;
    }
    .contentBox .topBox .leftBox .expWrap {
        min-height: auto;
    }
    .contentBox .topBox .leftBox .moreBtn {
        margin-top: 30px;
    }
    .contentBox .topBox .rightBox {
        width: 100%;
        order: 1;
    }
    .contentBox .topBox .albumBox {
        order: 3;
    }
}

@media (max-width: 640px) {
    .contentBox .topBox {
        padding-bottom: 50px;
    }
    .contentBox .topBox .leftBox {
        padding-top: 20px;
    }
    .contentBox .topBox .rightBox {
        width: 100%;
        order: 1;
    }
    .contentBox .topBox .albumBox {
        margin-top: 25px;
        padding-right: 0;
    }
    .contentBox .topBox .albumBox .moreBtn {
        position: relative;
        margin-top: 20px;
    }
    .contentBox .topBox .albumBox .arrowBox {
        top: auto;
        bottom: 0px;
        right: 0;
    }
}

.moduleBox .moduleWrap {
    padding: 100px;
    min-width: 1248px;
    position: relative;
    overflow: none;
}

.moduleBox .moduleWrap::before {
    content: "";
    display: block;
    width: 600px;
    height: 550px;
    background-image: url(../images/room_pop_deco_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

.moduleBox .moduleClose {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: transparent;
    position: absolute;
    top: 40px;
    right: 35px;
}

.moduleBox .moduleClose::before {
    background-color: rgba(0, 0, 0, 0.2);
    width: 20px;
    margin: 0;
    position: absolute;
    top: calc(50% + 0.5px);
    left: calc(50% - 10px);
}

.moduleBox .moduleClose::after {
    width: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 0;
    position: absolute;
    top: calc(50% + 0.5px);
    left: calc(50% - 10px);
}

.moduleBox .moduleClose:hover {
    background-color: #003f57;
    transform: scale(0.96);
}

.moduleBox .moduleClose:hover::before, .moduleBox .moduleClose:hover::after {
    background-color: #fff;
}

.moduleBox .moduleContent {
    padding: 0;
}

.moduleBox .moduleContent .entitle {
    display: inline-block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 0;
    padding-bottom: 10px;
}

.moduleBox .moduleContent .title {
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 600;
}

.moduleBox .moduleContent .textEditor {
    padding-top: 44px;
    position: relative;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 1px;
}

.moduleBox .moduleContent .textEditor::before {
    content: "";
    width: 45px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 24px;
    left: 0;
}

.moduleBox .moduleContent .textEditor .h3title {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 600;
    padding-bottom: 18px;
}

.moduleBox .moduleContent .textEditor ul {
    list-style: none;
    padding-left: 0;
}

.moduleBox .moduleContent .textEditor ul li {
    padding-left: 10px;
    position: relative;
}

.moduleBox .moduleContent .textEditor ul li::before {
    content: "";
    width: 2px;
    height: 2px;
    display: block;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 0;
}

@media (max-width: 1280px) {
    .moduleBox .moduleWrap {
        min-width: auto;
        max-width: 100%;
        padding: 80px 60px;
    }
}

@media (max-width: 840px) {
    .moduleBox .moduleWrap {
        min-width: auto;
        max-width: 100%;
        padding: 60px 40px;
    }
}

@media (max-width: 480px) {
    .moduleBox .moduleWrap {
        min-width: auto;
        max-width: 100%;
        padding: 60px 20px 40px;
        height: 90vh;
    }
    .moduleBox .moduleContent {
        height: 100%;
    }
    .moduleBox .moduleClose {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
    }
}

.roomFacBox {
    padding: 106px 0 108px;
}

.roomFacBox .wrap {
    display: flex;
    flex-wrap: wrap;
}

.roomFacBox .titleBox {
    width: 98px;
}

.roomFacBox .titleBox .entitle::before {
    height: 100px;
}

.roomFacBox .facListBox {
    width: calc(100% - 98px);
}

.roomFacBox .facListBox .facClassList {
    display: flex;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.roomFacBox .facListBox .facClassList .mLi {
    flex-grow: 1;
}

.roomFacBox .facListBox .facClassList .mLi.hide {
    display: none;
}

.roomFacBox .facListBox .facClassList .mLi:last-child .classBox::after {
    background-color: transparent;
}

.roomFacBox .facListBox .facClassList .mLi:last-child .facList::after {
    background-color: transparent;
}

.roomFacBox .facListBox .facClassList .mLi .classBox {
    display: flex;
    padding: 20px 26px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
}

.roomFacBox .facListBox .facClassList .mLi .classBox::after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 20px;
    right: 0;
}

.roomFacBox .facListBox .facClassList .mLi .mtitle {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 600;
    padding-right: 8px;
}

.roomFacBox .facListBox .facClassList .mLi .enmtitle {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.2px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}

.roomFacBox .facListBox .facClassList .mLi .facList {
    display: block;
    padding: 20px 26px 0;
    position: relative;
    height: calc(100% - 70px);
}

.roomFacBox .facListBox .facClassList .mLi .facList::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 20px - 24px);
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 20px;
    right: 0;
}

.roomFacBox .facListBox .facClassList .mLi .facList .facLi {
    display: flex;
    align-items: center;
    padding: 0 0 24px;
}

.roomFacBox .facListBox .facClassList .mLi .facList .Img {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: #999;
}

.roomFacBox .facListBox .facClassList .mLi .facList .Img img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.roomFacBox .facListBox .facClassList .mLi .facList .title {
    width: calc(100% - 50px);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    padding-left: 16px;
}

.roomFacBox .facAlbumBox {
    width: 100%;
    padding-top: 70px;
    padding-right: 20px;
    position: relative;
}

.roomFacBox .facAlbumBox .fac_album .item {
    padding-right: 36px;
}

.roomFacBox .facAlbumBox .fac_album .Img {
    width: 100%;
    height: 188px;
}

.roomFacBox .facAlbumBox .fac_album .Img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.roomFacBox .facAlbumBox .fac_album .title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
    padding-top: 25px;
}

.roomFacBox .facAlbumBox .arrowBox {
    position: absolute;
    top: 94px;
    right: -30px;
    transform: rotate(90deg);
}

.roomFacBox .facAlbumBox .arrowBox span {
    font-weight: 400;
}

@media (max-width: 1280px) {
    .roomFacBox .titleBox {
        width: 60px;
    }
    .roomFacBox .facListBox {
        width: calc(100% - 60px);
    }
}

@media (max-width: 1180px) {
    .roomFacBox {
        padding: 80px 0;
    }
    .roomFacBox .titleBox {
        width: 100%;
        writing-mode: initial;
        position: relative;
    }
    .roomFacBox .titleBox .entitle {
        flex-grow: 1;
        padding-top: 0;
        padding-left: 16px;
        text-align: left;
    }
    .roomFacBox .titleBox .entitle::before {
        width: calc(100% - 115px);
        max-width: 222px;
        height: 1px;
        top: calc(50% - 0.5px);
        left: 115px;
        right: 0;
    }
    .roomFacBox .facListBox {
        width: 100%;
        padding-top: 10px;
    }
    .roomFacBox .facListBox .facClassList .mLi .classBox {
        min-height: 70px;
        padding: 0 20px;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
    }
    .roomFacBox .facListBox .facClassList .mLi .mtitle {
        line-height: 24px;
    }
    .roomFacBox .facListBox .facClassList .mLi .enmtitle {
        line-height: 20px;
    }
    .roomFacBox .facListBox .facClassList .mLi .facList {
        padding: 15px 10px 0;
    }
    .roomFacBox .facListBox .facClassList .mLi .facList .title {
        padding-left: 8px;
    }
    .roomFacBox .facAlbumBox .fac_album .item {
        padding-right: 20px;
    }
    .roomFacBox .facAlbumBox .fac_album .Img {
        height: 160px;
    }
}

@media (max-width: 768px) {
    .roomFacBox {
        padding: 50px 0;
    }
    .roomFacBox .facListBox .facClassList {
        flex-wrap: wrap;
    }
    .roomFacBox .facListBox .facClassList .mLi {
        width: 100%;
        flex-grow: 0;
    }
    .roomFacBox .facListBox .facClassList .mLi:first-child .classBox {
        border-top: transparent;
    }
    .roomFacBox .facListBox .facClassList .mLi .classBox {
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }
    .roomFacBox .facListBox .facClassList .mLi .classBox::after {
        display: none;
    }
    .roomFacBox .facListBox .facClassList .mLi .facList {
        display: flex;
        flex-wrap: wrap;
    }
    .roomFacBox .facListBox .facClassList .mLi .facList::after {
        display: none;
    }
    .roomFacBox .facListBox .facClassList .mLi .facList .facLi {
        width: 33.33%;
        padding: 0 5px 15px;
    }
    .roomFacBox .facAlbumBox .fac_album .Img {
        height: 120px;
    }
    .roomFacBox .facAlbumBox .fac_album .title {
        padding-top: 10px;
    }
}

@media (max-width: 640px) {
    .roomFacBox .facListBox .facClassList .mLi .facList .facLi {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .roomFacBox .facAlbumBox {
        padding-right: 22px;
    }
    .roomFacBox .facAlbumBox .fac_album .item {
        padding-right: 11px;
    }
    .roomFacBox .facAlbumBox .fac_album .Img {
        height: 100px;
    }
    .roomFacBox .facAlbumBox .fac_album .title {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 375px) {
    .roomFacBox {
        padding: 30px 0;
    }
    .roomFacBox .facListBox .facClassList .mLi .facList .facLi {
        width: 100%;
    }
    .roomFacBox .facAlbumBox {
        padding-right: 21px;
    }
    .roomFacBox .facAlbumBox .fac_album .Img {
        height: 85px;
    }
    .roomFacBox .facAlbumBox .fac_album .title {
        font-size: 14px;
        line-height: 20px;
    }
}

.roomExpBox {
    background-color: #f9f9f9;
    padding: 86px 0;
}

.roomExpBox .textEditor .contentBuilder.noPad {
    padding: 20px 0;
}

.roomExpBox .textEditor .contentBuilder.noPad .row {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.roomExpBox .textEditor .contentBuilder.noPad .column {
    padding: 0;
    float: none;
}

.roomExpBox .textEditor .contentBuilder.noPad .column.half {
    width: 50%;
}

.roomExpBox .textEditor .contentBuilder.noPad .column.imgFull img {
    display: block;
    height: 356px;
    object-fit: cover;
}

.roomExpBox .textEditor .contentBuilder.noPad .column.Txt {
    padding-left: 70px;
}

.roomExpBox .textEditor .contentBuilder.noPad .column.TxtLeft {
    padding-left: 0;
    padding-right: 70px;
}

@media (max-width: 1080px) {
    .roomExpBox {
        padding: 80px 0;
    }
    .roomExpBox .textEditor .contentBuilder.noPad .row.reverse {
        flex-direction: row-reverse;
    }
    .roomExpBox .textEditor .contentBuilder.noPad .column.half {
        width: 100%;
    }
    .roomExpBox .textEditor .contentBuilder.noPad .column.imgFull {
        order: 1;
    }
    .roomExpBox .textEditor .contentBuilder.noPad .column.imgFull img {
        width: 100%;
        height: 100%;
        max-height: 365px;
    }
    .roomExpBox .textEditor .contentBuilder.noPad .column.Txt {
        padding-left: 0;
        order: 2;
    }
    .roomExpBox .textEditor .contentBuilder.noPad .column.TxtLeft {
        padding-right: 0;
        order: 2;
    }
}

@media (max-width: 640px) {
    .roomExpBox {
        padding: 50px 0;
    }
}

@media (max-width: 400px) {
    .roomExpBox {
        padding: 30px 0;
    }
}

.relatedBox {
    padding: 108px 0 106px;
}

.relatedBox .wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.relatedBox .leftBox {
    width: 760px;
    position: relative;
}

.relatedBox .leftBox .titleBox {
    position: absolute;
    top: 0;
    left: 0;
}

.relatedBox .rightBox {
    width: calc(100% - 760px);
    padding-left: 50px;
}

.relatedBox .newsBox {
    padding-left: 65px;
    position: relative;
}

.relatedBox .newsBox .newsPicList .Img {
    width: 100%;
    height: 314px;
}

.relatedBox .newsBox .newsPicList .Img a {
    display: block;
    width: 100%;
    height: 100%;
}

.relatedBox .newsBox .newsPicList .Img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.relatedBox .newsBox .newsPicList .Txt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 0 0;
    max-height: 155px;
}

.relatedBox .newsBox .newsPicList .Txt .title {
    width: calc(100% - 130px);
    padding-bottom: 5px;
}

.relatedBox .newsBox .newsPicList .Txt .title a {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 600;
}

.relatedBox .newsBox .newsPicList .Txt .title.ellipsis {
    height: 25px;
}

.relatedBox .newsBox .newsPicList .Txt .date {
    display: inline-block;
    max-width: 130px;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    letter-spacing: 0.5px;
    position: relative;
    text-align: right;
    padding-left: 15px;
}

.relatedBox .newsBox .newsPicList .Txt .date::before {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
}

.relatedBox .newsBox .newsPicList .Txt .exp {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.8px;
    color: #484848;
}

.relatedBox .newsBox .newsPicList .Txt .exp.ellipsis {
    height: 50px;
}

.relatedBox .newsBox .newsPicList .Txt .moreBtn {
    margin-top: 15px;
}

.relatedBox .newsBox .arrowBox {
    position: absolute;
    bottom: 0px;
    right: 0;
}

.relatedBox .newsBox2 {
    transition: all 0.5s;
    position: relative;
}

.relatedBox .newsBox2 .newsList {
    height: 460px;
    width: 100%;
}

.relatedBox .newsBox2 .newsList li {
    border: none;
}

.relatedBox .newsBox2 .newsList .item {
    width: 100%;
    height: 115px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    transition: 0.5s all;
    display: flex;
}

.relatedBox .newsBox2 .newsList .item::before {
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    background-image: url(../images/home_news_deco_bg.png);
    position: absolute;
    top: 0px;
    left: -50px;
    transition: 0.5s all;
}

.relatedBox .newsBox2 .newsList .item::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
}

.relatedBox .newsBox2 .newsList .item:hover {
    background-color: #003f57;
}

.relatedBox .newsBox2 .newsList .item:hover::before {
    top: 0;
    left: 0;
    opacity: 0.03;
}

.relatedBox .newsBox2 .newsList .item:hover .Txt .title a {
    color: #fff;
}

.relatedBox .newsBox2 .newsList .item:hover .Txt .exp {
    color: rgba(255, 255, 255, 0.7);
}

.relatedBox .newsBox2 .newsList .item:hover .dateBox {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.relatedBox .newsBox2 .newsList .Txt {
    width: calc(100% - 70px);
    padding-right: 70px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.relatedBox .newsBox2 .newsList .Txt .title {
    width: 100%;
}

.relatedBox .newsBox2 .newsList .Txt .title a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #000;
}

.relatedBox .newsBox2 .newsList .Txt .title.ellipsis {
    height: 30px;
}

.relatedBox .newsBox2 .newsList .Txt .exp {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.7);
}

.relatedBox .newsBox2 .newsList .Txt .exp.ellipsis {
    height: 25px;
}

.relatedBox .newsBox2 .newsList .dateBox {
    width: 70px;
    transition: all 0.5s;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    color: #000;
    text-align: right;
}

.relatedBox .newsBox2 .newsList .dateBox .day {
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: 'Noto Serif TC';
}

.relatedBox .newsBox2 .newsList .dateBox .month {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.relatedBox .newsBox2 .newsList .dateBox .year {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.2px;
}

.relatedBox .newsBox2.hide {
    opacity: 0;
    transform: translateY(-20px);
}

@media (max-width: 1280px) {
    .relatedBox {
        padding: 80px 0;
    }
    .relatedBox .leftBox {
        width: calc(100% - 500px);
    }
    .relatedBox .rightBox {
        width: 500px;
        padding-left: 20px;
    }
    .relatedBox .newsBox {
        padding-left: 40px;
    }
    .relatedBox .newsBox2 .newsList .item {
        padding: 20px 10px;
    }
    .relatedBox .newsBox2 .newsList .Txt {
        padding-right: 20px;
    }
}

@media (max-width: 1080px) {
    .relatedBox {
        padding: 60px 0;
    }
    .relatedBox .leftBox {
        width: 100%;
        max-width: 760px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .relatedBox .leftBox .titleBox {
        width: 100%;
        writing-mode: initial;
        position: relative;
    }
    .relatedBox .leftBox .titleBox .entitle {
        flex-grow: 1;
        padding-top: 0;
        padding-left: 16px;
        text-align: left;
    }
    .relatedBox .leftBox .titleBox .entitle::before {
        width: calc(100% - 115px);
        max-width: 222px;
        height: 1px;
        top: calc(50% - 0.5px);
        left: 115px;
        right: 0;
    }
    .relatedBox .rightBox {
        display: none;
    }
    .relatedBox .newsBox {
        padding-left: 0px;
        position: relative;
        width: 100%;
    }
    .relatedBox .newsBox .newsPicList .Txt {
        max-height: initial;
    }
    .relatedBox .newsBox .newsPicList .Txt .title {
        width: 100%;
        order: 1;
    }
    .relatedBox .newsBox .newsPicList .Txt .exp {
        order: 2;
    }
    .relatedBox .newsBox .newsPicList .Txt .date {
        max-width: 100%;
        width: 100%;
        text-align: left;
        order: 3;
    }
    .relatedBox .newsBox .newsPicList .Txt .moreBtn {
        order: 4;
    }
}

@media (max-width: 640px) {
    .relatedBox {
        padding: 40px 0 60px;
    }
    .relatedBox .newsBox .newsPicList .Img {
        height: 200px;
    }
}

@media (max-width: 400px) {
    .relatedBox .newsBox .newsPicList .Img {
        height: 160px;
    }
}
/*# sourceMappingURL=room.css.map */