/*最新消息 圖片版*/
.story-page .section_story_items {
    color: #999;
    position: relative;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000)";
    /*IE 8*/
    -moz-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
    /*FF 3.5+*/
    -webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000);
    /*IE 5.5-7*/
    border-radius: 0.25rem;
    overflow: hidden;
}

.story-page .section_story_items .img-wrap .img-item {
    padding-top: 60%;
}

.story-page .section_story_items .img-wrap .img-item::before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    z-index: 2;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.story-page .section_story_items .word-item {
    padding: 0 15px 15px;
}

.story-page .section_story_items .word-item p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
}

.story-page .section_story_items:hover {
    color: #000;
}

.story-page .section_story_items:hover .img-item:before {
    background: rgba(0, 0, 0, 0);
}

.story-page .story-section03 {
    padding-top: 50px;
    margin-bottom: 50px;
}

.story-page .story-section03 .img-wrap .img-item {
    padding-top: 60%;
}

.story-page .story-section03 .story-detail-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.story-page .story-section03 .story-detail-title h3 {
    margin: 0;
}

.story-page .story-section03 .story-detail-title .portrait-img {
    border-radius: 50%;
    overflow: hidden;
}

.story-page .story-section03 .share-list {
    text-align: center;
}

.story-page .story-section03 .share-list li {
    margin-bottom: .5rem;
}

.story-page .story-section03 .share-list li a {
    display: block;
    font-size: initial;
    line-height: 0;
}

.story-page .story-section03 .share-list li a i {
    font-size: 32px;
    color: #666;
}

.story-page .story-section03 .share-list li a i:hover {
    color: #000;
}

.newsimg {
    margin-bottom: 50px;
}

