body {
	font-family: Arial, 'Microsoft JhengHei';
	font-size: 15px;
	color: #666;
	min-width: 320px;
	-webkit-text-size-adjust: none;
}
a {
	color: #666;
	text-decoration: none;
}
p {
	margin-bottom: 20px;
	text-align: justify;
}
p > a {
	color: #3883b6;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #0060a1;
	text-transform: uppercase;
}
nav {
	font-size: 16px;
	padding: 14px 40px;
	margin-bottom: 20px;
	color: #3883b6;
	border-bottom: 1px solid #dbdbdb;
}
nav > a {
	color: #3883b6;
	text-decoration: underline;
}
.container {
	position: relative;
	overflow: hidden;
	max-width: 1200px;
	margin: auto;
}
.captcha-error {
	display: none;
	color: #f00;
	margin-left: 135px;
}
.back {
	text-align: center;
}
.paging {
	margin-top: 30px;
	text-align: center;
}
.paging > dd {
	margin: 5px;
	display: inline-block;
}
.paging > dd > * {
	display: block;
	font-weight: bold;
}
.paging > dd > a {
	color: #156da9;
}
.paging > dd > span {
	color: #ff9600;
}
.miniform {
	position: relative;
}
.miniform > * {
	height: 30px;
	line-height: 30px;
	text-align: left;
}
.miniform > label {
	position: absolute;
	z-index: 1;
	width: 165px;
	padding: 0 15px;
}
.miniform > input[type="text"] {
	width: 165px;
	padding: 0 15px;
	border: 0;
	background: #cde6f6;
}
.miniform > input[type="image"] {
	background: #3883b6;
	padding: 4px 9px;
	border-radius: 5px;
}
.miniform > input[type="submit"] {
	display: inline-block;
	width: 80px;
	padding: 0;
	border: 0;
	font-weight: bold;
	color: #fff;
	background: #3883b6;
	text-align: center !important;
}
#header {
	height: 90px;
}
#header > div {
	padding: 6px;
}
#hd-menubtn, #hd-searchbtn {
	display: none;
}
#hd-logo {
	float: left;
	padding-top: 1px;
	padding-right: 240px;
	background: url(../images/logo_txt.png) right bottom no-repeat;
}
#hd-lang {
	float: right;
	margin-top: 44px;
}
#hd-lang > dd {
	display: inline-block;
}
#hd-lang > dd > a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #d9d9d9;
	border-radius: 50%;
	text-align: center;
}
#hd-lang > dd > a.selected, #hd-lang > dd > a:hover {
	background: #3883b6;
}
#hd-search {
	float: right;
	margin-top: 44px;
	margin-right: 25px;
}
#menu {
	height: 42px;
	line-height: 42px;
	background: #052856;
	text-align: center;
}
#menu > dl {
	overflow: initial;
}
#menu > dl > dt {
	display: none;
}
#menu > dl > dd {
	float: left;
	width: calc((100% - 8px) / 7);
	height: 42px;
	margin-left: 1px;
	position: relative;
}
#menu > dl > dd::after {
	content: '';
	display: block;
	width: 1px;
	height: 18px;
	background: #89a1ba;
	position: absolute;
	top: 12px;
	right: -1px;
}
#menu > dl > dd:first-child::before {
	content: '';
	display: block;
	width: 1px;
	height: 18px;
	background: #89a1ba;
	position: absolute;
	top: 12px;
	left: -1px;
}
#menu > dl > dd > div > a {
	display: block;
	color: #fff;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
#menu > dl > dd:hover > div > a, #menu > dl > dd.selected > div > a {
	background: #0060a1;
}
#menu > dl > dd > dl {
	display: none;
	position: absolute;
	z-index: 100;
	width: 170px;
	left: 50%;
	margin-left: -85px;
	background: #0a346b;
}
#menu > dl > dd > dl > dd:first-child {
	border-top: 0;
}
#menu > dl > dd > dl > dd {
	border-top: 1px solid #627da0;
}
#menu > dl > dd > dl > dd > a {
	display: block;
	color: #fff;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
