@charset "utf-8";
/*基本*/
@media screen and (min-width:768px){
body {margin: 0; padding:0;background-color: #fff;}
}
@media screen and (max-width:767px){
body{margin: 0; padding:0;background-color: #fff;}
}

/*全BOX版面*/
.WRAPPER { position: relative;margin: 0 auto; padding: 0;	width:100%; min-width:1220px; overflow: hidden;font-family:"微軟正黑體","Microsoft JhengHei",Helvetica;}
.WRAPPER img { border:0; vertical-align:top;}
.WRAPPER a { text-decoration:none;  display:inline-block;}
.WRAPPER .Area_top{position: relative; }
.WRAPPER .mainArea { position:relative; display:block; margin:0 auto; padding: 0; width:1220px;}
	@media screen and (max-width:767px){
		.WRAPPER { padding-bottom:0px; margin:0 auto; display: block; min-width:100%;z-index: 0;}
		.WRAPPER .mainArea { position:relative; display:block; margin:0 auto; padding: 0; width:100%;  }
	}

/*區塊_all*/
.Area { position: relative; margin:0 auto; padding:0; text-align:center;  }
.Area .box_bg{position:absolute;top:0;left: 0;z-index: 0;} 
.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 img{ width:100%;}
	.Area { position: relative;}

	}

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

/**延遲載圖用**/
.mainArea .articleList * img.lazy {display:none;} 

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

/* 背景 */
@media screen and (min-width:768px){
	.top_bg{z-index: -2;position: absolute;top: 0;left: 0;height: 100%;width: 100%;min-width: 1220px;background-repeat: no-repeat;background-position: center top;pointer-events: none;}
	.bg_repeat{z-index: -3;position: absolute;top: 0;left: 0;height: 100%;width: 100%;min-width: 1220px;background-repeat: repeat-y;background-position: center top;pointer-events: none;}
	.bg_deco{z-index: -2;position: absolute;top: 900px;left: 0;height: 100%;width: 100%;min-width: 1220px;background-repeat: repeat-y;background-position: center top;pointer-events: none;mix-blend-mode: screen;}
	.bubble{z-index:-1;position: absolute;top: 0;left: 0;height: 100%;width: 100%;min-width: 1220px;background-repeat: no-repeat;background-position: center top;pointer-events: none;mix-blend-mode: screen;}

}
@media screen and (max-width:767px){
  	.top_bg{z-index: -2;position: absolute;top: 10vw;left: 0;height: 100%;width: 100%;max-width: 100%;background-size: 100%;background-position: center top;background-repeat: no-repeat;pointer-events: none;}
  	.bg_repeat{z-index: -3;position: absolute;top: 156vw;left: 0;height: 100%;width: 100%;max-width: 100%;background-size: 100%;background-position: center top;background-repeat: repeat-y;pointer-events: none;}
}

/* 間距 */
@media screen and (min-width:768px){
	.bottom{margin-bottom: 100px;}
	.bottom01{margin-bottom: 50px;}
	.bottom02{margin-bottom: 30px;}
}

@media screen and (max-width:767px){
	.bottom{margin-bottom: 10vw;}
	.bottom01{margin-bottom: 5vw;}
	.bottom02{margin-bottom: 3vw;}
}

/*momologo*/
.top .momologo a { display: block; width: 120px; height: 60px; background: url(momo_logo_super.png?t=1778126097743) no-repeat; background-size: 100%;}
@media screen and (min-width:768px){
	.top .momologo {top: 15px;left: 85px;}
}
@media screen and (max-width:767px){
	.top .momologo {top: 2vw;left: 2vw;}
	.top .momologo a{background-size:100%;width: 18vw;height: 10vw;}
}

/*黏人精*/
.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: 50px; 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;left: 0;}
}
@media screen and (max-width:767px){
  .Area_hammerAD { display: block; width: 26%; transform: translate3d(0px, -215px, 0px) !important;min-width: auto;height: auto;}
  .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;left: 0;}
}

