<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.head-rwd {
	display:none;
}
.logo-rwd {
	display: none;
}

@media only screen and (max-width: 960px){
/*RWD MENU
--------------------------------------------------------------------------------------------------------*/
.head-rwd {
	background-repeat:repeat-x;
	width:100%;
	position: absolute;
	display: block;
	z-index: 9999;
	top: 0;
} 
h2.logo-text-rwd {
	position:relative;
    margin: 0;
    padding: 0px 0px 0px 0px;
	display:inline;
}
h2.logo-text-rwd img {
	max-width:250px;
}

h3.logo-text-rwd {
	position:relative;
	top:-5px;
    margin: 0;
    padding: 0px 0px 0px 0px;
	display:inline;
}
h3.logo-text-rwd img {
	max-width:140px;
}

.logo-rwd {
	display: block;
	text-align: center;
	height: 120px;
	padding-top: 42px;
}
.rwdtwr {
	position: fixed;
    display: block;
    float: left;
	height: auto;
    width: 100%;
}  
.rwdtwr ul,
.rwdtwr ol {
    list-style: none;
    list-style-image: none;
}
.rwdtwr &gt; ul {
	background-color: #006dc6;
	background-color: rgba(0, 109, 198, 1);
    display: none;
    width: 100%;
	height: 100vh;
    margin: 0;
    padding: 60px 0 30px 0;  
	overflow:auto;
	transition: none;
    -webkit-transition: none;
	/*background-image:-moz-linear-gradient(center top , #7f4e02, #412905);
	background-image:-webkit-gradient(linear, 0 0%, 0 100%, from(#7f4e02), to(#412905));*/
}  
.rwdtwr &gt; li {  
    width: 100%;  
    float: left;  
    position: relative;
    text-align: center;
    list-style: none;
}
.rwdtwr &gt; ul &gt; li &gt; a {  
    width: 90%;
	margin: 0 auto;
    padding: 10px; 
    text-align: left;
	border-bottom: dotted 1px #c4dcef;
    display: block;
    text-transform: uppercase;
	text-decoration:none;
	font-weight:normal;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.rwdtwr &gt; ul &gt; li &gt; a:hover {
    text-decoration: none;
    color: #FFFFFF;
	font-weight:normal;
/*	background-color:#757575;*/
	/*background-image:-moz-linear-gradient(center top , #ea8338, #ffb639);
	background-image:-webkit-gradient(linear, 0 0%, 0 100%, from(#ea8338), to(#ffb639));*/
}
.rwdtwr &gt; ul &gt; li &gt; a:active, .rwdtwr &gt; ul &gt; li &gt; a:visited, .rwdtwr &gt; ul &gt; li &gt; a:link {
    text-decoration: none;
    color: #FFFFFF;
	font-weight:normal;
}
.rwdtwr &gt; ul &gt; li &gt; a.active-rwd {
    color: #FFFFFF;
}
.rwdtwr &gt; ul &gt; li &gt; a.last-rwd {
	background-color:#CC0000;  
    border-bottom: none;
}

.rwdtwr &gt; ul &gt; li.title-rwd{
	text-transform: uppercase;
	font-weight:bold;
	letter-spacing: 1px;
	font-size: 1.2em;
	margin:0;
	padding:10px 0;
	color:#FFFFFF;
}

.pullcontainer {
    height: 0;
    padding-left: 5px;
    position: relative;
    top: 5px;
	z-index: 999;
}
.leftbutton-wsmain-button {
	background-color: transparent;
	background-image: url("../images/rwd_menu_icon2.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px 50px;
	display: block;
	width: 50px;
	height: 50px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.leftbutton-wsmain-button-click {
	background-image: url("../images/rwd_menu_icon2close.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px 50px;
	display: block;
	width: 50px;
	height: 50px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/*.pullcontainer a#pull img {
	width: 50px;
	height: 50px;
}*/
.subnav {
	width: 90%;
    margin: 0 auto;
    color: #ffffff;
	border-bottom: dotted 1px #c4dcef;
	padding: 10px 0;
}
.subnav-item {
	color: #ffffff;
	font-size: 15px;
}
.subnav-item a {
	display: block;
	color: #ffffff;
	padding: 5px 10px;
}
.subnav-icon {
	background-image: url("../images/icon-arrow02.png");
	background-position: center center;
	background-size: 10px auto;
	background-repeat:no-repeat;
	width: 10px;
	height: 12px;
	vertical-align: 0;
	display: inline-block;
	padding: 0 10px;
}
/*720-780dpi 針對各廠牌平板解析度使用(直式)*/
@media only screen and (max-width: 780px){
}
/*320-480dpi 針對各廠牌智慧型手機螢幕解析度使用(直式)*/
@media only screen and (max-width: 480px){
h2.logo-text-rwd img {
    max-width: 200px;
	padding-top: 10px;
}
}</pre></body></html>