body {
  /**font-family: 'Noto Sans TC', 'Microsoft JhengHei', "sans-serif", Arial;**/
  font-family: "Century Gothic", Arial, 'Microsoft JhengHei', "蘋果儷中黑", "儷黑 Pro", "新細明體", "sans-serif";
  color: #333;
  background-color: #dac5b6;
  overflow-x: hidden;
}
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;
}

/**main_wrapper**/
.main_wrapper { 
  position: relative;
  width: 100%;
  background: url(../images/kv_bg.png) no-repeat top center, url(../images/main_bg.jpg) repeat center;
}

/**kv_wrapper**/
.kv_wrapper {
  position: relative;
  overflow-x: hidden;
}

/**kv_container**/
.kv_container {
  position: relative;
  margin: auto;
  max-width: 1200px;
  height: 1250px !important;
}

/**kv_slogan**/
.kv_slogan {
  position: absolute;
  top: 14.5%;
  left: 30%;
  z-index: 1; 
}
/**kv_but**/
.kv_but {
  position: absolute;
  top: 34.5%;
  left: 32%;
  z-index: 4;
}
/**kv_fan**/
.kv_fan {
  position: absolute;
  top: 19.2%;
  right: 12.2%;
  z-index: 0;
}
/**kv_leaf**/
.kv_leaf {
  position: absolute;
  top: 5.5%;
  left: -38.5%;
  z-index: 2;
  pointer-events:none; 
}

/**payeasy-logo**/
.kv_logo{
  position: absolute;
  top: -4.5%;
  left: 5%;
  z-index: 3;       
}
.kv_logo a img, .kv_but a img, .kv_coupon a img, .kv_product a img {
  transition: .3s all ease-in-out;
}
@media(hover:hover) {
.kv_logo a img:hover, .kv_but a img:hover{ transform: translateY(-5%);}
}

.animate__flipInX{
  --animate-duration: 2s;
  --animate-delay: 2s;
}

.animate__fadeInDown{
  --animate-duration: 2s;
}

.animate__fadeInUp{
  --animate-duration: 2s;
 --animate-delay: 2s;
}

.animate__jackInTheBox{
  --animate-duration: 3s;
  --animate-delay: 1s;
}

/**energy_wrapper**/
.energy_wrapper{
  position: relative;
  width: 100%;
  margin-top: -650px;
  left: 20px;
  padding-bottom: 50px;
}
.energy_container{
  position: relative;
  width: 1083px;
  height: 952px;
  margin: 0 auto;
  background: url(../images/block_01.png)no-repeat;
}
.energy_container .but_apply1 a{
  position: absolute; 
  bottom: 70px;
  left: 225px;
  cursor: pointer;
}
.energy_container .but_apply2 a{
  position: absolute; 
  bottom: 70px;
  left: 637px;
  cursor: pointer;
}

.energy_container .but_apply1 a img, 
.energy_container .but_apply2 a img{
  transition: .3s all ease-in-out;
}
@media(hover:hover) {
.energy_container .but_apply1 a img:hover,
.energy_container .but_apply2 a img:hover{ 
  transform: translateY(-5%);}
}

/**event**/
.event_wrapper {
  position: relative;
  margin-top: 100px;
  z-index: 999;
}

.event_container:after {
  content: '';
  position: absolute;
  top: -110px;
  left: -31%;
  background-image: url(../images/bn_bg.png);
  width: 2000px;
  height: 464px !important;
  z-index: -1;
}

.event_container{
  position: relative;
  width: 1214px;
  height: 668px;
  margin: 0 auto;
  background: url(../images/event_border.png)no-repeat;
}

.event_tit{
  position: relative;
  margin: 0 auto;
  width: 732px; 
  top: -70px;
}

.event_container .event{
  display: flex;
  width: 1092px;
  margin: 0 auto;
  position: absolute;
  left: 75px;
  top: 180px;
}

.event_item.item1{
  position: relative;
  left: 45px; 
}

.event_item.item3{
  position: relative;
  left: -45px; 
}

.event_container a{
transition: linear .2s; 
}

@media(hover:hover) {
.event_container a:hover{ 
  transform: translateY(-2%);
  filter: brightness(110%);
  z-index: 999;
}
}

.event_container a img{
  vertical-align: middle;
}