.newsimg .nav-tabs {
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.newsimg .nav-tabs .nav-link {
    text-align: center;
    font-size: 18px;
    padding: 0;
    color: #a0a0a0;
    padding: 5px 30px;
    border-color: #fff;
    border-radius: 0;
    border-right: 1px solid #a0a0a0;
}

@media (max-width: 768px) {
    .newsimg .nav-tabs .nav-link {
        padding: 5px 10px;
    }
}

.newsimg .nav-tabs .nav-link:last-child {
    border: none;
}

.newsimg .nav-tabs .nav-link.active,
.newsimg .nav-tabs .nav-link:hover {
    color: #333;
}

.newsimg .tab-pane {
    counter-reset: num;
}

.newsimg .tab-pane .number-title {
    padding: 15px 10px;
}

.newsimg .tab-pane .number-title:before {
    counter-increment: num;
    content: counter(num);
    width: 34px;
    height: 34px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bolder;
    background: #d1bd9b;
    color: #fff;
}

.newsimg .tm_shadow_tab {
    margin-top: 20px;
    text-align: center;
}

.newsimg .tm_shadow_tab .nav-tabs {
    border: 0;
    align-items: center;
}

.newsimg .tm_shadow_tab .nav-tabs>li>a {
    color: #000;
}

.newsimg .tm_shadow_tab .nav-tabs>li>a:hover {
    border-color: transparent;
    background-color: transparent;
}

.newsimg .tm_shadow_tab .nav-tabs>li>a:hover::before {
    content: "";
    width: calc(100% - 30px);
    height: 3px;
    display: inline-block;
    background-color: #ddd;
    position: absolute;
    bottom: 0;
    left: 15px;
}

.newsimg .tm_shadow_tab .nav-tabs>li.active>a,
.newsimg .tm_shadow_tab .nav-tabs>li.active>a:focus,
.newsimg .tm_shadow_tab .nav-tabs>li.active>a:hover {
    border-color: transparent;
    position: relative;
    font-weight: bold;
    color: #000;
}

.newsimg .tm_shadow_tab .nav-tabs>li.active>a::before,
.newsimg .tm_shadow_tab .nav-tabs>li.active>a:focus::before,
.newsimg .tm_shadow_tab .nav-tabs>li.active>a:hover::before {
    content: "";
    width: calc(100% - 30px);
    height: 3px;
    display: inline-block;
    background-color: #0d9ee7;
    position: absolute;
    bottom: 0;
    left: 15px;
}

@media all and (max-width: 992px) {

    .newsimg .tm_shadow_tab .nav-tabs>li.active>a,
    .newsimg .tm_shadow_tab .nav-tabs>li.active>a:focus,
    .newsimg .tm_shadow_tab .nav-tabs>li.active>a:hover {
        background-color: #ddd;
    }

    .newsimg .tm_shadow_tab .nav-tabs>li.active>a::before,
    .newsimg .tm_shadow_tab .nav-tabs>li.active>a:focus::before,
    .newsimg .tm_shadow_tab .nav-tabs>li.active>a:hover::before {
        display: none;
    }
}

.newsimg .tm_shadow_tab .tab-content {
    position: relative;
}

.newsimg .tm_shadow_tab .tm_shadow_dropdown .tm_shadow_tab_title {
    background: #eee;
    width: 100%;
    line-height: 1em;
    padding: 16px 0;
    color: #333;
    border: 0;
    font-size: 15px;
    letter-spacing: 1px;
}

@media all and (max-width: 992px) {
    .newsimg .tm_shadow_tab .tm_shadow_dropdown .tm_shadow_tab_title {
        width: 70%;
        font-size: 20px;
    }

    .newsimg .tm_shadow_tab .tm_shadow_dropdown button:focus {
        outline: 0px;
    }
}

@media all and (max-width: 450px) {
    .newsimg .tm_shadow_tab .tm_shadow_dropdown .tm_shadow_tab_title {
        font-size: 16px;
    }
}

.newsimg .tm_shadow_tab .tm_shadow_dropdown .caret {
    border-top: 9px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    color: #777;
    right: 12%;
    margin-top: 4px;
}

@media all and (max-width: 992px) {
    .newsimg .tm_shadow_tab .tm_shadow_dropdown .caret {
        right: 20%;
    }
}

.newsimg .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu {
    width: 100%;
    position: relative;
    top: 0px;
    text-align: center;
}

@media all and (max-width: 992px) {
    .newsimg .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu {
        width: 70%;
        left: 15%;
        font-size: 20px;
        display: none;
        padding: 0px;
        box-shadow: 0 0 1px 1px #ddd;
    }

    .newsimg .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu.show {
        display: block;
    }

    .newsimg .tm_shadow_tab .nav-tabs .nav-item .nav-link {
        padding: 12px 0px;
    }

    .newsimg .tm_shadow_tab .nav-tabs .nav-item .nav-link.active {
        background-color: #ddd;
    }
}

@media all and (max-width: 450px) {
    .newsimg .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu {
        font-size: 16px;
    }
}

.newsimg .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu>li {
    display: block;
    width: 100%;
    clear: both;
}

.newsimg .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu>li:hover {
    background: #ddd;
    color: #fff;
}

.newsimg .tm_shadow_tab .dropdown-toggle::after {
    display: none;
}

/*最新消息 圖片版*/

/* 商品輪播放影片*/
.img-wrap .img-item iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* 商品輪播放影片*/


.MyFollow .fas.fa-heart {
    color: red !important;
}

.gray-btn {
    border: medium none;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    margin-top: 20px;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    cursor: pointer;
    border-radius: 4px;
    background: #ddd;
    color: #737373;
}

.gray-btn:hover {
    background: #e76667;
    color: #fff;
}

.MyFollow .fas.fa-heart {
    color: red !important;
}

[data-bk-link] {
    cursor: pointer;
}

.custom-onepage-header .custom-onepage-item {
    display: flex;
    flex: 0 0 90%;
    max-width: 90%;
    flex-direction: row-reverse;
    margin-left: 10%;
    padding: 5px 0;
    align-items: center;
}

.custom-onepage-header .top-icon {
    padding: 0;
}

.third_login_text {
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.third_login_text .line {
    display: inline-block;
    width: 20%;
    border-top: 1px solid #ccc;
}

.third_login_text .txt {
    color: #000;
    font-weight: bold;
    vertical-align: middle;
}

.third_login .third_login_btn {
    width: 80%;
    margin: auto;
    text-align: center;
}

.third_login .fb-login,
.third_login .google-login,
.third_login .line-login {
    margin: auto;
    text-align: center;
}

.third_login .fb-login img {
    width: 73%;
}

.third_login .google-login img {
    width: 100%;
}

.third_login .line-login img {
    width: 80%;
}

.quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quantity i {
    margin: 0 5px;
    border: 10px solid transparent;
    background-clip: padding-box;
}

@media only screen and (min-width: 991px) {
    .header .custom-onepage-header .logo img {
        width: 40%;
    }

}

.fx-btn-area {
    width: 70px;
}

.fx-btn-area .fx-btn {
    width: 70px;
    height: 70px;
    line-height: 85px;
}

.fx-btn-area .fx-btn-instagram {
    background-color: #E4405F;
}

.fx-btn-area .fx-btn-youtube {
    background-color: #CD201F;
}

.fx-btn-area .fx-btn-twitter {
    background-color: #1DA1F2;
}

.fx-2x {
    font-size: 2.5rem !important;
}

@media (max-width: 991px) {
    .fx-btn-area {
        width: 40px;
    }

    .fx-btn-area .fx-btn {
        width: 40px;
        height: 40px;
        line-height: 42px;
    }

    .fx-2x {
        font-size: 1.3rem !important;
    }
}

.section_coupon_items {
    color: #999;
    position: relative;
    display: block;
}

.section_coupon_items .word-item {
    position: relative;
}

.section_coupon_items .word-item .sub-title {
    position: absolute;
    top: 0;
    right: 0;
    color: red
}

.section_coupon_items.member .word-item .sub-title {
    position: absolute;
    top: -200px;
    right: 5px;
    color: #fff;
    background: #082341;
    padding: 0 5px;
}

.section_coupon_items .img-wrap .img-item::before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.section_coupon_items .img-wrap .img-item .receive-coupon {
    position: absolute;
    bottom: 0;
    left: 0px;
    text-align: center;
    width: 100%;
    height: 45px;
    background: #f5af48;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    z-index: 10;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.section_coupon_items .img-wrap .img-item .receive-coupon .btn-receive-coupon {
    color: #fff;
    font-size: 18px;
}

.section_coupon_items .img-wrap .img-item .receive-coupon.already,
.section_coupon_items .img-wrap .img-item .receive-coupon.already,
.section_coupon_items .img-wrap .img-item .receive-coupon.already:hover,
.section_coupon_items .img-wrap .img-item .receive-coupon.already.active {
    background: #ababab;
}

.section_coupon_items .img-wrap .img-item .receive-coupon.already .btn,
.section_coupon_items .img-wrap .img-item .receive-coupon.already .btn {
    color: #fff;
}

.section_coupon_items .img-wrap .img-item .receive-coupon:hover,
.section_coupon_items .img-wrap .img-item .receive-coupon.active {
    background: #ffc46d;
}

.section_coupon_items .img-wrap .img-item .receive-coupon:hover .btn-receive-coupon,
.section_coupon_items .img-wrap .img-item .receive-coupon.active .btn-receive-coupon {
    color: #fff;
}

@media (max-width: 991px) {
    .section_coupon_items .img-wrap .img-item .receive-coupon {
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
    }

    .section_coupon_items .img-wrap .img-item .receive-coupon .btn-receive-coupon {
        color: #fff;
        font-size: 14px;
        padding: 0;
    }
}

.section_coupon_items .img-wrap .img-item:hover .receive-coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
}

.section_coupon_items:hover {
    color: #000;
}

.section_coupon_items:hover .img-item:before {
    background: rgba(0, 0, 0, 0);
}

.section_coupon_items p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
}

