
@charset "utf-8";


/*回版頭*/
#gotopBtn { display:none !important;} /*把系統手機版原本的Gotop關掉*/
#gotop { display: none; position:fixed; z-index:201; right:0; padding:14px 6px 3px 10px; font:12px/30px Verdana; text-align:center; color:#fff; cursor:pointer; transition: 0.2s; transform: translateX(200%);
        bottom:90px;
        bottom: calc(90px + constant(safe-area-inset-bottom)*0.6 );
        bottom: calc(90px + env(safe-area-inset-bottom)*0.6 );}
#gotop::before { content: ""; position:absolute; top:9px; left:19px; width: 0; height: 0; border: 4px solid #fff; border-color: transparent transparent #fff; }
#gotop::after  { content: ""; z-index:-1; position:absolute; top:50%; left:50%; border-radius:50px 0 0 50px; transform:translate(-50%,-50%); width:44px; height:44px; background-color:rgba(0,0,0,0.8);}
#gotop.cate-open { transform: translateX(0%);}
  /*白色*/
  #gotop { color:#000; }
  #gotop::before { border-color: transparent transparent #000;}
  #gotop::after  { background-color: rgba(255,255,255,0.95);  box-shadow:0 1px 0 rgba(242,242,242,1), 0 0 10px rgba(0,0,0,0.2);}

