@charset "UTF-8";
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: .35s;
  transition: .35s;
}
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.2;
}

h1 {
  font-size: 46px;
  font-size: 2.875rem;
}

h2 {
  font-size: 42px;
  font-size: 2.625rem;
}

h3 {
  font-size: 27px;
  font-size: 1.6875rem;
}

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;
}

.breadcrumb, .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;
}

/*      table
-----------------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table.table-line {
  border-bottom: 1px solid #EDEBE8;
}
table.fixed {
  table-layout: fixed;
  word-wrap: break-word;
  word-break: break-all;
}

tbody + tbody {
  border-top: 2px solid #EDEBE8;
}

th, td {
  text-align: center;
  vertical-align: middle;
  padding: 8px 4px;
}
.table-line th, .table-line td {
  border-top: 1px solid #EDEBE8;
}

th {
  word-break: keep-all;
  font-weight: normal;
}
.head-line th {
  border-bottom: 2px solid #c5041d;
  border-top: none;
}
thead tr:not(:only-child) th {
  padding: 3px 4px;
  border-top: none;
}

.table-border-middle td:not(:last-child) {
  border-right: 1px solid #EDEBE8;
}
.table-striped tr:nth-child(even) td.item {
  background-color: #fff;
}

caption {
  background-color: #f3f3f3;
}

.table-bordered {
  border: 1px solid #EDEBE8;
}
.table-bordered th, .table-bordered td {
  border: 1px solid #EDEBE8;
}
.table-bordered thead th, .table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tr:nth-child(even) {
  background-color: #fff;
}

.table-hover td {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.table-hover tbody:hover > tr > td[rowspan],
.table-hover tr:hover > td {
  background-color: #fffFD7;
}

.table-rwd {
  overflow-x: auto;
  min-height: 0.01%;
  max-width: 1400px;
}
.table-rwd table {
  max-width: 100%;
}
@media (max-width: 63.9375em) {
  .table-rwd {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-rwd table {
    margin-bottom: 0;
  }
  .table-rwd table th, .table-rwd table td {
    white-space: nowrap;
  }
}

.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 {
  min-height: 100%;
  padding-bottom: 85px;
  background: linear-gradient(to right, #C7CFD6, #fff 28%, #fff 68%, #C7CFD6);
}
@media (max-width: 47.9375em) {
  #wrapper {
    padding-bottom: 190px;
  }
  .en-US #wrapper, .ja-JP #wrapper {
    padding-bottom: 250px;
  }
}
@media (max-width: 35.4375em) {
  #wrapper {
    padding-bottom: 230px;
  }
  .en-US #wrapper, .ja-JP #wrapper {
    padding-bottom: 268px;
  }
}

#header {
  z-index: 6;
  padding-top: 120px;
}
@media (max-width: 63.9375em) {
  #header {
    padding-top: 100px;
  }
}
@media (max-width: 47.9375em) {
  #header {
    padding-top: 70px;
  }
}
@media (max-width: 41.625em) {
  #header {
    padding-top: 100px;
  }
}
@media (max-width: 35.4375em) {
  #header {
    padding-top: 92px;
  }
}
#header::before {
  content: " ";
  display: block;
  width: 100%;
  height: 44px;
  position: fixed;
  left: 0;
  top: 120px;
  background: #E1E2E6;
  z-index: 1;
  transition: top 0.35s;
}
@media (max-width: 63.9375em) {
  #header::before {
    display: none;
  }
}
#header .wrap {
  position: relative;
}

.topNav {
  position: absolute;
  top: 0.5rem;
  right: 0;
  margin-bottom: 0;
  text-align: right;
  line-height: 1;
  text-transform: uppercase;
}
.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;
  }
  .scrolled .topNav {
    right: 32px;
    right: 2rem;
    margin: 0;
  }
}
@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;
  position: absolute;
  left: 0;
  top: 22px;
}
.logo a {
  transition: none;
}
@media (max-width: 87.5em) {
  .logo {
    left: 32px;
    left: 2rem;
  }
}
@media (max-width: 63.9375em) {
  .logo {
    top: 20px;
  }
}
@media (max-width: 47.9375em) {
  .logo {
    top: 22px;
  }
  .scrolled .logo {
    top: 9px;
  }
}
.logo a {
  background: url(logo.gif)/*tpa=http://usmgtcgov.tw/Content/images/logo.gif*/ 0 0 no-repeat;
  width: 568px;
  height: 76px;
  display: block;
  background-size: contain;
}
.gallery .pro .thumbnail .caption, .text-hide, .logo a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

