@charset "UTF-8";
/* line 5, ../../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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;
}

/* line 22, ../../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 5, ../scss/common.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
}

/* line 11, ../scss/common.scss */
html {
  font-size: 12px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 16, ../scss/common.scss */
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

/* line 21, ../scss/common.scss */
h1, h2 {
  font-weight: lighter;
}

/* line 24, ../scss/common.scss */
[lang='en'], .dh_gfont {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
/* line 26, ../scss/common.scss */
[lang='en'] .dh_font_sans, .dh_gfont .dh_font_sans {
  font-family: Helvetica, Arial, sans-serif;
}
/* line 29, ../scss/common.scss */
[lang='en'] input, [lang='en'] select, [lang='en'] textarea, [lang='en'] button, .dh_gfont input, .dh_gfont select, .dh_gfont textarea, .dh_gfont button {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* line 33, ../scss/common.scss */
[lang='zh'] {
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
}

/* line 38, ../scss/common.scss */
body > header {
  padding: 30px 40px 0 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  text-align: center;
  z-index: 1000;
}
/* line 48, ../scss/common.scss */
body > header + * {
  visibility: hidden;
}
/* line 53, ../scss/common.scss */
body > header > .dh_logo img {
  width: 325px;
}
/* line 58, ../scss/common.scss */
body > header nav {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.08333rem;
  margin-top: 15px;
}
/* line 7, ../scss/_share.scss */
body > header nav:after {
  content: "";
  clear: both;
  display: block;
}
/* line 64, ../scss/common.scss */
body > header nav > ul {
  display: inline-block;
  text-align: left;
}
/* line 68, ../scss/common.scss */
body > header nav > ul > li {
  display: inline-block;
  padding: 20px 18px;
  text-align: left;
  position: relative;
}
/* line 74, ../scss/common.scss */
body > header nav > ul > li:first-child {
  margin-left: 0;
}
/* line 77, ../scss/common.scss */
body > header nav > ul > li > span {
  cursor: pointer;
}
/* line 80, ../scss/common.scss */
body > header nav > ul > li > ul {
  position: absolute;
  top: 53px;
  top: -moz-calc(1em + 40px);
  top: -webkit-calc(1em + 40px);
  top: calc(1em + 40px);
  z-index: 2000;
  color: white;
  left: 0;
  display: none;
  background-color: #999;
}
/* line 88, ../scss/common.scss */
body > header nav > ul > li > ul > li {
  cursor: pointer;
  font-size: 1rem;
  white-space: nowrap;
  min-width: 10em;
}
/* line 93, ../scss/common.scss */
body > header nav > ul > li > ul > li a {
  display: block;
  padding: 15px 18px;
}
/* line 97, ../scss/common.scss */
body > header nav > ul > li > ul > li a:hover, body > header nav > ul > li > ul > li a:focus {
  background-color: #ccc;
  color: black;
}
/* line 106, ../scss/common.scss */
body > header nav > ul > li.dh_evt-hover > ul, body > header nav > ul > li.dh_evt-click > ul {
  display: block;
}
/* line 114, ../scss/common.scss */
body > footer {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 40px;
  background-color: white;
}
/* line 7, ../scss/_share.scss */
body > footer:after {
  content: "";
  clear: both;
  display: block;
}
/* line 123, ../scss/common.scss */
body > footer nav {
  float: left;
}
/* line 125, ../scss/common.scss */
body > footer nav li {
  float: left;
  margin-left: 3em;
}
/* line 128, ../scss/common.scss */
body > footer nav li:first-child {
  margin-left: 0;
}
/* line 133, ../scss/common.scss */
body > footer small, body > footer nav.dh_social {
  float: right;
  margin-left: 3em;
}

/* line 140, ../scss/common.scss */
#dh_body {
  min-width: 1020px;
  position: relative;
}
/* line 143, ../scss/common.scss */
#dh_body .dh_text {
  line-height: 1.75em;
}
/* line 145, ../scss/common.scss */
#dh_body .dh_text p {
  margin-bottom: 1.5em;
}
/* line 149, ../scss/common.scss */
#dh_body > .dh_fullheight {
  padding: 60px 40px 3em;
}

