@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;}

	}


/*Appletxt*/
.apple_txt{ position: relative;margin:30px auto; color:#000;font-size: 12px; text-align: center;}
@media screen and (max-width:767px){
.apple_txt{position: relative;margin:0 0 0 0;padding: 3% 4% 3% 4%; color:#000;height: 30vw;}
}


/*隱鑶*/
.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: -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;}
	.bg_deco{z-index: 0;position: absolute;top: 150px;left: 0;height: 100%;width: 100%;min-width: 1220px;background-repeat: repeat-y;background-position: center top;pointer-events: none;}
	.bg_repeat{z-index: -3;position: fixed;top: 0;left: 0;height: 100%;width: 100%;min-width: 1220px;background-repeat: repeat-y;background-position: center top;pointer-events: none;}
}
@media screen and (max-width:767px){
  	.top_bg{z-index: -1;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: -2;position: absolute;top: 0;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: 80px;}
	.bottom01{margin-bottom: 30px;}
	.bottom02{margin-bottom: 10px;}
}

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

/*黏人精*/
.Area_hammerAD { z-index: 9999; position: fixed; bottom: 110px; 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;}
  .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: 60px;} */
}

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

}

/* 00.版頭 */
.top .date a,.top .main a,.top .sub a{pointer-events: none;}
.top .date ul,.top .main ul,.top .sub ul,.top .top_pd ul{padding: 0 !important;grid-gap: 0 !important;}
.star{mix-blend-mode: screen;}
@media screen and (min-width:768px){
	.top{height: 633px;}
	.top .date{position: absolute;top: 0;left: 0;}
	.top .sub{width: 100%;position: absolute;top: 0;left: 0;}
	/* 版頭品 */
	.top .top_pd{width: 100%;position: absolute;top: 0;left: 330px;z-index: 10;}
	.top .top_pd img{width: 75%}

	.top .top_pd .PD_into{position: relative;top: -230px;left: -280px;text-align: center;}
	.top .top_pd .PD_into h3{font-size: 25px;color: #000;}
	.top .top_pd .PD_into h4{font-size: 25px;color: #000;margin-top: -10px;}
	.top .top_pd .PD_into h4 b{display: none;}
	.top .top_pd .PD_into p{top: 120px;}
	/* .top .top_pd .PD_into p del{display: none} */
	.top .top_pd .PD_into p b{display: none}
	.top .top_pd .PD_into p .money{background: none;-webkit-text-fill-color: #f45c58}
	.top .top_pd .PD_into p .Price{background: none;-webkit-text-fill-color: #f45c58}
	.top .top_pd .PD_into p small{display: none}
	/* 點點 */
	.top .top_pd .swiper-pagination{left: 25px;bottom: 10px !important}
	
}

@media screen and (max-width:767px){
	.top{height: 65vw}
	.top .date{position: absolute;top: 0;}
	.top .sub{width: 100%;position: absolute;top: 0}
	.top .top_pd{width: 100%;position: absolute;top: 0;left: 0;}

	.top .top_pd .PD_into{position: relative;top: -28vw;left: -13vw;text-align: center;}
	.top .top_pd .PD_into h3{font-size: 3vw;color: #000;}
	.top .top_pd .PD_into h4{font-size: 3vw;color: #000;margin-top: -3vw;}
	.top .top_pd .PD_into h4 b{display: none;}
	.top .top_pd .PD_into p{top: 15vw;}
	/* .top .top_pd .PD_into p del{display: none} */
	.top .top_pd .PD_into p b{display: none}
	.top .top_pd .PD_into p .money{background: none;-webkit-text-fill-color: #f45c58}
	.top .top_pd .PD_into p .Price{background: none;-webkit-text-fill-color: #f45c58;font-size: 4.5vw;}
	.top .top_pd .PD_into p small{display: none}
	/* 點點 */
	.top .top_pd .swiper-pagination{left: 18vw;bottom: 2vw !important;}
	
}

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

/*活動倒數*/
.TimerNick { position: absolute; top: 325px;left: 120px; display: inline-block; z-index:8; text-align: center; letter-spacing: 0.3em;}
.TimerNick .FontStyle { display: inline-block; margin: 0 0 0 5px; padding: 0; border: 0; font-size: 30px;  color:#fff; font-weight: normal; letter-spacing:1px; text-align: center;}
.TimerNick span { padding-left: 2px; font-size: 23px;  letter-spacing: 0.1em; color:#fff;}
.TimerNick b { font-weight: normal;}
@media screen and (max-width:767px){
  .TimerNick  { width:100%; top: 32vw; left: 4vw; display: flex;  column-gap: 0.4em; text-align: left;}
  .TimerNick .FontStyle { margin:-0.25em 0 0 -0.01em; padding: 0; border: 0; font-size: 1.4em; letter-spacing: .01em; }
  .TimerNick span { padding-left: 0; font-size: 1em; letter-spacing: -0.05em; margin-left: -0.3em; }
  .TimerNick span:first-child{ margin-top: -0.1em; }
} 

/* 區標 */
.txt a,.typing_txt a{pointer-events: none}
.txt ul,.typing_txt ul{padding: 0 !important;grid-gap: 0 !important;}
@media screen and (min-width:768px){
	.txt{width: 80%;}
	/* .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;} */
	.typing_txt{background: url(pc_typing_txt_bg.png?t=1775803089884)top center no-repeat;background-size: 100%;}
	.typing_txt .PD_into{padding: 50px 0 150px}
	.typing_txt .PD_into h3{font-size: 50px !important;color: #000 !important;margin-top: -40px;}
}

@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);} */
	.typing_txt{background: url(typing_txt_bg.png?t=1775803089884)top center no-repeat;background-size: 100%;}
	.typing_txt .PD_into{padding: 3vw 0 7vw}
	.typing_txt .PD_into h3{font-size: 7vw !important;color: #000 !important;margin-top: -2vw;}
}

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

}

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

/* 公式 */
@media screen and (min-width:768px){
	.formula .formula_img{width: 85%;}
}

@media screen and (max-width:767px){
	.formula .formula_img ul{grid-gap: 0;padding: 0}
}

/* 登記 */
@media screen and (min-width:768px){

}

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

/* 下方公版 */
@media screen and (min-width:768px){
	.bottom_version{margin-top: -70px;}
	.bottom_version .bottom_version_box .txt{width: 100%;}
	.bottom_version .bottom_version_box_bg{z-index: -1;position: relative;height: 96px;}
	.bottom_version .bottom_version_box_bg .bottom_version_box{margin-top: -50px;}
}

@media screen and (max-width:767px){
	.bottom_version .bottom_version_box .version_bg{background-color: #72cad2;}
}

/* 旗艦館 */
@media screen and (min-width:768px){

}

@media screen and (max-width:767px){
	.guan_all{position: fixed;bottom: 0;}
}
    
             
