@charset "utf-8";

/*回版頭*/
#gotop { display: none; position:fixed; z-index:5; right:20px; bottom:30px;padding:10px 10px 3px 10px; border-radius:50px; font:12px/30px Verdana; text-align:center; color:#000;  background-color:rgba(255,255,255,0.7); cursor:pointer;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;}
#gotop:hover { padding-top:40px; background-color:#fff;} 
#gotop::before { content: ""; position:absolute; top:7px; left:18px; width: 0; height: 0; border: 4px solid #000; border-color: transparent transparent #000; }
	@media screen and (max-width:767px){
		#gotop { right:15px; bottom:50px; }
	}

/*LOGO*/

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

/*黏人快速鍵(白色款)*/
.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;}




/*光*/
.righttoleft{-webkit-animation-duration: 3s;  animation-duration: 3s;  -webkit-animation-name: righttoleft;  animation-name:righttoleft;  -webkit-animation-iteration-count: infinite;    animation-iteration-count:infinite;  animation-timing-function: ease-in;}
@-webkit-keyframes righttoleft {
	 0% { transform: translate(0,0px); opacity:0  } 
	 25% { transform: translate(0,0px); opacity:0  } 
	 50%{opacity:1}
	 75%{ transform: translate(-100px,0);opacity:0}
	 100%{ transform: translate(-100px,0);opacity:0}
}
@keyframes righttoleft { 
	 0% { transform: translate(0,0px); opacity:0  } 
	 25% { transform: translate(0,0px); opacity:0  } 
	 50%{opacity:1}
	 75%{ transform: translate(-100px,0);opacity:0}
	 100%{ transform: translate(-100px,0);opacity:0}
}

/*光*/
.righttoleft2{-webkit-animation-duration: 3s;  animation-duration: 3s;  -webkit-animation-name: righttoleft2;  animation-name:righttoleft2;  -webkit-animation-iteration-count: infinite;    animation-iteration-count:infinite;  animation-timing-function: ease-in;}
@-webkit-keyframes righttoleft2 {
	 0% { transform: translate(0,0); opacity:0  } 
	 25% { transform: translate(0,0); opacity:0  } 
	 50%{opacity:1}
	 75%{ transform: translate(100px,0px);opacity:0}
	 100%{ transform: translate(100px,0px);opacity:0}
}
@keyframes righttoleft2 { 
	 0% { transform: translate(0,0); opacity:0  } 
	 25% { transform: translate(0,0); opacity:0  } 
	 50%{opacity:1}
	 75%{ transform: translate(100px,0);opacity:0}
	 100%{ transform: translate(100px,0px);opacity:0}
}


/*光*/
.righttoleft3{-webkit-animation-duration: 3s;  animation-duration: 3s;  -webkit-animation-name: righttoleft3;  animation-name:righttoleft3;  -webkit-animation-iteration-count: infinite;    animation-iteration-count:infinite;  animation-timing-function: ease-in;}
@-webkit-keyframes righttoleft3 {
	 0% { transform: translate(0,0); opacity:0  } 
	 25% { transform: translate(0,0); opacity:0  } 
	 50%{opacity:1}
	 75%{ transform: translate(0,100px);opacity:0}
	 100%{ transform: translate(0px,100px);opacity:0}
}
@keyframes righttoleft3 { 
	 0% { transform: translate(0,0); opacity:0  } 
	 25% { transform: translate(0,0); opacity:0  } 
	 50%{opacity:1}
	 75%{ transform: translate(0,100px);opacity:0}
	 100%{ transform: translate(0,100px);opacity:0}
}

