@charset "utf-8";
/* CSS Document */

/*基本*/
body{ margin:0; padding:0; }


/*全BOX版面*/
.WRAPPER { z-index:0; position: relative; display:block; margin: 0 auto; padding:0; overflow:hidden;background-color:#cfd4dc; width:100%; min-width:1220px; text-align:left; font-family:"Century Gothic","微軟正黑體","Microsoft JhengHei",Helvetica; }
.WRAPPER img { border:0px; vertical-align:top;}
.WRAPPER a { text-decoration:none; -webkit-tap-highlight-color: transparent}
	@media screen and (max-width:767px){
		.WRAPPER { padding-bottom:30px; min-width: inherit; min-height:100vh; overflow: hidden;}
		.WRAPPER img {  width:100%;  height:auto;}
	}

/*區塊_all*/
.Area2000 {margin:0 auto;width:2000px;height: 0; }
.Area1220 {margin:0 auto;width:1220px;}
.Area960 {margin:0 auto;width:960px;}
.Area {position: relative;margin:0 auto;padding:0;border-radius:0;text-align:center; }
.Areaa {position:relative;display:block;} 
.Area .go_bt {
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;}
.Area .go_bt:hover { filter: brightness(100%);
  -webkit-transform:translateY(-6px);
     -moz-transform:translateY(-6px);
      -ms-transform:translateY(-6px);
       -o-transform:translateY(-6px);
          transform:translateY(-6px);}
.Areabottom { margin-bottom: 60px;}

 @media screen and (max-width:767px){
	.Area1220 { width:100%;}
	.Area960 {width:100%;}
	.Area .go_bt:hover {  
	-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;}
  .m96 { width: 96%; margin: 0 auto; }
  .Areabottom { margin-bottom: 8.5vw;} 
}



/*LOGO CSS*/
.momologo { z-index:9999; position: absolute; top: 15px; left:10px;}
.momologo a { display:block; width:140px; height:21px;}
.momologo a svg { width:140px; height:21px; }
.momologo a path { fill:#EA27C2; }
.momologo-pink  a path { fill:#EA27C2; }/*LOGO 桃紅色*/
.momologo-white a path { fill:#ffffff; }/*LOGO 白色*/
  @media screen and (max-width:767px){
      .momologo { display:none;}
  }

 

/*隱鑶*/
.for_pc {}
.for_phone {display:none !important;}
 @media screen and (max-width:767px){
  .for_pc { display:none !important;}
  .for_phone {display: inherit !important;}
 }
 

 /* MB背景 */
 @media screen and (max-width: 767px){
 .bg_01 {z-index: -48;position:absolute;top: 10dvw;left:0;width:100%;height:100%;background-repeat:repeat-y;background-position:center top;pointer-events:none;background-size:100%;}
 .bg_02 {z-index: -46;position:absolute;top: 10dvw;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center top;pointer-events:none;background-size:100%;}
 .bg_03 {z-index: -45;position:absolute;top: 10dvw;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center top;pointer-events:none;background-size:100%;}
 .bg_04 {z-index: -47;position:absolute;top: 10dvw;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center top;pointer-events:none;background-size:100%;}
}

/*PC背景*/
    @media screen and (min-width: 768px){
    .bg_01 { z-index:-48; position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:repeat-y; background-position: center top; pointer-events:none;}
    .bg_02 { z-index:-46; position:absolute; top:0px; left:0; width:100%; height:100%; background-repeat:no-repeat; background-position: center top; pointer-events:none;}
    .bg_03 { z-index:-5; position:absolute; top:1342px; left:0; width:100%; height:100%; background-repeat:repeat-y;  transition: 0.5s linear; background-position: center top; pointer-events:none;}
   

    
   } 


/*輸送帶*/
.bgtop_l-play { -webkit-animation:bgtop_l-play 45s linear infinite; animation:bgtop_l-play 45s linear infinite ;}
@-webkit-keyframes bgtop_l-play {
  0%   { background-position:0 0;}
  100% { background-position:-2310px 0;}
}
@keyframes bgtop_l-play {
  0%   { background-position:0 0;}
  100% { background-position:2310px 0;}
}
.bgtop_r-play { -webkit-animation:bgtop_r-play 20s linear infinite; animation:bgtop_r-play 20s linear infinite ;}
@-webkit-keyframes bgtop_r-play {
  0%   { background-position:0 0;}
  100% { background-position:-2310px 0;}
}
@keyframes bgtop_r-play {
  0%   { background-position:0 0;}
  100% { background-position:-2310px 0;}
}
.bgtop_r-play2 { -webkit-animation:bgtop_r-play 50s linear infinite; animation:bgtop_r-play 50s linear infinite ;}
.bgtop_r-play3 { -webkit-animation:bgtop_r-play 30s linear infinite; animation:bgtop_r-play 30s linear infinite ;}
.bgtop_r-play4 { -webkit-animation:bgtop_r-play 5s linear infinite; animation:bgtop_r-play 5s linear infinite ;}



/* 設定css背景與偽元素的css背景，讓首屏以外的css背景先被隱藏 */
/* css寫法--1104修正 (1)空格異常重KEY、(2)新增第四行*-全部元素背景 */
.articleList .lazy[data-bg=""][data-was-processed="false"],
.articleList .lazy[data-bg=""][data-was-processed="false"]::before,
.articleList .lazy[data-bg=""][data-was-processed="false"]::after,
.articleList .lazy[data-bg=""][data-was-processed="false"] *,
.articleList .lazy[data-bg=""][data-was-processed="false"] *::before,
.articleList .lazy[data-bg=""][data-was-processed="false"] *::after {background-image: none !important;}




/*共用設定*/
.PD_layout li:hover { box-shadow: none!important; }
.PD_layout[data-pd-li=BN] ul, .PD_layout[data-pd-li=BN-AWD] ul, .PD_layout[data-pd-li=PDBN] ul { padding: 0;}



/* 區標1共用 */
.Aear_title {  background-size: 100%; height: 16vw; margin: 0 0 3.5vw 0;  }
.Aear_title .Areatitle_bg {  z-index: -1; position: absolute; top: 0; left: 0;  }
.PD_title  {  font-family: "Century Gothic","Arial","Noto Serif TC","Noto Sans TC","微軟正黑體","Microsoft JhengHei"; }
.PD_title  span { float: left; width: 73%;  font-size: 5.5vw; margin: 0 0 0 13vw; line-height: 13.2vw;  }
.PD_title span:nth-child(1) { color: #FFF; font-weight: 700; }
.PD_title span:nth-child(2) { color: #FFF; font-weight: 700; }
.Aear_title ul.PD_wrapper li img { width: 100%; }
@media screen and (min-width:768px){
  .Aear_title  { margin: 0px auto 25px auto; height: 151px; }
  .PD_title span {  width: 699px; height: 127px; font-size: 55px; margin: 0 0 0 128px; line-height: 125px;   }

}



/* 區標2共用 */
.title_2 { z-index: 5; height: 14vw; margin: 0 ;  }
 .title_2 .Areatitle_bg {  z-index: -1; position: absolute; top: 0vw; left: 0;  }
 .title_2 .PD_title_2  {  font-size: 4.8vw; font-family: "Arial","Noto Sans TC","微軟正黑體","Microsoft JhengHei"; }
 .title_2 .PD_title_2 span { display: block; color: #000; font-weight: 600; width: 100%; margin: 0 auto; text-align: center;  line-height: 11.5vw; }
 .title_2 .bg {  position: absolute; top: 0vw; }
@media screen and (min-width:768px){
  .title_2 {   height: 128px; margin: 0 auto 10px auto;  }
  .title_2 .Areatitle_bg {   top: 0px;   }
  .title_2 .PD_title_2  {  font-size: 43px;  }
  .title_2 .PD_title_2 span {   width: 960px; margin: 0 auto; text-align: center;  line-height: 112px; }
  }





/* 關閉主標hover */
.hero .PD_layout[data-pd-li*="BN"] li:hover { box-shadow: none; filter: brightness(100%);}
.hero .sub .PD_layout ul { background-color: transparent;  }
.hero .sub .PD_layout ul li { border-top:transparent; border-right:transparent;  }
@media screen and (max-width: 767px){
  .hero .sub .PD_layout .PD_img { padding: 0; }
  .hero .PD_layout .PD p .Price { font-size: 24px; }
  }
  


/* 登記高亮字改色 */
/* 文案 */.Area_danji .btn_reg .activityText p,.Area_danji .btn_reg .activityText .Tip,.Area_danji .btn_reg .content p { color: #fff; }
/* 送 */.Area_danji .gifts span { color: #ffe492; } 




/* 折價券改色 */
.PD_layout.PD_layout-coupon3 .PD .divine_coupon { color: #fff; }
.PD_layout.PD_layout-coupon3 .PD .threshold { color: #000; }


/*日期*/
.hero .date_box { position: absolute; top: 141px; right: 634px; box-sizing: border-box; width: 170px;}
.TIMER_DAY {  font-size: 41px; font-family: 'Noto Serif TC', serif; font-weight: 700; font-style: italic; color: #FFF;}
.TIMER_DAY #sendToday { width: 53px; display: inline-block;}
@media screen and (max-width: 736px){ 
  .hero .date_box { top: 6.5vw; right: 19.5vw;  width: 20%;}
	.TIMER_DAY {  width: 15.6vw; font-size: 5.5vw; line-height: 2; height: 8vw; }
	.TIMER_DAY #sendToday { width: 5.3vw;}
}




@media screen and (max-width: 767px){
  .mTOPbg {  background: url(m_top.png?t=1770963055953) no-repeat center top; padding: 19vw 0 0 0; width: 100%; background-size: 100%;  }
  .mTOPbg::after { content: ""; z-index: -1; display: block;  background: url(m_repeat.png?t=1770963055953) repeat-y center bottom ; position: absolute; width: 100%;   height: calc(100% - 26vw);  top: 24vw; left: 0%; transform: translateX(0%); background-size: 100%;  }
  .mTOPbg::before { content: ""; z-index: -1; display: block; background: url(m_bottom.png?t=1770963055953) no-repeat center; position: absolute; width: 100%;  height: 30vw; bottom: -15.6vw; left: 0%; transform: translateX(0%); background-size: 100%;  }
  
}




.hero .deco01 { position: absolute; top: 48vw; left: 86vw; width: 10%; }
.hero .deco02 { position: absolute; top: 70.5vw; left: 9.5vw; width: 10%; }
.hero .deco03 { position: absolute; top: 34vw; left: 5.5vw; width: 10%; }
@media screen and (min-width:768px){
.hero .deco01 { top: 409px; left: 905px; width: 80px; }
.hero .deco02 { top: 591px; left: 282px; width: 80px; }
.hero .deco03 { top: 305px; left: 245px; width: 80px; }

.hero .deco01 img {  width: 100%; }
.hero .deco02 img {  width: 100%; }
.hero .deco03 img {  width: 100%; }

}




.Area01  { z-index: 20; margin-bottom: 11.5vw;  }
.Area01 .title { width: 10vw; position: absolute; top: 0; left: 0; }
.Area01 .box { margin-left: 9vw;  overflow: hidden; padding: 11vw 0 1vw 0; }
.Area01 .Area_swiper,.Area01 .Area_swiper_box { overflow: visible; }
.Area01 .PD_layout_1 ul li:nth-child(even) { top: -4.2vw; }
.Area01 .PD_layout p del  { display: none;  }
@media screen and (min-width:768px){
  .Area01  { margin-bottom: 102px;  }
  .Area01 .title { width: 68px; top: 15px; }
  .Area01 .box { margin-left: 68px;  padding: 110px 0 10px 0; }
  .Area01 .PD_layout_1 ul li:nth-child(even) { top: -45px; }
}


.repeatbg {  background: url(Areabg01_top_m.png?t=1770963055953) no-repeat center top;  width: 100%; background-size: 100%; background-position: 50% 0vw;  }
.repeatbg::after { content: ""; z-index: -1; display: block; background: url(Areabg01_repeat_m.jpg?t=1770963055953) repeat-y center bottom ; width: 100%;   height: calc(100% - 5vw); position: absolute; top: 5vw; left: 0%; transform: translateX(0%); background-size: 100%;  }
.repeatbg::before { content: ""; z-index: -1; display: block;  background: url(Areabg01_bottom_m.png?t=1770963055953) no-repeat center ; width: 100%;  height: 30vw; position: absolute;  bottom: -17vw; left: 0%; transform: translateX(0%); background-size: 100%;  }
@media screen and (min-width:768px){
.repeatbg {  background: url(Areabg01_top.png?t=1770963055953) no-repeat center top; background-position: 50% 0px;   }
.repeatbg::after {  background: url(Areabg01_repeat.png?t=1770963055953) repeat-y center bottom ; width: 2000px;  background-size: 100%;  height: calc(100% - 91px);  top: 72px; left: 50%; transform: translateX(-50%);  }
.repeatbg::before {  background: url(Areabg01_bottom.png?t=1770963055953) no-repeat center ; width: 2000px;  background-size: 100%;  height: 225px; bottom: -118px; left: 50%; transform: translateX(-50%);   }

}


.Area02  { z-index: 21; margin-bottom: 5vw; }
@media screen and (min-width:768px){
  .Area02  { margin-bottom: 60px; }
}



.Area03 .box_ { position: relative; margin-bottom: 4vw; }
.Area03 .box_ .title { position: absolute; width: 13vw; }
.Area03 .box_ .Area_swiper { margin-left: 13vw; }
@media screen and (min-width:768px){
  .Area03 .box_ {  margin-bottom: 35px; }
  .Area03 .box_ .title { width: 7%; }
  .Area03 .box_ .Area_swiper { margin-left: 95px; }
}





.Area04 {  margin-bottom: 12vw; }
.Area04 .box_ { background: #f06343; padding: 0 0 3vw 0; }
.Area04 .box_ .PD_layout.PD_layout-D3_03 ul { padding: 2vw 0; }
.Area04 .box_ .PD_layout[data-pd-pdlogo][data-pd-pdimg=off] .PD .PD_logo { width: 62%; }
.Area04 .box_ .PD_layout.PD_layout-D3_03 ul li::after { content: "GO"; background: #213567; border-radius: 20vw; padding: 0.5vw 1.5vw; color: #fff; font-weight: 800; font-size: 3vw; font-family: "Century Gothic","Arial","Noto Sans TC","微軟正黑體","Microsoft JhengHei"; position: absolute; top: 12vw; right: 5vw; }
@media screen and (min-width:768px){
  .Area04 {  margin-bottom: 120px; }
  .Area04 .box_ { padding: 0; }
  .Area04 .box_ .PD_layout_1 { width: 80%; }
  .Area04 .box_ .PD_layout_1.PD_layout-D3_03 ul li .PD h3 { font-size: 24px; }
  .Area04 .box_ .PD_layout.PD_layout-D3_03 ul { padding: 20px 0; }
  .Area04 .box_ .PD_layout[data-pd-pdlogo][data-pd-pdimg=off] .PD .PD_logo { width: 50%; }
  .Area04 .box_ .PD_layout.PD_layout-D3_03 ul li::after {  padding: 4px 12px; font-size: 18px; top: 90px; right: 60px; }
  
}

.repeatbg2 {  background: url(Areabg02_top_m.png?t=1770963055953) no-repeat center top;  width: 100%; background-size: 100%; background-position: 50% 8vw;  }
.repeatbg2::after { content: ""; z-index: -1; display: block; background: url(Areabg02_repeat_m.png?t=1770963055953) repeat-y center bottom ; width: 100%;   height: calc(100% - 38vw); position: absolute; top: 13vw; left: 0%; transform: translateX(0%); background-size: 100%;  }
.repeatbg2::before { content: ""; z-index: -1; display: block;  background: url(Areabg02_bottom_m.png?t=1770963055953) no-repeat center ; width: 100%;  height: 30vw; position: absolute;  bottom: -5vw; left: 0%; transform: translateX(0%); background-size: 100%;  }
@media screen and (min-width:768px){
.repeatbg2 {  background: url(Areabg02_top.png?t=1770963055953) no-repeat center top; background-position: 50% 80px;   }
.repeatbg2::after {  background: url(Areabg02_repeat.png?t=1770963055953) repeat-y center bottom ; width: 2000px;  background-size: 100%;  height: calc(100% - 135px);  top: 137px; left: 50%; transform: translateX(-50%);  }
.repeatbg2::before {  background: url(Areabg02_bottom.png?t=1770963055953) no-repeat center ; width: 2000px;  background-size: 100%;  height:75px; bottom: -60px; left: 50%; transform: translateX(-50%);   }

}




.Area05  { margin-bottom: 12vw; }
.Area05 .Aear_title  {  height:27vw; }
.Area05 .PD_layout_1  { width: 90%; margin-bottom: 2.5vw; }
.Area05 .repeatbg  {  background-position: 50% 19vw;  }
.Area05 .repeatbg::after {   height: calc(100% - 22vw); top: 23vw;  }
.Area05 .repeatbg::before {   bottom: -18vw;   }
.PD_layout[data-pd-btn] .PD_btn { background:#f06343; }
.PD_layout[data-pd-btn][data-pd-btn-pdgo][data-pd-btn-more] .PD_btn.more { background:#f2f0f0; }
.PD_layout[data-pd-btn][data-pd-btn-pdgo][data-pd-btn-more] .PD_btn.more b { color: #000; }
.PD_layout[data-pd-btn][data-pd-btn-pdgo][data-pd-btn-more] .PD_btn.more i { border-color: #000; }
.PD_layout[data-pd-btn][data-pd-btn-pdgo] .PD .PD_btn b::before { background-image: url(shop.png?t=1770963055953); } 
@media screen and (min-width:768px){
  .Area05  {  margin-bottom: 126px; }
  .Area05 .Aear_title  {  height:263px; }
  .Area05 .PD_layout_1  { width: 80%; margin-bottom: 35px; }
  .Area05 .repeatbg  {  background-position: 50% 198px;  }
.Area05 .repeatbg::after {   height: calc(100% - 276px); top: 268px;  }
.Area05 .repeatbg::before {   bottom: -140px;   }
  }





.Area06  {  }
.Area06 .Aear_title  {  height:27vw; }
@media screen and (min-width:768px){
  .Area06 .Aear_title  {  height:263px; }
  
  }


.Area07  { margin-bottom: 12vw; }
.Area07 .Aear_title  {  height:27vw; }
.Area07 .bg  {  z-index: -1; position: absolute; top: 17vw; left: 0; }
@media screen and (min-width:768px){
  .Area07  { margin-bottom: 120px; }
  .Area07 .Aear_title  {  height:263px; }
  .Area07 .bg  {  top: 155px; left: 0; }
  
  }






.Area08 {  }
@media screen and (min-width:768px){
  .Area08 .PD_layout { width: 75%; }
  
  }



.repeatbg3 {  background: url(Areabg08_top_m.png?t=1770963055953) no-repeat center top;  width: 100%; background-size: 100%; background-position: 50% 0vw;  }
.repeatbg3::after { content: ""; z-index: -1; display: block; background: url(Areabg08_repeat_m.png?t=1770963055953) repeat-y center bottom ; width: 100%;   height: calc(100% - 92vw); position: absolute; top: 91vw; left: 0%; transform: translateX(0%); background-size: 100%;  }
.repeatbg3::before { content: ""; z-index: -1; display: block;  background: url(Areabg08_bottom_m.png?t=1770963055953) no-repeat center ; width: 100%;  height: 30vw; position: absolute;  bottom: -19vw; left: 0%; transform: translateX(0%); background-size: 100%;  }
@media screen and (min-width:768px){
.repeatbg3 {  background: url(Areabg08_top.png?t=1770963055953) no-repeat center top; background-position: 50% 0px;   }
.repeatbg3::after {  background: url(Areabg08_repeat.png?t=1770963055953) repeat-y center bottom ; width: 2000px;  background-size: 100%;  height: calc(100% - 894px);  top: 912px; left: 50%; transform: translateX(-50%);  }
.repeatbg3::before {  background: url(Areabg08_bottom.png?t=1770963055953) no-repeat center ; width: 2000px;  background-size: 100%;  height: 225px; bottom: -164px; left: 50%; transform: translateX(-50%);   }

}




.Area10 {  }
@media screen and (min-width:768px){
  .Area_discount04  {height:100%;display: flex;flex-wrap: wrap;margin-bottom: 36px;margin-top: 10px;}
  .Area_discount04 .box {position:relative;margin-bottom:0;width:96%;margin: 0 auto 38px auto;}	
  .Area_discount04 .b_box:nth-child(odd) {background-color: #5d52bf;/* padding: 13px; border-radius: 27px;*/width: 470px;height: 450px;margin: 5px;background: url("discount04bg.png?t=1770963055953") center top/ 100% no-repeat scroll;}	
  .Area_discount04 .b_box:nth-child(even) {background-color: #5d52bf;/* padding: 13px; border-radius: 27px;*/width: 470px;height: 450px; margin: 5px;background: url("discount04bg.png?t=1770963055953") center top/ 100% no-repeat scroll;}	
  .Area_discount04 .text02 {width: 100%;margin: 7px 0 0 5px;height: 65px;}	

  
  /**區標**/	
  .Area_discount04 .text {width: 63%;margin: 0px auto;}
  .Area_discount04 .text .PD_layout .PD_into{color: #fff;position: relative;}
  .Area_discount04 .text .PD_layout .PD_into .PD_logo{width: 33%;}  
  .Area_discount04 .text .PD_layout .PD_into h3{width: 100%;font-size: 1.5em;line-height: 1em;color: #f3dfb5;text-align: center;}  
  .Area_discount04 .text .PD_layout .PD_into h5{font: bold 43px/56px "微軟正黑體","Microsoft JhengHei", Arial, Helvetica;margin-top: 24px;margin-left: 34px;margin-bottom: 32px;}  
  
  .Area_discount04 .text02 .PD_layout .PD_into{display: flex;flex-direction: row;margin-top: 0;margin-bottom: 0vw;justify-content: space-around;}
  .Area_discount04 .text02 .PD_layout .PD_into .PD_logo{width: 30%;left: 0;top: 0;position: relative;}  
  .Area_discount04 .text02 .PD_layout .PD_into h3{width: 50%;font-size: 26px;line-height: 1.2em;color: #ffffff;margin-top: 0;}  
  .Area_discount04 .PD_layout_1 .PD img { background: #FFF; padding: 0 10px;  border-radius: 50px; }	
  
  /** 公版 **/	
  .Area_discount04 .b_box .box {position:relative;width: 95%;margin: 0 auto;padding-bottom: 0px;padding: 0px 0 0;}	
  .Area_discount04 .b_box .box .PD_layout ul{/* border-radius: 0; */grid-gap: 5px!important;padding: 0;}
  .Area_discount04 .b_box .box .PD_layout ul li{background-color: #fff;border-radius: 5px;}
  }
    
  @media screen and (max-width:767px){
  
  .Area_discount04  {margin-bottom: 0vw;margin-top: 1vw;}
  .Area_discount04 .box {position: relative;}
  .Area_discount04 .b_box:nth-child(odd) {/*background-color: #0000008c;*/padding-top: 0;width: 96%;height: 92vw;margin: 0vw auto;background: url("mb_discount04bg1.png?t=1770963055953") center top/ 100% no-repeat scroll;}	
  .Area_discount04 .b_box:nth-child(even) {/*background-color: #0000008c;*/padding-top: 0;width: 96%;height: 92vw; margin: 0vw auto;background: url("mb_discount04bg1.png?t=1770963055953") center top/ 100% no-repeat scroll;}	
  
  /**區標**/	
  .Area_discount04 .text {width: 100%;margin: auto;padding-top: 0vw;width: 100%;margin: 0px auto -2vw auto;/*background: url(item_text_001.png?t=1748261516683)top center no-repeat;background-size: 100%;*/}
  .Area_discount04 .text .PD_layout .PD_into .PD_logo{width: 33%;}  
  .Area_discount04 .text .PD_layout .PD_into h3{width: 100%;font-size: 1.5em;line-height: 1em;color: #f3dfb5;text-align: center;}  
  .Area_discount04 .text .PD_layout .PD_into h5{font: bold 6vw/6vw "微軟正黑體","Microsoft JhengHei", Arial, Helvetica;margin-top: 10.5vw;margin-left: 2vw;margin-bottom: 0;}  
  
  .Area_discount04 .text02 .PD_layout .PD_into{display: flex;flex-direction: row;margin-top: 1.2vw;margin-bottom: -4vw;height: 15.7vw;justify-content: space-around;}
  .Area_discount04 .text02 .PD_layout .PD_into .PD_logo{width: 30%;}  
  .Area_discount04 .text02 .PD_layout .PD_into h3{width: 42%;margin-left: 0vw;font-size: 21px;line-height: 1.2em;text-align: left;margin-left: 3vw;color: #ffffff;}  
  .Area_discount04 .PD_layout_1 .PD img { background: #FFF; padding: 0 2vw;  border-radius: 30vw; }	

  /** 公版 **/	
  .Area_discount04 .b_box .box {position: relative;width: 93%;margin: 0vw auto 8px;padding-bottom: 2vw;}
  .Area_discount04 .b_box .box .PD_layout ul{border-radius: 2vw;width: 100%;grid-gap: .3em;margin-top: 0vw;}
  .Area_discount04 .b_box .box .PD_layout ul li{border-radius: 2vw;/* border: 0.5vw solid #000; */background-color: white;}
  }




.Area11  { margin-bottom: 16vw; }
.Area11 .PD_layout_1 { margin-bottom: 3vw; }
.Area11 .PD_layout_1 img { border-radius: 2.5vw;  }
@media screen and (min-width:768px){
  .Area11  { margin-bottom: 126px; }
  .Area11 .PD_layout_1 { margin-bottom: 10px; width: 852px;  }
  .Area11 .PD_layout_1 img { border-radius: 25px;  }
}



.Area12    { margin-bottom: 16vw; }
.Area12 .PD_layout_1   { margin-bottom: 3vw; }
.Area12 .PD_layout_1 img  { border-radius: 2vw; }
.Area12 .PD_layout_2   { margin-bottom: 2vw; }
@media screen and (min-width:768px){
  .Area12    { margin-bottom: 126px; }
  .Area12 .PD_layout_1   { margin-bottom: 15px; width: 96%; margin: 0 auto; }
  .Area12 .PD_layout_1 img  { border-radius: 25px; }
  .Area12 .PD_layout_2   { margin-bottom: 20px;  }
}


.repeatbg4 {  background: url(Areabg12_top_m.png?t=1770963055953) no-repeat center top;  width: 100%; background-size: 100%; background-position: 50% 10vw;  }
.repeatbg4::after { content: ""; z-index: -1; display: block; background: url(Areabg12_repeat_m.png?t=1770963055953) repeat-y center bottom ; width: 100%;   height: calc(100% - 25vw); position: absolute; top: 22vw; left: 0%; transform: translateX(0%); background-size: 100%;  }
.repeatbg4::before { content: ""; z-index: -1; display: block;  background: url(Areabg12_bottom_m.png?t=1770963055953) no-repeat center ; width: 100%;  height: 30vw; position: absolute;  bottom: -17vw; left: 0%; transform: translateX(0%); background-size: 100%;  }
@media screen and (min-width:768px){
.repeatbg4 {  background: url(Areabg12_top.png?t=1770963055953) no-repeat center top; background-position: 50% 110px;   }
.repeatbg4::after {  background: url(Areabg12_repeat.png?t=1770963055953) repeat-y center bottom ; width: 2000px;  background-size: 100%;  height: calc(100% - 250px);  top: 226px; left: 50%; transform: translateX(-50%);  }
.repeatbg4::before {  background: url(Areabg12_bottom.png?t=1770963055953) no-repeat center ; width: 2000px;  background-size: 100%;  height: 225px; bottom: -142px; left: 50%; transform: translateX(-50%);   }

}




.Area-bobg { background: #ddb99f; width: 100%; height: 100vw; z-index: -1; position: absolute; top: 5vw; left: 0; }
@media screen and (min-width:768px){
  .Area-bobg {   top: 220px;  }
}








/* 公版區 */
.Area_PDz {     }
.Area_PDz .title_2 {   height: 73px;   }
.Area_PDz .box { margin: -30px 0 0 0 ;  }
.Area_PDz .title_2  { margin: 50px auto 15px auto; }
.Area_PDz .title_2 .PD_title_2  {  font-size: 50px; font-family: "Arial","Noto Sans TC","微軟正黑體","Microsoft JhengHei"; }
.Area_PDz .title_2 .PD_title_2 span { color: #fff; font-weight: 800; width: 960px; margin: 0 auto; text-align: center; float: left; }

.Area_PDz .box_1 {  background: #ff0000; z-index: -1; padding:  0 0 30px 0; }
.Area_PDz .box_2 {  background: #436fcc; z-index: -1; padding:  0 0 30px 0; margin: -50px 0 0 0 ; }
.Area_PDz .box_3 {  background: #3cb74d; z-index: -1; padding:  0 0 30px 0; margin: -50px 0 0 0 ; }

@media screen and (max-width:767px){
  .Area_PDz {   margin: 4.5vw auto ;  }
  .Area_PDz .title_2 {  height: 9vw; margin: 0 ;  }
  .Area_PDz .box { margin:  0;   }
  .Area_PDz .title_2 .PD_title_2  {  font-size: 5.5vw;  }
  .Area_PDz .title_2 .PD_title_2 span {  width: 100%;  }
  .Area_PDz .box_1 { padding:  3vw 0 6vw 0; }
  .Area_PDz .box_2 { padding:  3vw 0 6vw 0; margin: 0 0 0 0 ; }
  .Area_PDz .box_3 { padding:  3vw 0 6vw 0; margin: 0 0 0 0 ; }

  }





/*黏人精*/
.Area_hammerAD { z-index: 9999; position: fixed; bottom: 0; right: 0;}
.Area_hammerAD .box { position: relative; margin-right: 10px; opacity: 1;}
.Area_hammerAD img { width: 100%; height: auto; position: absolute; top: 0; left: 0;}
.Area_hammerAD .closeButton a { display: block; cursor: pointer; position: absolute; width: 20px; height: 20px; border-radius: 50%; font: bold 20px/1em "Century Gothic"; color: #FFF; text-align: center; background-color: rgba(0%,0%,0%,0.5); text-decoration: none; z-index: 2;}
.Area_hammerAD .Ahammer_text { position: absolute; z-index: 2; display: flex; align-items: center; justify-content: center; width: 90%; color: #000; font-family: "Century Gothic","Noto Sans CJK TC"; font-weight: 700;}
.Area_hammerAD .Ahammer_black .img_0, .Area_hammerAD .img_1 { filter: brightness(0%);}
.Area_hammerAD .Ahammer_black .img_1 { filter: none;}
.Area_hammerAD .Ahammer_black .Ahammer_text { color: #fff;}
@media screen and (min-width:768px){
  .Area_hammerAD { position: fixed; z-index: 300; left: 50%; right: auto; bottom: 300px; display: block; width: 210px; height: 200px; transform: translateX(618px) translate3d(0,200px,0);}
  .Area_hammerAD .closeButton a { top: 0; right: 0;}
  .Area_hammerAD .Ahammer_text { font-size: 2.3em; line-height: 1em; height: 1em; top: 40px;}
}
@media screen and (max-width:767px){
  .Area_hammerAD { display: block; width: 26%; transform: translate3d(0px, -215px, 0px) !important;}
  .Area_hammerAD .closeButton a { top: 1vw; right: 1vw;}
  .Area_hammerAD .Ahammer_text { font-size: 1.5em; line-height: 1.5em; height: 1.5em; top: 3.6vw;}
}



	  
/*分享浮層*/
.floatBox {position:relative;margin:2% auto;padding: 2% 0;width: 700px;height:auto;background-color:rgba(0,0,0,0.8);text-align:center;border-radius:20px;}
.floatBoximg {width:100%;height:auto;}
.floatBox .go_bt {-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-ms-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;}
.floatBox .go_bt:hover { filter: brightness(120%);-webkit-transform:translateY(-6px);-moz-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px);}
.floatBox .closeButtona {display:block;cursor:pointer;position:absolute;top:-20px;right:-20px;width:40px;height:40px;border-radius:50%;border:solid 2px #999999;font:bold 40px/1em "Century Gothic";color:#FFF;text-align:center;background-color:rgba(0%,0%,0%,0.5);text-decoration: none;z-index:2}
.floatBox .closeButton:hover {background-color:#666;text-decoration:none;}
.floatBox .title  {display:inline-block;margin:0 0 10px 0;border-bottom:1px solid #ffd800;font:bold 45px/1.5em "微軟正黑體","Microsoft JhengHei", Arial, Helvetica;letter-spacing: -0.05em;color:#ffd800;text-align:center}
.floatBox .box_ {margin:0 auto;width:90%;}
.floatBox .box_:after { content: "";display:block;clear:both;}
.floatBox .box_btn {margin:20px auto 0;width: 80%;}
.floatBox .box_btna {display:block;margin:3% 0;}
.floatBox .box_btnimg {width:100%;}


.floatBox .box_btn .btn {margin:0 auto;width:60%;}
.floatBox .box_btn2a {float:left;margin:0 1%;width:48%;}
 @media screen and (max-width:767px){
  .floatBox { padding:5% 0;width:90%;height: auto;}
  .floatBox .closeButton a {display:block;position:absolute;top:-15px;right:-15px;width:30px;height:30px;border-radius:50%;border:solid 2px #999999;font:bold 30px/1em "Century Gothic";color:#FFF;text-align:center;background-color:rgba(0%,0%,0%,0.5);text-decoration: none;z-index:2}
  .floatBox .closeButton:hover {background-color:#666;text-decoration:none}
  .floatBox .title  {margin:0 5% 3vw;font-size: 6vw;line-height:2rem;}
  .floatBox .box_btn {margin:2% auto 0;}
  .floatBox .box_btn .btn {margin:0 auto;width:80%;}
 }