@media (max-width: 63.9375em) {
  .logo a {
    width: 380px;
    height: 56px;
  }
}
@media (max-width: 47.9375em) {
  .logo a {
    width: 300px;
    height: 44px;
  }
  .scrolled .logo a {
    width: 32px;
    height: 30px;
    background-size: cover;
  }
}
@media (max-width: 35.4375em) {
  .logo a {
    height: 46px;
  }
}

#footer {
  background: #273764;
  color: #fff;
  min-height: 60px;
  margin-top: -60px;
  z-index: 2;
  padding-top: 8px;
  font-size: 0.875em;
  font-family: "NumberFont", "Merriweather", "Helvetica Neue", Helvetica, Arial, 微軟正黑體, "微軟正黑體", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 47.9375em) {
  #footer {
    margin-top: -175px;
    padding: 0;
    color: #444;
    background: none;
  }
  .en-US #footer, .ja-JP #footer {
    margin-top: -185px;
  }
}
@media (max-width: 35.4375em) {
  .en-US #footer, .ja-JP #footer {
    margin-top: -203px;
  }
}

.foot-nav {
  padding: 11px 0;
}
.foot-nav > span {
  margin-right: -4px;
  color: inherit;
  line-height: 1;
}
.foot-nav > span:not(:first-child) {
  border-left: 2px solid #cea87a;
}
.foot-nav a {
  line-height: 1.4;
  color: inherit;
}
.foot-nav a:hover, .foot-nav a:active {
  color: #e3cdb2;
}
@media (max-width: 63.9375em) {
  .foot-nav {
    padding: 0 0 0 40px;
    float: none !important;
    text-align: left;
  }
}
@media (max-width: 47.9375em) {
  .foot-nav {
    padding: 0;
    text-align: center;
    font-size: 0.875em;
  }
  .foot-nav > span {
    display: block;
    margin: 5px 0;
  }
  .foot-nav > span:not(:first-child) {
    border: 0;
  }
}

.copyright {
  position: relative;
  padding-left: 55px;
  font-size: 0.8571428571em;
  text-align: left;
}
@media (max-width: 63.9375em) {
  .copyright {
    padding-left: 48px;
    float: none !important;
  }
}
@media (max-width: 47.9375em) {
  .copyright {
    margin-bottom: 5px;
    padding: 0;
    text-align: center;
  }
}
.copyright strong {
  display: block;
  font-size: 1.3333333333em;
}
@media (max-width: 63.9375em) {
  .copyright strong {
    display: inline;
    margin-right: 4px;
  }
}
@media (max-width: 47.9375em) {
  .copyright strong {
    font-size: 1.4375em;
  }
}
.copyright i {
  position: absolute;
  left: 0;
  top: 2px;
  width: 40px;
  height: 40px;
  background: url(logo.png)/*tpa=http://usmgtcgov.tw/Content/images/logo.png*/ no-repeat 0 0/cover;
}
@media (max-width: 63.9375em) {
  .copyright i {
    top: 3px;
  }
}
@media (max-width: 47.9375em) {
  .copyright i {
    left: 50%;
    top: -3px;
    margin-left: -200px;
    line-height: 1;
    font-family: "icomoon";
    font-style: normal;
    font-size: 2.875em;
    color: #c8bfb3;
    background: none;
  }
  .copyright i::before {
    content: "";
  }
  .en-US .copyright i {
    top: -40px;
    margin: 0;
    transform: translateX(-50%);
  }
}
@media (max-width: 35.4375em) {
  .copyright i {
    top: -40px;
    margin: 0;
    transform: translateX(-50%);
  }
}

