@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  height: 100%;
}

body {
  font-size: 16px;
  min-height: 100vh;
  margin: 0;
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 500;
  font-size: 1em;
}

mark {
  background: yellow;
  color: black;
}

small {
  font-size: 0.8rem;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ol,
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?x73m0l");
  src: url("../fonts/icomoon.eot?x73m0l#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?x73m0l") format("truetype"), url("../fonts/icomoon.woff?x73m0l") format("woff"), url("../fonts/icomoon.svg?x73m0l#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bin:before {
  content: "\e900";
}

.icon-burger:before {
  content: "\e901";
}

.icon-calendar:before {
  content: "\e902";
}

.icon-circle-up:before {
  content: "\e903";
}

.icon-cross:before {
  content: "\e904";
}

.icon-envelop:before {
  content: "\e905";
}

.icon-equalizer:before {
  content: "\e906";
}

.icon-fb:before {
  content: "\e907";
}

.icon-first:before {
  content: "\e908";
}

.icon-heart:before {
  content: "\e909";
}

.icon-key:before {
  content: "\e90a";
}

.icon-last:before {
  content: "\e90b";
}

.icon-location:before {
  content: "\e90c";
}

.icon-lock:before {
  content: "\e90d";
}

.icon-next:before {
  content: "\e90e";
}

.icon-pencil:before {
  content: "\e90f";
}

.icon-play:before {
  content: "\e910";
}

.icon-podcast:before {
  content: "\e911";
}

.icon-previous:before {
  content: "\e912";
}

.icon-search:before {
  content: "\e913";
}

.icon-service_1:before {
  content: "\e914";
}

.icon-service_2:before {
  content: "\e915";
}

.icon-service_3:before {
  content: "\e916";
}

.icon-service_4:before {
  content: "\e917";
}

.icon-service_5:before {
  content: "\e918";
}

.icon-service_6:before {
  content: "\e919";
}

.icon-service_7:before {
  content: "\e91a";
}

.icon-star-full:before {
  content: "\e91b";
}

.icon-zoom-in:before {
  content: "\e91c";
}

@keyframes fixedNavDown {
  0% {
    top: -100px;
  }

  20% {
    top: 0;
  }
}
#ht_design {
  font: 1em "微軟正黑體", "新細明體", futuramedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2rem;
  height: 100%;
}
#ht_design .setEnd {
  min-height: calc(100% - 200px);
}
@media (min-width: 290px) and (max-width: 1199px) {
  #ht_design .setEnd {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  #ht_design .setEnd {
    min-height: 100vh;
  }
}
#ht_design .well {
  padding: 10px;
}
#ht_design .img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
#ht_design .img-circle {
  border-radius: 50%;
}
#ht_design .show {
  display: block !important;
}
#ht_design .hidden {
  display: none !important;
}
#ht_design .pull-right {
  float: right !important;
}
#ht_design .pull-left {
  float: left !important;
}
#ht_design .text-left {
  text-align: left;
}
#ht_design .text-right {
  text-align: right;
}
#ht_design .text-center {
  text-align: center;
}
#ht_design .text-hide {
  margin: 0;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#ht_design .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
