
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

progress {
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

figure {
  margin: 1em 40px;
}

img {
  border-style: none;
}

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

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

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

button, input, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
/*      base
-----------------------------------------------------------------------*/
@-moz-viewport , @-ms-viewport, @-o-viewport, @-webkit-viewport, @viewport {
  width: device-width;
}
[tabindex="-1"]:focus {
  outline: none !important;
}

html, body {
  text-align: center;
  height: 100%;
}

body {
  background: #fff;
  color: #000;
  font: 16px/1.5 微軟正黑體, "微軟正黑體", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.01em;
}

img {
  vertical-align: middle;
}

a, area, button, [role=button], input, label, select, summary, textarea {
  touch-action: manipulation;
}

a {
  color: #9d8c78;
  text-decoration: none;
  -webkit-transition: color 0.35s, background 0.3s;
  transition: color 0.35s, background 0.3s;
}
a:hover, a:active {
  color: #665949;
  outline-width: 0;
}

h1 {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.95rem;
  font-family: "NumberFont", "Merriweather", "Helvetica Neue", Helvetica, Arial, 微軟正黑體, "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

h1 {
  font-size: 48px;
  font-size: 3rem;
}

h2 {
  font-size: 32px;
  font-size: 2rem;
}

h3 {
  font-size: 28px;
  font-size: 1.75rem;
}

h4 {
  font-size: 24px;
  font-size: 1.5rem;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

h6 {
  font-size: 17px;
  font-size: 1.0625rem;
}

b, strong, .b, .strong {
  font-weight: bold;
}

small {
  font-size: 80%;
  font-weight: normal;
}

mark {
  background-color: #fffcf1;
  padding: 0.2em;
}

hr {
  margin: 2rem 0;
  border: 0;
  border-top: 1px solid #E3E3E4;
}

p {
  margin: 0;
}
p + p {
  margin-top: 0.25rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #E3E3E4;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol, ol ul, ol dl, ul ol, ul ul, ul dl, dl ol, dl ul, dl dl {
  font-size: 90%;
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.list-unstyled, .list-inline {
  list-style: none;
  padding-left: 0;
}

.list-inline > li {
  display: inline-block;
}
.list-inline > li:not(:last-child) {
  margin-right: 5px;
}

.form-element {
  width: 100%;
  padding: 0 12px;
  line-height: 38px;
  min-height: 38px;
  color: #fff;
  background-color: #273764;
  font-size: 0.9375rem;
  border: 1px solid #f8f8f8;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form-element:disabled, .form-element[readonly] {
  background-color: #f8f8f8;
  opacity: 1;
}
.form-element:disabled {
  cursor: not-allowed;
}
.form-element:focus {
  border-color: #cea87a;
  outline: 0;
}
.form-element.inline, .form-inline .form-element {
  display: inline;
  width: auto;
}
.form-element.inline:not(:last-child), .form-inline .form-element:not(:last-child) {
  margin-right: 0.3rem;
}
.form-element::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-element::placeholder {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}

button, [role=button] {
  cursor: pointer;
  border: none;
  outline: 0;
}

select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29 14" width="32" height="14"><path fill="%23cea87a" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>');
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 3rem !important;
}
select:focus {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29 14" width="32" height="14"><path fill="%23cea87a" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>');
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

.form-label {
  display: inline-block;
  font-weight: normal;
  line-height: 38px;
}

legend {
  display: block;
}

legend,
.form-label.block {
  margin-bottom: 0.5rem;
}

fieldset {
  border-width: 0;
  padding: 0;
  min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}

textarea {
  resize: vertical;
  min-height: 6.5rem;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    line-height: 38px;
  }
}
.checkbox,
.radio {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.checkbox + label,
.radio + label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  cursor: hand;
  outline: none;
  user-select: none;
  margin: 0;
  background: #273764;
  border: 1px solid #f3f3f3;
  margin-right: 0.3333333333rem;
}
.checkbox:not(:first-of-type) + label,
.radio:not(:first-of-type) + label {
  margin-left: 0.8rem;
}

.checkbox + label {
  width: 38px;
  height: 38px;
  margin: 2px 0.25rem;
  text-align: center;
}
.checkbox + label::before {
  opacity: 0;
  color: #cea87a;
  line-height: 38px;
}
.checkbox:not(:checked):hover + label {
  border-color: #cea87a;
}
.checkbox:not(:checked):hover + label::before {
  opacity: 0.6;
}
.checkbox:checked + label {
  border-color: #cea87a;
  background: #cea87a;
}
.checkbox:checked + label::before {
  opacity: 1;
  color: #fff;
}

.radio + label {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  -webkit-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s;
}
.radio:not(:checked):hover + label {
  border-color: #cea87a;
}
.radio:checked + label {
  box-shadow: 0 0 3px #cea87a;
  border: 4px solid #fff;
  background: #cea87a;
}

/*      layout
-----------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

.wrap {
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 87.5em) {
  .wrap {
    padding: 0 32px;
    padding: 0 2rem;
  }
}
@media (max-width: 35.5em) {
  .wrap {
    padding: 0 24px;
    padding: 0 1.5rem;
  }
}

#wrapper {
  background: radial-gradient(circle, #fff 56%, #c7cfd6);
  min-height: 100%;
  padding-bottom: 75px;
  position: relative;
  padding-top: 10px;
}

#header {
  z-index: 6;
  position: relative;
  z-index: 10;
}

.topNav {
  position: absolute;
  top: 0.5rem;
  right: 0;
  margin-bottom: 0;
  text-align: right;
  line-height: 1;
  text-transform: uppercase;
  position: static;
}
.topNav li {
  vertical-align: middle;
  font-size: 1.25em;
}
.topNav li a, .topNav li button {
  color: #4d4d4d;
}
.topNav li a:hover, .topNav li a:active, .topNav li a:focus, .topNav li button:hover, .topNav li button:active, .topNav li button:focus {
  color: #cea87a;
}
.topNav li:not(:last-child) {
  margin-right: 0.75rem;
}
.topNav li.lang {
  margin-right: 0;
  font-size: 0.875em;
}
.topNav li.lang:not(:first-of-type) {
  margin-left: 0.3rem;
  padding-left: 0.5rem;
  border-left: 1px solid #fff;
}
.topNav li.hidden:first-of-type + li.lang {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.topNav li.search {
  margin-left: 0.75rem;
}
.topNav li.search button[class*=trigger] {
  padding: 0;
  line-height: 30px;
  background: none;
}
.topNav li .sitemap-trigger {
  padding: 0;
  font-size: 1.375em;
  background: none;
}
@media (max-width: 87.5em) {
  .topNav {
    right: 32px;
    right: 2rem;
  }
}
@media (max-width: 63.9375em) {
  .topNav li {
    font-size: 1em;
  }
}
@media (max-width: 47.9375em) {
  .topNav li {
    font-size: 0.875em;
  }
  .topNav li:not(:last-child) {
    margin-right: 0.5rem;
  }
  .topNav li.lang {
    margin-right: 0;
  }
  .topNav li .sitemap-trigger {
    font-size: 1.25em;
  }
}
@media (max-width: 41.625em) {
  .topNav {
    position: static;
  }
  .scrolled .topNav {
    position: absolute;
    right: 24px;
    right: 1.5rem;
  }
}

.logo {
  z-index: 10;
  margin: 0;
  margin: 150px auto 6.2% auto;
}
.logo a {
  transition: none;
}
.logo a, .logo-s {
  display: inline-block;
  vertical-align: middle;
}
.logo a {
  background: url(../image/logo.png) center no-repeat;
  width: 528px;
  height: 108px;
  background-size: contain;
}
.text-hide, .logo-s, .logo a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.logo-s {
  background: url(../image/logo-s.png) 0 0 no-repeat;
  width: 248px;
  height: 73px;
  margin-left: 27px;
  margin-top: 5px;
}
@media (max-width: 41.6875em) {
  .logo {
    margin: 20% auto 15%;
  }
  .logo a {
    max-width: 100%;
    background-size: contain;
  }
}
@media (max-width: 35.5em) {
  .logo a {
    height: 130px;
  }
}

.copyright {
  position: relative;
  margin: auto;
  margin-top: -35px;
  z-index: 1;
  letter-spacing: 2px;
  color: #999;
  font-size: 0.75em;
}

.popup {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #273764;
  z-index: 999;
  overflow: auto;
}
.popup::before {
  content: " ";
  display: block;
  width: 90%;
  height: 90%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../image/icon-tcg.svg) no-repeat center center/contain;
  opacity: 0.05;
  z-index: -1;
}
.popup [class*=-trigger] {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 1rem;
  top: 1rem;
  line-height: 38px;
  color: #fff;
  background: none;
  opacity: 0.7;
  z-index: 1009;
}
.popup [class*=-trigger]:hover, .popup [class*=-trigger]:active, .popup [class*=-trigger]:focus {
  opacity: 1;
}

#search .search-form {
  width: 400px;
  padding: 0 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#search .search-form .form-element {
  display: block;
  margin: 1.5rem auto;
  padding: 10px;
  text-align: center;
  font-size: 2em;
  background: none;
  border-width: 0 0 1px 0;
  border-color: #cea87a;
}
#search .search-form button {
  padding: 0 10px;
  color: #fff;
  background: none;
}
@media (max-width: 63.9375em) {
  #search .search-form {
    position: static;
    margin-top: 7.5rem;
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }
}
@media (max-width: 41.625em) {
  #search .search-form {
    width: 100%;
  }
  #search .search-form .form-element {
    padding: 5px 10px;
    font-size: 1.25em;
  }
}

#sitemap {
  padding: 1rem;
}
#sitemap h1, #sitemap h2, #sitemap h3, #sitemap h4 {
  margin: 0;
  font-size: 17px;
  font-size: 1.0625rem;
  text-shadow: 0 2px 2px #000;
}
#sitemap ul {
  margin: 0;
  list-style: none;
}
#sitemap li {
  margin: 0.5rem 0;
  color: #fff;
}
#sitemap h2.text {
  line-height: 1.4;
}
#sitemap a {
  display: inline-block;
  color: #fff;
}
#sitemap a:hover, #sitemap a:active, #sitemap a:focus {
  color: #dcc09f;
}
#sitemap a.state {
  padding: 2px 5px;
}
#sitemap a.state:first-of-type {
  padding-left: 0;
}
#sitemap > ul {
  width: 850px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
}
#sitemap > ul > li {
  width: auto;
  margin: 0;
  padding: 0 1.5rem;
  position: relative;
  float: left;
}
#sitemap > ul > li li {
  position: relative;
}
.en-US #sitemap h1, .en-US #sitemap h2, .en-US #sitemap h3, .en-US #sitemap h4, .ja-JP #sitemap h1, .ja-JP #sitemap h2, .ja-JP #sitemap h3, .ja-JP #sitemap h4 {
  font-size: 15px;
  font-size: 0.9375rem;
}
.en-US #sitemap > ul, .ja-JP #sitemap > ul {
  width: 970px;
}
.en-US #sitemap > ul > li, .ja-JP #sitemap > ul > li {
  padding: 0 1rem;
}
.en-US #sitemap h1, .en-US #sitemap h2, .en-US #sitemap h3, .en-US #sitemap h4 {
  line-height: 1.4;
}
.en-US #sitemap a.state {
  display: block;
  padding: 2px 0;
}
.en-US #sitemap > ul > li {
  max-width: 240px;
}
@media (max-height: 555px) and (min-width: 1024px) {
  #sitemap > ul {
    width: 850px;
    margin: 0 auto;
    position: static;
    transform: none;
  }
}
@media (max-width: 63.9375em) {
  #sitemap h1, #sitemap h2, #sitemap h3, #sitemap h4 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #sitemap > ul {
    width: 740px;
  }
  #sitemap > ul > li {
    padding: 0 1rem;
  }
  .en-US #sitemap > ul, .ja-JP #sitemap > ul {
    width: auto;
    position: static;
    transform: none;
  }
  .en-US #sitemap > ul > li, .ja-JP #sitemap > ul > li {
    float: none;
    padding: 1rem 0 0.5rem 0;
    border-left: 0;
    border-top: 1px solid #cea87a;
  }
  .en-US #sitemap > ul > li:first-of-type, .ja-JP #sitemap > ul > li:first-of-type {
    border-top: 0;
  }
  .en-US #sitemap > ul > li:last-of-type, .ja-JP #sitemap > ul > li:last-of-type {
    float: none;
  }
  .en-US #sitemap a.state {
    display: inline-block;
    padding: 2px 5px;
  }
  .en-US #sitemap a.state:first-of-type {
    padding-left: 0;
  }
  .en-US #sitemap > ul > li {
    max-width: none;
  }
}
@media (max-width: 47.9375em) {
  #sitemap .sitemap-trigger {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 1em;
  }
  #sitemap > ul {
    width: auto;
    position: static;
    transform: none;
  }
  #sitemap > ul > li {
    float: none;
    padding: 1rem 0 0.5rem 0;
    border-left: 0;
    border-top: 1px solid #cea87a;
  }
  #sitemap > ul > li:first-of-type {
    border-top: 0;
  }
  #sitemap > ul > li:last-of-type {
    float: none;
  }
}

@media (max-width: 47.9375em) {
  body.overlay {
    overflow: hidden;
  }
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}

.circle {
  border-radius: 50%;
}

.img-center {
  display: block;
  margin: auto;
}

.center {
  margin-right: auto;
  margin-left: auto;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-2 {
  margin: 0.125rem !important;
}

.mt-2 {
  margin-top: 0.125rem !important;
}

.mr-2 {
  margin-right: 0.125rem !important;
}

.mb-2 {
  margin-bottom: 0.125rem !important;
}

.ml-2 {
  margin-left: 0.125rem !important;
}

.mx-2 {
  margin-right: 0.125rem !important;
  margin-left: 0.125rem !important;
}

.my-2 {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}

.m-4 {
  margin: 0.25rem !important;
}

.mt-4 {
  margin-top: 0.25rem !important;
}

.mr-4 {
  margin-right: 0.25rem !important;
}

.mb-4 {
  margin-bottom: 0.25rem !important;
}

.ml-4 {
  margin-left: 0.25rem !important;
}

.mx-4 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-4 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-8 {
  margin: 0.5rem !important;
}

.mt-8 {
  margin-top: 0.5rem !important;
}

.mr-8 {
  margin-right: 0.5rem !important;
}

.mb-8 {
  margin-bottom: 0.5rem !important;
}

.ml-8 {
  margin-left: 0.5rem !important;
}

.mx-8 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-8 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-12 {
  margin: 0.75rem !important;
}

.mt-12 {
  margin-top: 0.75rem !important;
}

.mr-12 {
  margin-right: 0.75rem !important;
}

.mb-12 {
  margin-bottom: 0.75rem !important;
}

.ml-12 {
  margin-left: 0.75rem !important;
}

.mx-12 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

.my-12 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.m-16 {
  margin: 1rem !important;
}

.mt-16 {
  margin-top: 1rem !important;
}

.mr-16 {
  margin-right: 1rem !important;
}

.mb-16 {
  margin-bottom: 1rem !important;
}

.ml-16 {
  margin-left: 1rem !important;
}

.mx-16 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-16 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-24 {
  margin: 1.5rem !important;
}

.mt-24 {
  margin-top: 1.5rem !important;
}

.mr-24 {
  margin-right: 1.5rem !important;
}

.mb-24 {
  margin-bottom: 1.5rem !important;
}

.ml-24 {
  margin-left: 1.5rem !important;
}

.mx-24 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-24 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-32 {
  margin: 2rem !important;
}

.mt-32 {
  margin-top: 2rem !important;
}

.mr-32 {
  margin-right: 2rem !important;
}

.mb-32 {
  margin-bottom: 2rem !important;
}

.ml-32 {
  margin-left: 2rem !important;
}

.mx-32 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.my-32 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.m-48 {
  margin: 3rem !important;
}

.mt-48 {
  margin-top: 3rem !important;
}

.mr-48 {
  margin-right: 3rem !important;
}

.mb-48 {
  margin-bottom: 3rem !important;
}

.ml-48 {
  margin-left: 3rem !important;
}

.mx-48 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-48 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.m-64 {
  margin: 4rem !important;
}

.mt-64 {
  margin-top: 4rem !important;
}

.mr-64 {
  margin-right: 4rem !important;
}

.mb-64 {
  margin-bottom: 4rem !important;
}

.ml-64 {
  margin-left: 4rem !important;
}

.mx-64 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.my-64 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0, input[type=number] {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-2 {
  padding: 0.125rem !important;
}

.pt-2 {
  padding-top: 0.125rem !important;
}

.pr-2 {
  padding-right: 0.125rem !important;
}

.pb-2 {
  padding-bottom: 0.125rem !important;
}

.pl-2 {
  padding-left: 0.125rem !important;
}

.px-2 {
  padding-right: 0.125rem !important;
  padding-left: 0.125rem !important;
}

.py-2 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.p-4 {
  padding: 0.25rem !important;
}

.pt-4 {
  padding-top: 0.25rem !important;
}

.pr-4 {
  padding-right: 0.25rem !important;
}

.pb-4 {
  padding-bottom: 0.25rem !important;
}

.pl-4 {
  padding-left: 0.25rem !important;
}

.px-4 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-4 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-8 {
  padding: 0.5rem !important;
}

.pt-8 {
  padding-top: 0.5rem !important;
}

.pr-8 {
  padding-right: 0.5rem !important;
}

.pb-8 {
  padding-bottom: 0.5rem !important;
}

.pl-8 {
  padding-left: 0.5rem !important;
}

.px-8 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-8 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-12 {
  padding: 0.75rem !important;
}

.pt-12 {
  padding-top: 0.75rem !important;
}

.pr-12 {
  padding-right: 0.75rem !important;
}

.pb-12 {
  padding-bottom: 0.75rem !important;
}

.pl-12 {
  padding-left: 0.75rem !important;
}

.px-12 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.py-12 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.p-16 {
  padding: 1rem !important;
}

.pt-16 {
  padding-top: 1rem !important;
}

.pr-16 {
  padding-right: 1rem !important;
}

.pb-16 {
  padding-bottom: 1rem !important;
}

.pl-16 {
  padding-left: 1rem !important;
}

.px-16 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-16 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-24 {
  padding: 1.5rem !important;
}

.pt-24 {
  padding-top: 1.5rem !important;
}

.pr-24 {
  padding-right: 1.5rem !important;
}

.pb-24 {
  padding-bottom: 1.5rem !important;
}

.pl-24 {
  padding-left: 1.5rem !important;
}

.px-24 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-24 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-32 {
  padding: 2rem !important;
}

.pt-32 {
  padding-top: 2rem !important;
}

.pr-32 {
  padding-right: 2rem !important;
}

.pb-32 {
  padding-bottom: 2rem !important;
}

.pl-32 {
  padding-left: 2rem !important;
}

.px-32 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.py-32 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.p-48 {
  padding: 3rem !important;
}

.pt-48 {
  padding-top: 3rem !important;
}

.pr-48 {
  padding-right: 3rem !important;
}

.pb-48 {
  padding-bottom: 3rem !important;
}

.pl-48 {
  padding-left: 3rem !important;
}

.px-48 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-48 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.p-64 {
  padding: 4rem !important;
}

.pt-64 {
  padding-top: 4rem !important;
}

.pr-64 {
  padding-right: 4rem !important;
}

.pb-64 {
  padding-bottom: 4rem !important;
}

.pl-64 {
  padding-left: 4rem !important;
}

.px-64 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.py-64 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.font-sp {
  font-family: "NumberFont", "Merriweather", "Helvetica Neue", Helvetica, Arial, 微軟正黑體, "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.font-tiny {
  font-size: 13;
  font-size: 0.8125rem;
}

.font-sm {
  font-size: 14;
  font-size: 0.875rem;
}

.font-md {
  font-size: 15;
  font-size: 0.9375rem;
}

.font-lg {
  font-size: 18;
  font-size: 1.125rem;
}

.font-xl {
  font-size: 24;
  font-size: 1.5rem;
}

.font-xxl {
  font-size: 32;
  font-size: 2rem;
}

.font-xxxl {
  font-size: 48;
  font-size: 3rem;
}

.font-jumbo {
  font-size: 64;
  font-size: 4rem;
}

.text-white, .goTop:hover, .goTop:active, .goTop {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.text-primary {
  color: #273764;
}

.bg-primary {
  background-color: #273764;
}

.hover-primary {
  color: #273764;
}
.hover-primary:hover, .hover-primary:active {
  color: #12192d;
}

.text-secondary {
  color: #cea87a;
}

.bg-secondary {
  background-color: #cea87a;
}

.hover-secondary {
  color: #cea87a;
}
.hover-secondary:hover, .hover-secondary:active {
  color: #b88344;
}

.text-muted {
  color: #E3E3E4;
}

.bg-muted {
  background-color: #E3E3E4;
}

.hover-muted {
  color: #E3E3E4;
}
.hover-muted:hover, .hover-muted:active {
  color: #bcbcbe;
}

.text-success {
  color: #88C200;
}

.bg-success {
  background-color: #88C200;
}

.hover-success {
  color: #88C200;
}
.hover-success:hover, .hover-success:active {
  color: #527600;
}

.text-info {
  color: #00A7B0;
}

.bg-info {
  background-color: #00A7B0;
}

.hover-info {
  color: #00A7B0;
}
.hover-info:hover, .hover-info:active {
  color: #005e64;
}

.text-warning {
  color: #FCE05B;
}

.bg-warning {
  background-color: #FCE05B;
}

.hover-warning {
  color: #FCE05B;
}
.hover-warning:hover, .hover-warning:active {
  color: #fbd210;
}

.text-danger {
  color: #c5041d;
}

.bg-danger {
  background-color: #c5041d;
}

.hover-danger {
  color: #c5041d;
}
.hover-danger:hover, .hover-danger:active {
  color: #7a0212;
}

.text-orange {
  color: #d46700;
}

.bg-orange {
  background-color: #d46700;
}

.hover-orange {
  color: #d46700;
}
.hover-orange:hover, .hover-orange:active {
  color: #884200;
}

.text-purple {
  color: #7927b0;
}

.bg-purple {
  background-color: #7927b0;
}

.hover-purple {
  color: #7927b0;
}
.hover-purple:hover, .hover-purple:active {
  color: #4e1971;
}

.text-pink {
  color: #c01f4f;
}

.bg-pink {
  background-color: #c01f4f;
}

.hover-pink {
  color: #c01f4f;
}
.hover-pink:hover, .hover-pink:active {
  color: #7e1434;
}

.w-8 {
  width: 8%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto;
}

.goTop {
  z-index: 99;
  position: fixed;
  right: 1%;
  bottom: 70px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.35);
  display: none;
  transition: none;
  font-size: 0.875em;
}
.goTop:hover, .goTop:active {
  background: rgba(0, 0, 0, 0.7);
}
.goTop::before {
  top: 0 !important;
}
@media (max-width: 47.9375em) {
  .goTop {
    bottom: 100px;
  }
}

@font-face {
  font-family: NumberFont;
  unicode-range: U+0030-0039;
  src: local(微軟正黑體), local("微軟正黑體"), local("Microsoft JhengHei"), local("Arial"), local("sans-serif");
}
.title {
  font-weight: bold;
}
@media (max-width: 63.9375em) {
  .title {
    font-size: 22;
    font-size: 1.375rem;
    margin: 16px 0 20px 0;
  }
  .title .underline {
    padding-bottom: 6px;
  }
}
@media (max-width: 47.9375em) {
  .title {
    font-size: 20;
    font-size: 1.25rem;
    margin: 1.2rem 0 0.9rem;
  }
  .title .underline {
    padding-bottom: 4px;
  }
}

.title2 {
  font-size: 20;
  font-size: 1.25rem;
  font-weight: bold;
  color: #a5763d;
}

.list-cjk {
  list-style-type: cjk-ideographic;
}

.embed-responsive {
  display: block;
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  content: " ";
  display: block;
  padding-top: 56.25%;
}
.embed-responsive iframe {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.hidden {
  display: none !important;
}

.visible-md {
  display: none;
}
@media (max-width: 63.9375em) {
  .visible-md {
    display: block;
  }
}

.visible-sm {
  display: none;
}
@media (max-width: 47.9375em) {
  .visible-sm {
    display: block;
  }
}

@media (max-width: 47.9375em) {
  .hidden-sm {
    display: none;
  }
}

@media (max-width: 48em) {
  .hidden-sm2 {
    display: none;
  }
}

.visible-xs {
  display: none;
}
@media (max-width: 41.625em) {
  .visible-xs {
    display: block;
  }
}

@media (max-width: 41.625em) {
  .hidden-xs {
    display: none;
  }
}

#banner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  /*background: url(../images/index/banner.png) no-repeat 0 -312px;*/
  z-index: 1;
}
@media (max-width: 75em) {
  #banner {
    background-position: right -312px;
  }
}
@media (max-width: 41.6875em) {
  #banner {
    background-position: 48% -318px;
  }
}
@media (max-width: 35.5em) {
  #banner {
    background-position: 55% -318px;
  }
}

