@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
	font-size:150%;
}
img{max-width:100%;height:auto;}
body *{box-sizing:border-box;}
body{
	font-family:'微軟正黑體', Arial;
    background: #eee url(../images/in-bg.jpg) center;
    background-size: cover;
	background-attachment:fixed;
    text-align: center;
	line-height:1;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    animation-name: left_right1;
    -webkit-animation-duration: 80s;
    animation-duration: 80s;
    -webkit-animation: left_right1 80s infinite linear;
    -webkit-animation-fill-mode: both;
    animation: left_right1 80s infinite linear;
    animation-fill-mode: both;
    position: relative;
    margin: 0;
    box-sizing: border-box;
	}
#wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
 	height:100%;
}	
footer{
	display:block;
	position: relative;
 	padding:15px;
 	color:#fff;
	line-height:1.3;
	width:100%;
 	box-sizing:border-box;
}	
footer strong{
	font-size:130%;
    font-weight: bold;
    display: block;
}
footer p{margin-bottom:0;}
footer strong,footer p{line-height: 180%;}
footer strong span,	
footer p span{ display:inline-block;}
footer strong > span + span,
footer p > span + span{
	position:relative;
	margin-left:10px;
	padding-left:11px;
	display:inline-block;
}
footer strong > span + span::before,
footer p > span + span::before{
    content: "";
    width: 1px;
    height:50%;
    background-color:#eee;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.max{
	margin:0 auto;
	max-width:100%;
	width:1200px;
}		
.box{
	width:90%;
    max-width:700px;
    margin:15vh auto 0;
    box-sizing: border-box;
    line-height: 1.33;
    position: relative;
	box-sizing:border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius:10px;
	background-color:rgba(0,0,0,0.5);
	padding:40px 20px;
}
.box h1{
	width:100%;
	padding:0; 
	border:none;
	color:#fff; 
	margin-bottom:15px; 
	box-sizing:border-box;
	line-height:1.3;
	font-family: 微软雅黑;
    font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box h1, .box h2{
	font-family: 微软雅黑;
    font-weight: bold;
}
.box h1 span{
	display: inline-block;
	font-size:600%;
	font-weight:bold;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.box h1 span::before{
	content:"";
	width:120px;
	height:120px;
	display:inline-block;
	background: url(../images/error.svg) center center no-repeat;
	background-size: auto 70%;
}
.box h2{
	color:#fff; font-family:'微軟正黑體', Arial; 
	font-weight:bold;
	font-size:180%;}			
.box .TXT{
	font-family: "微軟正黑體", Arial; color:#fff;
	font-size:140%;}	
	
.box .TXT #jumpTo{
	color:#FF6; font-weight:bold; 
	font-size:120%; margin-right:8px;}	
.center_btns{
	margin:0 auto;
	max-width:990px;
	margin-top:20px ;
	text-align:center;}
.center_btns .btn{
	display:inline-block;
	margin:8px;
	line-height:1;
	padding:10px 25px;
	border-radius:25px;
	background-color:#fff;
	color:#000;
	font-size:140%;
	font-weight:bold;
	text-decoration:none;}
.center_btns .btn:hover, .center_btns .btn:focus{
	background-color:rgba(0,0,0,0.6);
	color:#fff;}
	
@-webkit-keyframes left_right1 {
	0% {
		background-position: left top;
	}

	50% {
		background-position: right bottom;
	}

	100% {
		background-position: left top;
	}
}

@keyframes left_right1 {
	0% {
		background-position: left top;
	}

	50% {
		background-position: right bottom;
	}

	100% {
		background-position: left top;
	}
}
.red{color:#F00}
a{color:#61a118;}
a:hover, a:focus{color:#F00;}	
a:focus{outline:2px dotted #F00;}	
.box h2{
	color:#FC0; display:block}		
.box h3{
	color:#fff;  display:block;
	font-family: 微软雅黑;
font-weight: bold;}	
.box p{
	margin-bottom:20px ;
	display:block;}		