body {min-width: 1050px; font: 13px/1.6em "Century Gothic", Arial, 'Microsoft JhengHei', "蘋果儷中黑", "儷黑 Pro", "新細明體", "sans-serif"; color: #fff; background-color: #000;}
a {text-decoration: none; display: inline-block; transition: .3s ease-in-out;}
: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;}

/*smoke效果*/
.smoke_wrapper{pointer-events:none;}
.ag-format-container {width: 100%; margin: 0 auto;}
.ag-smoke-block{z-index: 0; position: relative;}
.ag-smoke-1{
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  animation: an-smoke-1 5s ease-in-out infinite;
  -webkit-animation: an-smoke-1 5s ease-in-out infinite;
  -moz-animation: an-smoke-1 5s ease-in-out infinite;
  -o-animation: an-smoke-1 5s ease-in-out infinite;	
}
.ag-smoke-2{
  width: 57.1em;
  z-index: -2;
  top: 7em;
}
.ag-smoke-2,
.ag-smoke-3 {
  position: absolute;
  left: 0;
  animation: an-smoke-2 5s ease-in-out infinite;
  -webkit-animation: an-smoke-2 5s ease-in-out infinite;
  -moz-animation: an-smoke-2 5s ease-in-out infinite;
  -o-animation: an-smoke-2 5s ease-in-out infinite;	
}
.ag-smoke-3 {
  width: 100%;
  z-index: -4;
  top: -32em;
}
.ag-smoke-4 {
  width: 61.4em;
  z-index: -3;
  position: absolute;
  top: 12em;
  right: 0;
  animation: an-smoke-3 5s ease-in-out infinite;
  -webkit-animation: an-smoke-3 5s ease-in-out infinite;
  -moz-animation: an-smoke-3 5s ease-in-out infinite;
  -o-animation: an-smoke-3 5s ease-in-out infinite;	
}
.ag-smoke__delay-1 {
  animation-delay: 2s;
}
.ag-smoke__delay-2 {
  animation-delay: 4s;
}
@keyframes an-smoke-1 {
  0% {
    opacity: 0;

    -webkit-transform: translateY(5%) rotate(.01deg);
    -moz-transform: translateY(5%) rotate(.01deg);
    -o-transform: translateY(5%) rotate(.01deg);
    transform: translateY(5%) rotate(.01deg);
  }
  50% {
    opacity: .9;
  }
  to {
    opacity: 0;

    -webkit-transform: translateY(0) rotate(.01deg);
    -moz-transform: translateY(0) rotate(.01deg);
    -o-transform: translateY(0) rotate(.01deg);
    transform: translateY(0) rotate(.01deg);
  }
}
@keyframes an-smoke-2 {
  0% {
    opacity: 0;

    -webkit-transform: translate(-10%, 10%) rotate(.01deg);
    -moz-transform: translate(-10%, 10%) rotate(.01deg);
    -o-transform: translate(-10%, 10%) rotate(.01deg);
    transform: translate(-10%, 10%) rotate(.01deg);
  }
  50% {
    opacity: .9;
  }
  to {
    opacity: 0;

    -webkit-transform: translateY(5%) rotate(.01deg);
    -moz-transform: translateY(5%) rotate(.01deg);
    -o-transform: translateY(5%) rotate(.01deg);
    transform: translateY(5%) rotate(.01deg);
  }
}
@keyframes an-smoke-3 {
  0% {
    opacity: 0;

    -webkit-transform: translateY(10%) rotate(.01deg);
    -moz-transform: translateY(10%) rotate(.01deg);
    -o-transform: translateY(10%) rotate(.01deg);
    transform: translateY(10%) rotate(.01deg);
  }
  50% {
    opacity: .9;
  }
  to {
    opacity: 0;

    -webkit-transform: translate(-10%, 5%) rotate(.01deg);
    -moz-transform: translate(-10%, 5%) rotate(.01deg);
    -o-transform: translate(-10%, 5%) rotate(.01deg);
    transform: translate(-10%, 5%) rotate(.01deg);
  }
}

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

