@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;400;700;900&family=Open+Sans:wght@300;400&display=swap');

body{
	margin: 0px;
	padding: 0px;
	font-family: '微軟正黑體',Aril,sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
}

p{
	text-align:justify;
}

#wrapper{
	width: 100%;
	min-width: 1280px;
}

.layer{
	width: 100%;
}

.wrapper{
	position: relative;
	width:1280px;
	height: inherit;
	margin: 0 auto;
}

.radius{
	border-radius: 5px;
}

.radiusB{
	border-radius: 10px;
	overflow: hidden;
}

*:active {
	outline: none;
	border: none;
}

*:focus {outline:0 !important;}

/*acccount*/

#account{
	height:25px;
	line-height: 25px;
	background: #2a2a2a;
	z-index: 99999999999;
}

#accountBox{
	float: right;
	height: inherit;
	width: 100%;
	font-size:16px !important;
}

#accountBox li{
	float: right;
	height: inherit;
	line-height: inherit;
	margin-left: 20px;
	color: #7cc1e2;
}

/*header*/

#header{
	height: 72px;
	background: #404040;
	z-index: 99999999999;
}

#header .wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

#logo {
	height: 52px;
}

#mainMenu{
	float: right;
	height: 35px;
	line-height: 35px;
	text-align: right;
}

#mainMenu li{
	display: inline-block;
	height: inherit;
	line-height: inherit;
	margin-left: 25px;
	font-size: 15px;
	color: #fff;
	transition:.2s;
}

#mainMenu li:hover, #mainMenu li.this{
	color: #7cc1e2;
}

li.line{
	color: #25eda4 !important;
}

#RWDMenu img {
	width: 20px;
	height: 20px;
}

/*marquee*/

#marquee{
	width: calc( 90% - 16px ) !important;
	max-width: 1264px;
	height: 29px;
	padding: 8px;
	margin-bottom: 25px;
	background:#404040;
}

#speaker{
	float: left;
	width: 25px;
	height: 25px;
	padding: 2px;
	margin-right: 5px;
}

#marqueeContent{
	float: left;
	width: calc( 100% - 50px );
	height: 29px;
	line-height: 29px;
	font-size: 14px;
	color: #7cc1e2;
}

/*content*/

#content{
	padding: 25px 0 50px;
	background: #d2d2d2;
}

#contentArea{
	background: #f2f2f2;
}

/*footer*/

#footer{
	min-height: 75px;
	background: #404040;
}

#footer .wrapper {
	min-height: 75px;
}

#subMenu{
	display: none;
	line-height: 35px;
}

#subMenu li{
	width: 100%;
	text-align: center;
	color: #ccc;
	transition:.2s;
}

#subMenu li:hover{
	color: #fff;
}

#contact{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#contact li{
	float: left;
	line-height: 35px;
	margin-right: 25px;
	color: #999;
}

#footerLogo{
	position: absolute;
	bottom:-10px;
	right: 0;
}

#copyright{
	line-height: 35px;
	background: #404040;
	color: #5d5d5d;
	border-bottom: #2a2a2a 15px solid;
}

.back{
	float: right;
	margin: 35px 0;
	padding: 5px 15px;
	line-height: 30px;
	background: #8d8d8d;
	color: #fff;
}

.newsback{
	float: right;
	margin: 15px 50px;
	padding: 5px 15px;
	font-size: 15px;
	line-height: 30px;
	background: #8d8d8d;
	color: #fff;
}

.RWDshow {
	display: none;
}