.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(icon-tcg.svg)/*tpa=http://usmgtcgov.tw/Content/images/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;
  }
}
.js-mobile-body {
  overflow-y: hidden;
}

#menu {
  position: static;
}
.scrolled #menu {
  margin-top: 0;
}
#menu .nav {
  width: 100%;
  margin: 0;
  max-width: 1400px;
  position: fixed;
  top: 120px;
  z-index: 979;
}
#menu .nav li > a {
  display: block;
  padding: 10px;
  position: relative;
  color: #273764;
  letter-spacing: 0.05em;
  overflow: hidden;
  z-index: 2;
  background: #E1E2E6;
}
#menu .nav li > a i {
  display: inline-block;
  margin-right: 20px;
  color: inherit;
  transform: scale(10);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}
#menu .nav li > a:hover, #menu .nav li > a:active, #menu .nav li > a:focus, #menu .nav li > a.current {
  color: #fff;
  background: #273764;
}
#menu .nav li > a:hover i, #menu .nav li > a:active i, #menu .nav li > a:focus i, #menu .nav li > a.current i {
  transform: scale(2);
  opacity: 0.2;
}
#menu .sub-nav {
  margin-top: 60px;
}
#menu .sub-nav li {
  display: flex;
  justify-content: center;
}
#menu .sub-nav li.hidden {
  display: none;
}
#menu .sub-nav li > a {
  width: 195px;
  padding: 12px;
  vertical-align: top;
  letter-spacing: 0.05em;
  color: #808080;
  border: solid #e6e6e6;
  border-width: 1px 0 1px 1px;
}
.en-US #menu .sub-nav li > a {
  width: 270px;
}
.ja-JP #menu .sub-nav li > a {
  width: 250px;
}
#menu .sub-nav li > a:last-of-type {
  border-width: 1px;
}
#menu .sub-nav li > a i {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 3.125em;
  opacity: 0.3;
}
#menu .sub-nav li > a:hover, #menu .sub-nav li > a:active, #menu .sub-nav li > a:focus, #menu .sub-nav li > a.current {
  color: #c5041d;
}
#menu .sub-nav li > a.current {
  font-weight: bold;
  background: #f2f2f2;
}
@media (max-width: 63.9375em) {
  #menu .nav {
    left: 0;
    top: 100px;
  }
  .en-US #menu .nav li > a i {
    margin-right: 15px;
  }
  .ja-JP #menu .nav li > a {
    font-size: 0.875em;
  }
  .ja-JP #menu .nav li > a i {
    margin-right: 10px;
  }
  .en-US #menu .sub-nav li > a {
    width: 200px;
  }
  .ja-JP #menu .sub-nav li > a {
    width: 230px;
  }
  #menu .sub-nav li > a i {
    font-size: 2.75em;
  }
}
@media (max-width: 47.9375em) {
  #menu .nav {
    display: none;
  }
  #menu .sub-nav {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 0;
    background: #3a4d84;
    z-index: 20;
  }
  #menu .sub-nav li > a {
    width: 33.33%;
    color: #fff;
    border-width: 0 1px 0 0;
    border-color: #4a62a7;
  }
  .en-US #menu .sub-nav li > a, .ja-JP #menu .sub-nav li > a {
    width: 33.33%;
  }
  #menu .sub-nav li > a i {
    font-size: 1.875em;
  }
  #menu .sub-nav li > a:last-of-type {
    border: 0;
  }
  #menu .sub-nav li > a:hover, #menu .sub-nav li > a:active, #menu .sub-nav li > a:focus, #menu .sub-nav li > a.current {
    color: #fff;
    background: #425896;
  }
}
@media (max-width: 41.625em) {
  #menu .sub-nav li > a {
    padding: 8px 10px;
    font-size: 0.8125em;
  }
}
@media (max-width: 35.4375em) {
  .en-US #menu .sub-nav li > a {
    padding: 6px 0px;
    font-size: 0.75em;
  }
}

svg {
  display: block;
  height: 100%;
  width: 100%;
}

.fb-link {
  width: 35px;
  height: 35px;
  color: #fff;
  fill: #fff;
}
.fb-link:hover {
  background-color: #000;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  background: #273764;
  color: #fff;
  font-size: 1.125rem;
  line-height: 38px;
  padding: 0 12px;
  border-radius: 4px;
  -webkit-transition: background .35s, color .5s;
  transition: background .35s, color .5s;
  letter-spacing: 1px;
}
.btn:hover, .btn:active, .btn:focus, .btn.active {
  background: #cea87a;
  color: #fff;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  background: #E3E3E4;
}
.btn.success {
  background: #88C200;
}
.btn.success:hover, .btn.success:active, .btn.success.active {
  background: #a5eb00;
}
.btn.info {
  background: #00A7B0;
}
.btn.info:hover, .btn.info:active, .btn.info.active {
  background: #00ced9;
}
.btn.warning {
  background: #FCE05B;
}
.btn.warning:hover, .btn.warning:active, .btn.warning.active {
  background: #fde883;
}
.btn.danger {
  background: #c5041d;
}
.btn.danger:hover, .btn.danger:active, .btn.danger.active {
  background: #ed0523;
}
.btn.white:hover, .btn.white:active, .btn.white.active {
  background: #324781;
}

[class^=label] {
  display: inline-block;
  padding: 6px 8px;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 0;
  border-left: 3px solid #273764;
  background: #b7bed3;
  color: #000;
}
[class^=label]:not(:only-of-type) {
  margin: 0 5px;
}
[class^=label]:first-of-type {
  margin-left: 0;
}
[class^=label]:last-of-type {
  margin-right: 0;
}

em[class*=label] {
  font-style: normal;
}

.label-primary {
  background: #b7bed3;
  border-left: 3px solid #273764;
}

a.label-primary:hover, a.label-primary:focus, a.label-primary:active {
  color: #fff;
  background: #273764;
}

.label-secondary {
  background: white;
  border-left: 3px solid #cea87a;
}

a.label-secondary:hover, a.label-secondary:focus, a.label-secondary:active {
  color: #fff;
  background: #cea87a;
}

.label-muted {
  background: white;
  border-left: 3px solid #E3E3E4;
}

a.label-muted:hover, a.label-muted:focus, a.label-muted:active {
  color: #fff;
  background: #E3E3E4;
}

.label-success {
  background: #eaf9c8;
  border-left: 3px solid #88C200;
}

a.label-success:hover, a.label-success:focus, a.label-success:active {
  color: #fff;
  background: #88C200;
}

.label-info {
  background: #b8f4f7;
  border-left: 3px solid #00A7B0;
}

a.label-info:hover, a.label-info:focus, a.label-info:active {
  color: #fff;
  background: #00A7B0;
}

.label-warning {
  background: #faf5dc;
  border-left: 3px solid #FCE05B;
}

a.label-warning:hover, a.label-warning:focus, a.label-warning:active {
  color: #fff;
  background: #FCE05B;
}

.label-danger {
  background: #f9cfd5;
  border-left: 3px solid #c5041d;
}

a.label-danger:hover, a.label-danger:focus, a.label-danger:active {
  color: #fff;
  background: #c5041d;
}

.label-orange {
  background: #fbe9d8;
  border-left: 3px solid #d46700;
}

a.label-orange:hover, a.label-orange:focus, a.label-orange:active {
  color: #fff;
  background: #d46700;
}

.label-purple {
  background: #ede2f4;
  border-left: 3px solid #7927b0;
}

a.label-purple:hover, a.label-purple:focus, a.label-purple:active {
  color: #fff;
  background: #7927b0;
}

.label-pink {
  background: #f7e7ec;
  border-left: 3px solid #c01f4f;
}

a.label-pink:hover, a.label-pink:focus, a.label-pink:active {
  color: #fff;
  background: #c01f4f;
}

.breadcrumb:after, .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, .fb-link {
  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, .breadcrumb li:not(:last-child)::after {
  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, .breadcrumb li:not(:last-child) {
  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, .fb-link {
  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, caption {
  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, .fb-link {
  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, .foot-nav > span {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-8, .btn.lg {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-12 {
  padding: 0.75rem !important;
}

.pt-12, caption {
  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, .btn.sm {
  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, caption {
  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, .btn.lg {
  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, .breadcrumb, th, td, .btn.sm {
  font-size: 15;
  font-size: 0.9375rem;
}

.font-lg, .btn.lg {
  font-size: 18;
  font-size: 1.125rem;
}

.font-xl, caption {
  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, tr:not(.head-line) th, .btn.white:hover, .btn.white:active, .btn.white.active {
  color: #fff;
}

.bg-white, .btn.white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.text-primary, .btn.white {
  color: #273764;
}

.bg-primary, tr:not(.head-line) th {
  background-color: #273764;
}

.hover-primary {
  color: #273764;
}
.hover-primary:hover, .hover-primary:active {
  color: #12192d;
}

.text-secondary {
  color: #cea87a;
}

.bg-secondary, .fb-link {
  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;
  font-size: 24;
  font-size: 1.5rem;
  color: #425daa;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 20px 0 25px 0;
}
.title .underline {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 2px solid #eac309;
}
.title .date {
  font-size: 14;
  font-size: 0.875rem;
}
.title .label {
  margin-bottom: 0.7rem;
  padding-bottom: 6px;
  font-weight: normal;
  letter-spacing: 0;
}
@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;
  }
}

#main {
  text-align: left;
}

#pageBanner {
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0;
  z-index: 979;
  background: #f2f2f2;
  clear: both;
  transition: height 0.35s;
}
@media (max-width: 63.9375em) {
  #pageBanner {
    height: 100px;
  }
}
@media (max-width: 47.9375em) {
  #pageBanner {
    height: 70px;
  }
  .scrolled #pageBanner {
    height: 48px;
  }
}
@media (max-width: 41.625em) {
  #pageBanner {
    height: 100px;
    padding: 8px 0;
  }
  .scrolled #pageBanner {
    padding: 0;
  }
}
@media (max-width: 35.4375em) {
  #pageBanner {
    height: 92px;
  }
}

.breadcrumb {
  line-height: 1.4;
  letter-spacing: 0.5px;
  margin: 1rem 0;
  padding: 0.5rem 0.8rem 0.8rem 0.8rem;
  color: #273764;
  border-bottom: 1px solid #e8e8e8;
}
.breadcrumb li {
  float: left;
  font-size: 0.875em;
}
.breadcrumb li:not(:last-child)::after {
  content: "/";
  color: #E3E3E4;
}
.breadcrumb li a {
  color: #888;
}
.breadcrumb li a:hover {
  color: #665949;
}
@media (max-width: 47.9375em) {
  .breadcrumb {
    margin: 0 -32px 16px -32px;
    margin: 0 -2rem 1rem -2rem;
    padding: 0.3rem 2rem 0.5rem 2rem;
    background: #3a4d84;
    border: 0;
  }
  .breadcrumb li {
    margin: 2px 0;
    color: #fff;
  }
  .breadcrumb li:not(:last-child)::after {
    color: #4a62a7;
  }
  .breadcrumb li a {
    color: #c2cae1;
  }
}
@media (max-width: 35.5em) {
  .breadcrumb {
    margin: 0 -24px 16px -24px;
    margin: 0 -1.5rem 1rem -1.5rem;
  }
}

.back a {
  display: inline-block;
  font-size: 0.875em;
  color: #666;
  border: 0;
}
.back a:hover, .back a:active {
  color: #273764;
}
.back a::before {
  display: none;
}
.back a i {
  font-size: 0.8571428571em;
}

.tabs {
  position: relative;
  margin: 20px 0;
}
.tabs li {
  margin: 0 10px;
}
.tabs a {
  display: block;
  position: relative;
  padding: 10px 20px;
  color: #273764;
  border: 1px solid #e6e6e6;
}
.tabs a::before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  border: 15px solid transparent;
  border-width: 10px 15px 0px 15px;
  border-top-color: #E1E2E6;
  opacity: 0;
  transition: bottom 0.3s, opacity 0.3s;
}
.tabs a:hover, .tabs a:active, .tabs a.current {
  background: #E1E2E6;
  border-color: #E1E2E6;
}
.tabs a.current {
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.tabs a.current::before {
  bottom: -10px;
  opacity: 1;
}
.tabs li.back {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.tabs li.back a {
  padding: 10px 0;
  color: #666;
  background: none;
  border: 0;
}
.tabs li.back a:hover, .tabs li.back a:active {
  color: #273764;
}
.editor .tabs {
  margin-top: 0;
}
.editor .tabs li {
  margin: 6px 4px;
}
.editor .tabs a {
  padding: 5px 10px;
}
.editor .tabs a::before {
  display: none;
}
@media (max-width: 47.9375em) {
  .tabs {
    margin: 10px 0;
  }
  .tabs li {
    margin: 4px 2px;
  }
  .tabs a {
    padding: 4px 8px;
  }
  .tabs a::before {
    display: none;
  }
  .tabs li.back {
    position: static;
    display: block;
    text-align: left;
  }
  .tabs li.back a {
    padding: 0 0 3px 0;
  }
  .editor .tabs li {
    margin: 4px 2px;
  }
  .editor .tabs a {
    padding: 3px 6px;
  }
}

.tab-content .tab {
  display: none;
}
.tab-content .tab.current {
  display: block;
}

.thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  opacity: 1;
  transition: opacity 0.35s;
}
.thumbnail:hover img, .thumbnail:active img {
  opacity: 0.8;
}

.list-category {
  margin-bottom: 0;
}
.list-category li {
  margin-bottom: 16px;
}
.list-category a {
  display: flex;
  width: 100%;
  height: 130px;
  position: relative;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 1.375em;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background: #cea87a;
  border-radius: 2px;
  outline: 1px solid #fff;
  outline-offset: -5px;
}
.list-category a span {
  display: block;
  width: 100%;
  max-height: 100%;
  text-align: center;
  transform: scale(1);
  opacity: 1;
  overflow: hidden;
  transition: opacity 0.5s, transform 0.5s;
}
.list-category a::before {
  content: "了解更多";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: normal;
  letter-spacing: 0;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.5s, letter-spacing 0.5s;
}
.list-category a:hover, .list-category a:active {
  text-shadow: none;
  background: #ab8250;
  overflow: hidden;
}
.list-category a:hover span, .list-category a:active span {
  transform: scale(2);
  opacity: 0.07;
}
.list-category a:hover::before, .list-category a:active::before {
  letter-spacing: 1px;
  opacity: 1;
}
.en-US .list-category a::before {
  content: "Read more";
}
.ja-JP .list-category a::before {
  content: "もっと読む";
}
.list-category.states a {
  color: #000;
  align-items: flex-end;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.list-category.states a::before {
  top: 80%;
  font-size: 16px;
  font-size: 1rem;
}
.list-category.states a i {
  position: absolute;
  left: 50%;
  top: 35%;
  font-size: 2.125em;
  transform: translate(-50%, -50%);
  transition: top 0.5s, opacity 0.5s, transform 0.5s;
}
.list-category.states a span {
  height: 1.5em;
}
.list-category.states a.tcg i {
  color: #3c559b;
}
.list-category.states a.yilan i {
  color: #A78B2E;
}
.list-category.states a.taipei i {
  color: #A47F56;
}
.list-category.states a.hsinchu i {
  color: #D79653;
}
.list-category.states a.taichung i {
  color: #8EA62B;
}
.list-category.states a.tainan i {
  color: #3E588D;
}
.list-category.states a.kaohsiung i {
  color: #CF3C52;
}
.list-category.states a:hover i, .list-category.states a:active i {
  top: 50%;
  transform: translate(-50%, -50%) scale(3);
  opacity: 0.2;
}
.list-category.states a:hover span, .list-category.states a:active span {
  transform: translateY(-115%);
  opacity: 1;
}
.editor .list-category.states li a {
  background: #eee;
}
@media (max-width: 47.9375em) {
  .list-category li {
    width: 50%;
  }
}
@media (max-width: 41.625em) {
  .list-category li {
    width: 100%;
  }
  .list-category a {
    height: auto;
    padding: 1rem 1.5rem;
  }
  .list-category a span {
    max-height: 98px;
  }
  .list-category.states a {
    height: 130px;
  }
}

.prolist li {
  margin: 5px 0;
}
.prolist.gallery li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 87.4375em) {
  .prolist.gallery li {
    width: 576px;
  }
}
@media (max-width: 74.9375em) {
  .prolist.gallery li {
    width: 488px;
  }
}
@media (max-width: 63.9375em) {
  .prolist.gallery li {
    width: 705px;
  }
}
@media (max-width: 47.9375em) {
  .prolist.gallery li {
    width: 576px;
  }
}
@media (max-width: 41.625em) {
  .prolist.gallery li {
    width: 460px;
  }
}
@media (max-width: 35.4375em) {
  .prolist.gallery li {
    width: 340px;
  }
}

.pro {
  display: block;
  margin: 0;
}
.pro .thumbnail {
  background: #eee;
}
.pro .thumbnail img {
  height: 210px;
}
.pro .thumbnail .caption {
  display: block;
  width: 100%;
  height: auto;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
@media (max-width: 47.9375em) {
  .pro .thumbnail img {
    height: 150px;
  }
}
@media (max-width: 35.4375em) {
  .pro .thumbnail img {
    height: auto;
  }
}
.gallery .pro {
  padding: 0.5rem;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.gallery .pro .thumbnail::before {
  content: " ";
  display: block;
  padding-top: 63.75%;
}
.gallery .pro .thumbnail img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  transition: transform 0.7s, opacity 0.7s;
}
.gallery .pro .thumbnail .caption {
  height: 40px;
  position: relative;
  background: #BF272D url(caption-primary.gif)/*tpa=http://usmgtcgov.tw/Content/images/JoinUs/caption-primary.gif*/ no-repeat center center;
  background-size: contain;
}
.gallery .pro .thumbnail .caption strong {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: 163px;
  font-family: 微軟正黑體, "微軟正黑體", "Microsoft JhengHei", sans-serif;
  text-shadow: 4px 5px 6px rgba(0, 0, 0, 0.6);
}
.en-US .gallery .pro .thumbnail .caption {
  background-image: url(caption-primary.en-US.gif)/*tpa=http://usmgtcgov.tw/Content/images/JoinUs/caption-primary.en-US.gif*/;
}
.en-US .gallery .pro .thumbnail .caption strong {
  margin-left: 180px;
  top: 11px;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}
