/*-------------------- 共用樣式 --------------------*/

:root {
    --basic-txt: #212121;
    --gray-light: #edf1f0;
    --txt-ye: #ffe682;
    --txt-red: #d9534f;
    /* #e66552 */
    --main-color01: #724f36;
    --main-color02: #ffde84;
    --main-color03: #7fcdcf;
    --sec-top-margin: 2.6rem;
    --content-p: 4rem;
    --transition-com: all 0.25s ease;
}

p {
    margin-bottom: 1rem;
}

.txt-ye {
    color: var(--txt-ye);
}

.text-primary {
    color: #007bff !important;
    transition: var(--transition-com);
}

.text-primary:hover {
    color: #444ae0 !important;
}

/*-- 按鈕 --*/

.btn {
    font-size: 1rem;
    padding: 0.6rem 1.8rem;
    white-space: nowrap;
    border-radius: 500px;
    transition: var(--transition-com);
}

@media screen and (min-width: 992px) {
    .btn {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
}

.btn>img {
    vertical-align: middle;
}

.btn-lg {
    padding: 0.8rem 1.6rem;
    font-size: 105%;
    font-weight: 600;
    color: #fff !important;
}
@media screen and (max-width: 575px) {
    .btn-lg {
        padding: 0.5rem 0.5rem;
    }


    }
}
@media screen and (max-width:991px) {
    .btn-lg {
        font-size: 1.0rem;
    }
}

/*-- 按鈕區域 --*/

.btn-sec {
    padding-top: 0rem;
    padding-bottom: 2rem;
    margin-bottom: 0;
    text-align: center;
}


/*-------------------- 共用樣式 END --------------------*/

/*-------------------- 主視覺 --------------------*/

#main_top>h1 {
    display: block;
    max-width: 0;
    max-height: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 1px;
    padding: 0;
    margin: 0;
}

#main_top {
    width: 100%;
    height: 0;
    padding-bottom: 21.25%;
    position: relative;
    background: url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/header_1920x408.jpg) no-repeat center;
    background-size: cover;
}

/* @media screen and (max-width: 991px) {
    #main_top {
        padding-bottom: 250px;
    }
} */

@media screen and (max-width: 767px) {
    #main_top {
        padding-bottom: 52.1%;
        background: url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/header_768x400.jpg) no-repeat center;
        background-size: cover;
    }
}

/*-------------------- 主視覺 END --------------------*/

/*-------------------- NAV --------------------*/

.nav_bar {
    padding: 0;
    background: var(--main-color01);
}

.nav_bar ul.rowline {
    display: flex;
    justify-content: center;
    padding-inline-start: 0;
}

.nav_bar ul.rowline>li {
    display: inline-block;
    text-align: center;
    padding: 0.8rem 1.2rem;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
    /* -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; */
    transition: var(--transition-com);
}

.nav_bar .material-icons {
    margin-right: 0.3rem;
}

.nav_bar ul.rowline>li:hover {
    transform: translateY(-3px);
    text-shadow: 1px 5px 2px rgba(0, 0, 0, 0.3);
    color: var(--txt-ye);
}

@media screen and (max-width:1200px) {
    .nav_bar ul.rowline>li {
        padding: 0.8rem 1rem;
    }
}

@media screen and (max-width:991px) {
    .nav_bar .material-icons {
        margin-right: 0.1rem;
    }

    .nav_bar ul.rowline>li {
        font-size: 1rem;
        padding: 0.8rem 0.4rem;
    }

    .nav_bar .material-icons {
        vertical-align: sub;
        font-size: 110%;
    }
}

@media screen and (max-width: 767px) {
    .nav_bar ul.rowline>li {
        font-weight: 400;
        font-size: 1rem;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0.5rem;
        border: 1px solid #bf835f;
        text-shadow: none;
    }

    .nav_bar ul.rowline>li:hover {
        transform: translateY(0);
    }

    .nav_bar ul.rowline>li {
        border-left: none;
        border-top: none;
    }

    .nav_bar ul.rowline>li:nth-of-type(even) {
        border-right: none;
    }

    .nav_bar .material-icons {
        vertical-align: middle;
    }
}