.slogan {
  font-size: 1.5625em;
  color: #273764;
  letter-spacing: 0.125em;
  margin-bottom: 55px;
}
@media (min-width: 23.4375em) {
  .slogan {
    font-size: 1.9375em;
  }
}
@media (min-width: 64em) {
  .slogan {
    font-size: 2.1875em;
    margin-bottom: 85px;
  }
}
.slogan em {
  font-style: normal;
}
@media (max-width: 47.9375em) {
  .slogan em {
    display: block;
    margin-top: 12px;
  }
}
@media (min-width: 48em) {
  .slogan em {
    margin-left: 20px;
  }
}

.intro-nav a {
  background: #273764;
  color: #fff;
  font-size: 1.875em;
  display: inline-block;
  margin: 0 1.6% 5%;
  padding: 8px 30px;
  position: relative;
  width: 80%;
  max-width: 275px;
}
@media (min-width: 35.5em) {
  .intro-nav a {
    width: 44%;
  }
}
@media (min-width: 41.6875em) {
  .intro-nav a {
    font-size: 2.375em;
  }
}
@media (min-width: 75em) {
  .intro-nav a {
    width: auto;
    max-width: auto;
  }
}
.intro-nav a:before, .intro-nav a:after {
  width: 21px;
  border: solid #cea87a;
  position: absolute;
  top: -4px;
  bottom: -4px;
}
.intro-nav a:before, .intro-nav a:after {
  content: "";
  display: block;
}

.intro-nav a:before {
  border-width: 4px 0 4px 4px;
  left: -4px;
}
.intro-nav a:after {
  border-width: 4px 4px 4px 0;
  right: -4px;
}
.intro-nav a:hover {
  background: #cea87a;
}
.intro-nav a:hover:before, .intro-nav a:hover:after {
  border-color: #e9d9c5;
}