.ja-JP .gallery .pro .thumbnail .caption {
  background-image: url(caption-primary.ja-JP.gif)/*tpa=http://usmgtcgov.tw/Content/images/JoinUs/caption-primary.ja-JP.gif*/;
}
.ja-JP .gallery .pro .thumbnail .caption strong {
  top: 11px;
  margin-left: 144px;
  letter-spacing: 0.15em;
}
.gallery .pro .thumbnail .caption.advanced {
  background-image: url(caption-advanced.gif)/*tpa=http://usmgtcgov.tw/Content/images/JoinUs/caption-advanced.gif*/;
}
.gallery .pro .thumbnail .caption.advanced strong {
  margin-left: 182px;
  font-size: 15px;
  font-size: 0.9375rem;
}
.en-US .gallery .pro .thumbnail .caption.advanced {
  background-image: url(caption-advanced.en-US.gif)/*tpa=http://usmgtcgov.tw/Content/images/JoinUs/caption-advanced.en-US.gif*/;
}
.en-US .gallery .pro .thumbnail .caption.advanced strong {
  margin-left: 200px;
  font-size: 14px;
  font-size: 0.875rem;
}
.ja-JP .gallery .pro .thumbnail .caption.advanced {
  background-image: url(caption-advanced.ja-JP.gif)/*tpa=http://usmgtcgov.tw/Content/images/JoinUs/caption-advanced.ja-JP.gif*/;
}
.ja-JP .gallery .pro .thumbnail .caption.advanced strong {
  margin-left: 165px;
}
.gallery .pro .thumbnail:hover img, .gallery .pro .thumbnail:active img {
  transform: translateX(-50%) scale(1.2);
}
.gallery .pro .btn {
  display: block;
  margin: 0.75rem 0 0.25rem 0;
  color: #9f815d;
  font-weight: bold;
  background: #e7dfd6;
}
.gallery .pro .btn:hover, .gallery .pro .btn:active {
  color: #fff;
  background: #cea87a;
}
@media (max-width: 87.4375em) {
  .gallery .pro .thumbnail .caption strong {
    margin-left: 150px;
  }
  .en-US .gallery .pro .thumbnail .caption strong {
    margin-left: 170px;
  }
  .ja-JP .gallery .pro .thumbnail .caption strong {
    margin-left: 130px;
  }
  .gallery .pro .thumbnail .caption.advanced strong {
    margin-left: 167px;
  }
  .en-US .gallery .pro .thumbnail .caption.advanced strong {
    margin-left: 186px;
  }
  .ja-JP .gallery .pro .thumbnail .caption.advanced strong {
    margin-left: 152px;
  }
}
@media (max-width: 74.9375em) {
  .gallery .pro .thumbnail .caption strong {
    top: 11px;
    margin-left: 121px;
    transform: scale(0.87);
  }
  .en-US .gallery .pro .thumbnail .caption strong {
    top: 12px;
    margin-left: 138px;
  }
  .ja-JP .gallery .pro .thumbnail .caption strong {
    top: 12px;
    margin-left: 103px;
  }
  .gallery .pro .thumbnail .caption.advanced strong {
    margin-left: 135px;
    transform: scale(0.8);
  }
  .en-US .gallery .pro .thumbnail .caption.advanced strong {
    margin-left: 150px;
  }
  .ja-JP .gallery .pro .thumbnail .caption.advanced strong {
    margin-left: 120px;
  }
}
@media (max-width: 63.9375em) {
  .gallery .pro .thumbnail .caption strong {
    margin-left: 163px;
    transform: none;
  }
  .en-US .gallery .pro .thumbnail .caption strong {
    margin-left: 180px;
  }
  .ja-JP .gallery .pro .thumbnail .caption strong {
    margin-left: 144px;
  }
  .gallery .pro .thumbnail .caption.advanced strong {
    margin-left: 182px;
    transform: none;
  }
  .en-US .gallery .pro .thumbnail .caption.advanced strong {
    margin-left: 200px;
  }
  .ja-JP .gallery .pro .thumbnail .caption.advanced strong {
    margin-left: 165px;
  }
}
@media (max-width: 47.9375em) {
  .gallery .pro .thumbnail .caption strong {
    margin-left: 150px;
    transform: none;
  }
  .en-US .gallery .pro .thumbnail .caption strong {
    margin-left: 170px;
  }
  .ja-JP .gallery .pro .thumbnail .caption strong {
    margin-left: 130px;
  }
  .gallery .pro .thumbnail .caption.advanced strong {
    margin-left: 185px;
    transform: none;
  }
  .en-US .gallery .pro .thumbnail .caption.advanced strong {
    margin-left: 185px;
  }
  .ja-JP .gallery .pro .thumbnail .caption.advanced strong {
    margin-left: 152px;
  }
}
@media (max-width: 41.625em) {
  .gallery .pro .thumbnail .caption {
    height: 34px;
  }
  .gallery .pro .thumbnail .caption strong {
    top: 8px;
    margin-left: 112px;
    transform: scale(0.8);
  }
  .en-US .gallery .pro .thumbnail .caption strong {
    top: 9px;
    margin-left: 126px;
  }
  .ja-JP .gallery .pro .thumbnail .caption strong {
    top: 9px;
    margin-left: 95px;
  }
  .gallery .pro .thumbnail .caption.advanced strong {
    margin-left: 123px;
    transform: scale(0.75);
  }
  .en-US .gallery .pro .thumbnail .caption.advanced strong {
    margin-left: 140px;
  }
  .ja-JP .gallery .pro .thumbnail .caption.advanced strong {
    margin-left: 112px;
  }
  .gallery .gallery .pro .thumbnail img {
    min-height: calc(100% - 34px);
  }
}
@media (max-width: 35.4375em) {
  .gallery .pro .thumbnail .caption {
    height: 26px;
  }
  .gallery .pro .thumbnail .caption strong {
    top: 4px;
    margin-left: 70px;
    transform: scale(0.55);
  }
  .en-US .gallery .pro .thumbnail .caption strong {
    top: 5px;
    margin-left: 83px;
  }
  .ja-JP .gallery .pro .thumbnail .caption strong {
    top: 5px;
    margin-left: 56px;
  }
  .gallery .pro .thumbnail .caption.advanced strong {
    margin-left: 78px;
    transform: scale(0.5);
  }
  .en-US .gallery .pro .thumbnail .caption.advanced strong {
    margin-left: 90px;
  }
  .ja-JP .gallery .pro .thumbnail .caption.advanced strong {
    margin-left: 69px;
  }
  .gallery .gallery .pro .thumbnail img {
    min-height: calc(100% - 26px);
  }
}