/*-------------------- NAV END --------------------*/

/*-------------------- 全頁 --------------------*/

#wrapper {
    /*padding-top: var(--content-p);*/
    width: 100%;
    min-width: 100%;
    overflow-x: hidden;
}

/*-- 標題字級 --*/

h1 {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 1rem;
    z-index: 100;
}
/*
h1>img:nth-of-type(1) {
    margin-right: 1rem;
}

@media screen and (max-width:1200px) {
    h1>img {
        zoom: 0.85;
    }
}

@media screen and (max-width:991px) {
    h1>img {
        zoom: 0.7;
    }
}

@media screen and (max-width:767px) {
    h1>img {
        zoom: 0.65;
    }
}
*/
.font-yen {
    font-family: 'cwTeXYen', "微軟正黑體", "微软雅黑", sans-serif;
}

@media screen and (max-width:991px) {
    #Member_Upgrade_Guide, #Member_Rewards, #tte_product {
        padding-bottom: 0;
    }
}
.p_10{margin: 0 10px;font-weight: 600;}
.w-h{
    max-width: 1000px;
    margin: 0 auto;
}

/*-------------------- 全頁 END --------------------*/

/*--------------------  #Member_Upgrade_Guide --------------------*/

#Member_Upgrade_Guide strong>b {
    font-size: 150%;
}

.coupon-sec {
    position: relative;
    flex-wrap: nowrap;
}

.coupon-sec::before {
    content: url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/bg-cloud01.png);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 40%);
    z-index: -1;
}

.coupon-sec::after {
    content: url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/bg-cloud02.png);
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    z-index: -1;
}

.coupon-sec>.col {
    padding-bottom: 1.5rem;
}

.coupon-sec>.col:nth-of-type(1) {
    flex-grow: 1.07;
}

@media screen and (max-width:767px) {
    .coupon-sec {
        flex-wrap: wrap;
    }

    .coupon-sec>.col {
        flex-grow: 1;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 1rem;
    }

    .coupon-sec::before {
        zoom: 0.5;
        transform: translate(-10%, 40%);
    }

    .coupon-sec::after {
        zoom: 0.5;
        transform: translate(10%, -50%);
    }
}

.coupon-sec a {
    position: relative;
    cursor: pointer;
    display: inline-block;
    height: 100%;
}

.coupon-sec img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.7));
    transition: var(--transition-com);
}

/* .coupon-sec a:hover>img {
    transform: scale(1.05);
    filter: drop-shadow(0 0.5rem 0 rgba(0, 0, 0, 0.25));
} */

/* 領取完畢 */

.coupon-sec a.sold_out{cursor: default; }
.coupon-sec a.sold_out img{filter: brightness(0.5);}

.coupon-sec a.sold_out::before {
    content: url(https://event.cdn-eztravel.com.tw/events/2022_ci_exclusive/icon-soldout.png);
    zoom: 0.5;
    opacity: 0.9;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: rgba(0, 0, 0, 0.5); */
    border-radius: 10px;
    z-index: 10;
}

@media (min-width:767px) and (max-width:991px) {
    .coupon-sec a.sold_out::before {
        content: url(https://event.cdn-eztravel.com.tw/events/2022_ci_exclusive/icon-soldout.png);
        zoom: 0.3;}
}
.Upgrade_txt{
    font-size: 1.5rem;
    font-weight: bold;
    color: #006304;
    /* box-shadow: 10px 5px 5px black; */
    text-shadow: 0 0 0.6em #efff00, 0 0 0.6em #fbff00, 0 0 0.2em #fff700;
}


/*--------------------  #Member_Upgrade_Guide END --------------------*/

/*--------------------  #Member_Rewards --------------------*/
/*
#Member_Rewards::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 600px;
    padding: 0;
    background: url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/bg-cloud03.png) no-repeat center bottom/cover;
    bottom: 0;
    left: 0;
}
*/
@media screen and (max-width:1200px) {
    #Member_Rewards::before {
        height: 400px;
    }
}

@media screen and (max-width:991px) {
    #Member_Rewards::before {
        height: 250px;
    }
}

@media screen and (max-width:767px) {
    #Member_Rewards::before {
        height: 120px;
    }
}

