@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-color: #071224;}
.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-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: 1500px; background: url(bgtop.png?t=1767165235713) no-repeat center top;}
.bg_fix { z-index: 0; position: fixed; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bg_fix.jpg?t=1767165235713) repeat-y center top;}
@media screen and (max-width:767px){
  .bgtop { min-width: inherit;  background: url(bgtop_m.jpg?t=1767165235713) no-repeat center 44px;height: 180vw; background-size: 100%;}
  .bg_fix { z-index: 0; position: fixed ; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(bg_fix_m.jpg?t=1767165235713) repeat-y center 44px; background-size: 100%;}
}

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


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



/*公版*/

.bg_box { background: url(bg_box.png?t=1767165235713)top center repeat-y;}
.bg_box_2 { background: url(bg_box_2.png?t=1767165235713)top center repeat-y;}
.bg_box_3 { background: url(bg_box_3.png?t=1767165235713)top center repeat-y;}
.bg_boxbottom { position: relative;  background: url(bg_boxbottom.png?t=1767165235713)top center no-repeat; height:90px;}
.bg_boxbottom_2 { position: relative;  background: url(bg_boxbottom_2.png?t=1767165235713)top center no-repeat; height:90px;}
.bg_boxbottom_3 { position: relative;  background: url(bg_boxbottom_3.png?t=1767165235713)top center no-repeat; height:90px;}
@media screen and (max-width:767px){

  .bg_box { background: url(bg_box_m.png?t=1767165235713)top center repeat-y; background-size: 100%;}
  .bg_box_2 { background: url(bg_box_m.png?t=1767165235713)top center repeat-y; background-size: 100%;}
  .bg_box_3 { background: url(bg_box_m_3.png?t=1767165235713)top center repeat-y; background-size: 100%;}
  .bg_boxbottom { background: url(bg_boxbottom_m.png?t=1767165235713)top center no-repeat; height: 10vw; background-size: 100%;top: 0;}
  .bg_boxbottom_2 { background: url(bg_boxbottom_m.png?t=1767165235713)top center no-repeat; height: 10vw; background-size: 100%;top: 0;}
  .bg_boxbottom_3 { background: url(bg_boxbottom_m_3.png?t=1767165235713)top center no-repeat; height: 10vw; background-size: 100%;top: 0;}
}



/*版頭*/
.Area_top {z-index: 2;position: relative;height:516px;}
.Area_top .main {position:absolute;left: 238px;top:63px;z-index: 2;width:730px ;}
.Area_top .main ul {padding: 0; grid-gap: 0;}
.Area_top .main ul li {pointer-events: none;}
.Area_top .main ul li img { width:100% ;}
.Area_top .todayonly {position:absolute;left: 741px;top: 84px;z-index: 2;}
.Area_top .time {position:absolute;left:417px;top:444px;z-index: 50;}
.Area_top .topPD { position: absolute;width: 1220px;top:575px; margin: 0 auto;} 
@media screen and (max-width:767px){
  .Area_top {height: 54.5vw;}
  .Area_top .main {left: 9vw;top: 3vw;width: 82%;}
  .Area_top .todayonly {left: 70vw;top: 6vw;width: 23%;}
	.Area_top .time {left: 15vw;top: 30vw;width: 80%;}				
  .Area_top .topPD {position: absolute; top:76vw;left:8.1vw ;width: 100%; margin: 0vw auto 0;}	
}