/* 黏人精 */
@media screen and (min-width:768px){
	/* .fixarea_tabbar{top: 100px;} */
}

@media screen and (max-width:767px){

}

/* 00.版頭 */
.top .date a,.top .main a,.top .sub a,.top .top_pd a{pointer-events: none;}
.top .date ul,.top .main ul,.top .sub ul,.top .top_pd ul{padding: 0 !important;grid-gap: 0 !important;}
@media screen and (min-width:768px){
	.top{height: 970px}
	/* 主標 */
	.top .main{position: absolute;top: 0;left: 170px;width: 70%;z-index: 0;}
	.top .main_shine{position: relative;top: 0;left: -15px;z-index: 1;mix-blend-mode: screen;}
	.top .main_shine img{width: 70%}
	/* 日期 */
	.top .date{position: absolute;top: 0;left: 170px;width: 70%;}
	/* comingsoon */
	.top .comingsoon{position: relative;top: -410px;left: 170px;z-index: 2;}
	.top .comingsoon img{width: 70%;}
	/* 副標 */
	.top .sub{position: absolute;top: 350px;left: 180px;width: 70%;}
	/* 版頭品 */
	.top .top_pd{position: absolute;top: 500px;left: 0;width: 100%;}
	/* 點點 */
	/* .top .top_pd .swiper-pagination{top: 570px;left: 0;} */

}

@media screen and (max-width:767px){
	.top{height: 147vw}
	.top .bubble{position: absolute;mix-blend-mode: screen;}
	/* 日期 */
	.top .date{position: absolute;top: 0;left: 0;z-index: 2;}
	/* 主標 */
	.top .main{position: absolute;top: 0;z-index: 1;}
	.top .main_shine{position: absolute;top: 0;z-index: 1;mix-blend-mode: screen;}
	/* 副標 */
	.top .sub{position: absolute;top: 41vw;z-index: 2;width: 100%;}
	/* comingsoon */
	.top .comingsoon{position: absolute;top: 0;z-index: 2;}
	/* 版頭品 */
	.top .top_pd{position: absolute;top: 70vw;width: 100%;left: 0;}
	/* 點點 */
	/* .top .top_pd .swiper-pagination{top: 75vw;left: 0;} */
	

}

/*提醒我按鈕*/
a.mo_remind_btn { z-index:9999; position: absolute!important; right: 0; top: 37vw; width: 15%; opacity: 1;}