#Member_Rewards .btn-sec {
    padding-bottom: 0;
    padding-top: 1.0rem;
}

/*-- 格子區 .pro --*/

.app-sec>div {
    margin-bottom: 1.5rem;
}

.app_box {
    color: #fff;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 1.2rem;
    background: var(--main-color01);
    border: 5px solid var(--basic-txt);
    padding-bottom: 1rem;
    z-index: 10;
}

.app_box>img {
    width: 100%;
    height: auto;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.app_info {
    position: relative;
    text-align: center;
    padding: 3.2rem 0.5rem 0;
    color: #fff;
}

.app_info::before {
    position: absolute;
    zoom: 0.85;
    top: -2rem;
    left: 1rem;
    filter: drop-shadow(4px 8px 0 rgba(0, 0, 0, 0.3));
}

#Member_Rewards .app-sec>div:nth-of-type(1) .app_info::before {
    content: url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/title-app-s01.png);
}

#Member_Rewards .app-sec>div:nth-of-type(2) .app_info::before {
    content: url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/title-app-s02.png);
}

@media screen and (max-width:1200px) {
    .app_info::before {
        zoom: 0.75;
    }
}

@media screen and (max-width:991px) {
    .app_info {
        padding-top: 2.6rem;
    }

    #Member_Rewards .app-sec>div .app_info::before {
        zoom: 0.65;
    }
    
    .app-sec .btn {
            padding: 0.4rem 1rem;
        }

}

.app_info strong>b {
    font-size: 145%;
    line-height: 2;
}

.app_info img.logo-seal-txt {
    vertical-align: text-bottom;
}

@media screen and (max-width:991px) {
    .app_info img.logo-seal-txt {
        zoom: 0.85;
    }
}

@media screen and (max-width:767px) {
    .app-sec .collapse>.rowline>.col-6 {
        margin-bottom: 1rem;
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }

    .app_info>h5 {
        font-size: 1.125rem;
        margin-bottom: 0.5rem;
    }

    .app_info>p {
        font-size: 0.9375rem;
    }
}

/*-------------------- APP好運豹到 #Member_Rewards END --------------------*/

/*-------------------- 揪好友賺點數 #Give_eMONEY --------------------*/
#Give_eMONEY .txt {
    font-size: 1.1rem;
    font-weight: bold;
    background: url(https://event.cdn-eztravel.com.tw/events/2025newmember/WEB_coin.png) no-repeat left 0px;
    padding-left: 30px;
}
#Give_eMONEY .txt span {
    font-size: 1.3rem;
    font-weight: 900;
    color: #00913a;
}
/*
#Give_eMONEY .txt::before {
    content: url(https://event.cdn-eztravel.com.tw/events/2025newmember/WEB_coin.png);
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(70%, -95%);
    zoom: 0.7;
    z-index: 1223;
}
*/
#Give_eMONEY .sale_box {
    position: relative;
    /*font-size: 88%;*/
    color: var(--basic-txt);
    padding: 1rem;
    border-radius: 1rem;
    /*padding-bottom: 60%;*/
    border-color: #4c610e;
    border-width: 4px;
    max-width: 1140px;
    margin: 0 auto;
}
/*
#Give_eMONEY .pro>div:nth-of-type(1) .sale_box {
    background: #fff url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/fans-pic01.jpg) no-repeat center bottom/contain;
}gn_in

#Give_eMONEY .pro>div:nth-of-type(2) .sale_box {
    background: #fff url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/fans-pic02.png) no-repeat center 70%/88%;
}

#Give_eMONEY .pro>div:nth-of-type(3) .sale_box {
    background: url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/fans-pic03-1.png) no-repeat 90% 50%/25%, url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/fans-pic03-2.png) no-repeat 75% 80%/88%, url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/fans-pic03-3.png) no-repeat 75% 85%/80%;
    background-color: #fff;
}
*/
#Give_eMONEY .sale_box h2 {
    position: absolute;
    top: 0;
    left: 1rem;
    transform: translateY(-50%);
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
}

#Give_eMONEY .sale_box h2>img {
    zoom: 0.83;
}

