@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
    v2.0 | 20110126
    License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

    body.bbc .bottom_navbar ul {
        gap: 4px;
    }

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 漸層背景 */
/* RWD */
body.b2c .main_sidebar .user_name,
body.b2c .main_sidebar .logout {
    display: none;
}

.D--h1 {
    font-size: 1.25em;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-align: center;
    margin-bottom: 16px;
}

@media (max-width: 576px) {
    .D--h1 {
        font-size: 1.25em;
        color: #133861;
        margin-bottom: 20px;
        letter-spacing: 2px;
    }
}

.D--h2 {
    font-size: 1.25em;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-bottom: 12px;
}

@media (max-width: 576px) {
    .D--h2 {
        font-size: 1.125em;
        color: #133861;
        margin-bottom: 20px;
        text-align: center;
    }
}

.searchbar {
    font-family: "Noto Sans TC";
    width: 100%;
    background-color: #fff;
    z-index: 200;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid #dcdcdc;
}

@media (max-width: 768px) {
    .searchbar {
        display: none;
    }
}

.searchbar .container {
    padding-top: 20px;
    padding-bottom: 12px;
}

@media (max-width: 1100px) {
    .searchbar .container {
        padding-right: 24px;
        padding-left: 24px;
    }
}

.searchbar .select_content {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    padding-bottom: 24px;
    justify-content: center;
}

@media (max-width: 991px) {
    .searchbar .select_content {
        gap: 4px;
    }
}

.searchbar .search_input {
    border: 0.6px solid #aaa;
    height: 42px;
    box-sizing: border-box;
    cursor: pointer;
}

.searchbar .S_dp {
    position: relative;
}

    .searchbar .S_dp select {
        background-color: #fff;
        color: #000;
        cursor: pointer;
        font-family: "Noto Sans TC";
        padding: 8px 8px 8px 16px;
        box-sizing: border-box;
        height: 40px;
        width: 125px;
        font-size: 1em;
        border: none;
        -webkit-appearance: none;
    }

        .searchbar .S_dp select:focus {
            outline: none;
        }

    .searchbar .S_dp option {
        line-height: 1.5;
    }

    .searchbar .S_dp .content {
        width: 80px;
        line-height: normal;
    }

        .searchbar .S_dp .content:empty:before {
            content: attr(data-text);
        }

    .searchbar .S_dp:after {
        content: "";
        display: inline-block;
        width: 12px;
        height: 7.4px;
        background-image: url(/Content/Img/Shared/SearchEngine/arrow_b.png);
        background-size: cover;
        position: absolute;
        right: 8px;
        top: 44%;
    }

.searchbar .select_bar {
    position: relative;
}

.searchbar .select_popup {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    padding-bottom: 2px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 3px 0px;
}

    .searchbar .select_popup.popup-active {
        display: block;
    }

    .searchbar .select_popup li {
        cursor: pointer;
        padding: 12px;
        padding-left: 16px;
    }

.searchbar .searchbox_title {
    white-space: nowrap;
    position: absolute;
    top: -12px;
    left: 4px;
    background-color: #fff;
    color: #5a5a5a;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.12px;
    padding: 4px;
}

.searchbar .content {
    color: #7d7d7d;
}

.searchbar .S_sight {
    padding: 8px 8px 8px 16px;
    width: 476px;
    position: relative;
}

@media (max-width: 1100px) {
    .searchbar .S_sight {
        width: 380px;
    }
}

@media (max-width: 991px) {
    .searchbar .S_sight {
        width: 200px;
    }
}

.searchbar .S_sight.active {
    padding-right: 36px;
}

    .searchbar .S_sight.active .sight_del {
        cursor: pointer;
        width: 20px;
        height: 20px;
        background-color: #fff;
        display: inline-block;
        position: absolute;
        right: 6px;
        top: 10px;
        background-image: url(/Content/Img/Shared/SearchEngine/delete_sm.png);
        background-size: 14px 16px;
        background-repeat: no-repeat;
        background-position: center;
    }

.searchbar .S_sight .dest_content {
    overflow: hidden;
}

.searchbar .dest_content {
    overflow: none;
    color: #7d7d7d;
    line-height: normal;
}

    .searchbar .dest_content > ul {
        display: inline-flex;
        white-space: nowrap;
        gap: 6px;
    }

        .searchbar .dest_content > ul:not(:has(li)):before {
            content: attr(data-placeholder);
            color: gray;
            padding-left: 8px;
        }

    .searchbar .dest_content .tag {
        box-sizing: border-box;
        color: #474747;
        font-size: 13px;
        display: inline-flex;
        padding: 4px 8px;
        justify-content: space-between;
        gap: 4px;
        border-radius: 12px;
        background: #e7e7e7;
    }

    .searchbar .dest_content .tag_del {
        cursor: pointer;
        content: "";
        width: 16px;
        height: 20px;
        background-image: url(/Content/Img/Shared/SearchEngine/close_gray.svg);
        background-size: 12px 12px;
        background-position: center;
        background-repeat: no-repeat;
    }

.searchbar .S_date_Input {
    position: relative;
    padding: 10px 30px 10px 16px;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .searchbar .S_date_Input {
        padding: 10px 12px 10px 12px;
    }
}

.searchbar .S_date_Input .dep_date {
    display: flex;
    gap: 10px;
}

.searchbar .S_date_Input:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 7.4px;
    background-size: cover;
    position: absolute;
    right: 8px;
    top: 44%;
}

.searchbar .search_btn {
    display: flex;
    justify-content: center;
    height: 42px;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #fa914b;
    border-radius: 2px;
    border: 1px solid #fa914b;
    padding: 0px 18px 1px 22px;
    font-size: 15px;
    display: flex;
    gap: 4px;
    align-items: center;
    color: #fa914b;
    background-color: #fff;
}

    .searchbar .search_btn:before {
        content: "";
        background-image: url(/Content/Img/Shared/SearchEngine/search_sm.png);
        width: 11.934px;
        margin-top: 1px;
        height: 12px;
        background-size: cover;
        background-position: center;
    }

.searchbar .search_checkbox {
    position: absolute;
    right: 0;
    bottom: -28px;
}

    .searchbar .search_checkbox ul {
        display: inline-flex;
        gap: 8px;
    }

