body {font: 15px/1.6em "Century Gothic", Arial, 'Noto Sans TC', 'Microsoft JhengHei', "sans-serif"; color: #333;
  background: url(../images/main_bg.jpg) no-repeat fixed bottom;}
a {transition: .3s ease-in-out;}
:focus {outline: none;}
i {font-style: normal;}
*{box-sizing: border-box;}
.header, .footer {text-align: center; background: #fff; position: relative; z-index: 1;}
.display_pc {display: block;}
.display_m {display: none;}
.tag_wfe {display: none;}

.main_wrapper {position: relative; z-index: 1; width: 100%; overflow: hidden;}

.kv_wrapper {position: relative; background: url(../images/kv_bg.jpg) no-repeat top center;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);}
.kv_container {position: relative; z-index: 1; max-width: 1200px; height: 664px; margin: auto;}
.kv_logo {position: absolute; top: -16px; left: 180px; z-index: 6; transition: .3s ease-in-out;}
@media (hover:hover){
 .kv_logo:hover {transform: translateY(-3px);}
}
.kv_slogan {position: absolute; top: 60px; left: 390px; z-index: 3;}
.kv_left {position: absolute; top: 105px; left: -187px; z-index: 2;}
.kv_right {position: absolute; top: 105px; right: -180px; z-index: 2;}

/**prod_wrapper**/
.prod_wrapper {position: relative; width: 1000px; margin: 0px auto 50px;}
.prod_content {width: 100%; padding: 1% 3%; border-radius: 20px; background: #fff; margin-top: 20px; border: 3px solid #e2c8b5;}
.prod_content a {color: dodgerblue; font-weight: bold;}
.prod_wrapper h2 {display: inline-block; margin: 10px 0 3px; padding: 10px 35px; border-radius: 20px; background: #a80f21; color: #fff0dc; font-weight: bold; font-size: 22px;}
.prod_wrapper h3 {color: indianred; font-weight: bold; font-size: 18px; line-height: 23px; margin-top: 10px;}

.group {padding-bottom: 30px;}
.group li {margin-left: 25px;padding: 2px 0; list-style-type: disc;}
#group_5, #group_6, #group_7 {background-color: #efefef; padding: 10px 20px; margin-top: 20px; border-radius: 10px;}

table {margin-top: 5px;}
table.box1 {background: #fff;}
td {padding: 5px;}
img.gift {width: 100%;}

.rule table th {color: #fff; padding: 6px 0;}
.rule b {width: 28px; height: 28px; line-height: 28px; border-radius: 50%; color: #fff;
    display: inline-flex;
    align-content: center;
    justify-content: center;}
.rule_wrapper a {color: dodgerblue; text-decoration: underline; font-weight: bold;}

a.btn_back {display: table; margin: auto; padding: 15px 25px; border-radius: 50px; background-color: darkred; color: #fff; text-align: center; text-decoration: none; font-size: 24px; transition: linear .2s; cursor: pointer; margin-top: 30px;}
a.btn_back:hover, a.btn_back:focus, a.btn_back:active {background-color: tomato;}

/**/
.bg_wrapper {position: absolute; z-index: -2; top: 0; width: 100%; height: 100%;}
.bg_fly {position: fixed; top: 0; width: 100%; height: 100%; background: url("../images/float.png") repeat-y center;}

@media screen and (min-width: 1025px) {
  .NavArea {display: none; width: 120px; position: fixed; top: 130px; right: 0; 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 {font-size: 28px !important; letter-spacing: -0.05em; color: #ffffa5; font-weight: bold;}
  .Nav-wrapper:first-child {padding-top: 16px;}
	
  .Nav-wrapper {width: 120px; background: rgb(0 88 159 / 80%); border-radius: 10px 0 0 10px; padding: 0 5px;}
  .Nav-wrapper li {font-size: 15px; text-align: center; background: transparent; margin: auto; padding: 7px 0; line-height: 1.2;}
  .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; text-decoration: none;}
  .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;}
  .Nav-wrapper li span {display: block;}
}


@media screen and (max-width:1024px) {
body {font-size: 14px; line-height: 1.4em;}
* {box-sizing: border-box;}
.gotop {display: none; 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;}
.gotop a {display: block; width: 48px; height: 36px;}
.header {position: relative; z-index: 99; width: 100vw;}
.display_m {display: block;}
.display_pc {display: none;}
	
.kv_wrapper {
    background: url(../images/kv_bg_m.jpg) no-repeat top center;
    background-size: 100%;}
.kv_container {max-width: 100vw; height: 42vw;}
.kv_container img {width: 100%;}
.kv_logo {width: 15vw; top: -2vw; left: 15vw;}
.kv_slogan {width: 44vw; top: 4vw; left: 30vw;}
.kv_left {width: 37vw; top: 11.3vw; left: -4vw;}
.kv_right {width: 37vw; top: 11.3vw; right: -2vw;}
	
/**prod_container_m**/
.prod_wrapper {width: 98vw; padding-bottom: 15px;}
.prod_content {width: 100%; padding: 1% 2%; margin-top: 5px;}

.group {
    padding-bottom: 10px;
}
.group::last-of-type {
    padding-bottom: 0;
}
.prod_wrapper h2 {
        padding: 10px 20px;
    }
	
a.btn_back {display: none;}
.bg_wrapper {display: none;}

/**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; display: block; text-decoration: none;}
.NavArea li.highlight0 {display: none;}
.Nav-slide.active a {color: yellow; font-weight: bold; border-bottom: 2px solid yellow; background: #525252;}
	
/**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 a { color: #fff; text-decoration: none;}
.M_menu_block li span {display: inline-block;}

}