#Give_eMONEY .sale_box .txt-ye {
    color: var(--txt-red);
}

#Give_eMONEY .pro>div:nth-of-type(3) .sale_box>p {
    text-align: left;
}

#Give_eMONEY .sale_box>p>strong {
    font-size: 150%;
    line-height: 1.3;
}

#Give_eMONEY .sale_box>.btn {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width:1200px) {
    #Give_eMONEY .pro>div:nth-of-type(3) .sale_box {
        background: url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/fans-pic03-1.png) no-repeat 90% 65%/23%, url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/fans-pic03-2.png) no-repeat 75% 80%/88%, url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/fans-pic03-3.png) no-repeat 75% 85%/80%;
        background-color: #fff;
    }

    #Give_eMONEY .sale_box h2>img {
        zoom: 0.72;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #Give_eMONEY .sale_box {
        padding-top: 1.5rem;
    }

    #Give_eMONEY .pro>div:nth-of-type(1) .sale_box {
        background: #fff url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/fans-pic01.jpg) no-repeat center bottom/110%;
    }

    #Give_eMONEY .sale_box h2 {
        left: 0.5rem;
    }

    #Give_eMONEY .sale_box h2>img {
        zoom: 0.55;
    }
}

@media screen and (max-width:991px) {
    #Give_eMONEY .pro>div:nth-of-type(2) .sale_box {
        background: #fff url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/fans-pic02.png) no-repeat center 75%/88%;
    }

    #Give_eMONEY .sale_box>.btn {
        padding: 0.4rem 1rem;
    }

    #Give_eMONEY .sale_box>p>strong {
        font-size: 125%;
    }
}

@media screen and (max-width:767px) {
    #Give_eMONEY .pro>div {
        margin-bottom: 2.5rem;
    }

    /*#Give_eMONEY .sale_box {
        font-size: 95%;
        padding-top: 2rem;
        padding-bottom: 73%;
    }*/
}
@media screen and (max-width: 575px) {
    #Give_eMONEY .txt {
        font-size: 0.9rem;
        padding-left: 30px;
    }
    #Give_eMONEY .txt span {
        font-size: 1.0rem;

    }
    #Give_eMONEY::before {
        zoom: 0.3;

    }
}}




/*-------------------- 簽到點金 #Sign_in --------------------*/
/*
#Sign_in {
    background: url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/bg-building01.png) no-repeat left 70%/16.8%, url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/bg-building02.png) no-repeat right 73%/16.8%;
    padding-bottom: calc(var(--content-p) * 2);
}
*/
/*
#Sign_in::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 260px;
    padding: 0;
    background: url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/bg-cloud04.png) no-repeat center bottom/cover;
    bottom: 0;
    left: 0;
}
*/
/*
@media screen and (max-width:991px) {
    #Sign_in {
        background: url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/bg-building01.png) no-repeat left 80%/30%, url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/bg-building02.png) no-repeat right 73%/36%;
        background-color: var(--main-color02);
    }

    #Sign_in::before {
        height: 200px;
    }
}

@media screen and (max-width:767px) {
    #Sign_in {
        background: url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/bg-building01.png) no-repeat left 96%/45%, url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/bg-building02.png) no-repeat right 94%/45%;
        background-color: var(--main-color02);
    }

    #Sign_in::before {
        height: 120px;
    }
}
*/
#Sign_in::before {
    content: url(https://event.cdn-eztravel.com.tw/events/2025newmember/WEB_p_03.png);
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(14%, -69%);
    zoom: 0.7;
    z-index: 1;
}
#Sign_in .txt {
    font-size: 1.1rem;
    font-weight: bold;
    background: url(https://event.cdn-eztravel.com.tw/events/2025newmember/WEB_coin.png) no-repeat left 0px;
    padding-left: 30px;
}
#Sign_in .txt span {
    font-size: 1.3rem;
    font-weight: 900;
    color: #00913a;
}
/*
#Sign_in .txt::before {
    content: url(https://event.cdn-eztravel.com.tw/events/2025newmember/WEB_coin.png);
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(70%, -95%);
    zoom: 0.7;
    z-index: 1223;
}
*/
#Sign_in .sale_box {
    position: relative;
    /*font-size: 88%;*/
    color: var(--basic-txt);
    padding: 1rem;
    border-radius: 1rem;
    /*padding-bottom: 60%;*/
    border-color: #4c610e;
    border-width: 4px;
    max-width: 1140px;
    margin: 0 auto;
}
/*
#Sign_in .pro>div:nth-of-type(1) .sale_box {
    background: #fff url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/fans-pic01.jpg) no-repeat center bottom/contain;
}gn_in

#Sign_in .pro>div:nth-of-type(2) .sale_box {
    background: #fff url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/fans-pic02.png) no-repeat center 70%/88%;
}

#Sign_in .pro>div:nth-of-type(3) .sale_box {
    background: url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/fans-pic03-1.png) no-repeat 90% 50%/25%, url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/fans-pic03-2.png) no-repeat 75% 80%/88%, url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/fans-pic03-3.png) no-repeat 75% 85%/80%;
    background-color: #fff;
}
*/
#Sign_in .sale_box h2 {
    position: absolute;
    top: 0;
    left: 1rem;
    transform: translateY(-50%);
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
}