/*心跳A*/
.heartbeat-play {-webkit-animation-duration: 2.1s;  animation-duration: 2.1s;  -webkit-animation-name: heartbeat-play;  animation-name: heartbeat-play;  -webkit-animation-iteration-count: infinite;    animation-iteration-count:infinite;/* -webkit-animation-direction: alternate;animation-direction: alternate;*/}
	@-webkit-keyframes heartbeat-play {   
		0%   { -webkit-transform: scale(1); transform: scale(1); } 
		40%  { -webkit-transform: scale(0.95); transform: scale(0.95); } 
		60%  { -webkit-transform: scale(1); transform: scale(1); } 
		80%  { -webkit-transform: scale(0.95); transform: scale(0.95); }
		100% { -webkit-transform: scale(1); transform: scale(1); } 
		}
	@keyframes heartbeat-play { 
		0%   { -webkit-transform: scale(1); transform: scale(1); } 
		40%  { -webkit-transform: scale(0.95); transform: scale(0.95); } 
		60%  { -webkit-transform: scale(1); transform: scale(1); } 
		80%  { -webkit-transform: scale(0.95); transform: scale(0.95); }
		100% { -webkit-transform: scale(1); transform: scale(1);} 
	}
	
/*飄-上下*/
.uptodown-play { -webkit-animation:uptodown-play 1.5s ease-in-out infinite alternate;
				         animation:uptodown-play 1.5s ease-in-out infinite alternate;}
	@-webkit-keyframes uptodown-play { 
		0%   { -webkit-transform: translate(0,-30px); } 
		100% { -webkit-transform: translate(0,0);}
	}
	@keyframes uptodown-play { 
		0%   { transform: translate(0,-30px);} 
		100% { transform: translate(0,0);}
	}

/*飄-下上*/
.downtoup-play { -webkit-animation:downtoup-play 1.5s ease-in-out infinite alternate;
				         animation:downtoup-play 1.5s ease-in-out infinite alternate;}
	@-webkit-keyframes downtoup-play { 
		0% { 
			-webkit-transform: translate(0,0);  
		} 
		100% { 
			-webkit-transform: translate(0,-30px);
		}
	}
	@keyframes downtoup-play { 
		0% { 
			transform: translate(0,0);  
		} 
		100% { 
			transform: translate(0,-30px);
		}
	}
 
/*背景飄上*/
.bgupup-play { -webkit-animation:bgupup-play 40s linear infinite ;
				       animation:bgupup-play 40s linear infinite ;}
	@keyframes bgupup-play {
	  100% { background-position: center -925px;
	  }
	}

/*放大縮小*/
.zoominzoomout-play { -webkit-animation-duration: 0.7s;  animation-duration: 0.7s; animation-delay:-1s;  -webkit-animation-name: zoominzoomout-play;  animation-name: zoominzoomout-play;  -webkit-animation-iteration-count: infinite;    animation-iteration-count:infinite;-webkit-animation-direction: alternate;animation-direction: alternate;}
	@-webkit-keyframes zoominzoomout-play {   
		0%  { -webkit-transform: scale(1); transform: scale(1);} 
		100%{ -webkit-transform: scale(0.95); transform: scale(0.95); }
		}
	@keyframes zoominzoomout-play { 
		0%  { -webkit-transform: scale(1); transform: scale(1); } 
		100%{ -webkit-transform: scale(0.95); transform: scale(0.95);}
	}

	
/*飄-左右*/
.rf-play { -webkit-animation:rf-play 1.2s ease-in-out infinite alternate;
				         animation:rf-play 1.2s ease-in-out infinite alternate;}
	@-webkit-keyframes rf-play { 
		0%   { -webkit-transform: translate(70px,10px); } 
		100% { -webkit-transform: translate(0,0);}
	}
	@keyframes rf-play { 
		0%   { transform: translate(70px,10px);} 
		100% { transform: translate(0,0);}
	}

