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

.main_wrapper {position: relative; width: 100%; margin: auto; overflow: hidden; background: url(../images/kv_bg.png) no-repeat center top, url(../images/main_bg.jpg) fixed bottom center; padding-bottom: 30px;}

.kv_wrapper {overflow: hidden; position: relative; width: 100%;}
.kv_left {position: absolute; top: 160px; left: -48px; z-index: 1;}
.kv_right {position: absolute; top: 97px; right: -48px; z-index: 1;}

.kv_container {position: relative; z-index: 1; margin: auto; width: 1004px; height: 700px; background: url(../images/kv_slogan_bg2.png) no-repeat center 17px;}
.kv_slogan {position: absolute; top: 214px; left: 308px; z-index: 2;}
.logo {position: absolute; top: 21px; left: -23px; z-index: 600;}


/*event*/
.event_pc {display: block;}
.event_m {display: none;}
.event_wrapper {width: 1200px; margin: auto; padding: 40px;
    display: flex;
    justify-content: space-around;}
.event_btn { }
@media(hover:hover) {
.event_btn a:hover {filter: brightness(110%); transform: scale(0.98);}
}

/**group**/
.group {position: relative; margin: 20px 0 60px 0; padding-bottom: 20px;}
.group:before {content:''; position: absolute; top: 142px; bottom: 0; left: -36px; right: 0; z-index: -1; margin: auto; width: 1223px; height: 901px; 
    background: url(../images/prod_bg.png) no-repeat center top;}

/**title***/
.tit {display: none; margin: auto;}
.group .tit {display: block!important; width: 1150px; text-align: center; padding-bottom: 5px; overflow: hidden;}

/**prod**/
.pro_temp {display: none;}
.prod_wrapper {position: relative;}
.prod_container {position: relative; z-index: 100;}
.ProductList {position: relative; z-index: 500; margin: auto; width: 1150px;}
.ProductList:after {clear: both; display: table; content: '';}
.ProductList .item {position: relative; float: left; width: 220px; margin-left: 5px; margin-right: 5px; margin-bottom: 15px; text-align: center;}
.ProductList .item > a {position: relative; display: block; border-radius: 5px; overflow: hidden;
    -webkit-box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 45%);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 45%);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;}
