<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("http://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200&amp;display=swap');

@font-face {
	font-family: 'fontello';
	src: url('../fonts/fontello.eot?47875638');
	src: url('../fonts/fontello.eot?47875638#iefix') format('embedded-opentype'),
				url('../fonts/fontello.woff?47875638') format('woff'),
				url('../fonts/fontello.ttf?47875638') format('truetype'),
				url('../fonts/fontello.svg?47875638#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
  }
.header-social-icon{
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.loading{
	background:rgba(255,255,255,.95);
	z-index:1999;
	position:fixed;
	width:100%;
	height:100vh;
	top:0;
}
.flex-sec{display:flex;flex-flow: row wrap;}
.v-helper{display: inline-block;height: 100%;vertical-align: middle;}
.flex-between{justify-content: space-between;}
.flex-between-pure{justify-content: space-between;}
.flex-sec.flex-between::after{
	content:'';
  flex: auto;
}
.flex-start{justify-content:flex-start;}
.flex-end{justify-content:flex-end;}
.flex-grid-2{
	width:calc(50% - 20px);
}
.flex-center{
	align-items: center;
}
.flex-stretch{
	align-items: stretch;
}
.flex-grid-3-2{
	width:calc(66.67% - 20px);
}
.flex-grid-3-1{
	width:calc(33.33% - 20px);
}
.flex-grid-4-1{
	width:calc(25% - 20px);
	margin:0 10px;
}
.flex-grid-4-3{
	width:calc(75% - 20px);
	margin:0 10px;
}
.flex-autoh{
	align-items: flex-start;
    align-content: flex-start;
}

.rwd-width-limited{
	width:1160px;
	margin:0 auto;
}
.zindex1{
	z-index: 1;
}
.bg-dk{
	background:#222222;
}

.rwd-mg-t-20{margin-top:20px;}
.rwd-mg-t-40{margin-top:40px;}
.rwd-mg-t-60{margin-top:60px;}
.rwd-mg-t-80{margin-top:80px;}
.rwd-mg-b-10{margin-bottom:10px;}
.rwd-mg-b-20{margin-bottom:20px;}
.rwd-mg-b-30{margin-bottom:30px;}
.rwd-mg-b-40{margin-bottom:40px;}
.rwd-mg-b-60{margin-bottom:60px;}
.rwd-pd-t-20{padding-top:20px;}
.rwd-pd-t-30{padding-top:30px;}
.rwd-pd-t-40{padding-top:40px;}
.rwd-pd-t-60{padding-top:60px;}
.rwd-pd-t-80{padding-top:80px;}
.rwd-pd-b-20{padding-bottom:20px;}
.rwd-pd-b-30{padding-bottom:30px;}
.rwd-pd-b-40{padding-bottom:40px;}
.rwd-pd-b-60{padding-bottom:60px;}
.rwd-pd-b-80{padding-bottom:80px;}

h1,h2,h3,h4{
	line-height:1.35em;
}
p{
	line-height:1.6em;
}

/*popup*/
.dark-popup{
	position: relative;
	padding: 20px;
	width: auto;
	max-width: 600px;
	margin: 20px auto;
	border-radius: 10px;
	overflow:hidden;
	min-height:20vh;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.search-wrap{
	width:calc(100% - 70px);
}
.search-text{text-align:center}
.search-text .search-bar{
	width:calc(100% - 30px);
	background:none;
	border:none;
	border-bottom:1px solid #fff;
	height:60px;
	outline: none;
	padding:0 15px;
	color:#fff;
	font-size:18px;
}
.search-submit{
	opacity:0;
	position: absolute;
	left:-9999;
}
.search-close{
	width:60px;
	margin-left:10px;
	cursor: pointer;
}
.search-close .close-btn{
	color:#fff;
	font-size:50px;
}


header{
	width:100%;
	height:80px;
	top:0;
	position:fixed;
	z-index:10;
	background:#fff;
}
header .flex-sec.flex-between.hlp::after{
	flex: initial;
}
header .inner{
	height:80px;
	padding:0 20px;
}
header .inner .hlp{
	width:calc(100% - 100px);
	position: relative;
}
header .inner .hrp{
	width:84px;
	margin-left:6px;
}
header .inner .logo{
	margin:11px 0 11px;
}
header .inner .logo img{
	display: block;
	height:58px;
}
header .inner .hrp{
	height:80px;
}
header .inner .hrp a{
	width:24px;
	text-align:center;
	font-size:15px;
	line-height:80px;
	color:#888;
	padding:0 8px;
	transition:0.2s;
	cursor: pointer;
}
header .inner .hrp a:hover{
	color:#e54e4d;
}
.header-gap{
	margin-top: 80px;
}
.wrapper{
	min-height:calc(100vh - 150px);
}
.login-wrapper.wrapper{
	min-height:100vh;
}

body{
	font-size:12px;
	font-family:'Noto Sans TC',Helvetica,Arial,'微軟正黑體','新細明體',sans-serif;
	word-wrap:break-word;
	width:100%;
	letter-spacing:0.1em;
	line-height:1.5em;
	font-weight:400;
	background:#f5f4f1;
}

.h-banner{
	margin-bottom:20px;
	width:100%;
	display: block;
}
.h-banner img{
	max-width:100%;
	display: block;
}
.v-banner{
	margin-bottom:30px;
	width:100%;
	display: block;
}
.v-banner img{
	max-width:100%;
	display: block;
}

.visual .one-v{
	position: relative;
}
.visual .one-v .cover{
	width:100%;
	height:100%;
	position: absolute;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 32%,rgba(0,0,0,0) 42%, rgba(0,0,0,0) 100%);
	bottom:0;
	z-index:1;
}
.visual .one-v .cover p{
	width:calc(100% - 20px);
	left:0;
	right:0;
	position: absolute;
	margin:0 auto;
	bottom:40px;
	text-align: center;
	color:#fff;
	font-size:28px;
	line-height:1.35em;
}
.visual .one-v .bg{
	width:100%;
	position: relative;
	overflow:hidden;
}
.visual .one-v .bg .pic-ratio-wrap{
	position: relative;
	padding-bottom:50%;
	overflow: hidden;
}
.visual .one-v .bg .pic-ratio-wrap img{
	width:100%;
	height:100%;
	object-fit: cover;
	position: absolute;
	transition:0.6s;
}
.visual.event-visual .one-v .bg{
	width:100%;
	position: relative;
	overflow:hidden;
}
.visual.event-visual .one-v .bg .pic-ratio-wrap{
	position: relative;
	padding-bottom:40%;
	overflow: hidden;
}
.visual.event-visual .one-v .bg .pic-ratio-wrap img{
	width:100%;
	height:100%;
	object-fit: cover;
	position: absolute;
	transition:0.6s;
}

.gotop{
	width:60px;
	height:60px;
	color:#fff;
	display:none;
	background: rgb(255,137,124);
	background: linear-gradient(135deg, rgba(255,137,124,1) 0%, rgba(230,80,94,1) 100%);
	position: fixed;
	bottom:120px;
	right:18px;
	text-align:center;
	border-radius: 6px;
}
.gotop img{
	display: block;
	margin:10px auto 2px;

}
.gotop span{
	display: block;
	color:#fff;
	font-size: 13px;
	line-height:1.6em;
}

footer{
	padding:30px 0;
	margin-top:30px;
	background:#e4e4e4;
}
footer .inner{
	padding:0 20px;
}
footer .inner .ft-left .f-logo{
	max-width: 100%;
	width:165px;
	display: inline-block;
	vertical-align:top;
	margin-right:20px;
}
footer .inner .ft-left .copyright{
	display: inline-block;
	vertical-align:top;
}
footer .inner .ft-left .copyright p{
	color:#888;
	font-size:13px;
	line-height:1.8em;
}
footer .inner .ft-left .copyright p a{
	color:#888;
	text-decoration: underline;		
}
footer .inner .ft-left .f-logo img{
	width:100%;
	height:100%;
}
footer .inner .ft-right a{
	font-size:18px;
	color:#888;
	transition: 0.2s;
	padding:6px;
}
footer .inner .ft-right a:hover{
	color:#e54e4d;
}

.index-wrap-top{
 text-align:center;
}
.mtitle{
	font-size: 22px;
	font-weight:bold;
	position: relative;
	line-height:1.35em;
	display: inline-block;
	vertical-align: middle;
	margin-bottom:10px;
}
.mtitle:after{
	content:'';
	width:100%;
	height:2px;
	background:#000;
	position: absolute;
	bottom:-10px;
	left:0;
}
.index-wrap-top{
	position: relative;
}
.index-wrap-top .more{
	float:right;
	font-size:15px;
	color:#333;
	transition:0.2s;
	position: absolute;
	bottom:5px;
	right:0;
}
.index-wrap-top .more span{
	display: inline-block;
	margin-right:8px;
	vertical-align: middle;
	transition:0.2s;
}
.index-wrap-top .more img{
	display: inline-block;
	vertical-align: middle;
	filter: grayscale(1);
	transition:0.2s;
	width:36px;
}
.index-wrap-top .more:hover span{
	color:#e54e4d;
}
.index-wrap-top .more:hover img{
	filter: grayscale(0);
}

.one-article{
	width:calc(25% - 30px);
	margin:0 15px 30px;
	border:1px solid #e2e2e2;
	box-sizing: border-box;
	background:#fff;
}
.one-article:hover{
	border:1px solid #e54e4d;
}
.one-article .cover{
	width:100%;
	position: relative;
}
.one-article .cover .pic-ratio-wrap{
	position: relative;
	padding-bottom:75%;
	overflow: hidden;
}
.one-article .cover .pic-ratio-wrap img{
	width:100%;
	height:100%;
	object-fit: cover;
	position: absolute;
	transition:0.6s;
}
.one-article:hover .cover .pic-ratio-wrap img{
	transform: scale(1.04);
}
.one-article .cover .tag{
	position: absolute;
	width:42px;
	height:42px;
	padding:9px;
	background:#e54e4d;
	bottom:-10px;
	left:0;
	text-align:center;
	font-size:14px;
	line-height:18px;
	color:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition:0.2s;
}
.one-article .cover .tag:after{
	content:'';
	width:60px;
	height:60px;
	border:1px solid #e54e4d;
	box-sizing: border-box;
	position: absolute;
	left:5px;
	bottom:5px;
	transition:0.2s;
}
.one-article:hover .cover .tag{
	left:5px;
	bottom:-5px;
}
.one-article:hover .cover .tag:after{
	left:0;
	bottom:0;
}
.one-article .text{
	padding:20px 15px;
	background:#fff;
}
.one-article .text .title{
	font-size:16px;
	color:#333;
	line-height:1.35em;
	margin-bottom:8px;
}
.one-article .text .date{
	font-size:13px;
	color:#e54e4d;
	line-height:1.35em;
}

.pages-wrap{
	padding-top:10px;
	overflow: hidden;
}

.index-articles-wrap .lpart{
	width:calc((100% - 120px) / 4 * 3 + 80px);
}
.index-articles-wrap .rpart{
	width:calc((100% - 120px) / 4);
	margin-left:40px;
}

.index-articles-wrap .lpart .one-article{
	width:calc(33.33% - 26.66px);
	margin-left:13.33px;
	margin-right:13.33px;
}

.one-article-h{
	width:100%;
	background:#fff;
	margin:0 0 20px;
	border:1px solid #e2e2e2;
	box-sizing: border-box;
}
.one-article-h:hover{
	border:1px solid #e54e4d;
}
.one-article-h .cover{
	width:220px;
	height:165px;
}
.one-article-h .cover .pic-ratio-wrap{
	width:220px;
	height:165px;
	position: relative;
	overflow: hidden;
}
.one-article-h .cover .pic-ratio-wrap img{
	width:100%;
	height:100%;
	object-fit: cover;
	transition:0.6s;
	display: block;
}
.one-article-h:hover .cover .pic-ratio-wrap img{
	transform: scale(1.04);
}

.one-article-h .text{
	width:calc(100% - 220px - 30px);
	padding:20px 15px;
}
.one-article-h .text .title{
	font-size:20px;
	line-height:32px;
	font-weight:bold;
	margin-bottom:10px;
	color:#333;
	max-height:96px;
	overflow:hidden;
}
.one-article-h .text .date{
	font-size: 13px;
    color: #e54e4d;
    line-height: 1.35em;
}
.index-articles-wrap .lpart .article-inner{
	padding-right:30px;
	border-bottom:1px solid #ddd;
	padding-bottom:40px;
}
.index-articles-wrap .lpart .article-inner h1.a-title{
	font-size:28px;
	line-height:1.6em;
	color:#333;
	font-weight: bold;
	margin-bottom:20px;
}
.index-articles-wrap .lpart .article-inner p.date{
	font-size:15px;
	color:#e54e4d;
	line-height:1.6em;
	margin-bottom:30px;
}
.index-articles-wrap .lpart .article-inner p.view{
	font-size:13px;
	color:#a1a1a1;
	line-height:1.6em;
	margin-bottom:30px;
}
.index-articles-wrap .lpart .article-inner .article-text{
	font-size:18px;
	line-height:1.7em;
	color:#333;
}
.index-articles-wrap .lpart .article-inner .article-text figcaption{
	font-size:15px;
	font-weight:bold;
	color:#333;
	letter-spacing: 0.3px;
	margin:10px 0 20px;
}
.index-articles-wrap .lpart .article-inner .article-text img{
	max-width: 100%;
}

.page-menu{width: 100%; margin: 50px auto 30px;}
.page-menu ul li{text-align: center; line-height: 30px; margin:0 4px;}
.page-menu ul li a{font-size: 13px; color:#999; display: block;transition:0.2s;font-weight: bold;}
.page-menu ul li a:hover{color:#e54e4d;}
.page-menu ul li.page{height: 30px; margin: 0 0;transition:0.2s;padding:0 10px;}
.page-menu .page:hover, .page-menu ul li.active{background: #e54e4d;}
.page-menu .page:hover a, .page-menu ul li.active a{color:#eee;}

.article-tags .icon-tag{
	width:20px;
	height:20px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom:10px;
	margin-right:5px;
}
.article-tags .icon-tag img{
	width:100%;
	display: block;
}
.article-tags a{
	color:#888;
	font-size:15px;
	line-height:1.35em;
	margin-bottom:10px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right:10px;
	text-decoration: underline;
	transition:0.2s;
}
.article-tags a:hover{
	color:#e54e4d;
}
.article-share a{
	color:#888;
	width:18px;
	height:18px;
	margin-right:16px;
	transition:0.2s;
	display: inline-block;
	vertical-align: middle;
	padding:12px;
	border-radius: 40px;
	background:#ddd;
}
.article-share a img{
	width:100%;
	display: block;
	filter: brightness(0) invert(0.4);
	transition:0.2s;
}
.article-share a:hover{
	background:#e54e4d;
}
.article-share a:hover img{
	filter: brightness(0) invert(1);
}
.event-title{
	font-size:28px;
	margin-bottom:30px;
	font-weight: bold;
	color:#333;
}
.event-text{
	font-size:18px;
	line-height:1.7em;
	color:#333;
}

.breadcrumb{
	font-size:14px;
	color:#666;
	line-height:1.35em;
}

.breadcrumb a{
	color:#888;
	transition:0.2s;
}
.breadcrumb a:hover{
	color:#e54e4d;
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
	header .inner .hrp{
		height:80px;
		position: absolute;
		right:85px;
	}
	header .inner .hrp a{
		font-size:18px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.rwd-width-limited{width:calc(100% - 40px);}

	.gotop{
		bottom:168px;
	}

	footer .inner .ft-left{
		width:100%;
		margin-bottom:15px;
	}
	footer .inner .ft-left .f-logo{
		display: inline-block;
		margin-right:0;
		margin-bottom:15px;
	}
	footer .inner .ft-left .copyright{
		display: block;
	}
	footer .inner .ft-right a{
		padding:2px;
	}

	.one-article{
		width: calc(25% - 15px);
    margin: 0 7.5px 20px;
	}
	
	.index-articles-wrap .lpart {
    width: calc((100% - 60px) / 4 * 3 + 40px);
	}
	.index-articles-wrap .lpart .one-article {
		width: calc(33.33% - 13.33px);
		margin-left:6.665px;
		margin-right:6.665px;
	}	

	.index-articles-wrap .rpart {
    width: calc((100% - 60px) / 4);
    margin-left: 20px;
	}

}

@media screen and (max-width: 767px) {
	.rwd-width-limited{width:calc(100% - 20px);}
	.header-gap {
    margin-top: 80px;
    }
	header{height:80px;}
	header .inner{
		height:80px;
	}
	header .inner .logo{
		margin:13px 0 13px;
	}
	header .inner .logo img{
		display: block;
		height:54px;
	}
	header .inner .hrp{
		height:80px;
		position: absolute;
		right:85px;
	}
	header .inner .hrp a{
		font-size:18px;
	}

	.gotop{
		bottom:168px;
	}

	footer .inner .ft-left{
		width:100%;
		margin-bottom:15px;
	}
	footer .inner .ft-left .f-logo{
		height:auto;
		width:120px;
		display: inline-block;
		margin-right:0;
		margin-bottom:15px;
	}
	footer .inner .ft-left .copyright{
		display: block;
	}
	footer .inner .ft-left .copyright p{
		font-size:12px;
	}
	footer .inner .ft-right a{
		padding:2px;
	}

	.index-articles-wrap .lpart{
		width:100%;
	}
	.index-articles-wrap .rpart{
		width:100%;
		margin-left:0;
	}
	.visual .one-v .cover {
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 36%,rgba(0,0,0,0) 44%, rgba(0,0,0,0) 100%);
	}
	.visual .one-v .cover p{
		font-size:16px;
	}

	.mtitle{
		font-size:18px;
	}

	.index-wrap-top .more{
		font-size:14px;
	}
	.index-wrap-top .more img{
		width:34px;
	}

	.one-article{
		width:calc(50% - 5px);
		margin:0 2.5px 20px;
	}
	.one-article .text .title{
		font-size:15px;
	}
	.one-article .text .date{
		font-size:12px;
	}

	.one-article-h{
		width:calc(50% - 5px);
		margin:0 2.5px 20px;
		border:1px solid #e2e2e2;
		box-sizing: border-box;
		background:#fff;
		display: block;
	}
	.one-article-h:hover{
		border:1px solid #e54e4d;
	}
	.one-article-h .cover{
		width:100%;
		height:initial;
		position: relative;
	}
	.one-article-h .cover .pic-ratio-wrap{
		width: initial;
    height: initial;
		position: relative;
		padding-bottom:75%;
		overflow: hidden;
	}
	.one-article-h .cover .pic-ratio-wrap img{
		width:100%;
		height:100%;
		object-fit: cover;
		position: absolute;
		transition:0.6s;
	}
	.one-article-h:hover .cover .pic-ratio-wrap img{
		transform: scale(1.04);
	}
	.one-article-h .text{
		width:initial;
		padding:20px 15px;
		background:#fff;
	}
	.one-article-h .text .title{
		font-size:15px;
		color:#333;
		line-height:1.35em;
		margin-bottom:8px;
		font-weight: normal;
		max-height:initial;
		overflow: initial;
	}
	.one-article-h .text .date{
		font-size:12px;
		color:#e54e4d;
		line-height:1.35em;
	}

	.index-articles-wrap .lpart .one-article {
    width:calc(50% - 5px);
		margin:0 2.5px 20px;
	}	
	.index-articles-wrap .lpart .article-inner{
		padding-right: 0;
	}
	.index-articles-wrap .lpart .article-inner h1.a-title{
		font-size:22px;
	}
	.index-articles-wrap .lpart .article-inner p.date{
		font-size:13px;
		margin-bottom:24px;
	}
	.index-articles-wrap .lpart .article-inner p.view{
		font-size:12px;
		margin-bottom:24px;
	}
	.index-articles-wrap .lpart .article-inner .article-text{
		font-size:15px;
	}
	.article-tags a{
		font-size:13px;
	}

	.event-title{
		font-size:22px;
		margin-bottom:30px;
	}
	.event-text{
		font-size:15px;
	}

	.v-banner.v-banner-l,.v-banner.v-banner-s{
		max-width: 100%;
	}

}

@media screen and (max-width: 359px) {
	header .inner .logo{
		margin:20px 0 20px;
	}
	header .inner .logo img{
		display: block;
		height:40px;
	}
}

@media screen and (max-device-width: 480px) {
	
}
</pre></body></html>