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

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

/*全BOX版面*/
.WRAPPER { position: relative; display: block; margin: 0 auto; padding: 0; width: 100%;  min-width: 1220px; overflow: hidden; font-family: "微軟正黑體","Microsoft JhengHei",Helvetica; background: url(bgrepeat.jpg?t=1759310573669)top center repeat-y;}
.WRAPPER img { border: 0; vertical-align: top;}
.WRAPPER a { text-decoration: none;}
@media screen and (max-width:767px){
  .WRAPPER { min-width: inherit; padding-bottom: 10vw; background: url(bgrepeat_m.jpg?t=1759310573669)top center repeat-y; background-size: 100%;}
  .WRAPPER img {  width: 100%;  height: auto;}
}



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


/*區塊_all*/
.Area { position: relative; margin: 0 auto; padding: 0; border-radius: 0; text-align: center; }
.Area a { display: block;} 
.Area .go_bt {
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;}
.Area .go_bt:hover {
  -webkit-transform: scale(0.95);
     -moz-transform: scale(0.95);
      -ms-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);}
.Area1220 { margin: 0 auto; width: 1220px;}
.Area960 { margin: 0 auto; width: 960px;}
@media screen and (max-width:767px){
  .Area .go_bt:hover {  
    -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;}

  .Area1220 { width: 100%;}
  .Area960 { width: 100%;}

}

/*背景*/
.bgtop { z-index: 1; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 770px; background: url(bgtop.png?t=1759310573669) no-repeat center top;}
.bg_fix { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bg_fix.jpg?t=1759310573669) repeat-y center top;}
@media screen and (max-width:767px){
  .bgtop { min-width: inherit;  background: url(bgtop_m.png?t=1759310573669) no-repeat center 44px;height: 125vw; background-size: 100%;}
  .bg_fix { z-index: 0; position:fixed; top: 0; left: 0; width: 100%; min-width: 960px; height: 100%; background: url(bgrepeat_m.jpg?t=1759310573669) repeat-y center top;}
}

/*間距*/
.Area_bottom { margin-bottom: 50px;}
@media screen and (max-width:767px){
  .Area_bottom { margin-bottom: 6vw;}
}


/*Area_txt(有設計的區標PC手機共用)*/
@media screen and (min-width:768px){
	.Area_txt {position: absolute;margin:10px auto!important;width: 1220px !important; }
	.Area_txt img {width: 900px !important; }	  
}
@media screen and (max-width:767px){
		.Area_txt {position: absolute;width:100%!important; }
	  .Area_txt img {width:100%!important;}
}



/*公版*/
.bg_box { background: url(bg_box.png?t=1759310573669)top center repeat-y;}
.bg_boxbottom { position: relative;  background: url(bg_boxbottom.png?t=1759310573669)top center no-repeat; height: 50px;}
.bg_box2 { background: url(bg_box2.png?t=1759310573669)top center repeat-y;}
.bg_boxbottom2 { position: relative;  background: url(bg_boxbottom2.png?t=1759310573669)top center no-repeat; height: 54px;}
.bg_box3 { background: url(bg_box3.png?t=1759310573669)top center repeat-y;}
.bg_boxbottom3 { position: relative;  background: url(bg_boxbottom3.png?t=1759310573669)top center no-repeat; height:60px;}
@media screen and (max-width:767px){
  .bg_box { background: url(bg_box_m.png?t=1759310573669)top center repeat-y; background-size: 100%;}
  .bg_boxbottom { background: url(mbg_boxbottom.png?t=1759310573669)top center no-repeat; height: 6vw; background-size: 100%;top: 0;}
  .bg_box2 { background: url(bg_box2_m.png?t=1759310573669)top center repeat-y; background-size: 100%;}
  .bg_boxbottom2 { background: url(mbg_boxbottom2.png?t=1759310573669)top center no-repeat; height: 6vw; background-size: 100%;top: 0;}
  .bg_box3 { background: url(bg_box3_m.png?t=1759310573669)top center repeat-y; background-size: 100%;}
  .bg_boxbottom3 { background: url(mbg_boxbottom3.png?t=1759310573669)top center no-repeat; height: 6vw; background-size: 100%;top: 0;}
}

