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

:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none !important;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

html, body {
  position: relative;
  font-family: "Noto Sans TC", sans-serif;
  line-height: 1.5;
}

main {
  position: relative;
  min-height: 75vh;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  main {
    padding-bottom: 40px;
  }
}

hr {
  border: none;
  border-bottom: 1px solid #BEBEBE;
}

small {
  font-size: 90%;
}

strong, b {
  font-weight: 500;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

p {
  font-size: 1.125rem;
  line-height: 1.8;
}

button {
  font-family: "Noto Sans TC", sans-serif;
  background-color: transparent;
  border: none;
}

a:focus, button:focus, input:focus, textarea:focus, select:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(12, 108, 183, 0.5);
}

.acc {
  display: inline-block;
}
@media (max-width: 1023px) {
  .acc {
    display: none !important;
  }
}

.sr-only {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  cursor: none;
  z-index: -1;
}
.sr-only:focus {
  position: relative;
  width: auto;
  height: auto;
  display: block;
  display: initial;
  overflow: auto;
  opacity: 1;
  cursor: initial;
  z-index: 0;
}

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

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

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

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

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

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

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

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

.pl-5 {
  padding-left: 2.5rem !important;
}

.ml-5 {
  margin-left: 2.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

.pt-5 {
  padding-top: 2.5rem !important;
}

.mt-5 {
  margin-top: 2.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

.pb-5 {
  padding-bottom: 2.5rem !important;
}

.mb-5 {
  margin-bottom: 2.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

.pr-5 {
  padding-right: 2.5rem !important;
}

.mr-5 {
  margin-right: 2.5rem !important;
}

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

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

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

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

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

.text-danger {
  color: #0C6CB7;
}

@media (min-width: 1024px) {
  .d-none-pc {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .d-none-mobile {
    display: none !important;
  }
}

.order-md-1 {
  order: 0;
}
@media (min-width: 1024px) {
  .order-md-1 {
    order: 1;
  }
}

.order-md-2 {
  order: 0;
}
@media (min-width: 1024px) {
  .order-md-2 {
    order: 2;
  }
}

.order-md-3 {
  order: 0;
}
@media (min-width: 1024px) {
  .order-md-3 {
    order: 1;
  }
}

.order-md-4 {
  order: 0;
}
@media (min-width: 1024px) {
  .order-md-4 {
    order: 1;
  }
}

.order-md-5 {
  order: 0;
}
@media (min-width: 1024px) {
  .order-md-5 {
    order: 1;
  }
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.justify-content-center {
  justify-content: center;
}

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

h2, .h2 {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1280px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

.h2-newsTitle {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.84px;
}
@media (min-width: 768px) {
  .h2-newsTitle {
    font-size: 1.625rem;
  }
}
@media (min-width: 1280px) {
  .h2-newsTitle {
    font-size: 1.75rem;
  }
}

h3, .h3 {
  font-size: 1.5rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  h3, .h3 {
    font-size: 1.625rem;
  }
}

h4, .h4 {
  font-size: 1.5rem;
  font-weight: 500;
}
@media (min-width: 1280px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  h5, .h5 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1280px) {
  h5, .h5 {
    font-size: 1.375rem;
  }
}

.outer-link {
  color: #0C6CB7;
}
.outer-link::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  display: inline-block;
  margin-left: 5px;
}

.moreInfo-link {
  color: #0C6CB7;
}
.moreInfo-link:hover, .moreInfo-link:focus {
  border-bottom: 1px solid #0C6CB7;
}

.iframe-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
}
.iframe-wrapper > img,
.iframe-wrapper picture > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#toMainBtn {
  position: fixed;
  top: 3px;
  left: 3px;
}
#toMainBtn:focus {
  z-index: 99;
}

/* ==========================================================================
    GRIDLEX
    Just a Flexbox Grid System - v. 2.7.1
    https://gridlex.devlint.fr/
========================================================================== */
[class~=row],
[class*=row-],
[class*=row_] {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -20px;
}

[class~=col],
[class*=col-],
[class*=col_] {
  box-sizing: border-box;
  padding: 0 20px 20px;
  max-width: 100%;
}

[class~=col],
[class*=col_] {
  flex: 1 1 0%;
}

[class*=col-] {
  flex: none;
}

[class~=row][class~=col],
[class~=row][class*=col-],
[class~=row][class*=col_],
[class*=row-][class~=col],
[class*=row-][class*=col-],
[class*=row-][class*=col_],
[class*=row_][class~=col],
[class*=row_][class*=col-],
[class*=row_][class*=col_] {
  margin: 0;
  padding: 0;
}

/************************
    HELPERS SUFFIXES
*************************/
[class*=row-][class*=-noGutter] {
  margin: 0;
}
[class*=row-][class*=-noGutter] > [class~=col],
[class*=row-][class*=-noGutter] > [class*=col-] {
  padding: 0;
}

/************************
    GRID BY NUMBER
*************************/
/************************
    COLS SIZES
*************************/
[class~=row] > [class*=col-1],
[class*=row-] > [class*=col-1],
[class*=row_] > [class*=col-1] {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
[class~=row] > [class*=col-2],
[class*=row-] > [class*=col-2],
[class*=row_] > [class*=col-2] {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
[class~=row] > [class*=col-3],
[class*=row-] > [class*=col-3],
[class*=row_] > [class*=col-3] {
  flex-basis: 25%;
  max-width: 25%;
}
[class~=row] > [class*=col-4],
[class*=row-] > [class*=col-4],
[class*=row_] > [class*=col-4] {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
[class~=row] > [class*=col-5],
[class*=row-] > [class*=col-5],
[class*=row_] > [class*=col-5] {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}
[class~=row] > [class*=col-6],
[class*=row-] > [class*=col-6],
[class*=row_] > [class*=col-6] {
  flex-basis: 50%;
  max-width: 50%;
}
[class~=row] > [class*=col-7],
[class*=row-] > [class*=col-7],
[class*=row_] > [class*=col-7] {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}
[class~=row] > [class*=col-8],
[class*=row-] > [class*=col-8],
[class*=row_] > [class*=col-8] {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
[class~=row] > [class*=col-9],
[class*=row-] > [class*=col-9],
[class*=row_] > [class*=col-9] {
  flex-basis: 75%;
  max-width: 75%;
}
[class~=row] > [class*=col-10],
[class*=row-] > [class*=col-10],
[class*=row_] > [class*=col-10] {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
[class~=row] > [class*=col-11],
[class*=row-] > [class*=col-11],
[class*=row_] > [class*=col-11] {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}
[class~=row] > [class*=col-12],
[class*=row-] > [class*=col-12],
[class*=row_] > [class*=col-12] {
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  [class~=row] > [class*=_sm-1],
[class*=row-] > [class*=_sm-1],
[class*=row_] > [class*=_sm-1] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~=row] > [class*=_sm-2],
[class*=row-] > [class*=_sm-2],
[class*=row_] > [class*=_sm-2] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~=row] > [class*=_sm-3],
[class*=row-] > [class*=_sm-3],
[class*=row_] > [class*=_sm-3] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~=row] > [class*=_sm-4],
[class*=row-] > [class*=_sm-4],
[class*=row_] > [class*=_sm-4] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~=row] > [class*=_sm-5],
[class*=row-] > [class*=_sm-5],
[class*=row_] > [class*=_sm-5] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~=row] > [class*=_sm-6],
[class*=row-] > [class*=_sm-6],
[class*=row_] > [class*=_sm-6] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~=row] > [class*=_sm-7],
[class*=row-] > [class*=_sm-7],
[class*=row_] > [class*=_sm-7] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~=row] > [class*=_sm-8],
[class*=row-] > [class*=_sm-8],
[class*=row_] > [class*=_sm-8] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~=row] > [class*=_sm-9],
[class*=row-] > [class*=_sm-9],
[class*=row_] > [class*=_sm-9] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~=row] > [class*=_sm-10],
[class*=row-] > [class*=_sm-10],
[class*=row_] > [class*=_sm-10] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~=row] > [class*=_sm-11],
[class*=row-] > [class*=_sm-11],
[class*=row_] > [class*=_sm-11] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~=row] > [class*=_sm-12],
[class*=row-] > [class*=_sm-12],
[class*=row_] > [class*=_sm-12] {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  [class~=row] > [class*=_md-1],
[class*=row-] > [class*=_md-1],
[class*=row_] > [class*=_md-1] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~=row] > [class*=_md-2],
[class*=row-] > [class*=_md-2],
[class*=row_] > [class*=_md-2] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~=row] > [class*=_md-3],
[class*=row-] > [class*=_md-3],
[class*=row_] > [class*=_md-3] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~=row] > [class*=_md-4],
[class*=row-] > [class*=_md-4],
[class*=row_] > [class*=_md-4] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~=row] > [class*=_md-5],
[class*=row-] > [class*=_md-5],
[class*=row_] > [class*=_md-5] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~=row] > [class*=_md-6],
[class*=row-] > [class*=_md-6],
[class*=row_] > [class*=_md-6] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~=row] > [class*=_md-7],
[class*=row-] > [class*=_md-7],
[class*=row_] > [class*=_md-7] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~=row] > [class*=_md-8],
[class*=row-] > [class*=_md-8],
[class*=row_] > [class*=_md-8] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~=row] > [class*=_md-9],
[class*=row-] > [class*=_md-9],
[class*=row_] > [class*=_md-9] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~=row] > [class*=_md-10],
[class*=row-] > [class*=_md-10],
[class*=row_] > [class*=_md-10] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~=row] > [class*=_md-11],
[class*=row-] > [class*=_md-11],
[class*=row_] > [class*=_md-11] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~=row] > [class*=_md-12],
[class*=row-] > [class*=_md-12],
[class*=row_] > [class*=_md-12] {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  [class~=row] > [class*=_lg-1],
[class*=row-] > [class*=_lg-1],
[class*=row_] > [class*=_lg-1] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~=row] > [class*=_lg-2],
[class*=row-] > [class*=_lg-2],
[class*=row_] > [class*=_lg-2] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~=row] > [class*=_lg-3],
[class*=row-] > [class*=_lg-3],
[class*=row_] > [class*=_lg-3] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~=row] > [class*=_lg-4],
[class*=row-] > [class*=_lg-4],
[class*=row_] > [class*=_lg-4] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~=row] > [class*=_lg-5],
[class*=row-] > [class*=_lg-5],
[class*=row_] > [class*=_lg-5] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~=row] > [class*=_lg-6],
[class*=row-] > [class*=_lg-6],
[class*=row_] > [class*=_lg-6] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~=row] > [class*=_lg-7],
[class*=row-] > [class*=_lg-7],
[class*=row_] > [class*=_lg-7] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~=row] > [class*=_lg-8],
[class*=row-] > [class*=_lg-8],
[class*=row_] > [class*=_lg-8] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~=row] > [class*=_lg-9],
[class*=row-] > [class*=_lg-9],
[class*=row_] > [class*=_lg-9] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~=row] > [class*=_lg-10],
[class*=row-] > [class*=_lg-10],
[class*=row_] > [class*=_lg-10] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~=row] > [class*=_lg-11],
[class*=row-] > [class*=_lg-11],
[class*=row_] > [class*=_lg-11] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~=row] > [class*=_lg-12],
[class*=row-] > [class*=_lg-12],
[class*=row_] > [class*=_lg-12] {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  [class~=row] > [class*=_xl-1],
[class*=row-] > [class*=_xl-1],
[class*=row_] > [class*=_xl-1] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~=row] > [class*=_xl-2],
[class*=row-] > [class*=_xl-2],
[class*=row_] > [class*=_xl-2] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~=row] > [class*=_xl-3],
[class*=row-] > [class*=_xl-3],
[class*=row_] > [class*=_xl-3] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~=row] > [class*=_xl-4],
[class*=row-] > [class*=_xl-4],
[class*=row_] > [class*=_xl-4] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~=row] > [class*=_xl-5],
[class*=row-] > [class*=_xl-5],
[class*=row_] > [class*=_xl-5] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~=row] > [class*=_xl-6],
[class*=row-] > [class*=_xl-6],
[class*=row_] > [class*=_xl-6] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~=row] > [class*=_xl-7],
[class*=row-] > [class*=_xl-7],
[class*=row_] > [class*=_xl-7] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~=row] > [class*=_xl-8],
[class*=row-] > [class*=_xl-8],
[class*=row_] > [class*=_xl-8] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~=row] > [class*=_xl-9],
[class*=row-] > [class*=_xl-9],
[class*=row_] > [class*=_xl-9] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~=row] > [class*=_xl-10],
[class*=row-] > [class*=_xl-10],
[class*=row_] > [class*=_xl-10] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~=row] > [class*=_xl-11],
[class*=row-] > [class*=_xl-11],
[class*=row_] > [class*=_xl-11] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~=row] > [class*=_xl-12],
[class*=row-] > [class*=_xl-12],
[class*=row_] > [class*=_xl-12] {
    flex-basis: 100%;
    max-width: 100%;
  }
}
/************************
    HIDING COLS
*************************/
.wrap,
.wrap-lg,
.wrap-sm,
.wrap-full {
  padding: 0 30px;
  margin: auto;
  box-sizing: border-box;
}
@media (min-width: breakpoin(md)) {
  .wrap,
.wrap-lg,
.wrap-sm,
.wrap-full {
    padding: 0 20px;
  }
}

