@charset "UTF-8";
@media screen and (min-width:601px) { /*桌面*/
 
#WR20251201113058 {
border:0px solid hsla(0,0%,0%,1.00);
display: flex;
flex-wrap: wrap;
position: relative;
padding:0 0 0 0;
margin:0;
list-style-type: none;
 
}
#WR20251201113058_h1 {
width:100%;
text-align: center;
font-weight: 300;
color:#000000;
overflow-y: hidden;
height:0px;
}    
#WR20251201113058 #RI20251201113238 {
position: relative;
width:100%;
margin:0%;
padding:0%;
transition: transform 0.8s ease; /* 添加動畫過渡效果 */
}
#WR20251201113058 #RI20251201113238 img{
width:100%;
height:auto;
}
		
   
 
#WR20251201114915 {
border:0px solid hsla(0,0%,0%,1.00);
display: flex;
flex-wrap: wrap;
position: relative;
padding:0 0 0 0;
margin:0;
list-style-type: none;
 
}
#WR20251201114915_h1 {
width:100%;
text-align: center;
font-weight: 300;
color:#000000;
overflow-y: hidden;
height:0px;
}    
#WR20251201114915 #RI20251201115004 {
position: relative;
width:100%;
margin:0%;
padding:0%;
transition: transform 0.8s ease; /* 添加動畫過渡效果 */
}
#WR20251201114915 #RI20251201115004 img{
width:100%;
height:auto;
}
		
   
 
#WR20251201115054 {
border:0px solid hsla(0,0%,0%,1.00);
display: flex;
flex-wrap: wrap;
position: relative;
padding:0 0 5vw 0;
margin:0;
list-style-type: none;
 
}
#WR20251201115054_h1 {
width:100%;
text-align: center;
font-weight: 300;
color:#000000;
overflow-y: hidden;
height:0px;
}    
/*===========首頁相簿輪播==========*/
#WR20251201115054 .album-carousel {
    width: 100%;
    max-width: 1280px; /* 確保不超過父容器 */
    overflow: hidden; /* 重要：隱藏超出部分 */
    padding: 30s 0;
    margin:0 auto 0 auto;
}
#WR20251201115054 .album-track {
    display: flex;
    gap: 15px;
    width: fit-content;
    /* 使用 linear 確保等速 */
    animation: scroll-WR20251201115054 30s linear infinite;
    /* 確保沒有延遲 */
    animation-delay: 0s;
}
#WR20251201115054 .album-track:hover {
    animation-play-state: paused;
}
#WR20251201115054 .album-track img {
  height: 200px;
    width: auto;
    flex-shrink: 0;
    object-fit: cover;
    display: block;
}
@keyframes scroll-WR20251201115054 {
    from { 
        transform: translateX(-50%); 
    }
    to { 
        transform: translateX(0); 
    }
}
/*===========首頁相簿輪播==========*/

   
 
}
@media screen and (max-width:600px) { /*行動裝置*/
 
#WR20251201113058 {
display: flex;
flex-wrap: wrap;
padding:0 0 0 0;
margin:0;
list-style-type: none;
 
}
#WR20251201113058_h1 {
width:100%;
text-align: center;
font-weight: 300;
color:#000000;
overflow-y: hidden;
height:0px;
}    
#WR20251201113058 #RI20251201113238 {
width:100%;
margin:0%;
padding:0%;
transition: transform 0.8s ease; /* 添加動畫過渡效果 */
border:0px solid hsla(0,0%,0%,1.00);
}
	
#WR20251201113058 #RI20251201113238 img{
width:100%;
height:auto;
}
	
	
	
 
#WR20251201114915 {
display: flex;
flex-wrap: wrap;
padding:0 0 0 0;
margin:0;
list-style-type: none;
 
}
#WR20251201114915_h1 {
width:100%;
text-align: center;
font-weight: 300;
color:#000000;
overflow-y: hidden;
height:0px;
}    
#WR20251201114915 #RI20251201115004 {
width:100%;
margin:0%;
padding:0%;
transition: transform 0.8s ease; /* 添加動畫過渡效果 */
border:0px solid hsla(0,0%,0%,1.00);
}
	
#WR20251201114915 #RI20251201115004 img{
width:100%;
height:auto;
}
	
	
	
 
#WR20251201115054 {
display: flex;
flex-wrap: wrap;
padding:0 0 10vw 0;
margin:0;
list-style-type: none;
 
}
#WR20251201115054_h1 {
width:100%;
text-align: center;
font-weight: 300;
color:#000000;
overflow-y: hidden;
height:0px;
}    
/*===========首頁相簿輪播==========*/
#WR20251201115054 .album-carousel {
    width: 100%;
    max-width: 768px; /* 確保不超過父容器 */
    overflow: hidden; /* 重要：隱藏超出部分 */
    padding: 30s 0;
    margin:0 auto 0 auto;
}
#WR20251201115054 .album-track {
    display: flex;
    gap: 15px;
    width: fit-content;
    /* 使用 linear 確保等速 */
    animation: scroll-WR20251201115054 30s linear infinite;
    /* 確保沒有延遲 */
    animation-delay: 0s;
}
#WR20251201115054 .album-track:hover {
    animation-play-state: paused;
}
#WR20251201115054 .album-track img {
  height: 120px;
    width: auto;
    flex-shrink: 0;
    object-fit: cover;
    display: block;
}
@keyframes scroll-WR20251201115054 {
    from { 
        transform: translateX(-50%); 
    }
    to { 
        transform: translateX(0); 
    }
}
/*===========首頁相簿輪播==========*/
	
     
}
