@charset "utf-8";
@import url(https://c2ed96.claudeassets.com/20260215230622cs_/https://fonts.googleapis.com/earlyaccess/notosanstc.css);
/* CSS Document */
body, dl, dt, dd, td, th, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote {
	margin: 0;
	padding: 0;
	word-wrap:break-word;
	/* word-wrap:break-word; */
}
html,body {
	font-family: 'Raleway', "Microsoft JhengHei", sans-serif;
	font-size:100%;
	width:100%;
	height:100%;
	-ms-overflow-style: scrollbar;
}
a:link {
	color:#333;
	text-decoration: none;
}
a:visited {
	color:#333;
	text-decoration: none;
}
a:hover {
	color:#666;
	text-decoration: none;
}
a:active {
	color:#333;
	text-decoration: none;
}
@-ms-viewport {
  width: device-width;
}

/* 三欄式自動調幅版面--------------------------------------------- */

#header {
	position:fixed;
	top:0;
	left: 0;
	z-index:2000;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100px;
	display: none;
}
	.header_bg {
		position:fixed;
		top: 0;
		background: rgba(30,30,30,0.9);
		width: 100%;
		height: 70px;
		z-index:999;
	}
@media only screen and (min-width: 768px) {
	.header_bg {
		width: 100%;
		height: 100px;
	}
}
	
#header_small{
	width: 100%;
	position: absolute;
	display: block;
	overflow: hidden;
	background: none;
}
	.header_menu {
		width: 100%;
		max-width: 1160px;
		margin: auto;
		text-align: center;
	}
	.header_menu ul {
		list-style: none;
		margin-top: 27px;
	}
		.header_menu ul li {
			width: 120px;
			margin-left: 50px;
			display: inline-block;
			font-size: 18px;
		}
		.header_menu ul li:first-child {
      width: 160px;
			margin-right: 50px;
			display: inline-block;
			margin-left: 0;
		}
		.header_menu a {
			color: #FFF;
		}
		.header_menu a:hover {
			color: #BBB;
		}

@media only screen and (min-width: 1140px) {
	#header{
		display: block;
	}
	#header_small{
		display: none;
		background: none;
	}
}

.header_small_open {
	position:fixed;
	top:20px;
	right:8%;
	z-index:1001;
}
.header_small_close {
	position:fixed;
	top:20px;
	right:8%;
	z-index:2005;
	display:none;
}
.header_small_logo {
	position:fixed;
	top:14px;
	left:50%;
	margin-left: -51px;
	z-index:1000;
}
.header_small_logo2 {
	width: 200px;
	position:fixed;
	top:14px;
	left:50%;
	margin-left: -51px;
	z-index:2000;
	display: none;
}
.header_small_logo3 {
	position:fixed;
	top:14px;
	left:50%;
	margin-left: -51px;
	z-index:1001;
	display: none;
}
	.header_small_line {
		height: 30px;
		border-bottom: 2px solid #d2d2d2;
		padding-bottom: 79px;
		background: none;
	}
@media only screen and (min-width: 768px) {
	.header_small_line {
		height: 30px;
		border-bottom: 2px solid #d2d2d2;
		padding-bottom: 99px;
		background: none;
	}
}
.header_clear {
	height: 80px;
	clear: both;
}
.header_copyright {
	font-size: 12px;
	margin-top: 28px;
}

	

.header_small_menu_list {
	position:fixed;
	width:100%;
	overflow-y: auto;
	background:rgba(30,30,30,0.8);
	z-index:1001;
	display:none;
	top: 0;
	padding: 0 8%;
}
	.header_small_menu {
		text-align:right;
		font-size:24px;
		color:#FFF;
		margin-top: 80px;
	}
	.header_small_menu ul {
		list-style: none;
	}
		.header_small_menu ul li {
			margin-top: 25px;
		}
	.header_small_menu p {
		margin-top:20px;
	}
	.header_small_menu a {
		color:#FFF;
	}
	.header_small_menu a:hover {
		color:#FFF;
	}
	.menu_list_ul2 {
		display: none;
	}
@media only screen and (min-width: 768px) {

	.header_small_open {
		top:30px;
		right:20px;
	}
	.header_small_close {
		top:30px;
		right:20px;
	}
	.header_small_logo {
		top:23px;
		left:50%;
	}
	.header_small_logo2 {
		top:23px;
		left:50%;
	}
	.header_small_logo3 {
		top:23px;
		left:50%;
	}
}

@media only screen and (min-width: 900px) {
	.header_small_open {
		top:30px;
		right:40px;
	}
	.header_small_close {
		top:30px;
		right:40px;
	}
	.header_small_logo {
		top:23px;
		left:50%;
	}
	.header_small_logo2 {
		top:23px;
		left:50%;
	}
	.header_small_logo3 {
		top:23px;
		left:50%;
	}
}


#content {
	width: 100%;
	background: #343434;
	overflow:hidden;
	padding:30px 10px;
}
	.content_clear {
		height: 30px;
		clear: both;
	}


@media only screen and (min-width: 769px) {
#content {
	padding: 80px 10px;	
}
	.content_clear {
		height: 100px;
	}
}

	.news_1 {
		width: 100%;
		float: left;
	}
	.news_2 {
		width: 100%;
		float: left;
	}
	.news_title1 {
		font-size: 20px;
	}
	.news_title2 {
		font-size: 20px;
	}
	.news_title3 {
		font-size: 16px;
	}