/*箭頭閃*/
.opacity1{ -webkit-animation:opacity1 2.5s linear infinite normal; animation:opacity1 2.5s linear infinite  normal;}
	@-webkit-keyframes opacity1 {
	  0% { 	opacity:2; }
	  25%{ 	opacity:0; }
	  50%{ 	opacity:0; }
	  75%{ 	opacity:0; }
	  100%{ opacity:2; }
	}
	@keyframes opacity1 {
	  0% { 	opacity:2; }
	  25%{ 	opacity:0; }
	  50%{ 	opacity:0; }
	  75%{ 	opacity:0; }
	  100%{ opacity:2; }
	}	
.opacity2{ -webkit-animation:opacity2 2.5s linear infinite normal; animation:opacity2 2.5s linear infinite  normal;}
	@-webkit-keyframes opacity2 {
	  0% { 	opacity:0; }
	  25%{ 	opacity:1; }
	  50%{ 	opacity:0; }
	  75%{ 	opacity:0; }
	  100%{ opacity:0; }
	}
	@keyframes opacity2 {
	  0% { 	opacity:0; }
	  25%{ 	opacity:1; }
	  50%{ 	opacity:0; }
	  75%{ 	opacity:0; }
	  100%{ opacity:0; }
	}
.opacity3{ -webkit-animation:opacity3 2s linear infinite normal; animation:opacity3 2s linear infinite  normal;}
	@-webkit-keyframes opacity3 {
	  0% { 	opacity:0; }
	  25%{ 	opacity:0; }
	  50%{ 	opacity:1; }
	  75%{ 	opacity:0; }
	  100%{ opacity:0; }
	}
	@keyframes opacity3 {
	  0% { 	opacity:0; }
	  25%{ 	opacity:0; }
	  50%{ 	opacity:1; }
	  75%{ 	opacity:0; }
	  100%{ opacity:0; }
	}
.opacity4{ -webkit-animation:opacity4 2s linear infinite  normal; animation:opacity4 2s linear infinite  normal;}
	@-webkit-keyframes opacit4 {
	  0% { 	opacity:0; }
	  25%{ 	opacity:0; }
	  50%{ 	opacity:0; }
	  75%{ 	opacity:0; }
	  100% {opacity:0; }
	}
	@keyframes opacity4 {
	  0% { 	opacity:0; }
	  25%{ 	opacity:0; }
	  50%{ 	opacity:0; }
	  75%{ 	opacity:1; }
	  100% {opacity:0; }

	}

/*閃光*/				  
.brightness-play { -webkit-animation:brightness-play 3.5s ease both infinite; ;
				           animation:brightness-play 3.5s ease both infinite;}
	
	@keyframes brightness-play {
	  0% { 
		filter:brightness(100%);
	  }
	  5% { 
		filter:brightness(100%);
	  }
	 10% { 
		filter:brightness(130%);
	  }
	 11% { 
		filter:brightness(100%);
	  }
	 18% { 
		filter:brightness(130%);
	  }
	 20% { 
		filter:brightness(100%);
	  }
	  70%{ 
		filter:brightness(100%);
	  }
	  100% { 
		filter:brightness(100%);
	  }
	}
	@-webkit-keyframes brightness-play {
	  0% { 
		filter:brightness(100%);
	  }
	  5% { 
		filter:brightness(110%);
	  }
	 10% { 
		filter:brightness(130%);
	  }
	 11% { 
		filter:brightness(100%);
	  }
	 18% { 
		filter:brightness(130%);
	  }
	 20% { 
		filter:brightness(100%);
	  }
	  70%{ 
		filter:brightness(100%);
	  }
	  100% { 
		filter:brightness(100%);
	  }
	}


/*背景主標微亮*/	
.minbright-play-bg { -webkit-animation:minbright-play-bg 2s linear infinite alternate; animation:minbright-play-bg 3s linear infinite alternate ;}
	@-webkit-keyframes minbright-play-bg {
	  0% { 
		filter:brightness(20%) hue-rotate(0deg);
	  }
	  100% { 
		filter:brightness(200%) hue-rotate(0deg);
	  }
	}
	@keyframes minbright-play-bg {
	  0% { 
		filter:brightness(20%) hue-rotate(0deg);
	  }
	  100% { 
		filter:brightness(200%) hue-rotate(0deg);
	  }
	}	  
	
