/*/////////////////////////////////////////////////////////*/
/*-------網站導覽--------*/
/*/////////////////////////////////////////////////////////*/



.sitemapArea{
}
	.sitemap{
		border-bottom: 1px #b5b5b5 dashed;
		margin-bottom:30px;
	}                
		.sitemapTit{
			color: var(--second_color);
			font-weight: bold;
			font-size: 17px;
		}
		.sitemap:nth-of-type(2) .sitemapTit,
        .sitemap:last-of-type .sitemapTit{
			padding-bottom: 20px;
		}
		
		.sitemapTit a{
			color: var(--second_color);
            font-weight: bold;
            font-size: 17px;
			text-decoration:none;
            
		}		
		.sitemapTit a:hover{
			opacity: 0.5;
            
		}		
		.sitemapBottom{
			padding:10px 0;
		}
												
			.sitemapList{
				float:left;
				width: 20%;
				box-sizing:border-box;
				/* margin-right:30px; */
				padding: 10px 0px;
			}
				.sitemapList a{
					color: #424242;
					font-size: 15px;
					display:block;
					text-decoration:none;
				}                    
				.sitemapList a:hover{
					opacity:0.5;
				}   
               

@media (max-width: 990px){
	.sitemapList{
		width: 24.9%;
	}
}

@media (max-width:768px){	
	.sitemapList{
		width: 33.3%;
	}
}

@media (max-width:510px){	
	.sitemapList{
		width: 49.9%;
	}	
}

@media (max-width:320px){	
	.sitemapList{
		float:none;
		width: 100%;
	}	
}
