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

/** promoBox **/
.promoBox {
	position:relative;
	width:100%;
	padding:20px;
	background:#F4F3EF;
	margin-top:30px;
	box-sizing:border-box;
}
.promoBox .box-L {
	float:left;
	width:20%;
}
.promoBox .box-L .pic {
	float:left;
	width:100%;
}
.promoBox .box-L .pic img {
	width:100%;
	height:auto;
}
.promoBox .box-L .btn-cont {
	float:left;
	width:100%;	
	margin:1px 0 0 0;
}
.promoBox .box-L .btn-cont a {
	float:left;
	width:100%;
	color:#FFF;
	font-size:1.6em;
	text-align:center;	
	padding:12px 0;	
	background:#767676;
}
.promoBox .box-L .btn-cont a span {
	padding:10px 30px 10px 0 ;
	background:url(../images/btn-cont-icon.svg) no-repeat right 50%;
	background-size:25px auto;
}
.promoBox .box-L .btn-cont a:hover {
	background:#333;
}
.promoBox .box-L .btn-info {
	float:left;
	width:100%;
	margin:1px 0 0 0;
}
.promoBox .box-L .btn-info a {
	float:left;
	width:100%;
	color:#FFF;
	font-size:1.6em;
	text-align:center;
	padding:12px 0;	
	background:#888;
}
.promoBox .box-L .btn-info a span {
	padding:10px 30px 10px 0 ;
	background:url(../images/btn-info-icon.svg) no-repeat right 50%;
	background-size:25px auto;
}
.promoBox .box-L .btn-info a:hover,
.promoBox .box-L .btn-info a:focus {
	background:#333;
}
.promoBox .box-R {
	float:right;
	width:78%;
}
.promoBox .box-R &gt; h2 {
	color:#000;
	font-family:"PingFang TC Semibold", "微軟雅黑", "Microsoft YaHei";
	font-size:3.1em;
	font-weight:bold;
	margin-bottom:10px;
}
.promoBox .box-R &gt; p {
	color:#333;
	font-size:1.7em;
	line-height:165%;
}
.promoBox .box-R .subtit {
	display:flex;
	width:100%;
	color:#000;
	font-size:2.1em;
	font-weight:bold;
	margin:20px 0 15px auto;
    align-items:center;
    justify-content:space-between;
}
.promoBox .box-R .subtit a {
	position:relative;
	display:inline-block;
	color:#555;
	font-size:0.9rem;
	line-height:20px;
	padding-left:20px;
	vertical-align:baseline;
}
.promoBox .box-R .subtit a:hover,
.promoBox .box-R .subtit a:focus {
	color:#A40000;
}
.promoBox .box-R .subtit a::before,
.promoBox .box-R .subtit a::after {
	position:absolute;
	left:0;
	top:50%;
	content:"";
	display:block;   
	width:14px;
	height:2px;    
	z-index:2;	
	box-sizing:border-box;
	background:#666;
	margin:-1px 0 0 0;
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
		 -o-transition:all 0.5s ease;
			transition:all 0.5s ease;
}
.promoBox .box-R .subtit a::after {
    -webkit-transform:rotate(90deg);
        -ms-transform:rotate(90deg);
            transform:rotate(90deg);
}
.promoBox .box-R .subtit a:hover::before,
.promoBox .box-R .subtit a:focus::before,
.promoBox .box-R .subtit a:hover::after,
.promoBox .box-R .subtit a:focus::after {
	background:#A40000;
}
.promoBox .box-R .box {
	width:100%;
	margin:0 auto;
}
.promoBox .box-R .box ul {
	list-style:none;
	margin:-5px;
}
.promoBox .box-R .box ul li {
	display:inline-block;
	padding:5px;
	vertical-align:top;
	box-sizing:border-box;
}
.promoBox .box-R .box ul li.photo {
	width:33.33%;
}
.promoBox .box-R .box ul li.news {
	width:100%;
}
.promoBox .box-R .box ul li a {
	display:block;
}
.promoBox .box-R .box ul li.photo .picBox {
	position:relative;
	width:100%;
	height:0;
	padding-bottom:75%;
	border:1px solid #CCC;
	box-sizing:border-box;
	background:#FFF;
}
.promoBox .box-R .box ul li.photo .picBox .pic {
	position:absolute;
	display:flex;
    width:100%;
    height:100%;
	justify-content:center;
    align-items:center;
}
.promoBox .box-R .box ul li.photo .picBox .pic img {
    max-width:100%;
    max-height:100%;
    height:auto;
    vertical-align:middle;
    padding:0;
    margin:0;
}
.promoBox .box-R .box ul li.photo .wd {
	color:#333;
	font-size:1.5em;
	line-height:130%;
	text-align:center;
	margin-top:5px;
}
.promoBox .box-R .box ul li.photo a:hover .wd,
.promoBox .box-R .box ul li.photo a:focus .wd {
	color:#A40000;
}
.promoBox .box-R .box ul li.photo a.link .wd::after {
	content:'';
    display:inline-block;
    width:17px;
    height:17px;
	background-color:#000;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
    -webkit-mask-repeat:no-repeat;
			mask-repeat:no-repeat;
	-webkit-mask-image:url(../images/icon-link.svg);
			mask-image:url(../images/icon-link.svg);
    -webkit-mask-size:100% 100%;
			mask-size:100% 100%;
	vertical-align:middle;
	margin:-2px 0 0 8px;
}
.promoBox .box-R .box ul li.news a {
	position:relative;
	display:block;
	width:100%;
	padding-left:25px;
	background:url(../images/promoBox-icon.png) no-repeat 2px 5px;
	box-sizing:border-box;
}
.promoBox .box-R .box ul li.news a:before {
    content:"";
    display:block;
    position:absolute;
    left:0;
    top:3px;
    width:19px;
    height:19px;
    background:#000;
    -webkit-border-radius:50px;
       -moz-border-radius:50px;
            border-radius:50px;
}
.promoBox .box-R .box ul li.news a:after {
    position:absolute;
    content:"";
    display:block;
    position:absolute;
    left:5px;
    top:9px;
    width:5px;
    height:5px;
    border-top:2px solid #fff;
    border-right:2px solid #fff;
    z-index:2;
    -webkit-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
            transform:rotate(45deg);
}
.promoBox .box-R .box ul li.news p {
	font-size:1.7em;
	color:#000;
	line-height:150%;
}
.promoBox .box-R .box ul li.news a:hover p,
.promoBox .box-R .box ul li.news a:focus p {
	color:#A40000;
}
.promoBox .box-R .box ul li.news a.link p::after {
	content:'';
    display:inline-block;
    width:17px;
    height:17px;
	background-color:#000;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
    -webkit-mask-repeat:no-repeat;
			mask-repeat:no-repeat;
	-webkit-mask-image:url(../images/icon-link.svg);
			mask-image:url(../images/icon-link.svg);
    -webkit-mask-size:100% 100%;
			mask-size:100% 100%;
	vertical-align:middle;
	margin:-2px 0 0 8px;
}
.promoBox .box-R .box ul li.news span {
	display:inline-block;
	color:#d74c3c;
	font-size:1.3em;
	margin-top:5px;
}
@media screen and (max-width:767px) {
	.promoBox {
		padding-bottom:60px;		
	}
	.promoBox .box-L {
		width:100%;
	}
	.promoBox .box-L .pic {
		float:none;
		width:120px;
		margin:0 auto;
	}
	.promoBox .box-L .btn-cont {
		position:absolute;
		bottom:0;
		left:0;
		width:50%;
	}
	.promoBox .box-L .btn-info {
		position:absolute;
		bottom:0;
		right:0;
		width:50%;
	}	
	.promoBox .box-R {
		width:100%;
		margin-top:10px;
	}
	.promoBox .box-R &gt; h2 {
		text-align:center;
	}
}
@media screen and (max-width:460px) {
	.promoBox .box-R .box ul li {
		width:50%;
	}
}
@media screen and (min-width:991px) {
	.promoBox {
		padding:25px;
	}
	.promoBox .box-L {
		width:260px;
	}	
	.promoBox .box-L .btn-cont {
		width:129px;
		margin:2px 0 0 0;
	}
	.promoBox .box-L .btn-cont a {
		padding:15px 0;	
	}
	.promoBox .box-L .btn-info {
		width:129px;
		margin:2px 0 0 2px;
	}
	.promoBox .box-L .btn-info a {
		padding:15px 0;	
		background:#767676;
	}
	.promoBox .box-R {
		float:left;
		width:calc(100% - 295px);
		margin-left:35px;
	}
	.promoBox .box-R .box ul li.photo {
		width:20%;
	}
}
@media screen and (min-width:1200px) {
	.promoBox .box-L {
		width:300px;
	}	
	.promoBox .box-L .btn-cont {
		width:149px;
	}
	.promoBox .box-L .btn-info {
		width:149px;
	}
	.promoBox .box-R {
		width:calc(100% - 335px);
	}
	.promoBox .box-R .subtit {
		font-size:2.3em;
	}
}
@media screen and (min-width:1600px) {
	.promoBox {
		padding:30px;
	}
	.promoBox .box-L {
		width:320px;
	}
	.promoBox .box-L .btn-cont {
		width:159px;
	}
	.promoBox .box-L .btn-info {
		width:159px;
	}
	.promoBox .box-R {
		width:calc(100% - 360px);
		margin-left:40px;
	}
	.promoBox .box-R &gt; h2 {
		font-size:3.7em;
	}
	.promoBox .box-R &gt; p {
		font-size:1.9em;
	}
	.promoBox .box-R .box ul {
		margin:-7.5px;
	}
	.promoBox .box-R .box ul li {
		padding:7.5px;
	}
	.promoBox .box-R .box ul li.photo .wd {
		font-size:1.7em;
	}
	.promoBox .box-R .box ul li.news a:before {
		top:4px;
	}
	.promoBox .box-R .box ul li.news a:after {
		top:10px;
	}
	.promoBox .box-R .box ul li.news p {
		font-size:1.9em;
	}
	.promoBox .box-R .box ul li.news span {
		font-size:1.5em;
	}
}
@media screen and (min-width:1720px) {
	.promoBox {
		padding:40px;
	}
	.promoBox .box-L {
		width:340px;
	}
	.promoBox .box-L .btn-cont {
		width:169px;
	}
	.promoBox .box-L .btn-info {
		width:169px;
	}
	.promoBox .box-R {
		width:calc(100% - 380px);
	}
	.promoBox .box-R &gt; h2 {
		font-size:4.1em;
	}
}


