a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  display: block;
}
pre{ 
  white-space: break-spaces;
}
html {
  height: 100%;
}

img {
  font-size: 0;
  color: transparent;
  -ms-interpolation-mode: bicubic;
}

li {
  /* For IE6 + IE7 */
  display: list-item;
  list-style: none;
}

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

th, td, caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before, q:after {
  content: '';
  content: none;
}

sub, sup, small {
  font-size: 75%;
}

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
svg {
  overflow: hidden;
}
p:empty {
  display: none !important;
}

/* #General
--------------------------------------------------------------- */

::-moz-selection {
  /* Code for Firefox */
  background: #2EFFFF;
}
::selection {
  background: #2EFFFF;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Misc. */

img {
  max-width: 100%;
  height: auto;
}


a {
  text-decoration: none;
  color: #5a646e;
  outline: 0;
}

/* Forms */

input[type="text"], input[type="password"], input[type="number"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="time"], input[type="month"], input[type="week"], input[type="email"], input[type="search"], input[type="tel"], input[type="url"], input.input-text, select, textarea {
  background: none;
  font-family: inherit;
  line-height: 1.6;
  outline: 0;
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  border: 1px solid #C8CAD3;
  border-radius: 5px;
  width: 100%;
  padding: 1rem 1.5rem;
  transition: all 0.3s;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="time"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input.input-text:focus, select:focus, textarea:focus,
input[type="text"]:hover, input[type="password"]:hover, input[type="number"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="time"]:hover, input[type="month"]:hover, input[type="week"]:hover, input[type="email"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="url"]:hover, input.input-text:hover, select:hover, textarea:hover {
  outline: 0;
  border-color: #5AC85A;
  color: #5AC85A;
}

/* Forms: Chrome - Input autofill background color */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

/* Button */
button, input[type=submit] {
  background: none;
  display: inline-block;
  color: #282828 ;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
}

button:hover, input[type=submit]:hover {
}

button:active, button:focus, input[type=submit]:active, input[type=submit]:focus {
}

button[disabled], button.disabled, button.loading {
  cursor: default;
  opacity: 0.3;
}

/* #Typography
--------------------------------------------------------------- */
/* prata-regular - latin */
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
html{
  font-size: 14px;
}
body {
  line-height: 1.6;
  font-family: "Questrial", sans-serif, "Noto Sans TC", "Pingfang TC", 微軟正黑體, "Microsoft JhengHei";
  color: #5a646e;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h5, h6 {
  line-height: 1.6;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.2rem;
}
h3 {
  font-size: 1.1rem;
}
h4, h5, h6 {
  font-size: 1rem;
}
::-webkit-input-placeholder {
  opacity: 0.5;
}

:-moz-placeholder {
  opacity: 0.5;
}

/* FF 4 to 18 */

::-moz-placeholder {
  opacity: 0.5;
}

/* FF 19+ */

:-ms-input-placeholder {
  opacity: 0.5;
}

@supports (-ms-accelerator:true) {
  /* Fix: Edge placeholder text not displaying when opacity < 1 is used for webkit */
  ::-webkit-input-placeholder {
	opacity: 1;
  }
}

@font-face {
  font-family: 'ubi';
  src: url('../fonts/ubi.eot?39221682');
  src: url('../fonts/ubi.eot?39221682#iefix') format('embedded-opentype'),
	   url('../fonts/ubi.woff2?39221682') format('woff2'),
	   url('../fonts/ubi.woff?39221682') format('woff'),
	   url('../fonts/ubi.ttf?39221682') format('truetype'),
	   url('../fonts/ubi.svg?39221682#ubi') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
	font-family: 'ubi';
	src: url('../font/ubi.svg?39221682#ubi') format('svg');
  }
}
*/
 
 [class^="ubi_icon-"]:before, [class*=" ubi_icon-"]:before {
  font-family: "ubi";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.ubi_icon-tech:before { content: '\e800'; } /* '' */
.ubi_icon-briefcase:before { content: '\e801'; } /* '' */
.ubi_icon-attention:before { content: '\e802'; } /* '' */
.ubi_icon-globe:before { content: '\e803'; } /* '' */
.ubi_icon-phone:before { content: '\e804'; } /* '' */
.ubi_icon-laptop:before { content: '\e805'; } /* '' */
.ubi_icon-home:before { content: '\e806'; } /* '' */
.ubi_icon-cancel:before { content: '\e807'; } /* '' */
.ubi_icon-ok-1:before { content: '\e808'; } /* '' */
.ubi_icon-info:before { content: '\e809'; } /* '' */
.ubi_icon-plus:before { content: '\e80b'; } /* '' */
.ubi_icon-twitter:before { content: '\f099'; } /* '' */
.ubi_icon-facebook:before { content: '\f09a'; } /* '' */
.ubi_icon-mail-alt:before { content: '\f0e0'; } /* '' */
.ubi_icon-linkedin:before { content: '\f0e1'; } /* '' */
.ubi_icon-angle-left:before { content: '\f104'; } /* '' */
.ubi_icon-angle-right:before { content: '\f105'; } /* '' */
.ubi_icon-angle-up:before { content: '\f106'; } /* '' */
.ubi_icon-angle-down:before { content: '\f107'; } /* '' */
.ubi_icon-quote-left:before { content: '\f10d'; } /* '' */
.ubi_icon-quote-right:before { content: '\f10e'; } /* '' */
.ubi_icon-reply:before { content: '\f112'; } /* '' */
.ubi_icon-gamepad:before { content: '\f11b'; } /* '' */
.ubi_icon-attention-alt:before { content: '\f12a'; } /* '' */
.ubi_icon-youtube-play:before { content: '\f16a'; } /* '' */
.ubi_icon-fax:before { content: '\f1ac'; } /* '' */
.ubi_icon-share:before { content: '\f1e0'; } /* '' */
.ubi_icon-twitter-circled:before { content: '\f30a'; } /* '' */
.ubi_icon-facebook-circled:before { content: '\f30d'; } /* '' */
.ubi_icon-linkedin-circled:before { content: '\f319'; } /* '' */