body {
	font-family: "微軟正黑體", "Microsoft JhengHei", 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	font-size: 15px;
	webkit-tap-highlight-color: rgba(255,255,255,.2);
	line-height: 1.8em;
	background-color: #d8f3ec;
}
.highlight {
	background-color: #ff0;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3-4 */
	border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* FF3.5+ */
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Saf3.0+, Chrome */
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Opera 10.5+, IE 9.0 */
}
.highlight {
	padding: 1px 4px;
	margin: 0 -4px;
}
.search {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px
}
.search input {
	padding: 2px;
	border: 2px solid #007c7d;
	font-size: 15px;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3-4 */
	border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
}
.search input:focus {
	background-color: #9ef7e0;
}
.search span:nth-child(1) {
	text-align: left;
	width: 50%;
	display: inline-block;
	color: #000;
	font-size: 15px;
}
.search span:nth-child(2) {
	text-align: right;
	width: 50%;
	font-size: 15px;
	display: inline-block
}
* {
	padding: 0px;
	margin: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a img {
	border: none;
	border: 0px;
	border-width: 0;
	outline: none;
}
img {
	border: none;
	border: 0px;
	border-width: 0;
	outline: none;
}
a {
	border: none;
	border: 0px;
	border-width: 0;
	outline: none;
}
a:link {
	color: #007c7d;
	background-color: transparent;
	text-decoration: none
}
a:visited {
	color: #007c7d;
	background-color: transparent;
	text-decoration: none
}
a:hover {
	color: #007c7d;
	background-color: transparent;
	text-decoration: underline
}
a:active {
	color: #007c7d;
	background-color: transparent;
	text-decoration: underline
}
.article {
	width: 1000px;
	margin: 0px auto;
	background-color: #fff;
}
.header {
	width: 1000px;
	position: relative
}
.section {
	padding: 15px;
	position: relative;
	overflow: hidden;
	background-color: #fff
}
.section .left-div {
	width: 47%;
	float: left;
}
.section .right-div {
	width: 50.5%;
	float: right;
}
.section01 {
	padding: 15px;
	height: auto;
	position: relative;
	overflow: hidden;
	background-color: #fff
}
h1 {
	font-size: 18px;
	color: #007c7d;
	margin-bottom: 10px
}
h2 {
	margin-top: 20px;
	font-size: 16px;
	color: #d61e1f;
}
span {
	color: #e4007f;
	font-size: 13px;
}
.info2 {
	color: #e4007f;
	margin-top: 5px
}
.info3 {
	color: #ff0000;
	margin-top: 20px
}
p {
	margin-bottom: 10px
}
li {
	margin-left: 20px;
	margin-bottom: 5px
}
ul#myList {
	list-style-type: none;
	font-size: 14px;
	letter-spacing: -1px;
}
ul#myList li {
	margin-bottom: 0px;
	margin-left: 0px;
}
ul#myList2 {
	list-style-type: none;
	font-size: 15px;
	letter-spacing: 0px;
}
ul#myList2 li {
	margin-bottom: 0px;
	margin-left: 0px;
}
.logo {
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 20px;
}
.top {
	background-color: #007c7d;
	padding: 10px;
	text-align: left
}
.footer {
	border-top: 10px solid #007c7d;
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
.btn {
	background-color: #007c7d!important;
	color: #fff!important;
	padding: 5px 20px;
	font-weight: bold
}
.btn:hover {
	text-decoration: none;
	background-color: #00a2a3!important
}
.btn-s {
	background-color: #007c7d!important;
	color: #fff!important;
	padding: 2px 5px;
	font-size: 18px;
	letter-spacing: 1px
}
.btn-s:hover {
	text-decoration: none;
	background-color: #00a2a3!important
}
.social {
	position: absolute;
	top: 10px;
	right: 10px
}
.social img {
	width: 45px
}
.social a {
	margin-left: 8px
}
#mimo_bg {
	position: fixed;
	opacity: .8;
	background-color: #000;
	left: 0;
	top: 0;
	width: 100%;
	height: 120%;
	margin: 0;
	padding: 0;
	display: none;
	z-index: 10;
	overflow: hidden
}
.mimo_close {
	position: absolute;
	z-index: 12;
	top: 0;
	right: 0;
	cursor: pointer;
	padding: 0 5px;
	margin: 0px;
	width: 25px;
	height: 25px;
	font-size: 30px;
	line-height: 26px;
	display: block;
	color: #000;
	border-radius: 100px;
	text-align: center
}
.mimo_modal {
	position: absolute;
	background-color: #fff;
	margin: 10px;
	z-index: 11;
	left: 0;
	right: 0;
	top: 0;
	border-radius: 5px;
	display: none;
	padding: 0px;
	border: 10px solid #fff;
	overflow: hidden
}
.mimo_modal h2 {
	background-color: #007c7d;
	padding: 20px;
	text-align: left
}
.mimo_modal .logo2 {
	text-align: left!important;
	margin-left: 0px;
}
.mimo_modal .info {
	margin: 30px;
	padding: 20px;
	font-size: 18px;
	line-height: 2em
}
.mimo_modal .info b {
	color: #f00
}
.mimo_classic {
	box-shadow: 0 0 8px 4px rgba(0,0,0,.2);
	border-radius: 0
}
.mimo_clear {
	background-color: transparent
}
.mimo_modal img {
	max-width: 100%;
	height: auto;
	display: block;
	text-align: center;
	margin: 0px auto;
}
.dragon {
	width: 150px;
	padding-bottom: 50px;
	float: right
}
/*  Basic Title  */
.tab01-title {
	font-weight: 100;
	text-align: center;
	color: #000;
	-webkit-animation: 2s fade;
	animation: 2s fade;
	margin: 30px;
	line-height: 30px
}
.tab01-title span {
	font-size: 24px;
	font-family: helvetica, xingothic-tc, 蘋果儷中黑, 微軟正黑體;
	display: inline-block;
	position: relative;
	padding: .5em 1em;
	font-weight: bold;
	color: #1e7cb5
}
.tab01-title span:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #1e7cb5;
	-webkit-animation: 1.5s draw;
	animation: 1.5s draw;
}
.tab01-title span:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	border-bottom: 1px solid #1e7cb5;
	-webkit-animation: 1.5s draw-bottom;
	animation: 1.5s draw-bottom;
}
.tab02-title {
	font-weight: 100;
	text-align: center;
	color: #000;
	-webkit-animation: 2s fade;
	animation: 2s fade;
	margin: 30px;
	line-height: 30px
}
.tab02-title span {
	font-size: 24px;
	font-family: helvetica, xingothic-tc, 蘋果儷中黑, 微軟正黑體;
	display: inline-block;
	position: relative;
	padding: .5em 1em;
	font-weight: bold;
	color: #44a44a
}
.tab02-title span:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #44a44a;
	-webkit-animation: 1.5s draw;
	animation: 1.5s draw;
}
.tab02-title span:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	border-bottom: 1px solid #44a44a;
	-webkit-animation: 1.5s draw-bottom;
	animation: 1.5s draw-bottom;
}
.tab03-title {
	font-weight: 100;
	text-align: center;
	color: #000;
	-webkit-animation: 2s fade;
	animation: 2s fade;
	margin: 30px;
	margin: 30px;
	line-height: 30px
}
.tab03-title span {
	font-size: 24px;
	font-family: helvetica, xingothic-tc, 蘋果儷中黑, 微軟正黑體;
	display: inline-block;
	position: relative;
	padding: .5em 1em;
	font-weight: bold;
	color: #c89200
}
.tab03-title span:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #c89200;
	-webkit-animation: 1.5s draw;
	animation: 1.5s draw;
}
.tab03-title span:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	border-bottom: 1px solid #c89200;
	-webkit-animation: 1.5s draw-bottom;
	animation: 1.5s draw-bottom;
}
.tab04-title {
	font-weight: 100;
	text-align: center;
	color: #000;
	-webkit-animation: 2s fade;
	animation: 2s fade;
	margin: 30px;
	line-height: 30px
}
.tab04-title span {
	font-size: 24px;
	font-family: helvetica, xingothic-tc, 蘋果儷中黑, 微軟正黑體;
	display: inline-block;
	position: relative;
	padding: .5em 1em;
	font-weight: bold;
	color: #da5b2d
}
.tab04-title span:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #da5b2d;
	-webkit-animation: 1.5s draw;
	animation: 1.5s draw;
}
.tab04-title span:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	border-bottom: 1px solid #da5b2d;
	-webkit-animation: 1.5s draw-bottom;
	animation: 1.5s draw-bottom;
}
/* Film Animations */
@keyframes grain {
 0%, 100% {
 transform: translate(0, 0, 0);
}
 10% {
 transform: translate(-1%, -1%);
}
 20% {
 transform: translate(1%, 1%);
}
 30% {
 transform: translate(-2%, -2%);
}
 40% {
 transform: translate(3%, 3%);
}
 50% {
 transform: translate(-3%, -3%);
}
 60% {
 transform: translate(4%, 4%);
}
 70% {
 transform: translate(-4%, -4%);
}
 80% {
 transform: translate(2%, 2%);
}
 90% {
 transform: translate(-3%, -3%);
}
}
@keyframes scratch {
 0%, 100% {
 transform: translateX(0);
 opacity: 0.075;
}
 10% {
 transform: translateX(-1%);
}
 20% {
 transform: translateX(1%);
}
 30% {
 transform: translateX(-2%);
 opacity: 0.09;
}
 40% {
 transform: translateX(3%);
}
 50% {
 transform: translateX(-3%);
 opacity: 0.05;
}
 60% {
 transform: translateX(8%);
}
 70% {
 transform: translateX(-3%);
}
 80% {
 transform: translateX(10%);
 opacity: 0.02;
}
 90% {
 transform: translateX(-2%);
}
}
@keyframes inner-scratch {
 0% {
 transform: translateX(0);
 opacity: 0.08;
}
 10% {
 transform: translateX(-1%);
}
 20% {
 transform: translateX(1%);
}
 30% {
 transform: translateX(-2%);
}
 40% {
 transform: translateX(3%);
}
 50% {
 transform: translateX(-3%);
 opacity: 0.06;
}
 60% {
 transform: translateX(8%);
}
 70% {
 transform: translateX(-3%);
}
 80% {
 transform: translateX(10%);
 opacity: 0.03;
}
 90% {
 transform: translateX(20%);
}
 100% {
 transform: translateX(30%);
}
}
/* Simple Title Animation */
@keyframes draw {
 0% {
 width: 0%;
}
 100% {
 width: 100%;
}
}
 @keyframes draw-bottom {
 0% {
 width: 0%;
}
 100% {
 width: 100%;
}
}
@keyframes fade {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
table {
	width: 100%;
	margin: 0px auto;
	border-collapse: collapse;
	border: 1px solid #ebebeb;
	border-bottom: 2px solid #007c7d;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 10px 10px rgba(0, 0, 0, 0.05), 0px 20px 20px rgba(0, 0, 0, 0.05), 0px 30px 20px rgba(0, 0, 0, 0.05);
	margin-bottom: 10px
}
table tr:nth-child(even) {
	background: #e8eeef;
}
table td {
	border: 1px solid #ccc;
	padding: 12px 5px;
	width: 140px;
	border-collapse: collapse;
}
table th {
	border: 1px solid #ccc;
	background: #007c7d;
	color: #fff;
	width: 70px;
	text-transform: uppercase;
}
table th.last {
	border-right: none;
}
/*list*/
/* gallery display */
.photos {
	display: block;
	margin-bottom: 100px
}
.photos ul {
	list-style: none;
}
.photos ul li {
	background: #fff;
	display: inline;
	list-style: none;
	float: left;
	margin: 0 25px 10px 0;
	padding: 0;
	text-align: center;
	color: #000;
	width: 30%
}
.photos ul li a {
	display: block;
	margin-bottom: 10px;
	opacity: 0.85;
	text-decoration: none;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.photos ul li span {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
.photos ul li a:hover {
	opacity: 1.0;
}
.photos ul li a img {
	border: 6px solid #d4d4d4;
	width: 280px;
	height: 245px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	margin-bottom: 10px
}
.photos ul li a img:hover {
	border: 6px solid #91f9fa;
}
h4 {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#007c7d+0,ffffff+100&1+0,0+100 */
	background: -moz-linear-gradient(left, rgba(0,124,125,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,124,125,1) 0%, rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,124,125,1) 0%, rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007c7d', endColorstr='#00ffffff', GradientType=1 ); /* IE6-9 */;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 10px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px
}
/* Go Top 按鈕 */
#goTop {
	position: fixed;
	bottom: 40px; /* 與下方的距離, 也可改為百分比, 即為距離螢幕下方的百分比 */
	right: 40px; /* 與右方的距離 */
	width: 20px; /* 按鈕原始寬度 */
	height: 20px; /* 按鈕原始高度 */
	opacity: .6;
	z-index: 10;
	cursor: pointer;
	transition: all .5s; /* 動畫效果 持續期間 */
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
#goTop:hover {
	opacity: 1;
}
.download {
	position: absolute;
	top: 270px;
	left: 300px;
	padding: 4px 7px;
	background: #D8F3EC;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