/*副標*/
.Area_top .sub_txt {z-index: 50;position: absolute;top: 339px;left: 481px;width: 40%;overflow: hidden;}	
.Area_top .sub_txt .layout_txt ul { grid-gap:0;}
.Area_top .sub_txt .layout_txt ul li { background-color: transparent; pointer-events: none;padding: 0;}
.Area_top .sub_txt .layout_txt ul li h5 {position: relative;top:6px;left: 0px;margin: 0;padding: 0;width: 100%;font: 50px/60px "Noto Sans CJK SC";font-style: italic;font-weight: 700;text-align: center;overflow: hidden;color: #000;letter-spacing:-4px;}
@media screen and (max-width:767px){
  .Area_top .sub_txt {position: absolute;top: 34.5vw;left: 33.5vw;width: 60%;z-index: 30;overflow: hidden;}
  .Area_top .sub_txt .layout_txt ul li { background-color: transparent; pointer-events: none;padding-top: 0;}
  .Area_top .sub_txt .layout_txt ul li h5 {position: relative;top:0;left:0vw;margin: 0;padding: 0;width: 100%;font: 5vw/6vw "Noto Sans CJK SC";font-style: italic;font-weight: 700;text-align: center;letter-spacing: 0vw;overflow: hidden;}
}

/*副標輪播*/
.Area_top  .sub {z-index: 5;position: absolute;top: 331px;left: 412px;width: 605px;height: auto;overflow: hidden;}
.Area_top  .sub ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; box-sizing: content-box; grid-gap: inherit;}
.Area_top  .sub ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; opacity: 0; transform: translate(5%,0);}
.Area_top  .sub ul.PD_wrapper li.swiper-slide-active { opacity: 1; transition: .1s ease-out; transform: translate(0,0);}
.Area_top  .sub .PD_layout .PD img {width: 100%!important;}
@media screen and (max-width:767px){
  .Area_top  .sub {position: absolute;width: 60%;height: auto;top: 35vw;left: 21vw;overflow: hidden;}
  .Area_top  .sub .PD_layout .PD img {width: 100%!important;}
}



