@charset "big5";
/* CSS Document */
body {min-width: 1200px; color: #333; font: 15px/1.2 "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;}

/**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;}

/**prod**/
.prod_wrapper {position: relative; width: 1100px; margin: 0 auto; }
.prod_container {position: relative; z-index: 100;}
.ProductList {position: relative;  z-index: 500;}

/**group**/
.group {width: 1100px; margin: auto;  margin-bottom: 50px;}

/**活動說明**/
.terms_wrapper {padding-bottom: 20px;}
.terms_container {background-color: #fff; border: solid 3px #fff; border-radius: 30px 30px; box-shadow: rgb(55 137 51 / 32%) 0px 2px 4px 0px, rgb(6 37 13 / 52%) 0px 2px 10px 0px; position: relative;}
.terms_container h2 {font-size: 33px; font-weight: 800; color: #fff; border-radius: 30px 30px 0 0; padding: 15px 50px 15px 50px;}
.terms_container h2 b {color: #fff679; display: block; padding-left: 116px;}
.terms_container span .red {color: #c00; font-weight: bold;}
.terms_container span .blue {color: #1070bd; font-weight: bold;}
.terms_container span .brown {color: #7c442f; font-weight: bold; font-size: 1.1em;}

.terms_content {width: 90%;  margin: 0 auto 40px; font-size: 17px; line-height: 24px;}
.terms_container span { font-weight: bold; font-size: 20px; line-height: 25px; margin-top: 10px;}
.terms_content h3 strong {color: #ffe398; margin-right: 3px;}
.terms_content h4 {font-weight: bold; font-size: 18px;  color: tomato;}
.terms_content ul li {margin: 0 30px 7px 30px; list-style-type: none;}
.terms_content ul li.circle {list-style-type: circle;}
.terms_content ul li.number {list-style-type: decimal;}
.terms_content li strong {color: red;}
.terms_content a {display: inline-block;  font-weight: bold;  font-size: 18px;  margin: 5px 3px;  border-radius: 30px;  color: #fff;  background-color: #b1b1b1;  padding: 3px 15px;  transition: transform .35s; -webkit-transform: translate(0, 0);
  transform: translate(0, 0);}
.terms_content a:hover {-webkit-transform: translate(5%, 0); transform: translate(5%, 0); cursor: pointer;}
.terms_content a.over {background-color: lightgray;}
.terms_content a.over:hover {-webkit-transform: translate(0, 0); transform: translate(0, 0);}
.terms_container p { padding-left: 18px; margin-bottom: 5px;}


table.box2 {border: 2px solid #08164e; margin-top: 5px;}
table.box2 tr:nth-child(1) {background: #08164e; color: #fff;}
table.box2 tr {border: 1px solid lightgrey;}
table.box2 td {padding: 5px;}
table.box2 th {padding: 5px;}


.terms_container a.btn {width: 150px;  display: block;  text-align: center; font-weight: bold;  font-size: 20px;  border-bottom: 5px #fa7617 solid;  border-radius: 10px;  
    color: #fff;  background-color: #f7993c; padding: 10px 0; margin: 0 auto; 
    transition: transform .35s; 
    -webkit-transform: translate(0, 0); 
    transform: translate(0, 0); 
    transition: transform .5s; 
    position: absolute; z-index: 999; right: 30px;}

@media(hover:hover) {
.terms_container a.btn:hover {color: #000; background-color: #f7993c; transform: translate(10%, 0); cursor: pointer;}
}

.title {position: relative; background-color: #046c09; border-radius: 30px 30px 0 0; align-items: center;
    display: flex;
    flex-wrap: nowrap;}

/**button**/
.button {position: relative; width: 332px; margin: 0 auto; text-align: center; }
.button a {display: inline-block; background: #cc3032; border-radius: 50px; color: #FFF; padding: 10px 30px; border-bottom: 5px #8d1f20 solid; font-size: 24px; text-align: center; font-weight: bold; margin-top: 0px; margin-bottom: 30px; transition: transform .5s;}

@media(hover:hover) {
.button a:hover {background-color: #8d1f20; transform: translate(10%, 0);  cursor: pointer;}
}


/**coupon**/
.coupon{margin: auto; position: relative;  margin-bottom: 10px; margin-top: 20px;}
.coupon ul{display: flex; justify-content: space-around;}
.coupon ul li {list-style-type: none; margin: 0; }
.coupon ul li img{ width: 100%;}
.coupon a { display: inline-block; transition: transform .35s;  -webkit-transform: translate(0, 0); background: none; padding: 0px 0px;}
.coupon a:hover{-webkit-transform: translate(0, -5px);  transform: translate(0, -5px);}


/**img**/
.layout{width: 100%; margin:5px 0;}
.label{width: 20%; margin:5px 0; font-weight: bold;}
.red{ color: crimson; font-weight: bolder;}

/**tour-discount**/
.tour-discount_wrapper {padding-top: 120px;}
.tour-discount_container {width: 1000px; margin: auto;}
.tour-discount {position: relative; border-radius: 5px; border: 3px solid #4d4d4d; font-size: 18px; line-height: 1.5; background: #fff4e8;}
.tour-discount_title {position: absolute; top: -65px; left: 160px;}
.tour-discount h3 {padding-top: 40px;}
.tour-discount tr td {padding: 10px 0; border-bottom: 1px #a0a0a0 solid; border-right: 1px #a0a0a0 solid;}
.box01 tr.tr001 {background-color: #fff; font-size: 24px; font-weight: bold;}
.box01 tr.tr001 ul {display: inline-block; margin: auto;}
.box01 tr.tr001 li {float: left; background: #ffcb8e; padding: 5px 20px; border-radius: 4em; font-size: 18px; font-weight: bold; margin: 5px;}
.box01 tr.tr005 {color: #fff; font-weight: bold; font-size: 20px;}
.box01 tr.tr002 {color: #fff; font-weight: bold; font-size: 20px;}
.box01 tr.tr003 {color: #000; font-size: 22px;}
.box01 tr.tr003 p {color: #fff; font-size: 20px;}
.box01 tr.tr003 span.customer {font-size: 18px;}
.box01 tr.tr004 {color: #000;}
.box01 tr.tr004 ul {margin-left: 40px; padding: 10px 0;}
.box01 tr.tr004 li {font-size: 16px; list-style: auto;}

/**free-travel-qa**/
.container {width: 96%; margin: auto; padding-bottom: 10px; padding-top: 5px;}
.container li { }
.container h4 {background-color: #bd8151; border-radius: 20px; font-size: 22px; line-height: 30px; font-weight: bold; padding: 5px 20px; display: inline-block; margin: 7px; color: #fff;}

.flip a {display: inline-block; font-weight: bold; font-size: 18px; margin: 5px 3px; border-radius: 10px; color: #fff; background-color: #bc453d; padding: 5px 20px; line-height: 25px; transition: transform .35s;   
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);}
.flip {margin: 0 auto; padding: 13px; text-align: left; border-bottom: dotted 2px #bfbfbf; font-size: 20px; font-weight: 700; color: #bb6c34;
    position: relative; transition: .2s ease-in-out; z-index: 1; cursor: pointer;}
.flip:hover, .flip:focus, .flip:active {color: #bb6c34;}

div.panel {height: 0; overflow: hidden; background-color: #fff; transition: .5s linear height;}
.active div.panel {height: auto; overflow-y: auto; padding: 15px 30px; text-align: left; font-size: 16px;}
.open, .close, .open01, .close01 {border-radius: 30px; border: 1px solid #2f2f2f; color: #2f2f2f; display: inline-block; padding: 6px 10px; font-size: 10px; line-height: 12px;
    position: relative; float: right; left: 0px; transition: .3s ease-in-out; cursor: pointer;}
.close {display: none;}
.open01 {display: none;}
.flip:hover .open, .flip:hover .close {background-color: #2f2f2f; color: white;}

.active .open01 {display: block;}
.active .close01 {display: none;}
.active .open {display: none;}
.active .close {display: block;}

.box02 {margin-top: 10px; font-size: 17px; border: 2px solid #6b1a1a;}
.box02 tr td {padding: 10px; border-bottom: 1px #a0a0a0 solid; border-right: 1px #a0a0a0 solid;}
.box02 tr.tr002 {color: #2d1a1a; font-weight: bold; font-size: 20px;}
.box02 tr.tr003 {color: #000;}
.box02 tr.tr003 p {color: #fff;}

/**hotel-discount**/
.hotel-discount_wrapper {padding-top: 120px;}
.hotel-discount_container {width: 1000px; margin: auto;}
.hotel-discount {position: relative; border-radius: 5px; border: 3px solid #4d4d4d; font-size: 18px; line-height: 1.5; background: #fff;}
.hotel-discount_title {position: absolute; top: -65px; left: 160px;}
.hotel-discount h3 {padding-top: 40px;}

.hotel-discount tr td {padding: 10px 0; border-bottom: 1px #a0a0a0 solid; border-right: 1px #a0a0a0 solid;}
table.box03 tr.tr001 td {font-size: 24px; font-weight: bold;}
table.box03 tr.tr001 ul {display: inline-block; margin: auto;}
table.box03 tr.tr001 li {float: left; background: #ffcb8e; padding: 5px 20px; border-radius: 4em; font-size: 18px; font-weight: bold; margin: 5px;}
table.box03 tr.tr002 {color: #fff; font-weight: bold; font-size: 20px;}
table.box03 tr.tr003 {color: #000; font-size: 22px;}
table.box03 tr.tr003 p {color: #fff; font-size: 20px;}
table.box03 tr.tr003 span.customer {font-size: 18px;}
table.box03 tr.tr004 {color: #000;}
table.box03 tr.tr004 ul {margin-left: 40px; padding: 10px 0;}
table.box03 tr.tr004 li {font-size: 16px; list-style: auto;}


@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) {
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: 80px; 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-size: 162%, 100%;}   
.kv_wrapper { }
.kv_container {width: 100vw; height: 52vw;}
.kv_container img {width: 100%;}
.kv_slogan {width: 42vw; left: 27vw; top: 4vw;}
   
.group {width: 100vw; margin-bottom: 30px;}
    
/**prod**/
.prod_wrapper {width: 100vw;    }
.terms_wrapper {width: 94vw; padding-bottom: 36px;}
.terms_container {border-radius: 30px 30px;}
.terms_container span {font-size: 16px; line-height: 1.5;}
    
.terms_container h2 {font-size: 23px;} 
.terms_container h2 b {display: contents; padding-left: 0;}
    
.terms_container h2 span {display: block;}
.terms_content {width: 100%; margin: 0 auto; padding-bottom: 10px; font-size: 15px; line-height: 1.3;}
.terms_container h3 {font-size: 16px; line-height: 20px; margin-bottom: 10px;}
.terms_content ul li {margin: 0 15px 7px 20px; }    
.terms_content ol li { margin: 4px 5px 0 15px;}
.terms_content a { font-size: 15px;}
.terms_container img{width: 100%;} 
.terms_container a.btn {font-size: 18px; border-bottom: 4px #fa7617 solid; padding: 8px 8px;}  

.terms_content ul li.number {font-size: 14px;}
.tour-discount {font-size: 14px;}
.tour-discount .box01 tr.tr003 span.customer {font-size: 14px;}

.hotel-discount {font-size: 14px;}
.hotel-discount table.box03 tr.tr003 span.customer {font-size: 14px;}
    
#group_3 h2 {padding-bottom: 30px;}  
 .terms_container a.btn {position: absolute; bottom: -12px;
        font-size: 18px;
        border-bottom: 4px #fa7617 solid;
        padding: 5px 8px;}
    

.tit {width: 50vw;margin: auto;}
.tit img {width: 100%;}
.tour-discount_wrapper {padding-top: 60px;}
.tour-discount_title {top: -6.5vw; left: 20vw;}
.tour-discount h3 {padding-top: 30px;}
.hotel-discount_wrapper {padding-top: 80px;}
.hotel-discount_title {top: -6vw; left: 20vw;}


/**button**/
.button { width: 50vw;}
.button a { padding: 7px 25px; font-size: 20px; display: block;}

 /**coupon**/
.coupon{ width: 90vw; margin: auto; position: relative; }
.coupon ul{flex-wrap: wrap;} 
.coupon ul li{ width: 45vw;}
.coupon ul li 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;}
}

@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;}
.terms_container h2 {font-size: 20px;}
.terms_content {font-size: 14px;} 

}

@media screen and (max-width:560px) {
.terms_container h2 {font-size: 17px; line-height: 22px; padding: 15px 25px;}
    
.tour-discount_wrapper {padding-top: 34px;}
.hotel-discount_wrapper {padding-top: 55px;}
.tour-discount_title {width: 80vw; left: 7vw; top: -10vw;}
.hotel-discount_title {width: 80vw; left: 7vw; top: -10vw;}
}

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

}