@media only screen and (min-width: 1000px) {
	.news_1 {
		width: 20%;
		float: left;
	}
	.news_2 {
		width: 80%;
		float: left;
	}
	.news_title1 {
		font-size: 24px;
	}
	.news_title2 {
		font-size: 24px;
	}
	.news_title3 {
		font-size: 20px;
	}
}
@media only screen and (min-width: 1120px) {
	.news_1 {
		width: 290px;
		float: left;
	}
	.news_2 {
		width: 830px;
		float: left;
	}
}
		.news_clear {
			height: 80px;
			clear: both;
		}
		.news_clear2 {
			height: 40px;
			clear: both;
		}

.banner_word1 {
	position: absolute;
	width: 100%;
	z-index: 100;
	bottom: 20px;
	text-align: center;
}
	.banner_title1 {
		font-size: 20px;
		color: #FFF;
		opacity: 1;
		margin-top: 20px;
	}
	.banner_title2 {
		font-size: 14px;
		color: #FFF;
		opacity: 1;
		margin-top: 20px;
	}

	.banner_title3 {
		color: #fff;
		font-size: 14px;
		line-height: 24px;
		opacity: 1;
	}

	.more {
		width: 180px;
		height: 36px;
		line-height: 36px;
		margin: auto;
		text-align: center;
		border:2px solid #FFF;
		font-size: 16px;
		color: #FFF;
		cursor: pointer;
		opacity: 1;
	}

@media only screen and (min-width: 769px) {
.banner_word1 {
	bottom: 80px;
}
	.banner_title1 {
		font-size: 36px;
		opacity: 0;
	}
	.banner_title2 {
		font-size: 18px;
		opacity: 0;
	}
	.banner_title3 {
		color: #fff;
		font-size: 18px;
		line-height: 36px;
		opacity: 0;
	}
	.more {
		font-size: 20px;
		opacity: 0;
	}
}

#banner {
	width: 100%;
	height: auto;
	min-height: 100px;
	position: relative;
}

	.bg1 {
		width: 100%;
		height: 100%;
		display: none;
	}
	.bg2 {
		display: block;
	}

@media only screen and (min-width: 769px) {
	#banner {
		width: 100%;
		height: 100%;
	}
	.bg1 {
		display: block;
	}
	.bg2 {
		display: none;
	}
}



#footer {
	width:100%;
	background:#343434;
	text-align:center;
	margin:auto;
	overflow:hidden;
	padding:30px 10px;
}
.footer {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 0 10px;
}
	.footer_1 {
		width: 100%;
		float: left;
		text-align: center;
	}
		.footer_1 img {
			width:150px;
		}
	.footer_2 {
		width: 100%;
		float: right;
		padding-top: 25px;
		text-align: center;
	}
	.footer_share {
		text-align: center;
	}
		.footer_share img {
			width: 30px;
		}
	.footer_title2 {
		color:#fff;
		font-size:12px;
		padding:15px 0 0 0;
		text-align: center;
	}
  .footer_title3 {
		color:#fff;
		font-size:14px;
		padding:15px 0 0 0;
		text-align: center;
	}
  .footer_title3 a {
		color:#fff;
	}

.footer_email_1 {
	width: 140px;
	font-size: 12px;
	background: #FFF;
	height: 26px;
	border-top-left-radius: 13px;
	border-bottom-left-radius: 13px;
	color: #000;
	float: left;
}
.footer_email_2 {
	width: 75px;
	background: #000;
	height: 26px;
	border-top-right-radius: 13px;
	border-bottom-right-radius: 13px;
	color: #FFF;
	float: left;	
}
	.footer_but1 {
		width: 120px;
		border: 0;
		height: 26px;
		float: right;
	}
	.footer_but2 {
		font-size: 12px;
		background: none;
		border: 0;
		line-height: 26px;
		width: 70px;
		margin: 0;
		padding: 0;
		float: left;
	}

.footer_emailall {
	width: 220px;
	float: none;
	padding-top: 10px;
	margin: auto;
	text-align: center;
}

@media only screen and (min-width: 768px) {
.footer {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 0 25px;
}
	.footer_1 {
		width: 50%;
	}
		.footer_1 img {
			width:212px;
		}
	.footer_2 {
		width: 50%;
		padding-top: 25px;
		text-align: right;
	}
	.footer_share {
		text-align: right;
	}
		.footer_share img {
			width: 45px;
		}		
	.footer_title2 {
		color:#fff;
		font-size:12px;
		padding:15px 0 0 0;
		text-align: right;
	}
  .footer_title3 {
		color:#fff;
		font-size:14px;
		padding:15px 0 0 0;
		text-align: right;
	}
	
.footer_email_1 {
	width: 160px;
	font-size: 12px;
	height: 30px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.footer_email_2 {
	width: 82px;
	height: 30px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
	.footer_but1 {
		width: 140px;
		border: 0;
		height: 30px;
	}
	.footer_but2 {
		font-size: 12px;
		line-height: 30px;
		width: 80px;
		float: left;
	}
	.footer_emailall {
		width: auto;
		float: right;
		padding-top: 10px;
	}	
}
/*
     FILE ARCHIVED ON 05:47:32 Jul 13, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:02:33 Jun 19, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.715
  exclusion.robots: 0.062
  exclusion.robots.policy: 0.046
  esindex: 0.012
  cdx.remote: 8.195
  LoadShardBlock: 196.21 (3)
  PetaboxLoader3.datanode: 70.722 (5)
  PetaboxLoader3.resolve: 186.045 (3)
  load_resource: 147.3
  loaddict: 73.565
*/