.section_coupon_items.hot-active .hot-tip {
    display: block;
}

.section_coupon_items.new-active .new-tip {
    display: block;
}

.disp_main {
    padding-bottom: 60px;
}

.disp_img {
    margin-bottom: 15px;
}

.disp_intro {
    padding-top: 60px;
    padding-bottom: 60px;
}

.disp_intro_title {
    font-size: 20px;
    margin-bottom: 10px;
}

.sec_dis_page {
    padding-top: 20px;
    padding-bottom: 60px;
}

.disp_date_div {
    margin-bottom: 20px;
}

.disp_type {
    font-size: 19px;
    color: #fff;
    letter-spacing: 1px;
    padding: 4px 12px;
    background-color: #082341;
}

.disp_tl {
    flex: 1;
    font-size: 21px;
    color: #082341;
    padding-left: 20px;
}

.disp_tl.end {
    color: #B2B2B2;
}

.disp_title {
    font-size: 40px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.disp_date {
    font-size: 20px;
    color: #082341;
}

.disp_area {
    font-size: 20px;
    margin-bottom: 40px;
}

.disp_main_img img {
    margin-left: auto;
    margin-right: auto;
}

.disp_intitle {
    font-size: 21px;
    color: #AC8A58;
    letter-spacing: 1px;
    line-height: 2em;
    text-align: center;
    padding: 80px 0;
}

.disp_use_title {
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
}

.disp_use {
    margin-bottom: 80px;
}

.disp_use_item {
    padding-left: 15px;
    margin-bottom: 5px;
}

.disp_use_item::before {
    position: absolute;
    content: "-";
    top: 0;
    left: 0;
}

.w960 {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.form_btn_sec {
    padding: 50px 0;
    background-color: #F8F1E4;
}

.form_btn_div_text {
    font-size: 17px;
    text-align: center;
    margin-bottom: 30px;
}

.form_btn {
    display: block;
    width: 300px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #292A2E;
    border-radius: 30px;
    padding: 17px 0;
    cursor: pointer;
}

.form_btn:hover {
    color: #fff;
    background-color: #09090A;
}

.form_btn_sp {
    margin: 0 10px;
}

.form_btn_ch {
    letter-spacing: 2px;
    color: inherit;
}

.form_btn.type2 {
    background-color: #4a6787;
}

.form_btn.type2:hover {
    background-color: #082341;
}

.form_btn_item {
    padding: 0 15px;
    margin-bottom: 15px;
}

.flex-center {
    justify-content: center;
}

.coupon-products-select {
    cursor: pointer;
}

.coupon-products-select:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cart-coupon-info {
    position: relative;
}

.page_bg {
    background-image: url(../img/page_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.page_btn_div {
    justify-content: center;
    border-bottom: 1px solid #ddd;
    margin-left: -15px;
    margin-right: -15px;
}

.page_btn_div2 {
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 15px;
}

.page_btn_item {
    padding: 0 15px;
}

.page_btn {
    display: block;
    width: 100px;
    font-size: 16px;
    color: #000;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 15px;
    cursor: pointer;
}

.page_btn:hover {
    color: #754873;
}

.page_btn.active {
    color: #754873;
}

.page_btn.active::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #754873;
}

.page_btn_div2 .page_btn_item {
    padding: 0 5px;
}

.page_btn2 {
    display: block;
    width: 120px;
    font-size: 16px;
    color: #000;
    text-align: center;
    background-color: #F1F1F1;
    border-radius: 7px;
    padding: 8px 0;
}

.page_btn2:hover,
.page_btn2.active {
    color: #fff;
    background-color: #754873;
}

.member_sec {
    padding-top: 40px;
    padding-bottom: 40px;
}

.w800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.container-xxl,
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.booking_c_title {
    font-size: 24px;
    color: #754873;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.trdc_sec {
    padding-top: 20px;
    padding-bottom: 20px;
}

.trdc_page {
    display: none;
}

.trdc_page.active {
    display: block;
}

.scan_frame {
    max-width: 302px;
    height: 302px;
    border: 1px solid #000;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.trdc_scan_info {
    font-size: 18px;
    text-align: center;
}

.trdc_icon_success {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.trdc_qrcode {
    max-width: 310px;
    border: 1px solid #000;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.trdc_btn_div {
    text-align: center;
    margin-top: 80px;
}

.trd_btn_div {
    text-align: right;
    padding-top: 10px;
}

.w480 {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.trd_search_btn {
    color: #fff;
    text-align: center;
    background-color: #222;
    border: 1px solid #222;
    padding: 10px 60px;
    border-radius: 12px;
    cursor: pointer;
}

.trd_search_btn:hover {
    color: #222;
    background-color: #fff;
}

.trdc_btns_row {
    margin-left: -5px;
    margin-right: -5px;
}

.trdc_sort_item {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.trdc_sort_btn {
    padding: 7px 20px;
    color: #222;
    background-color: #fff;
    border: 1px solid #222;
    border-radius: 5px;
    cursor: pointer;
}

.trdc_sort_btn:hover {
    color: #fff;
    background-color: #222;
}

.trdc_sort_item.active .trdc_sort_btn {
    color: #fff;
    background-color: #222;
}

.main_sec {
    padding-top: 30px;
    padding-bottom: 60px;
}

.record_item {
    border: 1px solid #AC8A58;
    padding: 15px 15px 5px 15px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.mri_row {
    margin-bottom: 10px;
}

.mri_title {
    width: 110px;
    color: #777;
}

.mri_text {
    flex: 1;
}

.mri_text.big {
    font-size: 20px;
}

.trdc_btn_div .form_btn {
    display: inline-block;
}