@charset "big5";
/* CSS Document */
body { min-width: 1200px; color: #60170e; font: 13px/1.6em "Century Gothic", Arial, 'Microsoft JhengHei', "蘋果儷中黑", "儷黑 Pro", "新細明體", "sans-serif"; background-color: #fdba5b;}
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 { margin: auto; position: relative; width: 100%; overflow: hidden; background-image: url(../images/prod_bg.png); background-repeat:repeat;}

/**主kv**/
.kv_wrapper{ width: 100%; /**overflow-x: hidden; overflow-y: hidden;**/ background: url(../images/kv_bg.png)no-repeat center; position: relative;}
.kv_container {position: relative; width: 1200px; height: 495px; margin: 0 auto;}
.kv_slogan {position: absolute; top: 50px; left: 285px; z-index: 1;}

/**活動區**/
.event_wrapper {position: relative; z-index: 2; background: url(../images/event/event_bg.png) no-repeat top center;}
.event_container{ width: 1060px; height: 363px; background: url(../images/event/event_border.png) no-repeat top center; margin: 0 auto; position: relative;display: flex; flex-direction: column; }
.event1_block{position: relative; top: -60px; display: flex; flex-direction: column; align-items: center;}
.event1{width: 994px; height: 169px; background: url(../images/event/event1_bg.png) no-repeat top center; margin: 0 auto; position: relative; display: flex; justify-content: space-evenly; align-items: center;}
.event1_title{display: flex; justify-content: center;}
.event1 img,.event_01 img,.event_02 img,.event_03 img,.event_04 img,.event_05 img,.event_06 img{width: 100%;}
.event2-3{position: relative; width: 994px; display: flex; margin: 15px 0;}
.event1 a,.event2-3 a{transition: linear .2s;}
.event_05,.event_06 {padding: 0 10px}
@media(hover:hover) {.event1 a:hover,.event2-3 a:hover{ transform:translateY(-3.5%);}
}

/**best**/
.best_main {margin: auto; padding-top: 50px; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.title_best {text-align: center; padding-bottom: 10px;}
.best_btn{display: block;}
.best_btn_m{display: none;}
.best_btn a {padding: 10px; transition: linear .3s;}
.best_btn a:hover {filter: brightness(130%); transform: scale(0.98);}

/**hot**/
.hot_wrapper {width: 100%; position: relative; margin-top: -160px; z-index: 2; height: 490px; background: url(../images/event/event_bg.png) no-repeat top center;}
.hot_container{ width: 1000px; height: 250px; background: url(../images/event/event_border.png) no-repeat top center; margin: 0 auto; position: relative; top:220px; display: flex;}
.hot a {transition: linear .2s;}
.hot.go {padding-top: 10px;}

@media(hover:hover) {
.hot a:hover {transform:translateY(-3.5%); filter: brightness(120%);}
}

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

/**group**/
.group {position: relative; z-index: 1; width: 100%; margin-bottom: 70px;}
.group .tit {position: sticky; z-index: 1; text-align: center; padding-top: 10px;}
.group:before{
	content:'';
	position: absolute;
    top: 110px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/border.png) no-repeat;
    width: 1200px;
    height: 900px !important;
	z-index: -1;
}

/**hotel**/
.hotel_main {width: 1080px; margin: 0 auto;}
.hotel_product {position: relative; text-align: center; background: #fff; overflow: hidden; width: 260px; margin-left: 5px; margin-right: 5px; margin-bottom: 10px; border-radius: 10px; transition: linear .2s; box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 4px, rgba(0, 0, 0, 0.2) 0px 3px 4px;
}
.hotel_img {width: 100%; height: 260px; 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, #ffb64b 0%, #ff9832 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: 0 2px; height: 40px; color: #ff0000;}
.hotel_money span.price {margin: 0 2px; font-weight: 500; font-size: 32px; line-height: 37px;}

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

.notice_wrapper {max-width: 1080px;  margin: 60px auto;  padding: 20px 3%;  line-height: 1.5rem;  background-color: #fff;  border-radius: 20px; }
.notice_wrapper h1{width: 800px; height: 124px; margin: 0 auto; background: url(../images/notice_title.png) no-repeat top center;}
.notice_wrapper h3{border-radius: 2em; padding: .3rem .8em; background-color:#843933; color: #fff; margin-bottom: .5rem; display: inline-block; font-size: 18px; font-weight: 700;}
.notice_wrapper strong{font-weight: 700; color: firebrick;}
.notice_wrapper a{color: dodgerblue;}
.notice_content p {padding-left: 10px; font-size: 18px; color: #000;}
.btn_txt{border-radius: 2em; padding: .2rem .8em; background-color:tomato; box-shadow: 0 2px 0 0 rgba(0,0,0,.4); color: #fff !important; margin-bottom: .5rem; display: inline-block; font-size: 15px;	transition: all linear .2s;}
.notice_wrapper table{border: 2px solid #d7361d; width: 100%;}
.notice_wrapper th{background-color: #d7361d; border: 2px solid #d7361d;	color: #fff; padding: .4rem .8em; white-space: nowrap; font-size: 18px;}
.notice_wrapper td{	border: 2px solid #e9cfb9; padding: .4rem .8em; word-break: break-all;	background-color: #fff; font-size: 15px;}
@media(hover:hover){
	.btn_txt:hover{
		transform: translateY(2px);
		box-shadow: none;
	}
}

.banner{position: relative; display: flex; justify-content: center;}
.bn_wrapper {width: 1150px; margin: auto; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-evenly; margin-bottom: 60px;}
.bn a {transition: linear .2s;}
.bn a:hover {transform: scale(.95); cursor: pointer;}
.bn a img {vertical-align: middle;}

@media screen and (min-width: 1025px) {
.NavArea {display: none; width: 120px; position: fixed; top: 150px; right: 0; z-index: 500;}
.Nav-slide.active {background-color: rgb(0 0 0 / 30%);}
.Nav-slide.active a {color: #ffee00;}
.float_main { width: 138px; opacity: 0.9; filter: alpha(opacity=90);}
.go_top { display: block; cursor: pointer;}
   
.Nav {position: relative;}
.float_tit {position: absolute; top: -110px; left: -23px; z-index: -1;}
.Nav-wrapper {width: 100px; background: #000; padding: 7px 5px; border-radius: 20px; overflow: hidden;}
.Nav-wrapper li {font-size: 15px; text-align: center; margin: auto; padding: 5px 0; position: relative;}
.Nav-wrapper li.highlight2 {font-size: 24px; padding-top: 10px; padding-bottom: 5px;}
.Nav-wrapper li.best {font-size: 26px; line-height: 30px; color: #FF9800; font-weight: bold;}
.Nav-wrapper li.best02 {padding: 3px 0; border-radius: 5px; background: #bb022c; margin-top: 7px; margin-bottom: 3px;} 
.Nav-wrapper li a {color: #fbe6c7; font-weight: bold; cursor: pointer; position: relative; z-index: 500;}
.Nav-wrapper li a:hover {color: #f7d563;}
.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;}
.gotop a {display: block; width: 48px; height: 36px;}
.header {width: 100vw;}
.display_m {display: none;}
    
/**main_wrapper**/	
.main_wrapper {}
    
/**kv_m**/
.kv_wrapper{}	
.kv_wrapper img {width: 100%;}
.kv_slogan {width: 30vw; top: 2vw; left: 35vw;}
    
/**活動區**/   
.event_wrapper{} 
.event_container{width: 98vw; background-size: contain;} 

/**hot**/   
.hot_wrapper {position: fixed; top: auto; bottom: 0; margin-top: 0; margin-bottom: 0; background-size: 120%; height: auto; z-index: 999;
	background: rgb(184 148 107 / 90%);
	-webkit-box-shadow: inset 0px 3px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 3px 3px 0px rgba(0,0,0,0.15);
	box-shadow: inset 0px 3px 3px 0px rgba(0,0,0,0.15);}
.hot_container {position: initial; width: 70%; height: auto; padding-top: 3px; background: none;}
.hot {width: 50vw; padding: 10px 0;}
.hot img {width: 100%;}
    
/**group**/ 
.group {width: 100vw;}
.group .tit {width: 100vw; margin: auto; padding-bottom: 5px;}
.group .tit img {width: 100%;}
.group:before{top: 4vw; border-radius: 20px; width: 100vw; left: 0px; border: 0px #df534e solid;}  

/**prod**/
.prod_wrapper{}    
.ProductList .item_ .ProducPrice {height: 40px;}
.prod_wrapper_bg {width: 100vw;}
.prod_bg_item {height: calc(494vw + 1319px);}
    
/*bg_wrapper*/
.bg_wrapper{display: none;}     

/*注意事項*/
.notice_wrapper {padding: 20px 0;}
.notice_container {width: 94vw; margin: auto;}
.notice_container h2 {font-size: 22px;  padding: 5px 0;}
.notice_content {font-size: 14px; line-height: 20px;}
.notice_content ol li {margin: 0 5px 5px 30px;}
.notice_content p {font-size: 14px; line-height: 21px;}

/**bn**/
.bn_wrapper {width: 100%; margin: 20px 0;}
.bn {width: 49vw;}
.bn img {width: 100%;}
    
/**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.5vw;}
.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;}
	
/**nav-top**/ 
.float_tit, .float_tit2 {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;}
.NavArea  li.best02 {background: #e76134;}	

}

@media screen and (max-width:768px) {
.display_pc {display: none;}
.display_m {display: block;} 
.kv_wrapper{background: url(../images/kv_bg_m.png)no-repeat; background-size: contain;}
.kv_container {width: 100vw; height: 86.6vw;}
.kv_slogan {width: 80vw; top: 7vw; left: 10vw;}

.event_wrapper img{width: 96vw;}
.event_container{height: 130vw; background: none; display: flex; flex-wrap: wrap; align-content: center;}
.event2-3{flex-direction: column; align-items: center; margin: 0;}
.event1_block{top: 0;}
.event_05,.event_06 {margin: 1vw 0;}
.best_main img {width: 96vw;}
.best_main {position: relative; background-color: #f1c257; padding-top: 0;}
.title_best img {width:100%;}
.title_best{width: 80vw;}
.best_btn{display: none;}
.best_btn_m{display: block;}
.best_btn a {padding: 2vw 0 0; margin-bottom: 4vw;}	
.group{margin-bottom: 0;}
.group:before{background: none;}
.notice_wrapper{margin: 20px 0;}
.notice_wrapper h1{width: 100vw; background-size: 140vw;}
.notice_wrapper td{line-height: 5vw;}
.hot_container {width: 90%;}	
	
.hotel_product {width: 49vw;}
.hotel_img {width: 49vw!important; height: 49vw!important; margin: 0 auto;}
.hotel_money span.price {font-size: 27px; line-height: 1em;}
.hotel_detail {height: 113px;}
}

@media screen and (max-width:560px) {
}