@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */
a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */
figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.loginarea {
  background: url(../images/loginbg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.loginarea article {
  height: 815px;
  position: relative;
}

.login {
  width: 500px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -250px;
  margin-left: -250px;
}

.loginbox {
  width: 490px;
}

.loginform {
  padding-top: 0.5em;
}
.loginform p {
  letter-spacing: 0.2px;
  padding-top: 0.5em;
  color: #0088af;
  font-weight: bolder;
}
.loginform p small {
  font-size: 0.9em;
  color: #9bd0e0;
  padding-left: 5px;
  font-weight: normal;
}
.loginform input[type=text], .loginform input[type=password] {
  width: 95%;
  height: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-left: 2%;
  border: 1px solid #eee;
}

.rem {
  position: relative;
}
.rem input[type=checkbox] {
  width: 18px;
  height: 18px;
  background: #fff;
  position: absolute;
  top: 10px;
}
.rem label {
  padding-left: 25px;
  font-weight: normal;
}

.loginbtn p {
  color: #00a0e9;
  text-align: center;
  width: 97%;
}
.loginbtn p a {
  display: inline-block;
  color: #00a0e9;
  padding-top: 1em;
}
.loginbtn input[type=button] {
  width: 97%;
  height: 50px;
  margin-top: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  background: #48b5e5;
  color: #fff;
  font-size: 1em;
  border: 0;
  float: left;
}

body {
  font-family: Meiryo, "微軟正黑體", "Microsoft JhengHei";
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #222;
}

a {
  text-decoration: none;
}

html, body {
  height: 100%;
}

header {
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: #fff;
}
header:before {
  content: "";
  display: table;
}
header:after {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}
header h1 {
  float: left;
}
header h1 img {
  height: 50px;
}
header nav {
  float: right;
  padding-top: 10px;
}
header nav ul {
  padding-right: 15px;
}
header nav ul:before {
  content: "";
  display: table;
}
header nav ul:after {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}
header nav ul li {
  float: left;
  list-style: none;
  color: #3c9cd9;
}
header nav ul li button {
  border: 1px solid #3c9cd9;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: #fff;
  padding: 5px 30px;
}
header nav ul li a {
  display: inline-block;
  padding: 5px 15px;
  color: #3c9cd9;
}

article.page {
  padding-top: 80px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5YWJlMCIvPjxzdG9wIG9mZnNldD0iMjIwcHgiIHN0b3AtY29sb3I9IiM1OWFiZTAiLz48c3RvcCBvZmZzZXQ9IjIyMHB4IiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #59abe0), color-stop(220px, #59abe0), color-stop(220px, #ffffff), color-stop(100%, #ffffff));
  background: -moz-linear-gradient(left, #59abe0 0%, #59abe0 220px, #ffffff 220px, #ffffff 100%);
  background: -webkit-linear-gradient(left, #59abe0 0%, #59abe0 220px, #ffffff 220px, #ffffff 100%);
  background: linear-gradient(to right, #59abe0 0%, #59abe0 220px, #ffffff 220px, #ffffff 100%);
  min-height: 850px;
  padding-bottom: 20px;
}
article.page:before {
  content: "";
  display: table;
}
article.page:after {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}
article.page aside {
  float: left;
  width: 220px;
  color: #fff;
}
article.page aside a {
  color: #fff;
}
article.page aside .perinfo figure {
  margin: 0;
  padding: 0;
}
article.page aside .perinfo figure img {
  border: 1px solid #fff;
  padding: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin: 15px auto;
}
article.page aside .perinfo h3 {
  margin: 0;
  text-align: center;
  font-weight: normal;
}
article.page aside .perinfo h3 em {
  display: block;
}
article.page aside nav {
  padding-top: 15px;
}
article.page aside nav ul {
  margin: 0;
  padding: 0;
}
article.page aside nav ul li {
  list-style: none;
}
article.page aside nav ul li a {
  display: block;
  padding: 10px 10px 10px 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 3px;
}
article.page section {
  float: left;
  width: calc(100% - 220px);
}
article.page section .site {
  background-color: #eee;
  padding: 10px 0 10px 30px;
}
article.page section h2 {
  padding-left: 30px;
  color: #3c9cd9;
  font-weight: normal;
}
article.page section .tab, article.page section .tab-container {
  padding-left: 30px;
}
article.page section .tabs {
  margin: 0 auto;
  padding: 0;
  width: 60%;
}
article.page section .tabs:before {
  content: "";
  display: table;
}
article.page section .tabs:after {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}
article.page section .tabs li {
  list-style: none;
  float: left;
  width: 48%;
}
article.page section .tabs li a {
  width: 100%;
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid #908f8f;
  text-align: center;
  color: #908f8f;
}
article.page section .tabs li.check a {
  color: #3c9cd9;
  border-bottom: 1px solid #3c9cd9;
}
article.page section .tab-container {
  width: 90%;
  margin: 30px auto;
}
article.page section .tab-container h3 {
  font-weight: normal;
  font-size: 1.3rem;
  text-align: center;
}

.formtype {
  margin: 0 auto;
  max-width: 900px;
}
.formtype fieldset {
  padding: 0;
  margin-top: 20px;
  border: none;
}
.formtype fieldset legend {
  color: #888888;
  font-size: 1rem;
  padding-left: 5px;
}
.formtype select {
  height: 32px;
  padding: 4px 12px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline;
  color: #888888;
}
.formtype .subbtn {
  padding: 10px 80px;
  margin-top: 10px;
  color: #fff;
  background-color: #3c9cd9;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}

.form-text {
  line-height: 2;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-left: 10px;
  color: #888888;
}

/*宏傑新增*/
.form-text-taichi {
  line-height: 2;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #888888;
}

.form-textl {
  width: 100%;
}

.form-textm {
  width: 50%;
}

.form-textm2 {
  width: 15%;
}

.form-texts {
  width: 30%;
}

.btn:before {
  content: "";
  display: table;
}
.btn:after {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}
.btn .btnsubmit {
  margin-top: 30px;
  color: #fff;
  background-color: #3c9cd9;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  float: right;
}

.table, .table2 {
  width: 100%;
  border: 1px solid #aeaeae;
  margin-top: 30px;
  color: #888;
}
.table th, .table2 th {
  background: #b4b4b4;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.table tr, .table2 tr {
  border-bottom: 1px solid #aeaeae;
}
.table tr:nth-child(odd), .table2 tr:nth-child(odd) {
  background: #f7f7f7;
}
.table td, .table2 td {
  line-height: 2.5em;
  text-align: center;
  border-right: 1px solid #aeaeae;
}
.table td a, .table2 td a {
  color: #3c9cd9;
}
/*宏傑新增*/
.table-taichi td {
  line-height: 2.5em;
}
/*宏傑新增*/
.td-title {
  background-color: #F2F2F2;
  text-align: center
}

.pager {
  margin-left: 42%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.pager fieldset {
  padding: 0;
  border: none;
}
.pager fieldset:before {
  content: "";
  display: table;
}
.pager fieldset:after {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}
.pager fieldset legend {
  float: left;
  padding-top: 5px;
  padding-right: 15px;
}
.pager fieldset legend em {
  font-style: normal;
  color: #3c9cd9;
}
.pager fieldset select {
  float: left;
  width: 150px;
  height: 32px;
  padding: 4px 12px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #888888;
}
/*宏傑新增*/

/* 漸變 color1 - color2 - color1 */

hr.style-one {
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
}


/* 透明漸變 - color - transparent */

hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}


/* 雙線 */

hr.style-three {
  border: 0;
  border-bottom: 1px dashed #ccc;
  background: #999;
}


/* 單線陰影 */

hr.style-four {
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}


/* 雲朵状 */

hr.style-five {
  border: 0;
  height: 0; /* Firefox... */
  box-shadow: 0 0 10px 1px black;
}
hr.style-five:after {  /* Not really supposed to work, but does */
  content: "\00a0";  /* Prevent margin collapse */
}


/* 内嵌 */

hr.style-six {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.3);
}


/* 暈状 */

hr.style-seven {
  height: 30px;
  border-style: solid;
  border-color: black;
  border-width: 1px 0 0 0;
  border-radius: 20px;
}
hr.style-seven:before { 
  display: block;
  content: "";
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-color: black;
  border-width: 0 0 1px 0;
  border-radius: 20px;
}


/* 文字插入式 */

hr.style-eight {
  padding: 0;
  border: none;
  border-top: medium double #333;
  color: #333;
  text-align: center;
}
hr.style-eight:after {
  content: "請輸入文字";
  display: inline-block;
  position: relative;
  top: -0.7em;
  font-size: 1.5em;
  padding: 0 0.25em;
  background: white;
}