.article {
  margin-bottom: 1.2rem;
  padding: 1rem;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.article .thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
}
.article .thumbnail::before {
  content: " ";
  display: block;
  padding-top: 63.75%;
}
.article .thumbnail img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: transform 0.7s, opacity 0.7s;
}
.article .thumbnail:hover img, .article .thumbnail:active img {
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 0.8;
}
.article .label {
  margin-bottom: 0.7rem;
}
.article .label a:hover, .article .label a:active {
  color: #000;
}
.article h3 {
  margin: 0 0 0.7rem 0;
  font-size: 1.25em;
  font-weight: bold;
}
.article h3 a {
  display: inline-block;
  padding-bottom: 2px;
  color: #273764;
  border-bottom: 2px solid transparent;
}
.article h3 a:hover, .article h3 a:active {
  border-bottom-color: #e9d9c5;
}
.article p {
  word-break: break-all;
}
.article .more {
  display: inline-block;
  margin-top: 0.7rem;
  padding: 0.2rem 0.5rem;
  font-size: 0.75em;
  color: #fff;
  text-transform: uppercase;
  background: #cea87a;
}
.article .more:hover, .article .more:active {
  background: #ab8250;
}
@media (max-width: 63.9375em) {
  .article {
    padding: 0.7rem;
  }
  .article .label {
    margin-bottom: 7px;
  }
  .article .date {
    margin-bottom: 3px;
  }
  .article h3 {
    margin: 0 0 0.35rem 0;
    font-size: 1.125em;
  }
  .article .more {
    margin-top: 0.5rem;
  }
}
@media (max-width: 47.9375em) {
  .article .thumbnail {
    margin-bottom: 0.7rem;
  }
  .article .thumbnail img {
    width: 100%;
    height: auto;
  }
}