.minbright-play { -webkit-animation:minbright-play 3s linear infinite alternate; animation:minbright-play 3s linear infinite alternate ;}
	@-webkit-keyframes minbright-play {
	  0% { 
		filter:brightness(80%) hue-rotate(0deg);
	  }
	  100% { 
		filter:brightness(150%) hue-rotate(360deg);
	  }
	}
	@keyframes minbright-play {
	  0% { 
		filter:brightness(80%) hue-rotate(0deg);
	  }
	  100% { 
		filter:brightness(150%) hue-rotate(360deg);
	  }
	}


/*跳跳跳*/
.uptodown {-webkit-animation-duration: 1.5s;  animation-duration: 1.5s;  -webkit-animation-name: uptodown;  animation-name: uptodown;  -webkit-animation-iteration-count: infinite;    animation-iteration-count:infinite; -webkit-animation-direction: alternate;animation-direction: alternate;}
@-webkit-keyframes uptodown { 

 0%    { transform: translate(0,0px) ;}
 10%    { transform: translate(0,0px) ;}
 15%    { transform: translate(0,-10px) ;}
 20%    { transform: translate(0,0px) ;}
 100%  { transform: translate(0,0px) ;}

}



/*斜向來回滑動*/
.slideInLeft2 {
			-webkit-animation:slideInLeft2 3s ease infinite ;
					animation:slideInLeft2 3s ease infinite ;
}
@keyframes slideInLeft2 {
	  0%  {opacity:1;-webkit-transform:translate(0px, 0px);transform:translate(0px, 0px)}
	  50%  {opacity:1;-webkit-transform:translate(20px, 0px);transform:translate(20px, 0px)}
	  100%  {opacity:1;-webkit-transform:translate(0px, 0px);transform:translate(0px, 0px)}

}


.slideInLeft1 {
			-webkit-animation:slideInLeft1 3s ease infinite ;
					animation:slideInLeft1 3s ease infinite ;
}
@keyframes slideInLeft1 {
	  0%  {opacity:1;-webkit-transform:translate(0px, 0px);transform:translate(0px, 0px)}
	  50%  {opacity:1;-webkit-transform:translate(-20px, 0px);transform:translate(-20px, 0px)}
	  100%  {opacity:1;-webkit-transform:translate(0px, 0px);transform:translate(0px, 0px)}

}

/*左邊韻律感*/				  
.waves2-play{ -webkit-animation:waves2-play 1.5s  linear infinite ;
	  			          animation:waves2-play 1.5s linear infinite ;}
	@-webkit-keyframes waves2-play {
	  0% { -webkit-transform: scale(1.01) rotate(360deg) translateX(0px) translateY(2px) rotate(-360deg); transform: scale(1.01) rotate(360deg) translateX(0px) translateY(2px) rotate(-360deg);}
	  100%   { -webkit-transform: scale(1.01) rotate(0deg) translateX(0px) translateY(2px) rotate(0deg); transform: scale(1.01) rotate(0deg) translateX(0px) translateY(2px) rotate(0deg);}
	}

	@keyframes waves2-play {
	  0% { -webkit-transform: scale(1.01) rotate(360deg) translateX(0px) translateY(2px) rotate(-360deg); transform: scale(1.01) rotate(360deg) translateX(0px) translateY(2px) rotate(-360deg);}
	  100%   { -webkit-transform: scale(1.01) rotate(0deg) translateX(0px) translateY(2px) rotate(0deg); transform: scale(1.01) rotate(0deg) translateX(0px) translateY(2px) rotate(0deg);}
	}