/** promoPage **/
.promoPage {
	position:relative;
	display:flex;
	width:100%;	
	flex-wrap:wrap;
	margin:30px auto 0 auto;
}
.promoPage .page-L {
	width:100%;
	margin:50px 0 0 0;
	background:#F4F3EF;
}
.promoPage .page-L .pic {
	display:none;
}
.promoPage .page-L dl {
	float:left;
	width:100%;
	padding:20px;
	box-sizing:border-box;
}
.promoPage .page-L dl.border-dot-bot {
    border-bottom:1px dotted #CCC;
}
.promoPage .page-L dt {
	float:left;
	width:100%;
	color:#000;
	font-size:1.9em;
	font-weight:bold;
	padding:0;
	margin:0 0 5px 0;
}
.promoPage .page-L dt .icon1{
	float:left;
	display:block;
	width:22px;
	height:22px;
	margin:2px 5px 0 0;
	background:url(../images/promoPage-icon1.png) no-repeat 50% 50%;
}
.promoPage .page-L dt .icon2{
	float:left;
	display:block;
	width:22px;
	height:22px;
	margin:2px 5px 0 0;
	background:url(../images/promoPage-icon2.png) no-repeat 50% 50%;
}
.promoPage .page-L dd {
	float:left;
	width:100%;
	color:#4C4C4C;
	font-size:1.5em;
	line-height:175%;
	padding:0;
	margin:0;
}
.promoPage .page-R {
	width:100%;
}
.promoPage .page-R .tit {
	position:absolute;
	top:0;
	width:100%;
}
.promoPage .page-R h2 {
	color:#000;
	font-family:"PingFang TC Semibold", "微軟雅黑", "Microsoft YaHei";
	font-size:3.1em;
	font-weight:bold;
}
.promoPage .page-R .subtit {
	display:flex;
	width:100%;
	color:#000;
	font-size:2.1em;
	font-weight:bold;
	margin:20px 0 15px auto;
    padding-top:20px;
    border-top:1px dashed #CCC;
    align-items:center;
    justify-content:space-between;
}
.promoPage .page-R .subtit a {
	position:relative;
	display:inline-block;
	color:#555;
	font-size:0.9rem;
	line-height:20px;
	padding-left:20px;
	vertical-align:baseline;
}
.promoPage .page-R .subtit a:hover,
.promoPage .page-R .subtit a:focus {
	color:#A40000;
}
.promoPage .page-R .subtit a::before,
.promoPage .page-R .subtit a::after {
	position:absolute;
	left:0;
	top:50%;
	content:"";
	display:block;   
	width:14px;
	height:2px;    
	z-index:2;	
	box-sizing:border-box;
	background:#666;
	margin:-1px 0 0 0;
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
		 -o-transition:all 0.5s ease;
			transition:all 0.5s ease;
}
.promoPage .page-R .subtit a::after {
    -webkit-transform:rotate(90deg);
        -ms-transform:rotate(90deg);
            transform:rotate(90deg);
}
.promoPage .page-R .subtit a:hover::before,
.promoPage .page-R .subtit a:focus::before,
.promoPage .page-R .subtit a:hover::after,
.promoPage .page-R .subtit a:focus::after {
	background:#A40000;
}
.promoPage .page-R .box {
	width:100%;
	margin:0 auto;
}
.promoPage .page-R .box ul {
	list-style:none;
	margin:-5px;
}
.promoPage .page-R .box ul li {
	display:inline-block;
	width:33.33%;
	padding:5px;
	vertical-align:top;
	box-sizing:border-box;
}
.promoPage .page-R .box ul li a {
	display:block;
}
.promoPage .page-R .box ul li .picBox {
	position:relative;
	width:100%;
	height:0;
	padding-bottom:75%;
	border:1px solid #CCC;
	box-sizing:border-box;
	background:#FFF;
}
.promoPage .page-R .box ul li .picBox .pic {
	position:absolute;
	display:flex;
    width:100%;
    height:100%;
	justify-content:center;
    align-items:center;
}
.promoPage .page-R .box ul li .picBox .pic img {
    max-width:100%;
    max-height:100%;
    height:auto;
    vertical-align:middle;
    padding:0;
    margin:0;
}
.promoPage .page-R .box ul li .wd {
	color:#333;
	font-size:1.5em;
	line-height:130%;
	text-align:center;
	margin-top:7px;
}
.promoPage .page-R .box ul li a:hover .wd,
.promoPage .page-R .box ul li a:focus .wd {
	color:#A40000;
}
.promoPage .page-R .box ul li a.link .wd::after {
	content:'';
    display:inline-block;
    width:17px;
    height:17px;
	background-color:#000;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
    -webkit-mask-repeat:no-repeat;
			mask-repeat:no-repeat;
	-webkit-mask-image:url(../images/icon-link.svg);
			mask-image:url(../images/icon-link.svg);
    -webkit-mask-size:100% 100%;
			mask-size:100% 100%;
	vertical-align:middle;
	margin:-2px 0 0 8px;
}
.promoPage .page-R .news {
	width:100%;
	margin:0 auto;
}
.promoPage .page-R .news ul {
	list-style:none;
	margin:-5px 0;
}
.promoPage .page-R .news ul li {
	width:100%;
	padding:5px 0;
	box-sizing:border-box;
}
.promoPage .page-R .news ul li a {
	position:relative;
	display:block;
	width:100%;
	padding-left:25px;
	background:url(../images/promoBox-icon.png) no-repeat 2px 5px;
	box-sizing:border-box;
}
.promoPage .page-R .news ul li a:before {
    content:"";
    display:block;
    position:absolute;
    left:0;
    top:3px;
    width:19px;
    height:19px;
    background:#000;
    -webkit-border-radius:50px;
       -moz-border-radius:50px;
            border-radius:50px;
}
.promoPage .page-R .news ul li a:after {
    position:absolute;
    content:"";
    display:block;
    position:absolute;
    left:5px;
    top:9px;
    width:5px;
    height:5px;
    border-top:2px solid #fff;
    border-right:2px solid #fff;
    z-index:2;
    -webkit-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
            transform:rotate(45deg);
}
.promoPage .page-R .news ul li p {
	font-size:1.7em;
	color:#000;
	line-height:150%;
}
.promoPage .page-R .news ul li a:hover p,
.promoPage .page-R .news ul li a:focus p {
	color:#A40000;
}
.promoPage .page-R .news ul li a.link p::after {
	content:'';
    display:inline-block;
    width:17px;
    height:17px;
	background-color:#000;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
    -webkit-mask-repeat:no-repeat;
			mask-repeat:no-repeat;
	-webkit-mask-image:url(../images/icon-link.svg);
			mask-image:url(../images/icon-link.svg);
    -webkit-mask-size:100% 100%;
			mask-size:100% 100%;
	vertical-align:middle;
	margin:-2px 0 0 8px;
}
.promoPage .page-R .news ul li span {
	display:inline-block;
	color:#d74c3c;
	font-size:1.3em;
	margin-top:5px;
}
@media screen and (max-width:640px) {
	.promoPage .page-R li.box {
		width:33.33%;
	}
	.promoPage .page-R li.box .pic {
		height:120px;
		line-height:120px;
	}
	.promoPage .page-R li.box .pic img {
		max-height:120px;
	}
}
@media screen and (max-width:450px) {
	.promoPage .page-R li.box {
		width:50%;
	}
	.promoPage .page-R li.box .pic {
		height:120px;
		line-height:120px;
	}
	.promoPage .page-R li.box .pic img {
		max-height:120px;
	}
}
@media screen and (min-width:991px) {
	.promoPage .page-L {
		width:260px;
		margin:0;
	}
	.promoPage .page-L .pic {
		display:block;
		float:left;
		width:100%;
	}
	.promoPage .page-L .pic img {
		width:100%;
		height:auto
	}
	.promoPage .page-L dl {
		padding:20px;
	}
	.promoPage .page-R {
		width:calc(100% - 295px);
		margin:0 0 0 35px;
	}
	.promoPage .page-R .tit {
		position:relative;
		width:100%;
	}
	.promoPage .page-R .box ul li {
		width:20%;
	}
}
@media screen and (min-width:1200px) {
	.promoPage .page-L {
		width:300px;
	}
	.promoPage .page-L dt {
		font-size:2.1em;
	}
	.promoPage .page-L dd {
		font-size:1.7em;
	}
	.promoPage .page-R {
		width:calc(100% - 335px);
	}
	.promoPage .page-R .subtit {
		font-size:2.3em;
		margin-top:25px;
		padding-top:25px;
	}
}
@media screen and (min-width:1600px) {
	.promoPage .page-L {
		width:320px;
	}
	.promoPage .page-R {
		width:calc(100% - 360px);
		margin-left:40px
	}
	.promoPage .page-R h2 {
		font-size:3.7em;
	}
	.promoPage .page-R .news ul {
		margin:-7.5px 0;
	}
	.promoPage .page-R .news ul li {
		padding:7.5px 0;
	}
	.promoPage .page-R .news ul li a:before {
		top:4px;
	}
	.promoPage .page-R .news ul li a:after {
		top:10px;
	}
	.promoPage .page-R .news ul li p {
		font-size:1.9em;
	}
	.promoPage .page-R .news ul li span {
		font-size:1.5em;
	}
	.promoPage .page-R .box ul {
		margin:-7.5px;
	}
	.promoPage .page-R .box ul li {
		padding:7.5px;
	}
	.promoPage .page-R .box ul li .wd {
		font-size:1.7em;
	}
}
@media screen and (min-width:1720px) {
	.promoPage .page-L {
		width:340px;
	}
	.promoPage .page-R {
		width:calc(100% - 380px);
	}
	.promoPage .page-R h2 {
		font-size:4.1em;
	}
}