#menu > dl > dd > dl > dd:hover > a, #menu > dl > dd > dl > dd.selected > a {
	background: #0060a1;
}
#body {
	padding-top: 10px;
	padding-bottom: 20px;
	background: #eaeaea;
}
#body > div {
	min-height: 600px;
	padding-bottom: 20px;
	background: #fff;
}
#bd-banner > img {
	display: block;
	width: 100%;
}
#bd-submenu {
	float: left;
	width: 280px;
	margin-left: 40px;
}
#bd-submenu > dt {
	padding-left: 20px;
	background: url(../images/point_03.png) left center no-repeat;
}
#bd-submenu > dt > a {
	color: #0060a1;
	font-size: 16px;
	font-weight: bold;
}
#bd-submenu > dd {
	padding-left: 20px;
	margin-left: 25px;
	margin-top: 15px;
	font-weight: bold;
	background: url(../images/point_04.png) left center no-repeat;
}
#bd-submenu > dd > a {
	color: #999;
}
#bd-submenu > dd.selected {
	background: url(../images/point_03.png) left center no-repeat;
}
#bd-submenu > dd.selected > a, #bd-submenu > dd:hover > a {
	color: #3782b5;
}
#bd-submenu + #bd-content {
	float: right;
	width: calc(100% - 360px);
	margin-left: 0;
}
#bd-content {
	margin: 0 40px;
}
#bd-form {
	overflow: hidden;
	margin: 0 40px;
}
#bd-form i {
	color: #f00;
	margin: 0 3px;
}
#bd-form > dl > dd {
	margin-top: 10px;
	overflow: hidden;
}
#bd-form > dl > dd > label {
	display: inline-block;
	width: 130px;
	margin-top: 10px;
	vertical-align: top;
}
#bd-form > dl > dd > strong {
	display: inline-block;
	width: calc(100% - 140px);
	padding: 10px 0;
	font-weight: bold;
}
#bd-form > dl > dd > input, #bd-form > dl > dd > textarea {
	width: calc(100% - 135px);
	border: 1px solid #0060a1;
	background: #e9f2f8;
	padding: 10px;
}
#bd-form > dl > dd > input[name="code"] {
	width: calc(100% - 270px);
}
#bd-form > dl > dd > input[type="file"] {
	display: none;
}
#bd-form > dl > dd > input[type="button"] {
	width: 120px;
	border: 0;
	color: #fff;
	background: #3883b6;
}
#bd-form > dl > dd > textarea {
	height: 180px;
}
#bd-form > dl > dd > img {
	height: 38px;
	vertical-align: middle;
}
#bd-form > dl > dd > a > img {
	vertical-align: middle;
}
#bd-form > dl > dd > div.error {
	color: #f00;
	margin-left: 135px;
}
#bd-form > dl > dt {
	margin-top: 30px;
	overflow: hidden;
}
#bd-form > dl > dt > a {
	display: inline-block;
	width: 120px;
	height: 35px;
	line-height: 38px;
	color: #fff;
	background: #f37800;
	border-radius: 5px;
	text-align: center;
}
#footer {
	min-height: 80px;
	background: #fff;
}
#footer > div > a {
	position: absolute;
	z-index: 1;
	right: 1px;
	top: 22px;
}
#footer > div > div {
	overflow: hidden;
}
#footer > div > .left {
	float: left;
}
#footer > div > .left > * {
	float: left;
	margin-left: 25px;
}
#footer > div > .right {
	float: right;
	margin-right: 50px;
}
#ft-sns {
	overflow: hidden;
	margin-top: 26px;
	margin-left: 0 !important;
}
#ft-sns > dd {
	display: inline-block;
}
#ft-enews {
	margin-top: 25px;
	color: #7a7a7a;
}
#ft-enews > div {
	display: inline-block;
	color: #004c74;
}
#ft-enews > div.error {
	display: block;
	color: #f00;
}
#ft-icp {
	height: 46px;
	margin-top: 16px;
	padding: 8px 0 8px 45px;
	line-height: 15px;
	font-size: 11px;
	
}
#ft-nav {
	overflow: hidden;
	margin-top: 25px;
	font-size: 13px;
}
#ft-nav > dd {
	float: left;
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px solid #737373;
}
#ft-nav > dd:first-child {
	padding-left: 0;
	margin-left: 0;
	border-left: 0;
}
#ft-nav > dd > a {
	color: #737373;
}
#ft-copy {
	margin-top: 5px;
	font-size: 12px;
	color: #959595;
	text-align: right;
}
#ft-copy > br {
	display: none;
}
/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (min-width: 801px) {
#menu {
	display: block !important;
	opacity: 1 !important;
}
#search {
	display: none !important;
}
}
@media screen and (max-width: 1100px) {
#footer > div {
	text-align: center;
}
#footer > div > div {
	display: inline-block;
	float: none !important;
	margin: auto !important;
	padding: 0 50px;
}
#ft-enews > * {
	text-align: left;
}
#ft-copy {
	text-align: center;
}
}
@media screen and (max-width: 800px) {
body {
	background-size: 800px;
}
body::before {
	width: 320px;
	height: 200px;
	background-position: center 141px;
	background-size: 280px;
}
nav {
	display: none;
}
#header {
	height: 67px;
	background: #fff;
	border-bottom: 1px solid #0060a1;
}
#hd-menubtn {
	float: right;
	display: block;
	width: 20px;
	height: 20px;
	margin: 17px 9px;
	cursor: pointer;
}
#hd-menubtn::before {
	content: '';
	display: block;
	height: 6px;
	margin-top: 3px;
	border-top: 3px solid #052856;
}
#hd-menubtn::after {
	content: '';
	display: block;
	height: 9px;
	border-top: 3px solid #052856;
	border-bottom: 3px solid #052856;
}
#hd-searchbtn {
	float: right;
	display: block;
	width: 20px;
	height: 20px;
	margin: 17px 9px;
	cursor: pointer;
	background: url(../images/btn_search_blue.png);
	background-size: contain;
}
#hd-logo {
	padding-right: 0;
	background: none;
}
#hd-logo > a > img {
	height: 50px;
}
#hd-search {
	display: none;
}
#hd-lang {
	display: none;
}
#menu {
	display: none;
	opacity: 0;
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: auto;
	top: 66px;
}
#menu > dl > dt {
	display: block;
	line-height: initial;
}
#menu > dl > dd {
	float: none;
	width: 100%;
	margin-left: 0;
	border-bottom: 1px solid #89a1ba;
}
#menu > dl > dd::after {
	display: none;
}
#menu > dl > dd:first-child::before {
	display: none;
}
#menu > dl > dd > dl {
	position: relative;
	width: 100%;
	left: auto;
	margin-left: 0;
}
#mu-lang {
	margin-top: 24px;
	margin-bottom: 24px;
}
#mu-lang > dd {
	display: inline-block;
}
#mu-lang > dd > a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #d9d9d9;
	border-radius: 50%;
	text-align: center;
}
#mu-lang > dd > a.selected, #mu-lang > dd > a:hover {
	background: #3883b6;
}
#search {
	display: none;
	opacity: 0;
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: auto;
	top: 66px;
	padding: 10px;
	text-align: center;
	background: #052856;
}
#search > label {
	left: 50%;
	margin-left: -105px;
}
#body {
	padding: 0;
}
#body > div {
	min-height: inherit;
}
#bd-submenu {
	float: none;
	width: 100%;
	margin: 10px;
}
#bd-submenu > dt, #bd-submenu > dd {
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	line-height: 20px;
	background: none;
	text-align: center;
}
#bd-submenu > dd.selected {
	background: #eee;
}
#bd-submenu + #bd-content {
	float: none;
	width: 100%;
}
#bd-content {
	margin: 0;
	padding: 10px;
}
#bd-form > dl > dd > label, #bd-form > dl > dd > input, #bd-form > dl > dd > textarea, #bd-form > dl > dd > strong {
	width: 100%;
}
#bd-form > dl > dd > input[name="code"] {
	width: calc( 100% - 140px );
}
#bd-form > dl > dd > div.error {
	margin: 0;
}
#bd-form > dl > dt {
	text-align: center;
}
#bd-form > dl > dt > a {
	margin-top: 10px;
}
#footer > div > a {
	top: 22px;
}
#footer > div > div {
	padding: 0 calc(50% - 200px);
}
#footer > div > .left > * {
	float: none;
	margin-left: 0;
}
#footer > div > .right {
	margin-right: 0;
}
#ft-sns {
	margin-top: 15px;
}
#ft-enews {
	margin-top: 5px;
}
#ft-enews > label {
	left: 50%;
	margin-left: -130px;
}
#ft-enews > div {
	display: block;
	text-align: center;
}
#ft-icp {
	margin: 15px !important;
}
#ft-nav {
	margin-top: 0;
}
#ft-nav > dd {
	float: none;
	padding-left: 0;
	margin-left: 0;
	border-left: 0;
}
#ft-copy > br {
	display: block;
}
}
/* Print styles
-------------------------------------------------------------------------------*/
@media print {
}