#Sign_in .sale_box h2>img {
    zoom: 0.83;
}

#Sign_in .sale_box .txt-ye {
    color: var(--txt-red);
}

#Sign_in .pro>div:nth-of-type(3) .sale_box>p {
    text-align: left;
}

#Sign_in .sale_box>p>strong {
    font-size: 150%;
    line-height: 1.3;
}

#Sign_in .sale_box>.btn {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width:1200px) {
    #Sign_in .pro>div:nth-of-type(3) .sale_box {
        background: url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/fans-pic03-1.png) no-repeat 90% 65%/23%, url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/fans-pic03-2.png) no-repeat 75% 80%/88%, url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/fans-pic03-3.png) no-repeat 75% 85%/80%;
        background-color: #fff;
    }

    #Sign_in .sale_box h2>img {
        zoom: 0.72;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #Sign_in .sale_box {
        padding-top: 1.5rem;
    }

    #Sign_in .pro>div:nth-of-type(1) .sale_box {
        background: #fff url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/fans-pic01.jpg) no-repeat center bottom/110%;
    }

    #Sign_in .sale_box h2 {
        left: 0.5rem;
    }

    #Sign_in .sale_box h2>img {
        zoom: 0.55;
    }
}

@media screen and (max-width:991px) {
    #Sign_in .pro>div:nth-of-type(2) .sale_box {
        background: #fff url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/fans-pic02.png) no-repeat center 75%/88%;
    }

    #Sign_in .sale_box>.btn {
        padding: 0.4rem 1rem;
    }

    #Sign_in .sale_box>p>strong {
        font-size: 125%;
    }
}

@media screen and (max-width:767px) {
    #Sign_in .pro>div {
        margin-bottom: 2.5rem;
    }

    /*#Sign_in .sale_box {
        font-size: 95%;
        padding-top: 2rem;
        padding-bottom: 73%;
    }*/
}
@media screen and (max-width: 575px) {
    #Sign_in .txt {
        font-size: 0.9rem;
        padding-left: 30px;
    }
    #Sign_in .txt span {
        font-size: 1.0rem;

    }
    #Sign_in::before {
        zoom: 0.3;

    }
}}
/*-------------------- 粉絲回饋禮 #Sign_in END --------------------*/

/*-------------------- 耍廢旅遊推薦 #tte_product --------------------*/

/*-- 折扣碼商品格子區 .pro-coupon --*/

.pro-coupon {
    --b-round: 1rem;
}

.rowline.pro-coupon>div {
    margin-bottom: 1.5rem;
}

@media screen and (max-width:1199px) {
    .rowline.pro-coupon>div {
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }
}

@media screen and (max-width:991px) {
    .rowline.pro-coupon>div {
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }
}

@media screen and (max-width:767px) {
    .rowline.pro-coupon>div {
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }
}

div[class^='rowline pro-']>div {
    margin-bottom: 1.5rem;
}

