<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*DIY--閮剛��虾憓𧼮�删鍂璅���*/
.ft_NOTO {font-family: 'Noto Sans TC', sans-serif;}
#menu {position: relative;display: flex;justify-content: center;z-index: 3;}
.media_menu {background-color: #339966;padding:0.5rem;}
.media-menu:empty {display: none;}
.media_menu a {color: white;}
.media_menu &gt; li {width: calc(100%/10);text-align: center;}
#menu ul { margin: 0; padding: 0; overflow: auto; }
* html #menu ul {height: 30px;}
#menu ul li ul {display: flex; flex-direction: column; flex-wrap: wrap;}
/* 閫�捱IE6璇嘥�堒�誯�条蒾��誯��*/
* html #menu ul li { display: inline; }
#menu ul li a {
	/* 撠𡩣�㺿�箏�憛𠰴��隞塚�䔶誑靘踵���𡁜祝擃� */
	display:block;
	/* �䠷�𠹺�蠘�閮苯loat嚗�炏��䳢E6��隞�100%撖砍漲憿舐內 */
	/*float:left;*/
	/* �𤐄摰𡁻�睃漲 */	
}
#menu ul li ul {
	/* 霈梶洵鈭�惜ul頝唾�急��辣瘚�隞亙⏚摰帋�� */
	position:absolute;
	/* �𤐄摰𡁜祝摨� */
	width:190px;
	/* �踹�滚枂�𣶹�㬢頠� */
	overflow:visible;
	/* 霈𠀾l����漤�𤾸惜li�㮾��䔶�滨蔭 */
	clear:left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;font-size: 1.2rem;
}
#menu ul li ul li {
	/* 閬�撖怎匱�㗁�䌊蝚砌�撅斤�瘚桀�閗身摰� */
	text-align: left;
}
#menu ul li ul li a {
	/* 閬�撖怎匱�㗁�䌊蝚砌�撅斤�瘚桀�閗身摰� */
	float:none;
	width: 100%;/* 閮鳴�飱isplay��height��padding蝜潭㗁蝚砌�撅斤�閮剖�� */
}
#menu ul li ul li ul {
	margin-top: -30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	width: 100%;
}
/* 靽格迤IE7蝯訫�滚�帋�滚榆�㺭 */
*:first-child+html #menu ul li ul li ul {
	margin-top:-30px;
}
#menu ul li ul li ul li {
/* width��float蝜潭㗁蝚砌��惜嚗��滩身摰� */
}
#menu ul li ul li ul li a {
/* width��float蝜潭㗁蝚砌��惜嚗��滩身摰� */
}
/* ---------- �黸��讛��＊蝷粹�𤾸惜 ---------- */
#menu ul li ul {
	/* ��𣂼��黸��讐洵鈭�惜 */
	visibility:hidden;
}
#menu ul li:hover ul {
	/* 閫詨�閧洵銝�撅斗�嚗屸＊蝷箇洵鈭�惜 */
	visibility:visible;
}
#menu ul li:hover ul li ul {
	/* 憿舐內蝚砌��惜��嚗屸黸��讐洵銝匧惜嚗屸�踹�滚�峕�敶�枂 */
	visibility:hidden;
}
#menu ul li ul li:hover ul {
	/* 閫詨�閧洵鈭�惜��嚗屸＊蝷箇洵銝匧惜 */
	visibility:visible;
}
#menu ul li ul li:hover ul li ul {
	/* 憿舐內蝚砌�匧惜��嚗屸黸��讐洵��𥕦惜嚗屸�踹�滚�峕�敶�枂 */
	visibility:hidden;
}
#menu ul li ul li ul li:hover ul {
	/* 閫詨�閧洵銝匧惜��嚗屸＊蝷箇洵��𥕦惜 */
	visibility:visible;
}
#menu {
	font-size:1.5rem;font-weight: bold;background-color:#c3452c;
}

/* 蝚砌�撅工l�峕艶�𠧧敶抵���𦠜� */
.media_menu {font-family: Verdana,"Microsoft JhengHei",Arial;background:#c3452c;display: flex;flex-wrap: wrap;justify-content: space-around;width: 1200px;line-height: 3rem;}
/* 蝚砌�撅兀摮堒�� */
.media_menu li a {
	color:#fff;
	text-decoration:none;
}
/*蝚砌��惜ul�峕艶�𠧧敶抵���𦠜�  */
#menu ul li ul {
	background-color: #fdf3ed;
}
/* 蝚砌��惜a摮堒�� */
#menu ul li &gt; ul li a {
	color:#333333;
	text-decoration:none;
}
/* 閫詨�閧洵銝�撅子i��嚗峕㺿霈𡃏�峕艶�𠧧 */
#menu ul li:hover, #menu ul li a:hover {
	background-color: #991900;
}
.media_menu li:hover a {
	color: #fbecd9;
}
/* 閫詨�閧洵鈭�惜隞乩�𩗴i���㺿霈𡃏�峕艶�𠧧 */
#menu ul li ul li {padding: 0 0.5rem;}
#menu ul li ul li:hover, #menu ul li ul li a:hover {background-color:#e9a48c;color: white;}

.submenu {padding: 0.8% 0;}
.submenu a {font-size: 1.1rem;border: dotted 1px #eba79a;padding: 0.2rem 0.8rem;border-radius: 1rem;margin: 0 0.2rem;display: inline-block;color: #ce7556;background-color: #fffaf7;}
.submenu a:hover {color:#fff ;background-color: var(--orange-red);}

@media screen and (max-width: 1300px) {
	#menu ul li:nth-of-type(10) &gt; ul {right: 0;}
}

@media screen and (max-width: 1200px) {
	.media_menu &gt; li {width: calc(100%/5);}
}

@media screen and (max-width: 767px) {
	#menu {font-size: 1.1rem;}
	.media_menu {line-height: 2.25rem;}
	#menu ul li:nth-of-type(n+4):nth-of-type(-n+5) &gt; ul, #menu ul li:nth-of-type(9) &gt; ul {right: 0;}
}
/* �㮾摰寞炎閬� */
@media screen and (-webkit-min-device-pixel-ratio:0) { /*Webkit*/
    #noie {display: none;}
}
@-moz-document url-prefix(){/*Firefox*/
    #noie {display: none;}
}
@media \0screen\,screen\9 {/*IE 6 7 8*/ 
    .browser {text-align: center;background: red;font-weight: bold;color: white;}
    .browser a {color: white;display: block;}
}
@media screen\0 {/*IE 8 9 10 11*/   
    .browser {text-align: center;background-color: rgba(0,0,0,.9);font-weight: bold;position: fixed;top:0;left: 0;width: 100%;height: 100%;z-index: 8;}
    .renew {background-color: #f6f6f6;display: inline-block;top: 45%;position: relative;border-radius: 5px;overflow: hidden;}
    .renew span {padding: 1rem;display: block;}
    .browser a {color: #039be6;display: block;border-top: 1px solid #989898;padding: 1rem;background-color: #EDEDED;}
}</pre></body></html>