.date {
  display: block;
  margin-bottom: 5px;
  color: #5c6b95;
}
.featured .date {
  font-size: 16;
  font-size: 1rem;
}

.addthis_inline_share_toolbox {
  margin-top: 20px;
  text-align: center;
}
.addthis_inline_share_toolbox .at-share-btn {
  margin: 0 7px !important;
  background: #9f815d !important;
  opacity: 0.7;
}
.addthis_inline_share_toolbox .at-share-btn:hover, .addthis_inline_share_toolbox .at-share-btn:focus {
  transform: none !important;
}
.addthis_inline_share_toolbox .at-share-btn:hover {
  opacity: 1;
}
.addthis_inline_share_toolbox .at-share-btn.at-svc-lineme {
  padding: 3px !important;
}
.addthis_inline_share_toolbox .at-share-btn.at-svc-lineme .at-icon-wrapper {
  line-height: 24px !important;
  width: 24px !important;
  height: 24px !important;
}
.addthis_inline_share_toolbox .at-share-btn.at-svc-lineme .at-icon-wrapper svg {
  width: 24px !important;
  height: 24px !important;
}

.pager {
  margin-top: 1.5rem;
  text-align: center;
  color: #273764;
  font-weight: bold;
  font-size: 0.875em;
  clear: both;
}
.pager li {
  display: inline-block;
}
.pager li a {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  background: #cea87a;
}
.pager li a:hover, .pager li a:active {
  background: #c09055;
}
.pager li form {
  margin: 0 1rem;
}
.pager li .form-element {
  min-height: 0;
  padding: 5px 10px;
  line-height: 1;
  color: #273764;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid #e7dfd6;
}
.pager li.hidden a {
  background: #ccc;
  cursor: not-allowed;
}

.liveVideo {
  margin: 0 auto;
}

.calendar {
  margin-bottom: 2rem;
}
.calendar::before {
  padding-top: 50%;
}
@media (max-width: 47.9375em) {
  .calendar {
    margin-bottom: 1rem;
  }
}
@media (max-width: 41.625em) {
  .calendar::before {
    padding-top: 100%;
  }
}

.editor {
  padding: 1rem;
  word-wrap: normal;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  font-size: 17px;
  font-size: 1.0625rem;
}
.editor p {
  margin-bottom: 0.85rem;
}
.editor a {
  word-break: break-all;
}
.editor img {
  max-width: 100% !important;
}
.counter {
  margin-top: 0.75rem;
  text-align: right;
  font-size: 0.875rem;
  color: #999;
}

.fancybox-button--thumbs {
  display: none !important;
}