/** promoTop **/
.promoTop {
	width:100%;
	margin-bottom:20px;
}
.promoTop .stit {
	float:left;
	font-size:1.8em;
	font-weight:bold;
	color:#FFF;
	background:#CC4B00 url(../images/promoTop-div.png) no-repeat right 50%;
	padding:5px 18px 7px 10px;
	margin:5px 10px 0 0;
}
.promoTop .tit {
	float:left;
	margin:5px 0 0 0;
}
.promoTop .tit h2 {
	float:left;
	font-size:3.1em;
	font-weight:bold;
	color:#CC4B00;
	padding-right:8px;
	background:url(../images/pagetit-bg.png) no-repeat right 0;
}
@media screen and (max-width:560px) {
	.promoTop .stit {
		margin-top:0;
	}
	.promoTop .tit {
		margin-top:0;
	}
}


.promoTr {
	width:100%;
	padding:0;
	margin:0;
	text-align:right;
}
.promoTr .stit {
	float:left;
	font-size:1.8em;
	font-weight:bold;
	color:#FFF;
	background:#CC4B00 url(../images/promoTop-div.png) no-repeat right 50%;
	padding:5px 18px 7px 10px;
	margin:0 10px 0 0;
}
.promoTr .topbtn {
	float:right;
	text-align:right;
}


