@charset "big5";
/* CSS Document */
body { min-width: 1200px; color: #333; font: 13px/1.6em "Century Gothic", Arial, 'Microsoft JhengHei', "蘋果儷中黑", "儷黑 Pro", "新細明體", "sans-serif";}
a { display: block;  text-decoration: none;}
:focus { outline: none;}
i { font-style: normal;}
.header, .footer { text-align: center; background: #fff;}
.display_pc { display: block}
.display_m { display: none}

/**main_wrapper**/
.main_wrapper {position: relative; overflow: hidden; background: url(../images/main_bg.jpg) center top #bfeeee; padding-bottom: 40px;}

/**kv**/
.kv_wrapper {background: url(../images/kv_bg.jpg) no-repeat top center; height: 870px;
	-webkit-box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 40%);}
.kv_container {position: relative; width: 1200px; margin: auto; height: 625px;}
.kv_slogan {position: absolute; top: 128px; left: 223px; z-index: 3;}
.kv_girl {  position: absolute; top: 218px; left: 54px; z-index: 2;}
.kv_boy {position: absolute; top: 217px; right: 34px; z-index: 2;}
.kv_money {position: absolute; top: 62px; left: -84px; z-index: 1;}

.hot_events { position: relative; background: url(../images/hot_events.png) no-repeat top center; width: 1002px; height: 194px; margin: auto;}
.hot_shopping {position: absolute; top: 40px; left: -70px; z-index: 1;}
.hot_travel {  position: absolute; top: 40px; right: -70px; z-index: 1;}
.hot_shopping a:hover, .hot_travel a:hover {filter: brightness(104%); transform: scale(0.98);}

.event_container {position: relative; width: 1060px; margin: auto; margin-top: 55px; padding-top: 55px;}
.event_title {position: absolute; top: 27px; left: 37px;}
.event_btn {position: absolute; top: 15px; right: 15px; z-index: 1;}
.event {padding: 15px;}
.event_btn a:hover {filter: brightness(104%); transform: scale(0.96);}

.notice_container {position: relative; width: 900px; margin: auto; margin-top: 77px;}
.notice_title {position: absolute; top: -16px; left: 340px; background: #ff6951; color: #fff; font-size: 29px; line-height: 1; font-weight: bold; padding: 6px 40px; border-radius: 20px 0 20px 0;}
.notice_txt {color: #523015; font-size: 20px; line-height: 1.3em; font-weight: bold; text-align: center; padding: 40px 20px 18px; background: #fff; border-radius: 20px;
    -webkit-box-shadow: 4px 4px 0px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.5);
    box-shadow: 4px 4px 0px 0px rgb(0 0 0 / 50%);}
.notice_txt span {display: block;}

/**prod**/
.prod_wrapper {position: relative; padding-top: 38px;}
.ProductList {position: relative; z-index: 500;}

/**group**/
.group {position: relative; z-index: 1; width: 1100px; margin:auto; padding-bottom: 50px; overflow: hidden;}
.group .tit {position: sticky; z-index: 1; text-align: center; height: 170px;}
.group:before {content: ''; position: absolute; top: 100px; left: 0px; right: 0; margin: auto; background: url(../images/border.png) no-repeat; width: 1100px; height: 484px; z-index: -1;}
#group_2::before, #group_4::before{background: url(../images/border2.png) no-repeat; width: 1100px; height: 893px;}

/**hotel**/
.hotel_main { width: 1040px; margin: 0 auto;}
.hotel_product { position: relative; text-align: center; background: #fff; overflow: hidden; width: 250px; margin-left: 5px; margin-right: 5px; margin-bottom: 15px;}
.hotel_img { width: 100%; height: 250px; background-size: cover; background-position: 50%; background-repeat: no-repeat; transition: all .5s linear; background-color: #fff;}
.hotel_product a { position: relative; display: block; }
.hotel_product:hover, .hotel_product:focus, .hotel_product:active { transform: translateY(-5px);}
.hotel_detail {}
.hotel_desc {overflow: hidden; margin: 7px 7px 0; border-radius: 30px; background-image: linear-gradient(to right, #f1951c 0%, #fd5f50 100%); padding: 0 15px; height: 36px; color: #fff; font-weight: bold; font-size: 15px; line-height: 36px;}
.hotel_tit { overflow: hidden; padding: 4px 5px; height: 38px; color: #000; text-align: center; font-size: 15px; line-height: 21px;}
.hotel_money { padding: 3px 2px 7px 2px; height: 34px; color: #e34357;}
.hotel_money span.price { margin: 0 2px 0 2px; font-weight: 500; font-size: 33px; line-height: 37px;}
.hotel_money span.price { font-size: 32px;}

/*bg_wrapper*/
.bg_wrapper {display: none; position: absolute; width: 100%; height: 100%; top: 0; z-index:1; pointer-events: none;}
.bg_fly {width: 100%; height: 100%; background: url("../images/float.png") center top;}

/* Lightbox */
.lightbox {display: none; box-sizing: border-box; background: #fff; max-width: 850px; width: 80%; height: 80%; margin: auto; padding: 15px; border-radius: 20px;
    position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 1000;}
.lightbox-01 {background: #ffc148; height: 562px;}
.lightbox .lightbox_head {position: relative;}
.lightbox_content {box-sizing: border-box; background: #fff; width: 95%; margin: 0 auto auto; padding:0 2em 2em; border-radius: 20px;
    position: absolute; top: 90px; bottom: 4%; left: 0; right: 0;
    overflow-y: auto; overflow-x: hidden;}
.lightbox_mask {display: none; background-color: rgba(0, 0, 0, 0.75); position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 999;}
.lightbox_title {display: table; margin: auto; font-size: 32px; font-weight: bold; padding-top: 25px; color: #522b1a;}
.lightbox_content h3 {color: #00589f; font-weight: bold; font-size: 18px; line-height: 25px; margin-top: 15px;}
.lightbox_content p {font-size: 14px; line-height: 1.2em;}
table {margin-top: 5px; border: 2px solid grey;}
tr td {padding: 5px 10px;}

.lightbox_close {color: #000; box-sizing: border-box; width: 31px; height: 31px; border-radius: 20px;
    position: absolute; top: 15px; right: 15px; cursor: pointer;}
.lightbox_close .icon_close {color: #fff; width: 31px; height: 31px;}
.lightbox_close .icon_close:before, .lightbox_close .icon_close:after {width: 31px; box-shadow: 0 0 15px 3px #ff1100;}
.icon_close {position: absolute; color: #000; margin-top: 0; margin-left: 0; width: 21px; height: 21px;}
.icon_close:before {content: ''; position: absolute; top: 10px; width: 21px; height: 3px; background-color: currentColor;
        -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
.icon_close:after {content: ''; position: absolute; top: 10px; width: 21px; height: 3px; background-color: currentColor;
        -webkit-transform: rotate(45deg); transform: rotate(45deg);}


@media screen and (min-width: 1025px) {
.NavArea {display: none; width: 100px; position: fixed; top: 150px; right: 0; z-index: 500;}
.Nav-slide.active {background-color: rgb(255 255 255 / 40%);}
.Nav-slide.active a {}
.Nav-wrapper li.best a:hover {color: #c00;}
.float_main { width: 138px; opacity: 0.9; filter: alpha(opacity=90);}
.go_top { display: block; cursor: pointer;}
   
.Nav {position: relative;}
.float_tit {}
.Nav-wrapper {
	background: -moz-linear-gradient(0deg,#00879d 0%, #a134cb 70%, #f95cff 90%;);
    background: -webkit-linear-gradient(0deg,#00879d 0%, #a134cb 70%, #f95cff 90%;);
    background: linear-gradient(0deg,#00879d 0%, #a134cb 70%, #f95cff 90%);
	border: 1px solid #ffde5d;
    box-shadow: 0 3px 6px #96168c;
	width: 100px; border-radius: 10px 0 0 10px; overflow: hidden;}
.Nav-wrapper li {font-size: 17px; text-align: center; background: transparent; margin: auto; padding: 7px 0; position: relative; font-weight: bold;}
.Nav-wrapper li.highlight0 {font-size: 24px; line-height: 26px;border-radius: 20px 0 0 0;padding-top: 20px;padding-left: 2px; color: #fff;font-weight: bold;}
.Nav-wrapper li.highlight1 {padding-left: 2px;}
.Nav-wrapper li.highlight2 {font-size: 24px; border-radius: 0 0 20px 20px; padding-bottom: 15px; padding-left: 2px;}
.Nav-wrapper li.best {background: #fedb4c; border-radius: 30px; margin-bottom: 5px; width: 90%;}
li.Nav-slide.best a {color: #542a11;}	
.Nav-wrapper li a {color: #fff; font-weight: bold; cursor: pointer; position: relative; z-index: 500;}
.Nav-wrapper li a:hover {color: #fff100;}
.Nav-wrapper li:after {background: #fff100; height: 2px; position: absolute; right: 51%; left: 51%; bottom: 0; z-index: 1; content: "";
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: left, right;
    transition-property: left, right;  }
.Nav-wrapper li.highlight2:after {background: #ee703e;}
}

@media screen and (max-width:1024px) {
body {width: 100vw; min-width: inherit;}
.gotop {background: url(//www.payeasy.com.tw/pay_event/pezlib/images/icon_top.png) no-repeat;  height: 36px; position: fixed; right: 5px; width: 36px; bottom: 10px; z-index: 999; display: none;}
.gotop a {display: block; width: 48px; height: 36px;}
.header {width: 100vw;}
.display_m {display: block;}
.display_pc {display: none;}
.main_wrapper {background: url(../images/main_bg.jpg) top center #bfeeee; background-size: 100%; padding-bottom: 20px;}
    
/**kv_m**/
.kv_wrapper {background-size: 137vw; height: 61vw;}
.kv_wrapper img {width: 100%;}
.kv_container {width: 100vw;  height: 41.5vw;}
.kv_slogan {width: 50vw; top: 7.5vw; left: 26vw;}
.kv_girl {width: 10.5vw; top: 14.5vw; left: 14.5vw;}
.kv_boy {width: 13.5vw; top: 15.5vw; right: 13vw;} 
.kv_money {width: 89vw; top: 4vw; left: 4.5vw;} 	

/**hot_events_m**/	
.hot_events {background-size: 100%; width: 83vw; height: 23.4vw;}
.hot_events img {width: 100%;}
.hot_shopping {width: 46vw; top: 3vw; left: -5vw;}
.hot_travel {width: 46vw; top: 3vw; right: -5vw;}	

.event_container {width: 90vw; margin-top: 4vw; padding-top: 4vw;}
.event_container img {width: 100%;}
.event_title {width: 16vw; top: 1.5vw; left: 2vw;}
.event_btn {width: 20vw; top: 0vw; right: 1vw;}
.event {width: 48%; padding: 1%;}

.notice_container {width: 80vw; margin-top: 50px;}
.notice_title {position: initial; width: 35%; margin: auto; border-radius: 20px 20px 0 0; line-height: 1.2; text-align: center; font-size: 26px;}
.notice_txt {font-size: 17px; padding: 1.5vw;
    -webkit-box-shadow: 4px 4px 0px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.5);
    box-shadow: 4px 4px 0px 0px rgb(0 0 0 / 50%);}

/*prod_m*/
.prod_wrapper {padding-top: 20px;}
.prod_container {}
.ProductList {}

/**group**/ 
.group {width: 100vw; margin-bottom: 35px; padding-bottom: 20px;}
.group .tit {width: 55vw; height: 13vw; margin: auto;}
.group .tit img {width: 100%;}
.group:before, #group_2::before {background: #fff2d8; height: -webkit-fill-available; top: 8vw; background-size: 100vw; border-top: 40px solid #febb08; border-bottom: 5px solid #febb08;}
	
.ProductList .item_ .ProducPrice {height: 40px;}
.prod_wrapper_bg {width: 100vw;}
.prod_bg_item {height: calc(494vw + 1319px);}

/**hotel_title**/
.hotel_title { width: 100vw; height: 29vw; background: none;}
.hotel_main { width: 100vw;}
.hotel_product { margin-top: 5px; margin-right: 0.5vw; margin-left: 0.5vw; width: 24vw; margin-bottom: 0;}
.hotel_img { width: 24vw!important; height: 24vw!important; margin: 0 auto; }
.hotel_detail { height: 120px;}
.hotel_desc { font-size: 14px; overflow: hidden;}
.hotel_tit { line-height: 18px; font-size: 14px; height: 35px;}
.hotel_money { padding: 3px 0;}
.hotel_money span.sign {font-size: 14px;}
.hotel_money span.price {font-size: 24px;}
	
/**nav-top**/ 
.float_tit {display: none;}
.NavArea {display: none; position: fixed; top: 0; left: 0; right: 0;z-index: 998;}
.NavArea .Nav {position: relative; margin: 0; padding: 0; overflow-x: scroll; background: #000; border-bottom: 2px solid #ccc;}
.NavArea .Nav ul {display: flex;}
.NavArea .Nav li {z-index: 10;flex: none;}
.NavArea .Nav a {color: #fff; padding: 0 15px; height: 50px; font-size: 15px; line-height: 50px; font-weight: bold;}
.Nav-slide.active a {color: yellow;}
.NavArea li.highlight0 {display: none;}
.Nav-slide.active a {color: yellow; font-weight: bold; border-bottom: 2px solid yellow; background: #525252;}

/**floatM-bottom**/
.float_wrapper { display: none;}
.M_menu_wrap { position: fixed;  bottom: 0; z-index: 999; }
.M_menu_block{ width: 100vw; background-color: rgb(0 0 0 / 70%); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);  }
.M_menu_block ul { border-top: 2px solid #999; display: flex; justify-content: center; align-items: center; }
.M_menu_block li { width: 100%; font-size: 15px; line-height: 18px; height: 50px; display: flex; flex: auto; justify-content: center; align-items: center; text-align: center; border-left: 1px solid #222; border-right: 1px solid #666; padding-bottom: 8px;}
.M_menu_block li a{ color: #fff; }
	
/**rule_wrapper**/
.rule_wrapper {width: 96vw; margin: 0px auto 70px;}    
.rule_container {border: 0; border-radius: 20px;}
.rule_content {padding: 0; width: 94%;}
.rule_wrapper h1 {font-size: 21px; padding: 10px 0; border-radius: 20px 20px 0 0;} 
.rule_wrapper h2 {font-size: 18px; line-height: 30px; margin-bottom: 0;}
.rule_wrapper h3 {margin-top: 10px; font-size: 17px;}
table {margin-top: 5px; font-size: 13px;}
tr td {padding: 2px;}
.icon-win {top: 2vw;}
	
a.btn_back {display: none;}
	
.button {margin-top: 0;}
.button a {font-size: 20px; padding: 13px 0; width: 60vw;}
}

@media screen and (max-width:768px) {
.event_container {width: 96vw;}	
	
.notice_container {width: 92vw;}
.notice_title {font-size: 22px;}
		
.group:before, #group_2::before {top: 10vw;}	
.group .tit {width: 70vw; height: 16vw;}	
	
.hotel_product {width: 49vw;}
.hotel_img {width: 49vw!important; height: 49vw!important; margin: 0 auto;}
	
/**lightbox**/
.lightbox {width: 96%; padding: 20px 10px;}
.lightbox-01 {height: 90%;}
.lightbox_close {top: 0; right: 0;}
.lightbox_content {padding: 0.5em 1em; top: 18vw;}
.lightbox_area {float: none; width: 100%; padding-top: 2vw;}
.lightbox_content h3 {font-size: 15px; margin-top: 6px;}
}

@media screen and (max-width:520px) {
.event_container {width: 90vw;  margin-top: 7vw; padding-top: 7vw; overflow: hidden; padding-bottom: 25px;}
.event_title {width: 33vw; top: 0;}
.event_btn {width: 50vw; right: 20vw; top: 80vw;}	
.event {width: 100%; padding: 0;}	
		
.notice_container {margin-top: 20px;}
.notice_title {font-size: 18px;}	
.notice_txt {font-size: 14px; padding: 2vw 4vw; border-radius: 10px; text-align: left; font-weight: normal;}
.notice_txt span {display: initial;}

.group .tit {width: 86vw; height: 21vw;}	
	
.lightbox_title {font-size: 20px; padding-top: 10px;}
}