.ProductList .ProductImg {position: relative; overflow: hidden; margin: 0 auto; width: 220px; height: 220px;}
.ProductList .ProductImg img {position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; max-width: 100%; max-height: 100%;}
.ProductList .item > a {background: #fff;}
.ProductList .item > a:hover, .ProductList .item > a:focus, .ProductList .item > a:active {transform: translateY(-5px);}
.ProductList .ProductDesc {overflow: hidden; padding: 0 5px; height: 36px; color: #fff; font-weight: bold; font-size: 15px; line-height: 36px; background: linear-gradient(90deg, #a75144 0%, #521a12 100%); width: 90%; margin: 2px auto; border-radius: 50px;}
.item .ProductName {overflow: hidden; padding: 4px 5px; height: 38px; color: #000; text-align: center; font-size: 16px; line-height: 21px;}
.item .ProducPrice, .item .Event_Condition {position: relative; padding: 5px; height: 41px; color: #e34357; line-height: 1.2em; margin-top: 3px;}
.item .ProducPrice label {cursor: pointer;}
.item .ProducPrice i em span {font-size: 13px;}
.item .ProducPrice i {display: flex; flex-direction: column-reverse;}
.item .ProducPrice span, .item .Event_Condition i span {margin: 0 2px; font-weight: 500; font-size: 33px;}
.item .ProducPrice i em {color: #747474; font-style: normal; font-size: 13px;}

/**hotel**/
.hotel_main {width: 1200px; margin: 0 auto; overflow: hidden; padding-bottom: 14px;}
.hotel_title { position: relative; height: 90px; text-align: center;}
.hotel_product {position: relative; text-align: center; background: #fff; width: 220px; top: 22px; margin-left: 5px; margin-right: 5px; margin-bottom: 15px;
    border-radius: 5px; overflow: hidden; transition: linear .3s;
    -webkit-box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 45%);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 45%);}
.hotel_img { width: 100%; height: 220px; 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 {height: 130px;}
.hotel_desc {overflow: hidden;padding: 0 5px; height: 36px; color: #fff; font-weight: bold; font-size: 15px; line-height: 36px; background: #0365aa; width: 90%; margin: 2px auto; border-radius: 50px;}
.hotel_tit {overflow: hidden; padding: 4px 5px; height: 38px; color: #000; text-align: center; font-size: 16px; line-height: 21px;}
.hotel_money {padding: 5px; height: 45px; color: #e34357; position: relative;}
.hotel_money span.price {margin: 0 2px; font-weight: 500; font-size: 33px;}
.hotel_money span.price {font-size: 32px;}

/*bg_wrapper*/
.parallax-background {
  background-image: url('http://placekitten.com/1000/1000');
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);}
.bg_wrapper {display: none; position: absolute; width: 100%; height: 100%; top: 0; z-index:99; pointer-events: none;}
.bg_fly {width: 100%; height: 100%; background: url("../images/float.png") center top;}

@media screen and (min-width: 1025px) {
  .NavArea {display: none; width: 100px; position: fixed; top: 170px; right: 15px; z-index: 250;}
  .Nav-slide.active {background-color: rgb(255 255 255 / 40%);}
  .Nav-slide.active a {color: #fff100;}
  .go_top { display: block; cursor: pointer;}
  .float_tit {position: absolute; top: -127px; left: 0;}
  .Nav-wrapper:first-child {padding-top: 10px;}
	
  .Nav-wrapper {width: 90px; background: #1d7473; border-radius: 15px; padding: 0 5px;}
  .Nav-wrapper li {font-size: 15px; text-align: center; background: transparent; margin: auto; padding: 4px 0;}
  .Nav-wrapper li.highlight0 {background-color: #ff6637; border-radius: 25px; color: #191919; line-height: 18px; padding: 7px 0; margin-top: 5px;}
  .Nav-wrapper li.highlight1 {padding-left: 2px;}
  .Nav-wrapper li.highlight2 {font-size: 24px; border-radius: 0 0 20px 20px; padding: 10px 0 15px;}
  .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: 10px; width: 36px; bottom: 15px; z-index: 900; 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/kv_bg_m.png) no-repeat center top, url(../images/main_bg.jpg) fixed bottom center #efbfa8; background-size: 100%, 100%;}
.kv_wrapper { }
.kv_wrapper img {width: 100%;}
.kv_container {width: 100vw; height: 52vw; background: url(../images/kv_slogan_bg.png) no-repeat center -2vw; background-size: 80%;}
.kv_slogan {width: 32vw; top: 13.5vw; left: 34.5vw;}
.logo {text-indent: -999px;}	
	
/**group**/
.group .tit {width: 85vw; margin: auto; overflow: initial;} 	
.group .tit img {width: 100%;}
.group {margin: 0 0 20px 0;}
.group:before {height: -webkit-fill-available; width: 100%; top: 11vw; left: 0;
        background: url(../images/prod_bg_m.jpg) center top; background-size: 50%;}
    
/**prod_m**/
.prod_wrapper{ }  
.ProductList {width: 100vw; right: 0;}
.ProductList .item {width: 19vw; margin: 0 .5vw; margin-bottom: 1.5vw;}  
.ProductList .ProductImg {width: 19vw; height: 19vw; border: 0;}
.ProductList .ProductDesc {height: 36px; overflow: hidden; line-height: 36px; font-size: 14px; padding: 0 3px;}
.item .ProductName {height: 34px; font-size: 14px; line-height: 18px;}

/**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: 19vw; margin-bottom: 0; top: 10px;}
.hotel_img {width: 19vw!important; height: 19vw!important; margin: 0 auto;}
.hotel_detail {height: 124px;}
.hotel_desc {font-size: 14px;}
.hotel_tit {line-height: 18px; font-size: 14px; height: 34px;}
.hotel_money {padding: 0; margin-top: 3px;}
.hotel_money span.sign {font-size: 14px;}
	   
/**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;}
}

@media screen and (max-width:768px) {
.group .tit {width: 100vw;}	
	
/**prod_m**/
.ProductList .item {width: 49vw;}  
.ProductList .ProductImg {width: 49vw; height: 49vw;}
.item .ProducPrice, .item .Event_Condition {margin-top: 0;}
.item .ProducPrice span, .item .Event_Condition i span {font-size: 27px;}
    
/**hotel_title**/
.hotel_product {width: 49vw;}
.hotel_img {width: 49vw!important; height: 49vw!important;}
.hotel_money span.price {font-size: 30px;}  
.hotel_detail {height: 116px;}
    
}

@media screen and (max-width:560px) {	
.main_wrapper {background-size: 120%, 100%;}
.kv_container {width: 100vw; height: 77vw;
    background: url(../images/kv_slogan_bg.png) no-repeat center -3vw; background-size: 116%;}
.kv_slogan {width: 46vw; top: 19.3vw; left: 27.5vw;}
    
}


@media screen and (max-width:320px) {
.item .ProducPrice i em span { font-size: 11px;}
.item .ProducPrice .price_txt { font-size: 13px;}
.hotel_money span.price {font-size: 27px;}
}