/** promoInfo **/
.promoInfo {
	width:100%;
	color:#000;
	font-size:1.5em;
	line-height:160%;
	margin-bottom:30px;
}
.promoInfo p {
	margin:15px 0;
}
.promoInfo img {
	height:auto;
	max-width:100%;
	margin:0 auto;
}
.promoInfo ol ,
.promoInfo ul{
	margin:20px 0;
	margin-left:1.5em;
}
.promoInfo &gt; ol &gt; li,
.promoInfo &gt; ul &gt; li {
	margin:10px 0;
}
.promoInfo li &gt; ol,
.promoInfo li &gt; ul {
	margin:10px 0;
}
.promoInfo li &gt; ol &gt; li,
.promoInfo li &gt; ul &gt; li {
	margin:10px 0;
}


.pageHd {
	width:100%;
	margin-bottom:25px;
	margin-top:10px;
	border-bottom:1px dashed #bfbfbf;
}
.pageHd .tit {
	float:left;
	width:100%;
}	
.pageHd h2 {
	float:left;
	font-size:3.1em;
	line-height:130%;
	font-weight:bold;
	color:#CC4B00;
	padding-right:8px;
	background:url(../images/pagetit-bg.png) no-repeat right 0;
}
.pageHd p {
	float:left;
	width:100%;
	color:#555;
	font-size:1.5em;			
	padding:10px 0 10px 20px;
	background:url(../images/comPage-list.png) no-repeat 0 50%;
	box-sizing:border-box;
}


