@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400');
body {
	font-family: 'Quicksand', Arial, 'Microsoft JhengHei';
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 1px;
	min-width: 320px;
	color: #004477;
	-webkit-text-size-adjust: none;
}
a {
	color: #004477;
	text-decoration: none;
}
nav {
	margin: 15px 0 35px;
	font-size: 13px;
	color: #555;
}
input[type="radio"], input[type="checkbox"] {
	vertical-align: baseline;
}
input[type="text"], textarea {
	width: 100%;
	height: 40px;
	padding: 0 15px;
	color: #777;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
}
textarea {
	height: 150px;
	padding: 15px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #777;
}
input:-moz-placeholder, textarea:-moz-placeholder {
color: #777;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color: #777;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #777;
}
.container {
	position: relative;
	overflow: hidden;
	margin: auto;
	padding: 0 10px;
	max-width: 1200px;
}
.dropdown {
	position: relative;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	background: none;
}
.dropdown > select {
	display: block;
	width: 100%;
	height: 38px;
	padding: 0 30px 0 15px;
	color: #777;
	border: none;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.dropdown > select:focus {
	outline: none;
}
.dropdown::after {
	content: '';
	position: absolute;
	display: block;
	top: calc(50% - 10px);
	right: 10px;
	width: 11px;
	height: 20px;
	background: url(/image/icon_04.png);
}
.calendar {
	margin: 15px auto 30px;
	border: 1px solid #e9ebee;
}
.calendar > * {
	overflow: hidden;
}
.calendar > * > * {
	float: left;
}
.cal-head {
	color: #fff;
	background: #004477;
}
.cal-head * {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.cal-head a {
	width: 80px;
	background: center no-repeat;
}
.cal-head a:first-child {
	background-image: url(/image/calender_arrow_left.png);
}
.cal-head a:last-child {
	background-image: url(/image/calender_arrow_right.png);
}
.cal-head span {
	width: 218px;
}
.cal-body {
	min-height: 324px;
	font-weight: bold;
	background: #f5f5f5;
}
.cal-body * {
	color: #999;
	text-align: center;
}
.cal-body dt {
	width: 54px;
	height: 54px;
	line-height: 54px;
	background: #fff;
}
.cal-body dd {
	width: 30px;
	height: 30px;
	margin: 12px;
	line-height: 30px;
}
.cal-body .na {
	color: #ccc;
}
.cal-body .ev {
	color: #0061aa;
	font-weight: bold;
}
.cal-body .ph {
	color: #f00;
	font-weight: bold;
}
.cal-body .sh {
	background: #ffc905;
}
.cal-body .today {
	border-bottom: 3px solid #004477;
}
.cal-foot {
	font-size: 12px;
	line-height: 40px;
	border-top: 1px solid #e9ebee;
}
.cal-foot dd {
	margin-left: 20px;
}
.cal-foot .ev::before {
	content: 'A';
	font-size: 15px;
	font-weight: bold;
	color: #0061aa;
}
.cal-foot .ph::before {
	content: 'A';
	font-size: 15px;
	font-weight: bold;
	color: #f00;
}
.cal-foot .sh::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #ffc905;
}
.upcoming dd {
	margin: 5px 0 15px;
}
.upcoming a {
	display: block;
}
.upcoming img {
	display: block;
	width: 100%;
	border: 1px solid #e3b81d;
}
.upcoming .date {
	margin-top: 10px;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
}
.upcoming .title {
	margin-top: 5px;
	font-weight: bold;
}
.upcoming .intro {
	padding-right: 20px;
	background: url(/image/icon_arrow_right.png) right top no-repeat;
}
.error {
	color: #f00;
}
#header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	border-bottom: 3px solid #eabd1e;
}
#header > div {
	height: 132px;
	max-width: 1400px;
}
#header > div > * {
	position: absolute;
	z-index: auto;
}
#hd-logo {
	top: 15px;
	left: 10px;
}
#hd-logo > a {
	display: block;
	width: 115px;
	height: 100px;
	background: url(/image/logo_txt.png) center bottom no-repeat;
}
#hd-logo > a > img {
	display: block;
	margin: auto;
}
#hd-menu {
	overflow: hidden;
	top: 18px;
	left: 140px;
	width: calc(100% - 300px);
	padding-left: 20px;
	border-left: 1px solid #eabd1e;
}
#hd-menu > dl {
	display: table-cell;
	width: 1000px;
	height: 100px;
	vertical-align: middle;
}
#hd-menu > dl > dd {
	display: inline-block;
	position: relative;
	margin-left: 40px;
}
#hd-menu > dl > dd.mob {
	display: none;
}
#hd-menu > dl > dd::before {
	content: '';
	display: block;
	position: absolute;
	top: 9px;
	left: -25px;
	width: 8px;
	height: 8px;
	background: #eabd1e;
	border-radius: 50%;
}
#hd-menu > dl > dd:first-child {
	margin-left: 0;
}
#hd-menu > dl > dd:first-child::before {
	display: none;
}
#hd-menu > dl > dd > a {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
#hd-menu > dl > dd > a:hover, #hd-menu > dl > dd > a.selected {
	color: #eabd1e;
}
#hd-menubtn, #hd-menumob {
	display: none;
}
#hd-nav {
	top: 25px;
	right: 10px;
}
#hd-nav > dt {
	text-transform: uppercase;
	margin-bottom: 20px;
}
#hd-nav > * > a {
	color: #333;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
