@charset "utf-8";
/* CSS Document */

html { 
overflow-x: hidden; 
}

body {
	margin: 0;
	padding: 0;
	background-color:#000;
}

.frontpage {
	margin:0 auto;
	width:100%;
	position:relative;
}

.frontpage img {
	width:100%;
	max-width:1920px;
}

.bg img {
	display:block;
	width:100%;
	margin: 0 auto;
}

.bg {
	position:absolute;
	top:0;
	left:0;
}

.packs img {
	width:100%;
	max-width:1920px;
}

.title {
	animation: title 0.6s forwards linear;
	top:0;
	left:0;
}

.title img {
	width:100%;
	max-width:1000px;
}

@keyframes title
{
  0% { transform:scale(4);}
  50% { transform:scale(1); }
  100% {transform:scale(1); }
}

.packs {
	animation: packs 1s infinite linear;
	position:absolute;
	top:0;
	left:0;
}

.packs img {
	width:100%;
	max-width:1920px;
}

@keyframes packs
{
  0% { top:10px; }
  50% { top:0; }
  100% {top:10px; }
}

.content {
	background:#000;
	background-position:center;	
	margin:0;
}

.topbtm {
	text-align:center;
}

.word h3 {
	text-align:center;
	line-height: 160%;
	margin:0;
	padding:0;
	letter-spacing: 10px;
	font-size: 30px;
	color:#fbeec7;
	font-weight: bold;
	font-family: Microsoft YaHei,"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.word p {
	text-align:center;
	line-height: 160%;
	margin:0 ;
	padding:10px 0 20px 0;
	font-size: 18px;
	color:#fff;
	font-weight: 300;
	font-family: Microsoft YaHei,"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.table {
	max-width:100%;
	margin:15px auto 25px auto;
	padding:0;
	border:1px solid #cacaca;
	font-family:"微軟正黑體", Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:200%;
	color:#666;
	width:100%;
	border-collapse: collapse;
    border-spacing: 0px;
}

.table th {
	padding:8px;
	background-color:#cacaca;
	color:#bd1214;
	font-size:20px;
	font-weight:bold;
	line-height:200%;
	text-align:center;

}

.table td {
	border:1px solid #b7b7b7;
	border-bottom:none;
	border-right:none;
	padding:8px;
	background-color:#FFF;
	text-align:center;
	font-size:16px;
}
	
.btm2 {
	margin: 0px auto 20px auto;
	text-align:center;
}

.btm {
	margin: 10px auto 50px auto;
	width:100%;
	text-align:center;
	display: inline-block;
}

.btm01 {
	margin:5px auto;
	padding: 15px;
	border-radius:0px;
	border: #ffffff 0.25px solid;
	max-width: 300px;
	width: 100%;
	display:inline-block;
	font-weight:bold;
	letter-spacing: 10px;
	text-align:center;
	font-family: Microsoft YaHei,"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif;
	transition:0.3s;
}

.btm a {
	text-decoration:none;
	font-size: 28px;
	color:#ffffff;
}

.btm2 a {
	text-decoration:none;
	font-size: 28px;
	color:#ffffff;
}

.btm01:hover {
	background-color:#fedb2e;
	text-decoration:none;
	transform:scale(1.05);
}

.images {
	text-align:center;
}

.images img {
	max-width:960px;
	width:100%;
}

.note {
	background-color: #464545;
}

.note h3 {
	text-align:center;
	margin:20px 0 10px 0;
	line-height: 100%;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	font-family: Microsoft YaHei,"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.noteword {
	padding: 0 30px 40px 30px; 
}

.note li {
	text-align:left;
	padding:0;
	line-height: 160%;
	color: #ffffff;
	text-decoration:none;
	list-style: decimal;
	margin: 0 0 10px 0;
}

.note li a {
	color: #fceb29;
}

/*copyright開始*/

#copyright {
	text-align:center;
	padding:0;
	width:100%;
	background:#000;
	display:inline-block;
}

#copyright img {
	margin:0;
	padding:0;
	line-height:0;
	width:112px;
	height:60px;
	display:inline-block;
}

#copyright p {
	font-size:13px;
	margin:0;
	padding:0;
	color:#FFF;
	line-height:58px;
	display:inline-block;
}

/*copyright結束*/







@media screen and (max-width:1200px) {

}

@media screen and (max-width:1140px) {

}

@media screen and (max-width:992px) {

.word h3 {
	font-size: 26px;
}

}

@media screen and (max-width:800px) {	

}

@media screen and (max-width:767px) {
	.btm {
		margin:5px 0;
	}
}



@media screen and (max-width:750px) {

.word h3 {
	font-size: 24px;
}

.word p {
	margin:0;
}
}

@media screen and (max-width:500px) {

.word h3 {
	font-size:24px;
}

.note h3 {
	margin:20px 0 0 0;
	text-align:center;
}

.noteword {
	padding: 0 10px 40px 10px; 
}

.note ul {
	padding:0 0 0 10px;
}

.note li {
	margin:8px 0 0 0;
}

.btm {
	width:100%;
	margin: 0;
	text-align:center;
	display: block;
}

.btm a {
	font-size: 20px;
}

.btm2 a {
	font-size: 20px;
}

.content {
	margin: 0 0 10px 0;
}
}

@media screen and (max-width:363px) {

.word p {
	font-size:16px;
	padding: 10px 0 10px 0;
	margin: 0 10px;
}

}

@media screen and (max-width:320px) {
}