.promoHd {
	width:100%;
	margin-top:-30px;
	margin-bottom:25px;	
	border-bottom:1px dashed #bfbfbf;
}
.promoHd .stit {
	display:inline-block;
	width:100%;
}	
.promoHd .stit span {
	float:left;
	font-size:1.8em;
	font-weight:bold;
	color:#FFF;
	background:#CC4B00 url(../images/promoTop-div.png) no-repeat right 50%;
	padding:5px 18px 7px 10px;	
}
.promoHd h2 {
	font-size:3.1em;
	line-height:130%;
	font-weight:bold;
	color:#CC4B00;
	margin-top:10px;
}
.promoHd p {
	color:#555;
	font-size:1.5em;
	margin:10px auto 15px auto;
}
.promoHd p span {
	font-style:normal;
	padding-left:20px;
	margin-right:15px;
	background:url(../images/comPage-list.png) no-repeat 0 3px;
}
@media screen and (max-width:560px) {
	.promoHd {
		margin-top:0;
	}
	.promoHd p span {
		display:block;
		width:100%;
		padding:5px 0 5px 20px;
		background-position:0 5px;
	}
}
@media screen and (min-width:991px) {
	.promoHd .stit {
		display:block;
	}
	.promoHd h2 {
		display:inline-block;
		width:100%;
	}
}

.calendHd {
	width:100%;
	margin-bottom:20px;
}
.calendHd .stit {
	float:left;
	width:100%;
	margin-bottom:5px;
}
.calendHd .stit span{
	display:inline-block;
	font-size:1.5em;
	font-weight:bold;
	color:#FFF;
	background:#E76D26 url(../images/promoTop-div.png) no-repeat right 50%;
	padding:7px 18px 7px 10px;
	margin:0 10px 0 0;
}
.calendHd .tit {
	float:left;
	font-size:3.1em;
	font-weight:bold;
	line-height:135%;
	color:#CC4B00;
	padding-right:8px;
	background:url(../images/pagetit-bg.png) no-repeat right 0;
}
.calendHd .tit.tt2 {
	padding-right:0;
	background:none;
}
.calendHd .titinfo {
	position:relative;
	float:left;
	width:100%;
	margin-top:10px;
	padding-bottom:15px;
	border-bottom:1px dashed #bfbfbf;
}
.calendHd .titinfo span {
	color:#555;
    font-size:1.5em;
	font-style:normal;
	margin:0 15px 0 0;
	padding-left:20px;
	vertical-align:middle;
	background:url(../images/comPage-list.png) no-repeat 0 3px;
}
.calendHd .titinfo span.signup {
	float:right;
	font-size:1.5em;
	font-weight:bold;
	background:none;
	padding:0;
	margin:-6px 0;
}
.calendHd .titinfo span.signup a {
	display:inline-block;
	color:#FFF;	
	background:#E3007F url(../images/btn-signup-icon.png) no-repeat 5px 50%;
	border:none;
	padding:8px 8px 8px 31px;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
}
.calendHd .titinfo span.signup a:hover,
.calendHd .titinfo span.signup a:focus {
	background-color:#E64B3B;
}
@media screen and (max-width:560px) {
	.calendHd .titinfo span {
		display:block;
		width:100%;
		padding:5px 0 5px 20px;
		background-position:0 5px;
		box-sizing:border-box;
	}
}
@media screen and (min-width:331px) and (max-width:560px) {
	.calendHd .titinfo span.signup {
		position:absolute;
		right:0;
		top:5px;
		width:auto;
		margin:0;
	}
	.calendHd .titinfo span.signup a {
		padding:12px 8px 12px 31px;
	}
}
@media screen and (max-width:330px) {
	.calendHd .titinfo span.signup {
		float:left;
		width:100%;
		text-align:center;
		margin:10px 0 5px 0;
	}
	.calendHd .titinfo span.signup a {
		padding:10px 17px 10px 40px;
		background-position:10px 50%;
	}
}
@media screen and (min-width:991px) {
	.calendHd .tit.tt2 {
		margin-top:10px;
	}
}


