@charset "UTF-8";
@media screen and (min-width:601px) { /*桌面*/
 
#WR20250428153426 {
border:0px solid hsla(0,0%,0%,1.00);
display: flex;
flex-wrap: wrap;
position: relative;
padding:3% 20% 5% 20%;
margin:0;
list-style-type: none;
 
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-image: url(../../../009_home_photo/PC20250428153631.png);
 
}
#WR20250428153426_h1 {
width:100%;
text-align: center;
font-weight: 300;
color:#000000;
overflow-y: hidden;
height:50px;
}    
#WR20250428153426 #RI20250428153720 {
position: relative;
width:96%;
margin:2%;
padding:2%;
transition: transform 0.8s ease; /* 添加動畫過渡效果 */
}
#WR20250428153426 #RI20250428153720 img{
width:100%;
height:auto;
}
		
   
 
}
@media screen and (max-width:600px) { /*行動裝置*/
 
#WR20250428153426 {
display: flex;
flex-wrap: wrap;
padding:5% 10% 5% 10%;
margin:0;
list-style-type: none;
 
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-image: url(../../../009_home_photo/MOB20250428153631.png);
 
}
#WR20250428153426_h1 {
width:100%;
text-align: center;
font-weight: 300;
color:#000000;
overflow-y: hidden;
height:50px;
}    
#WR20250428153426 #RI20250428153720 {
width:97%;
margin:3%;
padding:3%;
transition: transform 0.8s ease; /* 添加動畫過渡效果 */
border:0px solid hsla(0,0%,0%,1.00);
}
	
#WR20250428153426 #RI20250428153720 img{
width:100%;
height:auto;
}
	
	
	
     
}