.kv_wrapper {overflow-x: hidden; overflow-y: hidden; position: relative; z-index: 100; width: 100%; height: 900px;}
.kv_container {position: relative; z-index: 150; margin: auto; width: 1200px; height: 900px;}
.kv_slogan1 {position: absolute; left: 370px; z-index: 1;}
.kv_slogan2 { position: absolute; top: 77px; left: 17.6%; z-index: 2; pointer-events:none;}
.kv_slogan1, .kv_slogan2 {--animate-duration: 2s;}

/**kv_swiper**/
.kv_slogan3 { position: absolute; z-index: 6; top: 29%; left: 26%;}
.prod_rota {position: absolute; width: 700px; height: 430px; overflow: hidden;}
.prod_rota li a {transition: .2s ease-in-out; cursor: pointer;}
@media(hover:hover) {
.prod_rota li a:hover, .prod_rota li a:visited, .prod_rota li a:focus, .prod_rota li a:active {transform:translateY(-3%);}
}
.prod_rota .swiper-pagination {margin: auto; left: 0; right: 0px; bottom: 0px; margin-right: 56px;}
.swiper-pagination-bullet {background: #fff;}


/**event**/
.event_wrapper {position: relative; z-index:999; margin-top: -200px;}
.event_container{width: 1000px; margin: auto;
    display: flex;}
.event_container a{transition: linear .2s; }

@media(hover:hover) {
.event_container a:hover{ transform: translateY(-5%); filter: brightness(120%);}
}
.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-01 {background: #b4ddf9; height: 562px;}
.lightbox .lightbox_head {position: relative;}
.lightbox_content {box-sizing: border-box; background: #fff; width: 95%; margin: 0 auto auto; padding:1em 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: 25px; color: #000;}
.lightbox_content h3 {color: #0067b9; font-weight: bold; font-size: 22px; line-height: 28px; margin-top: 18px;}
.lightbox_content p, .lightbox_content li {font-size: 16px; line-height: 1.5em; color: #000;}
.lightbox_content li{list-style: disc; line-height: 25px; margin-bottom: 8px; 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;}


/**prod商品區**/
.pro_temp {display: none;}
.prod_wrapper {position: relative; padding-bottom: 120px;}
.prod_container {position: relative; z-index: 100;}
.ProductList {position: relative; z-index: 500; margin: auto; width: 925px; margin-top: 0px;}
.ProductList:after {clear: both; display: table; content: '';}
.ProductList .item {position: relative; float: left; width: 220px;
  margin-left: 4px; margin-right: 4px; margin-top: 0px; margin-bottom: 10px;
  text-align: center; background-color: #FFFFFF; border-radius: 8px; box-shadow:0px 0px 4px rgba(0, 0, 0,0.4);   transition: ease-out .1s;    }
.ProductList .item > a {position: relative; display: block; transform: scale(.95);}
.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%;
  -webkit-transition: ease-out .1s;
  transition: ease-out .1s;}
.ProductList .item > a:hover .ProductImg img {transform: scale(1.05); filter: brightness(110%);}
.ProductList .ProductDesc {overflow: hidden; margin: 0 0px; border-radius: 20px; 
  background-image: repeating-linear-gradient(90deg, rgb(97 223 202) -1%, rgb(129 147 215) 101%);  
  padding: 0 5px; height: 36px; color: #fff; font-weight: bold; font-size: 15px; line-height: 36px;}
.item .ProductName {overflow: hidden; padding: 4px 5px; height: 38px; color: #000; text-align: center; font-size: 15px; line-height: 21px;}
.item .ProducPrice, .item .Event_Condition {position: relative; height: 41px; color: #e34357; line-height: 1.2em; margin-top: 8px;}
.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;}

/**group**/
.group{position: relative; padding-top: 20px; margin-bottom: 60px;}
.group:before{content:''; position: absolute; top: 100px; bottom: 0; left: -140px; right: 0; z-index: -1;
	margin: auto; background-image: url("../images/border_01.png"); width: 1200px; height: 1000px;}
#group_2:before, #group_4:before, #group_6:before {left: -145px; background-image: url("../images/border_02.png");
    width: 1200px; height: 1000px;}

/**title***/
.tit {margin: auto;}
.group .tit {position: relative; z-index: 2; display: block; padding-bottom: 8px;}
.group .tit > div {}
.group .tit a {color: #152572; font-size: 55px; line-height: 55px; font-weight: bold;letter-spacing: 0.05em; margin-top: 145px; padding-left: 50px; padding-bottom: 10px; display: block;}
#group_2 .tit a, #group_4 .tit a, #group_6 .tit a {text-align: right; padding-right: 50px;}
.group .tit i::before {content: ""; background: url(../images/before.png) no-repeat; background-size: 100%; width: 75px; height: 48px; display: inline-block;
    position: relative; top: 5px; right: 5px;}
.group .tit i2::before {content: ""; background: url(../images/after.png) no-repeat; background-size: 100%; width: 75px; height: 48px; display: inline-block;
    position: relative; top: 5px; left: 5px;}
.group .tit a span {display: inline-block; background: url(../images/more.png) no-repeat center top; background-size: 100%; width: 126px; height: 45px;
    position: relative; top: 3px; margin-left: 5px;}

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

/**右側懸浮 float**/
@media screen and (min-width: 1025px) {
.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%);}}
.Nav-slide.active {background-color: rgb(0 0 0 / 30%);}
.Nav-slide.active a {color: #fff;}

.float_tit {}
.float_main {width: 138px; opacity: 0.9; filter: alpha(opacity=90);    }
.go_top {display: block; cursor: pointer;}

.Nav-wrapper {background: #ff6641; width: 100px; margin: -50px auto 0; padding-top: 40px; border-radius: 10px; overflow: hidden; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);}
.Nav-wrapper li {position: relative; font-size: 15px; text-align: center; background: transparent; margin: auto; padding: 5px 0 5px;}
.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.highlight2 {font-size: 24px; border-radius: 0 0 20px 20px; padding-bottom: 20px; padding-left: 2px;}
.Nav-wrapper li.highlight3 {background-color: #009688;  font-size: 15px; border-radius: 30px; margin: 5px 5px; padding: 10px 0;}
.Nav-wrapper li.highlight3 a{color: #fff;}

.Nav-wrapper li a {position: relative; z-index: 500; color: #fff; font-weight: bold;cursor: pointer;}
.Nav-wrapper li a:hover {color: yellow;}
.Nav-wrapper li:after {position: absolute; height: 2px; z-index: 1; right: 51%; left: 51%; bottom: 0; background: yellow; 
        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;}
}

@media screen and (max-width:1024px) {
body {min-width: inherit; background-color: #121a49; font-size: 15px; 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: 10px; z-index: 999; }
.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.png) no-repeat top center; background-size: 153vw; width: 100vw;}

.kv_wrapper {height: auto;}	
.kv_container {width: 100vw; height: 62vw;}
.kv_container img {width:100%;}   
.kv_slogan1 {width: 38vw; left: 31vw;}
.kv_slogan2 {width: 60vw;  top: 6.5vw;  left: 20.2vw;}
  
/**kv_swiper**/	
.kv_slogan3 {top: 20vw; left: 21vw;}
.prod_rota {width: 70vw; height: auto;}
.prod_rota img {width: 100%;}     
.prod_rota .swiper-pagination{bottom: 10px; margin-right: 7vw;}  

/**event**/
.event_wrapper {margin-top: 0; padding-bottom: 80px;}   
.event_container {width: 90vw; height: auto;} 
.event_item a {width: 100%;}     
.event_item a img {width: 100%;}
    
/**lightbox彈窗**/
.lightbox {width: 96%; padding: 20px 10px;}
.lightbox-01 {height: 90%;}
.lightbox_close {top: 0; right: 0;}
.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%;}    

.ProductList {width: 100vw;}
.prod_wrapper {padding-bottom: 10px;}
.ProductList .item {width: 24vw; margin: 0.5vw;}
.ProductList .ProductImg {width: 24vw; height: 24vw; border: 0;}
.ProductList .ProductDesc {height: 30px; overflow: hidden; line-height: 30px; font-size: 14px; margin-top: 5px;}
.item .ProductName {height: 40px; overflow: hidden; line-height: 18px;}
.item .ProducPrice span, .item .Event_Condition i span {font-size: 30px;}
.ProductList .item_ .ProducPrice {height: 40px;}
	
.group .tit a {font-size: 50px; line-height: 1em; margin-top: 30px; padding-left: 10vw;}
#group_2 .tit a, #group_4 .tit a, #group_6 .tit a {padding-right: 10vw;}
.title_txt i::before {width: 47px; height: 35px;}
.title_txt i2::before {width: 47px; height: 35px;}
.title_txt a span {width: 58px; height: auto;}
   
.group:before {height: -webkit-fill-available; top: -85px; left: -100px; bottom: -10px; background-size: 100%;}
#group_2:before, #group_4:before, #group_6:before {height: -webkit-fill-available; top: -85px; left: -77px; bottom: -10px; background-size: 100%;}      


/**錨點-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) {
.event_wrapper {padding-bottom: 0;}  
	
.ProductList .item {width: 49vw;}
.ProductList .ProductImg {width: 49vw; height: 49vw;}
	
.group {margin-bottom: 5px; padding-top: 30px;}
.group:before {width: 100vw; top: 0; left: 0; bottom: 0;
        background: url(../images/border_m_01.jpg) no-repeat center top #b5b9bc;
        background-size: 100%;}
#group_2:before, #group_4:before, #group_6:before {width: 100vw; top: 0; left: 0; bottom: 0;
        background: url(../images/border_m_02.jpg) no-repeat center top #b5b9bc;
        background-size: 100%;}
.group .tit {width: 98vw;}
.group .tit i::before {width: 8vw; height: 5vw; top: 0;}
.group .tit i2::before {width: 8vw; height: 5vw; top: 0;}	
.group .tit a span {width: 15vw; height: 5.5vw;}
	
}

@media screen and (max-width:560px) {
.main_wrapper {background-size: 190vw;}	
.kv_container {height: 80vw;}
.kv_slogan1 {width: 46vw; left: 27vw;}	
.kv_slogan2 {width: 74vw; top: 8vw; left: 13.2vw;}
.kv_slogan3 {top: 25vw; left: 15vw;}
.prod_rota {width: 85vw;}
	
.event_container {width: 90vw; height: auto;
        display: flex;
        flex-direction: column;
        align-content: center;}
.event_item a {width: 100%;}	
	
.group .tit a {font-size: 9vw; text-align: center; padding-left: 0; padding-bottom: 3px;}
#group_2 .tit a, #group_4 .tit a, #group_6 .tit a {text-align: center; padding-right: 0;}
.group .tit i::before {width: 10vw; height: 6.5vw; top: 0;}
.group .tit i2::before {width: 10vw; height: 6.5vw; top: 0;}
.group .tit a span {width: 19vw; height: 7.6vw;}	
	
.lightbox_content {padding: 0.5em 1em; top: 18vw; font-size: 14px;}
.lightbox_content p {font-size: 14px; line-height: 1.2em;}
.lightbox_content li {font-size: 14px; line-height: 1.2em; margin-bottom: 5px;}
}


@media screen and (max-width:375px) {
.group .tit a {margin-top: 15px;}	
}