@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: #f8f8f8;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);}
.Area_bottom {margin-bottom: 50px;}

 @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; }
  .Area_bottom {margin-bottom: 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;}
 }
 


/*PC背景*/
.bgtoplogo {z-index:-10;position:absolute;top:0;left:0;width:100%;min-width:1220px;height: 120px;background-repeat:no-repeat;background-position:center top;}
    @media screen and (max-width: 767px){
  
    }


/*輸送帶*/
.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  { margin: 0px auto 20px auto; height: 79px; }
 .Aear_title .Areatitle_bg {  z-index: -1; position: absolute; top: 0; left: 0;  }
 .PD_title  {  font-family: "Century Gothic","Arial","Noto Sans TC","微軟正黑體","Microsoft JhengHei"; }
 .PD_title span { float: left; width: 686px; height: 79px; font-size: 55px; margin: 0 0 0 30px; line-height: 79px; text-align: left; }
 .PD_title span:nth-child(1) { color: #6e4644; font-weight: 700; }
 .PD_title span:nth-child(2) { color: #6e4644; font-weight: 700; }
 .Aear_title ul.PD_wrapper li img { width: 100%; }
@media screen and (max-width:767px){
   .Aear_title {  background-size: 100%; height: 10vw; margin: 0 0 2vw 0;  }
   .PD_title  span {  width: 71%; height: 8.5vw; font-size: 5.5vw; margin: 0 0 0 15vw; line-height: 8.5vw; }
}


/* 區標2共用 */
 .title_2 {   height: 87px;   }
 .title_2  { margin: 50px auto 20px auto; }
 .title_2 .PD_title_2  {  font-size: 43px; font-family: "Arial","Noto Sans TC","微軟正黑體","Microsoft JhengHei"; }
 .title_2 .PD_title_2 span { color: #fff; font-weight: 800; width: 960px; margin: 0 auto; text-align: center; float: left; }
 .title_2 .bg {  position: absolute; top: -20px; }
@media screen and (max-width:767px){
 .title_2 {  height: 13vw; margin: 0 ;  }
 .title_2 .PD_title_2  {  font-size: 4.8vw;  }
  .title_2 .PD_title_2 span {  width: 100%; line-height: 11.5vw; }
  .title_2 .bg {  position: absolute; top: 0vw; }
  

  }





/* 版頭*/
.hero .PD_layout[data-pd-li*="BN"] li:hover { box-shadow: none; filter: brightness(100%);}
.hero .sub .PD_layout ul { background-color: transparent; padding: 0 0 25px 0; }
.hero .sub .PD_layout ul li { border-top:transparent; border-right:transparent;  }
.hero  .Area_swiper_box .PD_layout li { background: #00000000; }
.hero  .Area_swiper_box .PD_layout li,.Area_swiper_box .PD_layout li.PD_img img { border-radius: 0 !important; }
.hero  .Area_swiper_box .PD_layout li,.Area_swiper_box .PD_layout li .PD_img img { border-radius: 0 !important; }
@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: #000; }
/* 送 */.Area_danji .gifts span { color: #d40303; } 




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


/*日期*/
.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=1779432196511) 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=1779432196511) 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=1779432196511) no-repeat center; position: absolute; width: 100%;  height: 30vw; bottom: -15.6vw; left: 0%; transform: translateX(0%); background-size: 100%;  }
  
}