#hd-nav > * > a:hover, #hd-nav > * > a.selected {
	color: #eabd1e;
}
#header + * {
	margin-top: 135px;
}
#banner {
	position: relative;
	height: 495px;
	background-position: center top;
	background-repeat: no-repeat;
}
#banner > div {
	position: absolute;
	z-index: 20;
	top: 365px;
	left: calc(50% - 600px);
	padding: 10px 15px;
	background: rgba(255,200,5,.8);
}
#banner > div > h1 {
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 0px 10px #000;
}
#body {
	min-height: 500px;
}
#bd-submenu {
	float: left;
	width: 240px;
	font-size: 16px;
}
#bd-submenu.fixed {
	position: fixed;
	top: 150px;
	z-index: -1;
}
#bd-submenu > dd {
	margin-bottom: 15px;
}
#bd-submenu > dd::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 3px;
	border: 1px solid #e3b81d;
	border-radius: 50%;
}
#bd-submenu > dd > a {
	color: #c7c7c7;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
#bd-submenu > dd > a:hover, #bd-submenu > dd > a.selected {
	color: #e3b81d;
}
#bd-submenu + #bd-main {
	float: right;
	width: calc(100% - 265px);
}
#footer {
	margin-top: 50px;
	padding: 15px 0;
	background: #005493;
}
#ft-testimonial {
	float: left;
	color: #fff;
	width: 310px;
	padding: 10px;
	margin-right: 30px;
	border: 2px solid #eabd1e;
}
#ft-testimonial > .title {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 25px;
	background: url(/image/icon_01.png) left center no-repeat;
}
#ft-testimonial > .content {
	margin: 20px 0;
}
#ft-testimonial > .name {
	font-style: italic;
	font-size: 13px;
}
#ft-menu {
	float: left;
	width: calc(100% - 470px);
}
#ft-menu > dd {
	display: inline-block;
	margin-right: 25px;
}
#ft-menu > dd > a {
	color: #fff;
	line-height: 48px;
}
#ft-media {
	float: right;
}
#ft-media > dd {
	display: inline-block;
	margin-left: 12px;
}
#ft-media > dd > a {
	display: table-cell;
	width: 48px;
	height: 48px;
	background: #004477;
	border-radius: 50%;
	vertical-align: middle;
}
#ft-media > dd > a > img {
	display: block;
	margin: auto;
}
#copyright {
	padding: 15px 0;
	font-size: 13px;
	color: #fff;
	background: #005493;
	border-top: 1px solid #004477;
}
#copyright > dl > dt {
	float: left;
}
#copyright > dl > dd {
	float: right;
}
#copyright > dl > dd > a {
	color: #fff;
}
/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (min-width: 801px) {
#hd-menu {
	display: block !important;
	opacity: 1 !important;
}
}
@media screen and (max-width: 1200px) {
#banner > div {
	left: 0;
}
}
@media screen and (max-width: 1000px) {
#hd-menu > dl > dd > a {
	font-size: 15px;
}
}
@media screen and (max-width: 800px) {
#header > div {
	height: 70px;
	overflow: visible;
}
#header + * {
	margin-top: 70px;
}
#hd-logo {
	overflow: hidden;
	top: 5px;
	left: 5px;
}
#hd-logo > a {
	background-position: right center;
	width: 190px;
	height: 63px;
	padding-right: 115px;
}
#hd-nav, #hd-menu {
	display: none;
}
#hd-menubtn {
	display: block;
	position: absolute;
	top: 16px;
	right: 0;
	width: 59px;
	height: 37px;
	padding: 8px 16px;
	cursor: pointer;
	border-left: 2px solid #004477;
}
#hd-menubtn::before {
	content: '';
	display: block;
	height: 9px;
	border-top: 3px solid #004477;
}
#hd-menubtn::after {
	content: '';
	display: block;
	height: 12px;
	border-top: 3px solid #004477;
	border-bottom: 3px solid #004477;
}
#hd-menu {
	display: none;
	opacity: 0;
	z-index: 100;
	top: 70px;
	left: 0;
	width: 100%;
	height: auto;
	padding: 0;
	border: 0;
	background: rgba(255,255,255,.9);
}
#hd-menu > dl {
	display: block;
	width: 100%;
	height: auto;
}
#hd-menu > dl > dd {
	display: block !important;
	margin: 0;
	border-bottom: 1px solid #fff;
}
#hd-menu > dl > dd > a {
	display: block;
	padding: 10px 0;
	font-size: 20px;
	text-align: center;
}
#banner {
	height: 200px;
	background-size: 800px;
}
#banner > div {
	top: 120px;
}
#banner > div > h1 {
	font-size: 30px;
}
#bd-submenu {
	display: none;
}
#bd-submenu + #bd-main {
	float: none;
	width: 100%;
}
#ft-testimonial {
	float: none;
	width: 100%;
	margin: 0 auto 10px;
}
#ft-menu {
	display: none;
}
#ft-media {
	float: none;
	text-align: center;
}
#copyright > dl > * {
	float: none !important;
	text-align: center;
}
}
@media screen and (max-width: 500px) {
#banner > div > h1 {
	font-size: 20px;
}
}
@media screen and (max-width: 420px) {
.calendar {
	width: 296px;
}
.cal-head a {
	width: 38px;
}
.cal-body {
	min-height: 252px;
}
.cal-body dt {
	width: 42px;
	height: 42px;
}
.cal-body dd {
	margin: 6px;
}
.cal-foot dd {
	width: 100%;
}
}
/* Print styles
-------------------------------------------------------------------------------*/
@media print {
}
