<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 767px) {
	.row-offcanvas {
		position: relative;
		-webkit-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		transition: all .25s ease-out;
	}

	.row-offcanvas-right {
		right: 0;
	}

	.row-offcanvas-left {
		left: 0;
	}

	.row-offcanvas-right .sidebar-offcanvas {
		right: -50%;
		/* 6 columns */
	}

	.row-offcanvas-left .sidebar-offcanvas {
		left: -50%;
		/* 6 columns */
	}

	.row-offcanvas-right.active {
		right: 50%;
		/* 6 columns */
	}

	.row-offcanvas-left.active {
		left: 50%;
		/* 6 columns */
	}

	.sidebar-offcanvas {
		position: absolute;
		top: 0;
		width: 50%;
		/* 6 columns */
	}

}

body {
	font-family: Microsoft JhengHei, Arial, sans-serif;
	margin: 0 auto;
}

img {
	border: 0;
}

header {
	background-color: #ffffff;
}

#header_lang a {
	color: #A1A1A1;
	text-decoration: none;
}

#mobile_header_lang {
	text-align: right
}

#mobile_header_lang a {
	text-align: right;
}

footer {
	max-width: 100%;
	background-color: #E5E5E5;
	color: #252525;
	font-size: 12px;
	line-height: 15px;
	padding: 10px 0;
	padding: 32px 16px 48px;
}

footer a {
	text-decoration: none;
	color: #252525;
}


#user-function-bar {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background: rgb(255, 222, 0);
	z-index: 459459;
}

#user-function-bar div#bottom-branch {
	/*	float: left;
	width: calc(65% - 10px);*/
	padding: 10px 0 0 10px;
}

#user-function-bar div#bottom-branch span.tel {
	font-weight: bold;
	font-size: 20px;
	white-space: nowrap
}

#bottom-branch-i,
#bottom-branch-c,
#bottom-branch-s,
#bottom-branch-ics {
	display: none;
}

#bottom-branch-i.active,
#bottom-branch-c.active,
#bottom-branch-s.active,
#bottom-branch-ics.active {
	display: block;
}

#user-function-bar div#bottom-functionkey {
	/*	float: right;
	width: 35%;*/
}

#user-function-bar div.user-function {
	float: right;
	/*	width: 25%;*/
	text-align: right;
	padding: 10px;
	font-size: 15px;
}

#user-function-bar div.user-function a {
	text-decoration: none;
	color: #000000;
}

#user-function-bar div.user-function:hover {
	font-weight: bold;
}

@media only screen and (max-width: 768px) {

	#bottom-branch-i,
	#bottom-branch-c,
	#bottom-branch-s,
	#bottom-branch-ics {
		font-size: 14px;
		text-align: center;
	}

	#bottom-branch&gt;div&gt;span.tel {
		font-size: 14px !important;
	}

	#user-function-bar div.user-function {
		font-size: 14px !important;
		text-align: center;
		width: 20%;
		padding-left: 0;
		padding-right: 0;
	}

	#bottom-functionkey i {
		display: block;
	}

	#company_group_members {
		display: none;
	}
}

.tooltip {
	position: relative;
	display: inline-block;
	opacity: 1;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 218px;
	background-color: #FFDE00;
	color: #ffffff;
	text-align: center;
	padding: 5px 0 5px 1px;
	border-radius: 6px;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	bottom: 100%;
	right: 0;
	margin-left: -120px;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

#sidebar-menu-ind-main {
	background-color: #066cb7;
	border-color: #066cb7;
	color: #ffffff
}

.sidebar-menu-ind {
	border-left: 5px solid #066cb7;
}

#sidebar-menu-comm-main {
	background-color: #319bcb;
	border-color: #319bcb;
	color: #ffffff
}

.sidebar-menu-comm {
	border-left: 5px solid #319bcb;
}

#sidebar-menu-shop-main {
	background-color: #ea9008;
	border-color: #ea9008;
	color: #ffffff
}

.sidebar-menu-shop {
	border-left: 5px solid #ea9008;
}

div #main-ics {
	text-align: center;
	font-size: 15px 4vw;
}

div #main-i {
	border-bottom: 8px solid #47337C;
}

div #main-c {
	border-bottom: 8px solid #008cba;
}

div #main-s {
	border-bottom: 8px solid #da4e00;
}

div#main-i.active {
	background: #47337C;
	border-radius: 6px 6px 0 0;
	padding-bottom: 6px;
	padding-top: 0px;
	margin-bottom: 0;
	border-bottom: 0;
	font-size: 16px;
}

div#main-c.active {
	background: #008cba;
	border-radius: 6px 6px 0 0;
	padding-bottom: 6px;
	padding-top: 0px;
	margin-bottom: 0;
	border-bottom: 0;
	font-size: 16px;
}

div#main-s.active {
	background: #da4e00;
	border-radius: 6px 6px 0 0;
	padding-bottom: 6px;
	padding-top: 0px;
	margin-bottom: 0;
	border-bottom: 0;
	font-size: 16px;
}

div#main-i.active&gt;a,
div#main-c.active&gt;a,
div#main-s.active&gt;a {
	color: #ffffff;
}

p.disclaimer {
	font-size: 12px;
	line-height: 15px;
	color: #252525;
	margin: 0;
}</pre></body></html>