.wrap-sm {
  max-width: 960px;
}

.wrap {
  max-width: 1280px;
}

.wrap-lg {
  max-width: 1440px;
}

.wrap-full {
  width: 100%;
  padding: 0;
}

.wrap-flex {
  display: flex;
}

.wrap.wrap-flex .aside {
  flex: 0 0 300px;
}
.wrap.wrap-flex .content {
  flex: 1;
  width: 0;
}

.header {
  display: flex;
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.25rem 1.25rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  z-index: 20;
}
@media (min-width: 1024px) {
  .header {
    box-shadow: none;
    padding: 0 1.25rem;
  }
}
.header .logo {
  display: block;
}
.header .logo > a {
  font-size: 0;
  overflow: hidden;
  display: inline-block;
  width: 100px;
  height: 50px;
  background-image: url("../images/logo-gnetu.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(0 0 6px #FFFFFF);
}
.header .side-topnav {
  display: flex;
  align-items: center;
}
.header .side-topnav .mobile-menu-btn {
  font-size: 0;
  overflow: hidden;
  background-image: url("../images/icon/icon-menu-blue.svg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #0C6CB7;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .header .side-topnav .mobile-menu-btn {
    display: none !important;
  }
}
.header .side-topnav .topnav-item {
  margin-left: 0.75rem;
  display: none;
}
@media (min-width: 1024px) {
  .header .side-topnav .topnav-item {
    display: block;
  }
}
.header .side-topnav .sitemap-btn {
  width: 44px;
  height: 44px;
  display: block;
  color: #FFFFFF;
  background-color: transparent;
  background-image: url("../images/icon/sitemap.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  font-size: 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .header .side-topnav .sitemap-btn:hover, .header .side-topnav .sitemap-btn:focus {
    background-color: #0C6CB7;
    border-color: #0C6CB7;
  }
}
.header .side-topnav .lang-dropdown {
  position: relative;
  display: none;
}
@media (min-width: 1024px) {
  .header .side-topnav .lang-dropdown {
    display: inline-block;
    margin: 0 10px;
  }
}
.header .side-topnav .lang-dropdown .dropbtn {
  font-size: 1rem;
  cursor: pointer;
  white-space: nowrap;
}
.header .side-topnav .lang-dropdown .dropbtn::after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  border-style: solid;
  border-width: 7.5px 6px 0 6px;
  border-color: #FFFFFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.header .side-topnav .lang-dropdown .dropbtn:hover::after, .header .side-topnav .lang-dropdown .dropbtn:focus::after {
  border-color: #000000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.header .side-topnav .lang-dropdown .dropbtn.show {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.header .side-topnav .lang-dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #0C6CB7;
  min-width: 125px;
  overflow: auto;
  box-shadow: 0px 3px 6px #00000029;
  z-index: 1;
  width: 100%;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.header .side-topnav .lang-dropdown .dropdown-content a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 1.5;
  padding: 0.375rem 2.25rem;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.header .side-topnav .lang-dropdown .dropdown-content a:hover, .header .side-topnav .lang-dropdown .dropdown-content a:focus, .header .side-topnav .lang-dropdown .dropdown-content a.current {
  background-color: #D8E697;
  color: #000000;
}
.header .side-topnav .lang-dropdown .dropdown-content a:focus {
  box-shadow: inset 0 0 0 3px rgba(12, 108, 183, 0.5);
}
.header .side-topnav .share {
  position: relative;
}
.no-js .header .side-topnav .share {
  display: none;
}

.header .side-topnav .share-btn {
  width: 44px;
  height: 44px;
  display: block;
  background: url("../images/icon/share.svg") no-repeat 45%/47%;
  border-radius: 50%;
  font-size: 0;
  overflow: hidden;
}
.header .side-topnav .share-list {
  position: absolute;
  display: none;
  left: 0;
  padding-top: 0.25rem;
  z-index: 1;
}
.header .side-topnav .share-list.is-opened {
  display: initial;
}
.header .side-topnav .share-list a {
  font-size: 0;
  overflow: hidden;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 0.25rem;
  border-radius: 50%;
}
.header .side-topnav .share-list a.share-btn--facebook {
  background-image: url("../images/icon/share-facebook.svg");
  background-color: #4877D1;
}
.header .side-topnav .share-list a.share-btn--line {
  background-image: url("../images/icon/share-line.svg");
  background-color: #2CBE13;
}
.header .side-topnav .share-list a.share-btn--twitter {
  background-image: url("../images/icon/share-twitter.svg");
  background-color: #3a3a3a;
  background-size: 90%;
}
.header .side-topnav .share-list a.share-btn--plurk {
  background-image: url("../images/icon/share-plurk.svg");
  background-color: #E57C3E;
}

.menu {
  display: none;
}
@media (min-width: 1024px) {
  .menu {
    display: block;
  }
}
.menu > ul {
  display: flex;
  align-content: center;
  font-size: 1.375rem;
}
.menu > ul > li {
  flex-basis: 0px;
  flex-grow: 1;
  text-align: center;
  position: relative;
}
.menu > ul > li:not(:nth-child(1))::before {
  content: "";
  width: 1px;
  height: 130%;
  background-color: #BEBEBE;
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-50%);
}
.menu .menu-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: normal;
  line-height: 1.5;
}
.menu .menu-btn::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 10px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .menu .menu-btn::before {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.menu > ul li:nth-child(1) .menu-btn::before {
  background-image: url("../images/icon/menu-origin.svg");
}
.menu > ul li:nth-child(2) .menu-btn::before {
  background-image: url("../images/icon/menu-news.svg");
}
.menu > ul li:nth-child(3) .menu-btn::before {
  background-image: url("../images/icon/menu-shop.svg");
}
.menu > ul li:nth-child(4) .menu-btn::before {
  background-image: url("../images/icon/menu-trip.svg");
}
.menu > ul li:nth-child(5) .menu-btn::before {
  background-image: url("../images/icon/menu-camera.svg");
}
@media (min-width: 1024px) {
  .menu .bring-item {
    display: none;
  }
}

nav#mm-menu .mm-navbar {
  padding: 9px 40px;
}
nav#mm-menu .mm-navbar .mm-btn {
  top: 9px;
}
nav#mm-menu .mm-navbar .mm-title {
  color: #000000;
}
nav#mm-menu .mm-navbar .mm-prev::before {
  width: 10px;
  height: 10px;
  border-color: #000000;
}
nav#mm-menu .mm-navbar .mm-close {
  padding: 0;
  margin-right: 0.625rem;
}
nav#mm-menu .mm-navbar .mm-close::before, nav#mm-menu .mm-navbar .mm-close::after {
  content: "";
  width: 20px;
  height: 2px;
  display: block;
  background-color: #0C6CB7;
  position: absolute;
  left: calc((100% - 20px) / 2);
  top: calc((100% - 2px) / 2);
}
nav#mm-menu .mm-navbar .mm-close::before {
  transform: rotate(45deg);
}
nav#mm-menu .mm-navbar .mm-close::after {
  transform: rotate(-45deg);
}
nav#mm-menu .mm-hidden + .mm-title {
  display: block;
  background: url(../images/logo.png) no-repeat center/contain;
  font-size: 0rem;
  text-indent: -9999px;
  overflow: hidden;
}
nav#mm-menu .mm-panels {
  top: calc(40px + (9px * 2));
}