/* line 154, ../scss/common.scss */
#dh_crumb {
  clear: both;
  text-align: center;
  display: block;
  padding: 2em 0 1em;
  text-transform: uppercase;
}
/* line 160, ../scss/common.scss */
#dh_crumb > * {
  margin: 0 0.5em;
}
/* line 163, ../scss/common.scss */
#dh_crumb a:hover {
  border-bottom: 1px solid black;
}

/* line 168, ../scss/common.scss */
.dh_bigbkg {
  background-size: 100%;
  background-position: top left;
  background-attachment: fixed !important;
  background-repeat: no-repeat;
}

/* line 175, ../scss/common.scss */
.dh_padbkg {
  background-size: contain;
  background-origin: content-box;
  background-position: top right;
  padding: 60px 40px;
}

/* line 185, ../scss/common.scss */
.clearfix {
  *zoom: 1;
}

/* line 188, ../scss/common.scss */
.clearfix:before, .clearfix:after,
.dh_gridwrapper:before, .dh_gridwrapper:after {
  clear: both;
  display: table;
  content: "";
  line-height: 0;
}

/* line 195, ../scss/common.scss */
.clearfix:after {
  clear: both;
}

/* line 199, ../scss/common.scss */
.dh_gridwrapper .large-0, .dh_gridwrapper .large-1, .dh_gridwrapper .large-2, .dh_gridwrapper .large-3, .dh_gridwrapper .large-4, .dh_gridwrapper .large-5, .dh_gridwrapper .large-6, .dh_gridwrapper .large-7, .dh_gridwrapper .large-8, .dh_gridwrapper .large-9, .dh_gridwrapper .large-10, .dh_gridwrapper .large-11, .dh_gridwrapper .large-12 {
  display: inline-block;
  margin: 0 5px;
  float: left;
}
/* line 205, ../scss/common.scss */
.dh_gridwrapper .large-0 {
  width: 8.33333%;
  width: -moz-calc(0 * 8.33333% - 2 * 5px);
  width: -webkit-calc(0 * 8.33333% - 2 * 5px);
  width: calc(0 * 8.33333% - 2 * 5px);
  /*			width:2 * ($i - 1) * $space-percent + ($i * $width-percent);*/
}
/* line 205, ../scss/common.scss */
.dh_gridwrapper .large-1 {
  width: 8.33333%;
  width: -moz-calc(1 * 8.33333% - 2 * 5px);
  width: -webkit-calc(1 * 8.33333% - 2 * 5px);
  width: calc(1 * 8.33333% - 2 * 5px);
  /*			width:2 * ($i - 1) * $space-percent + ($i * $width-percent);*/
}
/* line 205, ../scss/common.scss */
.dh_gridwrapper .large-2 {
  width: 8.33333%;
  width: -moz-calc(2 * 8.33333% - 2 * 5px);
  width: -webkit-calc(2 * 8.33333% - 2 * 5px);
  width: calc(2 * 8.33333% - 2 * 5px);
  /*			width:2 * ($i - 1) * $space-percent + ($i * $width-percent);*/
}
/* line 205, ../scss/common.scss */
.dh_gridwrapper .large-3 {
  width: 8.33333%;
  width: -moz-calc(3 * 8.33333% - 2 * 5px);
  width: -webkit-calc(3 * 8.33333% - 2 * 5px);
  width: calc(3 * 8.33333% - 2 * 5px);
  /*			width:2 * ($i - 1) * $space-percent + ($i * $width-percent);*/
}
/* line 205, ../scss/common.scss */
.dh_gridwrapper .large-4 {
  width: 8.33333%;
  width: -moz-calc(4 * 8.33333% - 2 * 5px);
  width: -webkit-calc(4 * 8.33333% - 2 * 5px);
  width: calc(4 * 8.33333% - 2 * 5px);
  /*			width:2 * ($i - 1) * $space-percent + ($i * $width-percent);*/
}
/* line 205, ../scss/common.scss */
.dh_gridwrapper .large-5 {
  width: 8.33333%;
  width: -moz-calc(5 * 8.33333% - 2 * 5px);
  width: -webkit-calc(5 * 8.33333% - 2 * 5px);
  width: calc(5 * 8.33333% - 2 * 5px);
  /*			width:2 * ($i - 1) * $space-percent + ($i * $width-percent);*/
}
/* line 205, ../scss/common.scss */
.dh_gridwrapper .large-6 {
  width: 8.33333%;
  width: -moz-calc(6 * 8.33333% - 2 * 5px);
  width: -webkit-calc(6 * 8.33333% - 2 * 5px);
  width: calc(6 * 8.33333% - 2 * 5px);
  /*			width:2 * ($i - 1) * $space-percent + ($i * $width-percent);*/
}
/* line 205, ../scss/common.scss */
.dh_gridwrapper .large-7 {
  width: 8.33333%;
  width: -moz-calc(7 * 8.33333% - 2 * 5px);
  width: -webkit-calc(7 * 8.33333% - 2 * 5px);
  width: calc(7 * 8.33333% - 2 * 5px);
  /*			width:2 * ($i - 1) * $space-percent + ($i * $width-percent);*/
}
/* line 205, ../scss/common.scss */
.dh_gridwrapper .large-8 {
  width: 8.33333%;
  width: -moz-calc(8 * 8.33333% - 2 * 5px);
  width: -webkit-calc(8 * 8.33333% - 2 * 5px);
  width: calc(8 * 8.33333% - 2 * 5px);
  /*			width:2 * ($i - 1) * $space-percent + ($i * $width-percent);*/
}
/* line 205, ../scss/common.scss */
.dh_gridwrapper .large-9 {
  width: 8.33333%;
  width: -moz-calc(9 * 8.33333% - 2 * 5px);
  width: -webkit-calc(9 * 8.33333% - 2 * 5px);
  width: calc(9 * 8.33333% - 2 * 5px);
  /*			width:2 * ($i - 1) * $space-percent + ($i * $width-percent);*/
}
/* line 205, ../scss/common.scss */
.dh_gridwrapper .large-10 {
  width: 8.33333%;
  width: -moz-calc(10 * 8.33333% - 2 * 5px);
  width: -webkit-calc(10 * 8.33333% - 2 * 5px);
  width: calc(10 * 8.33333% - 2 * 5px);
  /*			width:2 * ($i - 1) * $space-percent + ($i * $width-percent);*/
}
/* line 205, ../scss/common.scss */
.dh_gridwrapper .large-11 {
  width: 8.33333%;
  width: -moz-calc(11 * 8.33333% - 2 * 5px);
  width: -webkit-calc(11 * 8.33333% - 2 * 5px);
  width: calc(11 * 8.33333% - 2 * 5px);
  /*			width:2 * ($i - 1) * $space-percent + ($i * $width-percent);*/
}
/* line 205, ../scss/common.scss */
.dh_gridwrapper .large-12 {
  width: 8.33333%;
  width: -moz-calc(12 * 8.33333% - 2 * 5px);
  width: -webkit-calc(12 * 8.33333% - 2 * 5px);
  width: calc(12 * 8.33333% - 2 * 5px);
  /*			width:2 * ($i - 1) * $space-percent + ($i * $width-percent);*/
}
/* line 210, ../scss/common.scss */
.dh_gridwrapper .large-0 {
  display: none;
  margin: 0;
}

/* line 216, ../scss/common.scss */
.dh_2col {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}

/* line 221, ../scss/common.scss */
.dh_result-success, .dh_result-fail {
  font-weight: bold;
}

/* line 225, ../scss/common.scss */
img.dh_bkg {
  display: none;
}