div[class^='rowline pro-']>div.col-md-3 {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

@media screen and (min-width:992px) {
    div[class^='rowline pro-']>div.col-lg-3 {
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }

    div[class^='rowline pro-']>div.col-lg-3 .sale_info>h4 {
        font-size: 1.35rem;
    }
}

@media screen and (max-width:1199px) {
    div[class^='rowline pro-']>div {
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }
}

@media screen and (max-width:991px) {
    div[class^='rowline pro-']>div {
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }
}

@media screen and (max-width:767px) {
    div[class^='rowline pro-']>div {
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }
}


.sale_box {
    color: var(--basic-txt);
    display: block;
    position: relative;
    width: 100%;
    /*height: 100%;*/
    padding: 0;
    border-radius: calc(var(--b-round) + 3px);
    background-color: #ffffff;
    border: 3px solid var(--main-color01);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    z-index: 10;
    transition: var(--transition-com);
}

/* .sale_box:hover {
    color: var(--basic-txt);
    border: 3px solid var(--basic-txt);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 1);
} */

/* 商品圖 */
.sale_box>.sale_img {
    position: relative;
    width: 100%;
    height: 230px;
    border-top-left-radius: var(--b-round);
    border-top-right-radius: var(--b-round);
    overflow: hidden;
}

@media screen and (max-width:991px) {
    .sale_box>.sale_img {
        height: 180px;
    }
}

.sale_box>.sale_img>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    min-height: 100%;
    height: 100%;
}

.sale_box>.sale_img.sale_img_w100>img {
    min-width: 100%;
    width: 100%;
    min-height: auto;
    height: auto;
}

@media (min-width:767px) and (max-width:1200px) {
    .sale_box>.sale_img.sale_img_w100>img {
        min-width: auto;
        width: auto;
        min-height: 100%;
        height: 100%;
    }
}


@media screen and (max-width:1200px) {
    .sale_box>.sale_img.sale_img_h100-m>img {
        min-width: auto;
        width: auto;
        min-height: 100%;
        height: 100%;
    }
}

@media screen and (max-width:767px) {
    .sale_box>.sale_img.sale_img_h100-s>img {
        min-width: auto;
        width: auto;
        min-height: 100%;
        height: 100%;
    }

    .sale_box>.sale_img>img {
        width: 100%;
        min-width: 100%;
        min-height: none;
        height: auto;
    }
}

/* 商品圖 END */

.sale_info {
    position: relative;
    padding: 0.6rem 0.8rem 0.4rem;
    text-align: left;
    margin-bottom: 76px;
}

.pro-coupon .sale_info>h4 {
    color: var(--basic-txt);
    font-size: 140%;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0.2rem;
}

.pro-coupon .sale_info>ul {
    padding-inline-start: 0;
    margin-block-end: 0.3rem;
}

.pro-coupon .sale_info>ul li {
    line-height: 1.4;
    margin-bottom: 3px;
}

@media screen and (min-width:991px) {
    .pro-coupon .sale_info>ul li {
        margin-bottom: 1px;
    }
}

.pro-coupon .sale_info>ul li.coupon-num {
    color: var(--main-color01);
}

.pro-coupon .sale_info>ul li.date::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f1da';
    font-weight: 600;
    color: var(--main-color03);
    margin-left: 0.2rem;
    margin-right: 0.4rem;
}

.pro-coupon .sale_info>ul li.coupon-num::before {
    content: '\ef49';
    font-family: 'Material Icons';
    font-size: 140%;
    font-weight: 400;
    vertical-align: sub;
    color: var(--txt-red);
    margin-right: 0.3rem;
}

.pro-coupon .sale_info>ul li b {
    color: var(--main-color03);
    font-weight: 400;
}

.pro-coupon .sale_info>p {
    color: var(--box-border);
    margin-top: 0.3rem;
    margin-bottom: 0;
}

.pro-coupon .sale_info>.date_txt {
    float: left;
    padding-top: 0.6rem;
}

.pro-coupon .sale_footer {
    position: absolute;
    width: 100%;
    padding: 0 0.8rem 0.6rem;
    bottom: 0;
    left: 0;
}

.pro-coupon .sale_footer>.price_txt>span:first-of-type {
    float: left;
    color: var(--main-color01);
    text-decoration: line-through;
    margin-top: 0.5rem;
}