/*右邊韻律感*/				  
.waves1-play{ -webkit-animation:waves2-play 1.5s  linear infinite ;
	  			     animation:waves2-play 1.5s linear infinite ;}
	@-webkit-keyframes waves2-play {
	  0% { -webkit-transform: scale(1.01) rotate(360deg) translateX(0px) translateY(2px) rotate(360deg); transform: scale(1.01) rotate(-360deg) translateX(0px) translateY(2px) rotate(360deg);}
	  100%   { -webkit-transform: scale(1.01) rotate(0deg) translateX(0px) translateY(2px) rotate(0deg); transform: scale(1.01) rotate(0deg) translateX(0px) translateY(2px) rotate(0deg);}
	}

	@keyframes waves2-play {
	  0% { -webkit-transform: scale(1.01) rotate(360deg) translateX(0px) translateY(2px) rotate(360deg); transform: scale(1.01) rotate(-360deg) translateX(0px) translateY(2px) rotate(360deg);}
	  100%   { -webkit-transform: scale(1.01) rotate(0deg) translateX(0px) translateY(2px) rotate(0deg); transform: scale(1.01) rotate(0deg) translateX(0px) translateY(2px) rotate(0deg);}
	}


/*左邊葉子搖擺*/
.swing3{
 -webkit-animation:swing3 2s  infinite alternate;
  animation:swing3 2s  infinite alternate;}
@keyframes swing3 {
  20% {transform: rotate3d(0, 0, 1, -2deg);  }

  40% {transform: rotate3d(0, 0, 1, 1deg);  }

  60% {transform: rotate3d(0, 0, 1, -1deg); }

  80% {transform: rotate3d(0, 0, 1, 1deg);  }

  100% {transform: rotate3d(0, 0, 1, 0deg);}
}

/*右邊葉子搖擺*/
.swing4{
 -webkit-animation:swing4 2s  infinite alternate;
  animation:swing4 2s    infinite alternate;}
@keyframes swing4 {
  20% {transform: rotate3d(0, 0, 1, 2deg);}

  40% {transform: rotate3d(0, 0, 1, -3deg);}

  60% {transform: rotate3d(0, 0, 1, 2deg);}

  80% {transform: rotate3d(0, 0, 1, -2deg);}

  100% {transform: rotate3d(0, 0, 1, 0deg);}
}



/*文字動畫01*/
.textplay01 {-webkit-animation-duration:1s;  animation-duration: 1s;  -webkit-animation-name:textplay01;  animation-name:textplay01;  -webkit-animation-iteration-count: infinite;    animation-iteration-count:infinite; -webkit-animation-direction: alternate;animation-direction: alternate; }
@-webkit-keyframes textplay01 { 
		0% {  opacity:1;} 
		10% { opacity:1;}  
		20% { opacity:1;}  
		30% { opacity:1;} 		
		100%{opacity: 1;}
	
}
@keyframes textplay01 {
		0% {  opacity:1;} 
		10% { opacity:1;}  
		20% { opacity:1;}  
		30% { opacity:1;} 		
		100%{opacity: 1;}
}


/*文字動畫02*/
.textplay02 {-webkit-animation-duration:1s;  animation-duration: 1s;  -webkit-animation-name:textplay02;  animation-name:textplay02;  -webkit-animation-iteration-count: infinite;    animation-iteration-count:infinite; -webkit-animation-direction: alternate;animation-direction: alternate; }
@-webkit-keyframes textplay02 { 
		0% {  opacity:0;} 
		10% { opacity:0.8;}  
		20% { opacity:0.8;}  
		30% { opacity:0.8;} 		
		100%{opacity: 0.8;}
	
}
@keyframes textplay02 {
		0% {  opacity:0;} 
		10% { opacity:0.8;}  
		20% { opacity:0.8;}  
		30% { opacity:0.8;} 		
		100%{opacity: 0.8;}
}


