body {font-family: "Century Gothic", Arial, 'Microsoft JhengHei', "sans-serif"; color: #333; overflow-x: hidden; background-color: #c4e4ff;}
a {text-decoration: none; display: inline-block;}
:focus {outline: none;}
i {font-style: normal;}
* {box-sizing: border-box;}
.header, .footer {text-align: center; background: #fff;}
.display_pc {display: block;}
.display_m {display: none;}
.event_pc {display: block;}
.event_m {display: none;}

/**main_wrapper**/
.main_wrapper {position: relative;     overflow: hidden;
  background: url(../images/kv_bg.png) no-repeat top center, url(../images/main_bg.jpg) center top 200px;
  padding-bottom: 80px;}

.kv_wrapper {position: relative; overflow: hidden; z-index: 999;}
.kv_container {position: relative; margin: auto; max-width: 1200px; height: 576px;}
.kv_slogan {position: absolute; top: 3%; left: 27%; z-index: 7; pointer-events:none;}
.kv_firework_01 {position: absolute; left: -50%;  right: 0;  top: 3%;  bottom: 0;  margin: auto; background: url("../images/firework_01.png") no-repeat center 20px;  mix-blend-mode: lighten;  z-index: -1;  -webkit-animation: shine 2s ease-in-out infinite;  animation: shine 2s ease-in-out infinite;}
.kv_firework_02 {position: absolute;  left: 54%;  right: 0;  top: 2%;  bottom: 0;  margin: auto;  background: url("../images/firework_02.png") no-repeat center 20px;  mix-blend-mode: lighten;  z-index: -1;  -webkit-animation: shine 2s ease-in-out infinite;  animation: shine 2s ease-in-out infinite;  -webkit-animation-delay: 1s;  animation-delay: 1s;}
.kv_firework_03 {position: absolute; left: 48%;  right: 0;  top: 26%;  bottom: 0;  margin: auto; background: url("../images/firework_03.png") no-repeat center 20px;  mix-blend-mode: lighten;  z-index: -1;  -webkit-animation: shine 2s ease-in-out infinite;  animation: shine 2s ease-in-out infinite;}

/*event*/
.event_wrapper {position: relative; width: 1207px; height: 810px; margin: auto;}
.event_wrapper:before {content:''; position: absolute; top: 6px; bottom: 0; left: 0px; right: 0; margin: auto; width: 1207px; height: 681px; 
    background: url(../images/event_border.png) no-repeat center top;}
.event_tit {position: relative; text-align: center;}
.event_tit:after {content: ''; position: absolute; top: 36px; right: -47px; z-index: 2;}
.event_tit a{transition: .2s ease-in-out; cursor: pointer;} 
.event_tit a:hover{transform:scale(.98); filter: brightness(110%);}
.event.event_block01 {position: relative; width: 1207px; display: flex; justify-content: space-evenly; flex-wrap: wrap; left: 15px;}
.event1, .event2, .event3, .event4, .event5 {padding: 40px 0;}
@media (hover:hover) {
  .event a {transition: all .4s;}
  .event a:hover {
    transform: translateY(-8px);
    filter: brightness(1.2);}
}

/**prod**/
.prod_wrapper {position: relative;}
.prod_container {position: relative; z-index: 100;}
.ProductList {position: relative; z-index: 500; margin: auto; width: 1200px;}
.ProductList:after {clear: both; display: table; content: '';}

/**banner**/
.banner_wrapper{width: 1224px; height: 350px; margin: auto;}
.banner_wrapper img{width: 100%;}
.banner_wrapper a{transition: .2s ease-in-out; cursor: pointer;} 
.banner_wrapper a:hover{transform:scale(.98); filter: brightness(110%);}
.banner_m{display: none;}
/**group**/
.group {position: relative; margin-bottom: 100px;}

/**產品線區塊**/
.group:before {content: ''; position: absolute; top: 78px; bottom: -30px; left: 0px; right: 0;
    margin: auto; background: url(../images/prod_bg.png) no-repeat center top;; width: 1200px; height: auto; z-index: -2;}

/**title***/
.tit {margin: auto;}
.group .tit {position: relative; display: block; margin: 0 auto; text-align: center; margin-bottom: 10px;}
@media (hover:hover) {
  .group .tit a {transition: all .4s;}
  .group .tit a:hover {
    transform: translateY(-8px);
    filter: brightness(1.2);}
}

/*bg_wrapper*/
.bg_wrapper {display: none; position: absolute; width: 100%; height: 100%; top: 0; z-index: 99; pointer-events: none;}
.bg_fly {top: 0; width: 100%; height: 100%; background: url("../images/float.png") center repeat-y; animation: lightning 2s ease-in-out infinite alternate, upDown_animation 1s ease-in-out infinite alternate;}

/**hotel**/
.hotel_main {width: 1000px;  margin: 0 auto;  margin-bottom: 70px;}
.hotel_title {position: relative; height: 90px;  text-align: center;}
.hotel_product { position: relative;  float: left;  width: 240px; 
  margin-left: 3px;  margin-right: 3px;  margin-top: 6px;  margin-bottom: 6px; 
  text-align: center;  background: #fff;  border-radius: 10px;  overflow: hidden; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);}
.hotel_product a {position: relative; display: block;}
.hotel_img { width: 100%;  height: 213px; 
  background-size: cover; 
  background-position: 50%; 
  background-repeat: no-repeat; 
  transition: all .5s linear; 
  background-color: #fff; 
  overflow: hidden;}
.hotel_img:hover {
  transform: scale(1.05); 
  filter: brightness(110%);}
.hotel_detail {height: 128px;}
.hotel_desc {overflow: hidden;  width: 90%;  border-radius: 30px; 
  background: linear-gradient(90deg, #ffc6b6 0%, #ff88a4 100%); 
  padding: 0 5px;  height: 36px;  color: #fff;  font-weight: bold;  font-size: 15px;  line-height: 36px;  margin: 3px auto 0;}
.hotel_tit {overflow: hidden;  padding: 4px 5px;  height: 42px;  color: #000;  text-align: center;  font-size: 15px;  line-height: 1.2em;}
.hotel_money {color: #f00;  text-align: center;  padding: 7px 0;}
.hotel_money span.sign {font-size: 15px;  padding-left: 3px;}
.hotel_money span.price {font-size: 33px;}

/**otherbn**/
.otherbn-main {width: 1200px; margin: auto; overflow: hidden; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center;}
.otherbn-slide {padding: 10px; border-radius: 20px; margin: 7px; overflow: hidden; background: #fff;}
.otherbn-slide:nth-child(1) {border: 4px solid #56ab57;}
.otherbn-slide:nth-child(2) {border: 4px solid #56ab57;}
.otherbn-slide:nth-child(3) {border: 4px solid #56ab57;}
.otherbn-slide:nth-child(4) {border: 4px solid #56ab57;}
.otherbn-slide a {transition: linear .3s;}
.otherbn-slide a:hover {transform: scale(0.98);filter: brightness(110%);}


@media screen and (min-width: 1025px) {
  .NavArea {display: none; width: 115px; position: fixed; top: 120px; right: 5px; z-index: 250;}
  .Nav-slide.active {background-color: rgb(0 0 0 / 40%);}
  .Nav-slide.active a {color: #fff100;}
  .go_top { display: block; cursor: pointer;}
  .float_tit {position: absolute; top: -80px; left: 0px;}
  .Nav-wrapper li.float_tit:hover {background: none;}
  .Nav-wrapper {width: 105px; background: rgb(55 67 86 / 80%); border-radius: 15px 15px 4em 4em; padding: 15px 5px 7px 5px;}
    
  li.Nav-slide.text {font-size: 16px; background: #efd669; border-radius: 10px 10px 0 0; border-bottom: 1px dotted #fff;}
  li.Nav-slide.text a {color: #000; font-weight: bold;}
    
  .Nav-wrapper ol.Nav-event {background: #f22158; border-radius: 0 0 10px 10px; margin-bottom: 5px;}
  .Nav-wrapper li {font-size: 15px; line-height: 1.2; text-align: center; background: transparent; margin: auto; padding: 5px 0;}
  li.Nav-slide.event {border-bottom: 1px dotted #fff;} 
  li.Nav-slide.event:last-child {border-bottom: 0;}  
  li.shopping {background: #ef3465; width: 100%; border-radius: 0;}
  li.travel {background: #1689f1; width: 100%; border-radius: 0 0 10px 10px;}

  .Nav-wrapper ol.Nav-event2 {margin: 0;}
  .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:hover {background: rgb(0 0 0 / 40%);}
  .Nav-wrapper li a span {display: block;}
    
  /*gotop*/
  .Nav-wrapper li.go_top {font-size: 24px; border-radius: 0 0 20px 20px; padding: 7px 0;}
  .Nav-wrapper li.go_top:after {background: #ee703e;}
  .Nav-wrapper li.go_top:hover {background: none;}
}




@media screen and (max-width:1024px) {
.gotop {background: url(//www.payeasy.com.tw/pay_event/pezlib/images/icon_top.png) no-repeat; width: 36px; height: 36px;  
  position: fixed; right: 5px; bottom: 60px; z-index: 999;  display: none;}
.gotop a {display: block;  width: 48px;  height: 36px;}
.header {width: 100vw;}
.display_m {display: block;}
.display_pc {display: none;}
a {display: block;}
    
.main_wrapper {background-size: 162%, 100%;}   
.kv_wrapper { }
.kv_container {width: 100vw; height: 45vw;}
.kv_container img {width: 100%;}
.kv_slogan {width: 42vw; left: 27vw; top: 4vw;}
    
/*event_wrapper*/
.event_wrapper {width: 100vw; height: auto; margin-left: 1vw; padding-bottom: 3vw;}
.event_wrapper:before {top: 6vw; bottom: 0; left: -2vw; right: 0;
        width: 100vw; height: auto;
         background: url(../images/event_border_m.png) no-repeat top center}
.event_wrapper img {width: 100%;}    
.event_tit {width: 50vw; left: -2vw; margin: auto;}
.event_tit:after {display: none;}
 
.event.event_block01 {width: 93vw; left: 4vw;}    
.event1, .event2, .event3 {width: 25vw;} 
.event4, .event5 {width: 35vw;}

.banner_wrapper {width: 1224px;height: auto; padding-top: 5vw; margin: auto;}
.banner_wrapper img {width: 100vw;} 
    
/**prod_m**/
.prod_wrapper{margin-top: -5vw;}    
.prod_container{}    
.ProductList {width: 100vw; margin-top: 3vw;}
     
/**group**/
.group{padding-top: 0vw; margin-bottom: 10px;}
    
/**title***/
.tit {}
.group .tit {width: 100vw; left: 0vw; top: 5vw; margin-bottom: 5vw; background-size: 100%;}
.group .tit img {width: 70%;}
  

/**產品線區塊**/
.group:before {border-radius: 10px; width: 100vw; top: 9vw; left: 0px;}
    
/**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; top: 10px;}
.hotel_img {width: 24vw; height: 24vw; margin: 0 auto;}
.hotel_detail {height: 124px;}
.hotel_desc {font-size: 14px;}
.hotel_tit {line-height: 18px; font-size: 14px;}
.hotel_money {padding: 0;}
.hotel_money span.sign {font-size: 14px;}
    
.otherbn-main {width: 100vw; margin-top: 50px;}
.otherbn-slide {width: 47%;} 
.otherbn-slide img {width: 100%;}
    
/**NavArea-top**/ 
.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;}
.NavArea li.highlight0 {display: none;}
.Nav-slide.active a {color: yellow; font-weight: bold; border-bottom: 2px solid yellow; background: #525252;}
ol.Nav-event {display: contents;}
ol.Nav-event2 {display: contents;}
li.Nav-slide.shopping {background: #ef3465; border-right: 2px dotted #ccc;}
li.Nav-slide.travel {background: #1689f1; border-right: 2px dotted #ccc;}
    
/**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: 17px;line-height: 17px;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; }
.M_menu_block a{ color: #fff; display: block;}  
    
}


@media screen and (max-width:768px) {
.main_wrapper{background: url(../images/kv_bg.png) no-repeat top center, url(../images/main_bg_m.jpg) center top 200px; background-size: 220%, 100%;}
.kv_container {height: 64vw;}
.kv_slogan {width: 55vw; left: 21vw; top: 3vw;}
.kv_firework_01,.kv_firework_02,.kv_firework_03{display: none;}
.event_wrapper {padding-bottom: 7px;}
.event_m {display: block;}
.event_pc {display: none;}

.event_wrapper:before {top: 6vw; bottom: 0; left: -2vw; right: 0; width: 97vw; height: auto; background: url(//www.payeasy.com.tw/pbenefit/event/2025/10/asml/images/event_bg.jpg) center top;
border-radius: 20px; -webkit-box-shadow: 0px 0 5px 3px rgb(0 0 0 / 30%); box-shadow: 0px 0 5px 3px rgb(0 0 0 / 30%);}    
.event.event_block01{left: -1vw; width: 96vw; margin: 0 auto;}
.event_tit{width: 100vw; left: -3vw; margin: auto;}
.event1 {order: 1;}
.event2 {order: 2;}
.event3 {order: 3;}
.event4 {order: 4;}
.event5 {order: 5;}
.event1, .event2, .event3, .event4 {width: 47vw;} 
.event5 {width: 100vw;}
.event4 a {display: block;}
.event1, .event2, .event3, .event4, .event5 {padding: 2vw 0;}

.banner_wrapper {width: 96vw; height: auto; margin: auto;}
.banner_wrapper img {width: 96vw;}  
.banner_m{display: block;} 
.banner_pc{display: none;}
    
.group .tit {width: 100vw;}
.group {margin-bottom: 30px;}
.group .tit img {width: 100%;}

.hotel_product {width: 48vw;}
.hotel_img {width: 48vw; height: 48vw;}
.hotel_money span.price {font-size: 30px;}
.hotel_detail {height: 117px;}
    
/**otherbn**/
.otherbn-slide {width: 100%;}

}

@media screen and (max-width:560px) {
.otherbn-main {width: 100vw; margin-top: 20px;}
}