.menu-social-link {
  display: flex;
}
.menu-social-link > a {
  display: block;
  padding: 20px;
  width: 100%;
  text-align: center;
}

#mm-blocker {
  z-index: 30 !important;
}

.menu.mm-menu.mm-front {
  z-index: 40;
}

.mm-menu.menu {
  background-color: #FFFFFF;
}

.mm-menu .menu-btn {
  display: flex;
  flex-direction: row;
  font-size: 1.25rem;
  font-weight: 500;
  color: #232323;
}

.mm-listview > li .menu-btn {
  padding: 1.375rem 2rem;
}
.mm-listview > li .menu-btn::before {
  width: 2rem;
  height: 2rem;
  margin-right: 1.375rem;
  margin-bottom: 0;
}
.mm-listview > li:nth-child(1) .menu-btn::before {
  background-image: url("../images/icon/menu-news.svg");
}
.mm-listview > li:nth-child(2) .menu-btn::before {
  background-image: url("../images/icon/menu-origin.svg");
}
.mm-listview > li:nth-child(3) .menu-btn::before {
  background-image: url("../images/icon/menu-shop.svg");
}
.mm-listview > li:nth-child(4) .menu-btn::before {
  background-image: url("../images/icon/menu-trip.svg");
}
.mm-listview > li:nth-child(5) .menu-btn::before {
  background-image: url("../images/icon/menu-camera.svg");
}
.mm-listview > li:nth-child(6) .menu-btn::before {
  background-image: url("../images/icon/menu-language.svg");
}

