@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=1752485435713)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;background: url(bgrepeat_m.jpg?t=1752485435713)top center repeat-y; background-size: 100%;}
  .WRAPPER img {  width: 100%;  height: auto;}
}

/*區塊_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%;}
  /*區塊_切割*/
  .Area_1bn { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_1bn a { float: left; margin: 0 0 2% 0; padding: 0; width: 100%; list-style: none;}
  .Area_2bn { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_2bn a { float: left; margin: 0 1% 2%; padding: 0; width: 48%; list-style: none;}
  .Area_3bn { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_3bn a { float: left; margin: 0 1% 2% ; padding: 0; width: 31.3%; list-style: none;}
  .Area_1bn_nopadding { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_1bn_nopadding a { float: left; margin: 0; padding: 0; width: 100%; list-style: none;}
  .Area_2bn_nopadding { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_2bn_nopadding a { float: left; margin: 0; padding: 0; width: 50%; list-style: none;}
  .Area_3bn_nopadding { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_3bn_nopadding a { float: left; margin: 0; padding: 0; width: 33.3%; list-style: none;}
}

/*背景*/
.bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgtop.jpg?t=1752485435713) no-repeat center top;}
.bgdeco { z-index: 1; position: absolute; top: 1210px; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgdeco.png?t=1752485435713) repeat-y center top; pointer-events: none;}
.top_photo_all{position: relative;width: 2500px;margin: 0 auto;}
.top_photo {z-index: 1;position: absolute;top: 249px;left: 0;width: 2500px;height: 472px;background: url(top_photo.png?t=1752485435713) repeat-x center top;transform: rotate(-09deg);}


@media screen and (max-width:767px){
  .bgtop { min-width: inherit;  background: url(bgtop_m.jpg?t=1752485435713) no-repeat center 44px; background-size: 100%;}
  .bgdeco{display: none;	}
  .top_photo_all{position: relative;width:1230px;margin: 0 auto;}
  .top_photo {z-index: 1;position: absolute;top: 17vw;left: 0;width:1230px;height:500px;background: url(mtop_photo.png?t=1752485435713) repeat-x center top;overflow: hidden;transform: rotate(-9deg);}
}

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

/*公版背景*/
.bg_box { background: url(bg_box.png?t=1752485435713)top center repeat-y;}
.bg_boxbottom { position: relative;  background: url(bg_boxbottom.png?t=1752485435713)top center no-repeat; height: 52px;}
.bg_box2 { background: url(bg_box2.png?t=1752485435713)top center repeat-y;}
.bg_boxbottom2 {position: relative;background: url(bg_box2.png?t=1752485435713)top center no-repeat;height: 29px;}

.bg_boxbottom3 { position: relative;  background: url(bg_box3.png?t=1752485435713)top center no-repeat; height:42px;}

@media screen and (max-width:767px){
  .bg_box { background: url(bg_box_m.png?t=1752485435713)top center repeat-y; background-size: 100%;}
  .bg_boxbottom { background: url(mbg_boxbottom.png?t=1752485435713)top center no-repeat; height: 6vw; background-size: 100%;top: -1vw;}
  .bg_box2 { background: url(bg_box2_m.jpg?t=1752485435713)top center repeat-y; background-size: 100%;}
  .bg_boxbottom2 {background: url(bg_box2_m.jpg?t=1752485435713)top center no-repeat;height: 3vw;background-size: 100%;top: 0;}
  .bg_boxbottom3 { background: url(mbg_boxbottom3.png?t=1752485435713)top center no-repeat; height: 7vw; 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 .remove_box_style ul {}
}
/*輪播移除公版設定*/
.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 { position: relative;height:636px;}
.Area_top .momologo {top:13px;left:76px;}
.Area_top .main {position:relative;width: 100%;left: 475px;top:54px;}
.Area_top .main .PD img { width: auto;}
.Area_top .main ul li { pointer-events: none;}
.Area_top .main .PD_slide {min-width: 10%;}
.Area_top .main li:nth-of-type(1) {position: absolute;top:34px;left: -292px;z-index: 1;}
.Area_top .main li:nth-of-type(2) {position: absolute;top:34px;left: 231px;z-index: 1;}
.Area_top .main li:nth-of-type(3) {position: absolute;top: 200px;left: -303px;z-index:10;}
.Area_top .main li:nth-of-type(4) {position: absolute;top: 724px;left: 465px;z-index:10;}
.Area_top .topPD {position:relative;width: 99%;left: 315px;top: 47px;z-index: 2;}
.Area_top .topPD .PD img { width: auto;}
.Area_top .topPD .PD_slide {min-width: 10%;}
.Area_top .topPD li:nth-of-type(1) {position: absolute;top: 0;left: 0;}
.Area_top .topPD li:nth-of-type(2) {position: absolute;top: 413px;left: 560px;}
.Area_top .top_deco01 {z-index: 3;position:absolute;top: 593px;left: 140px;}
.Area_top .top_deco02 {z-index: 3;position:absolute;top: 17px;left: 367px;}
.Area_top .top_deco03 {z-index: 3;position:absolute;top: 8px;left: 999px;}
.Area_top .top_deco04 {z-index: 1;position:absolute;top: 521px;left: 557px;}
@media screen and (max-width:767px){
  .Area_top {height: 65.5vw;}
  .Area_top .main {position:relative;width: 100%;left: 0;top: -3px;}
  .Area_top .main li:nth-of-type(1) {position: absolute;top: 9vw;left: 4vw;width: 35%;}
  .Area_top .main li:nth-of-type(2) {position: absolute;top: 9vw;left: 60vw;width: 36%;}
  .Area_top .main li:nth-of-type(3) {position: absolute;top: 28.1vw;left: 4vw;width: 30%;z-index: 10;}
  .Area_top .main li:nth-of-type(4) {position: absolute;top: 87vw;left: 76vw;width: 22%;}
	
  .Area_top .main .PD img {width: 100%;}
  .Area_top .topPD {position:relative;width: 111%;left: 2vw;top: -2vw;z-index: 2;}
  .Area_top .topPD li:nth-of-type(1) {position: absolute;top: 8vw;left:18vw;width: 53%;}
  .Area_top .topPD li:nth-of-type(2) {position: absolute;top: 45.5vw;left: 52vw;width: 33%;}
  .Area_top .topPD .PD img {width: 100%;}
  .Area_top .top_deco01 {position: absolute;top: 58vw;left: 6vw;width: 37%;}	
  .Area_top .top_deco02 {position: absolute;top: -2vw;left: 29vw;width: 15.5%;}		
  .Area_top .top_deco03 {position: absolute;top: 1vw;left: 90vw;width: 8%;}		
  .Area_top .top_deco04 {position: absolute;top: 51vw;left: 44vw;width: 40%;}		
}

/*副標*/
.sub .PD_layout ul{display: flex;padding: 0;}
@media screen and (min-width: 768px){
.sub {position: absolute;top: 650px;left: 290px;width: 56%;height: 210px;z-index: 30;overflow: hidden;}	
.sub .PD_layout .PD img {width: 88%;}	
}
@media screen and (max-width:767px){
.sub {position: absolute;top: 76.5vw;left: 25vw;width: 53%;z-index: 30;overflow: hidden;}
.sub .PD_layout .PD img {width:100%;padding: 0;}
}
/*編輯按鈕移動*/
#eWriterBtn_bt_B_000_01 { z-index: 99!important;margin-top: 100px;}

/*區標*/
.title2 {width: 79%;}
.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:88px;}
.bg_top img {width: 100%;}
.bg_top2 {position: relative;margin: 0 auto;width: 100%;height: auto;top:0;}
.bg_top2 img {width: 100%;}
.bg_top3 {position: absolute;margin: 0 auto;width: 100%;height: auto;top:88px;}
.bg_top3 img {width: 100%;}
.box_txt {position: absolute;margin: 0 auto;width: 100%;height: auto;}
.box_txt img {width: 75%;}
.txt ul {position: relative;padding: 0;margin: 0;list-style: none;height: 95px;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:5px;margin: 0;padding: 0;width: 100%;font: 48px/60px "Noto Sans CJK SC";font-weight: 500;text-align: center;overflow: hidden;color: #fff;}
@media screen and (max-width:767px){
  .title2 {padding: 1.5vw 0 2vw 0;width: 102%;position: relative;right: 1vw;}
  .bg_top {position: absolute;margin: 0 auto;width: 100%;top:9vw;}
  .bg_top img {width: 100%;}
  .bg_top2 {position: relative;margin: 0 auto;width: 100%;top:0;}
  .bg_top2 img {width: 100%;}
  .bg_top3 {position: absolute;margin: 0 auto;width: 100%;top:11vw;}
  .bg_top3 img {width: 100%;}
  .box_txt {position: absolute;margin: 0 auto;width: 100%;}
  .box_txt img {width: 100%;}
  .txt ul {padding: 0;margin: 0;list-style: none;height: 11vw;}
  .txt ul li { background-color: transparent; pointer-events: none;padding-top: 0;}
  .txt .PD_into {padding: 0;}
  .txt ul li h5 {position: relative;top:-1vw;margin: 0;padding: 0;width: 100%;font: 6.5vw/9vw "Noto Sans CJK SC";font-weight: 700;text-align: center;letter-spacing: 0;overflow: hidden;}
}

/*今日最低價*/
@media screen and (min-width: 768px){
.Area00 {position: relative;z-index: 3;height: 795px;}
.Area00 .Area00_bg {z-index: 1;position:absolute;top:150px;width:100%;height: 805px;background-repeat:no-repeat;background-position: center top;pointer-events:none;}
/*.Area00 .Area_swiper {width:100%;left:34px;top:305px;padding-bottom: 60px;}*/
.Area00 .Area_swiper {position: relative;  top: 305px;  left:34px;  width: 90%;z-index: 5;  transform:rotate(2.0deg); }
	
	
}
@media screen and (max-width: 767px){
  .Area00 {position: relative;z-index: 3;height: 102vw;}
  .Area00 .Area00_bg_m {z-index:1;position:absolute;top: 24vw;left:0;width:100%;height:97vw;background-repeat:no-repeat;background-size: 100%;background-position: center top;pointer-events:none;}
  .Area00 .Area_swiper {position: relative;width: 93%;left: 5vw;top: 36vw;transform: rotate(2.0deg);z-index: 5;}
}




  /* 區標 */
  @media screen and (min-width: 768px){
  .titlebg {position: absolute;top: 0;left: 50%;transform: translateX(-50%);}	
  .title01 {height: 171px;background-color: #7d0607;}	
  .title01 .PD_layout{position: relative;top: 63px;}
  .title01 ul li h5 {position: relative;top:0px;margin: 0;padding: 0;width: 100%;height: 88px;font: 57px/80px "Noto Sans CJK SC";font-weight: 500;text-align: center;letter-spacing: 0px;overflow: hidden;color: #FFF;}
  }

  @media screen and (max-width:767px){
  /* 區標 */
  .titlebg {/* width: 96%; */position: absolute;height: 16vw;margin: 0 auto;/* left: 2vw; */}  
  .title01 {height: 19vw;}	
  .title01 .PD_layout{position: relative;top: 6.2vw;}
  .title01 ul li h5 {position: relative;top:0vw;margin: 0;padding: 0;width: 100%;height: 12vw;font: 6.5vw/6.5vw "Noto Sans CJK SC";font-weight: 500;text-align: center;letter-spacing: 0px;overflow: hidden;color: #FFF;}	
  



  }


/*區塊0*/
.Area01 ul.btn { pointer-events: none; } 
.Area01 ul.btn li{ list-style: none; } 
.Area01 ul.btn li a { opacity: 0; } 
.Area01 ul.btn li.selected a { opacity: 1;} 
.Area01 ul.btn2 { pointer-events: none; } 
.Area01 ul.btn2 li{ list-style: none; } 
.Area01 ul.btn2 li a { opacity: 0; } 
.Area01 ul.btn2 li.selected a { opacity: 1;}
.Area01 .Area00_bg {position: absolute;width: 100%;z-index: -10;}	

@media screen and (min-width: 768px){
.Area01 {z-index: 30;height: auto;margin: 0!important;}
.box04_bg {z-index: -40;position:absolute;top: 880px;width:100%;height: 100%;background-repeat:no-repeat;background-position: center top;pointer-events:none;}	

.Area01 .box02{position: relative;height: auto;padding-bottom:0px;}
.Area01 .box03{position: relative;height: auto;}	
.Area01 .Area_icon{z-index: 4;}
.Area01 .Area_icon .PD_layout ul {width: 74%;margin: 0 auto;padding: 0 0 2%;}	
	
.Area01 .bg {position: absolute;top: 0px;left: 50%;transform: translateX(-50%);pointer-events: none; z-index: -1; background-repeat: no-repeat;}
	
}

@media screen and (max-width: 767px){
.Area01 {height: auto;z-index: 0;margin-bottom:-3vw!important;}
.Area01 .box_txt { margin: 0;}	
.m_box04_bg {z-index: -1;position:absolute;top: 94vw;width:100%;height: 100%;background-repeat:no-repeat;background-position: center top;pointer-events:none;background-size: 100%;}
.Area01 .box_all{position: relative;height: auto;}
.Area01 ul.btn{ display: block!important; }
.Area01 ul.btn li {position: absolute;top: 6.7vw;left: 0;}
.Area01 ul.btn2{ display: block!important; }
.Area01 ul.btn2 li {position: absolute;top: 6.7vw;left: 0;}
	
.Area01 .Area_icon{z-index: 99;margin-bottom: 0vw;padding: 2%;}	
.Area01 .Area_icon ul{ width: 94%;  margin: 0 auto;}	
.Area01 .Area_icon .remove_box_style ul { width: 100%;grid-gap: 0!important;}	


.Area01 .bg {position: absolute;top:0vw;left: 0;transform: translateX(0%);pointer-events: none;z-index:0;}
	
}







/*品類活動搶先看*/
.Area02 {height:100%;}
.Area02 .Abox{position: relative;height: 986px;margin-bottom:20px;background: url("Area02bg.png?t=1752485435713") center top/104% no-repeat scroll;margin-top: 31px !important;width:81%;margin: 0 auto;margin-left:113px;}
.Area02 .Area02_bg {z-index: -10;position:absolute;top: 133px;left: 0px;width:100%;height: 375px;background-repeat:no-repeat;background-position: center top;pointer-events:none;}
.Area02 .bg {position: absolute;top: 0px;left: 50%;transform: translateX(-50%);pointer-events: none; z-index: 1; background-repeat: no-repeat;}

/*左作圖區*/
.Area02 .bn2{position: absolute;width: 47.5%;left: 42px;top: 2px;}
.Area02 .bn2 .PD_img {padding: 75px 0 0;}
.Area02 .bn2 ul {padding:0 9%;grid-gap: 30px;}	

.Area02 .bn2 .PD_into {position: absolute;left: 2px;top: 850px;width: 100%;}
.Area02 .bn2 .PD h3 {max-height: 1.5em;font-size: 1.8em;font-weight: 600;color: #fff;}	
.Area02 .bn2 .PD h4 {position: absolute;left:60px;top:57px;font-size: 1.8em;color: #fff;border-radius: 1em 1em 1em 1em !important; background-color:#b00f0f;width: 69%;box-shadow:0 -2px 0px #ffffff;}
.Area02 .bn2 .PD img {width:100%;}
.Area02 .bn2 .PD_img {padding: 0 0 0;}

/*右作圖區*/
.Area02 .bn3{width: 53%;  top:23px; left: 226px;}
.Area02 .bn3 .PD_img {padding: 0 0 0;}
.Area02 .bn3 li{height:411px;}
.Area02 .bn3 ul {padding: 0 11%;grid-gap: 30px;}	

.Area02 .bn3 .PD_into {position: absolute;left: 2px;top: 328px;width: 100%;}
.Area02 .bn3 .PD h3 {max-height: 1.5em;font-size: 1.8em;font-weight: 600;color: #fff;}	
.Area02 .bn3 .PD h4 {position: absolute;left: 70px;top:58px;font-size: 1.8em;color: #fff;border-radius: 1em 1em 1em 1em !important; background-color:#b00f0f;width: 69%;box-shadow:0 -2px 0px #ffffff;}
.Area02 .bn3 li:nth-of-type(1) img {width:77%;border-radius: 0em 5em 0 0;}
.Area02 .bn3 li:nth-of-type(2) img {width:77%;}

/*品牌BN*/
.Area02 .layout_BN2 {width: 72.3%;padding-bottom:55px;background: url("Area_bnbg.jpg?t=1752485435713") center top/100% no-repeat scroll;margin-left: 167px;height: 484px;}
.Area02 .PD_layout .PD img{width:100%;  position: relative;  padding: 4% 0 0 0;}
.Area02 .layout_BN2.PD_layout .PD img{width:90%; }
@media screen and (max-width: 767px){

  .Area02 {margin-bottom:0vw;height:100%;}
  .Area02 .bg {position: absolute;top:0vw;left: 0;transform: translateX(0%);pointer-events: none;z-index:0;}
  .Area02 .Abox{background: url("mArea02bg.png?t=1752485435713") center top/100% no-repeat scroll;margin-left: 5vw;width: 91%;margin-top: 1px !important;height: 118vw;}
	
/*左作圖區*/
  .Area02 .bn2{position: absolute;width: 50%;left: 0vw;top: -8vw;}
  .Area02 .bn2 .PD_img {padding: 10vw 1vw 1vw;}
  .Area02 .bn2 ul {padding: 0 3% 0;grid-gap: 0.5em;}
  .Area02 .bn2 .PD_slide {padding: 0 0 0 0;/*background: url("Area02_bg.png?t=1752485435713") center top/100% no-repeat scroll;*/}			
  .Area02 .bn2 .PD_into {padding: 0;top: 101vw;width: 100%;}
  .Area02 .bn2 .PD h3,.Area00 .box02 .bn3 .PD h4 {max-height: 1.5em;font-size: 1em;}	
  .Area02 .bn2 .PD h3 {max-height: 1.5em;font-size: 1.1em;}
  .Area02 .bn2 .PD h4 {max-height: 1.5em;font-size: 1.1em;left: 6.5vw;top: 9.5vw;border-radius: 1em 1em 1em 1em !important; background-color:#b00f0f;width: 69%;box-shadow:0 -2px 0px #ffffff;}
  .Area02 .bn2 .PD img {width:100%;}
	
/*右作圖區*/
  .Area02 .bn3{width: 62%;position: absolute;top: -12vw;left: 41vw;}
  .Area02 .bn3 .PD_img {padding: 10vw 1vw 1vw;}
  .Area02 .bn3 ul {padding: 0 3% 0;grid-gap: 0.5em;}
  .Area02 .bn3 li{height:52vw;}
	
  .Area02 .bn3 .PD_slide {padding: 7% 6% 37%;/*background: url("Area02_bg.png?t=1752485435713") center top/100% no-repeat scroll;*/}			
  .Area02 .bn3 .PD_into {padding: 0;top: 52vw;width: 100%;}
  .Area02 .bn3 .PD h3,.Area00 .box02 .bn3 .PD h4 {max-height: 1.5em;font-size: 1em;}	
  .Area02 .bn3 .PD h3 {max-height: 1.5em;font-size: 1.1em;}
  .Area02 .bn3 .PD h4 {max-height: 1.5em;font-size: 1.1em;left: 7.5vw;top:8.5vw;border-radius: 1em 1em 1em 1em !important; background-color:#b00f0f;width: 69%;box-shadow:0 -2px 0px #ffffff;}
  .Area02 .bn3 .PD img {width: 91%;}
  .Area02 .bn3 li:nth-of-type(1) img {width:80%;border-radius: 0em 2em 0 0;}
  .Area02 .bn3 li:nth-of-type(2) img {width:80%;}
	
  /*品牌BN*/
  .Area02 .layout_BN2 {width:91%!important;padding-bottom:6vw ;margin: 0 auto; height: 100%;}	
  .Area02 .layout_BN2.PD_layout .PD img{width:90%;  }
	
}



/*登記*/
.Area07 {position: relative;margin: 34px auto 0px auto;z-index: 1;}
/*登記贈品文案顏色*/
.Area_danji .danji_box ul li .activityText .gifts span { color: #740005;}     
@media screen and (max-width:767px){
  .Area07 {background: url(mArea07bg.png?t=1752485435713) top center no-repeat;height: 100%;background-size: 100%;top: 0;padding-bottom: 4vw;margin-top: 0vw;}
  .Area07 .Area_danji {width: 92%;}

	
}



/*---1帶8---*/
@media screen and (min-width:768px){
	.Area08{margin: 60px auto 0 auto;}
  .Area08 .text_1220{width: 1220px; background-color: #790000;}
  .Area08 .box{position: relative;margin: 0px auto 80px auto;/*padding: 0 0 55px 0;background-color: #790000;*/}
  
  .Area08 .box .bn{width: 62%;margin: 25px auto 0 auto;}
  .Area08 .box .ly{width: 95%;margin: 20px auto 0 auto;}
}
@media screen and (max-width:767px){
  /* .Area08{margin: 0vw auto 0 auto;} */
  .Area08 .box .bn{width: 93%;}
  .Area08 .box .ly{width: 90%;margin: 3vw auto 0 auto;}
  .Area08 .box{position: relative;margin: 0 auto;}

}


/*---9品---*/
@media screen and (min-width:768px){
	.Area09{margin: 60px auto 0 auto;}
  .Area09 .box{position: relative;margin: 0px auto 0 auto;padding: 0 0 55px 0;background-color: #790000;}
  .Area09 .box .ly{width: 97%;padding: 22px 0 0 0;margin: 0 auto 0 auto;background-color: #7d0607;}
  .Area09 .box .ly ul{width: 96%;}
}
@media screen and (max-width:767px){
  .Area09{margin: 4vw auto 0 auto;}
  .Area09 .box{position: relative;margin: 0 auto;}
  .Area09 .box .ly{width: 95%;padding: 4vw 0 4vw 0;margin: -1.2vw auto 0 auto;background-color: #7d0607;}
  .Area09 .box .ly ul{width: 96%;}

}

/*---類別---*/
@media screen and (min-width: 768px) {	
  .Area_logo{margin: 60px auto 0 auto;}
  .Area_logo .PD_layout ul{width: 90%;grid-gap: 10px;margin: 0 auto;}
}
@media screen and (max-width:767px){
  .Area_logo{margin: 6vw auto 5vw auto;}
  .Area_logo .PD_layout ul{width: 95%;margin: 0 auto;grid-gap: 0.3em;}
}





/*隱鑶*/
.for_pc {}
.for_phone { display:none !important;}
	@media screen and (max-width:767px){
		.for_pc { display:none !important;}
		.for_phone { display: inherit !important;}
	}
	
			/*分享浮層*/
.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;}
.floatBox img { 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 .closeButton a { 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_btn a { display:block; margin:3% 0;}
.floatBox .box_btn img { width:100%;}
.floatBox .box_btn .btn { margin:0 auto; width:60%;}
.floatBox .box_btn2 a { 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%;}
	}