.pro-coupon .sale_footer>.price_txt>span:last-of-type {
    float: right;
    color: var(--txt-red);
}

.pro-coupon .sale_footer>.price_txt>span>b {
    font-size: 160%;
    font-weight: 600;
}

.sale_box .sale_info:after {
    /* clearfix */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.pro-coupon .sale_box .btn {
    cursor: default;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    width: 100%;
}

/*-- 折扣碼商品格子區 .pro-coupon END --*/
/*-------------------- 耍廢旅遊推薦 #tte_product END --------------------*/

/*-------------------- 銀行加碼省 #order_lottery --------------------*/

@media screen and (max-width: 767px) {
    #order_lottery {
        padding-left: 0;
        padding-right: 0;
    }
}

#order_lottery::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 33%;
    height: 0;
    padding-bottom: calc(0.384 * 0.33 * 100%);
    background: url(https://event.cdn-eztravel.com.tw/events/2025newmember/WEB_p_01.png) no-repeat left top/contain;
    transform: translateY(-75%);
}

@media screen and (max-width:991px) {
    #order_lottery::before {
        width: 45%;
        padding-bottom: calc(0.384 * 0.45 * 100%);
        transform: translateY(-100%);
    }
}

@media screen and (max-width:767px) {
    #order_lottery::before {
        width: 70%;
        padding-bottom: calc(0.384 * 0.7 * 100%);
        transform: translateY(-150%);
    }
}

#order_lottery>.contentbox>.rowline {
    justify-content: center;
}

#order_lottery>.contentbox>.rowline>div {
    margin-bottom: 1.5rem;
}

.bank-sec {
    position: relative;
    font-size: 90%;
}

.bank-sec::before {
    content: url(https://event.cdn-eztravel.com.tw/events/2025newmember/WEB_p_03.png);
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(70%, -95%);
    zoom: 0.7;
    z-index: 1;
}

.bank-sec::after {
    content: url(https://event.cdn-eztravel.com.tw/events/2025newmember/WEB_p_02.png);
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-113%, 70%);
    zoom: 1;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .bank-sec::before {
        transform: translate(20%, -80%);
        zoom: 0.56;
    }

    .bank-sec::after {
        transform: translate(-10%, 70%);
        zoom: 0.6;
    }
}

@media screen and (max-width: 767px) {
    .bank-sec::before {
        display: none;
    }

    .bank-sec::after {
        transform: translate(-10%, 60%);
        zoom: 0.5;
    }
}


#order_lottery>.contentbox>.rowline>div {
    margin-bottom: 1.5rem;
}

.bank-box {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    background: #ffffff;
}

.bank-box>p {
    font-family: 'cwTeXYen', "微軟正黑體", "微软雅黑", sans-serif;
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 180%;
    font-weight: 600;
    letter-spacing: 0.05rem;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    margin-bottom: 0.6rem;
}

.bank-box>p>img {
    max-width: 80%;
    max-height: 80%;
    margin: auto;
    vertical-align: middle;
}

.bank-box>p>img[src*='visa'] {
    height: 45%;
    width: auto;
}

.bank-box>p>img[alt*='玉山易遊卡'] {
    height: 40%;
    width: auto;
    margin-right: 0.5rem;
}

@media screen and (min-width:992px) {
    .bank-box>p>img[alt*='元大銀行'] {
        height: 95%;
        width: auto;
        max-width: none;
        max-height: none;
    }
}

@media screen and (max-width:991px) {
    .bank-box>p>img {
        max-width: 100%;
        max-height: 80%;
    }

    .bank-box>p>img[src*='visa'] {
        height: 35%;
        width: auto
    }
    .bank-box>p>img[alt*='玉山易遊卡'] {
        height: 30%;
    }
}

@media screen and (max-width:767px) {
    .bank-box>p {
        font-size: 120%;
    }

    .bank-box>p>img {
        width: 100%;
    }

    .bank-box>p>img[src*='visa'] {
        height: 26%;
        width: auto;
    }
    .bank-box>p>img[alt*='玉山易遊卡'] {
        height: 23%;
    }
    .bank-box>p>img[alt*='元大銀行'] {
        width: 88%;
    }
}