.mm-menu .mm-listview > li:not(.mm-divider)::after {
  left: 0;
}

.submenu.mm-listview > li > a {
  font-size: 1.25rem;
  color: #232323;
  padding: 1.375rem 2rem;
}

.mm-menu .mm-listview .mm-next {
  width: 100%;
}

.mm-menu .mm-listview .mm-next::before {
  display: none;
}

.mm-menu .add-items {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.mm-menu .add-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-bottom: 1rem;
}
.mm-menu .add-item::before {
  content: "";
  width: 50px;
  height: 50px;
  border: 2px solid #0C6CB7;
  border-radius: 50%;
  margin-bottom: 0.75rem;
  background-position: center center;
  background-repeat: no-repeat;
}
.mm-menu .add-item:nth-child(1)::before {
  background-image: url("../images/icon/menu-sitemap.svg");
}
.mm-menu .add-item:nth-child(2)::before {
  background-image: url("../images/icon/menu-home.svg");
}
.mm-menu .add-item:nth-child(3)::before {
  background-image: url("../images/icon/menu-tourism.svg");
  background-size: 50%;
}

.navbar {
  padding: 20px 0;
}
.navbar .breadcrumb {
  display: block;
  white-space: nowrap;
  overflow-x: auto;
}
@media (min-width: 1024px) {
  .navbar .breadcrumb {
    overflow-x: visible;
  }
}
.navbar .breadcrumb > li {
  display: inline-block;
}
.navbar .breadcrumb > li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin: 0 0.5rem;
}
.navbar .breadcrumb .breadcrumb-link:hover, .navbar .breadcrumb .breadcrumb-link:focus {
  color: #0C6CB7;
}
.navbar .breadcrumb .breadcrumb-link--home {
  font-size: 0;
  overflow: hidden;
  background-image: url("../images/icon/icon-home.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: -5px;
}
.navbar .breadcrumb .breadcrumb-link--home:hover, .navbar .breadcrumb .breadcrumb-link--home:focus {
  background-image: url("../images/icon/icon-home-blue.svg");
}
.navbar .feature {
  display: inline-block;
}
@media (max-width: 1023px) {
  .navbar .feature {
    display: none !important;
  }
}
.navbar .feature .feature-item {
  position: relative;
  display: inline-block;
}
.navbar .feature .feature-btn, .navbar .feature .feature-btn--font-plus, .navbar .feature .feature-btn--font-minus, .navbar .feature .feature-btn--print, .navbar .feature .feature-btn--share {
  font-size: 0;
  overflow: hidden;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.navbar .feature .feature-btn:hover, .navbar .feature .feature-btn--font-plus:hover, .navbar .feature .feature-btn--font-minus:hover, .navbar .feature .feature-btn--print:hover, .navbar .feature .feature-btn--share:hover, .navbar .feature .feature-btn:focus, .navbar .feature .feature-btn--font-plus:focus, .navbar .feature .feature-btn--font-minus:focus, .navbar .feature .feature-btn--print:focus, .navbar .feature .feature-btn--share:focus {
  background-color: #0C6CB7;
}
.navbar .feature .feature-btn--share {
  background-image: url("../images/icon/icon-share.svg");
}
.navbar .feature .feature-btn--share:hover, .navbar .feature .feature-btn--share:focus {
  background-image: url("../images/icon/icon-share-hover.svg");
}
.navbar .feature .feature-btn--print {
  background-image: url("../images/icon/icon-print.svg");
}
.navbar .feature .feature-btn--print:hover, .navbar .feature .feature-btn--print:focus {
  background-image: url("../images/icon/icon-print-hover.svg");
}
.navbar .feature .feature-btn--font-minus {
  background-image: url("../images/icon/icon-font-minus.svg");
}
.navbar .feature .feature-btn--font-minus:hover, .navbar .feature .feature-btn--font-minus:focus {
  background-image: url("../images/icon/icon-font-minus-hover.svg");
}
.navbar .feature .feature-btn--font-plus {
  background-image: url("../images/icon/icon-font-plus.svg");
}
.navbar .feature .feature-btn--font-plus:hover, .navbar .feature .feature-btn--font-plus:focus {
  background-image: url("../images/icon/icon-font-plus-hover.svg");
}
.navbar .share-list {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 1;
}
.navbar .share-list.is-opened {
  display: initial;
}
.navbar .share-list a {
  font-size: 0;
  overflow: hidden;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  border-radius: 50%;
}
.navbar .share-list a.share-btn--facebook {
  background-image: url("../images/icon/share-facebook.svg");
  background-color: #4877D1;
}
.navbar .share-list a.share-btn--line {
  background-image: url("../images/icon/share-line.svg");
  background-color: #2CBE13;
}
.navbar .share-list a.share-btn--twitter {
  background-image: url("../images/icon/share-twitter.svg");
  background-color: #3a3a3a;
  background-size: 90%;
}
.navbar .share-list a.share-btn--plurk {
  background-image: url("../images/icon/share-plurk.svg");
  background-color: #E57C3E;
}
@media (min-width: 1024px) {
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar .breadcrumb {
    display: inline-block;
  }
}

.aside {
  width: 300px;
  flex: 0 0 300px;
  padding-right: 35px;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .aside {
    display: none !important;
  }
}
.aside-title {
  padding: 10px;
  font-size: 1.5rem;
  background-color: #BEBEBE;
  color: #000000;
}
.aside .asideMenu {
  background-color: #fff;
  box-shadow: 0 3px 8px -2px rgba(0, 0, 0, 0.15);
}
.aside .asideMenu-item.is-active .asideMenu-link::before {
  background-color: #E87535;
}
.aside .asideMenu-link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  font-size: 1.375rem;
}
.aside .asideMenu-link::before {
  content: "";
  position: absolute;
  display: block;
  top: 15px;
  left: 15px;
  width: 3px;
  height: 1.5rem;
  background-color: #BEBEBE;
}
.aside .asideMenu-link::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e918";
  transition: 0.3s;
}
.aside .asideMenu-link:hover, .aside .asideMenu-link:focus {
  color: #E87535;
}
.aside .asideMenu-link:hover::before, .aside .asideMenu-link:focus::before {
  background-color: #E87535;
}
.aside .asideMenu-link.is-opened::after {
  transform: rotate(180deg);
}
.aside .asideMenu .asideSubMenu {
  padding-left: 10px;
}
.aside .asideMenu .asideSubMenu-link {
  position: relative;
  display: block;
  padding: 10px 30px;
}
.aside .asideMenu .asideSubMenu-link::before {
  content: "";
  position: absolute;
  display: block;
  top: 22px;
  left: 15px;
  width: 6px;
  height: 6px;
  background-color: #BEBEBE;
  border-radius: 50%;
}
.aside .asideMenu .asideSubMenu-link:hover, .aside .asideMenu .asideSubMenu-link:focus, .aside .asideMenu .asideSubMenu-link.is-active {
  color: #E87535;
}
.aside .asideMenu .asideSubMenu-link:hover::before, .aside .asideMenu .asideSubMenu-link:focus::before, .aside .asideMenu .asideSubMenu-link.is-active::before {
  background-color: #E87535;
}