/*倒數-黑色*/
.TimerNick {position: relative;top: -520px;left: 350px;width: 100%;height: 70px;text-align: center;padding: 0;z-index:4;margin: 0;border-radius: 5em;}
.TimerNick .FontStyle {position: relative;display:inline-block;width: 41px;top: 0;font: normal 30px/42px Arial;color: #fff;letter-spacing: 0px;text-align:right;background: #000;height: 40px;padding: 0 1% 0 0;border-radius: 0.5em;}
.TimerNick span {padding-left: 4px;font: 23px/38px "微軟正黑體","Microsoft JhengHei", Arial, Helvetica;letter-spacing: -0.05em;font-weight: 600;color: #000;}
.TimerNick small{position:relative; font: bold 16px/38px "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; letter-spacing: 0em;color: #000;}
@media screen and (max-width:767px){
		.TimerNick {position: relative;top: 57vw;left: 0;margin:0;width: 100%;height: 12vw;text-align: center;padding: 0;border: #000 0px solid;}
		.TimerNick .FontStyle {margin: 0;width: 9vw;font: normal 6vw/6vw Arial;color: #fff;letter-spacing: 0px;text-align:right;background: #000;height: 6vw;padding: 0 1% 0 0;border-radius: 0.2em;}
        .TimerNick div:nth-of-type(2),
		.TimerNick div:nth-of-type(3),
		.TimerNick div:nth-of-type(4){ width: 7vw;}
		.TimerNick span {padding-left: 2vw;font: bold 4vw/11vw "微軟正黑體","Microsoft JhengHei", Arial, Helvetica;letter-spacing: 0em;}
}

/* 區標 */
.txt a,.small_txt a{pointer-events: none}
.txt ul,.small_txt ul{padding: 0 !important;grid-gap: 0 !important;}
@media screen and (min-width:768px){
	.txt{width: 70%;}
	/* .txt .PD_into h3{font-family: Noto Sans CJK TC;font-weight: 500;margin-top: 12px;background: -webkit-linear-gradient(90deg, #ffd274 10%, #fff 50%);-webkit-background-clip: text;-webkit-text-fill-color: rgba(0,0,0,0);font-size: 40px !important;} */
	.small_txt{width: 70%;}
}

@media screen and (max-width:767px){
	/* .txt{height: 20vw;} */
	/* .txt .PD_into h3{font-family: Noto Sans CJK TC;font-weight: 500;margin-top: 1.5vw;background: -webkit-linear-gradient(90deg, #ffd274 10%, #fff 50%);-webkit-background-clip: text;-webkit-text-fill-color: rgba(0,0,0,0);} */
}

/* 公版 */
@media screen and (min-width:768px){

}

@media screen and (max-width:767px){
	.version{width: 95%;}
}

/* IT折價劵 */
@media screen and (min-width:768px){
	.ITcoupon{height: 410px;}
}

@media screen and (max-width:767px){
	.ITcoupon{height: 53vw;}
}
/* --------------------------------------
* Page 頁籤_202405291900
* -------------------------------------- */
.NavArea_tabbar_page { margin: 0 auto 20px  ; width: 94%; }  
.NavArea_tabbar_page .Nav { overflow: visible; transform: translate3d(-30.5%, 0, 0);}  
.NavArea_tabbar_page .Nav_box { border-radius: 8px; overflow: hidden; padding: 0 2%;}
.NavArea_tabbar_page[data-num="2"] .Nav-wrapper { transform: translate3d(55.5%, 0, 0)!important}
.NavArea_tabbar_page[data-num="3"] .Nav-wrapper { transform: translate3d(43.0%, 0, 0)!important}
.NavArea_tabbar_page[data-num="4"] .Nav-wrapper { transform: translate3d(30.5%, 0, 0)!important}
.NavArea_tabbar_page[data-light="box"] .Nav ul { padding: 0 }
.NavArea_tabbar_page .Nav li { overflow: visible; }
@media screen and (min-width:768px){ 
  .NavArea_tabbar_page { display: block; }
}
/*頁籤高亮顏色設定 */  
.NavArea_tabbar_page .Nav .swiper-slide-active a { color:#fff;}
.NavArea_tabbar_page .Nav .swiper-slide-active i { display:block; border: 1px solid #2c64c2 !important; background-color: #2c64c2 !important;}
/*推編輯按鈕 */  
.NavArea_tabbar_page .Nav input { position: fixed; left: 30%}
                    

/* 攻略 */
@media screen and (min-width:768px){
	.strategy .strategy_bg{background: url(strategy_bg_repeat.png?t=1778126097743)top center repeat-y;background-size: 78.6%;}
	.strategy .strategy_bg .txt a{margin-top: -50px;}
	.strategy .strategy_bg .formula{margin-top: -50px;height: 300px;}
	.strategy .strategy_bg .btn{width: 72%;}
	.strategy .strategy_bg .PD_layout-oneClick{width: 68%;}
}

@media screen and (max-width:767px){
	.strategy .strategy_bg{background: url(strategy_bg_repeat.png?t=1778126097743)top center repeat-y;background-size: 100%;}
	.strategy .strategy_bg .txt a{margin-top: -5vw;}
	.strategy .strategy_bg .formula{margin: -3vw 0;}
	.strategy .strategy_bg .btn,.strategy .strategy_bg .PD_layout-oneClick{width: 90%;}
}

/* 作圖區 */
@media screen and (min-width:768px){
	/* .item_img{margin-top: -30px;} */
	.item_img .PD_logo{position: absolute;left: 50px;top: -10px;height: 5em !important;}
	.item_img li{height: 300px;}
	.item_img li:nth-child(odd) .PD_into{position: relative;top: -260px;left: 0;;text-align: left;}
	.item_img li:nth-child(even) .PD_into{position: relative;top: -260px;left: 220px;;text-align: left;}

	.item_img .PD_into h3{color: #000;font-size: 30px;}
	.item_img .PD_into h4{color: #000;top: 85px;}
	.item_img .PD:hover h4{color: #d62672}
	.item_img .PD_into h4 b{display: none !important;}
	.item_img .PD_into p{top: 140px;}
	.item_img .PD_into p b{display: none;}
	.item_img .PD_into p del{color: #000;}
	.item_img .PD_into p .money,.item_img .PD_into p .Price{background: none;-webkit-text-fill-color: #2c64c2}
	.item_img .PD_into p small{display: none;}
}

@media screen and (max-width:767px){
	.item_img{margin-top: -3vw;}
	.item_img ul{padding: 0 !important;grid-gap: 0 !important;}
	.item_img .PD_logo{position: absolute;left: 7vw;}
	.item_img li{height: 50vw;}
	.item_img li:nth-child(odd) .PD_into{position: relative;top: -45vw;left: 0;;text-align: left;}
	.item_img li:nth-child(even) .PD_into{position: relative;top: -45vw;left: 43vw;;text-align: left;}

	.item_img .PD_into h3{color: #000;font-size: 5vw;}
	.item_img .PD_into h4{color: #000;top: 15vw;}
	.item_img .PD_into h4 b{display: none !important;}
	.item_img .PD_into p{top: 23vw;}
	.item_img .PD_into p b{display: none;}
	.item_img .PD_into p del{color: #000;}
	.item_img .PD_into p .money,.item_img .PD_into p .Price{background: none;-webkit-text-fill-color: #2c64c2}
	.item_img .PD_into p small{display: none;}


}

/* 下方公版 */
@media screen and (min-width:768px){

}

@media screen and (max-width:767px){

}

/* 輪播情境公版 */
@media screen and (min-width:768px){
	.carousel_situation{background: url(pc_carousel_situation_bg_repeat.png?t=1778126097743)top center repeat-y;background-size: 100%;height: 730px;}
	.carousel_situation .PD_layout-D1_15 .PD_into{border-radius: 10px;}
}

@media screen and (max-width:767px){
	.carousel_situation{background: url(carousel_situation_bg_repeat.png?t=1778126097743)top center repeat-y;background-size: 100%;height: 108vw;}
	.carousel_situation .PD_layout-D1_15 .PD_into{border-radius: 10px;}
}
                  
/* logo */
@media screen and (min-width:768px){
	.logo ul{grid-gap: 0 !important}
	.logo .PD_layout-CSSBG_01 li::after{background-image: url(logo_bg.png?t=1778126097743);padding-bottom: 100%;pointer-events: none;}
	.logo .PD_layout-CSSBG_01 .PD_logo img{width: 80%;margin-top: 15px}
}

@media screen and (max-width:767px){
	.logo ul{grid-gap: 0 !important}
	.logo .PD_layout-CSSBG_01 li::after{background-image: url(logo_bg.png?t=1778126097743);padding-bottom: 100%;pointer-events: none;}
	.logo .PD_layout-CSSBG_01 .PD_logo img{width: 80%;margin-top: 2vw;}
}

/* 品類館 */
@media screen and (min-width:768px){
	.guan ul{width: 80%;}
}

@media screen and (max-width:767px){

}