/* ----- appBox ----- */
.appBox {
	width:100%;
	margin:20px auto 0 auto;
}
.appBox ul {
	display:flex;
	list-style:none;
	flex-wrap:wrap;
	margin:-5px;
}
.appBox ul li {
	position:relative;
	display:inline-block;
	width:50%;
	padding:5px;
	vertical-align:top;
	box-sizing:border-box;
}
.appBox .box {
	display:flex;
	width:100%;
	height:100%;
	padding:20px;
	box-sizing:border-box;
	flex-direction:column;
	background:#F6F6F6;
}
.appBox .box .photo  {
	display:inline-block;
	width:100px;
	height:100px;
	text-align:center;
	border:5px solid #f28d00;
	box-sizing:border-box;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
	background:rgb(255,255,255); /* Old browsers */
	background:-moz-linear-gradient(top,  rgba(255,255,255,1) 45%, rgba(250,233,200,1) 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(top,  rgba(255,255,255,1) 45%,rgba(250,233,200,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to bottom,  rgba(255,255,255,1) 45%,rgba(250,233,200,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fae9c8',GradientType=0 ); /* IE6-9 */
}
.appBox .box .photo img  {
	width:100%;
	height:auto;
}
.appBox .box .boxWd {
	display:inline-block;
	width:100%;
	box-sizing:border-box;
}
.appBox .box .boxWd h3 {
	display:flex;
	color:#000;
	font-family:"PingFang TC Semibold", "微軟雅黑", "Microsoft YaHei";
	font-size:2.7em;
	font-weight:bold;
	align-items:center;
    justify-content:space-between;
}
.appBox .box .boxWd h3 em {
	display:inline-block;
	color:#FFF;
	font-size:0.8rem;
	font-weight:bold;
	font-style:normal;
	background:#E3007F;
	padding:2px 5px;
}
.appBox .box .boxWd dl {
	margin:10px 0 0 0;
	border-top:1px dashed #333;
	padding-top:10px;
}
.appBox .box .boxWd dl.file {
	padding:0;
	margin-top:20px;
	border:none;
}
.appBox .box .boxWd dt {
	position:relative;
	color:#000;
	font-size:1.7em;
	font-weight:bold;
	margin-bottom:5px;
	padding-left:23px;
	box-sizing:border-box;
}
.appBox .box .boxWd dt:before {
	position:absolute;
    content:"";
    display:block;
    position:absolute;
    left:0;
    top:50%;
    width:19px;
    height:19px;
	margin-top:-9.5px;
    background:url(../images/box-R-dt-icon.svg) no-repeat 0 50%;
	background-size:cover;
}
.appBox .box .boxWd dl.file dt:before {
	background-image:url(../images/box-R-dt-icon2.svg);
}
.appBox .box .boxWd dd {
	color:#555;
	font-size:1.5em;
	line-height:165%;
	margin:0;
}
.appBox .box .boxWd dl.file dd a {
	position:relative;
	padding-left:23px;
}
.appBox .box .boxWd dl.file dd a:before {
	position:absolute;
    content:"";
    display:block;
    position:absolute;
    left:7px;
    top:8px;
    width:5px;
    height:5px;
    background:#C74600;
}
.appBox .box .boxWd dl.file dd a:hover:before,
.appBox .box .boxWd dl.file dd a:focus:before {
	background:#A40000;
}
.appBox .box-cont {
	position:relative;
	float:left;
	width:455px;
	padding-top:10px;
	border-top:1px dashed #CCC;
	margin-top:10px;
}
.appBox .box-cont .tit {
	float:left;
	width:435px;
	color:#000;
	font-size:1.7em;
	font-weight:bold;
	padding-left:20px;
	background:url(../images/box-cont-tit-icon.png) no-repeat 0 50%;
	margin-bottom:5px;
}
.appBox .box-cont .info {
	float:left;
	width:100%;
	color:#555;
	font-size:1.5em;
	line-height:160%;
}
@media screen and (max-width:990px) {
	.appBox .box .photo {
		position:absolute;
		width:80px;
		height:80px;
	}
	.appBox .box .boxWd h3 {
		display:flex;
		height:80px;
		align-items:center;
        justify-content:space-between;
        padding-left:90px;
	}
}
@media screen and (min-width:601px) and (max-width:768px) {
	.appBox .box .boxWd h3 {
		flex-direction:column-reverse;
		align-items:flex-start;
        justify-content:center;
        flex-direction:column-reverse;
	}
	.appBox .box .boxWd h3 span {
		margin-top:5px;
	}
}
@media screen and (max-width:600px) {
	.appBox ul li {
		width:100%;
	}
}
@media screen and (max-width:380px) {
	.appBox .box .boxWd h3 {
		flex-direction:column-reverse;
		align-items:flex-start;
        justify-content:center;
        flex-direction:column-reverse;
	}
	.appBox .box .boxWd h3 span {
		margin-top:5px;
	}
}
@media screen and (min-width:991px) {
	.appBox {
		margin-top:25px;
	}
	.appBox .box {
		flex-direction:row;
	}
	.appBox .box .boxWd {
		width:calc(100% - 115px);
		padding:0;
		margin-left:15px;
	}
}
@media screen and (min-width:1200px) {
	.appBox ul {
		margin:-10px;
	}
	.appBox ul li {
		padding:10px;
	}
	.appBox .box {
		padding:25px;
	}
	.appBox .box .photo  {
		width:120px;
		height:120px;
	}
	.appBox .box .boxWd {
		width:calc(100% - 135px);
	}
}
@media screen and (min-width:1600px) {
	.appBox .box {
		padding:30px;
	}
	.appBox .box .photo  {
		width:130px;
		height:130px;
	}
	.appBox .box .boxWd {
		width:calc(100% - 150px);
		margin-left:20px;
	}
}
@media screen and (min-width:1720px) {
	.appBox {
		margin-top:30px;
	}
	.appBox .box .photo  {
		width:140px;
		height:140px;
	}
	.appBox .box .boxWd {
		width:calc(100% - 160px);
	}
	.appBox .box .boxWd h3 {
		font-size:3.1em;
	}
	.appBox .box .boxWd dl {
		margin:15px 0 0 0;
		padding-top:15px;
	}
	.appBox .box .boxWd dt {
		font-size:1.9em;
		padding-left:25px;
	}
	.appBox .box .boxWd dt:before {
		width:21px;
		height:21px;
		margin-top:-10.5px;
	}
	.appBox .box .boxWd dd {
		font-size:1.7em;
	}
	.appBox .box .boxWd dl.file dd a {
		padding-left:25px;
	}
	.appBox .box .boxWd dl.file dd a:before {
		left:8px;
		top:9px;
	}
	.appBox .box-cont .tit {
		font-size:1.9em;
	}
	.appBox .box-cont .info {
		font-size:1.7em;
	}
}


/** promoPhoto **/ 
.promoPhoto {
	width:100%;
	margin:20px auto 0 auto;
}
.promoPhoto ul {
	display:flex;
	flex-wrap:wrap;
	list-style:none;
	margin:-7.5px;
}
.promoPhoto ul li {
	display:inline-block;
	width:25%;
	height:auto;
	vertical-align:top;
	padding:7.5px;
	box-sizing:border-box;
}
.promoPhoto ul li a {
	display:block;
	width:100%;
	height:100%;
	padding:10px;
	box-sizing:border-box;
	background:#F2F2F2;
	-webkit-box-shadow:0 2px 7px rgba(0%,0%,0%,0.2);
	   -moz-box-shadow:0 2px 7px rgba(0%,0%,0%,0.2);
	        box-shadow:0 2px 7px rgba(0%,0%,0%,0.2);
}
.promoPhoto ul li .picBox {
	position:relative;
	width:100%;
	height:0;
	padding-bottom:75%;
	border:1px solid #EEE;
	box-sizing:border-box;
	background:#FFF;
}
.promoPhoto ul li .picBox .pic {
	position:absolute;
	display:flex;
    width:100%;
    height:100%;
	justify-content:center;
    align-items:center;
}
.promoPhoto ul li .picBox .pic img {
    max-width:100%;
    max-height:100%;
    height:auto;
    vertical-align:middle;
    padding:0;
    margin:0;
}
.promoPhoto ul li .wd {
	color:#000;
	font-size:1.5em;
	line-height:130%;
	text-align:center;
	margin-top:10px;
}
.promoPhoto ul li a:hover .wd,
.promoPhoto ul li a:focus .wd {
	color:#A40000;
}
.promoPhoto ul li a.link .wd::after {
	content:'';
    display:inline-block;
    width:21px;
    height:21px;
	background:#000 url(../images/icon-link.svg) 50% 50% no-repeat;
	background-size:60% auto;
	vertical-align:middle;
	margin:-2px 0 0 5px;
	-webkit-border-radius:50px;
	   -moz-border-radius:50px;
			border-radius:50px;
}
@media screen and (max-width:798px) {
	.promoPhoto ul li {
		width:33.33%;
	}
}
@media screen and (max-width:480px) {
	.promoPhoto ul li {
		width:50%;
	}
}
@media screen and (min-width:991px) {
	.promoPhoto ul {
		margin:-10px;
	}
	.promoPhoto ul li {
		padding:10px;
	}
}
@media screen and (min-width:1200px) {
}
@media screen and (min-width:1600px) {
	.promoPhoto ul {
		margin:-15px;
	}
	.promoPhoto ul li {
		width:20%;
		padding:15px;
	}
	.promoPhoto ul li a {
		padding:15px;
	}
	.promoPhoto ul li .wd {
		font-size:1.7em;
	}
}
@media screen and (min-width: 1720px) {
    .promoPhoto {
        margin-top: 30px;
    }
}


/** promoNews **/
.promoNews-Hd {
	width:100%;
	color:#000;
	font-size:1.5em;
	font-weight:bold;
	line-height:45px;
	padding:0;
	border-top:2px solid #333;
	border-bottom:1px dotted #333;
	background:#EFEFEF;
	margin:20px auto 0 auto;
}
.promoNews-Hd dl {
	position:relative;
	padding:0 100px 0 105px;
}
.promoNews-Hd dt {
	float:left;
	width:104px;
	font-weight:bold;
	text-align:center;
}
.promoNews-Hd dd.stit {
	position:relative;
	float:left;
	width:calc(100% - 104px);
	font-weight:bold;
	text-align:center;
	padding:0;
	margin:0;
}
.promoNews-Hd dd.stit:before {
    content:"";
    display:block;
    position:absolute;
	left:0;
	top:50%;
    width:1px;
    height:20px;
	margin-top:-10px;
    background:rgba(0,0,0,.5);
}
@media screen and (min-width:1600px) {
	.promoNews-Hd {
		font-size:1.7em;
		line-height:55px;
	}
	.promoNews-Hd dt {
		width:120px;
	}
	.promoNews-Hd dd.stit {
		width:calc(100% - 120px);
	}
}
@media screen and (min-width: 1720px) {
    .promoNews-Hd {
        margin-top: 30px;
    }
}


.promoNews-List {
	width:100%;
	margin:0 auto;
}
.promoNews-List ul {
	list-style:none;
}
.promoNews-List ul li {
	float:left;
	width:100%;	
	border-bottom:1px dashed #CCC;
}
.promoNews-List ul li a {
	float:left;
	width:100%;	
	padding:10px;
	box-sizing:border-box;
}
.promoNews-List ul li a:hover,
.promoNews-List ul li a:focus {
	background:#EFF3F3;
}
.promoNews-List dl {
	width:100%;
}
.promoNews-List dt {
	float:left;
	width:100%;
	font-size:1.5em;
	line-height:160%;
	color:#656565;
	font-weight:normal;	
}
.promoNews-List dd.stit {
	float:left;
	width:100%;
	font-family:"PingFang TC Semibold", "微軟雅黑", "Microsoft YaHei";
	font-size:1.9em;
	line-height:160%;
	font-weight:bold;
	color:#000;
}
.promoNews-List dd.stit span {
	display:block;
	font-size:0.8rem;
	color:#d74c3c;
}
.promoNews-List a dd.stit {
	color:#000;
}
.promoNews-List a:hover dd.stit,
.promoNews-List a:focus dd.stit {
	color:#A40000;
}
.promoNews-List a.link dd.stit::after {
	content:'';
    display:inline-block;
    width:27px;
    height:27px;
	background:#000 url(../images/icon-link.svg) 50% 50% no-repeat;
	background-size:60% auto;
	vertical-align:middle;
	margin:-2px 0 2px 8px;
	-webkit-border-radius:50px;
	   -moz-border-radius:50px;
			border-radius:50px;
}
@media screen and (min-width:991px) {
	.promoNews-List ul li a {
		padding:0;
	}
	.promoNews-List dl {
		display:flex;
		min-height:50px;
		padding:10px 0;
		align-items:center;
        justify-content:space-between;
		box-sizing:border-box;
	}
	.promoNews-List dt {
		width:105px;
		text-align:center;
	}
	.promoNews-List dd.stit {
		width:calc(100% - 105px);
		padding:0 10px;
		box-sizing:border-box;
	}
}
@media screen and (min-width:1600px) {
	.promoNews-List dl {
		min-height:60px;
		padding:15px 0;
	}
	.promoNews-List dt {
		width:120px;
	}
	.promoNews-List dd.tit {
		width:calc(100% - 120px);
		font-size:2.1em;
	}
}


/** calendarPage **/
.calendarPage {
	width:100%;
	padding:0;
	margin:0;
}
.calendarTop {
	float:left;
	width:100%;
	margin-bottom:25px;
}
.calendarTop .searchCriteria {
	float:left;
	width:100%;
}
.calendarTop .searchCriteria .tbox {
	float:left;
	width:60%;
	color:#777;
	height:42px;
	padding:0;
	margin-right:-1px;
	border:1px solid #CCC;
	box-sizing:border-box;
}
.calendarTop .searchCriteria .tbox span {
	float:left;
	width:4%;
	height:40px;
	line-height:40px;
}
.calendarTop .searchCriteria .date-query {
	float:left;
	width:48%;
	height:42px;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color:#777;
	border:none;
	padding:0 5px 0 38px;
	background:url(../images/icon-calendar.png) no-repeat 10px 8px;
	box-sizing:border-box;
}
.calendarTop .searchCriteria .sbox {
	float:left;
	width:40%;
	height:42px;
	border:1px solid #CCC;
	box-sizing:border-box;
}
@media screen and (max-width:560px) {
	.calendarTop .searchCriteria .tbox {
		width:100%;
		margin-bottom:-1px;
	}
	.calendarTop .searchCriteria .sbox {
		width:100%;
	}
}
@media screen and (min-width:991px) {
	.calendarTop .searchCriteria {
		float:right;
		width:55%;
	}
}
.calendarNews-Hd {
	float:left;
	width:100%;
	height:39px;
	color:#FFF;
	font-size:1.5em;
	padding:12px 0;
	border:1px solid #333;
	box-sizing:border-box;
	background:url(../images/newsList-Hd-bg.gif) repeat-x;
	margin:0;
}
.calendarNews-Hd dt {
	float:left;
	width:30%;
	font-weight:normal;
	text-align:center;
	background:url(../images/newsList-Hd-div.gif) no-repeat right 50%;
}
.calendarNews-Hd dd {
	float:left;
	width:70%;
	text-align:center;
}
@media screen and (min-width:991px) {
	.calendarNews-Hd dt {
		width:20%;
	}
	.calendarNews-Hd dd {
		width:80%;
	}	
}
.calendarNews-List {
	float:left;
	width:100%;	
	padding:15px 0;
	border-bottom:1px dashed #CCC;
	margin:0;
}
.calendarNews-List dt {
	float:left;
	width:100%;
	font-size:1.3em;
	line-height:160%;
	color:#656565;
	font-weight:normal;
	padding:0 10px;
	box-sizing:border-box;
}
.calendarNews-List dd {
	float:left;
	width:100%;	
	color:#000;
	font-size:1.5em;
	line-height:160%;	
	padding:0 10px;
	box-sizing:border-box;
}
.calendarNews-List dd span{
	font-size:0.9rem;
	color:#d74c3c;
}
.calendarNews-List dd a {
	color:#000;
}
.calendarNews-List dd a:hover {
	color:#E3007F;
}
@media screen and (min-width:991px) {
	.calendarNews-List dt {
		width:20%;
		text-align:center;
	}
	.calendarNews-List dd {
		width:80%;
	}	
}


/*=== new page 單頁式===*/
@media screen and (min-width:991px) {
	.aspnetpager div:first-child {
		width:220px !important;
	}
	.aspnetpager div:last-child {
		width:770px;
	}
}</pre></body></html>