@media (max-width: 1023px) {
  .footer .fatfooter {
    display: none !important;
  }
}
.footer .fatfooter-btn {
  display: block;
  width: 100%;
  padding: 15px 0;
  font-size: 1.375rem;
  text-align: center;
  font-weight: 500;
  border-top: 1px solid #BEBEBE;
  border-bottom: 1px solid #BEBEBE;
}
.footer .fatfooter-btn span::before {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92c";
  margin-right: 2px;
}
.footer .fatfooter-btn:hover, .footer .fatfooter-btn:focus {
  color: #E87535;
}
.footer .fatfooter-collapse {
  padding: 30px 0 20px;
  border-bottom: 1px solid #BEBEBE;
}
.footer .fatfooter-title {
  display: block;
  padding-bottom: 0.3rem;
  font-size: 1.375rem;
  font-weight: 500;
  border-bottom: 1px solid #BEBEBE;
}
.footer .fatfooter-title:hover, .footer .fatfooter-title:focus {
  color: #E87535;
}
.footer .fatfooter .fatfooterList {
  padding: 0.5rem 0;
}
.footer .fatfooter .fatfooterList-link {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}
.footer .fatfooter .fatfooterList-link::before {
  content: "";
  position: absolute;
  display: block;
  top: 5px;
  left: 5px;
  width: 3px;
  height: 1.5rem;
  background-color: #BEBEBE;
}
.footer .fatfooter .fatfooterList-link:hover, .footer .fatfooter .fatfooterList-link:focus {
  color: #E87535;
}
.footer .fatfooter .fatfooterList-link:hover::before, .footer .fatfooter .fatfooterList-link:focus::before {
  background-color: #E87535;
}
.footer .footerInfo {
  padding: 20px 0;
  text-align: center;
}
.footer .footerInfo-logo {
  font-size: 0;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  max-width: 330px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-image: url("../images/footer_logo.svg");
}
.footer .footerInfo-fbBtn {
  font-size: 0;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 180px;
  height: 50px;
  background-image: url("../images/fb-btn.svg");
}
.footer .footerInfo-fbBtn:hover, .footer .footerInfo-fbBtn:focus {
  background-image: url("../images/fb-btn-hover.svg");
}
.footer .footerInfo-content {
  margin-bottom: 2rem;
}
.footer .footerLinks {
  padding: 15px 0;
  border-top: 1px solid #BEBEBE;
}
.footer .footerLinks-acc {
  display: block;
  width: 120px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .footer .footerLinks-acc {
    margin: 0 6rem 0 auto;
  }
}
.footer .footerLinks-acc img {
  max-width: 100%;
}
@media (min-width: 1024px) {
  .footer .footerLinks {
    display: flex;
    justify-content: space-between;
  }
  .footer .footerInfo {
    align-items: flex-end;
  }
  .footer .footerLinks {
    align-items: center;
  }
}
.canvas-container {
  position: absolute;
  width: 100%;
  filter: blur(60px) saturate(1.2);
  overflow: hidden;
  z-index: -1;
}
.canvas-container canvas {
  pointer-events: none;
  background-color: #ade8f4;
}

