@charset "big5";
/* CSS Document */
body { min-width: 1200px; color: #333; font: 13px/1.6em "Century Gothic", Arial, 'Microsoft JhengHei', "蘋果儷中黑", "儷黑 Pro", "新細明體", "sans-serif"; background-color: #000;}
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;}

/**主kv**/
.kv_wrapper{ width: 100%; position: relative; background-image: url(../images/kv_bg02.jpg); background-size: cover;
    /**animation**/
    -webkit-animation: slidein 20s;
    animation: slidein 20s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;}

@-webkit-keyframes slidein {
from {background-position: top; background-size:1960px;}
to {background-position: -100px 0px; background-size:2160px;}
}

@keyframes slidein {
from {background-position: top; background-size:1960px;}
to {background-position: -100px 0px; background-size:2160px;}
}

.kv_container {position: relative; width: 1200px; height: 730px; margin: 0 auto;}
.kv_slogan {position: absolute; top: 10px; right: 30px; z-index: 1;}
.kv_photo_01 {position: absolute; top: 220px; left: 25px; z-index: 1;}
.kv_photo_02 {position: absolute; top: 290px; left: 315px; z-index: 3;}

/**活動區**/
.event_wrapper {width: 100%; position: relative; margin-top: -160px; z-index: 2; height: 490px; background: url(../images/event/event_bg.png) no-repeat top center;}
.event_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;}

.event a{transition: linear .2s;}
@media(hover:hover) {
.event a:hover{ transform:translateY(-3.5%);}
}
.event.go {padding-top: 10px;}

/**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; width: 100%; padding-top: 50px; padding-bottom: 70px;   
    /*background-image: url(../images/light_bg.png), url(../images/light_bg_02.png);
    background-repeat: no-repeat, repeat;
    background-position: top, left;*/
	background: url(../images/light_bg_02.jpg) fixed center bottom #a7d2fc;
}
.ProductList {position: relative; z-index: 500;}

/**deco**/
.deco {position: relative; width: 1200px; margin: 0 auto; z-index: 1;}
.info_deco_01{position: absolute; top: 740px; left: -290px;}
.info_deco_02{position: absolute; top: 270px; right: -220px;}
.info_deco_03{position: absolute; top: 400px; left: -290px;}
.info_deco_04{position: absolute; top: 200px; right: -280px;}

/**group**/
.group {position: relative; z-index: 2; width: 100%; margin:auto; margin-bottom: 60px;}
.group .tit {text-align: center; margin-bottom: 10px;}

/**spot**/
.spot_wrapper {padding-bottom: 30px;}
.spot_container {position: relative; width: 1080px; display: flex; justify-content:space-between; margin: 0 auto; /*margin-top: 20px;*/}

/**text**/
.text {font-size: 16px; font-weight: bold; text-align: center; width: 800px; padding: 10px 20px; background-color: #ba9156; border-radius: 30px; color: #fff; margin: 0 auto; position: relative; margin-bottom: 50px;}

/**hotel**/
.hotel_main {position: relative; width: 1080px; margin: 0 auto; z-index: 2;}
.hotel_main:before{content:''; position: absolute; top: 133px; bottom: 0; left: -20px; right: 0; z-index: -1; width: 1120px; height: 890px;
    /*background-color: #000;*/
    box-shadow: rgba(196, 255, 245, 0.5) 0px 4px 16px, rgba(196, 255, 245, 0.5) 0px 0px 32px;
	
	background-color: #edddc1;
    background-image: linear-gradient(135deg, #f3e2c7 0%, #c19e67 50%, #b68d4c 51%, #e9d4b3 100%);
	
    border-radius:30px;}
.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: #00bea4; 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; position: fixed; top:0px; width: 100%; height: 100%; background: url(https://www.payeasy.com.tw/pbenefit/event/2023/12/mttwewc/images/float.png) no-repeat center;}


@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: rgb(0 0 0 / 80%); padding: 5px; border-radius: 20px; overflow: hidden;}
.Nav-wrapper li {font-size: 15px; text-align: center; margin: auto; padding: 3px 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: #00cdb1; 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;}
.Nav-wrapper li.best03 {padding: 7px 0; border-radius: 20px; background: #ff6838; margin-top: 10px;}   
.Nav-wrapper li.best03 a {color: #fff;} 
}

@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: block;}
.display_pc {display: none;}
	
.main_wrapper {}
    
/**kv_m**/
.kv_wrapper { 
    -webkit-animation: slidein_M 20s;
    animation: slidein_M 20s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;}

@-webkit-keyframes slidein_M {
from {background-position: top; background-size:280vw;}
to {background-position: -100px 0px; background-size:320vw;}
}

@keyframes slidein_M {
from {background-position: top; background-size:280vw;}
to {background-position: -100px 0px; background-size:320vw;}
}  
    
.kv_wrapper img {width:100%;}
.kv_container { width: 100vw; height: 70vw;}
.kv_slogan {width: 60vw; top: 1vw; right: -0.5vw;}
.kv_photo_01{width: 35vw; top: 23vw; left: 0vw;}
.kv_photo_02{width: 35vw; top: 32vw; left: 24vw;} 
	
 /**活動區**/   
.event_wrapper{	
    margin-top: -25vw;
    background-size: 232vw !important;
    height: 55vw;} 
.event_container{ 
    width: 98vw;
    height: auto;
    background-size: contain;
    top: 28.5vw;} 
.event {width: 49vw;}
.event img {width: 49vw;} 
	
/**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**/ 
.bg {padding-top: 0px;}     
.group {width: 100vw; margin-bottom: 0; padding-bottom: 20px;}
.group .tit {width: 100vw; margin: auto; padding-bottom: 5px; padding-top: 0px;}
.group .tit img {width: 100%;}    
    
/**spot**/
.spot_wrapper{width: 100vw;}
.spot_container{width: 90vw; flex-wrap: wrap;}   
.spot{ width: 45vw; margin-bottom: 5px;}  
.spot img{ width: 100%;}   
    
/**prod**/    
.deco {display: none;}
.prod_wrapper {background-size: 190vw; padding-top: 10px; padding-bottom: 30px;}
.ProductList .item_ .ProducPrice {height: 40px;}
.prod_bg_item {height: calc(494vw + 1319px);}

/**hotel_title**/
.hotel_title { width: 100vw; height: 29vw; background: none;}
.hotel_main { width: 100vw; overflow: hidden; padding-bottom: 5px;}
.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;}
.hotel_main:before {height: -webkit-fill-available; border-radius: 0; top: 12vw; left: 0;}
	
.text {font-size: 14px; width: 75vw; padding: 10px 20px; margin-top: 0px;}   
	
/**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: #00b294;}	

/*bg_wrapper*/
.bg_wrapper{display: none;}     
}

@media screen and (max-width:768px) {
.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) {
.hotel_main:before {top: 16vw;}
}