/*區塊標題960_01*/
.box_txt {position: absolute;margin: 0 auto;width: 100%;height: auto;}
.box_txt img {width: 75%;}
.txt2 ul {position: relative;padding: 0;margin: 0;list-style: none;height: 160px;top:0;}
.txt2 ul li { background-color: transparent; pointer-events: none;padding: 0;}
.txt2 .PD_into {padding: 0;}
.txt2 ul li h5 {position: relative;top: 37px;margin: 0;padding: 0;width: 100%;font-size: 55px;font-weight: 600;text-align: center;overflow: hidden;color: #FFF;letter-spacing: -0.5px;font-family: "Century Gothic", "Arial", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei"}
@media screen and (max-width:767px){
  .box_txt {position: absolute;margin: 0 auto;width: 100%;}
  .box_txt img {width: 100%;}
  .txt2 ul {padding: 0;margin: 0;list-style: none;height: 17vw;}
  .txt2 ul li { background-color: transparent; pointer-events: none;padding-top: 0;}
  .txt2 .PD_into {padding: 0;}
  .txt2 ul li h5 {position: relative;top: 3.8vw;margin: 0;padding: 0;width: 100%;font-size: 6.4vw;font-weight: 700;text-align: center;letter-spacing: 0vw;overflow: hidden;font-family: "Century Gothic", "Arial", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei";}
}




.Area00 .box { position: relative;  left: 50%; transform: translateX(-50%); }
.Area00 .box .PD_layout { width: 1220px; }
.Area00 .box .PD_layout ul {height: 520px;}
.Area00 .box .PD_layout ul li { background: #00000000; }
.Area00 .box .PD_layout .swiper-pagination { bottom: -25px !important; }
@media screen and (max-width:767px){
  .Area00 .box .PD_layout { width: 100%; }
  .Area00 .box .PD_layout ul {height: 43vw;}
  .Area00 .box .PD_layout .swiper-pagination { bottom: -5vw !important; }

}




/*線上作圖*/
.Area01 {height: auto;z-index:30;margin-bottom: 20px;}
.Area01 .box_all {padding: 3% 0 0 0;/* background: url("Area_PDbottom.png?t=1779432196511") center bottom/ 100% no-repeat scroll; */}
@media screen and (max-width:767px){
.Area01 {width: 100%;height:auto;padding: 0;background:none;margin-bottom: 4vw;}
.Area01 .box_all {padding: 1vw 0 0 0;}
.Area01 .PD_layout .PD_slide:hover { box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
}

/*作圖區*/
.Area01 .PD_layout.layout_item .PD p b {/*font-weight: 500;*/color: #ba4ad6;}	
.Area01 .PD_layout.layout_item .PD_slide .PD p del {/*font-size: 0.7em;*/color: #a7a7a7;}
.Area01 .PD_layout.layout_item .PD p .money, .Area01 .PD_layout.layout_item .PD p .Price {color: #006ce1;font-weight: 800;/* text-shadow: 2px 2px 8px #ff0098; */}
@media screen and (max-width:767px){
.Area01 .PD_layout.layout_item .PD p b { display: none;}
}

@media screen and (min-width:768px){
.Area01 .PD_layout.layout_item {margin: 0% 0% 0;}
.Area01 .PD_layout.layout_item .PD_slide:hover {transform:translateY(-6px);}
.Area01 .PD_layout.layout_item .PD_slide:hover { box-shadow:unset;}
.Area01 .PD_layout.layout_item .PD_slide {height: 580px;padding:0;margin: 0;}
.Area01 .PD_layout.layout_item .PD_slide:nth-of-type(odd) .PD_into {width: 80%;margin: 0 auto;position: relative;transform: translateX(0px);top: 0px;text-align:center;font-size: 0.8em;}
.Area01 .PD_layout.layout_item .PD_slide:nth-of-type(even) .PD_into {width: 80%;margin: 0 auto;position: relative;transform: translateX(0px);top: 0px;text-align:center;font-size: 0.8em;}
.Area01 .PD_layout.layout_item .PD_slide:nth-of-type(odd) .PD_img img {width: 70%;margin: 0 0 0 0%;box-shadow: unset;}
.Area01 .PD_layout.layout_item .PD_slide:nth-of-type(even) .PD_img img {width: 70%;margin: 0 0 0 0%;box-shadow: unset;}
.Area01 .PD_layout.layout_item .PD_slide:nth-of-type(odd) .PD_into h3 {padding: 0;/* max-height: 4em; */font-weight: 600;font-size: 2em;/* line-height: 1.8em; */font-family: "Noto Sans CJK SC";color: #000000;}
.Area01 .PD_layout.layout_item .PD_slide:nth-of-type(odd) .PD_into h4 {font-size: 1.8em;color: #000000;/*transform: rotate3d(25, 55, 1, 357deg);*/}
.Area01 .PD_layout.layout_item .PD_slide:nth-of-type(odd) .PD p {width: 70%;margin: 0 auto;padding: 0;height: auto;line-height: 2em;font-size: 2em;/*transform: rotate3d(25, 55, 1, 354deg)*//* background-color: #0e52c1; */}
.Area01 .PD_layout.layout_item .PD_slide .PD .PD_logo img{width: 30%;height: auto;}
.Area01 .PD_layout.layout_item .PD_slide:nth-of-type(odd) .PD .PD_logo {position: absolute;top: -299px;left: -70px;}
.Area01 .PD_layout.layout_item .PD_slide:nth-of-type(even) .PD .PD_logo {position: absolute;top: -299px;left: -70px;}
.Area01 .PD_layout.layout_item .PD_slide:nth-of-type(even) .PD_into h3 {padding: 0;/* max-height: 4em; */font-weight: 600;font-size: 2em;/* line-height: 1.8em; */font-family: "Noto Sans CJK SC";color: #000000;}
.Area01 .PD_layout.layout_item .PD_slide:nth-of-type(even) .PD_into h4 {font-size: 1.8em;color: #000000;/*transform: rotate3d(25, 55, 1, 357deg);*/}
.Area01 .PD_layout.layout_item .PD_slide:nth-of-type(even) .PD p {width: 70%;margin: 0 auto;padding: 0;height: auto;line-height: 2em;font-size: 2em;border-radius: 0;}
.Area01 .PD_layout.layout_item .PD p .Price { font-size: 1.7em;text-align: left;}

.Area01 .PD_layout.layout_item li:nth-of-type(odd){background: url("layout_itembg1.png?t=1779432196511") center top / 85% no-repeat scroll;}	
.Area01 .PD_layout.layout_item li:nth-of-type(even){background: url("layout_itembg1.png?t=1779432196511") center top / 85% no-repeat scroll;}	


}
@media screen and (max-width:767px){
.Area01 .PD_layout.layout_item { width: 100%;position: relative; z-index: 50; }
.Area01 .PD_layout.layout_item ul {padding: 0 0.5% 0;margin:0% auto;}
.Area01 .PD_layout.layout_item ul li {width: 100%;}
.Area01 .PD_layout.layout_item .PD_slide .PD_img {margin-bottom: 0;}
.Area01 .PD_layout.layout_item .PD_slide:nth-of-type(odd) .PD_into {position: relative;margin: 0 auto;top: -2vw;width: 82%;transform: translateX(0vw);text-align:center;display: block;}
.Area01 .PD_layout.layout_item .PD_slide:nth-of-type(even) .PD_into {position: relative;margin: 0 auto;top: -2vw;width: 82%;transform: translateX(0vw);text-align:center;display: block;}
.Area01 .PD_layout.layout_item .PD_slide:nth-of-type(odd) .PD_img img {width: 75%;margin: 0 0 0 0%;box-shadow: unset;}
.Area01 .PD_layout.layout_item .PD_slide:nth-of-type(even) .PD_img img {width: 75%;margin: 0 0 0 0%;box-shadow: unset;}
.Area01 .PD_layout.layout_item .PD_slide:nth-of-type(odd) .PD_into h3 {color: #000000;/* line-height: 1.5em; */}
.Area01 .PD_layout.layout_item .PD_slide:nth-of-type(odd) .PD_into h4 {color: #000000;max-height: 1.2em;}
.Area01 .PD_layout.layout_item .PD_slide .PD .PD_logo img{width: 25%;height: auto;}
.Area01 .PD_layout.layout_item .PD_slide:nth-of-type(odd) .PD .PD_logo {position: absolute;top: -74vw;left: 0;transform: translateX(-9%);}
.Area01 .PD_layout.layout_item .PD_slide:nth-of-type(even) .PD .PD_logo { position: absolute;top:-74vw;left: 0;transform: translateX(-9%);}
.Area01 .PD_layout.layout_item .PD_slide:nth-of-type(odd) .PD p {padding: 0px 0px 0px;color:#4acbd6;}
.Area01 .PD_layout.layout_item .PD_slide:nth-of-type(even) .PD p { padding: 0 0 0 ; color:#4acbd6;}
.Area01 .PD_layout.layout_item .PD_slide:nth-of-type(even) .PD_into h3 { color:#000000;/* line-height: 1.5em; */}
.Area01 .PD_layout.layout_item .PD_slide:nth-of-type(even) .PD_into h4 { color: #000000;max-height: 1.2em;}
.Area01 .PD_layout.layout_item .PD p .Price {text-align: left;}
.Area01 .PD_layout.layout_item li:nth-of-type(odd){height: 65vw;background: url("layout_itembg1.png?t=1779432196511") center top / 96% no-repeat scroll;}	
.Area01 .PD_layout.layout_item li:nth-of-type(even){height: 65vw;background: url("layout_itembg1.png?t=1779432196511") center top / 96% no-repeat scroll;}

}





/*6顆按鈕*/
.Area02 .box {padding: 0 0 0 0px;width: 80%;margin: 0 auto;}
.Area02 .layoutBN ul li {padding: 0 10px 10px;}
@media screen and (max-width: 767px){
.Area02 .box {padding: 0 0 0vw 0vw;width: 92%;margin: 0 auto;}
.Area02 .layoutBN ul li {padding: 0 0.5vw 2vw;}
}



.Areabgblue1 {background: #ececec;padding: 24px 0;border-radius: 24px;}
@media screen and (max-width:767px){
.Areabgblue1 {  padding: 3.5vw 0; border-radius: 0; }
}
/*01*/
.Area03 .box { padding: 0 0 0 12px; }
.Area03 .box_2 { position: absolute; top: 0px; left: 311px; width: 909px; overflow: hidden; }
.Area03 .Area_swiper_box .PD_layout li { background: #00000000; }
@media screen and (max-width:767px){
  .Area03 .box { padding: 0 0 3.5vw 3vw; }
  .Area03 .box_2 {  top: 0px; left: 46vw; width: 55%;  }

}

/*Youtube影片浮層css*/
.box_youtube {  overflow: hidden; }
.box_youtube2 {  margin: 0 auto; overflow: hidden; }
@media screen and (min-width:768px){
  .box_youtube { width: 275px; border-radius: 20px; }
  .box_youtube2 { width: 910px; border-radius: 20px; padding-top: 80px;}
}
@media screen and (max-width:767px){
  .box_youtube { width: 43%; border-radius: 10px;}
  .box_youtube2 { width: 90%; border-radius: 10px;padding-top: 9vw;}
}
.bigpicture { height: 100%;	width: 100%; position: relative; background-position: center center; background-size: cover; cursor: pointer;}
.bigpicture h3 { position: absolute; left: 5%; bottom: 0; z-index: 1; color: #fff; font-size: 20px }
.bigpicture:before,
.bigpicture:after { z-index: 1; content: ''; position: absolute; left: 0; top: 0; right: 0;	bottom: 0;height: 100%;	width: 100%; transition: opacity 0.2s;}
.bigpicture:after { background-repeat: no-repeat; background-position: center; opacity: 1; background-size: 2em;}
.bigpicture:before { background: linear-gradient(0deg, #000, transparent 40%); opacity: 0.7;}
/*.bigpicture:hover:after { opacity: 0.8; }*/
.bigpicture:hover:before { opacity: 0.5; }
.bigpicture:after { height: 100%; width: 100%;	
  /* background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20159.00691%20111.60904%22%3E%3Cpath%20d%3D%22M36.2%20111c-25-1.3-29.6-4-34-18.6C.3%2086.7%200%2080%200%2057.4%200%2019%202.3%209.7%2013.6%204c11.5-5.6%20120-5.6%20131.4%200%206%203%2010%208.7%2011.8%2017.2%202%209.8%203%2042.2%201.5%2057.5-2%2020.4-7%2028.5-19.2%2030.8-7.6%201.5-82%202.4-102.8%201.3zM85%2065.3c11.3-6%2020.4-11%2020.3-11L84%2043%2063%2032v22c0%2012%20.4%2022%20.8%2022%20.3%200%2010-5%2021.2-10.8z%22%20fill%3D%22%23db2823%22%2F%3E%3Cpath%20d%3D%22M63.2%2032c-.4.3-.2%201-.3%201.3v28.5c0%204.6%200%209.2.5%2013.8%200%20.4.3.7.6.5%206.3-3%2012.3-6%2018.4-9.3%207.5-4%2015-7.8%2022.2-12%20.3%200%201-.4.6-.8-12.8-7-25.7-13.5-38.6-20.2-1-.6-2.2-1.3-3.4-1.7z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E'); */
  background-size: 4em;
}
.bigpicture img { width: 100%; border-radius: 10px; aspect-ratio: 450 / 676;}
@media screen and (max-width:767px) {
  .bigpicture h3 { font-size: 3vw; left: 1.2em;}
}





.bigpicture2 { height: 100%;	width: 100%; position: relative; background-position: center center; background-size: cover; cursor: pointer;}
.bigpicture2 h3 { position: absolute; left: 5%; bottom: 0; z-index: 1; color: #fff; font-size: 20px }
.bigpicture2:before,
.bigpicture2:after { z-index: 1; content: ''; position: absolute; left: 0; top: 0; right: 0;	bottom: 0;height: 100%;	width: 100%; transition: opacity 0.2s;}
.bigpicture2:after { background-repeat: no-repeat; background-position: center; opacity: 1; background-size: 2em;}
.bigpicture2:before { background: linear-gradient(0deg, #000, transparent 40%); opacity: 0.7;}
/*.bigpicture2:hover:after { opacity: 0.8; }*/
.bigpicture2:hover:before { opacity: 0.5; }
.bigpicture2:after { height: 100%; width: 100%;	
  /* background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20159.00691%20111.60904%22%3E%3Cpath%20d%3D%22M36.2%20111c-25-1.3-29.6-4-34-18.6C.3%2086.7%200%2080%200%2057.4%200%2019%202.3%209.7%2013.6%204c11.5-5.6%20120-5.6%20131.4%200%206%203%2010%208.7%2011.8%2017.2%202%209.8%203%2042.2%201.5%2057.5-2%2020.4-7%2028.5-19.2%2030.8-7.6%201.5-82%202.4-102.8%201.3zM85%2065.3c11.3-6%2020.4-11%2020.3-11L84%2043%2063%2032v22c0%2012%20.4%2022%20.8%2022%20.3%200%2010-5%2021.2-10.8z%22%20fill%3D%22%23db2823%22%2F%3E%3Cpath%20d%3D%22M63.2%2032c-.4.3-.2%201-.3%201.3v28.5c0%204.6%200%209.2.5%2013.8%200%20.4.3.7.6.5%206.3-3%2012.3-6%2018.4-9.3%207.5-4%2015-7.8%2022.2-12%20.3%200%201-.4.6-.8-12.8-7-25.7-13.5-38.6-20.2-1-.6-2.2-1.3-3.4-1.7z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E'); */
  background-size: 4em;
}
.bigpicture2 img { width: 100%; border-radius: 10px; aspect-ratio: 1.777777;}
@media screen and (max-width:767px) {
  .bigpicture2 h3 { font-size: 3vw; left: 1.2em;}
}








.repeatbg {  background: url(Areabg_top.png?t=1779432196511) no-repeat center top; padding: 0px 0 0 0; background-position-y: 40px; }
.repeatbg::after { content: ""; z-index: -1; display: block; background: url(Areabg_repeat.png?t=1779432196511) repeat-y center bottom ; width: 1220px;  background-size: 100%;  height: calc(100% - 175px); position: absolute; top: 146px;  }
.repeatbg::before { content: ""; z-index: -1; display: block; background: url(Areabg_bottom.png?t=1779432196511) no-repeat center ; width: 1220px;  background-size: 100%;  height: 66px; position: absolute; bottom: -37px;    }
@media screen and (max-width: 767px){
  .repeatbg {  background: url(Areabg_top_m.png?t=1779432196511) no-repeat center top; padding: 0vw 0 0 0; width: 100%; background-size: 100%; background-position-y: 4vw; }
  .repeatbg::after {   background: url(Areabg_repeat_m.png?t=1779432196511) repeat-y center bottom ; width: 100%;   height: calc(100% - 17vw);  top: 15vw; left: 0%; transform: translateX(0%); background-size: 100%;  }
  .repeatbg::before {  background: url(Areabg_bottom_m.png?t=1779432196511) no-repeat center ; width: 100%;  height: 30vw; bottom: -16vw; left: 0%; transform: translateX(0%); background-size: 100%;  }
  
}






/* BN 5頁籤帶2品(線上入搞)*/
.Area_mo00{overflow: visible!important;margin-bottom: 50px;height: 1160px;}
.Area_mo00 .box_4{ overflow: hidden; }
@media screen and (min-width:768px){
	.Area_mo00 .PD_layout .PD_slide:hover {transform: translateY(-5px);box-shadow: none;}
	.Area_mo00 .box_4 {width: 99%;margin: 0 auto;height:auto;padding-bottom:20px; }
	.Area_mo00 .NavArea_tabbar_page{margin: 20px auto 20px;}
	.Area_mo00 .NavArea_tabbar_page .Nav .swiper-slide-active i{border: 0px solid #006ce1 !important;background-color: #006ce1 !important;}
	.Area_mo00 .text .PD_layout:not([data-pd-direction*="row"]) .PD_img{padding: 0px 0px 0px 0px;}
  .Area_mo00 .PD_layout.bn01{ width: 95%; }
	}
	@media screen and (max-width:767px){
	.Area_mo00 .PD_layout .PD_slide:hover {transform: translateY(-5px);box-shadow: none;}
	.Area_mo00  {margin-bottom: 0vw !important;height: 151vw;}
	.Area_mo00 .box_4 {margin: 0 auto;height:auto;padding-bottom: 1vw;}  
	.Area_mo00 .NavArea_tabbar_page{margin: 1vw auto 2vw;}
	.Area_mo00 .NavArea_tabbar_page .Nav .swiper-slide-active i{border: 0px solid #006ce1 !important;background-color: #006ce1 !important;}
  .Area_mo00 .PD_layout.bn01{width: 95%;}

	/**公版**/		
	.Area_mo00 .page_box .layout_PD {width: 94%;margin: 0 0 0 3vw;padding-bottom:3vw}
	}



  /*區背景*/
  .Area .bg, .Area .bg_btom{ position: absolute; z-index:0; }
  @media screen and (min-width:768px){
    .Area_mo00 .bg {top: 75px;left: 50%;transform: translateX(-50%);}
    .Area_mo00 .bg_btom{bottom: 1px;left: 50%;transform: translateX(-50%);z-index: -1;}
  }
  @media screen and (max-width:767px){
    .Area_mo00 .bg {top: 7.2vw;left:0;}	
    .Area_mo00 .bg_btom{bottom: 5vw;left: 0;z-index: -1;}
  
  }
  


/*頁籤*/
/*Area_page*/
.Area_page2 h3 { color: #fff; margin: 0; padding: 0}
  @media screen and (min-width:768px){ 
  .Area_page2 {overflow: hidden;/*background-color: #555;*/padding: 5px 0 !important;border-radius: 1em!important;padding-bottom: 50px!important;} 
  .Area_page2 h3 { color: #fff; margin: 0 auto 20px; padding: 0}
  .Area_page2 .PD_layout {width: 95%;}
  }
  @media screen and (max-width:767px){
  .Area_page2 {overflow: hidden;/*background-color: #555;*/padding: 0vw 0 !important;border-radius: 0.5em!important;padding-bottom: 4vw!important;} 
  .Area_page2 h3 { color: #fff; margin: 0 auto 2vw; padding: 0}
  }




/* BN 5頁籤帶2品(線上入搞)*/
.Area_mo01{overflow: visible!important;margin-bottom: 50px;height: 1160px;}
.Area_mo01 .box_4{ overflow: hidden; }
@media screen and (min-width:768px){
	.Area_mo01 .PD_layout .PD_slide:hover {transform: translateY(-5px);box-shadow: none;}
	.Area_mo01 .box_4 {width: 99%;margin: 0 auto;height:auto;padding-bottom:20px; }
	.Area_mo01 .NavArea_tabbar_page{margin: 20px auto 20px;}
	.Area_mo01 .NavArea_tabbar_page .Nav .swiper-slide-active i{border: 0px solid #006ce1 !important;background-color: #006ce1 !important;}
	.Area_mo01 .text .PD_layout:not([data-pd-direction*="row"]) .PD_img{padding: 0px 0px 0px 0px;}
  .Area_mo01 .PD_layout.bn01{ width: 95%; }
	}
	@media screen and (max-width:767px){
	.Area_mo01 .PD_layout .PD_slide:hover {transform: translateY(-5px);box-shadow: none;}
	.Area_mo01  {margin-bottom: 0vw !important;height: 151vw;}
	.Area_mo01 .box_4 {margin: 0 auto;height:auto;padding-bottom: 1vw;}  
	.Area_mo01 .NavArea_tabbar_page{margin: 1vw auto 2vw;}
	.Area_mo01 .NavArea_tabbar_page .Nav .swiper-slide-active i{border: 0px solid #006ce1 !important;background-color: #006ce1 !important;}
  .Area_mo01 .PD_layout.bn01{width: 95%;}

	/**公版**/		
	.Area_mo01 .page_box .layout_PD {width: 94%;margin: 0 0 0 3vw;padding-bottom:3vw}
	}



/* BN 8頁籤帶2品(線上入搞)*/
.Area_mo02{overflow: visible!important;margin-bottom: 50px;height: 1160px;}
.Area_mo02 .box_4{ overflow: hidden; }
@media screen and (min-width:768px){
	.Area_mo02 .PD_layout .PD_slide:hover {transform: translateY(-5px);box-shadow: none;}
	.Area_mo02 .box_4 {width: 99%;margin: 0 auto;height:auto;padding-bottom:20px; }
	.Area_mo02 .NavArea_tabbar_page{margin: 20px auto 20px;}
	.Area_mo02 .NavArea_tabbar_page .Nav .swiper-slide-active i{border: 0px solid #006ce1 !important;background-color: #006ce1 !important;}
	.Area_mo02 .text .PD_layout:not([data-pd-direction*="row"]) .PD_img{padding: 0px 0px 0px 0px;}
  .Area_mo02 .PD_layout.bn01{ width: 95%; }
	}
	@media screen and (max-width:767px){
	.Area_mo02 .PD_layout .PD_slide:hover {transform: translateY(-5px);box-shadow: none;}
	.Area_mo02  {margin-bottom: 0vw !important;height: 151vw;}
	.Area_mo02 .box_4 {margin: 0 auto;height:auto;padding-bottom: 1vw;}  
	.Area_mo02 .NavArea_tabbar_page{margin: 1vw auto 2vw;}
	.Area_mo02 .NavArea_tabbar_page .Nav .swiper-slide-active i{border: 0px solid #006ce1 !important;background-color: #006ce1 !important;}
  .Area_mo02 .PD_layout.bn01{width: 95%;}

	/**公版**/		
	.Area_mo02 .page_box .layout_PD {width: 94%;margin: 0 0 0 3vw;padding-bottom:3vw}
	}





/*---KOL推薦影片(橫式)---*/
@media screen and (min-width:768px){
  .Area_video{margin: 50px auto 100px auto;height: 950px;}	
  .Area_video .box{position: relative;padding: 0 0 0 0;height: 810px;}
  .Area_video .box .ly{width: 108%;position: absolute;left: 50%;transform: translateX(-50%);padding: 0 0 0 0;z-index: 0;}
  .Area_video .video {position: relative;top: 107px;width: 888px;margin: 0 auto;height: 465px;background:rgba(0,0,0,1);z-index: 5;}
  .Area_video .video iframe.mo { width:100%; height:100%;}
  }
  @media screen and (max-width:767px){
  .Area_video {margin-top: 3vw;height: 105vw;}	
  .Area_video .box{padding: 0 0 0 0;height: 88vw;}
  .Area_video .box .ly{width: 104%;position: absolute;left: 50%;transform: translateX(-50%);padding: 0 0 3vw 0;z-index: 0;}
  .Area_video .video {position: relative;top: 11vw;left: 50%;transform: translate(-50%);width: 90%;height:auto;background:rgba(0,0,0,1);z-index: 5;}
  .Area_video .video iframe.mo {width:100%;height: 43vw;}
  }
  



  .Area10 .PD_layout_1 {width: 100%;}
  .Area10 .PD_layout .PD img { border-radius: 25px; }

  @media screen and (max-width:767px){
    .Area10 .PD_layout_1 {width: 95%;margin: 3.5vw auto 1vw auto;}
    .Area10 .PD_layout .PD img { border-radius: 2vw; }
    .Area10 .layout_PD{width: 96%;}
  }
  


/*按鈕*/
@media screen and (min-width:768px){
  .Area_btn {height:100%;padding-bottom: 50px;}
  .Area_btn .b_box {display: flex;}
  .Area_btn .b_box .layout_PD01 {width: 50%;left: 20px;}
  .Area_btn .b_box .box {width: 66%;display: flex;flex-direction:column;position: relative;left: -7px;}
    
  
  }
  @media screen and (max-width:767px){
  .Area_btn {height:100%;padding-bottom: 5vw;}
  
  .Area_btn .b_box {display: flex;}
  .Area_btn .b_box .layout_PD01 {width: 43%;left: 1vw;}
  .Area_btn .b_box .box {width: 52.4%;display: flex;flex-direction:column;position: relative;left: -2vw;}
      
  }
  


	  
/*分享浮層*/
.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%;}
 }