/*移除公版設定*/
.Area .remove_box_style ul { background-color: transparent; grid-gap: 10px;}
.Area .remove_box_style ul li { border: none!important;background-color:transparent;}
@media screen and (max-width:767px){
  .Area .remove_box_style ul { width: 100%; grid-gap: 0.2em;}
 
}
/*輪播移除公版設定*/
.Area .swiper_remove_box_style ul { background-color: transparent; grid-gap: 0;}
.Area .swiper_remove_box_style ul li { border: none!important; background-color: #fff;}
.Area .swiper_remove_box_style ul li,
.Area .swiper_remove_box_style ul li .PD_img img { border-radius: 10px;}
@media screen and (max-width:767px){
  .Area .swiper_remove_box_style ul { width: 100%; grid-gap: 0.2em;}
  .Area .swiper_remove_box_style ul {}
}
/*3品公版間距*/
.Area .PD_layout-add2cart ul { padding: 20px;}
@media screen and (max-width:767px){
  .Area .PD_layout-add2cart ul { padding: 0.2em 0;}
  .Area .PD_layout-add2cart ul li { padding: 0.2em;}
}

/*BN輪播移除公版設定*/
.Area .swiper_remove_box_style_K1 ul {display: flex;background-color: transparent;grid-gap: 0;padding: 0;}
.Area .swiper_remove_box_style_K1 ul li { border: none!important; }
.Area .swiper_remove_box_style_K1 ul li,
.Area .swiper_remove_box_style_K1 ul li .PD_img img { }
@media screen and (max-width:767px){
  .Area .swiper_remove_box_style_K1 ul { width: 100%;}
  .Area .swiper_remove_box_style_K1 ul {}
}

/*版頭*/
.Area_top {z-index: 2;position: relative;height:515px;}
.Area_top .main {position:absolute;left: 189px;top: 56px;z-index: 2;}
.Area_top .main ul {padding: 0; grid-gap: 0;}
.Area_top .main ul li {pointer-events: none;}
.Area_top .todayonly {position:absolute;left: 602px;top: 65px;z-index: 2;}
.Area_top .logo {position:absolute;left: 930px;top: 404px;z-index: 2;}
@media screen and (max-width:767px){
  .Area_top {height: 53.5vw;}
  .Area_top .main {left: 4vw;top: 5vw;width: 78%;}
  .Area_top .todayonly {left: 51vw;top: 5vw;width: 30%;}
	.Area_top .logo {left: 78vw;top: 39vw;width: 18%;}					
}



/*副標*/
.sub {position: absolute;top: 420px;left: 251px;z-index: 30;width: 60%;overflow: hidden;}	
.sub .layout_txt ul { grid-gap:0;}
.sub .layout_txt ul li { background-color: transparent; pointer-events: none;padding: 0;}
.sub .layout_txt ul li h5 {position: relative;top:2px;left: 135px;margin: 0;padding: 0;width: 60%;font: 55px/55px "Noto Sans CJK SC";font-weight: 700;text-align: center;overflow: hidden;color: #468cf9 ;letter-spacing:-4px;}
@media screen and (max-width:767px){
  .sub {position: absolute;top: 43.5vw;left: 23vw;width: 60%;z-index: 30;overflow: hidden;}
  .sub .layout_txt ul li { background-color: transparent; pointer-events: none;padding-top: 0;}
  .sub .layout_txt ul li h5 {position: relative;top:0;left:0vw;margin: 0;padding: 0;width: 90%;font: 6vw/6vw "Noto Sans CJK SC";font-weight: 700;text-align: center;letter-spacing: -0.5vw;overflow: hidden;}
}

/** 倒數 **/
.TimerNick_2 { position: relative;top:457px;left: -234px; width: 100%; text-align: center; z-index: 1; padding-bottom: 10px; margin: 0;}
.TimerNick_2 .FontStyle { display:inline-block; margin:0 ; padding:0; border:0px; width: 53px; font: normal 39px/30px Arial; color: #fff; /*text-shadow:1px 1px 0px #fff;*/ letter-spacing:-1px; background: transparent;font-weight:600;}
.TimerNick_2 span { padding-left:2px; font: bold 25px/30px "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; letter-spacing: -0.05em; color: #fff;}
.TimerNick_2 small{  position:relative; font: bold 16px/38px "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; letter-spacing: 0em; color: #fff;}
  @media screen and (max-width:767px){
    .TimerNick_2 { position: relative;top: 46.5vw;left: -26vw;padding-bottom: 1vw;}
    .TimerNick_2 .FontStyle { margin: 0; padding: 0; border: 0; width: 5vw; font: normal 4.5vw/6vw Arial; /*text-shadow:1px 1px 0px #fff;*/ letter-spacing: -1px; text-align: right; background: transparent;}
    .TimerNick_2 div:nth-of-type(2),
    .TimerNick_2 div:nth-of-type(3),
    .TimerNick_2 div:nth-of-type(4){ width:5vw;}
    .TimerNick_2 span { padding: left -0.5vw !important; font: bold 3vw/7vw "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; letter-spacing: 0em;}
}

/*區標*/
.title2 {width: 77%;}
.title ul {padding: 0;grid-gap:0!important;}
.title ul li { pointer-events: none;}
.bg_top {position: absolute;margin: 0 auto;width: 100%;height: auto;top:-22px;z-index: 0;}
.bg_top img {width: 100%;}
.box_txt {z-index: 10;position: absolute;margin: 0 auto;width: 100%;height: auto;}
.box_txt img {width: 70%;}
.txt ul {z-index: 10;position: relative;padding: 0;margin: 0;list-style: none;height: 140px;top:0;}
.txt ul li { background-color: transparent; pointer-events: none;padding: 0;}
.txt .PD_into {padding: 0;}
.txt ul li h5 {position: relative;top:24px;margin: 0;padding: 0;width: 100%;font: 50px/58px "Noto Sans CJK SC";font-weight: 700;text-align: center;overflow: hidden;color: #fff;letter-spacing:0px;}
@media screen and (max-width:767px){
  .title2 {width: 100%;}
  .bg_top {position: absolute;margin: 0 auto;width: 100%;top:0;}
  .bg_top img {width: 100%;}
  .box_txt {z-index: 10;position: absolute;margin: 0 auto;width: 100%;top:0vw;}
  .box_txt img {width: 100%;}
  .txt ul {z-index: 10;padding: 0;margin: 0;list-style: none;height: 16vw;}
  .txt ul li { background-color: transparent; pointer-events: none;padding-top: 0;}
  .txt .PD_into {padding: 0;}
  .txt ul li h5 {position: relative;top:2vw;margin: 0;padding: 0;width: 100%;font: 6vw/7vw "Noto Sans CJK SC";font-weight: 700;text-align: center;letter-spacing: 0vw;overflow: hidden;}
}

/*版頭公版*/
.Area00 .PD_layout .PD p {color: #468cf9;}
.Area00 .PD_layout ul {padding:0;background-color:#0000;border-radius:0 ;}
.Area00 .PD_layout ul li { border-top: solid 1px #0000;border-right: solid 1px #0000;}
@media screen and (min-width: 768px){
.Area00 {position: relative;z-index: 3;margin-bottom: 30px;}
.Area00 .layout_PD {width: 96%;}

.Area00 .PD_layout ul li {}

}
@media screen and (max-width: 767px){
.Area00 {position: relative;z-index: 3;margin-bottom:3vw;}
.Area00 .layout_PD {width: 96%;}
}

/*部門活動*/
.Area01 {z-index:3 ;}
.Area01 .layout_BN {width: 100%;}
.Area01 .layout_BN ul li {padding: 0;}
@media screen and (max-width: 767px){
  .Area01 {z-index:3 ;}
  .Area01 .layout_BN {width: 100%;}
  .Area01 .layout_BN ul li {padding: 0;}
}



/*折價券*/
@media screen and (min-width:768px){
.Area_coupon {height:auto ;margin-bottom:70px !important;}
.Area_coupon .PD_layout-coupon3 {width: 100%; height:180px ;}
.Area_coupon .PD_layout.PD_layout-BNcoupon4 {margin:20px auto ;width: 78%; height:auto ;}
.Area_coupon .PD_layout.PD_layout-BNcoupon4 .PD h4 {color: #484848;margin-top: -1em;}
.Area1220.Area_coupon .PD_layout[data-pd-col-pc*="3 wide"].PD_layout-BNcoupon4 .PD a {padding-top: 4%;}
.Area1220.Area_coupon .PD_layout[data-pd-col-pc*="3 wide"].PD_layout-BNcoupon4 .PD .divine_coupon1 b.Discount {font-size: 5.5em;line-height:.7em!important;}

}
@media screen and (max-width:767px){
  .Area_coupon {height:auto ;margin-bottom:10vw !important;}
  .Area_coupon .PD_layout-coupon3 {width: 100%; height:20vw ;}
  .Area_coupon .PD_layout.PD_layout-BNcoupon4 {margin:2vw auto ;width: 100%; height:auto ;}
  .Area1220.Area_coupon .PD_layout[data-pd-col-pc*="3 wide"].PD_layout-BNcoupon4 .PD a {padding-top: 1%;}
} 



/**情境公版輪播**/	
.Area_pd_D1_15 .PD_layout.PD_layout-D1_15 ul {width:100% !important;grid-gap: 5px;padding:0 ;}
.Area_pd_D1_15 .PD_img img {border-radius:0 !important;}
@media screen and (min-width:768px){
	.Area_pd_D1_15 {height:auto ;margin-bottom:70px!important ;}
	.Area_pd_D1_15 ul li {height:416px !important;} 
  .Area_pd_D1_15 .Area_swiper { margin-top:0px !important;}
}
  @media screen and (max-width:767px){
	.Area_pd_D1_15 {width:100% !important;height:auto ;margin-bottom:5vw !important;}
	
	.Area_pd_D1_15 ul li {height:62vw !important;}
  .Area_pd_D1_15 .Area_swiper { margin-top:0vw !important;}
  }

 






/*部活動主題*/
@media screen and (min-width:768px){
.Area_pdx9 {position: relative;height:auto ;margin-bottom:70px !important;}
.Area_pdx9 .layout_PD ul {border-radius:20px;margin-top:0px !important;}
}
@media screen and (max-width:767px){
  .Area_pdx9 {height:auto ;margin-bottom:10vw !important;}
  .Area_pdx9 .layout_PD ul {width: 98% ;border-radius:3vw;margin-top:0vw !important;}
}








/*BN*/
@media screen and (min-width:768px){
  .BN {height:300px ;margin-bottom:70px !important;}
 
  }
  @media screen and (max-width:767px){
    .BN {height:45vw ;margin-bottom:10vw !important;}
   
  }




/*登記活動*/
@media screen and (min-width:768px){
.danji {height:auto ;margin-bottom:70px !important;}
.danji .Area_danji {width: 100%;}
}
@media screen and (max-width:767px){
  .danji {height:auto ;margin-bottom:10vw !important;}
  .danji .Area_danji {width: 98%;}
}





/*下方公版*/
@media screen and (min-width:768px){
.Area_pdx9_swiper {position: relative;height:auto ;margin-bottom:70px !important;}
.Area_pdx9_swiper .Area_swiper { margin-top:0px !important;}
}
@media screen and (max-width:767px){
  .Area_pdx9_swiper {height:auto ;margin-bottom:10vw !important;}
  .Area_pdx9_swiper .Area_swiper { margin-top:0vw !important;}
}



@media screen and (min-width:768px){
  .Area_pdx6 {position: relative;height:auto ;margin-bottom:70px !important;}
  .Area_pdx6 .layout_PD ul {border-radius:20px;margin-top:-45px;}
  }
  @media screen and (max-width:767px){
    .Area_pdx6 {height:auto ;margin-bottom:10vw !important;}
    .Area_pdx6 .layout_PD ul {width: 98% ;border-radius:3vw;margin-top:-5vw;}
  }
  


/*精選大牌*/
@media screen and (min-width:768px){
.brand {height:545px ;margin-bottom:50px!important ;}
.brand ul li:nth-of-type(6) {left:114px!important ;}
.brand ul li:nth-of-type(7) {left:114px!important ;}
.brand ul li:nth-of-type(8) {left:114px!important ;}
.brand ul li:nth-of-type(9) {left:114px!important ;}
.brand .layout_LOGO {width: 98%;}

}
@media screen and (max-width:767px){
  .brand {height:100vw ;margin-bottom:0vw!important ;}
  .brand .layout_LOGO {width: 96%;}

}


@media screen and (min-width:768px){
  .btnx2 {position: relative;height:auto ;margin-bottom:70px !important;}
  .btnx2 ul {width:600px!important;}
  }
  @media screen and (max-width:767px){
    .btnx2 {height:auto ;margin-bottom:5vw !important;width: 80% ;}
    .btnx2 ul {border-radius:3vw;}
  }




/*熱搜關鍵字*/
.Area_hotsearchkey {}
.Area_hotsearchkey .PD_layout-D1_03 { width: 90%; padding: 0; margin: 0 auto;}
.Area_hotsearchkey .PD_layout-D1_03 ul { margin: 0 auto; padding: 0!important; grid-gap: 10px; display: flex; flex-direction: row; flex-wrap: wrap;align: center;}
.Area_hotsearchkey .PD_layout-D1_03 ul::before { display: none;}	
.Area_hotsearchkey .PD_layout-D1_03 ul li { list-style: none; float: left; margin: 0; padding: 0; min-width: 32%; border-radius: .5em; background-color: #468cf9;}	
.Area_hotsearchkey .PD_layout-D1_03 ul li:hover { box-shadow: none;}	
.Area_hotsearchkey .PD_layout-D1_03 .PD h3 { font-weight: bolder; color: #fff;}
@media screen and (max-width:767px){
  .Area_hotsearchkey {}
  .Area_hotsearchkey .PD_layout-D1_03 { width: 100%;}
  .Area_hotsearchkey .PD_layout-D1_03 ul { width: 92%!important; padding: 0; margin: 0 auto; display: flex; flex-direction: column;}
  .Area_hotsearchkey .PD_layout-D1_03 ul li { padding: 1vw; width: 100%;}	
  .Area_hotsearchkey .PD_layout-D1_03 .PD h3 { font-weight: 600; font-size: .95em;}	
}



