<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 */
@import url(//fonts.googleapis.com/earlyaccess/cwtexhei.css);
* {
    font-family: '微軟正黑體Microsoft JhengHei', '微軟正黑體 Microsoft JhengHei', 'Microsoft JhengHei', '微軟正黑體', 'cwTeXHei', sans-serif;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video
{
	margin:0;
	padding:0;
	/*border:0;*/
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	/*background:transparent*/
}  
a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}    
h1 {
	font-size: 24px;
	vertical-align: -50%;
} 
h1 img {
	vertical-align: -50%;
}
h2 {
	font-size: 20px;
	line-height: 28px;
	padding: 20px 0;
}
h3 {
	font-size: 18px;
	line-height: 24px;
	padding: 15px 0;
}
.fw300 {
	font-weight:300;
}
.sm-simple {
	padding-right: 15px;
}
.btnStyle, .btnStyleHover {
	font-size: 14px;
	border: #ccc 1px solid;
	border-radius: 5px;
	padding: 10px 10px;
	margin-right: 8px;
}
.btnStyle img, .btnStyleHover img {
	vertical-align: -10%;
}
.btnStyle:hover, .btnStyleHover {
	cursor: pointer;
	border: #ccc 1px solid;
	color: #fff;
	background: #EE8125;
}
.btnBox p {
	margin-bottom: 8px;
}
.btnBox .btnStyle, .btnBox .btnStyleHover{
	display: table-cell;
}
.headerHeight{
	height:90px;
}
.main-nav {
	/*border-bottom: 1px solid #bbb;*/
	background-color: rgba(255,255,255,.95);
	/*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 41px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/
	position: fixed;
	width: 100%;
	z-index:9999;
}

.main-nav:after {
	clear: both;
	content: "\00a0";
	display: block;
	height: 0;
	font: 0px/0 serif;
	overflow: hidden;
}

.nav-brand {
	float: left;
	margin: 0;
}

.nav-brand a {
	display: block;
	padding: 11px 11px 11px 20px;
	color: #555;
    font-family: '微軟正黑體Microsoft JhengHei', '微軟正黑體 Microsoft JhengHei', 'Microsoft JhengHei', '微軟正黑體', 'cwTeXHei', sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 17px;
	text-decoration: none;
}
.nav-brand p {
	font-size: 75%;
	padding-top:3px;
}
.nav-brand a.current {
	color: #EE8125;
}

#main-menu {
	clear: both;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.indexADContainer{
	width:100%;
	height:500px;
}
.indexADContainer .adBox {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.detailBox {
	text-align: right;
	padding-top: 10px;
}
.detailBox a {
	color: #9B9B9B;
}
.detailBox a:hover {
	color: #EE8125;
}
.detailBoxepaper {
	text-align: right;
	padding-top: 5px;
}
.detailBoxepaper a {
	color: #9B9B9B;
}
.detailBoxepaper a:hover {
	color: #EE8125;
}
.moreLink {
	text-align: right;
	padding-top: 20px;
}
.moreLink a {
	color: #EE8125;
}
.moreLink img {
	vertical-align: -10%;
}
section.newsContainer, section.programContainer, section.faqContainer, section.linksContainer, .footer {
	padding: 25px 0 45px 0;
}
section.newsContainer, section.faqContainer {
	background-color: #FBFBFB;
}
.newsContent {
	border: #ddd 1px solid;
	border-radius: 5px;
	padding: 15px 25px;
	margin-bottom: 25px;
}
.newsContent h2 {
	color: #EE8125;
}
.newsContent p {
	font-size: 16px;
	line-height: 26px;
	color: #777;
}
.newsContent p.publishDate {
	text-align: right;
	color: #9B9B9B;
	font-size: 14px;
}
section.programContainer {
	background-color: #EBEBEB;
}
.programLinkBox{
	display: block;
	margin-bottom: 35px;
}
.programLinkBox .linkGroup {
	color: #777;
	line-height: 26px;
	font-size: 16px;
}
.programLinkBox .linkGroup ul {
	margin: 18px 0;
}
.programLinkBox .linkGroup ul li {
	margin-left: 18px;
}
.programLinkBox .linkGroup ul li.noneItem {
	visibility: hidden;
}
.programLinkBox .linkGroup h3 {
	color: #000;
	padding: 8px 0;
}
.programLinkBox:hover .linkGroup h3 {
	color: #EE8125;
}
.programLinkBox .linkGroup .programDate {
	font-size: 13px;
}
.programImageBox {
	position:relative;
}
.programLabel {
	font-size: 12px;
	position: absolute;
	left: 0;
	bottom: 8px;
	padding: 5px 10px;
	color: rgba(255,255,255,.8);
	background-color: rgba(0,0,0,.5);
	border-radius: 0 5px 0 5px;
}
.programImage {
	border-radius: 5px;
}
.faqContent {
	border: #ddd 1px solid;
	border-radius: 5px;
	padding: 15px 25px;
	margin-bottom: 25px;
}
.faqContent h3 {
	color: #EE8125;
}
.faqContent p {
	font-size: 16px;
	line-height: 26px;
	color: #777;
}
section.linksContainer {
	background-color: #D8D8D8;
}
.linksContainer p {
	width: 100%;
	height: 82px;
	text-align: center;
	padding: 10px 0;
	background-color: #F3F4F5;
	border-radius: 8px;
}
.linksContainer p img {
	height: 100%;
}
.linksContainer a:hover p {
	background-color: #fff;
}
.newsBox, .programBox, .faqBox, .linkBox {
	padding: 25px 0;
}
.footer {
	background-color: #F5F5F5;
	color: #9B9B9B;
	font-size: 14px;
	line-height: 24px;
}
.sponsorContainer a img {
	filter: grayscale(100%);
}
.sponsorContainer a:hover img {
	filter: grayscale(0%);
}
.sponsorContainer .row {
	padding-top: 25px;
}
.sponsorContainer .row p {
	font-size: 80%;
}
.sponsorContainer .row img {
	width: 80%;
}
.copyrightContainer {
	min-height: 88px;
	font-size: 12px;
	line-height: 16pt;
	padding: 12pt 0;
	margin-top: 25px;
	margin-bottom: -45px;
	background-color: #435469;
	color: rgba(255,255,255,.5);
}
.copyrightContainer a {
	color: rgba(255,255,255,.5);
}
.copyrightContainer a:hover {
	color: rgba(255,255,255,1);
}
.searchSlideContainer{
	width: 100%;
	position: fixed;
	bottom: 0px;
	display: table-cell;
	z-index: 9998;
}
.SHBtn{
	display: table-cell;
	padding: 10px 20px;
	color: #fff;
	background-color: #EE8125;
	border-radius: 8px 8px 0 0;
	position: relative;
	left: 50px;
}
.SHBtn a {
	color: #fff;
}
.slidingBox {
	width: 100%;
	position: relative;
	bottom: 0;
	background-color: #EE8125;
	color: #fff;
	padding:20px;
}
.showHide {
	display:none;
}
.showHide a {
	color: #fff;
	text-decoration: none;
}
.mapBox {
	border: #9B9B9B 1px solid;
	border-radius: 5px;
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}
.mapBoxLG {
	height: 400px;
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}
.mapContainer ul {
	padding: 15px 0 15px 15px;
}
.mapContainer ul li{
	font-size: 14px;
	list-style: none;
	padding: 12px 35px;
	background: url("../images/icon-locate.png") no-repeat 0 7px transparent;
}
.mapContainer ul li a {
	color: #777;
}
.mapContainer ul li a:hover {
	color: #EE8125;
}
/***** Article *****/
.articleContainer {
	color: #9B9B9B;
	line-height: 22pt;
}
.mainTitle {
	font-size: 180%;
	font-weight: 300;
	color: #EE8125;
	padding: 8px 0;
}
.subTitle {
	font-size: 14px;
}
.hintContainer {
	font-size: 20px;
	line-height: 36px;
	color: #4A4A4A;
	padding: 5px 25px;
	margin: 18px 0;
	border-left: #ddd 5px solid;
}
.articleContainer {
	padding-bottom: 35px;
}
.teamMemberBox {
	font-size: 14px;
	line-height: 22px;
	color: #4A4A4A;
	padding: 5%;
	text-align: center;
}
.teamMember {
	border-radius: 50%;
	border: #F9D999 6px solid;
}
.memberPosition {
	font-size: 11px;
	color: #9B9B9B;
	padding-top: 12px;
}
ul.programLocateInfo li, ul.programListBox li {
	list-style: none;
	font-size: 16px;
	padding: 5px 0;
	background-image: none;
}
/*.mapContainer .btnStyle, .mapContainer .btnStyleHover {
	font-size: 12px;
	padding: 10px 5px;
}*/
.programListBox {
}
.moreBox {
	text-align: center;
	clear: both;
	padding: 35px 0 65px 0;
}
/***** News *****/
.newsImageContainer {
}
.newsImageBox {
	position: relative;
	height: 120px;
	/*background: url(../images/parallax-sample.jpg) no-repeat;*/
	
	width:100%;
}
.newsItemContainer {
	border-top: #7DC6D9 1px solid;
	margin-bottom: 25px;
}
.newsItemContainer:hover {
	background: #fbfbfb;
}
.newsListContainer {
	margin-top: 35px;
}
.calendarLabelBox {
	min-width: 65px;
	padding: 5px;
	text-align:center;
	text-transform:uppercase;
	font-size: 50%;
	font-weight: 100;
	color: #fff;
	background: #7DC6D9;
	border-radius: 0 0 5px 5px;
	display: table-cell;
}
.calendarLabelBox .dayLabel {
	font-size: 500%;
	line-height: 90%;
}
.newsArticleContainer {
	padding: 18px 0;
}
.newsArticleContainer .newsTopic {
	font-size: 28px;
	font-weight: 300;
	color: #EE8125;
}
.newsArticleContainer ul, ul.newsContentBox {
	font-size: 16px;
}
.newsArticleContainer ul li, ul.newsContentBox li {
	margin-left: 25px;
	color: #777;
	list-style: square;
	line-height: 28px;
}
.newsArticleContainer ul li.title, ul.newsContentBox li.title {
	padding: 15px 0;
	margin-left: 0;
	color: #7DC6D9;
	list-style: none;
}
.newsListImage {
	padding: 25px 0;
}
.otherNewsContainer h2 {
	color: #7DC6D9;
}
.newsDetailContainer h1 {
	font-weight:300;
	padding: 15px 0 20px 0;
}
.newsDetailContainer h1 span {
	font-size: 12px;
	color: #9B9B9B;
	float: right;
	padding-top: 8px;
}
.newsDetailBox {
	color: #777;
	line-height: 28px;
}
.newsDetailBox h2 {
	font-size: 18px;
	color: #7DC6D9;
}
.otherNewsContainer .newsContent h2 {
	color: #000;
}
/***** Workshops *****/
.workshopImageContainer {
}
.workshopImageBox {
	position: relative;
	height: 120px;
	background: url(../images/parallax-sample.jpg) no-repeat;
	
	width:100%;
}
.classItemBox {
	padding: 10px 0;
	margin: 10px 0;
	font-size: 18px;
	line-height: 32px;
	color: #777;
	border-bottom: #efefef 1px solid;
}
.classItemBox .className {
	color: #4A4A4A;
}
/***** Location *****/
.locationInfoContainer {
	padding-top: 20px;
}
.locationInfoContainer .row {
	padding: 10px 0;
}
.locationInfoContainer .row:hover {
	background: #fbfbfb;
}
.locationInfoContainer .row:hover h1 {
	color: #7ED321;
}
.locationImageBox {
	position:relative;
}
.locationImage {
	border-radius: 8px;
}
.locationInfoBox h1 {
	color: #4A4A4A;
	font-weight: 300;
}
.locationInfoBox p {
	color: #9B9B9B;
	font-size: 16px;
	line-height: 26px;
	font-weight:300;
}
.locationDetailContainer {
	padding: 32px 0;
	color: #4A4A4A;
}
.locationDetailContainer h1 {
	font-weight:300;
	color: #7ED321;
	padding-bottom:25px;
}
.locationDetailContainer h2 {
	padding: 32px 0 8px 0;
}
.locationDetailContainer p {
	font-size: 16px;
	line-height: 32px;
}
.locationDetailContainer p span {
	padding-left: 25px;
}
.areaBox {
	font-size: 150%;
	padding: 5px 8px;
	margin: 15px 0 10px 0;
	border-bottom: #efefef 1px dashed;
}
/***** Componer Style *****/
.selectStyle {
    border: 1px solid #ccc;
    width: 100%;
	padding: 5px 0;
    border-radius: 3px;
    overflow: hidden;
    background: #EE8125 url("../images/icon-select-arrow.png") no-repeat 90% center;
	-webkit-background-color: #EE8125;
	-moz-background-color: #EE8125;
	-o-background-color: #EE8125;
	-ms-background-color: #EE8125;
}
.selectStyle select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
	color: #fff;
    background: transparent;
    background-image: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.selectStyle select:after {
    background-color: #EE8125;
}
.selectStyle select:focus {
    outline: none;
}
input[type=text] {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
	background-color: #EE8125;
}
input[type=button] {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
	background-color: #EE8125;
}
input.inputWhite {
	width:auto;
	background-color: #fff;
	padding: 5px;
	margin: 3px 0;
}
.modal-body p {
	padding: 5px 0;
}
@media (min-width: 768px) {
	#main-menu {
		float: right;
		clear: none;
	}
}
/* Mobile menu toggle button */

.main-menu-btn {
	float: right;
	margin: 5px 10px;
	position: relative;
	display: inline-block;
	width: 29px;
	height: 29px;
	text-indent: 29px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
	position: absolute;
	top: 50%;
	left: 2px;
	height: 2px;
	width: 24px;
	background: #555;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.main-menu-btn-icon:before {
	content: '';
	top: -7px;
	left: 0;
}

.main-menu-btn-icon:after {
	content: '';
	top: 7px;
	left: 0;
}
/* x icon */

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon {
	height: 0;
	background: transparent;
}

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:after {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
/* hide the menu in mobile view */

#main-menu-state:not(:checked)~#main-menu {
	display: none;
}

#main-menu-state:checked~#main-menu {
	display: block;
}