/*文字動畫03*/
.textplay03 {-webkit-animation-duration:1s;  animation-duration: 1s;   -webkit-animation-name:textplay03;  animation-name:textplay03;  -webkit-animation-iteration-count: infinite;    animation-iteration-count:infinite; -webkit-animation-direction: alternate;animation-direction: alternate; }
@-webkit-keyframes textplay03 { 
		0% {  opacity:0;} 
		10% { opacity:0;}  
		20% { opacity:0.6;}  
		30% { opacity:0.6;} 		
		100%{opacity: 0.6;}
	
}
@keyframes textplay03 {
		0% {  opacity:0;} 
		10% { opacity:0;}  
		20% { opacity:0.6;}  
		30% { opacity:0.6;} 		
		100%{opacity: 0.6;}
}


/*文字動畫04*/
.textplay04 {-webkit-animation-duration:1s;  animation-duration: 1s;   -webkit-animation-name:textplay04;  animation-name:textplay04;  -webkit-animation-iteration-count: infinite;    animation-iteration-count:infinite; -webkit-animation-direction: alternate;animation-direction: alternate; }
@-webkit-keyframes textplay04 { 
		0% {  opacity:0;} 
		10% { opacity:0;}  
		20% { opacity:0;}  
		30% { opacity:0.4;} 		
		100%{opacity: 0.4;}
	
}
@keyframes textplay04 {
		0% {  opacity:0;} 
		10% { opacity:0;}  
		20% { opacity:0;}  
		30% { opacity:0.4;} 		
		100%{opacity: 0.4;}
}




/*線的滑進滑出01*/	

.lineslidein-play { -webkit-animation:lineslidein-play 5s ease-in-out infinite; 
				        animation:lineslidein-play 5s ease-in-out infinite;
}

	@keyframes lineslidein-play {
	  0% { 	transform:translateY(-500px);opacity:0}
	  20% { transform:translateY(0px);opacity: 1}    
  	60% { transform:translateY(20px);opacity: 1}  
 	 80% { transform:translateY(820px);opacity: 0}     
 	 100% { transform:translateY(820px);opacity: 0}      
	}

/*線的滑進滑出02*/	

.lineslidein-play2 { -webkit-animation:lineslidein-play2 5s ease-in-out infinite;
				        animation:lineslidein-play2 5s ease-in-out infinite ;
}
	@keyframes lineslidein-play2 {
	  0% { 	transform:translateY(1020px);opacity: 0}
	  20% { transform:translateY(0px);opacity: 1}    
  	60% { transform:translateY(-20px);opacity: 1}  
 	 80% { transform:translateY(-1020px);opacity: 0}     
 	 100% { transform:translateY(-1020px);opacity:0}      
	}





/*線的左右滑進滑出01*/	

.lineslideinleft-play { -webkit-animation:lineslideinleft-play 5s ease-in-out infinite; 
				        animation:lineslideinleft-play 5s ease-in-out infinite;
}

	@keyframes lineslideinleft-play {
	  0% { 	transform:translateX(-1000px); opacity:0;}
	  20% { transform:translateX(0px); opacity:1;}    
  	60% { transform:translateX(20px); opacity:1;}  
 	 80% { transform:translateX(2020px); opacity:0;}     
 	 100% { transform:translateX(2020px); opacity:0;}      
	}

/*線的左右滑進滑出02*/	

.lineslideinleft-play2 { -webkit-animation:lineslideinleft-play2 5s ease-in-out infinite;
				        animation:lineslideinleft-play2 5s ease-in-out infinite ;
}
	@keyframes lineslideinleft-play2 {
	  0% { 	transform:translateX(1020px);opacity:0;}
	  20% { transform:translateX(0px);opacity:1;}    
  	60% { transform:translateX(-20px);opacity:1;}  
 	 80% { transform:translateX(-1020px);opacity:0;}     
 	 100% { transform:translateX(-1020px);opacity:0;}      
	}



/*移除公版設定*/
.Area .remove_box_style ul { background-color: transparent; grid-gap: 10px;}
.Area .remove_box_style ul li { border: none!important;}
@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 {}
}



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