/**Lightbox**/
.lightbox {display: none; box-sizing: border-box; background: #fff; max-width: 850px; width: 80%; height: 80%; margin: auto; padding: 15px; border-radius: 20px; position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 1000;}
.lightbox-00 {background: #83d1fb; /**height: 562px;**/}
.lightbox-01, .lightbox-02, .lightbox-03{background: #cbab94; height: 400px;}
.lightbox .lightbox_head {position: relative;}
.lightbox_content {box-sizing: border-box; background: #fff; width: 95%; margin: 0 auto auto; padding:2em; border-radius: 20px; font-size: 16px; line-height: 25px; color: #000; position: absolute; top: 90px; bottom: 4%; left: 0; right: 0; overflow-y: auto; overflow-x: hidden;}
.lightbox_mask {display: none; background-color: rgba(0, 0, 0, 0.75); position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 999;}
.lightbox_title {display: table; margin: auto; font-size: 35px; font-weight: bold; padding-top: 20px; color: #000;}
.lightbox_content h3 {color: #663a26; font-weight: bold; font-size: 22px; line-height: 28px; margin-top: 18px;}
.lightbox_content p, .lightbox_content li {font-size: 17px; line-height: 1.8em; color: #000;}
.lightbox_content li{list-style: disc; line-height: 25px; margin-bottom: 10px; margin-left: 25px;}
.lightbox_close {color: #000; box-sizing: border-box; width: 31px; height: 31px; border-radius: 20px; position: absolute; top: 15px; right: 15px; cursor: pointer;}
.lightbox_close .icon_close {color: #fff; width: 31px; height: 31px;}
.lightbox_close .icon_close:before, .lightbox_close .icon_close:after {width: 31px; box-shadow: 0 0 15px 3px #ff1100;}
.icon_close {position: absolute; color: #000; margin-top: 0; margin-left: 0; width: 21px; height: 21px;}
.icon_close:before {content: ''; position: absolute; top: 10px; width: 21px; height: 3px; background-color: currentColor;
        -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
.icon_close:after {content: ''; position: absolute; top: 10px; width: 21px; height: 3px; background-color: currentColor;
        -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.lightbox_content a{ font-weight: bold; background-color: salmon; border-radius: 20px; padding: 3px 10px; color: #fff; margin-left: 3px;}
.btn {
  display: block;
  margin: auto;
  width: 300px;
  border-radius: 50px;
  /**background-color: #26bec9;**/
  background: linear-gradient(135deg, #f3e2c7 0%, #c19e67 50%, #b68d4c 51%, #e9d4b3 100%);
  color: #502a19;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  text-decoration: none;
  transition: linear .2s;
  cursor: pointer;
  margin-top: 30px;
  padding: 10px 0;
}
@media(hover:hover) {
.btn:hover{ 
  transform: translateY(-5%);
  filter: brightness(110%);
  z-index: 999;
}
}


/**promotionBlock_forVIPday**/
.promotionBlock { position: relative; }
.promotionBlock .activity {	left: 0px;	position: absolute;	bottom: 0;	width: 100%; z-index: 100; line-height: 0;}
.promotionBlock .activity img { width: 100%; }

/**prod**/
.pro_temp {
  display: none;
}
.prod_wrapper {
  position: relative;
  margin-top: 30px;
}
.prod_container {
  position: relative;
  z-index: 100;
}
.ProductList {
  position: relative;
  z-index: 500;
  margin: auto;
  max-width: 1180px;
  width: 98%;
}
.ProductList:after {
  clear: both;
  display: table;
  content: '';
}
.ProductList .item {
  position: relative;
  width: 100%;
  text-align: center;
}

.ProductList .item > a {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  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: 100%;
  padding-bottom: 100%;
}
.ProductList .ProductImg img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.ProductList .item > a:hover{
  transform: translateY(-5px);
}

.ProductList .ProductDesc {
  overflow: hidden;
  padding: 0 5px;
  height: 36px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 36px;
  background: #000;
  width: 96%;
  margin: 2px auto;
  border-radius: 50px;
}
/**.ProductList .item_1 .ProductDesc, .ProductList .item_2 .ProductDesc,
.ProductList .item_3 .ProductDesc, .ProductList .item_4 .ProductDesc{
    background: linear-gradient(135deg, #f3e2c7 0%, #c19e67 50%, #b68d4c 51%, #e9d4b3 100%);
}**/
.item .ProductName {
  overflow: hidden;
  padding: 4px 5px;
  height: 44px;
  color: #000;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
}
.item .ProducPrice, .item .Event_Condition {
  padding: 7px 10px 10px 10px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: crimson;
  position: relative;
}
.item .ProducPrice label {
  cursor: pointer;
}
.item .ProducPrice i{
  display: flex;
  flex-direction: column-reverse;
}
.item .ProducPrice i em span {
  margin: 0 10px 0 0;
  color: #747474;
}
.item .ProducPrice .prePrice span, .item .Event_Condition i span {
  margin: 0 2px 0 2px;
  font-weight: 500;
  font-size: 34px;/**font-size: 36px;**/
  line-height: 30px;
}
.item .ProducPrice i em {
  color: #747474;
  font-style: normal;
  font-size: 13px;
}
.item .ProducPrice .price_txt {
  color: #F00;
  font-size: 15px;
  line-height: 26px;
}

/**group**/
.group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 0 3px #fff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 60px;
}

/**group**/
.group:nth-child(1), .group:nth-child(2), .group:nth-child(3), 
.group:nth-child(4), .group:nth-child(5){
  display: grid;
  grid-template-columns: 19% 19% 19% 19% 19%;
  justify-content: space-evenly;
  grid-row-gap: 10px;
}

.group:nth-child(5){
  margin-bottom: 50px;
}

/**group:before**/
.group:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 4px solid #d3bfb0;
  border-radius: 20px;
  z-index: -1;
  background-color: #7bb0d2;
}

#group_1:before {
  background-color: #56c7c0;
}

#group_2:before {
  background-color: #51cd94;
}

#group_3:before {
  background-color: #e49e43;
}

/**title***/
.tit {
  display: none;
  margin: auto;
}
.group .tit {
  display: block !important;
  width: 100%;
}
/**title**/
.group .tit_prod {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(to right, #674f2d, #b59865);
  padding: 1px;
  grid-row: 1 / 3;
  position: relative;
}
/**title_right**/
.group:nth-child(2) .tit_prod, .group:nth-child(4) .tit_prod{
  grid-column-start:5;
  grid-column-end:6;
}

.tit_prod_content {
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  background-size: contain, cover;
  background-position: top center, center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  padding-bottom: 45px;
}

/**tit_prod_bg**/
.tit_prod_content.tit_01 {
  background-image: url(../images/title/title_01.png), url(../images/title/title_01_bg.png);
}
.tit_prod_content.tit_02 {
  background-image: url(../images/title/title_02.png), url(../images/title/title_02_bg.png);
}
.tit_prod_content.tit_03 {
  background-image: url(../images/title/title_03.png), url(../images/title/title_03_bg.png);
}
.tit_prod_content.tit_04 {
  background-image: url(../images/title/title_04.png), url(../images/title/title_04_bg.png);
}
.tit_prod_content.tit_05 {
  background-image: url(../images/title/title_05.png), url(../images/title/title_05_bg.png);
}

/**more**/
.tit_prod_btn {
  height: 8%;
  display: flex;
  background: url(../images/title/more.png) no-repeat;
  background-size: contain;
  color: #fff;
  align-items: center;
  width: 60%;
  padding-bottom: 10%;
  font-size: 1.4em;
}
@media (hover:hover) {
.tit_prod_btn {
  transition: all .4s;
}
.tit_prod_btn:hover {
  transform: translateY(-6px);
  filter: brightness(1.2);
}
}

/*bg_wrapper_float*/
.bg_wrapper02 {
  position: absolute;
  width: 100%; 
  height: 100%; 
  top: 0; 
  z-index:999; 
  pointer-events: none;
}
.bg_fly02 {
  display: none;
  top: 0; 
  width: 100%; 
  height: 100%;
  background: url("../images/float.png") no-repeat center;
  position: fixed;
  z-index:999; 
  pointer-events: none;
}

/**bg_wrapper_main_deco**/
.bg_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index:0;
}

.bg_fly {
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/text.png") repeat-y center; 
  /**opacity: .6;**/
  display: none;
}


/**terms_wrapper**/
.terms_wrapper{
  position: relative;
  width: 100%;
  background: url("../images/main_bg02.png") repeat-y center; 
  padding-top: 50px;
  padding-bottom: 80px;
}
.terms_container {
  width: 1200px;
  background-color: #dbf7ff; 
  border: solid 3px #fff; 
  border-radius: 20px 20px; 
  box-shadow: rgba(26, 120, 168, 0.8) 0px 2px 4px 0px, rgba(26, 120, 168, 0.8) 0px 2px 4px 0px;
  margin: 0 auto;
  margin-top: 50px;
}
.terms_container h2 {
  font-size: 36px; 
  font-weight: 800; 
  text-align: center;  
  background-color: #110970; 
  color: #fbf0e0; 
  border-radius: 20px 20px 0 0; 
  padding: 15px 0;
}
.terms_content {
  width: 1000px;  
  margin: 0 auto 40px; 
  font-size: 17px;  
  line-height: 24px;
}
.terms_container h3 {
  color: #0f32a7; 
  font-size: 28px; 
  font-weight: bold; 
  padding: 12px 0; 
  margin-top: 20px;
}
.terms_content ul li {
  margin: 0 30px 7px 40px; 
  list-style-type: none; 
}
.terms_content ol li {
  font-size: 20px; 
  line-height: 28px; 
}
.terms_content li strong {color: red;}

.terms_content a {
  display: inline-block; 
  font-weight: bold; 
  font-size: 18px; 
  color: #0553c5; 
  transition: transform .35s;
}
@media(hover:hover) {
.terms_content a:hover {
  transform: translate(0, -5px);cursor: pointer;}
}

.terms_content .tr001 a {
  display: inline-block; 
  font-weight: bold; 
  font-size: 18px; 
  margin: 5px 3px; 
  border-radius: 30px; 
  color: #0553c5; 
  background-color: #e5f1ff; 
  padding: 5px 20px; 
  transition: transform .35s;
}
@media(hover:hover) {
.terms_content .tr001 a:hover {
  transform: translate(5px, 0);cursor: pointer;}
}
/**bn**/
.terms_content .bn {
  text-align: center;
}
.terms_content .bn a{
  padding: 0px 0px;
  margin: 20px 0px;
}
ol li { 
  list-style: decimal;
  margin: 0 40px 7px 70px;
}
.tb01 tr td{
  padding:30px 0 10px 0;
  /**border-bottom:1px #fff dashed;**/
}
.tb01 tr td p{ 
  /**padding:5px 0 15px 22px; **/
  font-size: 20px; 
  line-height: 28px;
}
ul.applies { 
  color: #686868; 
  padding: 0 0 15px 22px; 
  font-size: 15px; 
  font-weight:800; 
  line-height: 26px;
}
.red{ 
  font-weight: bold; 
  color: #eb2a37; 
  font-size: 20px; 
}
.red2{ 
  font-weight: bold; 
  color: #eb2a37; 
  font-size: 18px; 
  border: 2px solid #eb2a37; 
  padding: 3px 25px; 
  border-radius: 30px; 
  margin-right: 5px;
}
.yellow{ 
  font-weight: bold;
  color: yellow;
}

.tr003 span{
  background-color: brown;
  border-radius: 30px;
  padding: 5px 15px;
  margin-right: 5px;
  margin-left: 15px;
  color: #fff;
}

.tr003 .center{
  text-align: left;
}

/**insurance**/
.insurance{ border-radius: 5px; border: 3px solid #4d4d4d; font-size: 17px; line-height: 1.5; }
.insurance tr td{ padding: 10px 10px 10px 10px; border-bottom: 1px #a0a0a0 solid; border-right: 1px #a0a0a0 solid;}
.insurance tr td p { padding:0px!important; font-size:18px;!important; margin-bottom: 0px; line-height: 18px; display: inline;}
.insurance tr.tr001 { color: #fff; background-color:#3281df; }
.insurance tr.tr001 td { padding: 20px 0 20px 0; }
.insurance tr.tr001 p{font-size: 24px !important; font-weight: bold; }
.insurance tr.tr002 { color: #fff; background-color:#7f7f7f; font-weight: bold; font-size: 22px;}
.insurance tr.tr003 { color: #000; background-color:#fff;}
.insurance tr.tr004 { color: #fff; background-color:#fe8a36;}
.insurance a{color: #06f; text-decoration: underline;}
.step { padding: 0px; line-height: 30px; }
.step a { width: 100%;}

/**photo**/
.photo{
  margin-bottom: 20px;
  width: 100%;
}
.photo2{
  margin-bottom: 20px;
  width: 100%;
}
.text_wrapper{
  width: 1000px;
  margin: 0 auto;
}
.text_container{}
.flip{ display: flex; }
.flip .but{
  display: inline-block;
  width: 100%;
  line-height: 50px;
  font-size: 24px;
  font-weight: 900;
  color: #221712;
  text-align: center;
  background-color: #fff;
}

.flip .but.list{
  background-color: #fff;
  color: #221712;
  border-bottom: 1px solid #d1d1d1;
  transition: ease-out .1s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  margin-bottom: 10px;
}
.flip .but:hover, .flip .but:focus, .flip .but:active{
  background-color: #dbd9d9; 
  cursor: pointer;
}

/**div.panel**/
div.panel{
  width: 100%;
  height: 0;
  overflow: hidden;
  /**background-color: #f4f4f4;**/
  transition: .5S linear height;
  /**padding: 0 50px 0 50px;**/
}
.active div.panel{
  height: auto;
  overflow-y: auto;
  padding: 0px 0px;  
}

/*.open, .close*/
.open, .close{
  border-radius: 30px;	
  border: 1px solid #2f2f2f;
  color: #2f2f2f;
  display: inline-block;/*??????*/
  padding: 6px 15px;
  font-size: 12px;
  line-height: 15px;
  position: relative;
  transition: .3s ease-in-out;
  cursor: pointer;
  margin-left: 10px;
}
.close{display: none;}

.flip:hover .open, .flip:hover .close{
  background-color: #2f2f2f;	
  color: white;
}

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

.panel h3{
  border-radius: 20px;
  padding: 5px 20px;
  margin: 15px 0px 5px 0px;
  text-align: center;
  background-color: #dc4500;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}

.panel p{text-align: left; font-size: 18px; line-height: 25px;}

/**NavArea**/
@media screen and (min-width: 768px) {
/** float **/
.NavArea {
  display: none;
  width: 140px;
  position: fixed;
  top: 20px;
  right: 0;
  z-index: 999;
  animation: slideLeft 1s ease-in-out 1;
}
@keyframes slideLeft {
  0% { transform: translateX(150%);}
  50% { transform: translateX(-8%);}
  65% { transform: translateX(4%);}
  80% { transform: translateX(-4%);}
  95% { transform: translateX(2%);}
  100% { transform: translateX(0%);}
}

/**active highlight bg**/
.Nav-slide.active {
  background-color: #603d27;
}
/**active highlight**/
.Nav-slide.active a {
  color: #fff;
}

.float_tit {
  position: relative;
  top: 25px;
}

.float_main {
  width: 138px;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.go_top {
  display: block;
  cursor: pointer;
}

.Nav-wrapper {
  background: repeating-linear-gradient(120deg, rgb(223 200 173) -1%, rgb(185 152 116) 101%);
  width: 120px;
  margin: -50px auto 0;
  padding-top: 70px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);        
}

.Nav-wrapper li {
  font-size: 15px;
  text-align: center;
  background: transparent;
  margin: auto;
  padding: 5px 0 5px;
  position: relative;
}

.Nav-wrapper li.highlight0 {
  font-size: 18px;
  line-height: 26px;
  padding: 5px;
  margin: 5px;
  color: #3a362e;
  font-weight: bold;
  background-color: #fff;
  border-radius: 20px;
}
    
.Nav-wrapper li.highlight0 a{
  color: #ff4b28;
}

.Nav-wrapper li.highlight1 {
  color: #2f110f;
  font-size: 18px;
  font-weight:bolder;
  border-bottom: thick double #2f110f;
}
    
/**TOP**/
.Nav-wrapper li.highlight2 {
  font-size: 24px;
  border-radius: 0 0 20px 20px;
  padding-bottom: 20px;
  padding-left: 2px;
}
    
.Nav-wrapper li.highlight3 {
  background-color: #2296ed;
  font-size: 15px;
  border-radius: 15px;
  margin: 5px 5px;
}
    
.Nav-wrapper li.highlight3 a{
  color: #fff;
}
    
.Nav-wrapper li.highlight4 {
  background-color: #ff9630;
  font-size: 15px;
  border-radius: 10px;
  margin: 5px 5px;
}
    
.Nav-wrapper li.highlight4 a{
  color: #fff;
}
    
.highlight5 {
  background: linear-gradient(135deg, #5472e6 0%, rgb(230 206 148) 100%);
  font-size: 17px;
  border-radius: 50px;
  margin-top: 10px;
  font-size: 15px;
  text-align: center;
  width: 90px;
  margin-left: 25px;
}
    
.highlight5 a{
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 22px;
  padding: 23px 15px;   
  transition: .3s ease-in-out;
}
    
.highlight5 a:hover{
  color: #121212;
}

.Nav-wrapper li a {
  color: #121212;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  z-index: 500;
}

.Nav-wrapper li a:hover {
  color: yellow;
}

.Nav-wrapper li:after {
  background: yellow;
  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:hover:after {
  right: 10%;
  left: 10%;
}

.Nav-wrapper li.highlight0:after {
  background: transparent;
}
    
}

/**tag wfe******************/
.tag_wfe {
  width: 20px;
  height: 20px;
  background: url(//www.payeasy.com.tw/pezlib/images/tag_wfe_s.png) left;
  position: relative;
  display: inline-block;
  top: -5px;
  background-size: cover;
  vertical-align: middle;
  display: none;
}
.tag_wfe.checked {
  background-position: right;
}
.tag_wfe .brief {
  position: absolute;
  background: #E36E1A;
  width: 64px;
  line-height: 16px!important;
  color: #f6f6f6 !important;
  display: none;
  z-index: 10;
  text-align: center;
  left: 25px;
  top: -5px;
  font-size: 12px !important;
}
.tag_wfe:hover .brief {
  display: block;
}
.tag_wfe.checked:hover .brief {
  display: none;
}
.tag_wfe .brief:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  left: -10px;
  top: 10px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #E36E1A transparent transparent;
}
/**tag**/
.tag_wrapper {
  width: 900px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 18px;
}
.tag_wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.tag_wrapper a {
  display: inline-block;
  margin: 8px;
  padding: 5px 10px;
  float: left;
  background: rgba(255,255,255,0.2);
  color: #fff;
  cursor: pointer;
  border-radius: 30px;
  transition: linear .2s;
}
.tag_wrapper a:hover {
  background: rgba(255,255,255,0.6);
}

/**IPAD AIR**/
@media screen and (max-width:1180px) {
.display_m {
  display: block;
}
.display_pc {
  display: none;
}
     
}


@media screen and (max-width:768px) {
body {
  min-width: inherit;
  background-color: #dac5b6;	
}
* {
  box-sizing: border-box;
}
.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: 60px;
  z-index: 999; 
  display: none;
}
.gotop a {
  display: block; 
  width: 48px; 
  height: 36px;
}    
.header {
  width: 100vw;
}
.footer {
  display: none;
}
.hd_pc {
  display: none;
}
.hd_m {
  display: block;
}
.display_m {
  display: block;
}
.display_pc {
  display: none;
}
    
.bg_wrapper, .bg_wrapper02{
  display: none;
}

/**main_wrapper**/    
.main_wrapper {
  background-size: 145vw !important;
  width: 100vw;
}
    
/**kv_wrapper**/
.kv_wrapper{}	
.kv_wrapper	img {width:100%;}

/**kv_container**/
.kv_container { 
  width: 100vw;
  height: 65vw !important;
}
    
/**kv_slogan**/
.kv_slogan {
  width: 50vw;
  top: 12.5vw;
  left: 27vw;  
}
      
/**kv_but**/
.kv_but {
  width: 43vw;
  top: 38vw; 
  left: 31vw; 
} 
    
/**kv_fan**/
.kv_fan {
  width: 20vw;
  top: 14vw;
  right: 10vw;
} 
    
/**kv_leaf**/
.kv_leaf {
  display: none;
}    
 
/**payeasy-logo**/
.kv_logo{
  display: none; 
}  
    
/**energy_wrapper**/
.energy_wrapper{
  margin-top: -13vw;
  left: 1vw;
  padding-bottom: 0px;
}
.energy_container{
  background-size:contain;
  height: 90vw;
  width: 100vw;
}    
.energy_container img{
  width: 100%;
}
.energy_container .but_apply1 a{
  width: 22vw;
  bottom: 8vw;
  left: 19vw;
}
.energy_container .but_apply2 a{
  width: 22vw;
  bottom: 8vw;
  left: 56.5vw;
}    

/**event**/
.event_wrapper{
  margin-top: 8vw;
  left: -3vw;  
} 
  
.event_container:after {
  display: none;
}    
    
.event_container{
  width: 100vw;
  height: 60vw;
  background-size: 105vw !important;
} 
    
.event_tit{
  width: 80vw; 
  top: -9.5vw;
  left: 3vw;
} 
    
.event_tit img{
  width: 100%;     
}    
 
.event_container .event{
  width: 100vw;
  left: 3.5vw;
  top: 14vw;
}
 
.event_container .event img{
  width: 100%;
}    
    
.event_item.item1{
  left: 4vw; 
}

.event_item.item3{
  left: -4vw; 
}    
    
/**lightbox**/
.lightbox {width: 96%; padding: 20px 10px;}
.lightbox-01, .lightbox-02, .lightbox-03{background: #cbab94; height: 50vh;}
.lightbox_close {top: 0; right: 0;}
.lightbox_content {padding: 0.5em 1em; top: 18vw;}
.lightbox_area {float: none; width: 100%; padding-top: 2vw;}
.lightbox_title {font-size: 25px; padding-top: 3%; padding-right: 3%;}
.lightbox_content h3 {font-size: 18px; margin-top: 6px;}
.lightbox_content p {font-size: 15px;}
    
.title{
  width: 90vw;
  top: -9vw;
} 
.title img{ width:100%;}    
    
.vipEventMenu {
  width: 100vw;
  height: auto;
  z-index: 20;
}
	
.float_wrapper {
  display: none !important;
}
    
/**terms_wrapper**/
.terms_wrapper{
  background-size: 100%;
  padding-top: 20px;
}
.terms_container {
  width: 100vw;
  border-radius: 30px 30px;
  margin-top: 20px;
}
.terms_container h2 {
  font-size: 25px; 
  line-height: 35px; 
  border-radius: 30px 30px 0 0; 
  padding: 10px 0;
}
.terms_content {
  width: 92%; 
  font-size: 14px; 
  line-height: 18px;
  margin: 0 auto; 
  padding-bottom: 10px;
}
.terms_container h3 { 
  font-size: 23px; 
  line-height: 27px; 
  margin-bottom: 0px;
  margin-top: 0px;
}
.terms_content ul li {
  margin: 4px 5px 0 15px;
}
.terms_content ol li {
  font-size: 16px; 
  line-height: 22px; 
}
    
.terms_content a{} 
.terms_content .tr001 a{}
/**bn**/
.terms_content .bn {}
.terms_content .bn a img{
   margin: 0px 0px;
   width: 100%;
}    
ol li{ 
  list-style: decimal;
  margin: 0 0px 10px 20px;
} 
.tb01 tr td{}
.tb01 tr td p{ 
  font-size: 16px; 
  line-height: 25px;
  margin-bottom: 0px;
}
ul.applies{}    
.red{font-size: 16px;}  
.red2{}
.tr003 span{
  margin-left: 0px;
  display: block;
}
    
.tr003 .center{
  text-align: center;
}    
    
/**insurance**/
.insurance{ 
  font-size: 15px; 
  margin: 5px 0; 
}
.insurance tr td{}
.insurance tr td p{
  padding:0 0 0 5px!important;
  line-height: 22px;
  font-size: 16px!important;
}
.insurance tr.tr001{}
.insurance tr.tr001 td{}
.insurance tr.tr001 p{} 
.insurance tr.tr002{}  
.insurance tr.tr003{}
.insurance tr.tr004{}
.insurance a{}
.step { 
  padding: 0 0 10px 3px; 
  line-height: 20px;
}  
/**photo**/
.photo{margin-bottom: 10px;}
.photo2{margin-bottom: 10px;}
/**text_wrapper**/
.text_wrapper{
  width: 90vw;
}
.text_container{}
.flip{}    
.flip .but{
  line-height: 22px;
  font-size: 16px;
}
.flip .but.list{padding: 10px;}
    
/**div.panel**/
div.panel{
  width: 90vw;
  padding: 0 0px 0 0px;
}
.active div.panel{
  height: auto;
  padding: 00px 0px;   
}

/*.open, .close*/
.open, .close{
  padding: 3px 5px;
  font-size: 12px;
  line-height: 16px;
  margin-left: 5px;
}
.close{display: none;}

.panel h3{
  padding: 5px 10px;
  margin: 12px 0px 5px 0px;
  font-size: 16px;
}

.panel p{
  text-align: left; 
  font-size: 16px; 
  line-height: 23px;
}  
    
.button {width: 60vw;}
.button a {
  border-radius: 10px; 
  padding: 7px 25px; 
  font-size: 15px; 
  display: block;
}    
	
/**prod**/ 
.prod_wrapper {
  margin-top: 0px;
}
.prod_container {}
.ProductList .ProductDesc {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 0 3px;
}
.item .ProductName {
  color: #000;
  height: 38px;
  overflow: hidden;
  font-size: 14px;
  text-align: center;
  padding: 2px 4px;
  line-height: 18px;
}
.item .ProducPrice span, .item .Event_Condition i span {
  font-size: 24px;
  letter-spacing: -0.05em;
}
.ProductList .item_ .ProducPrice {
  height: 40px;
}
.prod_wrapper_bg {
  width: 100vw;
}
.prod_bg_item {
  height: calc(494vw + 1319px);
  margin-top: 16vw;
}
.prod_bg_item.prod_bg_00 {
  margin-top: 18vw;
}
.item .ProducPrice, .item .Event_Condition {
  height: 60px;
}
.item .ProducPrice .price_txt {
  font-size: 14px
}
/**group**/
.group {
  padding: 10px;
  margin-bottom: 30px;
}
/**group**/
.group:nth-child(1), .group:nth-child(2),
.group:nth-child(3), .group:nth-child(4),
.group:nth-child(5){
  grid-template-columns: 49% 49%;
  grid-gap: 10px;
}
.group:nth-child(5){
  margin-bottom: 35px;
}
    
/**title**/    
.group .tit_prod {
  grid-row: auto;
  grid-column: 1 / 3;
  height: 40vw;
} 
    
/**title_right**/
.group:nth-child(2) .tit_prod, .group:nth-child(4) .tit_prod{
  grid-column-start:1;
  grid-column-end:3;
  height: 40vw;
}     
.tit_prod_content {
  padding-bottom: 0;
  align-items: flex-end;
  justify-content: space-evenly;
  background-size: 50vw, cover;
  background-position: 0vw -9vw, center;
}

/**tit_prod_bg**/  
.tit_prod_content.tit_01 {     
  background-image: url(../images/title/title_01.png), url(../images/title/title_01_bg_M.png);
}     
.tit_prod_content.tit_02 {     
  background-image: url(../images/title/title_02.png), url(../images/title/title_02_bg_M.png);
} 
.tit_prod_content.tit_03 {
  background-image: url(../images/title/title_03.png), url(../images/title/title_03_bg_M.png);
}  
.tit_prod_content.tit_04 {
  background-image: url(../images/title/title_04.png), url(../images/title/title_04_bg_M.png);
} 
.tit_prod_content.tit_05 {
  background-image: url(../images/title/title_05.png), url(../images/title/title_05_bg_M.png);
}
/**more**/
.tit_prod_btn {
  width: 26vw;
  background-size: cover;
  height: 10vw;
  font-size: 1.1em;
  padding-left: 0.8em;
  padding-bottom: 1.2vw;
  margin-right: 3vw;
  margin-top: 25vw;
}   

/**NavArea**/
.NavArea {
  position: fixed;
  top:0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
}
.NavArea .Nav {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: scroll;
  background-color: #000;
}
.NavArea .Nav ul {
  white-space: nowrap;
}
.NavArea .Nav li {
  z-index: 10;
  position: relative;
  display: inline-block;
  padding: 0;
  overflow: hidden;
  width: auto;
  font-weight: inherit;
  text-align: center;
}
.NavArea .Nav li:nth-child(odd){
  background-color: #131313;
}
.NavArea .Nav a {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 0 12px;
  height: 44px;
  line-height: 44px;
}
.Nav-slide.active a {
  color: salmon;
}
    
.float_tit{ display: none; } 
    
/**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: 18px;line-height: 18px;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:320px) {
.item .ProducPrice i em span {
  font-size: 11px;
}
.item .ProducPrice .price_txt {
  font-size: 13px;
}
.tag_wfe {
  width: 16px;
  height: 16px;
}
}