@media (min-width: 768px) {
	/* hide the button in desktop view */
	.main-menu-btn {
		position: absolute;
		top: -99999px;
	}
	/* always show the menu in desktop view */
	#main-menu-state:not(:checked)~#main-menu {
		display: block;
	}
}
/* IGNORE: Unrelated generic demo styles */
/*body {
margin: 8px;
background: #fff;
color: #aaa;
font: 16px/1.5em 'Helvetica Neue', Helvetica, Arial, sans-serif;
}*/

.demo-text {
	margin: 3em 22px;
}

.demo-text p {
	margin-bottom: 1em;
}

.demo-text a {
	color: #999;
}
@media (max-width: 992px) {
.sm-simple {
	padding-top:15px;
	padding-right: 15px;
}
.sm-simple a {
	font-size:14px;
}
.headerHeight{
	height:65px;
}
.nav-brand a {
	padding: 8px 8px 9px 10px;
}
.nav-brand img {
	width: 65%;
}
.linkBox div {
	padding: 15px 0;
}
.searchSlideContainer .selectStyle, .searchSlideContainer .inputStyle {
	margin-top: 8px;
	display: block;
}
.mapBoxLG {
	height: 420px;
}
/***** Componer Style *****/
.selectStyle {
    border: 1px solid #ccc;
    width: 100%;
	padding: 5px 0;
    border-radius: 3px;
    overflow: hidden;
    background: #EE8125 url("../images/icon-select-arrow.png") no-repeat 90% center;
	-webkit-background-color: #EE8125;
	-moz-background-color: #EE8125;
	-o-background-color: #EE8125;
	-ms-background-color: #EE8125;
}
.selectStyle select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
	color: #fff;
    background: transparent;
    background-image: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.selectStyle select:focus {
    outline: none;
}
.copyrightContainer {
	min-height: 140px;
}
}
@media (max-width: 767px) {
.sm-simple a {
	font-size:16px;
}
.headerHeight{
	height:65px;
}
.nav-brand img {
	width: 55%;
}
.linksContainer .linkBox{
	padding-right: 10%;
	padding-left: 10%;
}
.linkBox {
	padding: 0;
}
.linkBox div {
	padding: 15px 0;
}
.sponsorContainer .row, .footer .footerLogo {
	padding-right: 20%;
	padding-left: 20%;
}

.sponsorContainer .row div {
	padding-top: 25px;
}
.sponsorContainer .row img {
	width: 100%;
}
.searchSlideContainer .selectStyle, .searchSlideContainer .inputStyle {
	margin-top: 8px;
	display: block;
}
.teamMemberBox {
	padding: 15%;
}
.copyrightContainer {
	min-height: 140px;
}
/***** News *****/
.newsArticleContainer .newsTopic {
	font-size: 18px;
}
.newsArticleContainer ul, ul.newsContentBox, .newsDetailBox h2, .newsDetailBox p {
	font-size: 16px;
}
.newsArticleContainer ul li, ul.newsContentBox li, .newsDetailBox {
	line-height: 26px;
}
.mapBoxLG {
	height: 300px;
}
/***** Location *****/
.locationInfoBox h1 {
	/*font-size: 16px;*/
}
.locationInfoBox p {
	font-size: 16px;
}
/***** Workshops *****/
.classItemBox {
	font-size: 14px;
	line-height: 24px;
}
/***** Componer Style *****/
.selectStyle {
    border: 1px solid #ccc;
    width: 100%;
	padding: 5px 0;
    border-radius: 3px;
    overflow: hidden;
    background: #EE8125 url("../images/icon-select-arrow.png") no-repeat 90% center;
	-webkit-background-color: #EE8125;
	-moz-background-color: #EE8125;
	-o-background-color: #EE8125;
	-ms-background-color: #EE8125;
}
.selectStyle select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
	color: #fff;
    background: transparent;
    background-image: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.selectStyle select:focus {
    outline: none;
}
}
</pre></body></html>