@CHARSET "UTF-8";
@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css";
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
/**

color:#f5548b;
color:#F7CBD4;

color:#a5f1e8;
color:#5fc7ae;

#FFCC57;
#F9A61A
#FFF786

blue
4d92bc

green
A9CE05

pink
ff99ca

orange
dd6449


logo
ebaa99
744c24
8c6640

 **/

html {
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-size: 11pt;
	color: grey;
	font-family: 'Noto Sans TC', sans-serif;
}

a {
	text-decoration: none;
	color: #97632f;
}

ul {
	list-style: none;
}

i {
	color: #ebaa99;
}

.max-width {
	max-width: 1000px;
}

.width {
	width: 1000px;
}

.center {
	margin: 0 auto;
}

.wrapper {
	margin: 0 auto;
	width: 100%;
}

.topper {
	background: white;
	height: 70px;
	width: 100%;
	opacity: 1;
	position: fixed;
	top: 0;
	z-index: 99;
}

.topper-content {
	height: 70px;
	margin: 0 auto;
}

.topper hr {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #bdbdbd inset;
	opacity: .8;
	clear: left;
}

.top-logo {
	float: left;
	height: 60px;
	width: 60px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	opacity: 0.9;
}

.top-logo a {
	display: block;
	height: 60px;
	width: 60px;
	background: url("../img/logo-top.png") no-repeat;
	background-size: 100%;
	animation-name: spin;
	animation-duration: 10000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.top-logo02 {
	float: left;
	height: 60px;
	width: 110px;
	margin-top: 5px;
	margin-bottom: 5px;
	opacity: 0.9;
	margin-left: 10px;
}

.top-logo02 a {
	display: block;
	width: 110px;
	height: 55px;
	background: url("../img/logo02.svg") no-repeat;
	background-size: 100%;
	margin: 0 auto;
}

.top-logo02:hover {
	opacity: .8;
}

.top-menu {
	float: right;
	padding: 0;
	height: 70px;
	color: #744c24;
	opacity: 0.9;
}

.top-menu ul {
	padding: 0;
	margin-top: 25px;
	margin-right: 50px;
}

.top-menu li {
	float: left;
	margin-right: 35px;
}

.top-menu i {
	margin-right: 5px;
}

.top-menu a:visited {
	color: #97632f;
}

.top-menu a:hover {
	opacity: 0.6;
}

.bg-img {
	background: #000 url(../img/bg-img.jpg) center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	height: 800px;
}

.content-logo {
	height: 275px;
	width: 275px;
	background: url("../img/logo-center.png") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -137px;
	margin-left: -137px;
	opacity: 0.9;
	animation-name: spin;
	animation-duration: 50000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.mid-title {
	font-size: 60px;
	font-weight: bold;
	height: 90px;
	width: 540px;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -270px;
	color: white;
	text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.4);
	/***
	text-shadow: 0 0 5px white,
               0 0 10px white,
               0 0 15px white;
               
    ***/
}

.mid-slogan {
	font-size: 30px;
	height: 50px;
	width: 400px;
	background-size: 100%;
	letter-spacing: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 35px;
	margin-left: -190px;
	color: white;
	text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
	/***
	text-shadow: 0 0 5px white,
               0 0 10px white,
               0 0 15px white;
               
    ***/
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.page-descript {
	text-align: center;
	margin: 100 auto 0 auto;
	width: 500px;
}

a:hover {}

.pic01 {}

.bottom-blank {
	clear: left;
	height: 0px;
}

.footer-box {}

.footer {
	font-size: 9.5pt;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 200;
	background-color: #744c24;
}

.footer01 {
	clear: both;
	width: 100%;
	height: 25px;
	line-height: 35px;
	text-shadow: none;
	padding: 5px;
	color: #ddd;
}

.footer a {
	color: #ddd;
}

.footer02 {
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-shadow: none;
	padding: 5px;
	color: #bbb;
}

.footer-content {
	opacity: 0.9;
	font-size: 10pt;
	color: white;
}

.footer-sentence {
	margin-left: 5px;
	margin-right: 5px;
}

.footer01-text a:hover {
	color: #eee;
}

@media screen and (max-width: 600px) {
	/***
	
	.max-width{
	
		max-width:300px;
		
	}
	
	.width{
		
		width:300px;
		
	}
	
	.wrapper{
	
		margin:0 auto;
		margin-top:40px;
		margin-bottom:60px;
	}
    
    
    @media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
		
		.logo{
	
			background: url("../img/logo-30.png") no-repeat ;
			background-size: 100%;
			
		}
		
		
	}
	
	
	***/
}