<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('../../common/css/reset.css');
@import url('../../common/css/fonts.css');
@import url('../../common/css/swiper.min.css');
@import url('../../common/css/perfect-scrollbar.css');
@import url('../../common/css/jquery.fancybox.min.css');
@import url('../../common/css/jquery.qtip.css');
@import url('../../common/css/core.css');
@import url('../../common/css/content.css');
@import url('../../common/css/media_query.css');
@import url('../../common/css/print.css');

body, input[type=text], #menuZone #mainMenu &gt; li &gt; a, #searchZone .title, #sectionNmae {
  font-family: "微軟正黑體", Microsoft JhengHei, Microsoft YaHei, "Roboto", 新細明體, Arial, Helvetica, sans-serif!important;
}

#content a.hot:after{
	background-image:url('../images/icon-hot.png');
}
#content .orgchart li.root.orange&gt;.nodecontent, #content li.purple&gt;.nodecontent{
	min-height: auto;
}
#sectionNmae{
	font-size: 4em;
}
#sectionNmae div{
	line-height: 0.9;
}

#content .alertWrap &gt; div div.date {
    flex: 0 0 150px;
}

/* #content a.notes {
    background: url(../images/btn_noteforpdf.gif) no-repeat 0 0;
    width: 162px;
    height: 28px;
    display: block;
    text-indent: -9999px;
	border: 0;
}
#content a.notes:hover{
	background:url('../images/btn_noteforpdf_over.gif') no-repeat 0 0;
} */

/* new add for website rating*/
/* HIDE RADIO */
[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
  border: 2px solid black;/
}
/* end */


@media screen and (min-width: 1001px){
	#content .org_flex li.root&gt;.nodecontent .name{
		height: auto;
	}
	#content .org_flex .nodecontent .name{
		height: 46px;
	}
	#content .org_flex .orgchart li:not(.w-33):not(.root){
		width: 100%;
	}
}</pre></body></html>