.searchbar .inputcheckbox {
    color: #303030;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

    .searchbar .inputcheckbox:before {
        content: "";
        margin-top: 1px;
        width: 12px;
        height: 12px;
        background-size: cover;
        background-image: url(/Content/Img/Shared/SearchEngine/checkbox_a.png);
    }

    .searchbar .inputcheckbox.checked:before {
        background-image: url(/Content/Img/Shared/SearchEngine/checkbox_a-checked.png);
    }

.S_sight_Input {
    position: relative;
}

.sign_search {
    position: relative;
    z-index: 40;
}

@media (max-width: 991px) {
    .sign_search {
        right: 86px;
    }
}

.searchbar_popup {
    width: 730px;
    display: none;
    font-size: 16px;
    position: absolute;
    background-color: rgb(255, 255, 255);
    z-index: 400;
    top: 0px;
    left: 0;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0px 6px 16px 2px rgba(31, 28, 28, 0.38);
    overflow: hidden;
}

@media (max-width: 991px) {
    .searchbar_popup {
        left: -20%;
    }
}

.searchbar_popup.active {
    display: block;
}

.searchbar_popup button {
    font-family: Noto Sans TC;
}

.searchbar_popup .regions {
    display: flex;
    overflow-x: auto;
    overflow-y: initial;
}

    .searchbar_popup .regions ul {
        display: flex;
    }

    .searchbar_popup .regions .option {
        cursor: pointer;
        padding: 2px 16px;
        line-height: normal;
        color: #595959;
        white-space: nowrap;
        border-bottom: 1px solid #c9c9c9;
    }

        .searchbar_popup .regions .option span {
            position: relative;
            background-color: transparent;
            border: none;
            font-size: 16px;
        }

        .searchbar_popup .regions .option.selected {
            color: #4385c2;
            border-bottom-color: #4385c2;
            border-bottom-width: 2px;
        }

            .searchbar_popup .regions .option.selected span {
                font-weight: 500;
            }

        .searchbar_popup .regions .option.had span:after {
            content: "";
            width: 4px;
            height: 4px;
            border-radius: 50px;
            position: absolute;
            right: -8px;
            background-color: #4385c2;
        }

        .searchbar_popup .regions .option.selected.had span:after {
            background-color: transparent;
        }

.searchbar_popup .checkbox:before {
    content: "";
    margin-top: 1px;
    width: 12px;
    height: 12px;
    background-size: cover;
    background-image: url(/Content/Img/Shared/SearchEngine/checkbox_a.png);
}

.searchbar_popup .area {
    white-space: nowrap;
    overflow: auto;
    max-height: 48dvh;
    margin-top: 4px;
}

    .searchbar_popup .area.column3 .checkbox {
        width: calc(33.3333333333% - 4px);
    }

    .searchbar_popup .area ul {
        display: flex;
        flex-wrap: wrap;
    }

    .searchbar_popup .area .all_area {
        width: 100%;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 12px 0;
        cursor: pointer;
        font-size: 18px;
        font-weight: 500;
    }

    .searchbar_popup .area .area-item {
        padding-left: 8px;
        margin-bottom: 4px;
        border-bottom: 0.6px solid #c9c9c9;
        padding-bottom: 12px;
        gap: 2px;
    }

    .searchbar_popup .area .all {
        width: 100%;
        display: inline-flex;
        align-items: center;
        padding: 12px 4px 6px 4px;
        gap: 4px;
        cursor: pointer;
        font-weight: 500;
    }

    .searchbar_popup .area .checkbox {
        width: calc(50% - 4px);
        box-sizing: border-box;
        display: inline-flex;
        align-items: center;
        gap: 4px;
        padding: 8px 0px 8px 4px;
        color: #474747;
        cursor: pointer;
    }

        .searchbar_popup .area .checkbox.checked {
            background-color: #f0f0f0;
        }

    .searchbar_popup .area li:before {
        content: "";
        margin-top: 1px;
        width: 16px;
        height: 17px;
        background-size: cover;
        background-image: url(/Content/Img/Shared/SearchEngine/checkbox_a.png);
    }

    .searchbar_popup .area li.checked:before {
        background-image: url(/Content/Img/Shared/SearchEngine/checkbox_a-checked.png);
    }

.searchbar_popup .row {
    display: flex;
    justify-content: flex-end;
}

.searchbar_popup .tag_delete {
    background-color: transparent;
    border: none;
    color: #9d9d9d;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    padding: 10px 0;
}

.pb_popup_a .close_btn {
    background-image: url(/Content/Img/Shared/SearchEngine/close_gray.svg);
    width: 80px;
    height: 80px;
    border-radius: 50px;
    position: absolute;
    right: -12px;
    top: -14px;
    cursor: pointer;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.2s;
}

    .pb_popup_a .close_btn:hover {
        background-color: #ebebeb;
    }

.searchbar_popup_m {
    display: none;
    font-size: 14px;
    position: absolute;
    background-color: rgb(255, 255, 255);
    z-index: 400;
    top: 0px;
    left: 0;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
}

    .searchbar_popup_m.popup-active {
        display: block;
    }

    .searchbar_popup_m .regions {
        display: flex;
        overflow-x: auto;
        overflow-y: initial;
    }

        .searchbar_popup_m .regions ul {
            display: flex;
        }

        .searchbar_popup_m .regions .option {
            cursor: pointer;
            padding: 2px 16px;
            line-height: normal;
            color: #595959;
            white-space: nowrap;
            border-bottom: 1px solid #c9c9c9;
        }

            .searchbar_popup_m .regions .option span {
                position: relative;
                background-color: transparent;
                border: none;
                font-size: 14px;
            }

            .searchbar_popup_m .regions .option.selected {
                color: #4385c2;
                border-bottom-color: #4385c2;
                border-bottom-width: 2px;
            }

                .searchbar_popup_m .regions .option.selected span {
                    font-weight: 500;
                }

            .searchbar_popup_m .regions .option.had span:after {
                content: "";
                width: 4px;
                height: 4px;
                border-radius: 50px;
                position: absolute;
                right: -8px;
                background-color: #4385c2;
            }

            .searchbar_popup_m .regions .option.selected.had span:after {
                background-color: transparent;
            }

    .searchbar_popup_m .checkbox:before {
        content: "";
        margin-top: 1px;
        width: 12px;
        height: 12px;
        background-size: cover;
        background-image: url(/Content/Img/Shared/SearchEngine/checkbox_a.png);
    }

    .searchbar_popup_m .area ul {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 0.6px solid #c9c9c9;
    }

    .searchbar_popup_m .area .all_area {
        width: 100%;
        display: inline-flex;
        align-items: center;
        gap: 4px;
        padding: 12px 0;
        cursor: pointer;
    }

    .searchbar_popup_m .area .area-item {
        padding-left: 8px;
        margin-bottom: 4px;
        border-bottom: 0.6px solid #c9c9c9;
        padding-bottom: 12px;
        gap: 2px;
    }

    .searchbar_popup_m .area .all {
        width: 100%;
        display: inline-flex;
        align-items: center;
        padding: 10px 4px;
        gap: 4px;
        cursor: pointer;
    }

    .searchbar_popup_m .area li:before {
        content: "";
        margin-top: 1px;
        width: 16px;
        height: 16px;
        background-size: cover;
        background-image: url(/Content/Img/Shared/SearchEngine/checkbox_a.png);
    }

    .searchbar_popup_m .area li.checked:before {
        background-image: url(/Content/Img/Shared/SearchEngine/checkbox_a-checked.png);
    }

    .searchbar_popup_m .tag_delete {
        background-color: transparent;
        border: none;
        color: #9d9d9d;
        font-size: 12px;
        font-weight: 400;
        cursor: pointer;
        padding: 10px 0;
    }

.searchbar_m {
    display: none;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 8px 12px 8px 12px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
    .searchbar_m {
        display: block;
        margin-right: 0px;
    }
}

.searchbar_m.active {
    display: block;
}

.searchbar_m .searchbar_input {
    padding: 12px 24px 12px 20px;
    border-radius: 50px;
    background-color: #ebebeb;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

    .searchbar_m .searchbar_input span {
        display: flex;
        gap: 8px;
        color: #797681;
        font-size: 16px;
        line-height: 100%;
        /* 16px */
        letter-spacing: 0.96px;
        align-items: center;
    }

        .searchbar_m .searchbar_input span:before {
            content: "";
            width: 16px;
            height: 16px;
            background-image: url(/Content/Img/Shared/SearchEngine/search-g.svg);
        }

.searchbar_modal-fs {
    display: none;
}

    .searchbar_modal-fs.active {
        display: block;
    }

    .searchbar_modal-fs.modal_a {
        font-family: "Noto Sans TC";
        z-index: 1200;
        position: fixed;
        width: 100%;
        height: 100dvh;
        background-color: #fff;
        top: 0;
    }

        .searchbar_modal-fs.modal_a .drawer_header {
            padding: 16px;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            border-top: 0.6px solid #dcdcdc;
            border-bottom: 0.6px solid #dcdcdc;
        }

            .searchbar_modal-fs.modal_a .drawer_header .close_btn {
                background-image: url(/Content/Img/Shared/SearchEngine/close_gray.svg);
                background-size: cover;
                position: absolute;
                right: 20px;
                left: auto;
                top: 50%;
                transform: translate(0, -50%);
                width: 20px;
                height: 20px;
            }

        .searchbar_modal-fs.modal_a .header_title {
            color: #433f3f;
            font-family: "Noto Sans TC";
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 30px;
            /* 166.667% */
            letter-spacing: 2px;
        }

        .searchbar_modal-fs.modal_a .drawer_body {
            padding-top: 32px;
        }

        .searchbar_modal-fs.modal_a .h1 {
            margin-bottom: 4px;
            color: #433f3f;
            font-family: "Noto Sans TC";
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 30px;
            /* 166.667% */
            letter-spacing: 2px;
        }

        .searchbar_modal-fs.modal_a .input {
            letter-spacing: 1.7px;
            border-radius: 4px;
            background: #f6f6f6;
            box-shadow: 0px 0px 1.3px 0px rgba(0, 0, 0, 0.25) inset;
            padding: 6px 0px 8px 12px;
            line-height: 25.5px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .searchbar_modal-fs.modal_a .input:empty:not(:focus):before {
                content: attr(data-text);
                color: #999999;
            }

        .searchbar_modal-fs.modal_a .input-group {
            padding: 0 32px;
            margin-bottom: 20px;
        }

        .searchbar_modal-fs.modal_a .filterstatus {
            padding: 0 32px;
        }

            .searchbar_modal-fs.modal_a .filterstatus ul {
                margin-left: 4px;
                display: flex;
                gap: 20px;
            }

            .searchbar_modal-fs.modal_a .filterstatus .checkedbox {
                color: #303030;
                font-size: 16px;
                line-height: 120%;
                /* 19.2px */
                letter-spacing: 1px;
                display: flex;
                align-items: center;
                gap: 6px;
                cursor: pointer;
            }

                .searchbar_modal-fs.modal_a .filterstatus .checkedbox:before {
                    content: "";
                    margin-top: 1px;
                    width: 16px;
                    height: 16px;
                    background-size: cover;
                    background-image: url(/Content/Img/Shared/SearchEngine/checkbox_a.png);
                }

                .searchbar_modal-fs.modal_a .filterstatus .checkedbox.checked:before {
                    background-image: url(/Content/Img/Shared/SearchEngine/checkbox_a-checked.png);
                }

        .searchbar_modal-fs.modal_a select {
            border-radius: 4px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            font-family: "Noto Sans TC";
            box-shadow: 0px 0px 1.3px 0px rgba(0, 0, 0, 0.25) inset;
            height: 40px;
            position: relative;
            display: flex;
            width: 100%;
            background: #f6f6f6;
            border: none;
            padding: 6px 0px 8px 12px;
            color: #090909;
            font-size: 16px;
            font-weight: 400;
            line-height: 25.5px;
            /* 159.375% */
            letter-spacing: 1.7px;
        }

        .searchbar_modal-fs.modal_a .drawer_footer {
            position: fixed;
            bottom: 0;
            width: 100%;
            padding: 12px 0;
            border-top: 0.6px solid #e5e5e5;
        }

            .searchbar_modal-fs.modal_a .drawer_footer button {
                margin: auto;
            }

.searchDEST_modal {
    display: none;
    position: fixed;
    z-index: 1200;
    width: 100%;
    height: 100dvh;
    background-color: rgba(0, 0, 0, 0.2745098039);
    top: 0;
    box-sizing: border-box;
    display: none;
}

    .searchDEST_modal button {
        white-space: nowrap;
    }

    .searchDEST_modal.active {
        display: block;
    }

    .searchDEST_modal .drawer_header {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 16px 0;
        position: relative;
    }

        .searchDEST_modal .drawer_header .h1 {
            color: #433f3f;
            font-family: "Noto Sans TC";
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 30px;
            /* 166.667% */
            letter-spacing: 2px;
        }

        .searchDEST_modal .drawer_header .close_btn {
            background-image: url(/Content/Img/Shared/SearchEngine/close_gray.svg);
            background-size: cover;
            width: 20px;
            height: 20px;
            position: absolute;
            right: 20px;
            left: auto;
            top: 50%;
            transform: translate(0, -50%);
        }

    .searchDEST_modal .drawer_body {
        padding-top: 0;
        height: calc(100vh - 200px);
        position: relative;
        overflow-y: auto;
    }

        .searchDEST_modal .drawer_body::-webkit-scrollbar {
            width: 0px;
        }

    .searchDEST_modal .sign_search {
        position: static;
    }

.searchbar_popup_m {
    width: 100%;
    z-index: 1200;
    font-family: "Noto Sans TC";
    width: 100%;
    box-sizing: border-box;
    top: auto;
    bottom: 0;
    padding: 0;
    border-radius: 30px 30px 0 0;
}

    .searchbar_popup_m .regions {
        position: sticky;
        background-color: #fff;
        top: 0;
    }

        .searchbar_popup_m .regions::-webkit-scrollbar {
            width: 6px;
        }

        .searchbar_popup_m .regions ul {
            padding-top: 12px;
        }

        .searchbar_popup_m .regions .option {
            padding-bottom: 8px;
        }

            .searchbar_popup_m .regions .option span {
                font-size: 16px;
                letter-spacing: 0.16px;
            }

    .searchbar_popup_m .area {
        height: 100%;
    }

        .searchbar_popup_m .area ul {
            border-bottom: none;
        }

        .searchbar_popup_m .area .all {
            padding: 12px 0;
            font-size: 18px;
            font-weight: 500;
        }

            .searchbar_popup_m .area .all::before {
                width: 16px;
                height: 16px;
            }

        .searchbar_popup_m .area .all_area {
            margin: 0 32px;
            font-size: 18px;
            font-weight: 800;
        }

        .searchbar_popup_m .area .area-item {
            flex-wrap: nowrap;
            flex-direction: column;
            margin: 0 32px;
            padding: 0;
            border-bottom: none;
            gap: 8px;
            margin-bottom: 12px;
        }

        .searchbar_popup_m .area .checkbox {
            padding: 12px 20px;
            border: 1px solid #cecece;
            border-radius: 4px;
        }

            .searchbar_popup_m .area .checkbox.checked {
                background-color: transparent;
                border-color: #eb7c33;
                color: #eb7c33;
            }

            .searchbar_popup_m .area .checkbox:before {
                display: none;
            }

    .searchbar_popup_m .row {
        border-top: 1px solid #e5e5e5;
        display: flex;
        justify-content: flex-end;
        padding: 12px 24px;
        color: #fff;
        justify-content: space-between;
    }

    .searchbar_popup_m .tag_delete {
        font-size: 16px;
        line-height: 25.5px;
        /* 159.375% */
        letter-spacing: 1.7px;
    }

    .searchbar_popup_m .submit_btn {
        max-width: 172px;
    }

.sign_search_m {
    z-index: 1200;
}

@media (max-width: 768px) {
    .sign_search_m {
        display: block;
    }
}

.M_btn-b {
    border: none;
    border-radius: 4px;
    background: linear-gradient(239deg, rgba(126, 211, 206, 0.45) -28.6%, rgba(126, 211, 206, 0) 89.7%), #446a92;
    display: flex;
    height: 42px;
    padding: 13px 88px 14px 88px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-family: "Noto Sans TC";
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    /* 20px */
    letter-spacing: 0.2px;
}

.groupList_modal-fs .picker_container {
    overflow: auto;
    max-height: calc(100vh - 80px);
}

    .groupList_modal-fs .picker_container::-webkit-scrollbar {
        width: 0px;
    }

    .groupList_modal-fs .picker_container::-webkit-scrollbar-track {
        background: transparent;
    }

    .groupList_modal-fs .picker_container::-webkit-scrollbar-thumb {
        background-color: transparent;
        border-radius: 8px;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

    .groupList_modal-fs .picker_container:hover::-webkit-scrollbar-thumb {
        background-color: #adadad;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

    .groupList_modal-fs .picker_container .month_container {
        position: sticky;
        top: 40px;
        background-color: #f2f2f0;
        z-index: 2;
    }

.groupList_modal-fs .groupList_popup {
    height: calc(100dvh - 22px);
    position: absolute;
    width: 100%;
    background-color: #f2f2f0;
    border-radius: var(--bottom-popup-border-radius-mobile);
    overflow: var(--bottom-popup-overflow);
}

.date_filterstatus {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    position: sticky;
    top: 0;
    z-index: 2;
}

    .date_filterstatus ul {
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 20px;
    }

        .date_filterstatus ul:before {
            content: "篩選：";
            margin-right: 4px;
        }

    .date_filterstatus .checkedbox {
        margin-right: 20px;
        color: #303030;
        font-size: 16px;
        line-height: 120%;
        /* 19.2px */
        letter-spacing: 1px;
        display: flex;
        align-items: center;
        gap: 6px;
        cursor: pointer;
    }

        .date_filterstatus .checkedbox:last-child {
            margin-right: 0;
        }

        .date_filterstatus .checkedbox:before {
            content: "";
            margin-top: 1px;
            width: 15px;
            height: 15px;
            background-size: cover;
            background-image: url(/Content/Img/Shared/SearchEngine/checkbox_a.png);
        }

        .date_filterstatus .checkedbox.checked:before {
            background-image: url(/Content/Img/Shared/SearchEngine/checkbox_a-checked.png);
        }

.groupList_modal-fs {
    display: none;
    position: fixed;
    z-index: 1002;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
}

    .groupList_modal-fs .date {
        font-size: 16px;
    }

    .groupList_modal-fs .drawer_header {
        background-color: #fff;
    }

    .groupList_modal-fs .main_title-remark {
        color: rgba(128, 128, 128, 0.8);
        font-size: 14px;
        line-height: 112.5%;
        /* 15.75px */
        letter-spacing: 0.56px;
        min-height: 40px;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 12px 0px 12px 0px;
        z-index: 4;
        background-color: #f2f2f0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .groupList_modal-fs .drawer_wrapper {
        font-family: "Noto Sans TC";
        z-index: 1200;
        width: 100%;
    }

        .groupList_modal-fs .drawer_wrapper .drawer_header {
            padding: 8px;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            border-top: 0.6px solid #dcdcdc;
            border-bottom: 0.6px solid #dcdcdc;
        }

            .groupList_modal-fs .drawer_wrapper .drawer_header .close_btn {
                background-image: url(/Content/Img/Shared/SearchEngine/close_gray.svg);
                background-size: cover;
                width: 16px;
                height: 16px;
                position: absolute;
                right: 28px;
                top: 50%;
                transform: translate(0, -50%);
            }

        .groupList_modal-fs .drawer_wrapper .header_title {
            color: #433f3f;
            font-family: "Noto Sans TC";
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 30px;
            /* 166.667% */
            letter-spacing: 2px;
        }

        .groupList_modal-fs .drawer_wrapper .h1 {
            color: #433f3f;
            font-family: "Noto Sans TC";
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 30px;
            /* 166.667% */
            letter-spacing: 2px;
        }

        .groupList_modal-fs .drawer_wrapper .input {
            letter-spacing: 1.7px;
            border-radius: 4px;
            background: #f6f6f6;
            box-shadow: 0px 0px 1.3px 0px rgba(0, 0, 0, 0.25) inset;
            padding: 6px 0px 8px 12px;
            line-height: 25.5px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .groupList_modal-fs .drawer_wrapper .input:empty:not(:focus):before {
                content: attr(data-text);
                color: #999999;
            }

        .groupList_modal-fs .drawer_wrapper .input-group {
            padding: 0 32px;
            margin-bottom: 20px;
        }

        .groupList_modal-fs .drawer_wrapper .filterstatus {
            padding: 0 32px;
        }

            .groupList_modal-fs .drawer_wrapper .filterstatus ul {
                margin-left: 4px;
                display: flex;
                gap: 20px;
            }

            .groupList_modal-fs .drawer_wrapper .filterstatus .checkedbox {
                color: #303030;
                font-size: 16px;
                line-height: 120%;
                /* 19.2px */
                letter-spacing: 1px;
                display: flex;
                align-items: center;
                gap: 6px;
                cursor: pointer;
            }

                .groupList_modal-fs .drawer_wrapper .filterstatus .checkedbox:before {
                    content: "";
                    margin-top: 1px;
                    width: 16px;
                    height: 16px;
                    background-size: cover;
                    background-image: url(/Content/Img/Shared/SearchEngine/checkbox_a.png);
                }

                .groupList_modal-fs .drawer_wrapper .filterstatus .checkedbox.checked:before {
                    background-image: url(/Content/Img/Shared/SearchEngine/checkbox_a-checked.png);
                }

        .groupList_modal-fs .drawer_wrapper select {
            background-color: #fff;
            border-radius: 4px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            font-family: "Noto Sans TC";
            box-shadow: 0px 0px 1.3px 0px rgba(0, 0, 0, 0.25) inset;
            height: 40px;
            position: relative;
            display: flex;
            width: 100%;
            background: #f6f6f6;
            border: none;
            padding: 6px 0px 8px 12px;
            color: #090909;
            font-size: 16px;
            font-weight: 400;
            line-height: 25.5px;
            /* 159.375% */
            letter-spacing: 1.7px;
        }

        .groupList_modal-fs .drawer_wrapper .drawer_footer {
            position: fixed;
            bottom: 0;
            width: 100%;
            padding: 12px 0;
            border-top: 0.6px solid #e5e5e5;
        }

            .groupList_modal-fs .drawer_wrapper .drawer_footer button {
                margin: auto;
            }

.titleBar {
    position: relative;
}

    .titleBar .main_title {
        color: #535558;
        font-size: 22px;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0.22px;
        margin-bottom: 12px;
    }

    .titleBar .depart_changeBtn {
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        height: 28px;
        padding: 4px 8px;
        align-items: center;
        gap: 4px;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
        color: #75787b;
        font-weight: 500;
        line-height: 112.5%;
        /* 18px */
        letter-spacing: 0.64px;
    }

        .titleBar .depart_changeBtn:before {
            background-image: url(/Content/Img/Shared/SearchEngine/calendar_sm.png);
            background-size: cover;
        }

        .titleBar .depart_changeBtn:after {
            content: "月曆";
        }

        .titleBar .depart_changeBtn.list:before {
            content: "";
            background-image: url(/Content/Img/Shared/SearchEngine/list_sm.png);
            width: 16px;
            height: 18px;
            margin-left: 2px;
        }

        .titleBar .depart_changeBtn.list:after {
            content: "列表";
        }

.month_con {
    position: relative;
}

    .month_con .arrow {
        cursor: pointer;
        width: 12px;
        height: 19px;
        position: absolute;
        background-image: url(/Content/Img/Shared/SearchEngine/month_arraw.png);
        background-size: cover;
        background-position: center;
        top: 50%;
    }

    .month_con .month {
        width: 80px;
        cursor: pointer;
        border-bottom: 2px solid transparent;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #696b6d;
        font-size: 20px;
        font-weight: 500;
        line-height: 112.5%;
        /* 22.5px */
        letter-spacing: 0.8px;
    }

        .month_con .month span {
            font-size: 14px;
        }

    .month_con .arrow-left {
        left: 16px;
        transform: scaleX(-1) translate(0, -50%);
    }

    .month_con .arrow-right {
        right: 16px;
        transform: translate(0, -50%);
    }

    .month_con .month.selected {
        color: #50809f;
        border-color: #50809f;
    }

    .month_con .month_list {
        padding: 0 24px;
        margin-bottom: 12px;
        padding-top: 8px;
        display: flex;
        justify-content: center;
    }

.week {
    display: grid;
    grid-template-columns: repeat(7, 14.2857142857%);
    justify-items: center;
}

.week_day {
    padding-top: 2px;
    padding-bottom: 8px;
}

.month-container .calendar_day:has(.group:empty) .state {
    margin-top: 2px;
    margin-bottom: 4px;
}

.month-container .calendar_day:has(.group:empty) .available {
    margin-bottom: 1px;
}

.month-container .day_content {
    display: grid;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-top: 2px solid transparent;
}

    .month-container .day_content > div {
        margin-top: 10px;
    }

@media (max-width: 1420px) {
    .month-container .day_content > div {
        margin-top: 10px;
    }
}

@media (max-width: 1280px) {
    .month-container .day_content > div {
        margin-top: 6px;
    }
}

.month-container .state {
    color: #50809f;
    font-size: 14px;
    line-height: 112.5%;
    /* 15.75px */
    letter-spacing: 0.56px;
}

.month-container .available {
    color: #838383;
    font-size: 14px;
    line-height: 112.5%;
    /* 15.75px */
    letter-spacing: 0.56px;
}

.month-container .price {
    color: #38424b;
    font-size: 15px;
    font-weight: 600;
    line-height: 120%;
    /* 18px */
    letter-spacing: 0.6px;
}

.month-container .price-b2b {
    color: #736161;
    font-size: 12px;
    line-height: 128%;
    letter-spacing: 0.48px;
}

.M_group_remark {
    display: flex;
    align-items: center;
    margin-top: 12px;
    margin-right: 4px;
    font-size: 14px;
    font-weight: 350;
    line-height: 100%;
    /* 14px */
    letter-spacing: 0.14px;
}

    .M_group_remark .arrow_remark {
        background-image: url(/Content/Img/Shared/SearchEngine/Mgroup_arrow.png);
        background-position: center;
        background-size: cover;
        width: 16px;
        height: 18px;
        border-radius: 4px;
        box-shadow: 0px 0px 4px 0px #438ab2;
        margin: 0 4px;
        margin-top: 2px;
    }

.groupList_popup .delist-item {
    padding-top: 12px;
    padding-bottom: 8px;
    white-space: nowrap;
    cursor: pointer;
    background-color: #fff;
    border-radius: 8px;
    transition: 0.2s;
}

    .groupList_popup .delist-item.non {
        color: #c7c7c7;
    }

        .groupList_popup .delist-item.non .price {
            color: #c7c7c7;
        }

            .groupList_popup .delist-item.non .price:after {
                color: #c7c7c7;
            }

        .groupList_popup .delist-item.non .list_state {
            font-weight: 400;
            color: #c7c7c7;
            border-color: #f2f2f2;
        }

        .groupList_popup .delist-item.non > div:first-child .flight_btn {
            display: none;
        }

        .groupList_popup .delist-item.non .ESTM {
            color: #c7c7c7;
        }

        .groupList_popup .delist-item.non .MemoDiscount {
            background-color: #fafafa;
        }

            .groupList_popup .delist-item.non .MemoDiscount .GroupMemo,
            .groupList_popup .delist-item.non .MemoDiscount .discount {
                color: #c7c7c7;
            }

    .groupList_popup .delist-item.selected {
        outline: 2px solid #f60;
    }

    .groupList_popup .delist-item:hover {
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    }

    .groupList_popup .delist-item > div:first-child {
        position: relative;
        margin: 0 12px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 16px;
        align-items: flex-start;
    }

        .groupList_popup .delist-item > div:first-child .date {
            display: inline-flex;
            flex-direction: column;
            font-size: 20px;
            font-weight: 500;
            gap: 14px;
            letter-spacing: 1.2px;
        }

            .groupList_popup .delist-item > div:first-child .date > div {
                display: inline-flex;
                align-items: center;
            }

        .groupList_popup .delist-item > div:first-child .flight_btn {
            cursor: pointer;
            margin-left: 8px;
            display: flex;
            gap: 4px;
            align-items: center;
            color: #50809f;
            font-size: 14px;
            font-weight: 500;
            line-height: 100%;
            /* 14px */
            letter-spacing: 0.56px;
            padding: 4px 8px;
            border-radius: 8px;
            background: #fff;
            background-blend-mode: multiply;
            box-shadow: 0px 0px 0px 1px #446a92;
            height: 24px;
            box-sizing: border-box;
            transition: 0.2s;
        }

            .groupList_popup .delist-item > div:first-child .flight_btn:hover {
                background-color: #f5f9fb;
            }

            .groupList_popup .delist-item > div:first-child .flight_btn:before {
                content: "";
                width: 16px;
                height: 16px;
                background-image: url(/Content/Img/Shared/SearchEngine/flight-sm.png);
                background-position: center;
                background-size: cover;
            }

            .groupList_popup .delist-item > div:first-child .flight_btn:after {
                content: "航班";
                font-size: 14px;
            }

@media (max-width: 576px) {
    .groupList_popup .delist-item > div:first-child .flight_btn:after {
        font-size: 12px;
    }
}

@media (max-width: 320px) {
    .groupList_popup .delist-item > div:first-child .flight_btn:after {
        font-size: 10.5px;
    }
}

.groupList_popup .delist-item .price {
    color: #262422;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    /* 24px */
    letter-spacing: 0.96px;
}

    .groupList_popup .delist-item .price::after {
        content: "元";
        color: #262422;
        font-size: 16px;
        font-weight: 500;
        line-height: 112.5%;
        /* 18px */
        letter-spacing: 0.64px;
    }

.groupList_popup .delist-item .list_state {
    font-size: 0.636363em;
    line-height: 112.5%;
    /* 18px */
    letter-spacing: 0.64px;
    font-size: 16px;
}

    .groupList_popup .delist-item .list_state:empty {
        display: none;
    }

.groupList_popup .delist-item .flightDetail {
    overflow: hidden;
    background: #f5f5f5;
    max-height: 0px;
    box-sizing: border-box;
    -webkit-transition: max-height 0.3s;
    padding: 0 12px;
    border-color: #e6e4e4;
    transition: 0.3s;
    box-shadow: -1px 0px 2px 0px rgba(0, 0, 0, 0.1) inset, 1px 0px 2px 0px rgba(0, 0, 0, 0.1) inset;
}

    .groupList_popup .delist-item .flightDetail.active {
        max-height: 1200px;
        padding: 8px 12px;
    }

    .groupList_popup .delist-item .flightDetail .row {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

        .groupList_popup .delist-item .flightDetail .row:has(.card_group:only-child) .card_group_title {
            display: none;
        }

    .groupList_popup .delist-item .flightDetail .card_group {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .groupList_popup .delist-item .flightDetail .card_group_title {
        margin-bottom: 16px;
        display: flex;
        gap: 6px;
        color: #8d8d8d;
        font-weight: 500;
        align-items: center;
    }

        .groupList_popup .delist-item .flightDetail .card_group_title:before {
            content: "";
            width: 14px;
            height: 14px;
            display: flex;
            background-image: url(/Content/Img/Shared/SearchEngine/flight-brown.svg);
            background-size: cover;
        }

    .groupList_popup .delist-item .flightDetail .card {
        border-radius: 2px;
        background: #fff;
    }

    .groupList_popup .delist-item .flightDetail .card__title {
        display: flex;
        padding: 12px 0px 8px 16px;
        border-bottom: 1px solid #c5c5c5;
        gap: 6px;
    }

        .groupList_popup .delist-item .flightDetail .card__title .day {
            color: #2d2e30;
            font-size: 16px;
            font-weight: 500;
            line-height: 112.5%;
            /* 18px */
            letter-spacing: 0.16px;
            margin-right: 4px;
        }

        .groupList_popup .delist-item .flightDetail .card__title .airlineImg {
            width: 20px;
            background-color: #ffffff;
            overflow: hidden;
            border-radius: 50px;
            padding: 1px;
            box-sizing: border-box;
        }

            .groupList_popup .delist-item .flightDetail .card__title .airlineImg:not(:has(img)) {
                background-color: transparent;
            }

            .groupList_popup .delist-item .flightDetail .card__title .airlineImg img {
                width: 100%;
            }

    .groupList_popup .delist-item .flightDetail .card__content {
        display: flex;
        padding: 12px 16px 12px 20px;
        justify-content: space-between;
        align-items: center;
        gap: 4px;
        padding-right: 0%;
    }

@media (max-width: 768px) {
    .groupList_popup .delist-item .flightDetail .card__content {
        flex-direction: column;
        align-items: flex-start;
    }
}

.groupList_popup .delist-item .flightDetail .card__content .line {
    height: 12px;
    width: 1px;
    flex-grow: 1;
    background: #a4a4a4;
    margin-left: 12px;
    margin-right: 12px;
}

.groupList_popup .delist-item .flightDetail .card__content .flight {
    min-width: 20%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.groupList_popup .delist-item .flightDetail .card__content .time {
    color: #2d2e30;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.24px;
}

.groupList_popup .delist-item .flightDetail .card__content .airport span {
    margin-left: 4px;
}

.groupList_popup .delist-item .flightDetail .card__content .airport_dest {
    min-width: 260px;
}

.groupList_popup .delist-item .MemoDiscount {
    background-color: #fff8ee;
    margin: 0 12px;
    padding: 10px 0px 10px 10px;
    position: relative;
    font-size: 0.875em;
    line-height: 112.5%;
    /* 15.75px */
    letter-spacing: 0.56px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 8px;
    white-space: wrap;
}

    .groupList_popup .delist-item .MemoDiscount .GroupMemo {
        color: #a97437;
    }

        .groupList_popup .delist-item .MemoDiscount .GroupMemo::before {
            content: "優惠";
            margin-right: 8px;
        }

        .groupList_popup .delist-item .MemoDiscount .GroupMemo:empty {
            display: none;
        }

    .groupList_popup .delist-item .MemoDiscount .discount {
        color: #777575;
    }

        .groupList_popup .delist-item .MemoDiscount .discount::before {
            content: "備註";
            margin-right: 8px;
        }

        .groupList_popup .delist-item .MemoDiscount .discount:empty {
            display: none;
        }

    .groupList_popup .delist-item .MemoDiscount:has(.GroupMemo:empty + .discount:empty) {
        border: none;
        margin-top: 36px;
    }

.groupList_popup .delist-item .ESTM {
    position: absolute;
    right: 0;
    bottom: 4px;
    color: #777575;
    text-align: right;
    font-size: 0.9375em;
    line-height: 112.5%;
    /* 20.25px */
    letter-spacing: 0.72px;
}

.groupList_popup .delist-item .ESTM_QT {
    margin-right: 2px;
}

.groupList_popup .delist-item .Sale {
    margin-left: 2px;
}

.groupList_popup .delist-item .b2b_price {
    letter-spacing: 1px;
    color: gray;
    font-size: 14px;
    position: absolute;
    right: 0;
}

    .groupList_popup .delist-item .b2b_price:before {
        content: "(直客:";
    }

    .groupList_popup .delist-item .b2b_price:after {
        content: "元)";
    }

.groupList_popup .month-container .list-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 4px;
    padding: 0 16px;
    margin-bottom: 32px;
    font-size: 16px;
}

@media (max-width: 390px) {
    .groupList_popup .month-container .list-container {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .groupList_popup .month-container .list-container {
        font-size: 12px;
    }
}

.groupList_popup .month-container .list-container:not(:has(.MemoDiscount)) .delist-item > div:first-child {
    margin-bottom: 6px;
}

.groupList_popup .month-container .flight_popup {
    display: none;
    background-color: #fff;
    position: absolute;
    left: -20px;
    top: 28px;
    z-index: 2;
    padding: 24px 18px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    z-index: 8;
}

.groupList_popup .month-container .popup_title {
    font-size: 20px;
    color: #3d3633;
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 0px 0px 2px 0px;
}

    .groupList_popup .month-container .popup_title:before {
        margin-right: 6px;
        content: "";
        width: 20px;
        height: 20px;
        background-image: url(/Content/Img/Shared/SearchEngine/flight-b-sm.png);
        background-position: center;
        background-clip: cover;
    }

    .groupList_popup .month-container .popup_title span {
        font-size: 16px;
        margin-left: 4px;
        color: #a8a8a8;
        font-weight: 400;
    }

.groupList_popup .month-container .flight_list {
    display: flex;
    flex-direction: column;
}

    .groupList_popup .month-container .flight_list .list {
        display: flex;
        position: relative;
        align-items: center;
    }

    .groupList_popup .month-container .flight_list .airport {
        display: flex;
        color: #3d3633;
    }

    .groupList_popup .month-container .flight_list .date {
        color: #a8a8a8;
        font-size: 20px;
        font-weight: 500;
        padding-left: 8px;
    }

    .groupList_popup .month-container .flight_list .flight_way {
        padding: 12px 0px 12px 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-bottom: #eaeaea solid 1px;
    }

        .groupList_popup .month-container .flight_list .flight_way:last-child {
            border-bottom-color: transparent;
            padding-bottom: 0;
        }

    .groupList_popup .month-container .flight_list .AA {
        display: inline-block;
        width: 12px;
        height: 12.923px;
        background-image: url(/Content/Img/Shared/SearchEngine/flight_arrow.png);
        background-position: center;
        background-size: cover;
        margin: 10px 0 4px 0px;
    }

    .groupList_popup .month-container .flight_list .bound_list {
        display: flex;
        flex-direction: column;
        padding-left: 8px;
        border-left: 1px solid #d9d9d9;
        margin-left: 8px;
        padding-right: 122px;
        padding-top: 0px;
        padding-bottom: 5px;
    }

    .groupList_popup .month-container .flight_list .bound {
        display: flex;
        white-space: nowrap;
        margin-bottom: 8px;
    }

    .groupList_popup .month-container .flight_list .AIRLINES_time {
        font-size: 14px;
        color: #3d3633;
        margin-right: 6px;
    }

    .groupList_popup .month-container .flight_list .AIRLINES {
        color: #7e7874;
        font-size: 12px;
    }

    .groupList_popup .month-container .flight_list .AIRLINES_number {
        margin-left: 4px;
        color: #7e7874;
        font-size: 12px;
    }

    .groupList_popup .month-container .flight_list .AIRLINES_day {
        color: #cbbfbf;
        font-weight: 500;
        position: absolute;
        right: 0;
        top: 0;
    }

.datePicker {
    overflow-y: visible;
}

    .datePicker::-webkit-scrollbar {
        width: 2px;
    }

    .datePicker::-webkit-scrollbar-track {
        background: transparent;
    }

    .datePicker::-webkit-scrollbar-thumb {
        background-color: transparent;
        border-radius: 8px;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

    .datePicker:hover::-webkit-scrollbar-thumb {
        background-color: #adadad;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

.groupList_modal-fs .close_btn_b {
    background-image: url(/Content/Img/Shared/SearchEngine/close_gray.svg);
    background-size: cover;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
}

.month-container .list-container:empty:before {
    content: "沒有相符結果的產品";
    letter-spacing: 1px;
    text-align: center;
    margin-top: 24px;
    color: rgba(128, 128, 128, 0.8);
    font-size: 16px;
    font-weight: 500;
}

.month-container .list-container:empty:after {
    content: "請查看其他月份，或更改篩選條件";
    text-align: center;
    margin-top: 8px;
    color: rgba(128, 128, 128, 0.8);
    font-size: 15px;
}



.cruisesiframe {
    width: 100%;
}

.cruises_popup {
    background-color: #fff;
    z-index: 10001;
    position: fixed;
    top: 0;
    right: -100vw;
    width: 60%;
    height: 100vh;
    border-radius: var(--right-popup-border-radius-pc);
    overflow: hidden;
}

@media (max-width: 768px) {
    .cruises_popup {
        width: 100%;
        height: calc(100vh - 20px);
        right: 0;
        bottom: -100vh;
        top: auto;
    }
}

.cruises_popup::-webkit-scrollbar {
    width: 10px;
}

.cruises_popup::-webkit-scrollbar-track {
    background: transparent;
}

.cruises_popup::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 8px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.cruises_popup:hover::-webkit-scrollbar-thumb {
    background-color: #adadad;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.cruises_popup {
    /* style
  ------------------*/
}

@media (max-width: 576px) {
    .cruises_popup {
        border-radius: var(--bottom-popup-border-radius-mobile);
    }
}

.cruises_popup .window_top {
    top: 0;
    width: 100%;
    height: 60px;
    position: sticky;
    z-index: 20;
    background-color: #fff;
}

@media (max-width: 576px) {
    .cruises_popup .window_top {
        height: 51px;
    }
}

.cruises_popup .window_top .close_btn {
    cursor: pointer;
    background-image: url(/Content/Img/Shared/SearchEngine/close_gray.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 40px;
    right: 32px;
    width: 28px;
    height: 28px;
}

@media (max-width: 576px) {
    .cruises_popup .window_top .close_btn {
        background-image: url(/Content/Img/Shared/SearchEngine/close_gray.svg);
        background-size: cover;
        width: 16px;
        height: 16px;
        position: absolute;
        right: 28px;
        top: 50%;
        left: auto;
        transform: translate(0, -50%);
    }
}

.cruises_popup .bodyF {
    width: 100%;
    margin: 20px auto;
}

.cruises_popup .banner {
    text-align: center;
    width: 100%;
    max-width: 360px;
    margin: 25px auto;
}

    .cruises_popup .banner img {
        width: 100%;
    }

.cruises_popup .menu-cont {
    display: block;
    height: 103px;
}

.cruises_popup .menu {
    display: flex;
    gap: 8px;
    justify-content: center;
    position: relative;
    background-color: #fff;
    margin: 0 auto;
    padding: 20px 12px;
    text-align: center;
    z-index: 10;
}

    .cruises_popup .menu.fixed-top {
        position: fixed;
        top: 53px;
        box-shadow: 3px 0 16px rgba(0, 0, 0, 0.2);
    }

    .cruises_popup .menu li {
        display: inline-block;
        width: 100%;
        max-width: 200px;
        margin: 8px;
        padding: 0px;
    }

        .cruises_popup .menu li a {
            display: block;
            background-color: #fff;
            padding: 12px;
            color: #666;
            text-align: center;
            text-decoration: none;
            border: 1px solid #666;
            border-radius: 4px;
        }

            .cruises_popup .menu li a.active {
                background-color: #006fba;
                color: #fff;
                border-color: #006fba;
            }

            .cruises_popup .menu li a:hover {
                background-color: #288acd;
                color: #fff;
                border-color: #288acd;
            }

.cruises_popup .content {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.cruises_popup .roomF {
    width: 100%;
    max-width: 1000px;
    margin: 60px auto;
    padding: 12px;
    color: #454545;
}

.cruises_popup .nameChe {
    position: relative;
    bottom: -5px;
}

.cruises_popup .title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    margin: 12px 0;
}

.cruises_popup .titleL,
.cruises_popup .titleR,
.cruises_popup .nameChe,
.cruises_popup .roomPing {
    display: inline-block;
    width: auto;
    vertical-align: text-bottom;
}

.cruises_popup .titleL {
    font-size: 24px;
}

    .cruises_popup .titleL:before {
        content: "";
        display: inline-block;
        background-color: #095a85;
        width: 0.3em;
        height: 1.5em;
        margin-right: 0.3em;
        vertical-align: bottom;
    }

.cruises_popup .nameChe {
    font-size: 1em;
}

    .cruises_popup .nameChe:first-letter {
        font-size: 1.5em;
        font-weight: bold;
        margin-right: 2px;
    }

.cruises_popup .roomPing {
    margin-left: 8px;
}

.cruises_popup .titleR {
    color: #e9e9e9;
    font-size: 28px;
    font-family: amethysta;
}

.cruises_popup .roomImg,
.cruises_popup .roomImg img {
    width: 100%;
    border-radius: 4px;
}

.cruises_popup footer {
    position: relative;
    z-index: 200;
}

.cruises_popup .goTop {
    right: 60px;
    bottom: 74px;
    display: block;
    text-align: center;
    z-index: 1000;
    transition: bottom 0.2s ease-in 0.6s;
}

    .cruises_popup .goTop.active {
        bottom: 32px;
        transition: bottom 0.2s ease-out 0.6s;
    }

    .cruises_popup .goTop a {
        background-color: #006fba;
        display: block;
        padding: 12px 12px 6px;
        color: #fff;
        text-decoration: none;
        border-radius: 4px;
    }

        .cruises_popup .goTop a:before {
            position: relative;
            top: 2px;
            content: "";
            display: block;
            width: 12px;
            height: 12px;
            margin: 0 auto 2px;
            border: solid #fff;
            border-width: 2px 2px 0 0;
            transform: rotate(-45deg);
        }

        .cruises_popup .goTop a:hover {
            background-color: #288acd;
        }

@media screen and (max-width: 1280px) {
    .cruises_popup .goTop {
        right: 24px;
    }
}

@media screen and (max-width: 768px) {
    .cruises_popup .menu-cont {
        height: 95px;
    }

    .cruises_popup .menu li {
        width: calc(25% - 10px);
        max-width: unset;
        margin: 4px;
    }

    .cruises_popup .titleL {
        font-size: 20px;
    }

    .cruises_popup .titleR {
        font-size: 20px;
    }

    .cruises_popup .roomImg img {
        width: 100%;
    }
}

@media screen and (max-width: 540px) {
    .cruises_popup .roomF {
        margin: 24px auto;
    }

    .cruises_popup .menu-cont {
        height: 110px;
    }

    .cruises_popup .menu {
        flex-wrap: wrap;
        padding: 8px 12px;
    }

        .cruises_popup .menu li {
            width: calc(50% - 10px);
            max-width: unset;
        }

            .cruises_popup .menu li a {
                padding: 8px;
            }

    .cruises_popup .titleL {
        font-size: 18px;
    }

    .cruises_popup .titleR {
        display: none;
    }

    .cruises_popup .goTop a {
        padding: 10px 12px 6px;
        font-size: 13px;
    }
}

@media screen and (max-width: 360px) {
    .cruises_popup .titleL {
        font-size: 16px;
    }
}

.cruises_modal {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1002;
    display: none;
}

    .cruises_modal.active {
        display: block;
    }

        .cruises_modal.active .cruises_popup {
            right: 0;
            width: 60%;
        }

            .cruises_modal.active .cruises_popup .goTop {
                position: fixed;
            }

@media (max-width: 1100px) {
    .cruises_modal.active .cruises_popup {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .cruises_modal.active .cruises_popup {
        width: 100%;
        bottom: 0;
    }
}

.PdWrapper {
    animation: appear 5s;
    animation-iteration-count: 1;
    position: relative;
    padding-top: 12px;
    background-color: #eaeaea;
    justify-content: center;
}

@media (max-width: 1560px) {
    .PdWrapper {
        gap: 4px;
    }
}

.PdWrapper .mask {
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    display: none;
}

    .PdWrapper .mask.active {
        display: block;
        background-color: rgba(0, 0, 0, 0.178);
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
        position: fixed;
        width: 100%;
        height: 100vh;
        z-index: 190;
        top: 90px;
    }

@media (max-width: 1560px) {
    .PdWrapper {
        padding-top: 12px;
    }
}

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

@media (max-width: 768px) {
    .PdWrapper {
        margin-right: 0;
    }
}

.PdWrapper .price-and-discount_wrapper {
    width: 805px;
    transition: 0.01s;
}

@media (max-width: 1560px) {
    .PdWrapper .price-and-discount_wrapper {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .PdWrapper .price-and-discount_wrapper {
        width: 100%;
        padding-top: 8px;
    }
}

@media (max-width: 576px) {
    .PdWrapper .price-and-discount_wrapper {
        padding-top: 0;
    }
}

.PdWrapper .col-left .price-and-discount {
    min-height: 100dvh;
    display: flex;
    justify-content: center;
    background-color: #eaeaea;
}

.PdWrapper .right_content {
    margin-top: 12px;
    box-sizing: border-box;
    width: 652px;
    top: 0;
    transition: 0.01s;
    left: calc(50% + 12px);
    overflow: hidden;
}

@media (max-width: 1560px) {
    .PdWrapper .right_content {
        width: calc(48% - 12px);
        left: 52%;
    }
}

@media (max-width: 991px) {
    .PdWrapper .right_content {
        display: none;
    }
}

.PdWrapper .col-right {
    margin-top: 12px;
    box-sizing: border-box;
    width: 652px;
    position: absolute;
    top: 0;
    transition: 0.01s;
    left: calc(50% + 86px);
}

@media (max-width: 1560px) {
    .PdWrapper .col-right {
        width: calc(48% - 12px);
        left: 52%;
    }
}

@media (max-width: 991px) {
    .PdWrapper .col-right {
        display: none;
    }
}

.b2b .calendar_container {
    grid-auto-rows: 96px;
}

.b2b .mult:has(.group) {
    margin-top: 12px;
}

.departPicker {
    display: flex;
    flex-direction: column;
    font-family: "Noto Sans TC";
    width: 652px;
    border-radius: 8px;
    top: 0;
    padding: 0 0 0 0;
    height: 100vh;
    box-sizing: border-box;
    background-color: #f3f3f3;
    font-size: 16px;
    position: sticky;
}

@media (max-width: 1280px) {
    .departPicker {
        font-size: 14px;
    }
}

@media (max-width: 1560px) {
    .departPicker {
        width: 100%;
    }
}

.departPicker .picker_container {
    padding: 0 18px;
    padding-top: 20px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}

    .departPicker .picker_container::-webkit-scrollbar {
        width: 0px;
    }

    .departPicker .picker_container::-webkit-scrollbar-track {
        background: transparent;
    }

    .departPicker .picker_container::-webkit-scrollbar-thumb {
        background-color: transparent;
        border-radius: 8px;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

    .departPicker .picker_container:hover::-webkit-scrollbar-thumb {
        background-color: #adadad;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

.departPicker .filterstatus {
    margin-left: 0.75em;
    padding-bottom: 0.75em;
    margin-bottom: 0.75em;
    border-bottom: 1px solid #e2e2e2;
}

@media (max-height: 800px) {
    .departPicker .filterstatus {
        padding-bottom: 0.65em;
        margin-bottom: 0.35em;
    }
}

.departPicker .filterstatus ul {
    display: flex;
    gap: 20px;
}

.departPicker .filterstatus .checkedbox {
    color: #303030;
    font-size: 1em;
    line-height: 120%;
    /* 19.2px */
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

    .departPicker .filterstatus .checkedbox:before {
        content: "";
        margin-top: 1px;
        width: 12px;
        height: 12px;
        background-size: cover;
        background-image: url(/Content/Img/Shared/SearchEngine/checkbox_a.png);
    }

    .departPicker .filterstatus .checkedbox.checked:before {
        background-image: url(/Content/Img/Shared/SearchEngine/checkbox_a-checked.png);
    }

    .departPicker .filterstatus .checkedbox.disable {
        color: #bdbdbd;
    }

        .departPicker .filterstatus .checkedbox.disable:before {
            background-color: rgba(112, 112, 112, 0.1882352941);
        }

.departPicker .titleBar {
    position: relative;
}

    .departPicker .titleBar .main_title {
        color: #535558;
        font-size: 1.375em;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0.22px;
        margin-bottom: 0.75em;
    }

@media (max-height: 800px) {
    .departPicker .titleBar .main_title {
        margin-bottom: 0.65em;
    }
}

.departPicker .titleBar .main_title-remark {
    color: rgba(128, 128, 128, 0.8);
    font-size: 0.875em;
    line-height: 112.5%;
    /* 15.75px */
    letter-spacing: 0.56px;
    margin-bottom: 1.5em;
}

@media (max-height: 800px) {
    .departPicker .titleBar .main_title-remark {
        margin-bottom: 0.6em;
    }
}

@media (max-width: 1280px) {
    .departPicker .titleBar .main_title-remark {
        margin-bottom: 1em;
    }
}

.departPicker .titleBar .depart_changeBtn {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    height: 28px;
    padding: 0.25em 0.5em;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    color: #75787b;
    font-weight: 500;
    font-size: 1em;
    line-height: 112.5%;
    /* 18px */
    letter-spacing: 0.64px;
}

    .departPicker .titleBar .depart_changeBtn.list:before {
        content: "";
        background-image: url(/Content/Img/Shared/SearchEngine/list_sm.png);
        width: 1em;
        height: 1.125em;
        margin-left: 2px;
        background-size: cover;
    }

    .departPicker .titleBar .depart_changeBtn:before {
        content: "";
        width: 1em;
        height: 1.125em;
        margin-left: 2px;
        background-image: url(/Content/Img/Shared/SearchEngine/calendar_sm.png);
        background-size: cover;
    }

.departPicker .month_con {
    position: relative;
}

    .departPicker .month_con .arrow {
        cursor: pointer;
        width: 15px;
        height: 24px;
        position: absolute;
        background-image: url(/Content/Img/Shared/SearchEngine/month_arraw.png);
        background-size: cover;
        background-position: center;
        top: 50%;
    }

    .departPicker .month_con .month {
        width: 130px;
        cursor: pointer;
        border-bottom: 2px solid transparent;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #696b6d;
        font-size: 20px;
        font-weight: 500;
        line-height: 112.5%;
        /* 22.5px */
        letter-spacing: 0.8px;
    }

@media (max-width: 1280px) {
    .departPicker .month_con .month {
        font-size: 18px;
    }
}

.departPicker .month_con .month span {
    font-size: 14px;
}

@media (max-width: 1280px) {
    .departPicker .month_con .month span {
        font-size: 13px;
    }
}

.departPicker .month_con .arrow-left {
    left: 4px;
    transform: scaleX(-1) translate(0, -50%);
}

.departPicker .month_con .arrow-right {
    right: 4px;
    transform: translate(0, -50%);
}

.departPicker .month_con .month.selected {
    color: #50809f;
    border-color: #50809f;
}

.departPicker .month_con .month_list {
    margin-bottom: 12px;
    padding: 0 40px;
    padding-top: 2px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

@media (max-height: 800px) {
    .departPicker .month_con .month_list {
        margin-bottom: 6px;
        padding-top: 0px;
    }
}

.departPicker .week {
    display: grid;
    grid-template-columns: repeat(7, 14.2857142857%);
    justify-items: center;
}

.departPicker .week_day {
    padding-top: 2px;
    padding-bottom: 8px;
}

.departPicker .month-container {
    width: 100%;
}

    .departPicker .month-container .calendar_container {
        border-radius: 8px;
        overflow: hidden;
        display: grid;
        grid-template-columns: repeat(7, 14.2857142857%);
        width: 100%;
        height: 100%;
        grid-auto-rows: 80px;
    }

        .departPicker .month-container .calendar_container.b2b {
            grid-auto-rows: 108px;
        }

@media (max-width: 1420px) {
    .departPicker .month-container .calendar_container {
        grid-auto-rows: 80px;
    }
}

@media (max-width: 1280px) {
    .departPicker .month-container .calendar_container {
        grid-auto-rows: 70px;
    }
}

.departPicker .month-container .day_content:has(.group) > div {
    margin-top: 12px;
}

@media (max-width: 1420px) {
    .departPicker .month-container .day_content:has(.group) > div {
        margin-top: 2px;
    }
}

.departPicker .month-container .calendar_day {
    white-space: nowrap;
    display: grid;
    background-color: #fff;
    position: relative;
    border: 0.5px solid transparent;
    border-bottom-color: #e9e9e9;
    border-right-color: #e9e9e9;
}

    .departPicker .month-container .calendar_day:nth-child(1) {
        border-radius: 8px 0 0 0;
        overflow: hidden;
    }

    .departPicker .month-container .calendar_day:nth-child(7) {
        border-radius: 0 8px 0 0;
        overflow: hidden;
    }

    .departPicker .month-container .calendar_day:nth-last-child(7) {
        border-radius: 0 0 0 8px;
        overflow: hidden;
    }

    .departPicker .month-container .calendar_day:nth-last-child(1) {
        border-radius: 0 0 8px 0;
        overflow: hidden;
    }

    .departPicker .month-container .calendar_day:hover {
        transition-duration: 0.1s;
        transition-timing-function: ease-out;
    }

    .departPicker .month-container .calendar_day:has(.group) .mult {
        margin-top: 22px;
    }

@media (max-width: 1420px) {
    .departPicker .month-container .calendar_day:has(.group) .mult {
        margin-top: 22px;
    }
}

@media (max-width: 1280px) {
    .departPicker .month-container .calendar_day:has(.group) .mult {
        margin-top: 16px;
    }
}

.departPicker .month-container .calendar_day:has(.group) .price:after {
    content: "起";
    font-size: 0.7em;
    font-weight: normal;
}

.departPicker .month-container .calendar_day:has(.state):not(:has(.none)) {
    box-shadow: 0px 2px 0px 0px #ff6900 inset;
    border-top-color: #ff6900;
}

    .departPicker .month-container .calendar_day:has(.state):not(:has(.none)):hover {
        cursor: pointer;
        background-color: #f8f8f8;
    }

    .departPicker .month-container .calendar_day:has(.state):not(:has(.none)) .number {
        color: #5a5a5a;
        font-weight: 500;
    }

.departPicker .month-container .calendar_day:has(.state.selected) {
    cursor: pointer;
    border-color: #f6a54b;
    border-right: unset;
    border-left: unset;
    border-top-color: #ff6900;
    background-color: #f5e8d6;
    border-bottom: unset;
}

    .departPicker .month-container .calendar_day:has(.state.selected):hover {
        background-color: #f3e3cc;
    }

    .departPicker .month-container .calendar_day:has(.state.selected) .day_content {
        border-top-color: #ff6900;
    }

    .departPicker .month-container .calendar_day:has(.state.selected) .available {
        color: #483232;
    }

    .departPicker .month-container .calendar_day:has(.state.selected) .number {
        color: #5a5a5a;
        font-weight: 500;
    }

.departPicker .month-container .calendar_day:has(.state.none) {
    cursor: pointer;
}

    .departPicker .month-container .calendar_day:has(.state.none) .state,
    .departPicker .month-container .calendar_day:has(.state.none) .available,
    .departPicker .month-container .calendar_day:has(.state.none) .price,
    .departPicker .month-container .calendar_day:has(.state.none) .b2b-price {
        color: #c7c7c7;
        font-weight: 400;
    }

    .departPicker .month-container .calendar_day:has(.state.none):hover {
        background-color: #f8f8f8;
    }

    .departPicker .month-container .calendar_day:has(.state.none) .group {
        color: #c7c7c7;
        background: transparent;
    }

.departPicker .month-container .calendar_day.mult .group {
    top: 18px;
    left: 14px;
}

@media (max-width: 1420px) {
    .departPicker .month-container .calendar_day.mult .group {
        top: 20px;
        left: 12px;
    }
}

@media (max-width: 1280px) {
    .departPicker .month-container .calendar_day.mult .group {
        left: 8%;
        font-size: 12px;
    }
}

@media (max-width: 1100px) {
    .departPicker .month-container .calendar_day.mult .group {
        top: 24px;
    }
}

.departPicker .month-container .calendar_day:has(.group:empty) .state {
    margin-top: 2px;
    margin-bottom: 4px;
}

.departPicker .month-container .calendar_day:has(.group:empty) .available {
    margin-bottom: 1px;
}

.departPicker .month-container .day_content {
    display: grid;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-top: 2px solid transparent;
}

.departPicker .month-container .group {
    position: absolute;
    top: 4px;
    left: 22px;
    margin-left: 2px;
    color: #fa914b;
    font-size: 14px;
    border: 1px solid;
    font-style: normal;
    line-height: 112.5%;
    /* 15.75px */
    letter-spacing: 0.56px;
    border-radius: 4px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    padding: 1px 2px 0px 2px;
}

@media (max-width: 1280px) {
    .departPicker .month-container .group {
        font-size: 12px;
    }
}

.departPicker .month-container .group:empty {
    display: none;
}

.departPicker .month-container .number {
    position: absolute;
    color: #a8a8a8;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 112.5%;
    /* 13.5px */
    letter-spacing: 0.48px;
    top: 4px;
    left: 4px;
}

    .departPicker .month-container .number.e {
        color: #c67070;
    }

.departPicker .month-container .M_group {
    position: absolute;
    top: 4px;
    right: 2px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    background: #a2bcd3;
    color: #fff;
    font-size: 14px;
    line-height: 112.5%;
    padding-left: 6px;
    gap: 4px;
}

@media (max-width: 1280px) {
    .departPicker .month-container .M_group {
        font-size: 12px;
    }
}

.departPicker .month-container .M_group::after {
    content: "";
    background-image: url(/Content/Img/Shared/SearchEngine/Mgroup_arrow.png);
    width: 15px;
    height: 19px;
    background-size: cover;
    display: inline-block;
    border-radius: 4px;
    box-shadow: 0px 0px 4px 0px #438ab2;
    overflow: hidden;
}

@media (max-width: 1280px) {
    .departPicker .month-container .M_group::after {
        width: 14px;
        height: 16px;
    }
}

.departPicker .month-container .state {
    color: #50809f;
    font-size: 14px;
    line-height: 112.5%;
    /* 15.75px */
    letter-spacing: 0.56px;
}

@media (max-width: 1280px) {
    .departPicker .month-container .state {
        font-size: 12px;
    }
}

.departPicker .month-container .state.type1 {
    color: #8C9098;
}

.departPicker .month-container .state.type2 {
    color: #17A349;
}

.departPicker .month-container .state.type3 {
    color: #5cc242;
}

.departPicker .month-container .state.type5 {
    color: #DC2625;
    font-weight: 500;
}

.departPicker .month-container .state.type6 {
    color: #ff7841;
}

.departPicker .month-container .state.type7 {
    color: #488CCA;
}

.departPicker .month-container .state.type8 {
    color: #ff2d2d;
}

.departPicker .month-container .available {
    color: #838383;
    font-size: 14px;
    line-height: 112.5%;
    /* 15.75px */
    letter-spacing: 0.56px;
}

@media (max-width: 1280px) {
    .departPicker .month-container .available {
        font-size: 12px;
    }
}

.departPicker .month-container .price {
    color: #38424b;
    font-size: 15px;
    font-weight: 600;
    line-height: 120%;
    /* 18px */
    letter-spacing: 0.6px;
}

@media (max-width: 1280px) {
    .departPicker .month-container .price {
        font-size: 12px;
    }
}

.departPicker .month-container .price-b2b {
    color: #736161;
    font-size: 12px;
    line-height: 128%;
    letter-spacing: 0.48px;
    display: flex;
}

@media (max-width: 1280px) {
    .departPicker .month-container .price-b2b {
        flex-direction: column;
    }
}

.departPicker .month-container .price-b2b:before {
    content: "直客:";
}

.departPicker .M_group_remark {
    display: flex;
    align-items: center;
    margin-top: 12px;
    margin-right: 4px;
    font-size: 14px;
    font-weight: 350;
    line-height: 100%;
    /* 14px */
    letter-spacing: 0.14px;
}

@media (max-width: 1280px) {
    .departPicker .M_group_remark {
        font-size: 12px;
    }
}

.departPicker .M_group_remark .mark {
    white-space: nowrap;
    color: #fa914b;
    border: 1px solid #fa914b;
    background-color: #fff;
    border-radius: 4px;
    padding: 1px 2px 2px 2px;
    font-weight: 500;
    margin-left: 2px;
    margin-right: 2px;
    display: inline-flex;
    align-items: center;
    padding: 2px 3px 3px 3px;
}

.departPicker .M_group_remark .arrow_remark {
    background-image: url(/Content/Img/Shared/SearchEngine/Mgroup_arrow.png);
    background-position: center;
    background-size: cover;
    width: 16px;
    height: 18px;
    border-radius: 4px;
    box-shadow: 0px 0px 4px 0px #438ab2;
    margin: 0 4px;
    margin-top: 2px;
}

.departPicker .delist-item:has(.flightDetail .row:empty) .flight_btn {
    display: none;
}

.departPicker .delist-item.non {
    color: #c7c7c7;
}

    .departPicker .delist-item.non .main_contain > div:first-child .price {
        color: #c7c7c7;
    }

        .departPicker .delist-item.non .main_contain > div:first-child .price:after {
            color: #c7c7c7;
        }

    .departPicker .delist-item.non .list_state {
        font-weight: 400;
        color: #c7c7c7;
    }

    .departPicker .delist-item.non .flight_btn {
        display: none;
    }

    .departPicker .delist-item.non .ESTM {
        color: #c7c7c7;
    }

    .departPicker .delist-item.non .MemoDiscount .GroupMemo,
    .departPicker .delist-item.non .MemoDiscount .discount {
        color: #c7c7c7;
    }

.departPicker .delist-item:has(.flightDetail.active) .main_contain {
    margin-bottom: 8px;
}

.departPicker .month-container .list-container {
    display: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 90px;
    padding: 0 2px;
}

    .departPicker .month-container .list-container .delist-item {
        cursor: pointer;
        background-color: #fff;
        border-radius: 8px;
        padding-top: 20px;
        padding-bottom: 8px;
        transition: 0.2s;
        font-size: 22px;
    }

@media (max-width: 1280px) {
    .departPicker .month-container .list-container .delist-item {
        font-size: 20px;
    }
}

.departPicker .month-container .list-container .delist-item.non {
    color: #c7c7c7;
}

    .departPicker .month-container .list-container .delist-item.non .main_contain > div:first-child .price {
        color: #c7c7c7;
    }

        .departPicker .month-container .list-container .delist-item.non .main_contain > div:first-child .price:after {
            color: #c7c7c7;
        }

    .departPicker .month-container .list-container .delist-item.non .list_state {
        font-weight: 400;
        color: #c7c7c7;
    }

    .departPicker .month-container .list-container .delist-item.non .flight_btn {
        display: none;
    }

    .departPicker .month-container .list-container .delist-item.non .ESTM {
        color: #c7c7c7;
    }

    .departPicker .month-container .list-container .delist-item.non .MemoDiscount .GroupMemo,
    .departPicker .month-container .list-container .delist-item.non .MemoDiscount .discount {
        color: #c7c7c7;
    }

.departPicker .month-container .list-container .delist-item.selected {
    outline: 2px solid #f60;
}

.departPicker .month-container .list-container .delist-item:hover {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.departPicker .month-container .list-container .delist-item .main_contain {
    position: relative;
    min-height: 82px;
}

.departPicker .month-container .list-container .delist-item .flight_btn {
    cursor: pointer;
    display: flex;
    gap: 4px;
    align-items: center;
    color: #50809f;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    /* 14px */
    letter-spacing: 0.56px;
    padding: 4px 8px;
    border-radius: 50px;
    background: #fff;
    background-blend-mode: multiply;
    box-shadow: 0px 0px 0px 1px #446a92;
    height: 24px;
    box-sizing: border-box;
    transition: 0.2s;
}

@media (max-width: 1100px) {
    .departPicker .month-container .list-container .delist-item .flight_btn {
        border-radius: 4px;
    }
}

.departPicker .month-container .list-container .delist-item .flight_btn:hover {
    background-color: #f5f9fb;
}

.departPicker .month-container .list-container .delist-item .flight_btn:before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(/Content/Img/Shared/SearchEngine/flight-sm.png);
    background-position: center;
    background-size: cover;
}

.departPicker .month-container .list-container .delist-item .flight_btn:after {
    content: "查看航班";
}

@media (max-width: 1280px) {
    .departPicker .month-container .list-container .delist-item .flight_btn:after {
        content: "航班";
    }
}

.departPicker .month-container .list-container .delist-item .list_state {
    cursor: default;
    margin-left: 6px;
    font-size: 0.9em;
    line-height: 112.5%;
    /* 18px */
    letter-spacing: 0.64px;
    font-weight: 400;
    border-radius: 38px;
    white-space: nowrap;
}

@media (max-width: 1100px) {
    .departPicker .month-container .list-container .delist-item .list_state {
        margin-left: 0;
        border-radius: 4px;
    }
}

.departPicker .month-container .list-container .delist-item .list_state:empty {
    display: none;
}

.departPicker .month-container .list-container .delist-item .main_contain > div:first-child {
    margin: 0 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    align-items: flex-start;
}

@media (max-width: 1100px) {
    .departPicker .month-container .list-container .delist-item .main_contain > div:first-child {
        margin: 0 16px;
        margin-bottom: 16px;
        position: relative;
    }
}

.departPicker .month-container .list-container .delist-item .main_contain > div:first-child .date {
    display: flex;
    font-size: 0.9166em;
    font-weight: 500;
}

    .departPicker .month-container .list-container .delist-item .main_contain > div:first-child .date:has(.list_state:empty) .flight_btn {
        margin-left: 6px;
    }

@media (max-width: 1100px) {
    .departPicker .month-container .list-container .delist-item .main_contain > div:first-child .date {
        flex-direction: column;
        gap: 12px;
    }
}

.departPicker .month-container .list-container .delist-item .main_contain > div:first-child .date > div {
    display: flex;
    gap: 8px;
}

.departPicker .month-container .list-container .delist-item .main_contain > div:first-child .price_row {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-end;
}

@media (max-width: 1100px) {
    .departPicker .month-container .list-container .delist-item .main_contain > div:first-child .price_row {
        margin-bottom: 24px;
    }

        .departPicker .month-container .list-container .delist-item .main_contain > div:first-child .price_row:has(.b2b_price:empty),
        .departPicker .month-container .list-container .delist-item .main_contain > div:first-child .price_row:not(:has(.b2b_price)) {
            margin-bottom: 0;
        }
}

.departPicker .month-container .list-container .delist-item .main_contain > div:first-child .price {
    color: #262422;
    font-size: 1em;
    font-weight: 500;
    line-height: 86%;
    letter-spacing: 0.96px;
}

    .departPicker .month-container .list-container .delist-item .main_contain > div:first-child .price::after {
        content: "元";
        color: #262422;
        font-size: 16px;
        font-weight: 500;
        line-height: 112.5%;
        /* 18px */
        letter-spacing: 0.64px;
    }

.departPicker .month-container .list-container .delist-item .main_contain > div:first-child .b2b_price {
    font-size: 0.875em;
    font-size: 0.775em;
    letter-spacing: 1px;
    color: gray;
}

    .departPicker .month-container .list-container .delist-item .main_contain > div:first-child .b2b_price:before {
        content: "(直客:";
    }

    .departPicker .month-container .list-container .delist-item .main_contain > div:first-child .b2b_price:after {
        content: "元)";
    }

.departPicker .month-container .list-container .delist-item .flightDetail {
    font-size: 15px;
    overflow: hidden;
    background: #f5f5f5;
    max-height: 0px;
    box-sizing: border-box;
    -webkit-transition: max-height 0.3s;
    padding: 0 2%;
    border-color: #e6e4e4;
    transition: 0.3s;
    box-shadow: -1px 0px 2px 0px rgba(0, 0, 0, 0.1) inset, 1px 0px 2px 0px rgba(0, 0, 0, 0.1) inset;
}

    .departPicker .month-container .list-container .delist-item .flightDetail.active {
        margin-bottom: 12px;
        max-height: 1200px;
        padding: 8px 2%;
    }

    .departPicker .month-container .list-container .delist-item .flightDetail .row {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .departPicker .month-container .list-container .delist-item .flightDetail .card_group {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 16px;
    }

        .departPicker .month-container .list-container .delist-item .flightDetail .card_group:only-child {
            margin-bottom: 0;
        }

            .departPicker .month-container .list-container .delist-item .flightDetail .card_group:only-child .card_group_title {
                display: none;
            }

    .departPicker .month-container .list-container .delist-item .flightDetail .card_group_title {
        margin-left: 4px;
        display: flex;
        gap: 6px;
        color: #8d8d8d;
        font-weight: 500;
        align-items: center;
    }

        .departPicker .month-container .list-container .delist-item .flightDetail .card_group_title:before {
            content: "";
            width: 14px;
            height: 14px;
            display: flex;
            background-image: url(/Content/Img/Shared/SearchEngine/flight-brown.svg);
            background-size: cover;
        }

    .departPicker .month-container .list-container .delist-item .flightDetail .card {
        border-radius: 2px;
        background: #fff;
    }

    .departPicker .month-container .list-container .delist-item .flightDetail .card__title {
        display: flex;
        padding: 12px 0px 8px 16px;
        border-bottom: 1px solid #c5c5c5;
        gap: 6px;
    }

        .departPicker .month-container .list-container .delist-item .flightDetail .card__title .day {
            color: #2d2e30;
            font-size: 16px;
            font-weight: 500;
            line-height: 112.5%;
            /* 18px */
            letter-spacing: 0.16px;
            margin-right: 4px;
        }

        .departPicker .month-container .list-container .delist-item .flightDetail .card__title .airlineImg {
            width: 20px;
            background-color: #ffffff;
            overflow: hidden;
            border-radius: 50px;
            padding: 1px;
            box-sizing: border-box;
        }

            .departPicker .month-container .list-container .delist-item .flightDetail .card__title .airlineImg:not(:has(img)) {
                background-color: transparent;
            }

            .departPicker .month-container .list-container .delist-item .flightDetail .card__title .airlineImg img {
                width: 100%;
            }

    .departPicker .month-container .list-container .delist-item .flightDetail .card__content {
        display: flex;
        padding: 12px 16px 12px 20px;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        padding-right: 0%;
    }

@media (max-width: 1280px) {
    .departPicker .month-container .list-container .delist-item .flightDetail .card__content {
        gap: 8px;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .departPicker .month-container .list-container .delist-item .flightDetail .card__content {
        flex-direction: column;
        align-items: flex-start;
    }
}

.departPicker .month-container .list-container .delist-item .flightDetail .card__content .line {
    height: 1px;
    flex-grow: 1;
    background: #a4a4a4;
}

@media (max-width: 1280px) {
    .departPicker .month-container .list-container .delist-item .flightDetail .card__content .line {
        height: 20px;
        width: 1px;
        margin-left: 60px;
    }
}

@media (max-width: 768px) {
    .departPicker .month-container .list-container .delist-item .flightDetail .card__content .line {
        height: 200px;
        width: 1px;
        margin-left: 20%;
    }
}

.departPicker .month-container .list-container .delist-item .flightDetail .card__content .flight {
    min-width: 20%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.departPicker .month-container .list-container .delist-item .flightDetail .card__content .time {
    color: #2d2e30;
    font-weight: 500;
    letter-spacing: 0.24px;
}

.departPicker .month-container .list-container .delist-item .flightDetail .card__content .airport {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    font-size: 14px;
}

.departPicker .month-container .list-container .delist-item .flightDetail .card__content .airport_dest {
    min-width: 260px;
}

.departPicker .month-container .list-container .delist-item .MemoDiscount {
    margin: 0 20px;
    border-left: 1px solid #d1d1d1;
    padding-left: 8px;
    position: relative;
    font-size: 14px;
    line-height: 112.5%;
    /* 15.75px */
    letter-spacing: 0.56px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 12px;
}

@media (max-width: 1100px) {
    .departPicker .month-container .list-container .delist-item .MemoDiscount {
        margin: 0 16px;
        margin-bottom: 12px;
    }
}

.departPicker .month-container .list-container .delist-item .MemoDiscount .GroupMemo {
    color: #a97437;
}

    .departPicker .month-container .list-container .delist-item .MemoDiscount .GroupMemo::before {
        content: "優惠";
        margin-right: 8px;
    }

    .departPicker .month-container .list-container .delist-item .MemoDiscount .GroupMemo:empty {
        display: none;
    }

.departPicker .month-container .list-container .delist-item .MemoDiscount .discount {
    color: #777575;
}

    .departPicker .month-container .list-container .delist-item .MemoDiscount .discount::before {
        content: "備註";
        margin-right: 8px;
    }

    .departPicker .month-container .list-container .delist-item .MemoDiscount .discount:empty {
        display: none;
    }

.departPicker .month-container .list-container .delist-item .MemoDiscount:has(.GroupMemo:empty + .discount:empty) {
    border: none;
    margin-top: 36px;
}

.departPicker .month-container .list-container .delist-item .ESTM {
    position: absolute;
    right: 20px;
    bottom: 0;
    color: #777575;
    text-align: right;
    font-size: 16px;
    font-size: 15px;
    line-height: 112.5%;
    /* 20.25px */
    letter-spacing: 0.72px;
}

@media (max-width: 1100px) {
    .departPicker .month-container .list-container .delist-item .ESTM {
        font-size: 16px;
        right: 0px;
        bottom: 0px;
    }
}

.departPicker .month-container .list-container .delist-item .ESTM_QT {
    margin-right: 2px;
}

.departPicker .month-container .list-container .delist-item .Sale {
    margin-left: 2px;
}

.departPicker .month-container .flight_popup {
    display: none;
    background-color: #fff;
    position: absolute;
    left: -20px;
    top: 28px;
    z-index: 2;
    padding: 24px 18px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    z-index: 8;
}

.departPicker .month-container .popup_title {
    font-size: 20px;
    color: #3d3633;
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 0px 0px 2px 0px;
}

    .departPicker .month-container .popup_title:before {
        margin-right: 6px;
        content: "";
        width: 20px;
        height: 20px;
        background-image: url(/Content/Img/Shared/SearchEngine/flight-b-sm.png);
        background-position: center;
        background-clip: cover;
    }

    .departPicker .month-container .popup_title span {
        font-size: 16px;
        margin-left: 4px;
        color: #a8a8a8;
        font-weight: 400;
    }

.departPicker .month-container .flight_list {
    display: flex;
    flex-direction: column;
}

    .departPicker .month-container .flight_list .list {
        display: flex;
        position: relative;
        align-items: center;
    }

    .departPicker .month-container .flight_list .airport {
        display: flex;
        color: #3d3633;
    }

    .departPicker .month-container .flight_list .date {
        color: #a8a8a8;
        font-size: 20px;
        font-weight: 500;
        padding-left: 8px;
    }

    .departPicker .month-container .flight_list .flight_way {
        padding: 12px 0px 12px 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-bottom: #eaeaea solid 1px;
    }

        .departPicker .month-container .flight_list .flight_way:last-child {
            border-bottom-color: transparent;
            padding-bottom: 0;
        }

    .departPicker .month-container .flight_list .AA {
        display: inline-block;
        width: 12px;
        height: 12.923px;
        background-image: url(/Content/Img/Shared/SearchEngine/flight_arrow.png);
        background-position: center;
        background-size: cover;
        margin: 10px 0 4px 0px;
    }

    .departPicker .month-container .flight_list .bound_list {
        display: flex;
        flex-direction: column;
        padding-left: 8px;
        border-left: 1px solid #d9d9d9;
        margin-left: 8px;
        padding-right: 122px;
        padding-top: 0px;
        padding-bottom: 5px;
    }

    .departPicker .month-container .flight_list .bound {
        display: flex;
        white-space: nowrap;
        margin-bottom: 8px;
    }

    .departPicker .month-container .flight_list .AIRLINES_time {
        font-size: 14px;
        color: #3d3633;
        margin-right: 6px;
    }

    .departPicker .month-container .flight_list .AIRLINES {
        color: #7e7874;
        font-size: 12px;
    }

    .departPicker .month-container .flight_list .AIRLINES_number {
        margin-left: 4px;
        color: #7e7874;
        font-size: 12px;
    }

    .departPicker .month-container .flight_list .AIRLINES_day {
        color: #cbbfbf;
        font-weight: 500;
        position: absolute;
        right: 0;
        top: 0;
    }

.datePicker {
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
}

    .datePicker::-webkit-scrollbar {
        width: 2px;
    }

    .datePicker::-webkit-scrollbar-track {
        background: transparent;
    }

    .datePicker::-webkit-scrollbar-thumb {
        background-color: transparent;
        border-radius: 8px;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

    .datePicker:hover::-webkit-scrollbar-thumb {
        background-color: #adadad;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

.next_fixed {
    cursor: pointer;
    box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.1);
    background-color: #f3f3f3;
    position: sticky;
    bottom: 0;
    padding: 8px 18px;
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    z-index: 4;
    font-size: 14px;
}

@media (max-width: 1280px) {
    .next_fixed {
        font-size: 12px;
        padding: 4px 18px;
    }
}

.next_fixed .price {
    color: #446a92;
    font-size: 2em;
    font-weight: 500;
    line-height: 90%;
    /* 28.8px */
    letter-spacing: 0.32px;
    display: flex;
    align-items: flex-end;
    gap: 6px;
}

    .next_fixed .price.none {
        gap: 18px;
    }

    .next_fixed .price:empty {
        display: none;
    }

    .next_fixed .price::before,
    .next_fixed .price::after {
        color: #2b2c2e;
        font-size: 0.625em;
        font-weight: 500;
        line-height: 100%;
        /* 20px */
        letter-spacing: 0.2px;
    }

    .next_fixed .price::before {
        content: "NT$";
    }

    .next_fixed .price::after {
        content: "元 / 人";
    }

.next_fixed .btn-order {
    color: #fff;
    font-size: 1.25em;
    font-weight: 500;
    line-height: 100%;
    /* 20px */
    letter-spacing: 0.2px;
    padding: 14px 48px 16px 48px;
    border-radius: 4px;
    background-color: #29527D;
}

    .next_fixed .btn-order.close {
        background: #e5e5e5;
        color: #afafaf;
        font-weight: 300;
    }

@media (max-width: 1280px) {
    .next_fixed .btn-order {
        padding: 10px 48px 12px 48px;
    }
}

.departPicker.fixed {
    position: sticky;
    top: 0;
    border-radius: 0;
}

    .departPicker.fixed .next_fixed {
        width: 100%;
        bottom: 0;
    }

.departPicker.bottom {
    top: auto;
    bottom: 0;
    position: absolute;
    margin-bottom: 0;
    border-radius: 8px;
}

    .departPicker.bottom .next_fixed {
        bottom: 0;
    }

@media (max-width: 1560px) {
    .departPicker.bottom .next_fixed {
        width: 100%;
    }
}

.departPicker.fixed.bottom {
    border-radius: 8px;
    overflow: hidden;
    bottom: 0px;
}

@media (max-width: 1560px) {
    .departPicker.fixed.bottom {
        width: 100%;
    }
}

.datePicker .calendar_container_div {
    display: block;
}

.datePicker .list-container_div {
    margin-top: 24px;
    display: none;
}

.datePicker.list .calendar_container_div {
    display: none;
}

.datePicker.list .list-container_div {
    display: block;
}

.btn-order.type1 {
    background: #dadada;
    color: #8f8f8f;
}

.mark-tag,
.list_state {
    border-radius: 8px;
    font-size: 1.25em;
    line-height: 1.2em;
}

@media (max-width: 576px) {

    .mark-tag,
    .list_state {
        padding: 0;
        background-color: transparent;
    }
}

.mark-tag.type1,
.list_state.type1 {
    color: #8C9098;
}

.mark-tag.type2,
.list_state.type2 {
    color: #17A349;
}

.mark-tag.type3,
.list_state.type3 {
    color: #5cc242;
}

.mark-tag.type5,
.list_state.type5 {
    color: #DC2625;
    font-weight: 500;
}

.mark-tag.type6,
.list_state.type6 {
    color: #ff7841;
}

.mark-tag.type7,
.list_state.type7 {
    color: #488CCA;
}

.mark-tag.type8,
.list_state.type8 {
    color: #ff2d2d;
}

.PdTitle {
    margin-bottom: 12px;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px 16px 24px 25px;
    font-size: 16px;
}

@media (max-width: 1440px) {
    .PdTitle {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .PdTitle {
        border-radius: 8px 8px 8px 8px;
        padding: 24px 24px 24px 24px;
    }
}

@media (max-width: 768px) {
    .PdTitle {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .PdTitle {
        font-size: 16px;
        padding: 0px 0px 24px 0px;
    }
}

.PdTitle .PdTitle_container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

    .PdTitle .PdTitle_container::after {
        content: "";
        display: block;
        clear: both;
    }

@media (max-width: 576px) {
    .PdTitle .PdTitle_container {
        display: flex;
        flex-direction: column;
    }
}

.PdTitle .PdTitle_title {
    font-family: "Noto San TC";
    font-weight: 600;
    font-size: 26px;
    line-height: 1.5em;
    letter-spacing: 0.52px;
    text-align: justify;
    width: 100%;
    margin-bottom: 20px;
    grid-column: 1/3;
    grid-row: 1/2;
    order: 1;
}

@media (max-width: 1280px) {
    .PdTitle .PdTitle_title {
        padding: 0px;
    }
}

@media (max-width: 991px) {
    .PdTitle .PdTitle_title {
        width: auto;
        padding: 0px;
    }
}

@media (max-width: 768px) {
    .PdTitle .PdTitle_title {
        font-size: 1.25em;
        font-family: "Noto Sans TC", sans-serif;
        font-weight: 500;
    }
}

@media (max-width: 576px) {
    .PdTitle .PdTitle_title {
        font-size: 1.2em;
        padding: 16px 20px 0 20px;
        padding: 16px 16px 0 16px;
        margin-bottom: 16px;
    }
}

@media (max-width: 320px) {
    .PdTitle .PdTitle_title {
        padding: 16px 12px 0 12px;
    }
}

.PdTitle .PdInfo {
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    grid-column: 2/3;
    grid-row: 2/3;
    display: grid;
    grid-template-rows: auto auto auto 1fr;
    font-size: 18px;
    line-height: 28px;
}

@media (max-width: 1280px) {
    .PdTitle .PdInfo {
        padding: 0px;
        margin-left: 8px;
    }
}

@media (max-width: 991px) {
    .PdTitle .PdInfo {
        padding: 0px;
    }
}

@media (max-width: 576px) {
    .PdTitle .PdInfo {
        margin-left: 2px;
        padding: 0 16px;
        order: 1;
    }
}

@media (max-width: 320px) {
    .PdTitle .PdInfo {
        padding: 0 12px;
        padding-bottom: 40px;
    }
}

.PdTitle .PdInfo .PdInfo_date {
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: relative;
    white-space: nowrap;
}

    .PdTitle .PdInfo .PdInfo_date li span {
        white-space: nowrap;
    }

@media (max-width: 576px) {
    .PdTitle .PdInfo .PdInfo_date {
        margin-bottom: 16px;
    }
}

.PdTitle .PdInfo .PdInfo_date li {
    display: inline-flex;
    white-space: nowrap;
}

@media (max-width: 576px) {
    .PdTitle .PdInfo .PdInfo_date li {
        color: #586e86;
    }
}

.PdTitle .PdInfo .PdInfo_date li > span {
    color: #000;
}

    .PdTitle .PdInfo .PdInfo_date li > span:first-child:after {
        content: "：";
    }

    .PdTitle .PdInfo .PdInfo_date li > span:nth-child(2) {
        margin-right: 12px;
        display: flex;
        gap: 12px;
    }

@media (max-width: 576px) {
    .PdTitle .PdInfo .PdInfo_date li:nth-child(2) {
        position: relative;
    }
}

.PdInfo .PdInfo_tag {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 4px;
    line-height: 1;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 576px) {
    .PdInfo .PdInfo_tag {
        margin-bottom: 4px;
    }
}

.PdInfo .PdTag {
    background-color: #f0f0f0;
    width: fit-content;
    border-radius: 50px;
    padding: 0px 8px 8px 6px;
    font-size: 14px;
    color: #535558;
    letter-spacing: 1px;
    position: relative;
    left: -4px;
    display: inline-block;
}

    .PdInfo .PdTag svg {
        position: relative;
        top: 4px;
        padding-right: 2px;
    }

.PdInfo .product-number {
    font-size: 14px;
    color: #828282;
    position: relative;
    top: -1px;
    /* position: absolute; */
    /* right: 0; */
    /* top: 50%; */
    /* transform: translate(0, -50%); */
}

.PdTitle .PdInfo li {
    letter-spacing: 1px;
    font-size: 1em;
    line-height: normal;
    letter-spacing: 0.18px;
}

    .PdTitle .PdInfo li .mark {
        color: #9C7546;
    }

    .PdTitle .PdInfo li span {
        white-space: wrap;
    }

@media (max-width: 768px) {
    .PdTitle .PdInfo li {
        font-size: 1em;
    }
}

.PdTitle .PdInfo .PdInfo_stature {
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
    gap: 6px;
    /* column-gap: 20px; */
    position: relative;
    white-space: nowrap;
}

    .PdTitle .PdInfo .PdInfo_stature .anchor_flight {
        bottom: 0;
        right: 12px;
    }

@media (max-width: 576px) {
    .PdTitle .PdInfo .PdInfo_stature .anchor_flight {
        position: absolute;
        transform: translate(0, -25%);
        top: 50%;
        bottom: unset;
        right: 4px;
    }
}

.PdTitle .PdInfo .PdInfo_stature .anchor_flight a {
    color: #133861;
    text-underline-offset: 0.2em;
}

.PdTitle .PdInfo .PdInfo_stature li {
    display: inline-flex;
    /* align-items: flex-end; */
}

.PdTitle .PdInfo .PdInfo_btn {
    display: none;
    gap: 12px;
    height: 48px;
    padding-top: 20px;
}

@media (max-width: 576px) {
    .PdTitle .PdInfo .PdInfo_btn {
        display: flex;
    }
}

.PdTitle .PdInfo .PdInfo_btn button {
    flex: 1;
    color: #133861;
    background-color: #fff;
    border: 1px solid #133861;
    font-size: 16px;
    border-radius: 4px;
    letter-spacing: 2.7px;
    padding-bottom: 2px;
    font-size: 20px;
    font-weight: 600;
}

.PdTitle .PdInfo .PdInfo_btn a {
    letter-spacing: 2.7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0.8;
    text-align: center;
    background: linear-gradient(239deg, rgba(126, 211, 206, 0.45) -28.6%, rgba(126, 211, 206, 0) 89.7%), #133861;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    padding-bottom: 2px;
    font-size: 20px;
    font-weight: 500;
}

    .PdTitle .PdInfo .PdInfo_btn a.type1 {
        background: #e5e5e5;
        color: #afafaf;
    }

.PdTitle .PdInfo .Pdcompare_btn {
    cursor: pointer;
    display: inline-flex;
    gap: 2px;
    align-items: center;
    padding: 0px 7px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    height: 30px;
}

    .PdTitle .PdInfo .Pdcompare_btn:after {
        font-size: 16px;
        color: #75787b;
        content: "加入最愛";
        width: 65px;
    }

    .PdTitle .PdInfo .Pdcompare_btn.compare_0:before {
        content: "";
        margin-top: 1px;
        width: 22px;
        height: 20px;
        background-size: 18px;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 2px;
        background-image: url(/Content/Img/Shared/SearchEngine/favorite-gray-line.svg);
    }

    .PdTitle .PdInfo .Pdcompare_btn.compare_1:before {
        content: "";
        margin-top: 1px;
        width: 22px;
        height: 20px;
        background-size: 18px;
        margin-top: 2px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(/Content/Img/Shared/SearchEngine/favorite-orange-full.svg);
    }

.PdTitle .PdInfo .Pdcart_btn {
    cursor: pointer;
    display: inline-flex;
    gap: 2px;
    align-items: center;
    padding: 0px 7px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    height: 30px;
}

@media (max-width: 576px) {
    .PdTitle .PdInfo .Pdcart_btn {
        order: 1;
    }
}

.PdTitle .PdInfo .Pdcart_btn:after {
    font-size: 16px;
    color: #75787b;
    content: "加入購物車";
}

.PdTitle .PdInfo .Pdcart_btn:where(.cart_0, .cart_1):before {
    content: "";
    margin-top: 1px;
    width: 22px;
    height: 20px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 2px;
    -webkit-mask-image: url(/Content/Img/Shared/SearchEngine/shopping_cart.svg);
    mask-image: url(/Content/Img/Shared/SearchEngine/shopping_cart.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 21px 19px;
    mask-size: 21px 19px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.PdTitle .PdInfo .Pdcart_btn.cart_0:before {
    background-color: #75787b;
}

.PdTitle .PdInfo .Pdcart_btn.cart_1:before {
    background-color: #ff932f;
}

.PdTitle .date_reselect {
    display: none;
    font-family: "Noto Sans TC";
    font-size: 1rem;
    line-height: 100%;
    /* 1rem */
    letter-spacing: 0.1rem;
    background-color: #fff;
    border: none;
    padding: 0;
    border-bottom: 1px solid rgb(80, 128, 159);
    color: rgb(80, 128, 159);
    /* white-space: ; */
}

@media (max-width: 991px) {
    .PdTitle .date_reselect {
        display: block;
    }
}

.PdTitle .date_reselect.a2 {
    margin-top: 24px;
    margin-bottom: 12px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 2px 12px 4px 12px;
    font-size: 16px;
    font-family: "Noto Sans TC";
    color: #000;
    box-shadow: 0 0 0 1.4px #c7c7c7;
}

.PdTitle .date_reselect.a3 {
    position: absolute;
    right: 0;
    font-size: 16px;
    border: none;
    background-color: #c5b097;
    color: #fff;
    padding: 0 4px;
    width: 54px;
    height: 100%;
}

.PdTitle .otherDate_container {
    display: none;
}

@media (max-width: 576px) {
    .PdTitle .otherDate_container {
        display: block;
        margin-top: 20px;
        margin-bottom: 24px;
    }

    .PdTitle .otherDate_title {
        color: #133861;
        margin-bottom: 20px;
    }

    .PdTitle .otherDate_wrap {
        display: flex;
        gap: 8px;
    }

    .PdTitle .otherDate_btn {
        font-size: 14px;
        padding: 4px 10px;
        border: 1px solid #c7c7c7;
        border-radius: 50px;
        white-space: nowrap;
    }
}

@media (max-width: 576px) {
    .PdTitle .PdInfo_date.a3 {
        border: 1px solid #e6e6e6;
        padding-left: 8px;
        border-radius: 8px;
        overflow: hidden;
    }

        .PdTitle .PdInfo_date.a3 li:first-child {
            margin-top: 12px;
        }

        .PdTitle .PdInfo_date.a3 li:nth-child(2) {
            margin-bottom: 12px;
        }
}

.PdTitle .dep-date {
    flex-wrap: wrap;
}

.PdTitle .PdTitle_title:empty {
    line-height: normal;
}

.PdTitle .PdImg__img:not([src]) {
    background: rgba(130, 130, 130, 0.2);
    background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
    background-size: 800px 100px;
    width: 100%;
    height: 100%;
}

@keyframes wave-squares {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.PdTitle .PdImg {
    border-radius: 8px;
    box-sizing: border-box;
    grid-column: 1/2;
    grid-row: 2/3;
    margin-right: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

    .PdTitle .PdImg:not(:has(img)) {
        border: 1px solid #d1d1d1;
        background-color: #f9f9f9;
    }

@media (max-width: 1280px) {
    .PdTitle .PdImg {
        margin-right: 12px;
    }
}

@media (max-width: 576px) {
    .PdTitle .PdImg {
        width: 100%;
        margin-right: 0;
    }
}

.PdTitle .PdImg__img {
    border-radius: 8px;
    width: 100%;
    background-color: #f9f9f9;
}

@media (max-width: 1280px) {
    .PdTitle .PdImg__img {
        height: auto;
    }
}

@media (max-width: 576px) {
    .PdTitle .PdImg__img {
        border-radius: 0 0 8px 8px;
    }
}

.PdTitle .PdGroup-btn {
    display: flex;
    margin-top: 12px;
    justify-content: flex-end;
    bottom: -2px;
    right: -2px;
    gap: 10px;
    align-items: flex-end;
}

@media (max-width: 768px) {
    .PdTitle .PdGroup-btn {
        right: 0px;
    }
}

@media (max-width: 576px) {
    .PdTitle .PdGroup-btn {
        right: 20px;
        margin-top: 20px;
    }
}

.PdTitle .PdGroup-btn .PdCopy {
    cursor: pointer;
    width: auto;
    padding: 0 8px 0 10px;
    height: 30px;
    display: flex;
    color: #004A95;
    align-items: center;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    justify-content: center;
    background-color: #fff;
    gap: 4px;
}

    .PdTitle .PdGroup-btn .PdCopy:before {
        content: "";
        width: 16px;
        height: 18px;
        background-size: cover;
        background-image: url(/Content/Img/Shared/SearchEngine/file_copy.png);
    }

    .PdTitle .PdGroup-btn .PdCopy:after {
        font-size: 16px;
        content: "複製行程";
    }

.PdTitle .PdGroup-btn .PdDownload {
    cursor: pointer;
    width: 32px;
    height: 30px;
    display: flex;
    align-items: center;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    justify-content: center;
    background-color: #fff;
}

    .PdTitle .PdGroup-btn .PdDownload:before {
        content: "";
        width: 16px;
        height: 14px;
        background-image: url(/Content/Img/Shared/SearchEngine/print-sm.svg);
    }

@media (max-width: 576px) {
    .PdTitle .PdGroup-btn .PdDownload {
        display: none;
    }
}

.PdTitle .PdGroup-btn .PdShare,
.PdTitle .PdGroup-btn .PdShare-m,
.PdTitle .PdGroup-btn .PdShare-B2B,
.PdTitle .PdGroup-btn .PdContact {
    display: flex;
    height: 30px;
    background-color: #f5f5f5;
    border-radius: 20px;
    cursor: pointer;
}

    .PdTitle .PdGroup-btn .PdShare .PdShare_img,
    .PdTitle .PdGroup-btn .PdShare-m .PdShare_img,
    .PdTitle .PdGroup-btn .PdShare-B2B .PdShare_img,
    .PdTitle .PdGroup-btn .PdContact .PdShare_img {
        width: 32px;
        height: 30px;
        display: flex;
        align-items: center;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
        border-radius: 20px;
        justify-content: center;
        background-color: #fff;
    }

        .PdTitle .PdGroup-btn .PdShare .PdShare_img:before,
        .PdTitle .PdGroup-btn .PdShare-m .PdShare_img:before,
        .PdTitle .PdGroup-btn .PdShare-B2B .PdShare_img:before,
        .PdTitle .PdGroup-btn .PdContact .PdShare_img:before {
            content: "";
            width: 16px;
            height: 14px;
            background-image: url(/Content/Img/Shared/SearchEngine/share-sm.svg);
            background-repeat: no-repeat;
        }

@media (max-width: 576px) {

    .PdTitle .PdGroup-btn .PdShare .PdShare_img,
    .PdTitle .PdGroup-btn .PdShare-m .PdShare_img,
    .PdTitle .PdGroup-btn .PdShare-B2B .PdShare_img,
    .PdTitle .PdGroup-btn .PdContact .PdShare_img {
        width: auto;
        padding: 0 8px;
        gap: 2px;
    }

        .PdTitle .PdGroup-btn .PdShare .PdShare_img:before,
        .PdTitle .PdGroup-btn .PdShare-m .PdShare_img:before,
        .PdTitle .PdGroup-btn .PdShare-B2B .PdShare_img:before,
        .PdTitle .PdGroup-btn .PdContact .PdShare_img:before {
            margin-top: 2px;
        }

        .PdTitle .PdGroup-btn .PdShare .PdShare_img:after,
        .PdTitle .PdGroup-btn .PdShare-m .PdShare_img:after,
        .PdTitle .PdGroup-btn .PdShare-B2B .PdShare_img:after,
        .PdTitle .PdGroup-btn .PdContact .PdShare_img:after {
            font-size: 16px;
            color: #75787b;
            content: "分享";
            width: 33px;
        }
}

.PdTitle .PdGroup-btn .PdShare ol,
.PdTitle .PdGroup-btn .PdShare-m ol,
.PdTitle .PdGroup-btn .PdShare-B2B ol,
.PdTitle .PdGroup-btn .PdContact ol {
    width: 0px;
    display: flex;
    align-items: center;
    gap: 6px;
    box-sizing: border-box;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}

.PdTitle .PdGroup-btn .PdShare:hover ol,
.PdTitle .PdGroup-btn .PdShare-m:hover ol,
.PdTitle .PdGroup-btn .PdShare-B2B:hover ol,
.PdTitle .PdGroup-btn .PdContact:hover ol {
    margin-left: 8px;
    margin-right: 4px;
    width: -moz-fit-content;
    width: fit-content;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}

.PdTitle .PdGroup-btn .PdShare .PdShare_btn,
.PdTitle .PdGroup-btn .PdShare-m .PdShare_btn,
.PdTitle .PdGroup-btn .PdShare-B2B .PdShare_btn,
.PdTitle .PdGroup-btn .PdContact .PdShare_btn {
    cursor: pointer;
    border-radius: 50px;
    overflow: hidden;
    width: 24px;
    height: 24px;
}

    .PdTitle .PdGroup-btn .PdShare .PdShare_btn img,
    .PdTitle .PdGroup-btn .PdShare-m .PdShare_btn img,
    .PdTitle .PdGroup-btn .PdShare-B2B .PdShare_btn img,
    .PdTitle .PdGroup-btn .PdContact .PdShare_btn img {
        width: 100%;
    }

.PdTitle .PdGroup-btn :where(.PdShare_img, .Pdcompare_btn):after {
    transition: 0.2s;
    white-space: nowrap;
}

.PdTitle .PdGroup-btn:has(.PdContact:hover) :where(.PdShare_img, .Pdcompare_btn):after {
    width: 0;
    overflow: hidden;
}

.PdTitle .PdGroup-btn .PdContact:hover ol {
    width: 84px;
}

.PdTitle .PdGroup-btn .PdContact {
    display: none;
    cursor: pointer;
    height: 30px;
    align-items: center;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    justify-content: center;
    background-color: #f5f5f5;
}

@media (max-width: 576px) {
    .PdTitle .PdGroup-btn .PdContact {
        display: flex;
    }
}

.PdTitle .PdGroup-btn .PdContact .PdContact_img {
    width: 32px;
    height: 30px;
    display: flex;
    gap: 4px;
    align-items: center;
    border-radius: 20px;
    justify-content: center;
    background-color: #fff;
}

    .PdTitle .PdGroup-btn .PdContact .PdContact_img:before {
        content: "";
        width: 16px;
        height: 18px;
        margin-top: 4px;
        background-image: url(/Content/Img/Shared/SearchEngine/contact-gray.svg);
        background-repeat: no-repeat;
    }

@media (max-width: 576px) {
    .PdTitle .PdGroup-btn .PdContact .PdContact_img {
        width: auto;
        padding: 0 8px;
    }

        .PdTitle .PdGroup-btn .PdContact .PdContact_img:after {
            font-size: 16px;
            color: #75787b;
            content: "客服";
        }
}

.PdTitle .PdGroup-btn .PdContact .PdShare_btn {
    cursor: pointer;
    border-radius: 50px;
    overflow: hidden;
    width: 24px;
    height: 24px;
}

    .PdTitle .PdGroup-btn .PdContact .PdShare_btn img {
        width: 100%;
    }

@media (max-width: 768px) {
    .PdTitle .PdGroup-btn .PdShare {
        display: none;
    }
}

.PdTitle .PdGroup-btn .PdShare-m {
    display: none;
}

@media (max-width: 768px) {
    .PdTitle .PdGroup-btn .PdShare-m {
        display: block;
    }
}

.share-dialog {
    width: 100%;
    height: 100dvh;
    position: fixed;
    z-index: 1001;
    top: 0;
    font-family: "Noto Sans TC";
}

    .share-dialog h2 {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 16px;
    }

    .share-dialog .dialog_header {
        min-height: 80px;
    }

    .share-dialog .share_popup {
        height: 100%;
        max-width: 580px;
        background-color: #fff;
        position: absolute;
        border-radius: var(--right-popup-border-radius-pc);
    }

@media (max-width: 576px) {
    .share-dialog .share_popup {
        width: 100%;
    }
}

.share-dialog .dialog_body {
    padding: 0 40px 36px 40px;
    margin-bottom: 20px;
}

.share-dialog .dialog_container {
    margin-bottom: 28px;
}

.share-dialog .container-line {
    padding: 16px 16px 20px 16px;
    border: #bfbfbf 1px solid;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.share-dialog .container-bg-gray {
    background-color: #f3f3f3;
    padding: 12px;
    border: 8px;
    letter-spacing: 2px;
    line-height: 150%;
    box-sizing: border-box;
    border-radius: 8px;
    width: 100%;
    word-wrap: break-word;
}

.share-dialog .dialog_Btn {
    cursor: pointer;
    display: block;
    border-radius: 80px;
    border: 1px solid #446a92;
    background: #fff;
    font-size: 16px;
    color: #446a92;
    text-align: center;
    line-height: 27px;
    letter-spacing: 1.8px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2px 40px 3px 40px;
    transition: 0.2s;
}

    .share-dialog .dialog_Btn:hover {
        background-color: #446a92;
        color: #fff;
    }

.share-dialog .close_btn {
    cursor: pointer;
    background-image: url(/Content/Img/Shared/SearchEngine/close_gray.svg);
    width: 28px;
    height: 28px;
    top: 40px;
    right: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
}

.share-dialog .share_container ul {
    display: flex;
    gap: 24px;
}

.share-dialog .share_container li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.share-dialog img {
    border-radius: 50px;
    width: 60px;
}

.share-dialog .share_btn {
    overflow: hidden;
}

.PdChargeDetail {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 25px 60px 25px;
    font-family: "Noto Sans TC";
    font-size: 16px;
    min-height: 320px;
}

@media (max-width: 1280px) {
    .PdChargeDetail {
        padding: 20px 12px 60px 12px;
    }
}

@media (max-width: 991px) {
    .PdChargeDetail {
        padding: 24px 24px 24px 24px;
    }
}

@media (max-width: 576px) {
    .PdChargeDetail {
        padding: 20px 0px 56px 0px;
        margin: 0;
        margin-bottom: 12px;
    }
}

.PdChargeDetail li font {
    color: #9c7546;
    font-weight: 500;
}

    .PdChargeDetail li font:has(font) font {
        color: #000;
        font-weight: 400;
    }

    .PdChargeDetail li font:has(font font) font font {
        color: #9c7546;
    }

.expenseDetail_btn {
    display: none;
}

@media (max-width: 576px) {
    .expenseDetail_btn {
        cursor: pointer;
        display: block;
        border-radius: 80px;
        border: 1px solid #446a92;
        background: #fff;
        padding: 8px 0;
        color: #446a92;
        font-family: "Noto Sans TC";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        text-align: center;
        line-height: 27px;
        /* 168.75% */
        letter-spacing: 1.8px;
        margin: 0 60px;
        white-space: nowrap;
        margin-top: 24px;
    }
}

@media (max-width: 390px) {
    .expenseDetail_btn {
        margin: 0 20px;
        margin-top: 24px;
    }
}

.priceTable_normal {
    display: flex;
    justify-content: space-between;
    border-radius: 4px;
    border-bottom: 1px solid #d2d2d2;
}

@media (max-width: 1100px) {
    .priceTable_normal {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .priceTable_normal {
        margin: 0 16px;
        font-size: 16px;
        flex-direction: column;
        border-bottom: none;
    }
}

@media (max-width: 320px) {
    .priceTable_normal {
        margin: 0 16px;
    }
}

.priceTable_normal .column {
    width: 100%;
    text-align: center;
}

    .priceTable_normal .column:nth-child(2) .col_title {
        border-radius: 8px 0 0 0;
    }

    .priceTable_normal .column:nth-child(6) .col_title {
        border-radius: 0 8px 0 0;
    }

@media (max-width: 576px) {
    .priceTable_normal .column {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        border-bottom: 1px solid #6395d0;
        align-items: center;
    }
}

.priceTable_normal .col_title {
    background-color: #f0f0f0;
    font-weight: 400;
    font-size: 1em;
    line-height: normal;
    letter-spacing: 0.64px;
    white-space: nowrap;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-print-color-adjust: exact;
}

@media (max-width: 576px) {
    .priceTable_normal .col_title {
        justify-content: flex-start;
        height: auto;
        padding: 10px 0 10px 24%;
        background-color: transparent;
        text-align: start;
        padding-left: 24%;
        color: #384c62;
        font-weight: 500;
    }
}

.priceTable_normal .col_title .row {
    padding-left: 12px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 576px) {
    .priceTable_normal .col_title .row {
        padding-left: 0;
    }
}

.priceTable_normal .col_title .row > span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.priceTable_normal .col_title .detail_top {
    position: relative;
    cursor: pointer;
    display: flex;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
    background-image: url(/Content/Img/Shared/SearchEngine/remind_b.svg);
    margin-top: 2px;
    transition: 0.2s;
}

    .priceTable_normal .col_title .detail_top.active .detail_top_popup {
        display: block;
        opacity: 1;
    }

@media (max-width: 991px) {
    .priceTable_normal .col_title .detail_top.active .detail_top_popup {
        left: 50%;
        transform: translate(-50%, 0);
    }
}

@media (max-width: 576px) {
    .priceTable_normal .col_title .detail_top.active .detail_top_popup {
        width: 60vw;
        bottom: 28px;
        left: 30%;
        transform: translate(-30%, 0);
    }
}

.priceTable_normal .col_title .detail_top:hover .detail_top_popup {
    display: block;
    opacity: 1;
}

@media (max-width: 991px) {
    .priceTable_normal .col_title .detail_top:hover .detail_top_popup {
        left: 50%;
        transform: translate(-50%, 0);
    }
}

@media (max-width: 576px) {
    .priceTable_normal .col_title .detail_top:hover .detail_top_popup {
        width: 60vw;
        bottom: 28px;
        left: 30%;
        transform: translate(-30%, 0);
    }
}

.priceTable_normal .col_title .detail {
    font-size: 0.775em;
}

    .priceTable_normal .col_title .detail:after {
        display: none;
    }

    .priceTable_normal .col_title .detail.jp:after {
        content: "(限制11歲以下)";
        display: block;
    }

.priceTable_normal .col_title .detail_top_popup {
    opacity: 0;
    transition: 0.2s;
    font-size: 16px;
    text-align: justify;
    line-height: 150%;
    display: none;
    position: absolute;
    bottom: 28px;
    left: 16px;
    width: 400px;
    white-space: wrap;
    z-index: 4;
    text-align: start;
    background: #4e4e4e;
    padding: 12px 16px 16px 16px;
    border-radius: 4px;
    letter-spacing: 1px;
    color: #fff;
}

.priceTable_normal .col_price {
    padding: 8px 0px 8px 0px;
    white-space: nowrap;
}

@media (max-width: 576px) {
    .priceTable_normal .col_price {
        text-align: start;
        padding: 10px 0 10px 24%;
    }
}

.priceTable_normal .col_price .price {
    font-size: 1.25em;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
}

@media (max-width: 576px) {
    .priceTable_normal .col_price .price {
        font-size: 1.125em;
    }
}

.priceTable_normal .col_price span {
    font-size: 0.9em;
    display: none;
}

.priceTable_normal .column_title {
    display: none;
    background-color: #eceef0;
    align-items: center;
    -webkit-print-color-adjust: exact;
}

@media (max-width: 576px) {
    .priceTable_normal .column_title {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

        .priceTable_normal .column_title .col_title {
            padding: 6px 0 6px 24%;
        }

        .priceTable_normal .column_title .col_price {
            text-align: start;
            padding: 6px 0 6px 24%;
        }
}

@media (max-width: 576px) and (max-width: 576px) {
    .priceTable_normal .column_title .col_price .price {
        font-size: 1em;
    }
}

.priceTable_normal .price--b2b,
.priceTable_normal .price--b2e {
    color: #747474;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.56px;
    line-height: normal;
}

.discount_container {
    margin-top: 32px;
}

@media (max-width: 576px) {
    .discount_container {
        padding: 0 16px;
        margin-top: 24px;
    }
}

.discount_container .discount_title {
    font-size: 1.25em;
    color: #9c7546;
    font-weight: 500;
    border-left: #9c7546 4px solid;
    padding-left: 8px;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-bottom: 12px;
    line-height: 1.2;
}

@media (max-width: 576px) {
    .discount_container .discount_title {
        color: #e78046;
        border-left: #e78046 4px solid;
        padding-bottom: 4px;
        line-height: 1.6;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        border: none;
    }
}

.discount_container .discount_content {
    padding: 20px 18px;
    background-color: #fdf7ef;
    border-radius: 12px;
    -webkit-print-color-adjust: exact;
    margin-top: 12px;
}
.discount_container:has(.discount_content:nth-of-type(2)) .discount_content {
    padding-top: 22px;
}

    .discount_container:has(.discount_content:nth-of-type(2)) .discount_content::before {
        background: #9c7546;
        border-radius: 50px;
        padding: 3px 20px 5px 20px;
        color: white;
        letter-spacing: 1px;
    }

    .discount_container:has(.discount_content:nth-of-type(2)) .discount_content:first-of-type::before {
        content: "方案1";
    }

.discount_container .discount_content:nth-of-type(2)::before {
    content: "方案2";
}

.discount_container .discount_content:nth-of-type(3)::before {
    content: "方案3";
}

.discount_container .discount_content:nth-of-type(4)::before {
    content: "方案4";
}

.discount_container .discount_content:nth-of-type(5)::before {
    content: "方案5";
}

.discount_container .discount_content:nth-of-type(6)::before {
    content: "方案6";
}


.discount_container:has(.discount_content:nth-of-type(2)) .discount_title {
    margin-top: 24px;
}


@media (max-width: 576px) {
    .discount_container .discount_content {
        padding: 28px 8px 18px 8px;
    }
}

@media (max-width: 320px) {
    .discount_container .discount_content {
        font-size: 14px;
    }
}

.discount_container li {
    padding: 2px 0;
    /* line-height: 1.6; */
}

.discount_container .discount_detail {
    font-size: 16px;
    line-height: 180%;
    color: #242222;
    line-height: normal;
    letter-spacing: 0.6px;
}

@media (max-width: 576px) {
    .discount_container .discount_detail {
        padding-left: 4px;
    }
}

.discount_container .discount_detail .title-h1 {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

@media (max-width: 576px) {
    .discount_container .discount_detail .title-h1 {
        flex-wrap: wrap;
        color: #837667;
        font-size: 1.125em;
        font-weight: 500;
        margin-bottom: 4px;
    }
}

.discount_container .discount_detail .title-h1::before {
    content: "";
    display: inline-block;
    width: 0.875em;
    height: 1em;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 4px;
    background-size: contain;
}

@media (max-width: 576px) {
    .discount_container .discount_detail .title-h1::before {
        margin-top: 0.215em;
    }
}

.discount_container .discount-time {
    display: flex;
}

@media (max-width: 576px) {
    .discount_container .discount-time {
        flex-direction: column;
        margin-bottom: 20px;
    }
}

.discount_container .discount-time .title-h1::before {
    background-image: url(/Content/Img/Shared/SearchEngine/pace.png);
}

.discount_container .discount-suitable {
    display: flex;
    align-items: flex-start;
}

@media (max-width: 576px) {
    .discount_container .discount-suitable {
        flex-direction: column;
        margin-bottom: 20px;
    }
}

.discount_container .discount-suitable .title-h1::before {
    background-image: url(/Content/Img/Shared/SearchEngine/calendar_month.png);
}


.discount_container .discount-content ol,
.discount_container .discount-content ul {
    margin-left: 20px;
    list-style-type: decimal;
    list-style-position: outside;
}

.discount_container .discount-content .title-h1::before {
    background-image: url(/Content/Img/Shared/SearchEngine/info.png);
}

.discount_container .discount-notes {
    margin-top: 8px;
    margin-left: 18px;
    color: #4a3e38;
}

    .discount_container .discount-notes:not(:has(li)) span {
        display: none;
    }

    .discount_container .discount-notes span {
        display: block;
    }

    .discount_container .discount-notes :where(ol, ul) {
        list-style: decimal outside;
        margin-left: 20px;
        list-style-type: lower-alpha;
    }

        .discount_container .discount-notes :where(ol, ul) :where(ol, ul) {
            list-style-type: disc;
        }

.extra-content {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media (max-width: 576px) {
    .extra-content {
        margin-top: 24px;
    }
}

@media (max-width: 576px) {
    .extra-price {
        padding: 0 16px;
    }
}

.extra-price .table {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.5em;
}

@media (max-width: 576px) {
    .extra-price .table {
        gap: 16px;
    }
}

@media (max-width: 320px) {
    .extra-price .table {
        font-size: 14px;
    }
}

.extra-price .title {
    background-color: #f0f0f0;
    padding: 4px 4px;
    border-radius: 4px;
    white-space: nowrap;
    padding: 8px 4px 10px 4px;
    border-bottom: 1px solid #e6e4e4;
    display: grid;
    grid-template-columns: 50% 1fr;
    font-size: 1em;
}

@media (max-width: 576px) {
    .extra-price .title {
        display: none;
    }
}

.extra-price .list {
    padding: 8px 4px 8px 4px;
    border-bottom: 1px solid #e6e4e4;
    display: grid;
    grid-template-columns: 50% 1fr;
    font-size: 1em;
}

@media (max-width: 576px) {
    .extra-price .list {
        grid-template-columns: none;
        grid-auto-flow: row;
        padding: 0;
        border-bottom: none;
    }
}

.extra-price .e-p-price-group {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 0px;
    font-size: 15px;
}

@media (max-width: 576px) {
    .extra-price .e-p-item {
        background-color: #f0f0f0;
        padding: 8px 12px 12px 12px;
        border: 1px solid #d2d2d2;
        border-radius: 8px 8px 0 0;
    }
}

.extra-price .min_price_group {
    display: none;
}

@media (max-width: 576px) {
    .extra-price .min_price_group {
        background-color: rgba(240, 240, 240, 0.4862745098);
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: 1fr;
        text-align: center;
    }
}

.extra-price .min_price_group > div {
    padding: 8px 0 12px 0;
    font-size: 15px;
    border: 1px solid #d2d2d2;
    border-top: none;
    border-right-width: 0px;
}

    .extra-price .min_price_group > div:last-child {
        border-right-width: 1px;
    }

.extra-price .e-p-item_title {
    display: flex;
    gap: 8px;
    align-items: center;
    line-height: normal;
    margin-bottom: 4px;
    justify-content: space-between;
    letter-spacing: 0.04em;
}

@media (max-width: 576px) {
    .extra-price .e-p-item_title {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        display: inline;
    }
}

.extra-price .e-p-item_detail {
    color: #6c6c6c;
    font-family: "Noto Sans TC";
    font-size: 1em;
    line-height: normal;
    letter-spacing: 0.64px;
}

@media (max-width: 576px) {
    .extra-price .e-p-item_detail {
        font-size: 0.9em;
    }
}

.extra-price .e-p-price {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 576px) {
    .extra-price .e-p-price {
        display: block;
        text-align: center;
        padding: 8px 0px 10px 0;
        font-size: 15px;
        border: 1px solid #d2d2d2;
        border-top-width: 0px;
        border-right-width: 0px;
    }

        .extra-price .e-p-price:first-child {
            border-radius: 0 0 0 8px;
        }

        .extra-price .e-p-price:last-child {
            border-right-width: 1px;
            border-radius: 0 0 8px 0;
        }
}

.extra-price .price_status {
    -webkit-print-color-adjust: exact;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 576px) {
    .extra-price .price_status {
        display: inline-flex;
    }
}

.extra-price .price_status.yes {
    background-image: url(/Content/Img/Shared/SearchEngine/check_orange.svg);
    width: 16px;
    height: 16px;
}

.extra-price .price_status.no {
    background-image: url(/Content/Img/Shared/SearchEngine/close_gray.svg);
    width: 14px;
    height: 14px;
}

.extra-price .v-item {
    margin-left: 16px;
    cursor: pointer;
    color: #446a92;
    font-size: 1em;
    line-height: 112.5%;
    /* 18px */
    letter-spacing: 0.64px;
    display: flex;
    padding: 2px 7px 3px 7px;
    align-items: center;
    gap: 0.23em;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
}

@media (max-width: 576px) {
    .extra-price .v-item {
        margin: 0;
        font-size: 0.9em;
        border: 1px solid;
        padding: 0px 6px 0px 7px;
        margin-top: 3px;
        margin-bottom: 2px;
        box-shadow: 0 0;
        border-radius: 4px;
        background: transparent;
        display: inline-flex;
    }
}

.extra-price .v-item::before {
    content: "";
    width: 1em;
    height: 1em;
    background-image: url(/Content/Img/Shared/SearchEngine/info-sm-blue.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 2px;
}

@media (max-width: 576px) {
    .extra-price .v-item::before {
        margin-top: 0;
    }
}

.v-item_modal {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1003;
    display: none;
    top: 0;
    left: 0;
}

    .v-item_modal.active {
        display: block;
    }

        .v-item_modal.active .detailbtn_popup {
            width: 550px;
        }

@media (max-width: 576px) {
    .v-item_modal.active .detailbtn_popup {
        width: 100%;
    }
}

.detailbtn_popup {
    border-radius: var(--right-popup-border-radius-pc);
    background-color: #fff;
    z-index: 10001;
    position: fixed;
    width: 60%;
    height: 100vh;
    overflow: hidden;
}

    .detailbtn_popup .close_btn {
        cursor: pointer;
        background-image: url(/Content/Img/Shared/SearchEngine/close_gray.svg);
        width: 28px;
        height: 28px;
        top: 40px;
        right: 32px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
    }

@media (max-width: 576px) {
    .detailbtn_popup {
        width: 100%;
        height: 90vh;
        top: auto;
        border-radius: var(--bottom-popup-border-radius-mobile);
    }
}

.close_btn {
    cursor: pointer;
    background-image: url(/Content/Img/Shared/SearchEngine/close_gray_m.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.detailbtn_header {
    top: 0;
    width: 100%;
    position: sticky;
    z-index: 20;
    background-color: #fff;
    min-height: 80px;
}

@media (max-width: 576px) {
    .detailbtn_header {
        min-height: var(--bottom-popup-header-min-height-mobile);
    }
}

@media (max-width: 768px) {
    .detailbtn_header .close_btn {
        left: auto;
        right: 24px;
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 576px) {
    .detailbtn_header .close_btn {
        width: 16px;
        height: 16px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate(0, -50%);
    }
}

.detailbtn_title {
    color: #000;
    font-family: "Noto Sans TC";
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
    letter-spacing: 0.2px;
    padding: 0px 0px 12px 0px;
}

@media (max-width: 576px) {
    .detailbtn_title {
        color: #133861;
        font-size: 18px;
        padding-top: 0;
    }
}

.detailbtn_wrapper {
    color: #000;
    font-size: 14px;
    line-height: 140%;
    /* 19.6px */
    letter-spacing: 0.14px;
    padding: 0 40px 36px 40px;
    height: calc(100% - 72px);
    overflow: auto;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .detailbtn_wrapper {
        margin: 0px 32px 36px 32px;
    }
}

@media (max-width: 576px) {
    .detailbtn_wrapper {
        margin: 0;
        padding: var(--bottom-popup-body-padding-mobile);
    }
}

.detailbtn_wrapper br {
    content: "";
    display: block;
    margin-bottom: 12px;
}

@media (max-width: 576px) {
    .detailbtn_wrapper br {
        margin-bottom: 0px;
    }
}

.detailbtn_wrapper::-webkit-scrollbar {
    width: 4px;
}

.detailbtn_wrapper::-webkit-scrollbar-track {
    background: transparent;
}

.detailbtn_wrapper::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 8px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.detailbtn_wrapper:hover::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.detailbtn_content {
    color: #000;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: normal;
    padding-bottom: 40px;
}

@media (max-width: 576px) {
    .detailbtn_content {
        line-height: 200%;
    }
}
.detailbtn_content br {
    content: "";
    display: block;
    margin-bottom: 2px;
}

.detailbtn_content :where(ol, ul) {
    margin-left: 30px;
    list-style-position: outside;
    list-style-type: decimal;
}

    .detailbtn_content :where(ol, ul) li {
        padding: 2px 0;
    }

@media (max-width: 576px) {
    .detailbtn_content :where(ol, ul) {
        font-size: 1em;
    }
}

.detailbtn_content :where(ol, ul) :where(ol, ul) {
    list-style-type: lower-alpha;
}

    .detailbtn_content :where(ol, ul) :where(ol, ul) :where(ol, ul) {
        list-style-type: disc;
    }


@media screen and (min-width: 576px) {
    .expense_drawer {
        display: block !important;
        -webkit-backdrop-filter: none !important;
        backdrop-filter: none !important;
        background-color: rgba(0, 0, 0, 0) !important;
    }
}

@media (max-width: 576px) {
    .expense_drawer {
        display: none;
        position: fixed;
        z-index: 1200;
        width: 100%;
        height: 100dvh;
        background-color: rgba(0, 0, 0, 0);
        top: 0;
        box-sizing: border-box;
    }
}

@media (max-width: 576px) {
    .expense_drawer .expense_popup {
        position: fixed;
        z-index: 1200;
        width: 100%;
        padding: 0;
        max-height: 90dvh;
        border-radius: var(--bottom-popup-border-radius-mobile);
        background-color: #fff;
        bottom: 0;
    }
}

.expense_drawer .drawer_header {
    display: none;
}

    .expense_drawer .drawer_header .h1 {
        font-size: var(--bottom-popup-header-font-size-mobile);
    }

@media (max-width: 576px) {
    .expense_drawer .drawer_header {
        height: 48px;
        position: relative;
        border-bottom: 0.6px solid #dcdcdc;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.expense_drawer .drawer_header .close_btn {
    background-image: url(/Content/Img/Shared/SearchEngine/close_gray.svg);
    background-size: cover;
    position: absolute;
    left: auto;
    top: 40px;
    right: 32px;
    width: 28px;
    height: 28px;
}

@media (max-width: 576px) {
    .expense_drawer .drawer_header .close_btn {
        top: 50%;
        width: 18px;
        height: 18px;
        right: 24px;
        transform: translate(0, -50%);
    }
}

@media (max-width: 576px) {
    .expense_drawer .drawer_body {
        padding: var(--bottom-popup-body-padding-mobile);
        height: calc(100vh - 200px);
        position: relative;
        overflow-y: auto;
    }
}

.booking-know {
    line-height: 150%;
    /* 22.5px */
    letter-spacing: 0.75px;
    margin-bottom: 12px;
}

@media (max-width: 576px) {
    .booking-know {
        padding: 0 16px;
        margin-bottom: 32px;
    }
}

.booking-know .D--h2 {
    text-align: start;
    margin-bottom: 12px;
}

.booking-know ol {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 15px;
    margin-left: 20px;
    line-height: 150%;
}

@media (max-width: 576px) {
    .booking-know ol {
        font-size: 1em;
        margin-left: 0;
    }
}

@media (max-width: 576px) {
    .extra-content > .expense {
        padding: 0 16px;
    }
}

.expense {
    line-height: 180%;
    letter-spacing: 1px;
    margin-top: 24px;
    margin-bottom: 24px;
}

    .expense:first-child {
        margin-top: 0;
    }

@media (max-width: 576px) {
    .expense {
        padding: 0px;
        margin-bottom: 24px;
    }
}

.expense .D--h2 {
    text-align: start;
    margin-bottom: 12px;
}

.expense br {
    content: "";
    display: block;
    margin-bottom: 2px;
}

.expense :where(ol, ul) {
    margin-left: 30px;
    list-style-position: outside;
    list-style-type: decimal;
}

    .expense :where(ol, ul) li {
        padding: 2px 0;
    }

@media (max-width: 576px) {
    .expense :where(ol, ul) {
        font-size: 1em;
    }
}

.expense :where(ol, ul) :where(ol, ul) {
    list-style-type: lower-alpha;
}

    .expense :where(ol, ul) :where(ol, ul) :where(ol, ul) {
        list-style-type: disc;
    }

.priceTable_cruises.b2c .table {
    display: grid;
    grid-template-rows: auto;
    grid-auto-rows: auto;
    overflow: hidden;
    font-size: 15px;
}

.priceTable_cruises.b2c .main_title {
    background-color: #f6f6f6;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
}

    .priceTable_cruises.b2c .main_title .visit {
        border-top: 1px solid #d4d4d4;
    }

        .priceTable_cruises.b2c .main_title .visit:empty {
            border-top: none;
        }

.priceTable_cruises.b2c .rows {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
}

.priceTable_cruises.b2c .room-title {
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
}

    .priceTable_cruises.b2c .room-title > div:first-child {
        display: flex;
        flex-wrap: wrap;
        white-space: nowrap;
        margin-right: 4px;
        margin-left: 16px;
    }

        .priceTable_cruises.b2c .room-title > div:first-child span {
            margin-left: 4px;
            font-size: 13px;
        }

.priceTable_cruises.b2c .price-text {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.priceTable_cruises.b2c .title-text {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.priceTable_cruises.b2c .content-text {
    text-align: center;
    padding: 8px 0px;
}

    .priceTable_cruises.b2c .content-text.b2b_title .visit span {
        height: 24px;
    }

    .priceTable_cruises.b2c .content-text.b2b_title.title-bar {
        display: grid;
        padding: 0;
    }

.priceTable_cruises.b2c .content-title {
    line-height: normal;
    height: 32px;
}

.priceTable_cruises.b2c .visit {
    display: grid;
    grid-auto-flow: column;
    grid-auto-rows: 1fr;
    box-sizing: border-box;
}

    .priceTable_cruises.b2c .visit span {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

.priceTable_cruises.b2c .text-title {
    display: none;
}

.priceTable_cruises.b2c .m-title {
    display: none;
}

@media screen and (max-width: 700px) {
    .priceTable_cruises.b2c .table {
        grid-auto-rows: auto;
        grid-template-rows: auto;
    }

    .priceTable_cruises.b2c .title {
        display: none;
    }

    .priceTable_cruises.b2c .room {
        grid-template-rows: 1fr auto 1fr;
        grid-template-columns: none;
        border-bottom: solid 1px #f2f2f2;
    }

    .priceTable_cruises.b2c .visit {
        grid-template-columns: none;
        grid-template-rows: 1fr 1fr;
    }

    .priceTable_cruises.b2c .price-text {
        grid-template-rows: none;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .priceTable_cruises.b2c .text-title {
        display: block;
    }

    .priceTable_cruises.b2c .m-title {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        text-align: center;
    }
}

.cruises_img {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: 1px solid rgb(179, 179, 179);
    padding-bottom: 3px;
}

@media (max-width: 576px) {
    .cruises_img {
        height: -moz-fit-content;
        height: fit-content;
        padding-left: 3px;
        padding-bottom: 2px;
        gap: 2px;
    }
}

.cruises_img::before {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(/Content/Img/Shared/SearchEngine/img_sm.png);
    background-position: center;
    background-size: 14px 14px;
    background-size: cover;
    background-repeat: no-repeat;
}

.cruises_img:after {
    content: "照片";
    font-size: 13px;
    white-space: nowrap;
    padding-left: 2px;
    color: gray;
}

@media (max-width: 576px) {
    .cruises_img:after {
        padding: 0;
        padding-top: 4px;
        letter-spacing: 1px;
        font-size: 12px;
        padding-top: 0px;
    }
}

@media (max-width: 576px) {
    .priceTable_crusies_b2c {
        margin: 0 16px;
    }
}

@media (max-width: 390px) {
    .priceTable_crusies_b2c {
        margin: 0 8px;
    }
}

@media (max-width: 320px) {
    .priceTable_crusies_b2c {
        font-size: 15px;
    }
}

.priceTable_crusies_b2c .table {
    display: grid;
    width: 100%;
    grid-auto-columns: 1fr;
    font-size: 16px;
    line-height: 1.5em;
}

@media (max-width: 576px) {
    .priceTable_crusies_b2c .table {
        border: 1px solid #e2e2e2;
        border-radius: 4px;
    }
}

.priceTable_crusies_b2c .title_header {
    background-color: #f6f6f6;
    border-radius: 4px;
}

.priceTable_crusies_b2c .table-row {
    display: grid;
    grid-template-columns: 40% repeat(3, 1fr);
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
}

.priceTable_crusies_b2c .title_header .header_room_title {
    font-weight: 500;
    display: block;
    padding-left: 12px;
    position: relative;
}

@media (max-width: 576px) {
    .priceTable_crusies_b2c .title_header .header_room_title {
        font-size: 0.875em;
        padding-left: 6px;
    }

        .priceTable_crusies_b2c .title_header .header_room_title span {
            font-size: 0.85714em;
        }
}

.priceTable_crusies_b2c .table-cell {
    grid-auto-columns: 1fr;
    padding: 8px 0;
}

    .priceTable_crusies_b2c .table-cell.room_title {
        display: flex;
        justify-content: space-between;
        cursor: pointer;
        padding-left: 12px;
        align-items: center;
    }

@media (max-width: 576px) {
    .priceTable_crusies_b2c .table-cell.room_title {
        padding-left: 6px;
        gap: 4px;
    }
}

.priceTable_crusies_b2c .table-cell.price {
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 576px) {
    .priceTable_crusies_b2c .table-cell.price {
        font-size: 15px;
    }
}

.priceTable_crusies_b2c .table-cell .room_name {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-weight: 500;
}

@media (max-width: 576px) {
    .priceTable_crusies_b2c .table-cell .room_name {
        gap: 2px;
    }
}

.priceTable_crusies_b2c .table-cell .room_name span {
    font-size: 14px;
    font-weight: 400;
    color: gray;
}

@media (max-width: 576px) {
    .priceTable_crusies_b2c .table-cell .room_name span {
        line-height: 1.4;
    }
}

@media (max-width: 576px) {
    .priceTable_crusies_b2c .table-cell .room_name {
        font-size: 15px;
        font-weight: 500;
        line-height: 1.5em;
        display: flex;
        flex-direction: column;
        font-weight: 400;
    }

        .priceTable_crusies_b2c .table-cell .room_name span {
            font-size: 0.86666em;
        }
}

.priceTable_crusies_b2b .room_name,
.priceTable_crusies_b2e .room_name {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
}

    .priceTable_crusies_b2b .room_name span,
    .priceTable_crusies_b2e .room_name span {
        font-size: 14px;
    }

@media (max-width: 1420px) {

    .priceTable_crusies_b2b .room_name,
    .priceTable_crusies_b2e .room_name {
        flex-direction: row;
        align-items: flex-end;
    }
}

@media (max-width: 576px) {

    .priceTable_crusies_b2b,
    .priceTable_crusies_b2e {
        margin: 0 20px;
    }
}

@media (max-width: 390px) {

    .priceTable_crusies_b2b,
    .priceTable_crusies_b2e {
        margin: 0 8px;
    }
}

.priceTable_crusies_b2b .table,
.priceTable_crusies_b2e .table {
    border-radius: 4px;
    overflow: hidden;
    border: #d7d7d7 1px solid;
}

@media (max-width: 1420px) {

    .priceTable_crusies_b2b .table,
    .priceTable_crusies_b2e .table {
        border: none;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
}

.priceTable_crusies_b2b .table .table-row,
.priceTable_crusies_b2e .table .table-row {
    display: grid;
    grid-template-columns: 28% 1fr;
    background-color: #f6f6f6;
}

@media (max-width: 1420px) {

    .priceTable_crusies_b2b .table .table-row,
    .priceTable_crusies_b2e .table .table-row {
        display: none;
    }
}

.priceTable_crusies_b2b .table .table-cell,
.priceTable_crusies_b2e .table .table-cell {
    display: flex;
    border-right: #d7d7d7 1px solid;
    align-items: center;
}

    .priceTable_crusies_b2b .table .table-cell:last-child,
    .priceTable_crusies_b2e .table .table-cell:last-child {
        border-right: 0px;
    }

.priceTable_crusies_b2b .table .tabel-cell-title,
.priceTable_crusies_b2e .table .tabel-cell-title {
    height: 49px;
    padding-left: 16px;
}

.priceTable_crusies_b2b .table .table-cell-list,
.priceTable_crusies_b2e .table .table-cell-list {
    width: 100%;
    border-right: #d7d7d7 1px solid;
}

    .priceTable_crusies_b2b .table .table-cell-list:last-child,
    .priceTable_crusies_b2e .table .table-cell-list:last-child {
        border-right: 0px;
    }

    .priceTable_crusies_b2b .table .table-cell-list > div,
    .priceTable_crusies_b2e .table .table-cell-list > div {
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: #d7d7d7 1px solid;
        height: 24px;
    }

    .priceTable_crusies_b2b .table .table-cell-list ul,
    .priceTable_crusies_b2e .table .table-cell-list ul {
        display: flex;
    }

@media (max-width: 1420px) {

    .priceTable_crusies_b2b .table .table-cell-list ul,
    .priceTable_crusies_b2e .table .table-cell-list ul {
        display: none;
    }
}

.priceTable_crusies_b2b .table .table-cell-list ul li,
.priceTable_crusies_b2e .table .table-cell-list ul li {
    height: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: #d7d7d7 1px solid;
}

    .priceTable_crusies_b2b .table .table-cell-list ul li:last-child,
    .priceTable_crusies_b2e .table .table-cell-list ul li:last-child {
        border-right: 0px;
    }

.priceTable_crusies_b2b .table .content-table-row,
.priceTable_crusies_b2e .table .content-table-row {
    display: grid;
    grid-template-columns: 28% 1fr;
    border-bottom: #d7d7d7 1px dashed;
}

@media (max-width: 1420px) {

    .priceTable_crusies_b2b .table .content-table-row,
    .priceTable_crusies_b2e .table .content-table-row {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        border-radius: 4px;
        overflow: hidden;
        border: #d7d7d7 1px solid;
    }
}

.priceTable_crusies_b2b .table .content-table-row:last-child,
.priceTable_crusies_b2e .table .content-table-row:last-child {
    border-bottom-width: 0px;
}

@media (max-width: 1420px) {

    .priceTable_crusies_b2b .table .content-table-row:last-child,
    .priceTable_crusies_b2e .table .content-table-row:last-child {
        border-bottom-width: 1px;
    }
}

.priceTable_crusies_b2b .table .content-table-row > div,
.priceTable_crusies_b2e .table .content-table-row > div {
    padding-left: 16px;
    display: flex;
    align-items: center;
    border-right: #d7d7d7 1px dashed;
    height: 48px;
}

@media (max-width: 1420px) {

    .priceTable_crusies_b2b .table .content-table-row > div,
    .priceTable_crusies_b2e .table .content-table-row > div {
        border-right: 0;
        background-color: #f6f5f3;
        height: 36px;
    }
}

.priceTable_crusies_b2b .table .content-table-row > div > div,
.priceTable_crusies_b2e .table .content-table-row > div > div {
    display: flex;
    align-items: center;
}

.priceTable_crusies_b2b .table .content-table-cell,
.priceTable_crusies_b2e .table .content-table-cell {
    display: flex;
}

@media (max-width: 1420px) {

    .priceTable_crusies_b2b .table .content-table-cell,
    .priceTable_crusies_b2e .table .content-table-cell {
        display: grid;
        grid-template-columns: 0.5fr repeat(3, 1fr);
    }
}

.priceTable_crusies_b2b .table .m-title,
.priceTable_crusies_b2e .table .m-title {
    display: none;
}

@media (max-width: 1420px) {

    .priceTable_crusies_b2b .table .m-title,
    .priceTable_crusies_b2e .table .m-title {
        display: grid;
        grid-template-columns: 0.5fr repeat(3, 1fr);
    }

        .priceTable_crusies_b2b .table .m-title li,
        .priceTable_crusies_b2e .table .m-title li {
            width: 100%;
            border-right: #d7d7d7 1px dashed;
            border-bottom: #d7d7d7 1px dashed;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 24px;
        }
}

.priceTable_crusies_b2b .table .content-table-cell-list,
.priceTable_crusies_b2e .table .content-table-cell-list {
    width: 100%;
    display: flex;
}

    .priceTable_crusies_b2b .table .content-table-cell-list.title,
    .priceTable_crusies_b2e .table .content-table-cell-list.title {
        display: none;
    }

@media (max-width: 1420px) {

    .priceTable_crusies_b2b .table .content-table-cell-list,
    .priceTable_crusies_b2e .table .content-table-cell-list {
        flex-direction: column;
    }

        .priceTable_crusies_b2b .table .content-table-cell-list.title,
        .priceTable_crusies_b2e .table .content-table-cell-list.title {
            display: block;
        }
}

.priceTable_crusies_b2b .table .content-table-cell-list div,
.priceTable_crusies_b2e .table .content-table-cell-list div {
    width: 100%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: #d7d7d7 1px dashed;
}

@media (max-width: 1420px) {

    .priceTable_crusies_b2b .table .content-table-cell-list div,
    .priceTable_crusies_b2e .table .content-table-cell-list div {
        font-size: 16px;
        height: 24px;
    }
}

.priceTable_crusies_b2b .table .content-table-cell-list div:first-child,
.priceTable_crusies_b2e .table .content-table-cell-list div:first-child {
    font-weight: 500;
}

@media (max-width: 1420px) {

    .priceTable_crusies_b2b .table .content-table-cell-list div:first-child,
    .priceTable_crusies_b2e .table .content-table-cell-list div:first-child {
        border-bottom: #d7d7d7 1px dashed;
    }
}

.priceTable_crusies_b2b .table .content-table-cell-list:last-child div:last-child,
.priceTable_crusies_b2e .table .content-table-cell-list:last-child div:last-child {
    border-right: 0;
}

.flight_wrapper {
    background-color: #eaeaea;
    padding: 12px 0;
    padding-left: 12px;
}

@media (max-width: 1280px) {
    .flight_wrapper {
        padding: 12px 0;
    }
}

@media (max-width: 576px) {
    .flight_wrapper {
        padding-top: 0;
    }
}

.container_flight {
    font-family: "Noto Sans TC";
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 25px 20px 25px;
    margin-bottom: 12px;
    max-width: 1468px;
    margin: auto;
    box-sizing: border-box;
}

@media (max-width: 1280px) {
    .container_flight {
        padding: 20px 24px 32px 24px;
        border-radius: unset;
    }
}

@media (max-width: 991px) {
    .container_flight {
        padding: 24px 24px 24px 24px;
    }
}

.container_flight .card_group:only-child .card_group_title {
    display: none;
}

.container_flight .card_group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.container_flight .row {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1200px;
    margin: auto;
}

@media (max-width: 1280px) {
    .container_flight .row {
        font-size: 16px;
    }
}

@media (max-width: 320px) {
    .container_flight .row {
        font-size: 15px;
    }
}

.container_flight .card_group_title {
    margin-bottom: 4px;
    display: flex;
    gap: 6px;
    color: #8d8d8d;
    font-weight: 500;
    align-items: center;
}

    .container_flight .card_group_title:before {
        content: "";
        width: 14px;
        height: 14px;
        display: flex;
        background-image: url(/Content/Img/Shared/SearchEngine/flight-brown.svg);
        background-size: cover;
    }

.container_flight .card {
    border-radius: 8px;
    background: #f5f5f5;
}

    .container_flight .card:last-child {
        margin-bottom: 0px;
    }

.container_flight .card__title {
    display: flex;
    padding: 12px 0px 8px 16px;
    border-bottom: 1px solid #c5c5c5;
    gap: 6px;
}

    .container_flight .card__title .day {
        color: #2d2e30;
        font-size: 1em;
        font-weight: 500;
        line-height: 112.5%;
        /* 18px */
        letter-spacing: 0.16px;
    }

    .container_flight .card__title .airlineImg {
        width: 20px;
        width: 1.25em;
        background-color: #ffffff;
        overflow: hidden;
        border-radius: 50px;
        padding: 1px;
        box-sizing: border-box;
    }

        .container_flight .card__title .airlineImg:not(:has(img)) {
            background-color: transparent;
        }

        .container_flight .card__title .airlineImg img {
            width: 100%;
        }

    .container_flight .card__title .airplane {
        font-size: 1em;
    }

.container_flight .card__content {
    display: flex;
    padding: 12px 16px;
    justify-content: space-between;
    align-items: center;
    gap: 0.25em;
    padding-right: 0%;
    white-space: nowrap;
    justify-content: center;
}

@media (max-width: 991px) {
    .container_flight .card__content {
        flex-direction: row;
        align-items: center;
    }
}

@media (max-width: 576px) {
    .container_flight .card__content {
        flex-direction: column;
        align-items: flex-start;
    }
}

.container_flight .card__content .line {
    height: 1px;
    flex-grow: 0.4;
    background: #a4a4a4;
    margin-left: 12px;
    margin-right: 12px;
}

@media (max-width: 991px) {
    .container_flight .card__content .line {
        height: 1px;
        margin-left: 0;
    }
}

@media (max-width: 576px) {
    .container_flight .card__content .line {
        height: 12px;
        width: 1px;
        margin-left: 20%;
    }
}

.container_flight .card__content .flight {
    min-width: 20%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #5b5b5b;
}

.container_flight .card__content .time {
    color: #2d2e30;
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 0.24px;
}

@media (max-width: 576px) {
    .container_flight .card__content .time {
        font-size: 1em;
    }
}

.container_flight .card__content .airport {
    letter-spacing: 0.64px;
    font-size: 0.9em;
    display: flex;
}

@media (max-width: 576px) {
    .container_flight .card__content .airport {
        font-size: 0.9em;
    }
}

.container_flight .card__content .airport span {
    margin-left: 4px;
}

.container_flight .card__content .airport_dest {
    min-width: 260px;
}

.container_flight .card__content .date {
    font-size: 1.125em;
    font-weight: 500;
    line-height: 100%;
    /* 18px */
    letter-spacing: 0.36px;
    display: flex;
    gap: 8px;
    color: #2D2E30;
}

.container_flight .flight_note {
    text-align: center;
    color: #6c6c6c;
    line-height: 1.3;
    font-size: 14px;
    padding-top: 16px;
    line-height: 24px;
    letter-spacing: 1px;
}

.airlineImg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.download_modal {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1002;
}

    .download_modal .download_popup {
        background-color: #fff;
        position: fixed;
        width: 600px;
        height: 100dvh;
        z-index: 10001;
        font-family: "Noto Sans TC";
        overflow: hidden;
        border-radius: var(--right-popup-border-radius-pc);
        color: #000;
    }

@media (max-width: 810px) {
    .download_modal .download_popup {
        width: 100%;
        top: auto;
    }
}

@media (max-width: 576px) {
    .download_modal .download_popup {
        border-radius: var(--bottom-popup-border-radius-mobile);
        max-height: calc(100% - 24px);
        height: auto;
    }
}

.download_modal .download_popup .window_wrapper {
    padding: 12px 28px 28px 28px;
}

@media (max-width: 768px) {
    .download_modal .download_popup .window_wrapper {
        padding: 16px 16px 0 16px;
    }
}

.download_modal .download_popup .window_wrapper > ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.download_modal .download_popup .close_btn {
    width: 28px;
    height: 28px;
    background-image: url(/Content/Img/Shared/SearchEngine/close_gray.svg);
    position: absolute;
    background-size: cover;
    right: 32px;
    top: 40px;
    cursor: pointer;
}

@media (max-width: 576px) {
    .download_modal .download_popup .close_btn {
        width: 16px;
        height: 16px;
        right: 28px;
        top: 50%;
        transform: translate(0, -50%);
    }
}

.download_modal .download_popup .header {
    width: 100%;
    height: 60px;
    padding: 10px 0px;
    padding: 80px 32px 0 32px;
    background: #fff;
}

@media (max-width: 576px) {
    .download_modal .download_popup .header {
        height: 48px;
        position: relative;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 48px;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    }
}

.download_modal .download_popup .header_title {
    color: #000;
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.24px;
    display: inline;
}

@media (max-width: 576px) {
    .download_modal .download_popup .header_title {
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.download_modal .download_popup .row {
    padding: 20px 16px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
}

.download_modal .download_popup .row_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.download_modal .download_popup .row_title {
    text-align: center;
    font-family: "Noto Sans TC";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
    letter-spacing: 1.6px;
}

.download_modal .download_popup .row_wrapper {
    margin-top: 20px;
    display: none;
}

.download_modal .download_popup .row_collasp.active .row_collasp_arrow {
    transform: rotate(0deg);
}

.download_modal .download_popup .row_collasp.active .row_wrapper {
    display: block;
}

.download_modal .download_popup .row_collasp_arrow {
    transform: rotate(180deg);
    cursor: pointer;
    background-image: url(/Content/Img/Shared/SearchEngine/arrow_b.png);
    width: 20px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.download_modal .download_popup .download_btn {
    color: #446a92;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: 1.6px;
    display: inline-flex;
    gap: 4px;
    align-items: center;
    cursor: pointer;
}

    .download_modal .download_popup .download_btn:before {
        content: "";
        width: 16px;
        height: 16px;
        background-image: url(/Content/Img/Shared/SearchEngine/download_b_sm.png);
        background-size: cover;
    }

.download_modal .download_popup .column_list-a {
    display: flex;
}

@media (max-width: 576px) {
    .download_modal .download_popup .column_list-a {
        flex-direction: column;
    }
}

.download_modal .download_popup .column_list-a > ul {
    display: flex;
    flex-direction: column;
}

@media (max-width: 576px) {
    .download_modal .download_popup .column_list-a > ul {
        flex-direction: row;
    }
}

.download_modal .download_popup .column_list-a .page_title {
    text-align: center;
    padding: 12px 20px;
    line-height: 24px;
    cursor: pointer;
}

    .download_modal .download_popup .column_list-a .page_title.selected {
        background-color: #eceef0;
    }

.download_modal .download_popup .column_list-a_wrapper {
    overflow: hidden;
    background-color: #eceef0;
}

    .download_modal .download_popup .column_list-a_wrapper .title {
        font-weight: 400;
        letter-spacing: 1.6px;
        padding: 12px 32px;
        line-height: 24px;
    }

    .download_modal .download_popup .column_list-a_wrapper ol {
        display: flex;
        flex-wrap: wrap;
        row-gap: 16px;
        padding: 12px 32px;
    }

        .download_modal .download_popup .column_list-a_wrapper ol li {
            margin-left: 6px;
        }

    .download_modal .download_popup .column_list-a_wrapper .checkbox {
        display: inline-flex;
        width: calc(50% - 6px);
        gap: 5px;
        letter-spacing: 1.7px;
        align-items: center;
        cursor: pointer;
    }

        .download_modal .download_popup .column_list-a_wrapper .checkbox:before {
            content: "";
            margin-top: 1px;
            width: 12px;
            height: 12px;
            background-size: cover;
            background-image: url(/Content/Img/Shared/SearchEngine/checkbox_a.png);
            align-items: center;
        }

        .download_modal .download_popup .column_list-a_wrapper .checkbox.checked:before {
            background-image: url(/Content/Img/Shared/SearchEngine/checkbox_a-checked.png);
        }

    .download_modal .download_popup .column_list-a_wrapper .input {
        display: flex;
        gap: 6px;
        align-items: center;
        letter-spacing: 1.7px;
    }

        .download_modal .download_popup .column_list-a_wrapper .input input {
            text-align: center;
            background-color: transparent;
            border: none;
            border-bottom: 0.6px solid #b5b5b5;
            width: 50px;
            font-size: 16px;
            font-weight: 400;
            line-height: 25.5px;
            letter-spacing: 1.7px;
        }

            .download_modal .download_popup .column_list-a_wrapper .input input::-moz-placeholder {
                color: #c7c7c7;
            }

            .download_modal .download_popup .column_list-a_wrapper .input input::placeholder {
                color: #c7c7c7;
            }

    .download_modal .download_popup .column_list-a_wrapper .footer {
        border-top: 1px solid #dadce0;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 20px 16px 16px 0px;
        display: flex;
        justify-content: flex-end;
        gap: 24px;
    }

.nav_more_modal {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

    .nav_more_modal.active {
        display: block;
    }

        .nav_more_modal.active .more_drawer {
            bottom: 0;
        }

.more_drawer {
    position: absolute;
    font-family: "Noto Sans TC", sans-serif;
    width: 100%;
    background-color: #fff;
    border-radius: 30px 30px 0 0;
    bottom: -60vh;
}

    .more_drawer .drawer_header {
        height: 48px;
        position: relative;
        box-sizing: border-box;
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.07);
    }

        .more_drawer .drawer_header .close_btn {
            background-image: url(/Content/Img/Shared/SearchEngine/close_gray.svg);
            background-size: cover;
            width: 18px;
            height: 18px;
            position: absolute;
            right: 24px;
            left: auto;
            top: 50%;
            transform: translate(0, -50%);
        }

    .more_drawer .drawer_body {
        padding-top: 32px;
    }

        .more_drawer .drawer_body > div {
            margin: auto;
            max-width: 480px;
        }

    .more_drawer .list_title {
        color: #000;
        font-size: 18px;
        letter-spacing: 1.08px;
        margin-bottom: 12px;
        font-weight: 400;
        line-height: normal;
        position: relative;
        width: -moz-fit-content;
        width: fit-content;
    }

        .more_drawer .list_title span {
            position: absolute;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            right: -26px;
            bottom: 4px;
            height: 20px;
            min-width: 20px;
            padding: 0px 3px 2px 2px;
            border-radius: 50px;
            background: #f69a3c;
            color: #fff;
        }

    .more_drawer .compare_list {
        padding: 0 24px;
        margin-bottom: 32px;
        position: relative;
    }

        .more_drawer .compare_list .compare_none {
            color: #a7a7a7;
            text-align: center;
            font-size: 16px;
            letter-spacing: 1.28px;
            line-height: 150%;
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            display: none;
        }

        .more_drawer .compare_list .compare_list_mask {
            position: absolute;
            bottom: 0;
            background: linear-gradient(0deg, #fff 37.82%, rgba(255, 255, 255, 0) 92.31%);
            height: 78px;
            width: 100%;
            right: 0;
        }

        .more_drawer .compare_list .btn-login {
            position: absolute;
            right: 4px;
            gap: 4px;
            letter-spacing: 0.84px;
            bottom: -28px;
        }

            .more_drawer .compare_list .btn-login .user-imageFrame {
                width: 20px;
                height: 20px;
                border-radius: 50px;
                overflow: hidden;
            }

            .more_drawer .compare_list .btn-login .user-name {
                max-width: 60px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

        .more_drawer .compare_list .TopFavCollect_main {
            padding: 0;
        }

@media (max-width: 576px) {
    .more_drawer .compare_list .TopFavCollect_main {
        right: 0;
        top: -5px;
        padding: 0;
        /* height: fit-content; */
        text-align: end;
    }
}

.more_drawer .compare_list .seeall {
    padding-bottom: 0;
    text-decoration: none;
    bottom: 0;
    font-size: 14px;
    height: -moz-fit-content;
    height: fit-content;
}

@media (max-width: 576px) {
    .more_drawer .compare_list .seeall {
        right: 0;
        top: -5px;
        padding: 0;
        /* height: fit-content; */
        text-align: end;
        position: absolute;
    }
}

.more_drawer .compare_list .seeall span {
    border-bottom: 1px solid black;
    color: #000;
    line-height: 200%;
    /* 28px */
}

    .more_drawer .compare_list .seeall span span {
        color: #fc6d19;
    }

.more_drawer .compare_list ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 124px;
    overflow: hidden;
}

.more_drawer .compare_list li {
    padding: 8px 12px 8px 16px;
    border-left: 5px solid #133861;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
}

.more_drawer .compare_list .product span {
    color: #5f5f5f;
    font-size: 14px;
    font-style: normal;
    line-height: 21px;
    /* 150% */
    letter-spacing: 0.84px;
}

.more_drawer .compare_list .btn-login {
    display: inline-flex;
}

.more_drawer .compare_list .mCustomScrollBox .mCSB_container {
    min-height: 52px;
    max-height: 120px;
}

    .more_drawer .compare_list .mCustomScrollBox .mCSB_container a {
        line-height: 1.4;
        color: #4d4d4d;
        text-decoration: none;
    }

.more_drawer .compare_list .li-windows_close {
    display: none;
}

.more_drawer .compare_list .TopFavCollect_main {
    background-color: transparent;
}

.more_drawer .compare_list .collect_title {
    border: none;
    justify-content: space-between;
    padding-bottom: 0;
    color: #000;
    letter-spacing: 1.08px;
    display: flex;
    white-space: nowrap;
}

    .more_drawer .compare_list .collect_title a {
        width: -moz-fit-content;
        width: fit-content;
        padding-top: 0;
        margin-bottom: 8px;
    }

.more_drawer .compare_list .mCSB_container {
    margin-top: 0;
    overflow: hidden;
}

.more_drawer .compare_list .collect {
    position: static;
    transform: translate(0, 0);
    width: auto;
    background: transparent;
    visibility: visible;
    opacity: 100%;
    filter: none;
}

.more_drawer .more_drawer_list {
    padding: 0 24px;
}

    .more_drawer .more_drawer_list ul {
        display: flex;
        justify-content: space-between;
        padding: 10px 24px 20px 24px;
    }

    .more_drawer .more_drawer_list a {
        text-decoration: none;
    }

    .more_drawer .more_drawer_list .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 50px;
        box-sizing: border-box;
        gap: 8px;
        color: #878787;
        font-size: 12px;
        white-space: nowrap;
    }

        .more_drawer .more_drawer_list .item:before {
            content: "";
            width: 40px;
            height: 40px;
            display: block;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            border-radius: 8px;
        }

.more_drawer .contact_Line .item:before {
    background-image: url(/Content/Img/Shared/SearchEngine/line-g.svg);
}

.more_drawer .contact_Messenger .item:before {
    background-image: url(/Content/Img/Shared/SearchEngine/messenger-g.svg);
}

.more_drawer .contact_phone .item:before {
    background-image: url(/Content/Img/Shared/SearchEngine/phone-g.svg);
}

.more_drawer .share_line .item:before {
    background-image: url(/Content/Img/Shared/SearchEngine/line2-g.svg);
}

.more_drawer .share_FB .item:before {
    background-image: url(/Content/Img/Shared/SearchEngine/fb-g.svg);
}

.more_drawer .share_link .item:before {
    background-image: url(/Content/Img/Shared/SearchEngine/link-g.svg);
}

body {
    scrollbar-gutter: 17px;
}

.popup_mask_a {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100vh;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    top: 0;
    left: 0;
    opacity: 0;
    display: none;
}

    .popup_mask_a.active {
        display: block;
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.178);
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
        position: fixed;
        width: 100%;
        height: 100vh;
    }

.bottom_navbar {
    display: none;
    font-family: "Noto Sans TC", sans-serif;
    position: fixed;
    bottom: 0;
    z-index: 999;
    transition: 0.2s;
}

    .bottom_navbar .container {
        position: relative;
        box-sizing: border-box;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.26);
        padding-bottom: 4px;
        padding-top: 2px;
        transition: 0.2s;
        background-color: #f4f4f4;
    }

@media (max-width: 991px) {
    .bottom_navbar .container {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .bottom_navbar .container {
        font-size: 16px;
    }
}

@media (max-width: 390px) {
    .bottom_navbar .container {
        font-size: 14px;
    }
}

.bottom_navbar .container ul {
    height: 54px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    gap: 4px;
}

.bottom_navbar .container .navbar_date {
    border-radius: 4px;
    margin: 2px 0;
    height: 80%;
}

.bottom_navbar .container .navbar_signUp {
    height: 80%;
    border-radius: 4px;
    margin-right: 8px;
}

.bottom_navbar .navbar_btn {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    white-space: nowrap;
}

.bottom_navbar .navbar_price {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-left: 8px;
    padding-right: 2px;
    align-items: center;
}

@media (max-width: 576px) {
    .bottom_navbar .navbar_price {
        flex-grow: 0;
        flex: 1;
    }
}

.bottom_navbar .navbar_price > span {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.bottom_navbar .date {
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    gap: 4px;
    align-items: center;
    color: #575757;
}

    .bottom_navbar .date::before {
        content: "";
        display: block;
        width: 15px;
        height: 16px;
        background-image: url(/Content/Img/Shared/SearchEngine/calendar_month-black.svg);
        background-size: cover;
        margin-top: 2px;
    }

    .bottom_navbar .date::after {
        margin-left: 2px;
        content: "其他日期";
        display: block;
        background-color: #50809f;
        -webkit-mask-size: cover;
        mask-size: cover;
        -webkit-mask-image: var(--ImgPath) "arrow-b.svg";
        mask-image: var(--ImgPath) "arrow-b.svg";
        background-size: cover;
        margin-top: 2px;
        width: 14px;
        height: 8px;
    }

.bottom_navbar .price_text {
    color: #9c7546;
    font-size: 26px;
    font-weight: 500;
    display: flex;
    gap: 2px;
    align-items: flex-end;
}

    .bottom_navbar .price_text span {
        font-size: 13px;
        font-weight: 400;
    }

    .bottom_navbar .price_text::before {
        content: "$";
        font-size: 13px;
        font-weight: 400;
    }

.bottom_navbar .navbar_compare:before {
    content: "";
    width: 2px;
    height: calc(100% - 8.5px);
    background-color: #d9d9d9;
    border-radius: 50px;
    display: none;
}

@media (max-width: 576px) {
    .bottom_navbar .navbar_compare:before {
        display: none;
    }
}

.bottom_navbar .navbar_compare .compareBtn {
    padding: 0 8px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #747474;
    gap: 0px;
    font-weight: 500;
}

@media (max-width: 576px) {
    .bottom_navbar .navbar_compare .compareBtn {
        font-size: 12px;
    }
}

.bottom_navbar .navbar_compare .compareBtn.compare_0:before {
    content: "";
    background-image: url(/Content/Img/Shared/SearchEngine/favorite-gray-line.svg);
    height: 22px;
    width: 24px;
    background-size: 22px 24px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin-bottom: 2px;
}

.bottom_navbar .navbar_compare .compareBtn.compare_1:before {
    content: "";
    background-image: url(/Content/Img/Shared/SearchEngine/favorite-orange-full.svg);
    height: 22px;
    width: 24px;
    background-size: 22px 24px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin-bottom: 2px;
}

.bottom_navbar .navbar_date {
    width: -moz-fit-content;
    width: fit-content;
    gap: 4px;
    flex-grow: 0;
    flex-direction: column;
    padding: 0px 4px;
    font-size: 14px;
    color: #133861;
    font-size: 16px;
    border: #133861 1px solid;
    text-align: center;
    line-height: 1.2;
    flex: 1;
    background-color: #fff;
    font-weight: 500;
}

    .bottom_navbar .navbar_date br {
        display: none;
    }

@media (max-width: 576px) {
    .bottom_navbar .navbar_date br {
        display: block;
    }
}

.bottom_navbar .navbar_signUp {
    max-width: 260px;
    padding-bottom: 2px;
    flex-grow: 1;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2.7px;
    min-width: 130px;
    background: linear-gradient(239deg, rgba(126, 211, 206, 0.45) -28.6%, rgba(126, 211, 206, 0) 89.7%), #133861;
    flex: 1;
}

@media (max-width: 390px) {
    .bottom_navbar .navbar_signUp {
        min-width: 128px;
    }
}

@media (max-width: 375px) {
    .bottom_navbar .navbar_signUp {
        min-width: auto;
        font-size: 16px;
    }
}

.bottom_navbar .navbar_signUp.close {
    background: #e5e5e5;
    color: #afafaf;
    font-weight: 300;
}

.bottom_navbar .navbar_side {
    position: absolute;
    bottom: 84px;
    transition: 0.2s;
    right: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bottom_navbar .navbar_more:before {
    content: "";
    background-image: url(/Content/Img/Shared/SearchEngine/more-w.svg);
    display: block;
    width: 4.4px;
    height: 22px;
    box-sizing: border-box;
    position: relative;
    background-size: cover;
}

.bottom_navbar .navbar_goTop:before {
    content: "";
    display: block;
    width: 18px;
    height: 12.857px;
    background-image: url(/Content/Img/Shared/SearchEngine/goTop_mobile.svg);
    background-size: cover;
    margin-bottom: 2px;
}

.bottom_navbar .clt-nb-top {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f69a3c;
    color: #fff;
    border-radius: 50px;
}

.bottom_navbar .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    box-sizing: border-box;
    background: linear-gradient(239deg, rgba(126, 211, 206, 0.45) -28.6%, rgba(126, 211, 206, 0) 89.7%), #133861;
    border-radius: 100px;
}

@media (max-width: 1152px) {
    .bottom_navbar {
        display: block;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .bottom_navbar {
        width: 100%;
    }
}

.groupNoneAlert_dialog {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.178);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1002;
    display: none;
}

    .groupNoneAlert_dialog.active {
        display: block;
    }

.groupNoneAlert {
    z-index: 10001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    border-radius: 10px;
    width: 420px;
    height: 315px;
    background-color: #fff;
    box-sizing: border-box;
}

    .groupNoneAlert .dialog_content {
        height: 100%;
    }

    .groupNoneAlert .dialog_body {
        font-family: Microsoft JhengHei;
        padding: 73px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .groupNoneAlert .dialog_body h5 {
            margin: 0;
            font-size: 26px;
            font-weight: bold;
            color: #585a5c;
            margin-bottom: 34px;
        }

        .groupNoneAlert .dialog_body .countdown {
            font-size: 20px;
            font-weight: normal;
            color: #585a5c;
            margin-bottom: 16px;
        }

        .groupNoneAlert .dialog_body .content {
            margin: 0;
            font-size: 16px;
            font-weight: bold;
            color: #585a5c;
        }

    .groupNoneAlert .dialog_btn {
        margin-top: 30px;
        background-color: transparent;
        border: none;
        height: 34px;
        width: 120px;
        padding: 10px 0;
        font-size: 18px;
        font-weight: bold;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: linear-gradient(239deg, rgba(126, 211, 206, 0.45) -28.6%, rgba(126, 211, 206, 0) 89.7%), #446a92;
        border-radius: 6px;
    }

@media screen and (max-width: 576px) {
    .groupNoneAlert {
        width: calc(100% - 36px);
        height: auto;
    }

        .groupNoneAlert .dialog_body {
            padding: 54px 0;
        }
}

.popup_mask_a {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100vh;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.178);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.PdWrapper:has(.btn-order.type1) .header_wrapper .header_wrap .header_cta_wrap .btn-order {
    background: #dadada;
    color: #8f8f8f;
}

.PdWrapper:has(.btn-order.type1) .bottom_navbar .navbar_signUp {
    background: #dadada;
    color: #8f8f8f;
}

.PdWrapper:has(.btn-order.type1) .bottom_navbar .price_text::before {
    display: none;
}

.header_wrapper .header_wrap .header_cta_wrap .calendar_wrap .calendar_date {
    font-family: "Noto Sans TC";
}

.delist-item:has(.flightDetail .row:empty) .flight_btn {
    display: none !important;
}

html:not(:has(#wrapperhead)) {
    padding-right: 0 !important;
}

.compare_list .collect_title_img {
    display: none;
}

.header-main,
footer.footer {
    font-family: Roboto, Arial, 微軟正黑體修正, 微軟正黑體, "Microsoft JhengHei", sans-serif;
    line-height: normal;
}

.header-wrapper {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

@media (min-width: 1100px) {
    .spec-and-daily .header_wrapper {
        height: auto;
    }
}

@media (max-width: 768px) {
    .header_diary ul {
        justify-content: space-between;
    }

    .spec-and-daily .header_wrapper .header_wrap .header_diary {
        width: 100%;
    }

        .spec-and-daily .header_wrapper .header_wrap .header_diary ul {
            justify-content: space-around;
        }

            .spec-and-daily .header_wrapper .header_wrap .header_diary ul li {
                padding: 0;
            }
}

.spec-and-daily .header_wrapper .header_wrap {
    padding: 8px;
    box-sizing: border-box;
}

@media (max-width: 1152px) {
    .spec-and-daily .header_wrapper .header_wrap {
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .spec-and-daily .header_wrapper .header_wrap {
        padding: 0px;
        margin: 0;
        width: 100%;
    }
}

.spec-and-daily .header_wrapper .header_wrap .header_cta_wrap .btn-order {
    width: auto;
    padding: 12px 44px;
    font-size: 16px;
}

.spec-and-daily .header_wrapper .header_wrap .header_cta_wrap .product_price {
    font-family: "Noto Sans TC";
    font-weight: 600;
}

.spec-and-daily .header_wrapper .header_wrap .header_cta_wrap .calendar_wrap .calendar_btn {
    padding-top: 2px;
}

.spec-and-daily .header_wrapper .header_wrap .header_cta_wrap .product_price::before,
.spec-and-daily .header_wrapper .header_wrap .header_cta_wrap .product_price::after {
    font-size: 0.625em;
}

.spec-and-daily .header_wrapper .header_wrap .header_cta_wrap .calendar_wrap {
    margin-top: 8px;
}

.spec-and-daily .header_wrapper .header_wrap .header_diary ul li a[menu="product_flight"]:after {
    content: "資訊";
}

@media (max-width: 768px) {
    .spec-and-daily .header_wrapper .header_wrap .header_diary ul li a[menu="product_flight"]:after {
        display: none;
    }
}



@media (max-width: 390px) {
    .spec-and-daily .header_wrapper .header_wrap .header_diary ul li a {
        font-size: 14px !important;
    }
}


#wrapper:has(#wrapperhead) .header_wrapper {
    width: calc(100% - 45px);
    z-index: 9;
}

@media (max-width: 768px) {
    #wrapper:has(#wrapperhead) .header_wrapper {
        width: 100%;
    }
}

.toMes_com {
    z-index: 1200;
}

@media (max-width: 768px) {
    #wrapperhead {
        display: none;
    }
}

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

.more_drawer .share_link.active .item:before {
    background-image: url(/Content/Img/Tour/share_link1.png);
}