#canvas1 {
  height: 80px;
}

#canvas2 {
  bottom: 0;
  height: 250px;
}
#canvas2::before, #canvas2::after {
  content: "";
  position: absolute;
  display: block;
  width: 150%;
  height: 150px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}
#canvas2::before {
  top: 0;
  right: 10%;
  -webkit-animation: 9s infinite alternate swingX;
          animation: 9s infinite alternate swingX;
}
#canvas2::after {
  top: -5%;
  left: 10%;
  animation: 10s linear infinite alternate-reverse swingX;
}

@-webkit-keyframes swingX {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(50%);
  }
}

@keyframes swingX {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(50%);
  }
}
@font-face {
  font-family: "Noto Sans TC";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/noto-sans-tc-400.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/noto-sans-tc-500.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/noto-sans-jp-400.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/noto-sans-jp-500.woff") format("woff");
}
@font-face {
  font-family: "icon";
  src: url("../fonts/icon.ttf") format("truetype"), url("../fonts/icon.woff") format("woff"), url("../fonts/icon.svg#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.icon-plus:before {
  content: "\e92c";
}

.icon-arrow-left:before {
  content: "\e926";
}

.icon-arrow-right:before {
  content: "\e927";
}

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

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

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

.icon-page-prev:before {
  content: "\e92b";
}

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

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

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

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

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

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

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

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

.icon-font-plus:before {
  content: "\e91b";
}

.icon-font-minus:before {
  content: "\e91c";
}

.icon-print:before {
  content: "\e91d";
}

.icon-share:before {
  content: "\e91e";
}
/*# sourceMappingURL=common_ko.css.map */