/** 倒數 **/
.Area_top .time .TimerNick { z-index:0; display:inline-block; padding-right:14px; height:36px;text-align:right;}
.Area_top .time .TimerNick .FontStyle { display:inline-block; margin:0px 0 0 0 ; padding:0; border:0px; width:60px; font: bold 42px/42px Century Gothic; color:#fff; /*text-shadow:1px 1px 0px #fff;*/ letter-spacing:-1px; text-align:right; background:transparent; }
.Area_top .time .TimerNick div:nth-of-type(2),
.Area_top .time .TimerNick div:nth-of-type(3) { width:60px;}
.Area_top .time .TimerNick span { padding-left:2px; font: bold 38px/38px "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; letter-spacing: -0.05em;color: #fff;}
    @media screen and (max-width:767px){
      .Area_top .time .TimerNick { z-index:2; position: absolute; top:13vw; left:-6vw; display:inline-block; margin:0; padding-right:0%; width:85%; height:0; padding-bottom:13%; overflow:hidden; text-align:right;  /*background:url(m_time_bg.png?t=1767165235713) no-repeat center top; */background-size:100%;}
      .Area_top .time .TimerNick .FontStyle { display:inline-block; margin:0px 0 0 0 ; padding:0; border:0px; width:6vw; font: bold 5.5vw/11vw Century Gothic;  /*text-shadow:1px 1px 0px #fff;*/ letter-spacing:-1px; text-align:right; background:transparent;}
      .Area_top .time .TimerNick div:nth-of-type(2),
      .Area_top .time .TimerNick div:nth-of-type(3) { width:9vw;}
      .Area_top .time .TimerNick span { padding-left:1vw; font: bold 5vw/11vw "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; letter-spacing: -0.05em;}
    }

                

/*區標*/
@media screen and (min-width: 768px){
.title2 {width: 77%;}
.title ul {padding: 0;grid-gap:0!important;}
.title ul li { pointer-events: none;}
.bg_top {z-index: 0;position: absolute;margin: 0 auto;width: 960px;height: auto;top:5px;left:200px ;}
.bg_top img {width: 100%;}
.box_txt {z-index:1 ;position: absolute;margin: 0 auto 0;width:1220px;height: auto;}
.box_txt img {width: 80%;}
.bank_txt {position: absolute;margin: 0 auto ;width: 100%;height: auto;}
.bank_txt img {width: 100%;}

.txt ul {position: relative;padding: 0;margin: 0;list-style: none;height: 124px;top:0;}
.txt ul li { background-color: transparent; pointer-events: none;padding: 0;}
.txt .PD_into {padding: 0;}
.txt ul li h5 {z-index: 5;position: relative;top:40px;margin: 0;padding: 0;width: 100%;font: 58px/58px "Noto Sans CJK SC";font-weight: 700;text-align: center;overflow: hidden;color: #266cb0;letter-spacing:0px;}

.txt2 ul {position: relative;padding: 0;margin-top: -70px;list-style: none;height: 0px;top:-98px;}
.txt2 ul li { background-color: transparent; pointer-events: none;padding: 0;}
.txt2 .PD_into {padding: 0;}
.txt2 ul li h5 {z-index: 5;position: relative;top:0px;margin: 0;padding: 0;width: 100%;font: 58px/58px "Noto Sans CJK SC";font-weight: 700;text-align: center;overflow: hidden;color: #266cb0;letter-spacing:0px;}

.txt3 ul {position: relative;padding: 0;margin-top: -70px;list-style: none;height: 0px;top:-98px;}
.txt3 ul li { background-color: transparent; pointer-events: none;padding: 0;}
.txt3 .PD_into {padding: 0;}
.txt3 ul li h5 {z-index: 5;position: relative;top:0px;margin: 0;padding: 0;width: 100%;font: 58px/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 {position: absolute;margin: 0 auto;width: 100%;top:0vw;}
  .box_txt img {width: 100%;}
  .bank_txt {position: absolute;margin: 0 auto;width: 100%;top:0vw;}
  .bank_txt img {width: 100%;}

  .txt ul {padding: 0;margin: 0;list-style: none;height: 13vw;}
  .txt ul li { background-color: transparent; pointer-events: none;padding-top: 0;}
  .txt .PD_into {padding: 0;}
  .txt ul li h5 {z-index: 5;position: relative;top:3vw;margin: 0;padding: 0;width: 100%;font: 6.5vw/7vw "Noto Sans CJK SC";font-style: italic;font-weight: 700;text-align: center;letter-spacing: 0vw;overflow: hidden;color: #266cb0;}

  .txt2 ul {padding: 0;top:-11vw;margin-top: -7vw;list-style: none;height: 0vw;}
  .txt2 ul li { background-color: transparent; pointer-events: none;padding-top: 0;}
  .txt2 .PD_into {padding: 0;}
  .txt2 ul li h5 {z-index: 5;position: relative;top:-11vw;margin: 0;padding: 0;width: 100%;font: 6.5vw/7vw "Noto Sans CJK SC";font-weight: 700;text-align: center;letter-spacing: 0vw;overflow: hidden;color: #266cb0;}


  .txt3 ul {padding: 0;margin: 0;list-style: none;height: 15vw;}
  .txt3 ul li { background-color: transparent; pointer-events: none;padding-top: 0;}
  .txt3 .PD_into {padding: 0;}
  .txt3 ul li h5 {z-index: 5;position: relative;top:4.2vw;margin: 0;padding: 0;width: 100%;font: 6.5vw/7vw "Noto Sans CJK SC";font-weight: 700;text-align: center;letter-spacing: 0vw;overflow: hidden;color: #fff;}

}

/*版頭公版*/
.Area00 .PD_layout .PD p {}
.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: 444px auto 70px;}
.Area00 .layout_PD {width: 75%;}
.Area00 .PD_layout ul li {top:0px;}

}
@media screen and (max-width: 767px){
.Area00 {position: absolute;z-index: 3;margin: 51vw auto 0vw;}
.Area00 .layout_PD {width: 96%;}
.Area00 .PD_layout ul {position: relative;top:0vw;}
}


/*版頭品*/
@media screen and (min-width: 768px){
	.Area_top .Areatoppd {position: absolute;z-index: 3;margin-top:586px !important;}
	.Area_top .Areatoppd .top_pdx2 {height: 100%;}
	.Area_top .Areatoppd .top_pdx2 .PD_layout ul {width:100%!important;margin:0 auto!important;padding:0!important;border-radius: 28px;background-color: #fff;border: solid 5px #0000 ;outline: 4px solid #0000 ;grid-template-columns: repeat(2, minmax(0, 1fr));}
	.Area_top .Areatoppd .top_pdx2 .PD_layout li {position: relative;margin: 0;padding: 0;transition: 0.2s ease;border-bottom: solid 1px #0000;border-right: solid 1px #0000;}
	.Area_top .Areatoppd .Area00_bg {position: absolute;margin: 0 auto;width: 100%;height: auto;top:0;}
	
	}
	@media screen and (max-width: 767px){
	  .Area_top .Areatoppd {position: absolute;z-index: 3;margin:68vw auto 0!important;width:100%  !important;}
	  .Area_top .Areatoppd .top_pdx2 {height: auto;}
	  .Area_top .Areatoppd .top_pdx2 .PD_layout{width: 100%;}
	  .Area_top .Areatoppd .top_pdx2 .PD_layout ul {margin:0 auto!important;padding:0!important;border-radius: 10px 10px 10px 10px;background-color: #0000;border: solid 2px #0000;outline: 2px solid #0000;grid-template-columns: repeat(2, minmax(0, 1fr));}
	  .Area_top .Areatoppd .top_pdx2 .PD_layout li {position: relative ;width:100%  !important;margin: 0;padding: 0;transition: 0.2s ease;border-right: solid 1px #0000;}
	  .Area_top .Areatoppd .Area00_bg {position: absolute;margin: 0 auto;width: 100%;}
	 
	}




  /*版頭品*/
  /*版頭公版*/
  @media screen and (min-width: 768px){
    .toppdx3 {position: relative;z-index: 3;}
    }
    @media screen and (max-width: 767px){
      .toppdx3 {position: relative;z-index: 3;}
      .toppdx3 .layout_PD {width: 96%;}
    }
    
    


/*全站活動*/
.Area002 .bg_box .Area_boxstyle_pagination .swiper-pagination-bullet-active { background-color: #fff!important; opacity: 1;}
.Area002 .bg_box .Area_boxstyle_pagination .swiper-pagination-bullet {  background-color: #fff!important;  opacity: 0.4;}
@media screen and (min-width: 768px){
.Area002  {z-index: 1;height:auto ;margin-bottom:70px!important ;}

.Area002 .Area02_bg {z-index: 0;position: absolute;margin: 0 auto;width: 100%;top: 7px;left: 0;}
.Area002 .activ_box {z-index: 2;position: relative;display: flex;flex-wrap: nowrap;left:4px ;margin: -8px auto 10px;width: 920px;}
.Area002 .activ_box .box_box1 {position: relative; width:57%;overflow: hidden;top:22px;left:-22px ;}
.Area002 .activ_box .box_box1 .PD_layout ul {display: flex;flex-wrap: nowrap;height: 580px;grid-gap:0;width: 100%;margin: 0 auto;}
.Area002 .activ_box .box_box1 .PD_layout ul li {margin:0 170px 0 0 !important;}
.Area002 .activ_box .box_box2 { width:55%;}
.Area002 .activ_box .box_box2 ul { padding:0; position: relative;top:22px;left:-22px ;}
.Area002 .layout_btn {width: 100%;padding-top: 0px;right:0px ;margin:0 auto ;}
.Area002 .layout_btn ul li {padding: 0 ;}
.Area002 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {top:440px;}

}
@media screen and (max-width: 767px){
  .Area002 {height:auto ;margin-bottom:5vw!important ;}
  .Area002 .Area02_bg {z-index: 0;position: absolute;margin: 0 auto;width: 100%;top:0vw ;left: 0;}
  .Area002 .activ_box {z-index: 2;position: relative;display: flex;flex-wrap: nowrap;padding: 0;margin: -4vw auto 0;width: 100%;left: 0vw;}
  .Area002 .activ_box .box_box1 {position: relative; width:45%;overflow: hidden;left:2vw ;}
  .Area002 .activ_box .box_box1 .PD_layout ul {display: flex;flex-wrap: nowrap;grid-gap:0;height: 60vw;width: 100%;margin: 3vw auto 0;}
  .Area002 .activ_box .box_box1 .PD_layout ul li {margin-right:7vw !important ;}
  .Area002 .activ_box .box_box2 { width:47%;}
  .Area002 .activ_box .box_box2 ul { padding:0; position: relative;margin: 3vw auto 0;}	
  .Area002 .PD_layout[data-pd-li=BN] ul, .PD_layout[data-pd-li=BN-AWD] ul, .PD_layout[data-pd-li=PDBN] ul {grid-gap: 0.2em;}
  .Area002 .layout_btn {width: 99%;padding-top: 10vw;}
  .Area002 .layout_btn ul li {padding: 0 1vw;}

  .Area002 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {top:44vw;}

}


/*btn*/
.btnx3a .layout_BN ul {grid-gap: 0;}
@media screen and (min-width: 768px){
.btnx3a {z-index:3 ;width: 1030px;height:auto ;margin-bottom:30px!important ;}
.btnx3a .layout_BN {width: 100%;}

.btnx3a .layout_BN ul li {padding: 0;}
}
@media screen and (max-width: 767px){
  .btnx3a {z-index:3 ;width: 100%;height:auto ;margin:5vw auto!important ;}
  .btnx3a .layout_BN {width: 100%;}
  .btnx3a .layout_BN ul li {padding: 0;}
}

/*btn*/
@media screen and (min-width: 768px){
  .btnx3b {z-index:3 ;width: 1030px;height:auto ;margin-bottom:70px!important ;}
  .btnx3b .layout_BN {width: 100%;}
  .btnx3b .layout_BN ul li {padding: 0 10px;}
  }
  @media screen and (max-width: 767px){
    .btnx3b {z-index:3 ;width: 100%;height:auto ;margin-bottom:5vw!important ;}
    .btnx3b .layout_BN {width: 100%;}
    .btnx3b .layout_BN ul li {padding: 0;}
  }
		
  
/*limited*/
.limited {z-index:1 ;position: relative;height:428px ;margin:0px auto 68px ;}
.limited .topPD { position: relative;width: 934px;top:16px; margin: 0 auto;} 

.limited .Area_swiper_box .PD_layout li, .Area_swiper_box .PD_layout li .PD_img img {border-radius: 0px;}
@media screen and (max-width: 767px){
  .limited {z-index:1 ;position: relative;height:70vw ;width: 100%;margin:0vw auto ;}
  .limited .topPD {position: relative; top:0vw;left:0vw ;width: 100%; margin: 0vw auto;}
  .limited .Area_swiper_box { width: 94%;} 
}



@media screen and (min-width: 768px){
.btnx2  {z-index: 1;height:auto ;margin-bottom:70px!important ;}
.btnx2 { width:55%;}
.btnx2 ul { padding:0; position: relative;}
  }
  @media screen and (max-width: 767px){
    .btnx2 {height:auto ;width:97%;margin-bottom:1vw!important ;}
    .btnx2 ul { padding:0; position: relative;}	
  }









/*pd4x6*/
.pd6x6 .NavArea_tabbar_page .Nav .swiper-slide-active i {border: 1px solid #0064ae !important;background-color: #0064ae !important;}
.pd6x6 .NavArea .Nav a { padding: 0 6px;}
@media screen and (min-width: 768px){
  .pd6x6 {height: auto;margin-bottom: 70px!important;overflow: hidden;}
  .pd6x6 .NavArea_tabbar_page {margin: 0 auto 10px;width: 100%;}
  .pd6x6 .PD_layout ul {border-radius:0 0 20px 20px;}
  }
  @media screen and (max-width:767px){
    .pd6x6 {height: auto;margin-bottom: 10vw!important;}
    .pd6x6 ul {width: 95%;}
    .pd6x6 .PD_layout ul {border-radius:0 0 3vw 3vw;}
  }



  





/*buy1get1*/
@media screen and (min-width: 768px){
.copy {z-index:3 ;position: relative;height:auto ;margin:0px auto 70px !important;}

}
@media screen and (max-width: 767px){
  .copy {z-index:3 ;position: relative;height:auto;width: 100%;margin:5vw auto 10vw !important;}

}




/*部活動主題*/
@media screen and (min-width: 768px){
.pdx8 {height: auto;margin-bottom: 70px!important;}
.pdx8 .layout_PD ul {border-radius:10px;}

}
@media screen and (max-width:767px){
  .pdx8 {height: auto;margin-bottom: 10vw!important;}
  .pdx8 .layout_PD ul {border-radius:1vw;}

}



















/*超強牌駕到*/
.moShop {height: auto;margin-bottom: 70px!important;}
.moShop .moShop_btn {z-index:100 ;position: absolute;top: 50px;left: 913px;}
.moShop .moShop_BN {width: 79%;}
.moShop .ppp {height: auto;margin-bottom: 70px!important;}
@media screen and (max-width:767px){
  .moShop {height: auto;margin-bottom: 10vw!important;}
  .moShop .moShop_btn {position: absolute;top: 5.3vw;left: 76vw;width: 30%;}
  .moShop .swiper-pagination-bullet-active {background: #fff;}
  .moShop .swiper-pagination-bullet {background: #fff;}
  .moShop {height: auto;margin-bottom: 10vw!important;}
}





/*mo店+超強店家*/
@media screen and (min-width: 768px){
.pd20 {height: auto;margin-bottom:70px!important;}
}
@media screen and (max-width:767px){
  .pd20 {height: auto;margin-bottom: 10vw!important;}


}





/*精選大牌*/
@media screen and (min-width:768px){
  .brand {height:100px ;margin-bottom:50px!important ;}
  .brand .layout_LOGO {width: 35%;}
  
  }
  @media screen and (max-width:767px){
    .brand {height: 20vw;margin-bottom:10vw!important ;}
    .brand .layout_LOGO {width: 60%;}
  
  }






/*熱搜關鍵字*/
.Area_hotsearchkey {height: auto;margin-bottom:70px!important;}
.Area_hotsearchkey .PD_layout-D1_03 { width: 90%; padding: 0; margin: 0 auto;}
.Area_hotsearchkey .PD_layout-D1_03 ul { margin: 0; padding: 0; grid-gap: 10px; display: flex; flex-direction: row; flex-wrap: wrap;}
.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: #ebff65;}	
.Area_hotsearchkey .PD_layout-D1_03 ul li:hover { box-shadow: none;}	
.Area_hotsearchkey .PD_layout-D1_03 .PD h3 { font-weight: bolder; color: #000;}
@media screen and (max-width:767px){
  .Area_hotsearchkey {height: auto;margin-bottom:10vw!important;}
  .Area_hotsearchkey .PD_layout-D1_03 { width: 100%;}
  .Area_hotsearchkey .PD_layout-D1_03 ul { width: 95%!important; padding: 0; margin: 0 auto; display: flex; flex-direction: column;}
  .Area_hotsearchkey .PD_layout-D1_03 ul li { padding: 0vw; width: 100%;}	
  .Area_hotsearchkey .PD_layout-D1_03 .PD h3 { font-weight: 600; font-size: 1.2em;}	
}






 

.PD_layout[data-pd-btn][data-pd-btn-pdgo][data-pd-btn-more] .PD_btn.more b {color: #fff;}
.PD_layout[data-pd-btn][data-pd-btn-pdgo][data-pd-btn-more] .PD_btn.more i {border-color: #fff;}
/*調整公版看更多*/
.Area17 .PD_layout[data-pd-btn][data-pd-btn-more] .PD_btn.more b::after { content: "逛好店";}
.PD_layout[data-pd-btn][data-pd-btn-more] .PD_btn.more b::after { content: "逛商店";}



 
            