#ht_design dl {
  margin-top: 0;
  margin-bottom: 20px;
}
#ht_design dt,
#ht_design dd {
  line-height: 1.42857;
}
#ht_design dt {
  font-weight: bold;
}
#ht_design dd {
  margin-left: 0;
}
#ht_design .dl-horizontal dd:before, #ht_design .dl-horizontal dd:after {
  content: " ";
  display: table;
}
@media (min-width: 768px) {
  #ht_design .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #ht_design .dl-horizontal dd {
    margin-left: 180px;
  }
}
#ht_design a {
  color: black;
}
#ht_design a:hover {
  color: black;
}
#ht_design hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #e6e6e6;
}
#ht_design fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
#ht_design legend {
  display: block;
  width: 100%;
  padding: 0;
  line-height: inherit;
  color: black;
  border: 0;
  border-bottom: 1px solid black;
}
#ht_design label {
  display: inline-block;
  max-width: 100%;
  margin: 0 5px 0 0;
}
#ht_design input {
  font: 1em "微軟正黑體", "新細明體", futuramedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1em;
}
#ht_design input[type="radio"],
#ht_design input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
  vertical-align: middle;
  display: none;
}
#ht_design input[type="checkbox"] + label, #ht_design input[type="radio"] + label {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
}
#ht_design input[type="checkbox"] + label {
  background: url(../images/check.svg) 0 0 no-repeat;
}
#ht_design input[type="radio"] + label {
  background: url(../images/radio.svg) 0 0 no-repeat;
}
#ht_design input[type="checkbox"]:checked + label {
  background: url(../images/check.svg) -20px 0 no-repeat;
}
#ht_design input[type="radio"]:checked + label {
  background: url(../images/radio.svg) -20px 0 no-repeat;
}
#ht_design input[type="file"]:focus,
#ht_design input[type="radio"]:focus,
#ht_design input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#ht_design .form-group:before, #ht_design .form-group:after {
  display: table;
  content: " ";
  clear: both;
}
#ht_design .form-control {
  display: block;
  width: 100%;
  padding: 2px 5px;
  color: black;
  background: white;
  border: 1px solid #dddddd;
  border-radius: 0;
  font-family: "微軟正黑體", "新細明體", futuramedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#ht_design .form-control:focus, #ht_design .form-control:hover {
  box-shadow: 0 0 15px 0 #dddddd;
  border: 1px solid #dddddd;
  outline: 1px solid #dddddd;
}
#ht_design .form-control[disabled], #ht_design .form-control[readonly], fieldset[disabled] #ht_design .form-control {
  background: #e6e6e6;
  opacity: 1;
  cursor: not-allowed;
}
#ht_design .form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
#ht_design .form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
#ht_design .form-inline .input-group {
  display: inline-table;
  vertical-align: middle;
}
#ht_design .form-inline .input-group .input-group-addon,
#ht_design .form-inline .input-group .input-group-btn,
#ht_design .form-inline .input-group .form-control {
  width: auto;
}
#ht_design .form-inline .input-group > .form-control {
  width: 100%;
}
#ht_design :input-placeholder {
  color: #cccccc;
}
#ht_design input:focus::input-placeholder {
  opacity: 0.5;
}
#ht_design .has-feedback {
  position: relative;
}
#ht_design .has-success {
  background: #006934;
}
#ht_design .has-warning {
  background: #c62b2e;
}
#ht_design .has-error {
  background: #c62b2e;
}
#ht_design .help-block {
  display: block;
  margin: 5px 0 10px;
  color: black;
}
#ht_design .btn {
  display: inline-block;
  padding: 5px 10px;
  touch-action: manipulation;
  white-space: nowrap;
  font: 1.1em "微軟正黑體", "新細明體", futuramedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1em;
  letter-spacing: 0.05em;
  border: none;
  border-radius: 0;
}
#ht_design .btn:hover, #ht_design .btn:focus, #ht_design .btn.focus, #ht_design .btn:active, #ht_design .btn.active {
  border: none;
  outline: none;
}
#ht_design .btn.disabled, #ht_design .btn[disabled], fieldset[disabled] #ht_design .btn {
  cursor: not-allowed;
}
#ht_design .bn-Pay {
  background: linear-gradient(#006934, #00361b);
  -pie-background: linear-gradient(#006934, #00361b);
  behavior: url(/pie/PIE.htc);
  color: white;
}
#ht_design .bn-Pay:hover, #ht_design .bn-Pay:focus {
  background: #00361b;
  -pie-background: #00361b;
  box-shadow: 0 0 5px 0 #006934;
}
#ht_design .bn-keep {
  background: linear-gradient(#ea5413, #bb430f);
  -pie-background: linear-gradient(#ea5413, #bb430f);
  behavior: url(/pie/PIE.htc);
  color: white;
}
#ht_design .bn-keep:hover, #ht_design .bn-keep:focus {
  background: #bb430f;
  -pie-background: #bb430f;
  box-shadow: 0 0 5px 0 #ea5413;
}
#ht_design .bn-out {
  background: #d0d0d0;
  color: white;
}
#ht_design .bn-out:hover, #ht_design .bn-out:focus {
  background: #a6a6a6;
  box-shadow: 0 0 5px 0 #b3b3b3;
}
#ht_design .btn-link {
  padding: 5px;
  background: linear-gradient(#0b6bb4, #0a5d9c);
  -pie-background: linear-gradient(#0b6bb4, #0a5d9c);
  behavior: url(/pie/PIE.htc);
  color: white;
  font: 0.95em "微軟正黑體", "新細明體", futuramedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2em;
  letter-spacing: -0.05px;
}
#ht_design .btn-link:hover, #ht_design .btn-link:focus {
  background: #0a5d9c;
  -pie-background: #0a5d9c;
  box-shadow: 0 0 5px 0 #0b6bb4;
}
#ht_design .btn-group {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
#ht_design .btn-lg,
#ht_design .btn-group-lg > .btn {
  padding: 10px 20px;
}
#ht_design .btn-sm,
#ht_design .btn-group-sm > .btn {
  padding: 5px;
}
#ht_design .btn-xs,
#ht_design .btn-group-xs > .btn {
  padding: 1px 5px;
}
#ht_design .btn-block {
  display: block;
  width: 100%;
}
#ht_design .btn-block + .btn-block {
  margin-top: 5px;
}
#ht_design .close {
  cursor: pointer;
  background: none;
  border: none;
}
#ht_design .breadcrumb {
  padding: 20px 0;
  font: 1em "微軟正黑體", "新細明體", futuramedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1em;
}
#ht_design .breadcrumb a, #ht_design .breadcrumb span, #ht_design .breadcrumb h1, #ht_design .breadcrumb > .active {
  display: inline;
  font-size: 1em;
  font-weight: 400;
  color: #333333;
}
#ht_design .breadcrumb > li {
  display: inline-block;
  margin: 2px 0;
}
#ht_design .breadcrumb > li:after {
  padding: 0 5px;
  content: ">";
  color: #cccccc;
}
#ht_design .breadcrumb > li:last-child:after {
  content: " ";
}
#ht_design .icon-circle-up {
  cursor: pointer;
}
#ht_design .icon-circle-up:before {
  font-size: 2.5em;
  color: #f07540;
}
#ht_design .viewedList-float-has .icon-circle-up span {
  font-size: 0;
}
#ht_design .eDM {
  margin-bottom: 66px;
  word-wrap: break-word;
}
#ht_design header .container-fluid {
  position: relative;
}
#ht_design header .container-fluid .container {
  background: white;
}
#ht_design header .container_bak {
  display: none;
  height: 122.938px;
}
#ht_design header .container-fluid:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#ht_design header .logo {
  text-align: center;
}
#ht_design header .logo img {
  width: 200px;
}
#ht_design header .language {
  background-color: #006934;
  padding: 0;
  text-align: right;
  font: 0.7em "微軟正黑體", "新細明體", futuramedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
}
#ht_design header .language .container {
  background: #006934;
  padding: 10px 0;
}
#ht_design header .language .container a:hover {
  color: white;
}
#ht_design header .language .container a:hover:before {
  content: " ";
  background: url("../images/language-map.svg") no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 12px;
  margin-left: -15px;
}
#ht_design header .language .container .active {
  color: white;
}
#ht_design header .language .container .active:before {
  content: " ";
  background: url("../images/language-map.svg") no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 12px;
  margin-left: -15px;
}
#ht_design header .language a {
  padding: 0 5px;
  color: #cccccc;
}
#ht_design header .language a:first-child {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #cccccc;
}
@media (min-width: 992px) {
  #ht_design header .js-fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    animation: fixedNavDown 5s;
    animation-iteration-count: 1;
    z-index: 1010;
  }
  #ht_design header .js-fixed-header .container {
    box-shadow: 0 5px 10px #cccccc;
  }
  #ht_design header .js-fixed-header .container .logo img {
    width: 150px;
  }
  #ht_design header .js-fixed-header .container .side-nav {
    margin: 25px 0 10px;
  }
}
@media (min-width: 290px) and (max-width: 991px) {
  #ht_design header .container {
    border: 0;
  }
  #ht_design header .logo {
    background: none;
    border-bottom: none;
  }
  #ht_design header .logo img {
    max-width: 150px;
    margin-bottom: 10px;
  }
  #ht_design header .language {
    font: 0.95em "微軟正黑體", "新細明體", futuramedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2em;
  }
  #ht_design header .language .container {
    text-align: center;
  }
}
#ht_design .footerA {
  margin-top: 50px;
  background: #006934;
  color: white;
  font: 0.95em "微軟正黑體", "新細明體", futuramedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  letter-spacing: 0.08em;
}
#ht_design .footerA .footerList {
  padding: 20px 0;
}
#ht_design .footerA .footerList .row {
  padding: 0;
}
#ht_design .footerA .footerList a {
  color: white;
}
#ht_design .footerA .footerList a:hover {
  color: #f07540;
  font-weight: bold;
}
#ht_design .footerA .footerList ul {
  padding: 5px 0;
}
#ht_design .footerA .footerList ul li {
  float: left;
}
#ht_design .footerA .footerList .list {
  padding: 5px 20px;
  border-right: 1px solid #d6d6d6;
  text-align: center;
}
#ht_design .footerA .footerList .list .list-title {
  margin-bottom: 5px;
  padding-bottom: 5px;
  text-align: center;
  border-bottom: 1px solid #d6d6d6;
}
#ht_design .footerA .footerList .list ul {
  padding: 0;
}
#ht_design .footerA .footerList .list ul li {
  padding: 5px 0;
}
#ht_design .footerA .footerList .company-info {
  margin: 18px 0;
  padding: 0;
}
#ht_design .footerA .footerList .company-info ul {
  margin: 0;
  padding: 0 30px;
}
@media (min-width: 290px) and (max-width: 991px) {
  #ht_design .footerA .footerList .company-info ul {
    margin: 0;
    padding: 0;
  }
  #ht_design .footerA .footerList .company-info ul li {
    padding: 0 10px;
  }
  #ht_design .footerA .footerList .list {
    padding: 5px 0;
    border-right: 0;
    border-bottom: 1px solid #d6d6d6;
    text-align: left;
  }
  #ht_design .footerA .footerList .list .list-title {
    text-align: left;
    padding: 10px;
  }
  #ht_design .footerA .footerList .list ul li {
    padding: 5px 10px;
  }
}
#ht_design .footerA .ps {
  margin: 0;
  padding: 10px 0;
  background-color: white;
  text-align: center;
  font: 0.7em "微軟正黑體", "新細明體", futuramedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.3em;
  color: #8c8c8c;
  letter-spacing: 0.02em;
}
#ht_design .viewedList-float {
  position: fixed;
  bottom: 70px;
  right: 5px;
  z-index: 9999;
}
#ht_design .viewedList-float-has {
  position: fixed;
  bottom: 70px;
  right: 5px;
  text-align: center;
}
#ht_design .row {
  padding: 0 30px;
}
#ht_design .row .ej-title {
  margin: 20px 0;
  padding: 10px 0;
  font: 1.7em "微軟正黑體", "新細明體", futuramedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 2rem;
  letter-spacing: 0.1em;
  color: #ea5413;
  border-bottom: 3px solid #f7ba9f;
}
#ht_design .row .ej-title b {
  margin: 0;
  padding: 8px;
  border-bottom: 3px solid #ea5413;
}
#ht_design .row .ej-title b:before {
  margin: 8px;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #ea5413;
  transform: rotate(45deg);
}
#ht_design .row .ej-cont {
  margin-top: 15px;
}
#ht_design .row .ej-cont:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (min-width: 290px) and (max-width: 991px) {
  #ht_design .row .ej-title {
    font: 1.1em "微軟正黑體", "新細明體", futuramedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 2rem;
    height: 50px;
  }
  #ht_design .row .ej-title b {
    border-bottom: 0;
  }
  #ht_design .row .ej-title b:before {
    margin: 10px;
    left: 0;
  }
}
