/*/////////////////////////////////////////////////////////*/
/*-------網站導覽--------*/
/*/////////////////////////////////////////////////////////*/



.sitemapArea{
	margin-top: 10px;
}
	.sitemap{
		border-bottom: 1px #b5b5b5 dashed;
		margin-bottom:30px;
    	width: 100%;
	}                
	.sitemap:last-of-type{
		border-bottom: none;
		margin-bottom:0;
    	
	}                
		.sitemapTit{
			color: var(--primary_color);
			font-weight: bolder;
			font-size: 1.2em;
			font-family: var(--mandarin_font);
			padding: 0;
		}
		.sitemapTit a{
			color: inherit;
			text-decoration:none;
		}		
		.sitemapBottom{
			padding:10px 0;
			
		}
												
			.sitemapList{
				float:left;
				width: 33.3%;
				box-sizing:border-box;
				/* margin-right:30px; */
				padding: 10px 0px;

				font-size: 1.0625em;
			}
				.sitemapList a{
					color: #424242;
					/* font-size: 1em; */
					display:block;
					text-decoration:none;
					line-height: 1.2;
				}                    
				.sitemapList a:hover{
					opacity:0.5;
				}   
                /* .right_title{
                    font-size: 1.625em;
                    font-weight: bolder;
                    color: #5d534b;
                    color: var(--fourth_color);
                    line-height: 1.5;
                    position:relative;
                    border-bottom: 2px solid #948a7f;
                    border-bottom: 2px solid var(--fourth_color);
					border: none;
                    padding-bottom: 10px;
                } */


/* 在螢幕放大150%且寬度大於991時，套用這裡的特定樣式 */ 
@media screen and (min-width: 991px) and (min-height: 500px) and 
(max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.5) and 
(-webkit-max-device-pixel-ratio: 1.74), only screen and (min-resolution: 150dpi) and 
(max-resolution: 174dpi) { 
	.sitemapTit{		
		/* font-size: 0.875em; */
	}
	.sitemapList a{
		/* color: #424242;
		font-size: 0.8em; 
		display:block;
		text-decoration:none; */
	}  
}

@media (max-width: 1100px){
	.sitemapList{		
		width: 50%;		
	}
}

@media (max-width:640px){	
	.sitemapList{
		width: 100%;
	}
}

