.moen_20231130_page {
            overflow: hidden;
            min-height: 100vh;
        }

        .moen_20231130_suite {
            margin: 0 auto;
            max-width: 1300px;
        }

        .moen_20231130_suite_header {
            display: flex;
            align-items: center;
            width: 55%;
            justify-content: space-between;
            margin: 20px 0;
        }

        .moen_20231130_suite_header_list_text a {
            color: #5B7F95;
            font-size: 18px;
            letter-spacing: 2px;
            text-decoration: none;
        }

        .moen_20231130_suite_header_list_text_active a {
            font-size: 20px;
            color: #5B7F95;
            letter-spacing: 2px;
            text-decoration: none;
        }

        .moen_20231130_suite_header_list_line {
            background-color: #C8893B;
            height: 2px;
            margin-top: 8px;
        }

        .moen_20231130_suite_list {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            border-bottom: 2px solid #5B7F95;
        }

        .moen_20231130_suite_list_item {
            width: 49%;
            cursor: pointer;
        }

        .moen_20231130_suite_list_item_img {
            width: 100%;
        }

        .moen_20231130_suite_list_item_img img {
            width: 100%;
        }

        .moen_20231130_suite_list_item_text {
            color: #1f1f1f;
            font-size: 18px;
            letter-spacing: 2px;
            margin: 20px 0;
        }

        .moen_20231130_suite_list_item_text img {
            vertical-align: middle;
            height: 30px;
        }

        .moen_20231130_suite_pagination {
            margin: 30px 0;
            display: flex;
            flex-direction: row-reverse;
        }

        .moen_20231130_suite_pagination_btnGroup {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .moen_20231130_suite_pagination_btnGroup_prev {
            border-radius: 4px;
            margin-right: 30px;
            border-radius: 4px;
            overflow: hidden;
        }

        .moen_20231130_suite_pagination_btnGroup_prev a {
            text-decoration: none;
        }

        .moen_20231130_suite_pagination_btnGroup_prev img {
            height: 34px;
        }

        .moen_20231130_suite_pagination_btnGroup_next {
            overflow: hidden;
            cursor: pointer;
            margin-left: 30px;
            border-radius: 4px;
            overflow: hidden;
        }

        .moen_20231130_suite_pagination_btnGroup_next a {
            text-decoration: none;
        }

        .moen_20231130_suite_pagination_btnGroup_next img {
            height: 34px;
        }

        .moen_20231130_suite_pagination_btnGroup_list {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .moen_20231130_suite_pagination_btnGroup_list {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .moen_20231130_suite_pagination_btnGroup_list_item {
            width:34px;
            height: 34px;
            text-align: center;
            line-height: 34px;
            border-radius: 4px;
            overflow: hidden;
            cursor: pointer;
            margin: 0 10px;
        }

        .moen_20231130_suite_pagination_btnGroup_list_item a {
            color: #333;
            text-decoration: none;
        }

        .moen_20231130_suite_pagination_btnGroup_list_item_active {
            background-color: #5B7F95;
            color: #fff;
        }

        .moen_20231130_suite_pagination_btnGroup_list_item_active a {
            color: #fff;
        }


        @media screen and (max-width: 768px) {
            .moen_20231130_suite {
                width: calc(100% - 30px);
            }

            .moen_20231130_suite_list_item {
                width: 100%;
            }

            .moen_20231130_suite_header_list_text a {
                font-size: 16px;
            }

            .moen_20231130_suite_header_list_text_active a {
                font-size: 18px;

            }

            .moen_20231130_suite_header {
                width: 100%;
            }

            .moen_20231130_suite_pagination {
                justify-content: center;
            }

            .moen_20231130_suite_pagination_btnGroup {
                width: 100%;
            }

            .moen_20231130_suite_list_item_img img {
                height: auto;
            }

            .moen_20231130_suite_list_item_text {
                text-align: left;
                font-size: 16px;
            }

            .moen_20231130_suite_list_item_text img {
                height: 20px;
            }
        }
.moen_20231204_page {
            overflow: hidden;
        }

        .moen_20231204_hotel {
            margin: 0 auto 100px;
            max-width: 1300px;
        }

        .moen_20231204_hotel_header img {
            width: 100%;
        }

        .moen_20231204_hotel_content {
            display: flex;
            justify-content: space-between;
            margin-top: 20px;
        }

        .moen_20231204_hotel_content_image {
            width: 43%;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .moen_20231204_hotel_content_image img {
            width: 100%;
        }

        .moen_20231204_hotel_content_image_left {
            overflow: hidden;
            width: 49%;
            margin-bottom: 10px;
        }

        .moen_20231204_hotel_content_image_left img {
            width: 100%;
        }

        .moen_20231204_hotel_content_image_right {
            width: 49%;
            display: flex;
            flex-direction: column;
            margin-bottom: 10px;
        }

        .moen_20231204_hotel_content_image_right div:last-child {
            width: 81.5%;
            margin-top: 10px;
        }

        .moen_20231204_hotel_content_image_right img {
            width: 100%;
        }

        .moen_20231204_hotel_content_text {
            width: 55%;
        }

        .moen_20231204_hotel_content_text_title {
            color: #1f1f1f;
            font-size: 28px;
            padding: 50px 0 25px;
            letter-spacing: 2px;
        }

        .moen_20231204_hotel_content_text_desc {
            color: #1f1f1f;
            font-size: 14px;
            line-height: 25px;
            letter-spacing: 2px;
        }

.moen_20231128_page {
            overflow: hidden;
        }

        .moen_20231128_box {
            padding-bottom: 80px;
            background-color: #fff;
            max-width: 1300px;
            margin: 0 auto;
        }

        .moen_20231128_box>div {
            display: flex;
            flex-wrap: wrap;
        }

        .moen_20231128_box_image {
            width: 100%;
        }

        .moen_20231128_box_image img {
            width: 100%;
        }

        .moen_20231128_box_text {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            padding-bottom: 50px;
        }

        .moen_20231128_box_text_item {
            width: 40%;
        }

        .moen_20231128_box_text_item_list {
            padding-top: 30px;
        }

        .moen_20231128_box_text_item_list>div {
            color: #1f1f1f;
            word-wrap: break-word;
            font-size: 16px;
            line-height: 1.5;
            margin-bottom: 20px;
            display: flex;
        }
        .moen_20231128_box_text_item_list>div>span{
            display: inline-block;
        }
        .moen_20231128_box_text_item_list>div>span:first-child {
            width: 40px;
        }
        .moen_20231128_box_text_item_list>div>span:last-child {
            width: calc(100% - 40px);
        }

        .moen_20231128_box_text_item_title {
            color: #5B7F95;
            padding: 40px 0 20px;
            border-bottom: 1px solid #DDE4EA;
            font-size: 18px;
            font-weight: bold;
        }

        .moen_20231128_overturn {
            flex-direction: row-reverse;
        }

        .moen_20240401_page_breadcrumbs {
            font-size: 14px;
            padding: 25px 0;
        }

        .moen_20240401_page_breadcrumbs span {
            display: inline-block;
        }

        .moen_20240401_page_breadcrumbs a {
            text-decoration: none;
            display: inline-block;
            color: #5B7F95;
        }

        .moen_20240401_page_breadcrumbs_gap {
            color: #929292;
            padding: 0 7px;
        }

        .moen_20240401_page_breadcrumbs_current {
            color: #5B7F95;
        }