/*黏人快速鍵*/
.fixed_Area {z-index:999; position:fixed; top:20px; right:5px;}
.fixed_Area h2 { margin:0; padding:0; width:120px; line-height:0;}
.fixed_Area h4 { margin:0; padding:0; font:bold 16px/20px Century Gothic, "微軟正黑體",Helvetica bold; color:#1e6238; letter-spacing:-1px; text-align:center;  background:url(fixed_Area_repeat.png?t=1755767831744) repeat-y center;}
.WRAPPER .fixed_Area h4 a { display: block;
	width:107px; 
	color: #c4094b; 
	text-decoration: none;
	border-bottom: #c4094b dashed 1px;
	padding: 0 2px 0 2px;
	line-height:25px;
	margin: 0  auto;}
.fixed_Area h4 a:hover { color:#ff7800;}
.fixed_Area h4 p { position:relative; margin:0; padding:0 0 5px 0;}
.fixed_Area h4 p:after { content: ""; position:absolute; top:0; left:20%; margin:0 auto; display:block;  width:60%;  background-color:rgba(255,255,255,0.5);}
.fixed_Area h4 p:first-child:after  { display:none;}
.fixed_Area h4.fixedBox_2 a { color:#FFAE00;}
.fixed_Area h4.fixedBox_2 a:hover {color:#df9b2c;}
.WRAPPER .fixed_Area h4 p:nth-child(4) a {border-bottom: none;}
.fixed_Area h4 a img {
  -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;
}
.fixed_Area h4 a:hover img {
  -webkit-transform: translateY(3px); 
          transform: translateY(3px);
		 }
/*黏人精快速鍵-動畫*/
.approch1 {-webkit-animation-duration: 1.5s;  animation-duration: 1.5s;  -webkit-animation-name: approch1;  animation-name: approch1;  -webkit-animation-iteration-count: 1;    animation-iteration-count:1; -webkit-animation-direction: alternate;animation-direction: alternate;}
	@-webkit-keyframes approch1 { 
	}
	@keyframes approch1 { 
		0% { transform: translate(0,200px); opacity:0 } }

	
/*黏人快速鍵(白色款)*/
.fixed_Area {z-index:999; position:fixed; top:20px; right:0px; width:100px; font-weight:800; font-size:16px; line-height:48px; font-family:Century Gothic, "微軟正黑體",Helvetica; text-align:center;
			-webkit-transform: rotate3d(0,0,0,0deg) translate3d(0,0,0); transform: rotate3d(0,0,0,0deg) translate3d(0,0,0); -webkit-transform-origin:top right; transform-origin:top right;
			  -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;}
.fixed_Area a { display:block; text-decoration: none; color: #000;}
.fixed_Area img {-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;}
.fixed_Area .box ul { margin:0; padding:0; list-style:none;}
.fixed_Area .box li { margin:0 0 1px 0; padding:0; height:48px; background-color:rgba(255,255,255,0.6);}
.fixed_Area .box li a { letter-spacing:-1px;height:48px; overflow:hidden;}
.fixed_Area .box li a:hover { background-color:rgba(255,255,255,1);}
.fixed_Area .box li.cate-hover { background-color:rgba(255,255,255,1);}
.fixed_Area .box h2 { margin:0; padding:0;}
/*快速導覽*/
.fixed_Area h3 { position: absolute; top:100px; right:-50px; margin:0; padding:35px 0 0 0; border-radius:10px; width:48px; height:82px; font-size: 16px; line-height:30px; writing-mode: tb-lr; writing-mode: vertical-lr; -webkit-writing-mode: vertical-lr; background-color:rgba(255,255,255,0.6); text-align:left; cursor:pointer;
	-webkit-transform-origin:top left; transform-origin:top left;
		-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;}
.fixed_Area h3 i { position: absolute; top:0; right:0; display:block; width:50px; height:50px; cursor:pointer;}
.fixed_Area h3 i:before { content: ""; position:absolute; top:41%; left:37%; display:block; border:1px solid #000; border-width:0 1px 1px 0; width:15%; height:15%; -webkit-transform:translate(-50%,-50%) rotate(135deg); transform:translate(-50%,-50%) rotate(135deg); -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
	/*黑色款*/
	.fixed_Area.fixed_Area-dark a { color: #fff;}
	.fixed_Area.fixed_Area-dark .box li { background-color:rgba(0,0,0,0.5);}
	.fixed_Area.fixed_Area-dark .box li a:hover { background-color:rgba(0,0,0,1);}
	.fixed_Area.fixed_Area-dark .box li.cate-hover { background-color:rgba(0,0,0,1);}
	.fixed_Area.fixed_Area-dark h3 {background-color:rgba(0,0,0,0.5);color: #fff; }
	.fixed_Area.fixed_Area-dark h3  i:before { border-color:#fff;}

	/*收合黏人精*/
	.fixed_Area.fixed_Area_hide { -webkit-transform: rotate3d(0,0,0,0deg) translate3d(150px,0,0); transform: rotate3d(0,0,0,0deg) translate3d(150px,0,0); }
	.fixed_Area.fixed_Area_hide h3 { -webkit-transform: rotate3d(0,0,0,0deg) translate3d(-185px,0,0); transform: rotate3d(0,0,0,0deg) translate3d(-185px,0,0); 
																		-webkit-transition-delay:0.2s; transition-delay:0.2s;}


/*版頭頁籤*/
	.momoStyle_AreaHeader {z-index:5; background:#f3f3f3;position: relative; top:0; left:50%; transform:translateX(-50%); width:100%; height:auto; z-index:9;}
	.momoStyle_Area .box{position:relative; margin:0 auto;height:px;}
	.momoStyle_Area ul {padding: 0 0 0 2px;margin: 0;text-align: center; height:60px;background: #2d2d2d;text-align:center;}
	.momoStyle_Area li {list-style:none;display: inline-block;margin:13px 0px;text-align:center;}
	.momoStyle_Area .menu .label_btn{display: inline-block; width:180px;line-height: 50px;font:16px/18px 微軟正黑體,"Microsoft JhengHei",Helvetica;color: #FFFF;background: #2d2d2d;text-align: center;}
	.momoStyle_Area .menu .label_btn:hover{color: #929292;}
	.momoStyle_Area .menu .selected .label_btn{display: inline-block; width:180px;;font:16px/18px 微軟正黑體,"Microsoft JhengHei",Helvetica;color: #929292;background:#2d2d2d;text-align: center;}
	.momoStyle_Area .tab_content .page {display:none;  width:100%;min-height:50px;text-align: center;background-color:#f1f1f1;}
	.momoStyle_Area .tab_content .page ull { margin:0px auto; padding:0 0 0 19px;}
	.momoStyle_Area .tab_content .page ull:after { content:""; display:block; clear:both;}
	.momoStyle_Area .tab_content .page ull li { float:inherit; display:inline-block; position:relative; margin:16px 0 0 0; padding:0; width:170px; list-style: none outside none; 
					  -webkit-transition: all 0.9s ease;
						 -moz-transition: all 0.9s ease;
						  -ms-transition: all 0.9s ease;
						   -o-transition: all 0.9s ease;
							  transition: all 0.9s ease;}
	.momoStyle_Area .tab_content .page ull li .tt{display: inline-block; width:180px;line-height: 50px;font:16px/18px 微軟正黑體,"Microsoft JhengHei",Helvetica;color: #202020;text-align: center;}
	.momoStyle_Area .tab_content .page ull li .tt .new{display: inline-block; width:40px;line-height: 50px;font:12px/18px 微軟正黑體,"Microsoft JhengHei",Helvetica;color: #ff0000;border: 1px solid #ff0000;text-align: center;}
	.momoStyle_Area .tab_content .page ull li:nth-child(4n+1) { margin-left:0;}
	.momoStyle_Area .tab_content .page ull li:hover {   
						-webkit-transform: scale3d(0.9,0.9,0.9);
						 -moz-transform: scale3d(0.9,0.9,0.9);
						  -ms-transform: scale3d(0.9,0.9,0.9);
						   -o-transform: scale3d(0.9,0.9,0.9);
							  transform: scale3d(0.9,0.9,0.9);}
	.momoStyle_Area .tab_content .page ull li a img { width:105px; height:85px;}

	@media screen and (max-width:767px){
	.momoStyle_AreaHeader {z-index:5; background:#f3f3f3;position: relative; top:0;width:100%; height:auto; z-index:9;}
	.momoStyle_Area .box{position:relative; margin:0 auto;height:px;}
	.momoStyle_Area ul {padding:2vw 0;margin:0;text-align: center; height:auto;/*background: #2d2d2d;*/text-align:center;}
	.momoStyle_Area li {list-style:none;display: inline-block;margin:1.5vw 0 0 0;text-align:center; width:30%;}
	.momoStyle_Area .menu .label_btn{display: inline-block; width:100%;line-height:0%;font:15px/18px 微軟正黑體,"Microsoft JhengHei",Helvetica;color: #FFFF;/*background: #2d2d2d;*/text-align: center;}
	.momoStyle_Area .menu li.active::after {width:100%; height:2%;background-color:#fff;}
	.momoStyle_Area .menu .selected .label_btn{display: inline-block; width:100%;line-height:0%;font:15px/18px 微軟正黑體,"Microsoft JhengHei",Helvetica;color: #929292;/*background:#2d2d2d;border: 1px solid #929292;*/text-align: center;}
	.momoStyle_Area .menu .label_btn:hover{color: #929292;/*border: 1px solid #929292;*/}
	.momoStyle_Area .tab_content .page {display:none;  width:100%;text-align: center;/*background-color:#f7f3f7;*/}
	.momoStyle_Area .tab_content .page ull { margin:0; padding:0;}
	.momoStyle_Area .tab_content .page ull li { float:inherit; display:inline-block; position:relative; margin:1.5vw 0 1vw 0; padding:1vw; width:42%; list-style: none outside none; 
						-webkit-transition: all 0.9s ease;
						 -moz-transition: all 0.9s ease;
							-ms-transition: all 0.9s ease;
							 -o-transition: all 0.9s ease;
								transition: all 0.9s ease;}
	.momoStyle_Area .tab_content .page ull li .tt{display: inline-block; width:100%;line-height:20%;font:17px/18px 微軟正黑體,"Microsoft JhengHei",Helvetica;color:#202020;/*background: #2d2d2d;*/text-align: center;}

	}


