@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body, button {
  font-family: "Arial",微軟正黑體;
  font-size: 100%;
}

body {
  margin: 0;
  background-color: #fff;
}

iframe {
  border: none;
}

img {
  border: 0;
  outline: none;
  display: inline-block;
}

a {
  display: inline-block;
  text-decoration: none;
}

b {
  font-weight: bold;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 99999px;
}

.txt-sig {
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.no-select {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}

.row_center_btn {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.row_right_btn {
  text-align: right;
  margin-bottom: 1rem;
}

.text_pos_c {
  text-align: center;
}

.txt_pos_l {
  text-align: left;
}

.txt_pos_r {
  text-align: right;
}

.fl_r {
  float: right;
}

.fl_l {
  float: left;
}

body {
  background-color: #e8f0f1;
}

.inner {
  position: relative;
  max-width: 1280px;
  min-width: 960px;
  margin: 0px auto;
  padding: 0px 5px;
  transition: all .35s;
}

.container .inner {
  overflow: hidden;
}

.site {
  position: relative;
  height: 25px;
  width: 100%;
  background-color: #22a84f;
  overflow: hidden;
}
.site .btn_language {
  background-color: #188a3e;
  color: #fff;
  font-size: .875rem;
  display: inline-block;
  float: right;
  padding: 3px 5px;
  margin: 2px;
}

header {
  position: relative;
  background-color: #fffffc;
  height: 85px;
}
header .logo {
  margin: 20px 5px;
}

footer {
  width: 100%;
  height: 148px;
  background: url(../images/public/footer_bg.jpg) no-repeat;
}
footer .copyright {
  color: #fff;
  float: right;
  padding: 35px 5px 0 0;
  font-size: .875rem;
}

input, select {
  font-family: "Arial",微軟正黑體;
}

.input_txt {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  color: #707070;
  background-color: #fcfcfc;
  background-clip: padding-box;
  border-radius: .5rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  letter-spacing: .3rem;
}

textarea.input_txt {
  -webkit-appearance: textfield;
  background-color: white;
  -webkit-rtl-ordering: logical;
  cursor: text;
  padding: 1px;
  border-width: 2px;
  border-style: inset;
  border-color: initial;
  border-image: initial;
}

.input_txt {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  color: #707070;
  background-color: #fcfcfc;
  background-clip: padding-box;
  border-radius: .5rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  letter-spacing: .3rem;
}

.input_checked {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

input[type="checkbox"] {
  opacity: 0;
}

input[type="checkbox"]:checked + label:before, input[type="checkbox"] + label:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  height: 24px;
  width: 24px;
  display: block;
  background: url(../images/public/input_checked.png) no-repeat;
}

input[type="checkbox"]:checked + label:before {
  background: url(../images/public/input_checked_on.png) no-repeat;
}

.btn_style_1 {
  background-color: #22a84f;
  border-radius: .5rem;
  color: #fff;
  font-size: 1rem;
  border: inherit;
  padding: 5px 10px;
}
.btn_style_1:hover {
  background-color: #878787;
}

.btn_style_1.active {
  background-color: #878787;
}

.btn_style_2 {
  background-color: #878787;
  border-radius: .5rem;
  color: #fff;
  font-size: 1rem;
  border: inherit;
  padding: 5px 10px;
}
.btn_style_2:hover {
  background-color: #22a84f;
}

.btn_style_2.active {
  background-color: #22a84f;
}

.btn_top {
  position: fixed;
  right: 10px;
  bottom: 15px;
  width: 30px;
  height: 27px;
  background: url(../images/public/btn_top.png);
  cursor: pointer;
}