.bank-box>ul {
    display: block;
    padding: 0.2rem 1rem 0.9rem 2.8rem;
}

@media screen and (max-width: 991px) {
    .bank-box>ul {
        padding: 0 0.6rem 0.7rem 2.4rem;
    }
}

@media screen and (max-width:767px) {
    .bank-box>ul {
        padding: 0 0.5rem 0.7rem 2rem;
    }
}

.bank-box>ul li {
    line-height: 1.3;
    margin-bottom: 4px;
    text-indent: -1.8rem;
}

.bank-box>ul li::before {
    content: '\eff1';
    font-family: 'Material Icons';
    color: var(--main-color03);
    font-size: 130%;
    vertical-align: middle;
    margin-right: 0.4rem;
}

@media screen and (max-width:991px) {
    .bank-box>ul li {
        text-indent: -1.5rem;
    }

    .bank-box>ul li::before {
        margin-right: 0.2rem;
    }
}

@media screen and (max-width:767px) {
    .bank-box>ul li {
        text-indent: -1.34rem;
    }

    .bank-box>ul li::before {
        font-size: 120%;
    }
}

/*-------------------- 銀行加碼省 #order_lottery END --------------------*/

/*-------------------- 注意事項 #Notice --------------------*/

#Notice {
    position: relative;
    font-size: 90%;
    /*background: #5bbfc2 url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/icon-all-bottom.png) no-repeat 90% bottom/36%;*/
    margin-top: calc(var(--content-p) * 1.8);
}
.notice_list{
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
}
/*
#Notice::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 60px;
    background: url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/bg-note-top.png) no-repeat center bottom/100% 100%;
    top: 0;
    left: 0;
    transform: translateY(-100%);
}
*/
#Notice>.contentbox_main {
    transform: translateY(calc(var(--content-p) * -1.8));
}
/*
@media screen and (max-width: 991px) {
    #Notice {
        padding-bottom: 0;
        background: #5bbfc2 url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/icon-all-bottom.png) no-repeat 90% bottom/50%;
    }

    #Notice>.contentbox_main {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    #Notice {
        padding-bottom: 0;
        background: #5bbfc2 url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/icon-all-bottom.png) no-repeat right bottom/80%;
    }

    #Notice::before {
        background: url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/bg-note-top.png) no-repeat center bottom/150% 100%;
    }
}
*/

@media screen and (min-width: 768px) {
    #Notice>.contentbox_main>h1>img.hidden-xs {
        display: inline !important;
    }
}

#Notice ul {
    /* padding-inline-start: 24px; */
    margin-top: 3px;
    margin-bottom: 6px;
}

@media screen and (max-width: 575px) {
    #Notice ul {
        padding-inline-start: 5px;
    }
}


#Notice ul h5 {
    background: url(https://event.cdn-eztravel.com.tw/events/2025newmember/WEB_coin.png) no-repeat left 0px;
    padding-left: 30px;
    text-align: left;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    margin-left: 25px;
}

#Notice li {
    text-align: left;
    margin-bottom: 0px;
}

#Notice .contentbox>ul {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-inline-start: 0;
}

.note_list {
    background: url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/note_icon01.png) no-repeat left 3px;
    padding-left: 20px;
    margin-bottom: 5px;
}

.note_list_content {
    background: url(https://event.cdn-eztravel.com.tw/events/2025newmember/note_icon01.png) no-repeat left 6px;
    padding-left: 16px;
}

.note_content_item {
    background: url(https://event.cdn-eztravel.com.tw/events/travelfair/202210/note_icon02.png) no-repeat left 7px;
    padding-left: 15px;
    font-size: 0.9375rem;
    margin-bottom: 2px;
}

#btn_app {
    position: fixed;
    right: 5px;
    bottom: calc(60px + 95px + 5px);
    z-index: 999;
}

#btn_top {
    position: fixed;
    right: 5px;
    z-index: 999;
}

@media screen and (max-width:767px) {
    #Notice .contentbox>ul {
        width: 95%;
    }

    #btn_top, #btn_app {
        right: 0;
    }
}