@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 480px) {

  .container {
    max-width: 480px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 769px) {

  .container {
    max-width: 769px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 1200px) {

  .container {
    max-width: 1200px;
    padding-right: 8rem;
    padding-left: 8rem;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-1 {
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}
.top-10 {
  top: 2.5rem;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.top-1\/3 {
  top: 33.333333%;
}
.right-1 {
  right: 0.25rem;
}
.left-8 {
  left: 2rem;
}
.top-\[75px\] {
  top: 75px;
}
.right-0 {
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.right-2\.5 {
  right: 0.625rem;
}
.right-2 {
  right: 0.5rem;
}
.top-6 {
  top: 1.5rem;
}
.left-5 {
  left: 1.25rem;
}
.top-4 {
  top: 1rem;
}
.left-4 {
  left: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.-bottom-24 {
  bottom: -6rem;
}
.left-1\/2 {
  left: 50%;
}
.-bottom-full {
  bottom: -100%;
}
.-right-24 {
  right: -6rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.top-9 {
  top: 2.25rem;
}
.right-4 {
  right: 1rem;
}
.-top-\[105px\] {
  top: -105px;
}
.-left-14 {
  left: -3.5rem;
}
.-top-4 {
  top: -1rem;
}
.left-3 {
  left: 0.75rem;
}
.top-14 {
  top: 3.5rem;
}
.-top-1 {
  top: -0.25rem;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.-z-1 {
  z-index: -1;
}
.z-50 {
  z-index: 50;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.\!m-2 {
  margin: 0.5rem !important;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mx-3\/16 {
  margin-left: 18.75%;
  margin-right: 18.75%;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mt-0 {
  margin-top: 0px;
}
.ml-0 {
  margin-left: 0px;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.-ml-10 {
  margin-left: -2.5rem;
}
.-mt-7 {
  margin-top: -1.75rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-5 {
  height: 1.25rem;
}
.h-\[24px\] {
  height: 24px;
}
.h-7 {
  height: 1.75rem;
}
.h-full {
  height: 100%;
}
.h-11 {
  height: 2.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-3 {
  height: 0.75rem;
}
.h-6 {
  height: 1.5rem;
}
.h-4 {
  height: 1rem;
}
.h-auto {
  height: auto;
}
.h-0 {
  height: 0px;
}
.h-\[520px\] {
  height: 520px;
}
.\!h-auto {
  height: auto !important;
}
.h-10 {
  height: 2.5rem;
}
.h-20 {
  height: 5rem;
}
.h-1 {
  height: 0.25rem;
}
.h-40 {
  height: 10rem;
}
.h-\[60px\] {
  height: 60px;
}
.h-2 {
  height: 0.5rem;
}
.h-15\/16 {
  height: 93.75%;
}
.min-h-\[50\%\] {
  min-height: 50%;
}
.min-h-full {
  min-height: 100%;
}
.min-h-\[550px\] {
  min-height: 550px;
}
.w-5 {
  width: 1.25rem;
}
.w-\[24px\] {
  width: 24px;
}
.w-12 {
  width: 3rem;
}
.w-7 {
  width: 1.75rem;
}
.w-56 {
  width: 14rem;
}
.w-full {
  width: 100%;
}
.w-11 {
  width: 2.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-3 {
  width: 0.75rem;
}
.w-1\/2 {
  width: 50%;
}
.w-auto {
  width: auto;
}
.w-6 {
  width: 1.5rem;
}
.w-4 {
  width: 1rem;
}
.w-8 {
  width: 2rem;
}
.w-11\/16 {
  width: 68.75%;
}
.w-4\/5 {
  width: 80%;
}
.w-4\/6 {
  width: 66.666667%;
}
.w-2\/6 {
  width: 33.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-20 {
  width: 5rem;
}
.w-1 {
  width: 0.25rem;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-\[60px\] {
  width: 60px;
}
.\!w-auto {
  width: auto !important;
}
.w-2 {
  width: 0.5rem;
}
.w-40 {
  width: 10rem;
}
.min-w-\[50\%\] {
  min-width: 50%;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.flex-none {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.shrink {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.grow-0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.basis-1\/2 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.basis-2\/3 {
  -ms-flex-preferred-size: 66.666667%;
      flex-basis: 66.666667%;
}
.basis-1\/3 {
  -ms-flex-preferred-size: 33.333333%;
      flex-basis: 33.333333%;
}
.basis-full {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.basis-1\/4 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.basis-2\/4 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.translate-x-1 {
  --tw-translate-x: 0.25rem;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1 {
  --tw-translate-y: 0.25rem;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2 {
  --tw-translate-y: 50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-0 {
  --tw-rotate: -0deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@-webkit-keyframes spin {

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.animate-spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
@-webkit-keyframes bounce {

  0%, 100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
@keyframes bounce {

  0%, 100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce {
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.list-outside {
  list-style-position: outside;
}
.list-none {
  list-style-type: none;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-x-1 {
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
}
.gap-x-20 {
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-x-2 {
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}
.divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-divide-opacity));
}
.divide-grey-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(155 155 155 / var(--tw-divide-opacity));
}
.self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.self-center {
  -ms-flex-item-align: center;
      align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.rounded-tr-\[15px\] {
  border-top-right-radius: 15px;
}
.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}
.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-8 {
  border-width: 8px;
}
.border-4 {
  border-width: 4px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-8 {
  border-left-width: 8px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.\!border-none {
  border-style: none !important;
}
.border-grey-2 {
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity));
}
.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity));
}
.border-yellow-1 {
  --tw-border-opacity: 1;
  border-color: rgb(234 193 111 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.\!border-yellow-1 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(234 193 111 / var(--tw-border-opacity)) !important;
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-grey-3 {
  --tw-border-opacity: 1;
  border-color: rgb(200 200 200 / var(--tw-border-opacity));
}
.border-grey-1 {
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-yellow-2 {
  --tw-border-opacity: 1;
  border-color: rgb(255 153 0 / var(--tw-border-opacity));
}
.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}
.border-yellow-3 {
  --tw-border-opacity: 1;
  border-color: rgb(223 163 45 / var(--tw-border-opacity));
}
.border-grey-4 {
  --tw-border-opacity: 1;
  border-color: rgb(155 155 155 / var(--tw-border-opacity));
}
.border-x-grey-5 {
  --tw-border-opacity: 1;
  border-left-color: rgb(74 74 74 / var(--tw-border-opacity));
  border-right-color: rgb(74 74 74 / var(--tw-border-opacity));
}
.bg-main-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 0 18 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.bg-grey-0 {
  background-color: rgba(243, 243, 243, 0.87);
}
.bg-yellow-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(223 163 45 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 193 111 / var(--tw-bg-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.\!bg-yellow-1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 193 111 / var(--tw-bg-opacity)) !important;
}
.bg-sub-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 230 / var(--tw-bg-opacity));
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-\[\#efeff0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 240 / var(--tw-bg-opacity));
}
.bg-grey-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-yellow-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 153 0 / var(--tw-bg-opacity));
}
.bg-grey-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
}
.bg-grey-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(155 155 155 / var(--tw-bg-opacity));
}
.bg-orange-rgba {
  background-color: rgba(250, 140, 40, 0.9);
}
.bg-main-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 82 84 / var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-inherit {
  background-color: inherit;
}
.bg-\[\#333333\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}
.bg-\[\#f5f9fc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 249 252 / var(--tw-bg-opacity));
}
.bg-contain {
  background-size: contain;
}
.bg-center {
  background-position: center;
}
.bg-top {
  background-position: top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-7 {
  padding: 1.75rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-4 {
  padding: 1rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-\[30px\] {
  padding: 30px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.\!pt-0 {
  padding-top: 0px !important;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-9\/16 {
  padding-bottom: 56.25%;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-\[75px\] {
  padding-top: 75px;
}
.pt-\[35px\] {
  padding-top: 35px;
}
.pr-7 {
  padding-right: 1.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pl-\[23px\] {
  padding-left: 23px;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pl-\[8px\] {
  padding-left: 8px;
}
.pt-\[5px\] {
  padding-top: 5px;
}
.pl-\[9px\] {
  padding-left: 9px;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.align-bottom {
  vertical-align: bottom;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.font-normal {
  font-weight: 400;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-semibold {
  font-weight: 600;
}
.font-medium {
  font-weight: 500;
}
.font-thin {
  font-weight: 100;
}
.font-light {
  font-weight: 300;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-normal {
  line-height: 1.5;
}
.leading-\[1\.33\] {
  line-height: 1.33;
}
.leading-4 {
  line-height: 1rem;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-grey-5 {
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-yellow-3 {
  --tw-text-opacity: 1;
  color: rgb(223 163 45 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-yellow-1 {
  --tw-text-opacity: 1;
  color: rgb(234 193 111 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-grey-4 {
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity));
}
.text-main-5 {
  --tw-text-opacity: 1;
  color: rgb(230 0 18 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-main-4 {
  --tw-text-opacity: 1;
  color: rgb(242 39 49 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-yellow-2 {
  --tw-text-opacity: 1;
  color: rgb(255 153 0 / var(--tw-text-opacity));
}
.text-\[\#5475a2\] {
  --tw-text-opacity: 1;
  color: rgb(84 117 162 / var(--tw-text-opacity));
}
.text-grey-7 {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.line-through {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.underline-offset-1 {
  text-underline-offset: 1px;
}
.opacity-100 {
  opacity: 1;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-90 {
  opacity: 0.9;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-pic-card {
  --tw-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0 2px 4px 0 var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-2 {
  outline-width: 2px;
}
.outline-offset-4 {
  outline-offset: 4px;
}
.outline-grey-5 {
  outline-color: #4a4a4a;
}
.\!ring-sub-5 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(238 107 0 / var(--tw-ring-opacity)) !important;
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.transition {
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.transition-height {
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.duration-300 {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.duration-200 {
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
.duration-500 {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}
.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.scrollbar-red {
    scrollbar-color: red rgba(0, 0, 0, 0);
    scrollbar-width: thin;
  }
.scrollbar-red::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0);
  }
.scrollbar-red::-webkit-scrollbar {
    width: 5px;
    height: 10px;
  }
.scrollbar-red::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: red;
    margin: 80px 0 5px 0;
  }
.\[animation-delay\:-0\.3s\] {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.\[animation-delay\:-0\.15s\] {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 2.5rem;
  width: 7rem;
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(200 200 200 / var(--tw-border-opacity));
  background-color: rgba(255, 255, 255, 0.3);
  background-image: none;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #9b9b9b;
}
.btn.btn-main1 {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(230 0 18 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.btn-main1:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(191 4 23 / var(--tw-bg-opacity));
}
.btn.btn-main1:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(255 168 163 / var(--tw-bg-opacity));
}
.btn.btn-main2 {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(230 0 18 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.btn-main2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(191 4 23 / var(--tw-bg-opacity));
}
.btn.btn-main2:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(200 200 200 / var(--tw-bg-opacity));
}
.btn.btn-main2:hover:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(200 200 200 / var(--tw-bg-opacity));
}
.btn.btn-sub {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(238 107 0 / var(--tw-bg-opacity));
  --tw-gradient-from: #ee6b00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(238 107 0 / 0));
  --tw-gradient-to: #e60012;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.btn-sub:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(200 83 0 / var(--tw-bg-opacity));
}
.btn.btn-sub:active {
  --tw-bg-opacity: 1;
  background-color: rgb(238 107 0 / var(--tw-bg-opacity));
}
.btn.btn-sub-hover {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(238 107 0 / var(--tw-bg-opacity));
  --tw-gradient-from: #ee6b00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(238 107 0 / 0));
  --tw-gradient-to: #e60012;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.btn-sub-hover:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.btn.btn-sub-hover:active {
  --tw-bg-opacity: 1;
  background-color: rgb(238 107 0 / var(--tw-bg-opacity));
}
.btn.btn-black {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.btn-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(74 74 74 / var(--tw-bg-opacity));
}
.btn.btn-black:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(155 155 155 / var(--tw-bg-opacity));
}
.btn.disable {
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(155 155 155 / var(--tw-bg-opacity));
}
.btn.disable:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(155 155 155 / var(--tw-bg-opacity));
}
.btn.btn-line {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(200 200 200 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity));
}
.btn.btn-line:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(155 155 155 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.btn-line-black {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.btn.btn-line-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(74 74 74 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-xl {
  display: block;
  height: auto;
  width: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 5rem;
  padding-right: 5rem;
}
.btn-lg {
  height: 3rem;
  width: 8rem;
}
@media (min-width: 769px) {

  .btn-lg {
    width: 9rem;
  }
}
.btn-sm {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.btn-xs {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.tag {
  position: relative;
  margin-right: 1rem;
  height: 26px;
  width: 59px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 141 40 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tag::after {
  position: absolute;
  left: 100%;
  height: 0px;
  width: 0px;
  border-width: 13px 0 13px 9px;
  border-color: transparent transparent transparent #fa8e28;
  --tw-content: '';
  content: var(--tw-content);
}
.tag_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.card {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-shadow: 0 2px 4px 0 rgba(178, 178, 178, 0.53);
  --tw-shadow-colored: 0 2px 4px 0 var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 769px) {

  .card {
    width: 91.666667%;
  }
}
.card.isHeight {
  padding-bottom: 1.25rem;
}
.card .card_title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: rgba(243, 243, 243, 0.87);
  padding-bottom: 0.5rem;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity));
}
.card .card_desc {
  overflow: auto;
  white-space: pre-line;
  padding-right: 3rem;
  padding-bottom: 2rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity));
}
.ticket {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-top-right-radius: 0.75rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.75rem;
  padding-bottom: 1.25rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ticket .circle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(234 193 111 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.ticket .circle-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
.ticket.ticket-active {
  border-left-width: 6px;
  --tw-border-opacity: 1;
  border-color: rgb(234 193 111 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
  padding-left: 15px;
}
.ticket.ticket-active .circle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(234 193 111 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(234 193 111 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ticket.ticket-active .circle-btn:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #9b9b9b;
}
.ticket.ticket-disabled {
  background-color: rgba(243, 243, 243, 0.87);
}
.select-option-full {
  width: 100%;
}
@media (min-width: 769px) {

  .select-option-full {
    width: 16rem;
  }
}
.select-option {
  width: 100%;
}
@media (min-width: 769px) {

  .select-option {
    width: 91.666667%;
  }
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}
.before\:-z-1::before {
  content: var(--tw-content);
  z-index: -1;
}
.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}
.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}
.before\:translate-y-\[1\.5rem\]::before {
  content: var(--tw-content);
  --tw-translate-y: 1.5rem;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:translate-y-\[1\.1rem\]::before {
  content: var(--tw-content);
  --tw-translate-y: 1.1rem;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:rounded-sm::before {
  content: var(--tw-content);
  border-radius: 0.125rem;
}
.before\:bg-black-rgba-2::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.1);
}
.before\:bg-gradient-to-tr::before {
  content: var(--tw-content);
  background-image: -webkit-gradient(linear, left bottom, right top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.before\:from-main-4-o::before {
  content: var(--tw-content);
  --tw-gradient-from: #f22731d3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(242 39 49 / 0));
}
.before\:to-sub-5-o::before {
  content: var(--tw-content);
  --tw-gradient-to: #ee6b00c5;
}
.before\:align-text-bottom::before {
  content: var(--tw-content);
  vertical-align: text-bottom;
}
.before\:transition-transform::before {
  content: var(--tw-content);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.before\:transition-all::before {
  content: var(--tw-content);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.before\:duration-200::before {
  content: var(--tw-content);
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
.before\:duration-500::before {
  content: var(--tw-content);
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}
.before\:ease-out::before {
  content: var(--tw-content);
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.before\:ease-in-out::before {
  content: var(--tw-content);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:top-\[2px\]::after {
  content: var(--tw-content);
  top: 2px;
}
.after\:left-\[2px\]::after {
  content: var(--tw-content);
  left: 2px;
}
.after\:inline-block::after {
  content: var(--tw-content);
  display: inline-block;
}
.after\:h-5::after {
  content: var(--tw-content);
  height: 1.25rem;
}
.after\:w-5::after {
  content: var(--tw-content);
  width: 1.25rem;
}
.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}
.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}
.after\:border::after {
  content: var(--tw-content);
  border-width: 1px;
}
.after\:border-gray-300::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.after\:transition-all::after {
  content: var(--tw-content);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.odd\:bg-grey-2:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
}
.even\:bg-white:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:border-l-8:hover {
  border-left-width: 8px;
}
.hover\:border-yellow-1:hover {
  --tw-border-opacity: 1;
  border-color: rgb(234 193 111 / var(--tw-border-opacity));
}
.hover\:bg-sub-1:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 230 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#333333\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}
.hover\:pl-4:hover {
  padding-left: 1rem;
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.hover\:text-red-400:hover {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.hover\:outline:hover {
  outline-style: solid;
}
.hover\:outline-2:hover {
  outline-width: 2px;
}
.hover\:outline-offset-2:hover {
  outline-offset: 2px;
}
.hover\:outline-main-5:hover {
  outline-color: #e60012;
}
.hover\:before\:translate-y-0:hover::before {
  content: var(--tw-content);
  --tw-translate-y: 0px;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.focus\:border-sub-5:focus {
  --tw-border-opacity: 1;
  border-color: rgb(238 107 0 / var(--tw-border-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:\!bg-gray-200:disabled {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}
.disabled\:\!bg-gray-100:disabled {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}
.disabled\:\!text-gray-500:disabled {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}
.disabled\:\!text-gray-400:disabled {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}
.group:hover .group-hover\:visible {
  visibility: visible;
}
.group:hover .group-hover\:top-6 {
  top: 1.5rem;
}
.group:hover .group-hover\:bottom-1\/2 {
  bottom: 50%;
}
.group:hover .group-hover\:bottom-2 {
  bottom: 0.5rem;
}
.group:hover .group-hover\:-mb-8 {
  margin-bottom: -2rem;
}
.group:hover .group-hover\:-translate-x-0 {
  --tw-translate-x: -0px;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:-translate-y-0 {
  --tw-translate-y: -0px;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:bg-yellow-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 153 0 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:before\:bg-black-rgba-6::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.5);
}
.peer:checked ~ .peer-checked\:border-l-8 {
  border-left-width: 8px;
}
.peer:checked ~ .peer-checked\:border-yellow-1 {
  --tw-border-opacity: 1;
  border-color: rgb(234 193 111 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:bg-sub-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 230 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-yellow-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(223 163 45 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:pl-4 {
  padding-left: 1rem;
}
.peer:checked ~ .peer-checked\:after\:translate-x-full::after {
  content: var(--tw-content);
  --tw-translate-x: 100%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.peer:checked ~ .peer-checked\:after\:border-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.peer:focus ~ .peer-focus\:outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.peer:focus ~ .peer-focus\:ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.peer:focus ~ .peer-focus\:ring-yellow-1 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 193 111 / var(--tw-ring-opacity));
}
@media (prefers-color-scheme: dark) {

  .dark\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgb(31 41 55 / var(--tw-border-opacity));
  }

  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

  .dark\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
  }

  .peer:focus ~ .dark\:peer-focus\:ring-yellow-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(234 193 111 / var(--tw-ring-opacity));
  }
}
@media print {

  .print\:-mt-20 {
    margin-top: -5rem;
  }

  .print\:block {
    display: block;
  }

  .print\:hidden {
    display: none;
  }

  .print\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 480px) {

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:-m-0 {
    margin: -0px;
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 769px) {

  .md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }

  @media (min-width: 480px) {

    .md\:container {
      max-width: 480px;
      padding-right: 16px;
      padding-left: 16px;
    }
  }

  @media (min-width: 769px) {

    .md\:container {
      max-width: 769px;
    }
  }

  @media (min-width: 1024px) {

    .md\:container {
      max-width: 1024px;
      padding-right: 16px;
      padding-left: 16px;
    }
  }

  @media (min-width: 1200px) {

    .md\:container {
      max-width: 1200px;
      padding-right: 8rem;
      padding-left: 8rem;
    }
  }

  .md\:left-3\/16 {
    left: 18.75%;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[168\.8px\] {
    height: 168.8px;
  }

  .md\:h-\[360px\] {
    height: 360px;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-\[370px\] {
    height: 370px;
  }

  .md\:h-\[400px\] {
    height: 400px;
  }

  .md\:max-h-48 {
    max-height: 12rem;
  }

  .md\:min-h-\[400px\] {
    min-height: 400px;
  }

  .md\:w-\[300px\] {
    width: 300px;
  }

  .md\:w-\[640px\] {
    width: 640px;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .md\:basis-1\/12 {
    -ms-flex-preferred-size: 8.333333%;
        flex-basis: 8.333333%;
  }

  .md\:basis-11\/12 {
    -ms-flex-preferred-size: 91.666667%;
        flex-basis: 91.666667%;
  }

  .md\:basis-1\/2 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .md\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .md\:flex-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .md\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .md\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-7 {
    gap: 1.75rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:bg-current {
    background-color: currentColor;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-1 {
    padding: 0.25rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:p-\[30px\] {
    padding: 30px;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:pt-\[75px\] {
    padding-top: 75px;
  }

  .md\:\!pt-\[75px\] {
    padding-top: 75px !important;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pb-\[50px\] {
    padding-bottom: 50px;
  }

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

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

  .md\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:\!text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .md\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
  }

  .md\:text-slate-800 {
    --tw-text-opacity: 1;
    color: rgb(30 41 59 / var(--tw-text-opacity));
  }

  .md\:empty\:before\:inline-block:empty::before {
    content: var(--tw-content);
    display: inline-block;
  }

  .group:hover .md\:group-hover\:bottom-7 {
    bottom: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .lg\:w-full {
    width: 100%;
  }

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

  .lg\:gap-x-0\.5 {
    -webkit-column-gap: 0.125rem;
       -moz-column-gap: 0.125rem;
            column-gap: 0.125rem;
  }

  .lg\:gap-x-0 {
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }
}

.flex_fix___1yJuh {
  position: fixed;
  /* Sit on top of the page content */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  z-index: 999;
  /* Specify a stack order in case you're using a different order for other elements */
}
.flex_parent___3Ce9Q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex_child___3XSjq {
  position: relative;
  padding: 1em;
  min-height: 100vh;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.loading_spinner___2iNIK {
  position: absolute;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  /* border: 5px solid #ffe1a8; */
  border: 5px solid #ffffffa2;
  /* border-top-color: #ffc961; */
  border-top-color: #ffffff;
  -webkit-animation: rotation___OYrHp 0.8s infinite cubic-bezier(0.6, 0.3, 0.3, 0.6);
  animation: rotation___OYrHp 0.8s infinite cubic-bezier(0.6, 0.3, 0.3, 0.6);
}
@-webkit-keyframes rotation___OYrHp {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation___OYrHp {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.loading_logo___14B4M {
  height: 129px;
  width: 165px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.logo_img___3CtAm {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

@charset "UTF-8";
/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___2UAMT {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___2UAMT {
    width: 960px;
    padding: 0;
  }
}
.inner_container___36ywU,
.inner___1I1qW {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___36ywU,
  .inner___1I1qW {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___kHTB7 {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___kHTB7.is--red___2SqzP {
  background-color: #ce4148 !important;
}
.page___kHTB7.is--gray___3ykuX {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___kHTB7 {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___jO7Ka {
  color: inherit;
}
.is--right___1dggJ {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___1dggJ {
    text-align: right;
  }
}
.is--left___21s6c {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___8M3xm [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___8M3xm h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___3XoTX:before {
  content: '';
  display: table;
}
.main-body___3XoTX:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___3XoTX .main-content___2UhkN,
.main-body___3XoTX .sidebar___8M3xm {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___3XoTX .main-content___2UhkN,
  .main-body___3XoTX .sidebar___8M3xm {
    float: left;
  }
}
.main-body___3XoTX .main-content___2UhkN {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___3XoTX .sidebar___8M3xm {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___3XoTX .sidebar___8M3xm .r-sticky___2IeGb {
    z-index: 100;
  }
  .main-body___3XoTX > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___3mo8V {
  display: inherit;
}
.is--hidden___1sOZG {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___1OoRl {
  text-shadow: var(--text-shadow);
}
.group-icons___1OoRl dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___1OoRl dd a {
  color: inherit;
}
.group-icons___1OoRl dd a:hover {
  color: white;
}
.group-btn___1aMFz {
  text-align: center;
}
.group-btn___1aMFz.btn-right___e5qNs {
  text-align: right;
}
.group-btn___1aMFz .t-btn___37MWC {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___1aMFz .t-btn___37MWC:last-child {
  margin-right: 0;
}
.group-btn___1aMFz .t-btn___37MWC.is--high___3zZfP {
  background-color: #ee6b00;
}
.group-btn___1aMFz .t-btn___37MWC.is--orange___2KMBo {
  background-color: #f22731;
}
.group-btn___1aMFz .t-btn___37MWC.is--black___3TxZx {
  background-color: #171717;
}
.icons-md-18___251_p {
  font-size: 18px;
}
.icons-md-24___3nGMJ {
  font-size: 24px;
}
.icons-md-36___1mKk- {
  font-size: 36px;
}
.icons-md-48___26_Ed {
  font-size: 48px;
}
.mx-2___3xjWK {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___3xjWK {
    margin-left: 16px;
    margin-right: 16px;
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce___-VQMf {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce___-VQMf {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce___-VQMf {
  -webkit-animation-name: bounce___-VQMf;
  animation-name: bounce___-VQMf;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash___OlQBP {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash___OlQBP {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash___OlQBP {
  -webkit-animation-name: flash___OlQBP;
  animation-name: flash___OlQBP;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse___24KSW {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse___24KSW {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse___24KSW {
  -webkit-animation-name: pulse___24KSW;
  animation-name: pulse___24KSW;
}
@-webkit-keyframes rubberBand___1knWH {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand___1knWH {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand___1knWH {
  -webkit-animation-name: rubberBand___1knWH;
  animation-name: rubberBand___1knWH;
}
@-webkit-keyframes shake___pX5IQ {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake___pX5IQ {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake___pX5IQ {
  -webkit-animation-name: shake___pX5IQ;
  animation-name: shake___pX5IQ;
}
@-webkit-keyframes headShake___2Qacx {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake___2Qacx {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake___2Qacx {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake___2Qacx;
  animation-name: headShake___2Qacx;
}
@-webkit-keyframes swing___1WIsU {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing___1WIsU {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing___1WIsU {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing___1WIsU;
  animation-name: swing___1WIsU;
}
@-webkit-keyframes tada___2Ne_X {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada___2Ne_X {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada___2Ne_X {
  -webkit-animation-name: tada___2Ne_X;
  animation-name: tada___2Ne_X;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble___1JUkZ {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble___1JUkZ {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble___1JUkZ {
  -webkit-animation-name: wobble___1JUkZ;
  animation-name: wobble___1JUkZ;
}
@-webkit-keyframes jello___yF0vL {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello___yF0vL {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello___yF0vL {
  -webkit-animation-name: jello___yF0vL;
  animation-name: jello___yF0vL;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat___2XO3E {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat___2XO3E {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat___2XO3E {
  -webkit-animation-name: heartBeat___2XO3E;
  animation-name: heartBeat___2XO3E;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn___25UWC {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn___25UWC {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn___25UWC {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn___25UWC;
  animation-name: bounceIn___25UWC;
}
@-webkit-keyframes bounceInDown___8HJcn {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown___8HJcn {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown___8HJcn {
  -webkit-animation-name: bounceInDown___8HJcn;
  animation-name: bounceInDown___8HJcn;
}
@-webkit-keyframes bounceInLeft___1MdaZ {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft___1MdaZ {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft___1MdaZ {
  -webkit-animation-name: bounceInLeft___1MdaZ;
  animation-name: bounceInLeft___1MdaZ;
}
@-webkit-keyframes bounceInRight___wlPhz {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight___wlPhz {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight___wlPhz {
  -webkit-animation-name: bounceInRight___wlPhz;
  animation-name: bounceInRight___wlPhz;
}
@-webkit-keyframes bounceInUp___37Iex {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp___37Iex {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp___37Iex {
  -webkit-animation-name: bounceInUp___37Iex;
  animation-name: bounceInUp___37Iex;
}
@-webkit-keyframes bounceOut___3nUg4 {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut___3nUg4 {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut___3nUg4 {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut___3nUg4;
  animation-name: bounceOut___3nUg4;
}
@-webkit-keyframes bounceOutDown___2huBi {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown___2huBi {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown___2huBi {
  -webkit-animation-name: bounceOutDown___2huBi;
  animation-name: bounceOutDown___2huBi;
}
@-webkit-keyframes bounceOutLeft___RYVhz {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft___RYVhz {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft___RYVhz {
  -webkit-animation-name: bounceOutLeft___RYVhz;
  animation-name: bounceOutLeft___RYVhz;
}
@-webkit-keyframes bounceOutRight___2NexP {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight___2NexP {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight___2NexP {
  -webkit-animation-name: bounceOutRight___2NexP;
  animation-name: bounceOutRight___2NexP;
}
@-webkit-keyframes bounceOutUp___1nbec {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp___1nbec {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp___1nbec {
  -webkit-animation-name: bounceOutUp___1nbec;
  animation-name: bounceOutUp___1nbec;
}
@-webkit-keyframes fadeIn___2XBkK {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn___2XBkK {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn___2XBkK {
  -webkit-animation-name: fadeIn___2XBkK;
  animation-name: fadeIn___2XBkK;
}
@-webkit-keyframes fadeInDown___1IZty {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown___1IZty {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown___1IZty {
  -webkit-animation-name: fadeInDown___1IZty;
  animation-name: fadeInDown___1IZty;
}
@-webkit-keyframes fadeInDownBig___2dxVO {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig___2dxVO {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig___2dxVO {
  -webkit-animation-name: fadeInDownBig___2dxVO;
  animation-name: fadeInDownBig___2dxVO;
}
@-webkit-keyframes fadeInLeft___1CfT_ {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft___1CfT_ {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft___1CfT_ {
  -webkit-animation-name: fadeInLeft___1CfT_;
  animation-name: fadeInLeft___1CfT_;
}
@-webkit-keyframes fadeInLeftBig___3b5Kr {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig___3b5Kr {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig___3b5Kr {
  -webkit-animation-name: fadeInLeftBig___3b5Kr;
  animation-name: fadeInLeftBig___3b5Kr;
}
@-webkit-keyframes fadeInRight___3zA7a {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight___3zA7a {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight___3zA7a {
  -webkit-animation-name: fadeInRight___3zA7a;
  animation-name: fadeInRight___3zA7a;
}
@-webkit-keyframes fadeInRightBig___CipGa {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig___CipGa {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig___CipGa {
  -webkit-animation-name: fadeInRightBig___CipGa;
  animation-name: fadeInRightBig___CipGa;
}
@-webkit-keyframes fadeInUp___1v2VW {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp___1v2VW {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp___1v2VW {
  -webkit-animation-name: fadeInUp___1v2VW;
  animation-name: fadeInUp___1v2VW;
}
@-webkit-keyframes fadeInUpBig___xcffV {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig___xcffV {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig___xcffV {
  -webkit-animation-name: fadeInUpBig___xcffV;
  animation-name: fadeInUpBig___xcffV;
}
@-webkit-keyframes fadeOut___25bPq {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut___25bPq {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut___25bPq {
  -webkit-animation-name: fadeOut___25bPq;
  animation-name: fadeOut___25bPq;
}
@-webkit-keyframes fadeOutDown___3tcVL {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown___3tcVL {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown___3tcVL {
  -webkit-animation-name: fadeOutDown___3tcVL;
  animation-name: fadeOutDown___3tcVL;
}
@-webkit-keyframes fadeOutDownBig___2HYSQ {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig___2HYSQ {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig___2HYSQ {
  -webkit-animation-name: fadeOutDownBig___2HYSQ;
  animation-name: fadeOutDownBig___2HYSQ;
}
@-webkit-keyframes fadeOutLeft___1FkQJ {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft___1FkQJ {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft___1FkQJ {
  -webkit-animation-name: fadeOutLeft___1FkQJ;
  animation-name: fadeOutLeft___1FkQJ;
}
@-webkit-keyframes fadeOutLeftBig___yuykk {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig___yuykk {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig___yuykk {
  -webkit-animation-name: fadeOutLeftBig___yuykk;
  animation-name: fadeOutLeftBig___yuykk;
}
@-webkit-keyframes fadeOutRight___3Ssua {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight___3Ssua {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight___3Ssua {
  -webkit-animation-name: fadeOutRight___3Ssua;
  animation-name: fadeOutRight___3Ssua;
}
@-webkit-keyframes fadeOutRightBig___2Oc-l {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig___2Oc-l {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig___2Oc-l {
  -webkit-animation-name: fadeOutRightBig___2Oc-l;
  animation-name: fadeOutRightBig___2Oc-l;
}
@-webkit-keyframes fadeOutUp___1hULL {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp___1hULL {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp___1hULL {
  -webkit-animation-name: fadeOutUp___1hULL;
  animation-name: fadeOutUp___1hULL;
}
@-webkit-keyframes fadeOutUpBig___1yqLk {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig___1yqLk {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig___1yqLk {
  -webkit-animation-name: fadeOutUpBig___1yqLk;
  animation-name: fadeOutUpBig___1yqLk;
}
@-webkit-keyframes flip___nod1s {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip___nod1s {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated___21ejB.flip___nod1s {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip___nod1s;
  animation-name: flip___nod1s;
}
@-webkit-keyframes flipInX___3X0JW {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX___3X0JW {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX___3X0JW {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX___3X0JW;
  animation-name: flipInX___3X0JW;
}
@-webkit-keyframes flipInY___27eni {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY___27eni {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY___27eni {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY___27eni;
  animation-name: flipInY___27eni;
}
@-webkit-keyframes flipOutX___3O3kR {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX___3O3kR {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX___3O3kR {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX___3O3kR;
  animation-name: flipOutX___3O3kR;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY___3uZjb {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY___3uZjb {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY___3uZjb {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY___3uZjb;
  animation-name: flipOutY___3uZjb;
}
@-webkit-keyframes lightSpeedIn___vos0G {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn___vos0G {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn___vos0G {
  -webkit-animation-name: lightSpeedIn___vos0G;
  animation-name: lightSpeedIn___vos0G;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut___QPbWz {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut___QPbWz {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut___QPbWz {
  -webkit-animation-name: lightSpeedOut___QPbWz;
  animation-name: lightSpeedOut___QPbWz;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn___2W8CJ {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn___2W8CJ {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn___2W8CJ {
  -webkit-animation-name: rotateIn___2W8CJ;
  animation-name: rotateIn___2W8CJ;
}
@-webkit-keyframes rotateInDownLeft___2t_1c {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft___2t_1c {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft___2t_1c {
  -webkit-animation-name: rotateInDownLeft___2t_1c;
  animation-name: rotateInDownLeft___2t_1c;
}
@-webkit-keyframes rotateInDownRight___1JdDL {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight___1JdDL {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight___1JdDL {
  -webkit-animation-name: rotateInDownRight___1JdDL;
  animation-name: rotateInDownRight___1JdDL;
}
@-webkit-keyframes rotateInUpLeft___1BPGv {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft___1BPGv {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft___1BPGv {
  -webkit-animation-name: rotateInUpLeft___1BPGv;
  animation-name: rotateInUpLeft___1BPGv;
}
@-webkit-keyframes rotateInUpRight___9_2FH {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight___9_2FH {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight___9_2FH {
  -webkit-animation-name: rotateInUpRight___9_2FH;
  animation-name: rotateInUpRight___9_2FH;
}
@-webkit-keyframes rotateOut___2q8Wz {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut___2q8Wz {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut___2q8Wz {
  -webkit-animation-name: rotateOut___2q8Wz;
  animation-name: rotateOut___2q8Wz;
}
@-webkit-keyframes rotateOutDownLeft___i5zTt {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft___i5zTt {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft___i5zTt {
  -webkit-animation-name: rotateOutDownLeft___i5zTt;
  animation-name: rotateOutDownLeft___i5zTt;
}
@-webkit-keyframes rotateOutDownRight___1meDc {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight___1meDc {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight___1meDc {
  -webkit-animation-name: rotateOutDownRight___1meDc;
  animation-name: rotateOutDownRight___1meDc;
}
@-webkit-keyframes rotateOutUpLeft___1ymXE {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft___1ymXE {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft___1ymXE {
  -webkit-animation-name: rotateOutUpLeft___1ymXE;
  animation-name: rotateOutUpLeft___1ymXE;
}
@-webkit-keyframes rotateOutUpRight___1ASDg {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight___1ASDg {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight___1ASDg {
  -webkit-animation-name: rotateOutUpRight___1ASDg;
  animation-name: rotateOutUpRight___1ASDg;
}
@-webkit-keyframes hinge___2Ixtb {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge___2Ixtb {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge___2Ixtb {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge___2Ixtb;
  animation-name: hinge___2Ixtb;
}
@-webkit-keyframes jackInTheBox___215U1 {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox___215U1 {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox___215U1 {
  -webkit-animation-name: jackInTheBox___215U1;
  animation-name: jackInTheBox___215U1;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn___2eqag {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn___2eqag {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn___2eqag {
  -webkit-animation-name: rollIn___2eqag;
  animation-name: rollIn___2eqag;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut___yHcAg {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut___yHcAg {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut___yHcAg {
  -webkit-animation-name: rollOut___yHcAg;
  animation-name: rollOut___yHcAg;
}
@-webkit-keyframes zoomIn___nygb1 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn___nygb1 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn___nygb1 {
  -webkit-animation-name: zoomIn___nygb1;
  animation-name: zoomIn___nygb1;
}
@-webkit-keyframes zoomInDown___26miT {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown___26miT {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown___26miT {
  -webkit-animation-name: zoomInDown___26miT;
  animation-name: zoomInDown___26miT;
}
@-webkit-keyframes zoomInLeft___t0oVa {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft___t0oVa {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft___t0oVa {
  -webkit-animation-name: zoomInLeft___t0oVa;
  animation-name: zoomInLeft___t0oVa;
}
@-webkit-keyframes zoomInRight___3-lPf {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight___3-lPf {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight___3-lPf {
  -webkit-animation-name: zoomInRight___3-lPf;
  animation-name: zoomInRight___3-lPf;
}
@-webkit-keyframes zoomInUp___2s_St {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp___2s_St {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp___2s_St {
  -webkit-animation-name: zoomInUp___2s_St;
  animation-name: zoomInUp___2s_St;
}
@-webkit-keyframes zoomOut___1c6fA {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut___1c6fA {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut___1c6fA {
  -webkit-animation-name: zoomOut___1c6fA;
  animation-name: zoomOut___1c6fA;
}
@-webkit-keyframes zoomOutDown___j4h0l {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown___j4h0l {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown___j4h0l {
  -webkit-animation-name: zoomOutDown___j4h0l;
  animation-name: zoomOutDown___j4h0l;
}
@-webkit-keyframes zoomOutLeft___2AYta {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft___2AYta {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft___2AYta {
  -webkit-animation-name: zoomOutLeft___2AYta;
  animation-name: zoomOutLeft___2AYta;
}
@-webkit-keyframes zoomOutRight___2hM4- {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight___2hM4- {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight___2hM4- {
  -webkit-animation-name: zoomOutRight___2hM4-;
  animation-name: zoomOutRight___2hM4-;
}
@-webkit-keyframes zoomOutUp___1bU0O {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp___1bU0O {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp___1bU0O {
  -webkit-animation-name: zoomOutUp___1bU0O;
  animation-name: zoomOutUp___1bU0O;
}
@-webkit-keyframes slideInDown___G99CX {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown___G99CX {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown___G99CX {
  -webkit-animation-name: slideInDown___G99CX;
  animation-name: slideInDown___G99CX;
}
@-webkit-keyframes slideInLeft___3_p4F {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft___3_p4F {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft___3_p4F {
  -webkit-animation-name: slideInLeft___3_p4F;
  animation-name: slideInLeft___3_p4F;
}
@-webkit-keyframes slideInRight___FN9sc {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight___FN9sc {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight___FN9sc {
  -webkit-animation-name: slideInRight___FN9sc;
  animation-name: slideInRight___FN9sc;
}
@-webkit-keyframes slideInUp___1Owb5 {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp___1Owb5 {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp___1Owb5 {
  -webkit-animation-name: slideInUp___1Owb5;
  animation-name: slideInUp___1Owb5;
}
@-webkit-keyframes slideOutDown___d3QRR {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown___d3QRR {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown___d3QRR {
  -webkit-animation-name: slideOutDown___d3QRR;
  animation-name: slideOutDown___d3QRR;
}
@-webkit-keyframes slideOutLeft___WO-qM {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft___WO-qM {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft___WO-qM {
  -webkit-animation-name: slideOutLeft___WO-qM;
  animation-name: slideOutLeft___WO-qM;
}
@-webkit-keyframes slideOutRight___1wAOz {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight___1wAOz {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight___1wAOz {
  -webkit-animation-name: slideOutRight___1wAOz;
  animation-name: slideOutRight___1wAOz;
}
@-webkit-keyframes slideOutUp___2tnUE {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp___2tnUE {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp___2tnUE {
  -webkit-animation-name: slideOutUp___2tnUE;
  animation-name: slideOutUp___2tnUE;
}
.animated___21ejB {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated___21ejB.infinite___3xLu5 {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated___21ejB.delay-1s___2XHGj {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated___21ejB.delay-2s___3tZ-N {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated___21ejB.delay-3s___3nhVK {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated___21ejB.delay-4s___3Npcz {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated___21ejB.delay-5s___3DH2t {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated___21ejB.fast___3jitZ {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated___21ejB.faster___3yXlV {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated___21ejB.slow___c8j_U {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated___21ejB.slower___34edW {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (prefers-reduced-motion) {
  .animated___21ejB {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.menu__content___2wmie {
  width: 100%;
  height: 100%;
  height: 100hv;
  padding: 20px;
  background-color: rgba(23, 23, 23, 0.9);
  position: fixed;
  z-index: 9999;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  opacity: 0;
  display: none;
  /* animation: fadeInRight; */
}
@media only screen and (min-width: 768px) {
  .menu__content___2wmie {
    width: 340px;
    overflow-y: hidden;
  }
}
.menu__content___2wmie header {
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
  flex-flow: row wrap;
}
.menu__content___2wmie header .grid-item____U86x:first-child {
  width: calc(99.9% * 1/2);
  font-weight: 100;
  font-size: 20px;
  color: #fff;
}
.menu__content___2wmie header .grid-item____U86x:first-child:nth-child(1n) {
  float: left;
  margin-right: 0;
  clear: none;
}
.menu__content___2wmie header .grid-item____U86x:first-child:last-child {
  margin-right: 0;
}
.menu__content___2wmie header .grid-item____U86x:first-child:nth-child(0n) {
  float: right;
}
.menu__content___2wmie header .grid-item____U86x:last-child {
  width: calc(99.9% * 1/2);
  text-align: right;
}
.menu__content___2wmie header .grid-item____U86x:last-child:nth-child(1n) {
  float: left;
  margin-right: 0;
  clear: none;
}
.menu__content___2wmie header .grid-item____U86x:last-child:last-child {
  margin-right: 0;
}
.menu__content___2wmie header .grid-item____U86x:last-child:nth-child(0n) {
  float: right;
}
.menu__content___2wmie header .close___2Tp4H {
  display: inline-block;
  background: url(../a61bc85e90d0bd32c17f016b1a866d8d.png);
  background-repeat: no-repeat;
  background-position: right;
  width: 51px;
  height: 22px;
  color: #fff;
  position: relative;
  padding-right: 70px;
  line-height: 1.3;
  margin-right: 10px;
}
.menu__content___2wmie header .close___2Tp4H .icon___3Teug {
  display: inline-block;
  position: absolute;
  top: 3px;
  font-weight: 100;
}
.menu__content___2wmie dt {
  font-size: 15px;
  color: var(--grey-5);
  font-weight: 100;
}
.menu__content___2wmie dt a {
  color: white;
  padding: 5px 0 5px 15px;
  display: block;
}
.menu__content___2wmie dt a:hover {
  background: var(--main-5);
}
.menu__content___2wmie .menu__c_sub___eliZh {
  padding-left: 20px;
}
/* 預設 */
.menu_default___2vKhA {
  margin-top: 15px;
  position: relative;
  clear: both;
}
/* 會員 */
.menu__member___1F3rt {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu__member___1F3rt .grid-item____U86x:first-child {
  width: calc(99.9% * 2/3);
  text-align: left;
}
.menu__member___1F3rt .grid-item____U86x:first-child:nth-child(1n) {
  float: left;
  margin-right: 0;
  clear: none;
}
.menu__member___1F3rt .grid-item____U86x:first-child:last-child {
  margin-right: 0;
}
.menu__member___1F3rt .grid-item____U86x:first-child:nth-child(0n) {
  float: right;
}
.menu__member___1F3rt .grid-item____U86x:last-child {
  width: calc(99.9% * 1/3);
  text-align: right;
  font-size: 14px;
}
.menu__member___1F3rt .grid-item____U86x:last-child:nth-child(1n) {
  float: left;
  margin-right: 0;
  clear: none;
}
.menu__member___1F3rt .grid-item____U86x:last-child:last-child {
  margin-right: 0;
}
.menu__member___1F3rt .grid-item____U86x:last-child:nth-child(0n) {
  float: right;
}
.menu__member___1F3rt span {
  display: inline-block;
  color: #fff;
  margin-left: 10px;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .menu__member___1F3rt span {
    display: inline-block;
  }
}
.menu__member___1F3rt a {
  text-decoration: underline;
  color: #fff;
}
.menu__member___1F3rt .name___3i00y {
  font-size: 24px;
  font-weight: bold;
  line-height: 2.04;
  color: var(--sub-5);
}
.menu__member___1F3rt .member___14IBV,
.menu__member___1F3rt .id___2X5fW {
  font-size: 14px;
  color: var(--grey-4);
  margin-top: 5px;
}
.menu__member___1F3rt .id___2X5fW:hover {
  color: var(--sub-5);
}
/* 登入 */
.menu__login___3x1Eb {
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu__login___3x1Eb li {
  margin-bottom: 10px;
  text-align: center;
}
.menu__login___3x1Eb li input {
  background: transparent;
  margin-left: 5px;
}
.menu__login___3x1Eb li .btn___2p2sf {
  width: 170px;
}
.menu__login___3x1Eb li .is--uni___1e2H- {
  background-color: #fab949;
  border-color: #ffb945;
}
.menu__login___3x1Eb li .is--uni___1e2H-:hover {
  background-color: #ffb945;
  color: #fff;
}
.menu__login___3x1Eb li:nth-child(3),
.menu__login___3x1Eb li:nth-child(4) {
  padding-left: 40px;
}
.show___3GCbB {
  display: inline-block;
  opacity: 1;
  -webkit-animation: show___3GCbB 0.3s;
          animation: show___3GCbB 0.3s;
}
@-webkit-keyframes show___3GCbB {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show___3GCbB {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___21LDj {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___21LDj {
    width: 960px;
    padding: 0;
  }
}
.inner_container___3AeGG,
.inner___OC17W {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___3AeGG,
  .inner___OC17W {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___CLQ0q {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___CLQ0q.is--red___33fCG {
  background-color: #ce4148 !important;
}
.page___CLQ0q.is--gray___1uv_- {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___CLQ0q {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___3mb1p {
  color: inherit;
}
.is--right___1_A7O {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___1_A7O {
    text-align: right;
  }
}
.is--left___21HyB {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___1sP1Z [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___1sP1Z h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___f-RmJ:before {
  content: '';
  display: table;
}
.main-body___f-RmJ:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___f-RmJ .main-content___3ZWJb,
.main-body___f-RmJ .sidebar___1sP1Z {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___f-RmJ .main-content___3ZWJb,
  .main-body___f-RmJ .sidebar___1sP1Z {
    float: left;
  }
}
.main-body___f-RmJ .main-content___3ZWJb {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___f-RmJ .sidebar___1sP1Z {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___f-RmJ .sidebar___1sP1Z .r-sticky___TqKOY {
    z-index: 100;
  }
  .main-body___f-RmJ > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___3AbnC {
  display: inherit;
}
.is--hidden___354sB {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___3dnV9 {
  text-shadow: var(--text-shadow);
}
.group-icons___3dnV9 dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___3dnV9 dd a {
  color: inherit;
}
.group-icons___3dnV9 dd a:hover {
  color: white;
}
.group-btn___2KalL {
  text-align: center;
}
.group-btn___2KalL.btn-right___2H9ZD {
  text-align: right;
}
.group-btn___2KalL .t-btn___3JJQR {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___2KalL .t-btn___3JJQR:last-child {
  margin-right: 0;
}
.group-btn___2KalL .t-btn___3JJQR.is--high___2TzDf {
  background-color: #ee6b00;
}
.group-btn___2KalL .t-btn___3JJQR.is--orange___2qnMX {
  background-color: #f22731;
}
.group-btn___2KalL .t-btn___3JJQR.is--black___1TCnu {
  background-color: #171717;
}
.icons-md-18___3aByT {
  font-size: 18px;
}
.icons-md-24___1uwvo {
  font-size: 24px;
}
.icons-md-36___2YU0h {
  font-size: 36px;
}
.icons-md-48___1T0nG {
  font-size: 48px;
}
.mx-2___3CQGQ {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___3CQGQ {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.header___2sca- {
  width: 100%;
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: row wrap;
  background-color: var(--grey-6);
  color: white;
  z-index: 1000;
}
.header___2sca- .grid-item___3-KLb {
  width: calc(99.9% * 1/3);
}
.header___2sca- .grid-item___3-KLb:nth-child(1n) {
  float: left;
  margin-right: 0;
  clear: none;
}
.header___2sca- .grid-item___3-KLb:last-child {
  margin-right: 0;
}
.header___2sca- .grid-item___3-KLb:nth-child(0n) {
  float: right;
}
.header___2sca- .grid-item-title___2BVZR {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.header___2sca- .title___aVsLZ {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.header___2sca- .home-title___2dKg8 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  visibility: hidden;
}
.header___2sca- .logo___3TLQL {
  background-repeat: no-repeat;
  height: 45px;
  width: 100px;
  background-size: contain;
  cursor: pointer;
}
.header___2sca-.home___HRs9B {
  background-color: transparent;
}
.header___2sca-.home___HRs9B.notTop___3Rrvx {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.37);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.37);
  background-color: rgba(253, 253, 253, 0.8);
}
.top_banner___-uhOR {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
  /*
    padding-top:75px;
    width: 0;
    min-height: 170px;
    border-style: solid;
    border-width: 20px 720px 0 720px;
    border-color: var(--grey-6) transparent transparent transparent;
    */
}
@media only screen and (min-width: 768px) {
  .top_banner___-uhOR {
    height: 120px;
    display: block;
  }
}
.top_banner___-uhOR .guide_line___yfVJQ {
  border: 0.5px solid #bf0417;
  height: 35%;
  top: 55%;
  left: 50%;
  position: absolute;
  width: 0.5px;
  z-index: 9999999;
}
.top_banner___-uhOR .guide_line___yfVJQ:after {
  -webkit-animation: mymove___3-zWJ 2s infinite;
          animation: mymove___3-zWJ 2s infinite;
  background: #bf0417;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: -5px;
  opacity: 1;
  position: absolute;
  top: 10%;
  width: 10px;
}
@-webkit-keyframes mymove___3-zWJ {
  from {
    opacity: 1;
    top: 0%;
  }
  to {
    opacity: 0.5;
    top: 70%;
  }
}
@keyframes mymove___3-zWJ {
  from {
    opacity: 1;
    top: 0%;
  }
  to {
    opacity: 0.5;
    top: 70%;
  }
}
nav.menu___eE5Jh {
  text-align: right;
}
nav.menu___eE5Jh a {
  color: white;
  font-size: 25px;
  margin-right: 25px;
}
nav.menu___eE5Jh a.notTop___3Rrvx {
  color: black;
}
nav.menu___eE5Jh a:last-of-type {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  nav.menu___eE5Jh a .icon-headphones {
    display: inline-block;
  }
}
nav.menu___eE5Jh #searchbar {
  display: inline-block;
  margin-right: 0px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 33px;
}
@media only screen and (min-width: 768px) {
  nav.menu___eE5Jh #searchbar {
    margin-right: 25px;
  }
}
nav.menu___eE5Jh #searchbar a {
  font-size: 25px;
  margin-right: 25px;
}
nav.menu___eE5Jh #searchbar a:last-of-type {
  margin-right: 0;
}
nav.menu___eE5Jh #searchbar > input[type='search'] {
  background-color: transparent;
  border: medium none;
  border-radius: 0;
  cursor: pointer;
  width: 0%;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
nav.menu___eE5Jh .searchbar_active {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
nav.menu___eE5Jh .searchbar_active#searchbar {
  border-bottom: 1px solid #fff;
  width: 130px !important;
}
nav.menu___eE5Jh .searchbar_active#searchbar.notTop___3Rrvx {
  border-bottom: 1px solid var(--main-5);
}
@media only screen and (min-width: 768px) {
  nav.menu___eE5Jh .searchbar_active#searchbar {
    width: 175px !important;
  }
}
nav.menu___eE5Jh .searchbar_active > input[type='search'] {
  width: 100px !important;
}
nav.menu___eE5Jh .searchbar_active > input[type='search'].notTop___3Rrvx {
  color: black;
}
@media only screen and (min-width: 768px) {
  nav.menu___eE5Jh .searchbar_active > input[type='search'] {
    width: 140px !important;
  }
}
nav.menu___eE5Jh .menu__content___g7ILO {
  display: block;
}
nav.menu___eE5Jh .menu__content___g7ILO .close___3N6wn {
  padding-right: 25px;
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___2OuRg {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___2OuRg {
    width: 960px;
    padding: 0;
  }
}
.inner_container___QX78I,
.inner___8X8Ya {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___QX78I,
  .inner___8X8Ya {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___1wPab {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___1wPab.is--red___3Afef {
  background-color: #ce4148 !important;
}
.page___1wPab.is--gray___CqbKg {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___1wPab {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___4W7S1 {
  color: inherit;
}
.is--right___2ETrx {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___2ETrx {
    text-align: right;
  }
}
.is--left___wNNK7 {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___AdmaW [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___AdmaW h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___EnjSX:before {
  content: '';
  display: table;
}
.main-body___EnjSX:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___EnjSX .main-content___2AFkT,
.main-body___EnjSX .sidebar___AdmaW {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___EnjSX .main-content___2AFkT,
  .main-body___EnjSX .sidebar___AdmaW {
    float: left;
  }
}
.main-body___EnjSX .main-content___2AFkT {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___EnjSX .sidebar___AdmaW {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___EnjSX .sidebar___AdmaW .r-sticky___wjYa5 {
    z-index: 100;
  }
  .main-body___EnjSX > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___3zCAK {
  display: inherit;
}
.is--hidden___2aV_L {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___2Wn5U {
  text-shadow: var(--text-shadow);
}
.group-icons___2Wn5U dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___2Wn5U dd a {
  color: inherit;
}
.group-icons___2Wn5U dd a:hover {
  color: white;
}
.group-btn___FpizZ {
  text-align: center;
}
.group-btn___FpizZ.btn-right___2Di6g {
  text-align: right;
}
.group-btn___FpizZ .t-btn___3nVCz {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___FpizZ .t-btn___3nVCz:last-child {
  margin-right: 0;
}
.group-btn___FpizZ .t-btn___3nVCz.is--high___12iJO {
  background-color: #ee6b00;
}
.group-btn___FpizZ .t-btn___3nVCz.is--orange___S8fEM {
  background-color: #f22731;
}
.group-btn___FpizZ .t-btn___3nVCz.is--black___3nxAW {
  background-color: #171717;
}
.icons-md-18___29UWy {
  font-size: 18px;
}
.icons-md-24___AkubC {
  font-size: 24px;
}
.icons-md-36___twlB_ {
  font-size: 36px;
}
.icons-md-48___Em3Rz {
  font-size: 48px;
}
.mx-2___3GAMu {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___3GAMu {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.footer___1m15F {
  width: 100%;
  padding: 30px 0;
  /* position: absolute; */
  position: relative;
  color: var(--grey-4);
  background: var(--grey-6);
  font-weight: 200;
}
.footer___1m15F .logo___1XoXs {
  cursor: pointer;
}
.footer___1m15F .grid-container___3x9oC {
  display: grid;
  row-gap: 20px;
  grid-template-areas: 'first' 'second' 'third';
}
@media only screen and (min-width: 480px) {
  .footer___1m15F .grid-container___3x9oC {
    grid-template-areas: 'first second third';
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }
}
.footer___1m15F .grid-item-1___23bR4 {
  grid-area: first;
}
.footer___1m15F .grid-item-2___810uJ {
  grid-area: second;
}
@media only screen and (min-width: 480px) {
  .footer___1m15F .grid-item-2___810uJ {
    grid-area: third;
  }
}
.footer___1m15F .grid-item-3___3Chsi {
  grid-area: third;
}
@media only screen and (min-width: 480px) {
  .footer___1m15F .grid-item-3___3Chsi {
    grid-area: second;
  }
}
.footer___1m15F h6 {
  margin-bottom: 10px;
  color: white;
}
.footer___1m15F .copyright___2MSPs {
  font-size: 12px;
  display: block;
}
.footer___1m15F dd {
  font-size: 13px;
}
.footer___1m15F dd a {
  color: inherit;
}
.footer___1m15F dd a:hover {
  color: #fff;
}
.footer___1m15F .mail___1FRvp {
  display: none;
}
@media only screen and (min-width: 768px) {
  .footer___1m15F .mail___1FRvp {
    display: inline-block;
  }
}
.footer___1m15F .go-to-top___KwTs9 {
  width: 30px;
  height: 30px;
  border: solid 1px #ffffff;
  border-radius: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .footer___1m15F .go-to-top___KwTs9 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    right: 50px;
  }
  .footer___1m15F .go-to-top___KwTs9:hover {
    background-color: rgba(255, 249, 249, 0.363);
    color: #000;
  }
}

.wrap___3nE0X {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.icon___q7DxH {
  width: 5em;
  height: 5em;
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@-webkit-keyframes AnimationBTN___fv3PZ {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationBTN___fv3PZ {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
a {
  display: inline-block;
}
a.is--sm___FMybS {
  font-size: 13px;
}
.btn___38vvC {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  line-height: 2.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 35px;
  border: 1px solid var(--grey-3);
  position: relative;
  width: 100px;
  height: 40px;
  font-size: 15px;
  font-weight: normal;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: AnimationBTN___fv3PZ 5s ease infinite;
  -webkit-animation: AnimationBTN___fv3PZ 5s ease infinite;
  -moz-animation: AnimationBTN___fv3PZ 5s ease infinite;
  /*colors*/
  /*size*/
}
.btn___38vvC:hover {
  color: var(--grey-4);
  background-color: var(--sub-5);
}
.btn___38vvC:focus {
  outline: none;
}
.btn___38vvC:active {
  background: inherit;
}
.btn___38vvC.is--line___1TgBR {
  border-color: var(--grey-3);
  background: white;
  color: var(--grey-4);
}
.btn___38vvC.is--line___1TgBR:hover {
  border: 1px solid var(--grey-3);
  background: rgba(255, 255, 255, 0.5);
  background-size: 600% 600%;
}
.btn___38vvC.is--red___3D9IE {
  color: white;
  background: var(--main-5);
  border-color: transparent;
}
.btn___38vvC.is--red___3D9IE:hover {
  border: 1px solid transparent;
  background-color: var(--main-6);
}
.btn___38vvC.is--red___3D9IE:disabled {
  background-color: var(--main-2);
}
.btn___38vvC.is--red-2___bsCRc {
  color: white;
  background: var(--main-5);
  border-color: transparent;
}
.btn___38vvC.is--red-2___bsCRc:hover {
  border: 1px solid transparent;
  background-color: var(--main-6);
}
.btn___38vvC.is--red-2___bsCRc:disabled {
  background-color: #cccccc;
}
.btn___38vvC.is--black___2QcD_ {
  color: white;
  background: var(--grey-6);
  border-color: transparent;
}
.btn___38vvC.is--black___2QcD_:hover {
  border: 1px solid transparent;
  background-color: var(--grey-5);
}
.btn___38vvC.is--black___2QcD_:disabled {
  background-color: var(--grey-4);
}
.btn___38vvC.is--sub___GJ4P6 {
  color: white;
  background: var(--sub-5);
  border: 1px solid transparent;
}
.btn___38vvC.is--sub___GJ4P6:hover {
  background-color: var(--sub-5);
  background: var(--gradient-2);
  background-size: 400% 400%;
}
.btn___38vvC.is--sub___GJ4P6:focus {
  background-color: var(--sub-5);
  background-size: 400% 400%;
}
.btn___38vvC.is--sub___GJ4P6:active {
  background-color: var(--sub-5);
}
.btn___38vvC.is--sub-2___3GGw5 {
  color: white;
  background: var(--sub-4);
  border: 1px solid transparent;
}
.btn___38vvC.is--sub-2___3GGw5:hover {
  background-color: var(--sub-5);
}
.btn___38vvC.is--sub-2___3GGw5:focus {
  background-color: var(--sub-5);
}
.btn___38vvC.is--sub-2___3GGw5:active {
  background-color: var(--sub-5);
}
.btn___38vvC.is--sub-2___3GGw5:disabled {
  background-color: var(--sub-2);
}
.btn___38vvC.is--border___10X2c {
  border-radius: 100px;
  border: solid 1px #c8c8c8;
  color: var(--grey-3);
  background-color: #000000;
}
.btn___38vvC.is--lg___26LQM {
  min-width: 120px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .btn___38vvC.is--lg___26LQM {
    min-width: 150px;
  }
}
.btn___38vvC.is--huge___3YVf7 {
  width: 120px;
  height: 50px;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .btn___38vvC.is--huge___3YVf7 {
    min-width: 240px;
    border-radius: 35px;
    height: 55px;
    font-size: 18px;
  }
}
.btn___38vvC.is--huge--single___2vNUg {
  width: 200px;
  height: 50px;
  font-size: 15px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .btn___38vvC.is--huge--single___2vNUg {
    min-width: 240px;
    border-radius: 35px;
    height: 55px;
    font-size: 18px;
    margin-top: 0px;
  }
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___c460b {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___c460b {
    width: 960px;
    padding: 0;
  }
}
.inner_container___omeoN,
.inner___L0zh- {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___omeoN,
  .inner___L0zh- {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___3iWeq {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___3iWeq.is--red___3D9IE {
  background-color: #ce4148 !important;
}
.page___3iWeq.is--gray___1XH9h {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___3iWeq {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___1c8Lk {
  color: inherit;
}
.is--right___1uMQA {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___1uMQA {
    text-align: right;
  }
}
.is--left___1e1PP {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___2e0ov [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___2e0ov h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___3gkFA:before {
  content: '';
  display: table;
}
.main-body___3gkFA:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___3gkFA .main-content___acXG3,
.main-body___3gkFA .sidebar___2e0ov {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___3gkFA .main-content___acXG3,
  .main-body___3gkFA .sidebar___2e0ov {
    float: left;
  }
}
.main-body___3gkFA .main-content___acXG3 {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___3gkFA .sidebar___2e0ov {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___3gkFA .sidebar___2e0ov .r-sticky___p6Zyh {
    z-index: 100;
  }
  .main-body___3gkFA > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___3RTRn {
  display: inherit;
}
.is--hidden___26MLw {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___NyAU- {
  text-shadow: var(--text-shadow);
}
.group-icons___NyAU- dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___NyAU- dd a {
  color: inherit;
}
.group-icons___NyAU- dd a:hover {
  color: white;
}
.group-btn___1RLey {
  text-align: center;
}
.group-btn___1RLey.btn-right___3q-GQ {
  text-align: right;
}
.group-btn___1RLey .t-btn___3xFSr {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___1RLey .t-btn___3xFSr:last-child {
  margin-right: 0;
}
.group-btn___1RLey .t-btn___3xFSr.is--high___31z6n {
  background-color: #ee6b00;
}
.group-btn___1RLey .t-btn___3xFSr.is--orange___2Z6nv {
  background-color: #f22731;
}
.group-btn___1RLey .t-btn___3xFSr.is--black___2QcD_ {
  background-color: #171717;
}
.icons-md-18___3Ggn1 {
  font-size: 18px;
}
.icons-md-24___mYLnM {
  font-size: 24px;
}
.icons-md-36___2Q2Vc {
  font-size: 36px;
}
.icons-md-48___sAjuF {
  font-size: 48px;
}
.mx-2___2z3nM {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___2z3nM {
    margin-left: 16px;
    margin-right: 16px;
  }
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@-webkit-keyframes AnimationBTN___3uXYq {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationBTN___3uXYq {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
a {
  display: inline-block;
}
a.is--sm___1Fa1a {
  font-size: 13px;
}
.btn___1cJoF {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  line-height: 2.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 35px;
  border: 1px solid var(--grey-3);
  position: relative;
  width: 100px;
  height: 40px;
  font-size: 15px;
  font-weight: normal;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: AnimationBTN___3uXYq 5s ease infinite;
  -webkit-animation: AnimationBTN___3uXYq 5s ease infinite;
  -moz-animation: AnimationBTN___3uXYq 5s ease infinite;
  /*colors*/
  /*size*/
}
.btn___1cJoF:hover {
  color: var(--grey-4);
  background-color: var(--sub-5);
}
.btn___1cJoF:focus {
  outline: none;
}
.btn___1cJoF:active {
  background: inherit;
}
.btn___1cJoF.is--line___YXJZT {
  border-color: var(--grey-3);
  background: white;
  color: var(--grey-4);
}
.btn___1cJoF.is--line___YXJZT:hover {
  border: 1px solid var(--grey-3);
  background: rgba(255, 255, 255, 0.5);
  background-size: 600% 600%;
}
.btn___1cJoF.is--red___2BZhA {
  color: white;
  background: var(--main-5);
  border-color: transparent;
}
.btn___1cJoF.is--red___2BZhA:hover {
  border: 1px solid transparent;
  background-color: var(--main-6);
}
.btn___1cJoF.is--red___2BZhA:disabled {
  background-color: var(--main-2);
}
.btn___1cJoF.is--red-2___3H723 {
  color: white;
  background: var(--main-5);
  border-color: transparent;
}
.btn___1cJoF.is--red-2___3H723:hover {
  border: 1px solid transparent;
  background-color: var(--main-6);
}
.btn___1cJoF.is--red-2___3H723:disabled {
  background-color: #cccccc;
}
.btn___1cJoF.is--black___Kb_JY {
  color: white;
  background: var(--grey-6);
  border-color: transparent;
}
.btn___1cJoF.is--black___Kb_JY:hover {
  border: 1px solid transparent;
  background-color: var(--grey-5);
}
.btn___1cJoF.is--black___Kb_JY:disabled {
  background-color: var(--grey-4);
}
.btn___1cJoF.is--sub___1bamE {
  color: white;
  background: var(--sub-5);
  border: 1px solid transparent;
}
.btn___1cJoF.is--sub___1bamE:hover {
  background-color: var(--sub-5);
  background: var(--gradient-2);
  background-size: 400% 400%;
}
.btn___1cJoF.is--sub___1bamE:focus {
  background-color: var(--sub-5);
  background-size: 400% 400%;
}
.btn___1cJoF.is--sub___1bamE:active {
  background-color: var(--sub-5);
}
.btn___1cJoF.is--sub-2___1I_oZ {
  color: white;
  background: var(--sub-4);
  border: 1px solid transparent;
}
.btn___1cJoF.is--sub-2___1I_oZ:hover {
  background-color: var(--sub-5);
}
.btn___1cJoF.is--sub-2___1I_oZ:focus {
  background-color: var(--sub-5);
}
.btn___1cJoF.is--sub-2___1I_oZ:active {
  background-color: var(--sub-5);
}
.btn___1cJoF.is--sub-2___1I_oZ:disabled {
  background-color: var(--sub-2);
}
.btn___1cJoF.is--border___1-_Te {
  border-radius: 100px;
  border: solid 1px #c8c8c8;
  color: var(--grey-3);
  background-color: #000000;
}
.btn___1cJoF.is--lg___1WOfY {
  min-width: 120px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .btn___1cJoF.is--lg___1WOfY {
    min-width: 150px;
  }
}
.btn___1cJoF.is--huge___1UJI0 {
  width: 120px;
  height: 50px;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .btn___1cJoF.is--huge___1UJI0 {
    min-width: 240px;
    border-radius: 35px;
    height: 55px;
    font-size: 18px;
  }
}
.btn___1cJoF.is--huge--single___370gQ {
  width: 200px;
  height: 50px;
  font-size: 15px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .btn___1cJoF.is--huge--single___370gQ {
    min-width: 240px;
    border-radius: 35px;
    height: 55px;
    font-size: 18px;
    margin-top: 0px;
  }
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___1vOLW {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___1vOLW {
    width: 960px;
    padding: 0;
  }
}
.inner_container___y2cvm,
.inner___1ThZG {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___y2cvm,
  .inner___1ThZG {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___22dcd {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___22dcd.is--red___2BZhA {
  background-color: #ce4148 !important;
}
.page___22dcd.is--gray___238Wb {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___22dcd {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___3Su6N {
  color: inherit;
}
.is--right___ziks8 {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___ziks8 {
    text-align: right;
  }
}
.is--left___14yKg {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___3lfZr [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___3lfZr h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___3bQgO:before {
  content: '';
  display: table;
}
.main-body___3bQgO:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___3bQgO .main-content___3_3yc,
.main-body___3bQgO .sidebar___3lfZr {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___3bQgO .main-content___3_3yc,
  .main-body___3bQgO .sidebar___3lfZr {
    float: left;
  }
}
.main-body___3bQgO .main-content___3_3yc {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___3bQgO .sidebar___3lfZr {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___3bQgO .sidebar___3lfZr .r-sticky___3RGeL {
    z-index: 100;
  }
  .main-body___3bQgO > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___KyQ4z {
  display: inherit;
}
.is--hidden___2Zzb1 {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___3YsQd {
  text-shadow: var(--text-shadow);
}
.group-icons___3YsQd dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___3YsQd dd a {
  color: inherit;
}
.group-icons___3YsQd dd a:hover {
  color: white;
}
.group-btn___21wYd {
  text-align: center;
}
.group-btn___21wYd.btn-right___2j15z {
  text-align: right;
}
.group-btn___21wYd .t-btn___3FLuI {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___21wYd .t-btn___3FLuI:last-child {
  margin-right: 0;
}
.group-btn___21wYd .t-btn___3FLuI.is--high___Jtnkr {
  background-color: #ee6b00;
}
.group-btn___21wYd .t-btn___3FLuI.is--orange___3XFEj {
  background-color: #f22731;
}
.group-btn___21wYd .t-btn___3FLuI.is--black___Kb_JY {
  background-color: #171717;
}
.icons-md-18___2kJpR {
  font-size: 18px;
}
.icons-md-24___me993 {
  font-size: 24px;
}
.icons-md-36___3xxai {
  font-size: 36px;
}
.icons-md-48___1B7zU {
  font-size: 48px;
}
.mx-2___1AxRT {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___1AxRT {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.bg-div___tIrDe {
  background-color: rgba(0, 0, 0, 0);
  -o-object-position: top center;
     object-position: top center;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slideshow___syjM- {
  position: relative;
  max-height: 100%;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
.slideshow___syjM- .container___1vOLW {
  position: relative;
  text-align: center;
  height: 100%;
}
.slideshow___syjM- .container___1vOLW > * {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slideshow___syjM- .slide__content___ySduw {
  z-index: 4;
  color: white;
  margin-top: 100px;
  width: 100%;
}
.slideshow___syjM- .slide__content___ySduw .title___3qoo1 {
  font-size: 36px;
  color: white;
  font-weight: 300;
}
.slideshow___syjM- .slide__content___ySduw .subtitle___31xfQ {
  color: white;
  margin-bottom: 10px;
}
.slideshow___syjM- .block-btn___2dxk9 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.slideshow___syjM- .block-btn___2dxk9 .btn___1cJoF {
  margin-bottom: 10px;
}
.slideshow___syjM- .block-btn___2dxk9 span {
  font-size: 15px;
  font-weight: 100;
  display: block;
}
.slideshow___syjM- .block-btn___2dxk9 .line___Z-_Xc {
  width: 1px;
  margin: 0 auto;
  background: var(--gradient-1);
  -webkit-animation: AnimationName___1NLmY 5s ease infinite;
          animation: AnimationName___1NLmY 5s ease infinite;
  height: 75px;
  display: block;
}
.slideshow___syjM- .block-btn___2dxk9 .icon-angle-down___1MBlI {
  font-size: 25px;
  color: var(--main-5);
  margin-left: 2px;
}
.slideshow___syjM- .group-icons___3YsQd {
  position: fixed;
  top: 50%;
  margin-top: -50px;
  left: 40px;
  width: 16px;
  text-align: center;
  z-index: 999;
  display: none;
}
@media only screen and (min-width: 768px) {
  .slideshow___syjM- .group-icons___3YsQd {
    display: block;
  }
}
.slideshow___syjM- .group-icons___3YsQd a {
  color: white;
}
.slideshow___syjM- .group-icons___3YsQd a > :hover {
  color: var(--main-5);
}
.slideshow___syjM- .group-icons___3YsQd:before {
  content: '';
  width: 1px;
  height: 60px;
  display: inline-block;
  background-color: #fff;
  text-shadow: var(--text-shadow);
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
.pop___eZFNF {
  position: absolute;
  right: 3em;
  bottom: 2em;
  z-index: 999;
}
.pop___eZFNF.slide-in___2ThfP {
  -webkit-animation: slide-in___2ThfP 2s;
          animation: slide-in___2ThfP 2s;
}
.pop___eZFNF.slide-out___2CigB {
  -webkit-animation: slide-out___2CigB 2s;
          animation: slide-out___2CigB 2s;
  right: -13em;
  bottom: 2em;
  display: hidden;
}
.pop___eZFNF.fade-in___3iBAM {
  -webkit-animation: fade-in___3iBAM 2s;
          animation: fade-in___3iBAM 2s;
  opacity: 1;
}
.pop___eZFNF.fade-out___3Mhlx {
  -webkit-animation: fade-out___3Mhlx 1s;
          animation: fade-out___3Mhlx 1s;
  opacity: 0;
}
.pop___eZFNF .pop-container___14bRz {
  position: relative;
}
.pop___eZFNF .pop-container___14bRz .pop-image___268fW {
  width: 200px;
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.pop___eZFNF .pop-container___14bRz .pop-image___268fW.photo___VUhWN {
  border: solid 1px #ffffff;
  -webkit-box-shadow: 5px 8px 8px #000000;
          box-shadow: 5px 8px 8px #000000;
}
.pop___eZFNF .pop-container___14bRz .pop-image___268fW.neon___33xjf {
  border: solid #fff;
  border-radius: 1rem;
  -webkit-animation: flicker___ZZKZE 1.5s infinite alternate;
          animation: flicker___ZZKZE 1.5s infinite alternate;
}
.pop___eZFNF .pop-container___14bRz .close-button___295FI {
  position: absolute;
  top: -1em;
  right: -1em;
  border-radius: 50%;
  padding: 0.5em;
  width: 30px;
  height: 30px;
  border: 2px solid var(--grey-6);
  color: var(--grey-6);
  background-color: #ffffff;
}
.pop___eZFNF .pop-container___14bRz .close-button___295FI:hover {
  border: 2px solid var(--grey-6);
  background-color: var(--sub-3);
  color: #ffffff;
}
.pop___eZFNF .pop-container___14bRz .close-button___295FI::before {
  content: ' ';
  position: absolute;
  display: block;
  background-color: var(--grey-6);
  width: 2px;
  left: 12px;
  top: 5px;
  bottom: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pop___eZFNF .pop-container___14bRz .close-button___295FI::after {
  content: ' ';
  position: absolute;
  display: block;
  background-color: var(--grey-6);
  height: 2px;
  top: 12px;
  left: 5px;
  right: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@-webkit-keyframes flicker___ZZKZE {
  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
    -webkit-box-shadow: 0 0 0.5rem #fff, /* v-offset */ inset 0 0 0.5rem #fff, /* blur */ 0 0 2rem #08f, /* spread */ inset 0 0 2rem #08f, /* color */ 0 0 4rem #08f, /* initial */ inset 0 0 4rem #08f;
            box-shadow: 0 0 0.5rem #fff, /* v-offset */ inset 0 0 0.5rem #fff, /* blur */ 0 0 2rem #08f, /* spread */ inset 0 0 2rem #08f, /* color */ 0 0 4rem #08f, /* initial */ inset 0 0 4rem #08f;
  }
  20%,
  24%,
  55% {
    text-shadow: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@keyframes flicker___ZZKZE {
  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
    -webkit-box-shadow: 0 0 0.5rem #fff, /* v-offset */ inset 0 0 0.5rem #fff, /* blur */ 0 0 2rem #08f, /* spread */ inset 0 0 2rem #08f, /* color */ 0 0 4rem #08f, /* initial */ inset 0 0 4rem #08f;
            box-shadow: 0 0 0.5rem #fff, /* v-offset */ inset 0 0 0.5rem #fff, /* blur */ 0 0 2rem #08f, /* spread */ inset 0 0 2rem #08f, /* color */ 0 0 4rem #08f, /* initial */ inset 0 0 4rem #08f;
  }
  20%,
  24%,
  55% {
    text-shadow: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@-webkit-keyframes slide-in___2ThfP {
  from {
    right: -15em;
  }
  to {
    right: 3em;
  }
}
@keyframes slide-in___2ThfP {
  from {
    right: -15em;
  }
  to {
    right: 3em;
  }
}
@-webkit-keyframes slide-out___2CigB {
  from {
    right: 3em;
  }
  to {
    display: -13em;
  }
}
@keyframes slide-out___2CigB {
  from {
    right: 3em;
  }
  to {
    display: -13em;
  }
}
@-webkit-keyframes fade-in___3iBAM {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in___3iBAM {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out___3Mhlx {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out___3Mhlx {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@-webkit-keyframes AnimationBTN___3buG9 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationBTN___3buG9 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
a {
  display: inline-block;
}
a.is--sm___1OqJK {
  font-size: 13px;
}
.btn___2No6y {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  line-height: 2.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 35px;
  border: 1px solid var(--grey-3);
  position: relative;
  width: 100px;
  height: 40px;
  font-size: 15px;
  font-weight: normal;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: AnimationBTN___3buG9 5s ease infinite;
  -webkit-animation: AnimationBTN___3buG9 5s ease infinite;
  -moz-animation: AnimationBTN___3buG9 5s ease infinite;
  /*colors*/
  /*size*/
}
.btn___2No6y:hover {
  color: var(--grey-4);
  background-color: var(--sub-5);
}
.btn___2No6y:focus {
  outline: none;
}
.btn___2No6y:active {
  background: inherit;
}
.btn___2No6y.is--line___3RnHx {
  border-color: var(--grey-3);
  background: white;
  color: var(--grey-4);
}
.btn___2No6y.is--line___3RnHx:hover {
  border: 1px solid var(--grey-3);
  background: rgba(255, 255, 255, 0.5);
  background-size: 600% 600%;
}
.btn___2No6y.is--red___2EXAV {
  color: white;
  background: var(--main-5);
  border-color: transparent;
}
.btn___2No6y.is--red___2EXAV:hover {
  border: 1px solid transparent;
  background-color: var(--main-6);
}
.btn___2No6y.is--red___2EXAV:disabled {
  background-color: var(--main-2);
}
.btn___2No6y.is--red-2___3Yej6 {
  color: white;
  background: var(--main-5);
  border-color: transparent;
}
.btn___2No6y.is--red-2___3Yej6:hover {
  border: 1px solid transparent;
  background-color: var(--main-6);
}
.btn___2No6y.is--red-2___3Yej6:disabled {
  background-color: #cccccc;
}
.btn___2No6y.is--black___3sV_7 {
  color: white;
  background: var(--grey-6);
  border-color: transparent;
}
.btn___2No6y.is--black___3sV_7:hover {
  border: 1px solid transparent;
  background-color: var(--grey-5);
}
.btn___2No6y.is--black___3sV_7:disabled {
  background-color: var(--grey-4);
}
.btn___2No6y.is--sub___3i50g {
  color: white;
  background: var(--sub-5);
  border: 1px solid transparent;
}
.btn___2No6y.is--sub___3i50g:hover {
  background-color: var(--sub-5);
  background: var(--gradient-2);
  background-size: 400% 400%;
}
.btn___2No6y.is--sub___3i50g:focus {
  background-color: var(--sub-5);
  background-size: 400% 400%;
}
.btn___2No6y.is--sub___3i50g:active {
  background-color: var(--sub-5);
}
.btn___2No6y.is--sub-2___2nrf5 {
  color: white;
  background: var(--sub-4);
  border: 1px solid transparent;
}
.btn___2No6y.is--sub-2___2nrf5:hover {
  background-color: var(--sub-5);
}
.btn___2No6y.is--sub-2___2nrf5:focus {
  background-color: var(--sub-5);
}
.btn___2No6y.is--sub-2___2nrf5:active {
  background-color: var(--sub-5);
}
.btn___2No6y.is--sub-2___2nrf5:disabled {
  background-color: var(--sub-2);
}
.btn___2No6y.is--border___1MkwF {
  border-radius: 100px;
  border: solid 1px #c8c8c8;
  color: var(--grey-3);
  background-color: #000000;
}
.btn___2No6y.is--lg___2B2v9 {
  min-width: 120px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .btn___2No6y.is--lg___2B2v9 {
    min-width: 150px;
  }
}
.btn___2No6y.is--huge___lhj1e {
  width: 120px;
  height: 50px;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .btn___2No6y.is--huge___lhj1e {
    min-width: 240px;
    border-radius: 35px;
    height: 55px;
    font-size: 18px;
  }
}
.btn___2No6y.is--huge--single___3wiBG {
  width: 200px;
  height: 50px;
  font-size: 15px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .btn___2No6y.is--huge--single___3wiBG {
    min-width: 240px;
    border-radius: 35px;
    height: 55px;
    font-size: 18px;
    margin-top: 0px;
  }
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___32B5i {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___32B5i {
    width: 960px;
    padding: 0;
  }
}
.inner_container___3H3Gm,
.inner___3ceQe {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___3H3Gm,
  .inner___3ceQe {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___35iqU {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___35iqU.is--red___2EXAV {
  background-color: #ce4148 !important;
}
.page___35iqU.is--gray___1IBbS {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___35iqU {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___eo-yo {
  color: inherit;
}
.is--right___GgSnG {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___GgSnG {
    text-align: right;
  }
}
.is--left___3ujz8 {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___Pboo9 [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___Pboo9 h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___KDuF7:before {
  content: '';
  display: table;
}
.main-body___KDuF7:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___KDuF7 .main-content___2uFPE,
.main-body___KDuF7 .sidebar___Pboo9 {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___KDuF7 .main-content___2uFPE,
  .main-body___KDuF7 .sidebar___Pboo9 {
    float: left;
  }
}
.main-body___KDuF7 .main-content___2uFPE {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___KDuF7 .sidebar___Pboo9 {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___KDuF7 .sidebar___Pboo9 .r-sticky___wNH5_ {
    z-index: 100;
  }
  .main-body___KDuF7 > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___24vUP {
  display: inherit;
}
.is--hidden___G_by4 {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___1Ktxy {
  text-shadow: var(--text-shadow);
}
.group-icons___1Ktxy dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___1Ktxy dd a {
  color: inherit;
}
.group-icons___1Ktxy dd a:hover {
  color: white;
}
.group-btn___1oIJv {
  text-align: center;
}
.group-btn___1oIJv.btn-right___3cxKv {
  text-align: right;
}
.group-btn___1oIJv .t-btn___oLfgJ {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___1oIJv .t-btn___oLfgJ:last-child {
  margin-right: 0;
}
.group-btn___1oIJv .t-btn___oLfgJ.is--high___1bP0T {
  background-color: #ee6b00;
}
.group-btn___1oIJv .t-btn___oLfgJ.is--orange___2tDNB {
  background-color: #f22731;
}
.group-btn___1oIJv .t-btn___oLfgJ.is--black___3sV_7 {
  background-color: #171717;
}
.icons-md-18___1JEn3 {
  font-size: 18px;
}
.icons-md-24___1ZTa5 {
  font-size: 24px;
}
.icons-md-36___2AHrV {
  font-size: 36px;
}
.icons-md-48___Y0LI0 {
  font-size: 48px;
}
.mx-2___2xKbR {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___2xKbR {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.home-body___2ITKN {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 1070px;
  padding-top: 20px;
  margin-bottom: -20px;
}
.home-body___2ITKN .block_about___hxCk5 p {
  clear: both;
  /* text-shadow: var(--text-shadow); */
  color: var(--grey-6);
  margin-bottom: 15px;
}
.home-body___2ITKN .head-title___3PGFM {
  font-size: 32px;
  color: var(--grey-6);
  position: relative;
  margin-bottom: 15px;
  font-weight: 200;
}
@media only screen and (min-width: 768px) {
  .home-body___2ITKN .head-title___3PGFM {
    width: 120px;
  }
}
.home-body___2ITKN .head-title___3PGFM span {
  display: block;
}
.home-body___2ITKN .head-title___3PGFM .last___3Aij3 {
  font-size: 14px;
  position: absolute;
  width: 10px;
  letter-spacing: 0;
  top: 5px;
  left: 120px;
}
@media only screen and (min-width: 768px) {
  .home-body___2ITKN .head-title___3PGFM .last___3Aij3 {
    left: 120px;
    top: 6px;
  }
}
.block_church___1xPJH {
  position: relative;
  min-height: 275px;
}
.block_church___1xPJH [class*='slide_'] {
  position: absolute;
}
.block_church___1xPJH .slide_left___21SFi {
  left: 0;
  z-index: 8;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(225, 71, 85, 0.78824)), to(rgba(255, 102, 24, 0.65)));
  background: linear-gradient(0deg, rgba(225, 71, 85, 0.78824), rgba(255, 102, 24, 0.65));
  color: white;
  width: 100%;
  padding: 30px;
  min-height: 275px;
}
@media only screen and (min-width: 768px) {
  .block_church___1xPJH .slide_left___21SFi {
    width: 500px;
    min-height: 275px;
    padding: 20px 0 0 90px;
  }
}
.block_church___1xPJH .slide_left___21SFi p {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
}
.block_church___1xPJH .slide_left___21SFi span {
  font-style: 18px;
}
.block_church___1xPJH .slide_left___21SFi .btn___2No6y {
  z-index: 11;
  bottom: -20px;
}
@media only screen and (min-width: 768px) {
  .block_church___1xPJH .slide_left___21SFi .btn___2No6y {
    right: -28px;
  }
}
.block_church___1xPJH .slide_right___18JfN {
  right: 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  .block_church___1xPJH .slide_right___18JfN {
    display: block;
    height: 300px;
    overflow: hidden;
  }
}
.block_church___1xPJH .slide_right___18JfN > img {
  max-width: 640px;
}
.block_culture___361if .head-title___3PGFM {
  color: #fff;
}
.block_culture___361if .culture_list___DREhF {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .block_culture___361if .culture_list___DREhF {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.block_culture___361if .culture_list___DREhF .culture_item___3ochT {
  margin-bottom: 15px;
  display: block;
  height: 180px;
  padding-top: 60px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: opacity-transform-phone___Wpc8_ 2s;
          animation: opacity-transform-phone___Wpc8_ 2s;
}
.block_culture___361if .culture_list___DREhF .culture_item___3ochT .culture_content___3gN2b {
  position: relative;
  z-index: 5;
  cursor: default;
}
.block_culture___361if .culture_list___DREhF .culture_item___3ochT .culture_content___3gN2b span {
  display: block;
}
.block_culture___361if .culture_list___DREhF .culture_item___3ochT .culture_content___3gN2b span:last-child {
  display: none;
}
.block_culture___361if .culture_list___DREhF .culture_item___3ochT::before {
  width: 180px;
  height: 180px;
  background: white;
  content: '';
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
          clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  position: absolute;
  z-index: 1;
  left: calc(50% - 90px);
  top: 0;
}
.block_culture___361if .culture_list___DREhF .culture_item___3ochT:hover::after {
  width: 180px;
  height: 180px;
  background: var(--main-5);
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
          clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  content: '';
  position: absolute;
  left: calc(50% - 70px);
  top: 0;
  z-index: 0;
}
.block_music___TmjlV {
  height: 0;
  background-repeat: repeat-x;
  background-color: black;
  background-attachment: fixed;
  background-position: center;
  background-size: contain;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .block_music___TmjlV {
    height: 250px;
  }
}
@supports (-webkit-touch-callout: none) {
  @media only screen and (min-width: 768px) {
    .block_music___TmjlV {
      background-attachment: scroll;
    }
  }
}
@-webkit-keyframes opacity-transform___2UYf_ {
  from {
    opacity: 0;
    -webkit-transform: translate(100px);
            transform: translate(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes opacity-transform___2UYf_ {
  from {
    opacity: 0;
    -webkit-transform: translate(100px);
            transform: translate(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes opacity-transform-phone___Wpc8_ {
  from {
    opacity: 0;
    -webkit-transform: translate(20px);
            transform: translate(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes opacity-transform-phone___Wpc8_ {
  from {
    opacity: 0;
    -webkit-transform: translate(20px);
            transform: translate(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-webkit-keyframes AnimationBTN___2WWPw {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationBTN___2WWPw {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
a {
  display: inline-block;
}
a.is--sm___rCyXd {
  font-size: 13px;
}
.btn___2hW0q {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  line-height: 2.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 35px;
  border: 1px solid var(--grey-3);
  position: relative;
  width: 100px;
  height: 40px;
  font-size: 15px;
  font-weight: normal;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: AnimationBTN___2WWPw 5s ease infinite;
  -webkit-animation: AnimationBTN___2WWPw 5s ease infinite;
  -moz-animation: AnimationBTN___2WWPw 5s ease infinite;
  /*colors*/
  /*size*/
}
.btn___2hW0q:hover {
  color: var(--grey-4);
  background-color: var(--sub-5);
}
.btn___2hW0q:focus {
  outline: none;
}
.btn___2hW0q:active {
  background: inherit;
}
.btn___2hW0q.is--line___Lbekf {
  border-color: var(--grey-3);
  background: white;
  color: var(--grey-4);
}
.btn___2hW0q.is--line___Lbekf:hover {
  border: 1px solid var(--grey-3);
  background: rgba(255, 255, 255, 0.5);
  background-size: 600% 600%;
}
.btn___2hW0q.is--red___31Dlz {
  color: white;
  background: var(--main-5);
  border-color: transparent;
}
.btn___2hW0q.is--red___31Dlz:hover {
  border: 1px solid transparent;
  background-color: var(--main-6);
}
.btn___2hW0q.is--red___31Dlz:disabled {
  background-color: var(--main-2);
}
.btn___2hW0q.is--red-2___1aitR {
  color: white;
  background: var(--main-5);
  border-color: transparent;
}
.btn___2hW0q.is--red-2___1aitR:hover {
  border: 1px solid transparent;
  background-color: var(--main-6);
}
.btn___2hW0q.is--red-2___1aitR:disabled {
  background-color: #cccccc;
}
.btn___2hW0q.is--black___27oeI {
  color: white;
  background: var(--grey-6);
  border-color: transparent;
}
.btn___2hW0q.is--black___27oeI:hover {
  border: 1px solid transparent;
  background-color: var(--grey-5);
}
.btn___2hW0q.is--black___27oeI:disabled {
  background-color: var(--grey-4);
}
.btn___2hW0q.is--sub___32u6T {
  color: white;
  background: var(--sub-5);
  border: 1px solid transparent;
}
.btn___2hW0q.is--sub___32u6T:hover {
  background-color: var(--sub-5);
  background: var(--gradient-2);
  background-size: 400% 400%;
}
.btn___2hW0q.is--sub___32u6T:focus {
  background-color: var(--sub-5);
  background-size: 400% 400%;
}
.btn___2hW0q.is--sub___32u6T:active {
  background-color: var(--sub-5);
}
.btn___2hW0q.is--sub-2___R9U1l {
  color: white;
  background: var(--sub-4);
  border: 1px solid transparent;
}
.btn___2hW0q.is--sub-2___R9U1l:hover {
  background-color: var(--sub-5);
}
.btn___2hW0q.is--sub-2___R9U1l:focus {
  background-color: var(--sub-5);
}
.btn___2hW0q.is--sub-2___R9U1l:active {
  background-color: var(--sub-5);
}
.btn___2hW0q.is--sub-2___R9U1l:disabled {
  background-color: var(--sub-2);
}
.btn___2hW0q.is--border___2JaV0 {
  border-radius: 100px;
  border: solid 1px #c8c8c8;
  color: var(--grey-3);
  background-color: #000000;
}
.btn___2hW0q.is--lg___3F-xK {
  min-width: 120px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .btn___2hW0q.is--lg___3F-xK {
    min-width: 150px;
  }
}
.btn___2hW0q.is--huge___5V5Wf {
  width: 120px;
  height: 50px;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .btn___2hW0q.is--huge___5V5Wf {
    min-width: 240px;
    border-radius: 35px;
    height: 55px;
    font-size: 18px;
  }
}
.btn___2hW0q.is--huge--single___25Wyz {
  width: 200px;
  height: 50px;
  font-size: 15px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .btn___2hW0q.is--huge--single___25Wyz {
    min-width: 240px;
    border-radius: 35px;
    height: 55px;
    font-size: 18px;
    margin-top: 0px;
  }
}
/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
.bg-img___2yOyH {
  background-image: url(https://images.unsplash.com/photo-1505765050516-f72dcac9c60e?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80);
  min-height: 100%;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.jumbo-font___3DbwG {
  font-size: 36px;
}
@media only screen and (min-width: 768px) {
  .jumbo-font___3DbwG {
    font-size: 64px;
  }
}
.display-middle___1DStL {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.animate-top___1tIGX {
  position: relative;
  -webkit-animation: KeyAnimateTop___3EdYB 0.4s;
          animation: KeyAnimateTop___3EdYB 0.4s;
}
.hr-style___1eBuS {
  margin: auto;
  width: 80%;
  border-color: #9e9e9e !important;
}
@media only screen and (min-width: 768px) {
  .hr-style___1eBuS {
    width: 40%;
  }
}
.sub-title___bpIrd {
  font-size: 16px;
  text-align: center;
  margin: 18px auto;
  max-width: 90%;
}
@media only screen and (min-width: 768px) {
  .sub-title___bpIrd {
    font-size: 18px;
    max-width: 100%;
  }
}
.align-center___-vcOc {
  text-align: center;
}
.line-yellow___1L8Bi {
  font-size: 18px;
  color: #dea56a;
  border: 1px solid #dea56a;
  background-color: rgba(255, 255, 255, 0);
}
.line-yellow___1L8Bi:hover {
  color: #dea56a;
  background-color: rgba(255, 255, 255, 0);
}
@-webkit-keyframes KeyAnimateTop___3EdYB {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes KeyAnimateTop___3EdYB {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___1T2Xp {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___1T2Xp {
    width: 960px;
    padding: 0;
  }
}
.inner_container___28gKb,
.inner___1lC8- {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___28gKb,
  .inner___1lC8- {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___wzmzN {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___wzmzN.is--red___1n1OA {
  background-color: #ce4148 !important;
}
.page___wzmzN.is--gray___26k2w {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___wzmzN {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___2qvJP {
  color: inherit;
}
.is--right___1xElC {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___1xElC {
    text-align: right;
  }
}
.is--left___2Wsmg {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___-dL2B [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___-dL2B h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___dkmvY:before {
  content: '';
  display: table;
}
.main-body___dkmvY:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___dkmvY .main-content___2J0Hb,
.main-body___dkmvY .sidebar___-dL2B {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___dkmvY .main-content___2J0Hb,
  .main-body___dkmvY .sidebar___-dL2B {
    float: left;
  }
}
.main-body___dkmvY .main-content___2J0Hb {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___dkmvY .sidebar___-dL2B {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___dkmvY .sidebar___-dL2B .r-sticky___2379L {
    z-index: 100;
  }
  .main-body___dkmvY > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___3WkRZ {
  display: inherit;
}
.is--hidden___3OUCi {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___2gv2f {
  text-shadow: var(--text-shadow);
}
.group-icons___2gv2f dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___2gv2f dd a {
  color: inherit;
}
.group-icons___2gv2f dd a:hover {
  color: white;
}
.group-btn___n1cOQ {
  text-align: center;
}
.group-btn___n1cOQ.btn-right___2etMO {
  text-align: right;
}
.group-btn___n1cOQ .t-btn___2_dPi {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___n1cOQ .t-btn___2_dPi:last-child {
  margin-right: 0;
}
.group-btn___n1cOQ .t-btn___2_dPi.is--high___2X4ql {
  background-color: #ee6b00;
}
.group-btn___n1cOQ .t-btn___2_dPi.is--orange___Wqvlc {
  background-color: #f22731;
}
.group-btn___n1cOQ .t-btn___2_dPi.is--black___2Xk6m {
  background-color: #171717;
}
.icons-md-18___IQODh {
  font-size: 18px;
}
.icons-md-24___1Ha9V {
  font-size: 24px;
}
.icons-md-36___21GOB {
  font-size: 36px;
}
.icons-md-48___1GGZd {
  font-size: 48px;
}
.mx-2___GT7FQ {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___GT7FQ {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.title___1YIng {
  margin: 10rem;
  font-size: 2rem;
  text-align: center;
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
.card-template___YqFyG {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #cccccc;
  border-radius: 5px;
  background-color: #ffffff;
  min-height: 450px;
  text-align: center;
  padding: 35px 25px;
}
@media only screen and (min-width: 768px) {
  .card-template___YqFyG {
    padding: 45px 50px;
  }
}
.card-template___YqFyG.two-col___2_Ke- {
  text-align: left;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  padding: 0px;
  height: 525px;
  min-height: 525px;
  max-height: auto;
}
@media only screen and (min-width: 768px) {
  .card-template___YqFyG.two-col___2_Ke- {
    height: 616px;
    min-height: 616px;
    max-height: 616px;
    grid-template-columns: 50% 50%;
  }
}
.card-template___YqFyG .card-title___3r2Xj {
  font-family: 'Noto Sans TC';
  font-size: 24px;
  font-weight: bold;
  line-height: 1.46;
  color: #333333;
  margin-bottom: 20px;
}
.card-template___YqFyG .card-point___3O8Uu {
  font-size: 16px;
  line-height: 1.31;
  color: #666666;
  padding: 8px 0 25px 0;
  white-space: pre-wrap;
}
.card-template___YqFyG .content-side___3kkZd {
  position: relative;
  padding: 19px 20px 20px 20px;
}
@media only screen and (min-width: 768px) {
  .card-template___YqFyG .content-side___3kkZd {
    padding: 38px 50px 50px 50px;
  }
}
.card-template___YqFyG .content-side___3kkZd .card-title___3r2Xj {
  font-family: 'Noto Sans TC';
  font-size: 36px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: normal;
  color: #f22731;
}
.card-template___YqFyG .content-side___3kkZd .card-subtitle___2RvoH {
  font-family: 'Noto Sans TC';
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: #333333;
}
.card-template___YqFyG .img-side___1PDWi {
  position: relative;
  display: none;
}
@media only screen and (min-width: 768px) {
  .card-template___YqFyG .img-side___1PDWi {
    display: block;
  }
}
.card-template___YqFyG .img-side___1PDWi > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.pb-2___1n3rt {
  padding-bottom: 16px;
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
.registered-item___1h69j {
  padding: 8px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .registered-item___1h69j {
    max-width: 405px;
  }
}
.registered-item___1h69j.align-right___17kMC {
  text-align: right;
}
.registered-item___1h69j.align-left___3GlI6 {
  text-align: left;
}
.registered-item___1h69j.align-center___3zQvO {
  text-align: center;
}
.registered-item___1h69j .d-flex___3hZDv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.registered-item___1h69j .question___21fGm {
  font-family: 'Noto Sans TC';
  font-size: 18px;
  line-height: 1.33;
  display: block;
  text-align: left;
  color: var(--grey-5);
}
.registered-item___1h69j .question-nop___dl7uM {
  padding-bottom: 2px;
}
.registered-item___1h69j .question-sub___1XwfV {
  font-family: 'Noto Sans TC';
  font-size: 12px;
  display: block;
  padding-bottom: 4px;
  text-align: left;
  color: var(--grey-5);
}
.registered-item___1h69j .question-mark___cD38N {
  padding: 2px 3px 0px 3px;
  margin: 0 7px;
  border-radius: 50%;
  background-color: #f22731;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
}
.registered-btn___dA0wD {
  position: absolute;
  bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
}


/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___VQvDx {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___VQvDx {
    width: 960px;
    padding: 0;
  }
}
.inner_container___1s3KK,
.inner___k4mxw {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___1s3KK,
  .inner___k4mxw {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___9pvmU {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___9pvmU.is--red___3BEXE {
  background-color: #ce4148 !important;
}
.page___9pvmU.is--gray___2Wyxs {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___9pvmU {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___3bbty {
  color: inherit;
}
.is--right___2TdYN {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___2TdYN {
    text-align: right;
  }
}
.is--left___1Itbl {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___o6TD6 [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___o6TD6 h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___AFzyF:before {
  content: '';
  display: table;
}
.main-body___AFzyF:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___AFzyF .main-content___3Vl_P,
.main-body___AFzyF .sidebar___o6TD6 {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___AFzyF .main-content___3Vl_P,
  .main-body___AFzyF .sidebar___o6TD6 {
    float: left;
  }
}
.main-body___AFzyF .main-content___3Vl_P {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___AFzyF .sidebar___o6TD6 {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___AFzyF .sidebar___o6TD6 .r-sticky___3duad {
    z-index: 100;
  }
  .main-body___AFzyF > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___2N0Se {
  display: inherit;
}
.is--hidden___14FLf {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___2Jjie {
  text-shadow: var(--text-shadow);
}
.group-icons___2Jjie dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___2Jjie dd a {
  color: inherit;
}
.group-icons___2Jjie dd a:hover {
  color: white;
}
.group-btn___3mMR3 {
  text-align: center;
}
.group-btn___3mMR3.btn-right___2V-wU {
  text-align: right;
}
.group-btn___3mMR3 .t-btn___OYMNs {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___3mMR3 .t-btn___OYMNs:last-child {
  margin-right: 0;
}
.group-btn___3mMR3 .t-btn___OYMNs.is--high___aPlz5 {
  background-color: #ee6b00;
}
.group-btn___3mMR3 .t-btn___OYMNs.is--orange___2PsUx {
  background-color: #f22731;
}
.group-btn___3mMR3 .t-btn___OYMNs.is--black___309G4 {
  background-color: #171717;
}
.icons-md-18___3i1r5 {
  font-size: 18px;
}
.icons-md-24___3NMD9 {
  font-size: 24px;
}
.icons-md-36___3eUjn {
  font-size: 36px;
}
.icons-md-48___32fuH {
  font-size: 48px;
}
.mx-2___OPDDS {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___OPDDS {
    margin-left: 16px;
    margin-right: 16px;
  }
}
/*type text,tel,email*/
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='date'],
input[type='time'],
input[type='password'] {
  background-color: inherit;
  border-radius: 3px;
  padding: 10px 5px 10px 15px;
  border-width: 1px;
  border: solid 1px rgba(178, 178, 178, 0.53);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 15px;
  width: 100%;
}
input[type='text'].is--lg___36p7P,
input[type='tel'].is--lg___36p7P,
input[type='email'].is--lg___36p7P,
input[type='date'].is--lg___36p7P,
input[type='time'].is--lg___36p7P,
input[type='password'].is--lg___36p7P {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  input[type='text'].is--lg___36p7P,
  input[type='tel'].is--lg___36p7P,
  input[type='email'].is--lg___36p7P,
  input[type='date'].is--lg___36p7P,
  input[type='time'].is--lg___36p7P,
  input[type='password'].is--lg___36p7P {
    width: 100%;
    max-width: 405px;
  }
}
input[type='text'].is--sm___2Br9y,
input[type='tel'].is--sm___2Br9y,
input[type='email'].is--sm___2Br9y,
input[type='date'].is--sm___2Br9y,
input[type='time'].is--sm___2Br9y,
input[type='password'].is--sm___2Br9y {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  input[type='text'].is--sm___2Br9y,
  input[type='tel'].is--sm___2Br9y,
  input[type='email'].is--sm___2Br9y,
  input[type='date'].is--sm___2Br9y,
  input[type='time'].is--sm___2Br9y,
  input[type='password'].is--sm___2Br9y {
    width: 100%;
  }
}
input[type='text'].is--green___1-0qs,
input[type='tel'].is--green___1-0qs,
input[type='email'].is--green___1-0qs,
input[type='date'].is--green___1-0qs,
input[type='time'].is--green___1-0qs,
input[type='password'].is--green___1-0qs {
  border: solid 1px #3bb54a;
}
input[type='text'].noquestion___3UlrU,
input[type='tel'].noquestion___3UlrU,
input[type='email'].noquestion___3UlrU,
input[type='date'].noquestion___3UlrU,
input[type='time'].noquestion___3UlrU,
input[type='password'].noquestion___3UlrU {
  border-width: 0px 0px 1px 0px;
}
input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='date']:focus,
input[type='time']:focus,
input[type='password']:focus {
  border-color: #fa8d28;
  outline: none;
}
@media only screen and (min-width: 768px) {
  input[type='text'],
  input[type='tel'],
  input[type='email'],
  input[type='date'],
  input[type='time'],
  input[type='password'] {
    max-width: 365px;
  }
}
input[type='date'],
input[type='time'] {
  width: 250px;
}
input[type='text']:disabled,
input[type='tel']:disabled,
input[type='email']:disabled,
input[type='date']:disabled,
input[type='time']:disabled,
input[type='password']:disabled {
  color: var(--grey-5);
}
/*input[type=text]:required {
    border-color: #fe5254;
}
*/
/*custom input type=checkbox*/
input[type='checkbox']:not(:checked),
input[type='checkbox']:checked {
  display: none;
}
input[type='checkbox']:not(:checked) + label,
input[type='checkbox']:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type='checkbox']:not(:checked) + label:before,
input[type='checkbox']:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #4a4a4a;
  background: #fff;
  border-radius: 4px;
}
input[type='checkbox']:not(:checked) + label:after,
input[type='checkbox']:checked + label:after {
  content: '\2714';
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 1.2em;
  line-height: 0.9;
  color: #fff;
  border: 2px solid #ffab52;
  border-radius: 4px;
  background: #ffab52;
}
/* checked mark aspect changes */
input[type='checkbox']:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
input[type='checkbox']:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
/* hover style just for information */
label:hover:before {
  border: 2px solid #ffab52 !important;
}
.checkbox_q___33Sct {
  display: inline-block;
  width: 85%;
}
/* disabled checkbox*/
input[type='checkbox']:disabled:not(:checked) + label:before,
input[type='checkbox']:disabled:checked + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type='checkbox']:disabled:checked + label:after {
  border: 2px solid var(--grey-4);
  background: var(--grey-4);
}
input[type='checkbox']:disabled + label {
  color: #aaa;
}
/*custom select*/
.SelectOption___3EZTb {
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px rgba(178, 178, 178, 0.53);
  position: relative;
  display: block;
  line-height: 1.5;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .SelectOption___3EZTb {
    width: 195px;
  }
}
.SelectOption___3EZTb::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0.5em 1em;
  background: #ffffff;
  pointer-events: none;
}
.SelectOption___3EZTb.readonly___Dg3xs {
  background: var(--grey-2);
}
.SelectOption___3EZTb.readonly___Dg3xs::after {
  background: var(--grey-2);
}
.SelectOption___3EZTb.is--lg___36p7P {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .SelectOption___3EZTb.is--lg___36p7P {
    width: 405px;
  }
}
.SelectOption___3EZTb select {
  border: 0 !important;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10px 0 10px 0.5em;
  color: #171717;
  background: #fff;
  cursor: pointer;
}
.SelectOption___3EZTb select::-ms-expand {
  display: none;
}
.SelectOption___3EZTb select:disabled {
  background: var(--grey-2);
}
/*custom input type=radio*/
input[type='radio']:checked,
[type='radio']:not(:checked) {
  position: absolute;
  left: -9999px;
}
input[type='radio']:checked + label,
[type='radio']:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #4a4a4a;
}
input[type='radio']:checked + label:before,
[type='radio']:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #4a4a4a;
  border-radius: 100%;
  background: #fff;
}
input[type='radio']:checked + label:after,
[type='radio']:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #ffab52;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid #ffab52;
}
/* disabled radio*/
input[type='radio']:disabled:not(:checked) + label:before,
input[type='radio']:disabled:checked + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type='radio']:disabled:checked + label:after {
  border: 2px solid var(--grey-4);
  background: var(--grey-4);
}
input[type='radio']:disabled + label {
  color: #aaa;
}
input[type='radio']:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
input[type='radio']:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
textarea {
  display: block;
  margin-top: 10px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px rgba(178, 178, 178, 0.53);
  padding: 10px 0 10px 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  textarea {
    width: 405px;
  }
}
textarea:focus {
  border-color: #fa8d28;
}
textarea.item___3sHe2 {
  margin-left: 30px;
}
textarea:disabled {
  background: var(--grey-2);
}
/*input-group (input + button)*/
.input-group___2_HGt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: solid 1px rgba(178, 178, 178, 0.53);
  border-radius: 0 35px 35px 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .input-group___2_HGt {
    max-width: 405px;
  }
}
.input-group___2_HGt.is--red___3BEXE {
  border-color: var(--main-5);
}
.input-group___2_HGt.is--black___309G4 {
  border-color: rgba(178, 178, 178, 0.53);
}
.input-group___2_HGt input {
  display: inline-block !important;
  border: 0 !important;
  width: 65% !important;
}
@media only screen and (min-width: 768px) {
  .input-group___2_HGt input {
    display: inline-block !important;
    border: 0 !important;
    width: 60% !important;
  }
}
.input-group___2_HGt button {
  display: inline-block !important;
  width: 35% !important;
  height: 2.9rem !important;
}
@media only screen and (min-width: 768px) {
  .input-group___2_HGt button {
    display: inline-block !important;
    width: 40% !important;
    height: 2.9rem !important;
  }
}
/* select group (two select)*/
.select-group___1g98w {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.select-group___1g98w div {
  width: 100%;
  margin: 5px 0;
}
@media only screen and (min-width: 768px) {
  .select-group___1g98w {
    width: 405px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .select-group___1g98w div {
    width: auto;
    margin: 0;
  }
}
.error-block___eXATS {
  font-size: 14px;
  color: var(--sub-4);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.error-block___eXATS .info-icon___3CtDT {
  font-size: 18px;
  margin-right: 2px;
  color: var(--sub-4);
}
@-webkit-keyframes AnimationBTN___1DSaA {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationBTN___1DSaA {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
a {
  display: inline-block;
}
a.is--sm___2Br9y {
  font-size: 13px;
}
.btn___3t2Qf {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  line-height: 2.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 35px;
  border: 1px solid var(--grey-3);
  position: relative;
  width: 100px;
  height: 40px;
  font-size: 15px;
  font-weight: normal;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: AnimationBTN___1DSaA 5s ease infinite;
  -webkit-animation: AnimationBTN___1DSaA 5s ease infinite;
  -moz-animation: AnimationBTN___1DSaA 5s ease infinite;
  /*colors*/
  /*size*/
}
.btn___3t2Qf:hover {
  color: var(--grey-4);
  background-color: var(--sub-5);
}
.btn___3t2Qf:focus {
  outline: none;
}
.btn___3t2Qf:active {
  background: inherit;
}
.btn___3t2Qf.is--line___apw4p {
  border-color: var(--grey-3);
  background: white;
  color: var(--grey-4);
}
.btn___3t2Qf.is--line___apw4p:hover {
  border: 1px solid var(--grey-3);
  background: rgba(255, 255, 255, 0.5);
  background-size: 600% 600%;
}
.btn___3t2Qf.is--red___3BEXE {
  color: white;
  background: var(--main-5);
  border-color: transparent;
}
.btn___3t2Qf.is--red___3BEXE:hover {
  border: 1px solid transparent;
  background-color: var(--main-6);
}
.btn___3t2Qf.is--red___3BEXE:disabled {
  background-color: var(--main-2);
}
.btn___3t2Qf.is--red-2___-8SEB {
  color: white;
  background: var(--main-5);
  border-color: transparent;
}
.btn___3t2Qf.is--red-2___-8SEB:hover {
  border: 1px solid transparent;
  background-color: var(--main-6);
}
.btn___3t2Qf.is--red-2___-8SEB:disabled {
  background-color: #cccccc;
}
.btn___3t2Qf.is--black___309G4 {
  color: white;
  background: var(--grey-6);
  border-color: transparent;
}
.btn___3t2Qf.is--black___309G4:hover {
  border: 1px solid transparent;
  background-color: var(--grey-5);
}
.btn___3t2Qf.is--black___309G4:disabled {
  background-color: var(--grey-4);
}
.btn___3t2Qf.is--sub___2SsA7 {
  color: white;
  background: var(--sub-5);
  border: 1px solid transparent;
}
.btn___3t2Qf.is--sub___2SsA7:hover {
  background-color: var(--sub-5);
  background: var(--gradient-2);
  background-size: 400% 400%;
}
.btn___3t2Qf.is--sub___2SsA7:focus {
  background-color: var(--sub-5);
  background-size: 400% 400%;
}
.btn___3t2Qf.is--sub___2SsA7:active {
  background-color: var(--sub-5);
}
.btn___3t2Qf.is--sub-2___2SyUC {
  color: white;
  background: var(--sub-4);
  border: 1px solid transparent;
}
.btn___3t2Qf.is--sub-2___2SyUC:hover {
  background-color: var(--sub-5);
}
.btn___3t2Qf.is--sub-2___2SyUC:focus {
  background-color: var(--sub-5);
}
.btn___3t2Qf.is--sub-2___2SyUC:active {
  background-color: var(--sub-5);
}
.btn___3t2Qf.is--sub-2___2SyUC:disabled {
  background-color: var(--sub-2);
}
.btn___3t2Qf.is--border___1ew4b {
  border-radius: 100px;
  border: solid 1px #c8c8c8;
  color: var(--grey-3);
  background-color: #000000;
}
.btn___3t2Qf.is--lg___36p7P {
  min-width: 120px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .btn___3t2Qf.is--lg___36p7P {
    min-width: 150px;
  }
}
.btn___3t2Qf.is--huge___Zc5w5 {
  width: 120px;
  height: 50px;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .btn___3t2Qf.is--huge___Zc5w5 {
    min-width: 240px;
    border-radius: 35px;
    height: 55px;
    font-size: 18px;
  }
}
.btn___3t2Qf.is--huge--single___12__T {
  width: 200px;
  height: 50px;
  font-size: 15px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .btn___3t2Qf.is--huge--single___12__T {
    min-width: 240px;
    border-radius: 35px;
    height: 55px;
    font-size: 18px;
    margin-top: 0px;
  }
}
.point-text___2qdLJ {
  font-family: 'Noto Sans TC';
  font-size: 16px;
  line-height: 1.31;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
}
.center___1DklF {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.title___kc0wC {
  border-bottom: solid 1px rgba(178, 178, 178, 0.53);
  padding-bottom: 9px;
  font-size: 24px;
  letter-spacing: 1.2px;
  text-align: left;
  color: #000000;
}
.form_container___zJmPf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
  padding-left: 0px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .form_container___zJmPf {
    /* padding-left: 35%; */
    text-align: left;
  }
}
.profile_photo___1Mmij {
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  width: 112px;
  height: 112px;
  /* margin: 28px 24px 32px 0; */
}
.profile_photo___1Mmij > .edit___42U-U {
  position: absolute;
  top: -10%;
  right: -20%;
  font-size: 20px;
}
.profile_photo___1Mmij > .circle___1svwt {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #ffffff;
}
.pb-2___D7nNE {
  padding-bottom: 16px;
}
.pr-1___IkcTU {
  padding-right: 8px;
}
.relative___14QSf {
  position: relative;
}
.absolute___pVsLZ {
  position: absolute;
  right: 5%;
  top: 9.5px;
}
@media only screen and (min-width: 768px) {
  .absolute___pVsLZ {
    right: 8%;
  }
}
.svg_icon___2wfGy {
  width: 28px;
}
.effect-fadey___17wJi {
  -webkit-animation-name: FADEY___UFbQy;
          animation-name: FADEY___UFbQy;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
@-webkit-keyframes FADEY___UFbQy {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}
@keyframes FADEY___UFbQy {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___1KQG- {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___1KQG- {
    width: 960px;
    padding: 0;
  }
}
.inner_container___3RxZm,
.inner___3R7P8 {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___3RxZm,
  .inner___3R7P8 {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___1b0bT {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___1b0bT.is--red___3GOJe {
  background-color: #ce4148 !important;
}
.page___1b0bT.is--gray___1DeH3 {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___1b0bT {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___LeTls {
  color: inherit;
}
.is--right___32Utz {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___32Utz {
    text-align: right;
  }
}
.is--left___3kYIg {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___1jIlL [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___1jIlL h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___HzU1d:before {
  content: '';
  display: table;
}
.main-body___HzU1d:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___HzU1d .main-content___3bRaq,
.main-body___HzU1d .sidebar___1jIlL {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___HzU1d .main-content___3bRaq,
  .main-body___HzU1d .sidebar___1jIlL {
    float: left;
  }
}
.main-body___HzU1d .main-content___3bRaq {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___HzU1d .sidebar___1jIlL {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___HzU1d .sidebar___1jIlL .r-sticky___3iE7b {
    z-index: 100;
  }
  .main-body___HzU1d > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___vXoO5 {
  display: inherit;
}
.is--hidden___1Emqv {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___3hhlt {
  text-shadow: var(--text-shadow);
}
.group-icons___3hhlt dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___3hhlt dd a {
  color: inherit;
}
.group-icons___3hhlt dd a:hover {
  color: white;
}
.group-btn___15c5w {
  text-align: center;
}
.group-btn___15c5w.btn-right___1vd_1 {
  text-align: right;
}
.group-btn___15c5w .t-btn___lQ6MP {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___15c5w .t-btn___lQ6MP:last-child {
  margin-right: 0;
}
.group-btn___15c5w .t-btn___lQ6MP.is--high___3r6Fi {
  background-color: #ee6b00;
}
.group-btn___15c5w .t-btn___lQ6MP.is--orange___zXbAI {
  background-color: #f22731;
}
.group-btn___15c5w .t-btn___lQ6MP.is--black___3eN6H {
  background-color: #171717;
}
.icons-md-18___29WQE {
  font-size: 18px;
}
.icons-md-24___3L4eu {
  font-size: 24px;
}
.icons-md-36___2bbyc {
  font-size: 36px;
}
.icons-md-48___3wWkY {
  font-size: 48px;
}
.mx-2___1kdtv {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___1kdtv {
    margin-left: 16px;
    margin-right: 16px;
  }
}
/*type text,tel,email*/
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='date'],
input[type='time'],
input[type='password'] {
  background-color: inherit;
  border-radius: 3px;
  padding: 10px 5px 10px 15px;
  border-width: 1px;
  border: solid 1px rgba(178, 178, 178, 0.53);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 15px;
  width: 100%;
}
input[type='text'].is--lg___VRKav,
input[type='tel'].is--lg___VRKav,
input[type='email'].is--lg___VRKav,
input[type='date'].is--lg___VRKav,
input[type='time'].is--lg___VRKav,
input[type='password'].is--lg___VRKav {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  input[type='text'].is--lg___VRKav,
  input[type='tel'].is--lg___VRKav,
  input[type='email'].is--lg___VRKav,
  input[type='date'].is--lg___VRKav,
  input[type='time'].is--lg___VRKav,
  input[type='password'].is--lg___VRKav {
    width: 100%;
    max-width: 405px;
  }
}
input[type='text'].is--sm___3PHjj,
input[type='tel'].is--sm___3PHjj,
input[type='email'].is--sm___3PHjj,
input[type='date'].is--sm___3PHjj,
input[type='time'].is--sm___3PHjj,
input[type='password'].is--sm___3PHjj {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  input[type='text'].is--sm___3PHjj,
  input[type='tel'].is--sm___3PHjj,
  input[type='email'].is--sm___3PHjj,
  input[type='date'].is--sm___3PHjj,
  input[type='time'].is--sm___3PHjj,
  input[type='password'].is--sm___3PHjj {
    width: 100%;
  }
}
input[type='text'].is--green___aqmIL,
input[type='tel'].is--green___aqmIL,
input[type='email'].is--green___aqmIL,
input[type='date'].is--green___aqmIL,
input[type='time'].is--green___aqmIL,
input[type='password'].is--green___aqmIL {
  border: solid 1px #3bb54a;
}
input[type='text'].noquestion___2kvaD,
input[type='tel'].noquestion___2kvaD,
input[type='email'].noquestion___2kvaD,
input[type='date'].noquestion___2kvaD,
input[type='time'].noquestion___2kvaD,
input[type='password'].noquestion___2kvaD {
  border-width: 0px 0px 1px 0px;
}
input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='date']:focus,
input[type='time']:focus,
input[type='password']:focus {
  border-color: #fa8d28;
  outline: none;
}
@media only screen and (min-width: 768px) {
  input[type='text'],
  input[type='tel'],
  input[type='email'],
  input[type='date'],
  input[type='time'],
  input[type='password'] {
    max-width: 365px;
  }
}
input[type='date'],
input[type='time'] {
  width: 250px;
}
input[type='text']:disabled,
input[type='tel']:disabled,
input[type='email']:disabled,
input[type='date']:disabled,
input[type='time']:disabled,
input[type='password']:disabled {
  color: var(--grey-5);
}
/*input[type=text]:required {
    border-color: #fe5254;
}
*/
/*custom input type=checkbox*/
input[type='checkbox']:not(:checked),
input[type='checkbox']:checked {
  display: none;
}
input[type='checkbox']:not(:checked) + label,
input[type='checkbox']:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type='checkbox']:not(:checked) + label:before,
input[type='checkbox']:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #4a4a4a;
  background: #fff;
  border-radius: 4px;
}
input[type='checkbox']:not(:checked) + label:after,
input[type='checkbox']:checked + label:after {
  content: '\2714';
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 1.2em;
  line-height: 0.9;
  color: #fff;
  border: 2px solid #ffab52;
  border-radius: 4px;
  background: #ffab52;
}
/* checked mark aspect changes */
input[type='checkbox']:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
input[type='checkbox']:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
/* hover style just for information */
label:hover:before {
  border: 2px solid #ffab52 !important;
}
.checkbox_q___1MH3l {
  display: inline-block;
  width: 85%;
}
/* disabled checkbox*/
input[type='checkbox']:disabled:not(:checked) + label:before,
input[type='checkbox']:disabled:checked + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type='checkbox']:disabled:checked + label:after {
  border: 2px solid var(--grey-4);
  background: var(--grey-4);
}
input[type='checkbox']:disabled + label {
  color: #aaa;
}
/*custom select*/
.SelectOption___2Xbds {
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px rgba(178, 178, 178, 0.53);
  position: relative;
  display: block;
  line-height: 1.5;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .SelectOption___2Xbds {
    width: 195px;
  }
}
.SelectOption___2Xbds::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0.5em 1em;
  background: #ffffff;
  pointer-events: none;
}
.SelectOption___2Xbds.readonly___1PsZC {
  background: var(--grey-2);
}
.SelectOption___2Xbds.readonly___1PsZC::after {
  background: var(--grey-2);
}
.SelectOption___2Xbds.is--lg___VRKav {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .SelectOption___2Xbds.is--lg___VRKav {
    width: 405px;
  }
}
.SelectOption___2Xbds select {
  border: 0 !important;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10px 0 10px 0.5em;
  color: #171717;
  background: #fff;
  cursor: pointer;
}
.SelectOption___2Xbds select::-ms-expand {
  display: none;
}
.SelectOption___2Xbds select:disabled {
  background: var(--grey-2);
}
/*custom input type=radio*/
input[type='radio']:checked,
[type='radio']:not(:checked) {
  position: absolute;
  left: -9999px;
}
input[type='radio']:checked + label,
[type='radio']:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #4a4a4a;
}
input[type='radio']:checked + label:before,
[type='radio']:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #4a4a4a;
  border-radius: 100%;
  background: #fff;
}
input[type='radio']:checked + label:after,
[type='radio']:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #ffab52;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid #ffab52;
}
/* disabled radio*/
input[type='radio']:disabled:not(:checked) + label:before,
input[type='radio']:disabled:checked + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type='radio']:disabled:checked + label:after {
  border: 2px solid var(--grey-4);
  background: var(--grey-4);
}
input[type='radio']:disabled + label {
  color: #aaa;
}
input[type='radio']:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
input[type='radio']:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
textarea {
  display: block;
  margin-top: 10px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px rgba(178, 178, 178, 0.53);
  padding: 10px 0 10px 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  textarea {
    width: 405px;
  }
}
textarea:focus {
  border-color: #fa8d28;
}
textarea.item___3m0KL {
  margin-left: 30px;
}
textarea:disabled {
  background: var(--grey-2);
}
/*input-group (input + button)*/
.input-group___28P6g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: solid 1px rgba(178, 178, 178, 0.53);
  border-radius: 0 35px 35px 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .input-group___28P6g {
    max-width: 405px;
  }
}
.input-group___28P6g.is--red___3GOJe {
  border-color: var(--main-5);
}
.input-group___28P6g.is--black___3eN6H {
  border-color: rgba(178, 178, 178, 0.53);
}
.input-group___28P6g input {
  display: inline-block !important;
  border: 0 !important;
  width: 65% !important;
}
@media only screen and (min-width: 768px) {
  .input-group___28P6g input {
    display: inline-block !important;
    border: 0 !important;
    width: 60% !important;
  }
}
.input-group___28P6g button {
  display: inline-block !important;
  width: 35% !important;
  height: 2.9rem !important;
}
@media only screen and (min-width: 768px) {
  .input-group___28P6g button {
    display: inline-block !important;
    width: 40% !important;
    height: 2.9rem !important;
  }
}
/* select group (two select)*/
.select-group___3Um0M {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.select-group___3Um0M div {
  width: 100%;
  margin: 5px 0;
}
@media only screen and (min-width: 768px) {
  .select-group___3Um0M {
    width: 405px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .select-group___3Um0M div {
    width: auto;
    margin: 0;
  }
}
.error-block___1S6HQ {
  font-size: 14px;
  color: var(--sub-4);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.error-block___1S6HQ .info-icon___2auP1 {
  font-size: 18px;
  margin-right: 2px;
  color: var(--sub-4);
}
@-webkit-keyframes AnimationBTN___DE0JW {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationBTN___DE0JW {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
a {
  display: inline-block;
}
a.is--sm___3PHjj {
  font-size: 13px;
}
.btn___1KKWF {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  line-height: 2.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 35px;
  border: 1px solid var(--grey-3);
  position: relative;
  width: 100px;
  height: 40px;
  font-size: 15px;
  font-weight: normal;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: AnimationBTN___DE0JW 5s ease infinite;
  -webkit-animation: AnimationBTN___DE0JW 5s ease infinite;
  -moz-animation: AnimationBTN___DE0JW 5s ease infinite;
  /*colors*/
  /*size*/
}
.btn___1KKWF:hover {
  color: var(--grey-4);
  background-color: var(--sub-5);
}
.btn___1KKWF:focus {
  outline: none;
}
.btn___1KKWF:active {
  background: inherit;
}
.btn___1KKWF.is--line___6ybC_ {
  border-color: var(--grey-3);
  background: white;
  color: var(--grey-4);
}
.btn___1KKWF.is--line___6ybC_:hover {
  border: 1px solid var(--grey-3);
  background: rgba(255, 255, 255, 0.5);
  background-size: 600% 600%;
}
.btn___1KKWF.is--red___3GOJe {
  color: white;
  background: var(--main-5);
  border-color: transparent;
}
.btn___1KKWF.is--red___3GOJe:hover {
  border: 1px solid transparent;
  background-color: var(--main-6);
}
.btn___1KKWF.is--red___3GOJe:disabled {
  background-color: var(--main-2);
}
.btn___1KKWF.is--red-2___3zH1N {
  color: white;
  background: var(--main-5);
  border-color: transparent;
}
.btn___1KKWF.is--red-2___3zH1N:hover {
  border: 1px solid transparent;
  background-color: var(--main-6);
}
.btn___1KKWF.is--red-2___3zH1N:disabled {
  background-color: #cccccc;
}
.btn___1KKWF.is--black___3eN6H {
  color: white;
  background: var(--grey-6);
  border-color: transparent;
}
.btn___1KKWF.is--black___3eN6H:hover {
  border: 1px solid transparent;
  background-color: var(--grey-5);
}
.btn___1KKWF.is--black___3eN6H:disabled {
  background-color: var(--grey-4);
}
.btn___1KKWF.is--sub___12LAO {
  color: white;
  background: var(--sub-5);
  border: 1px solid transparent;
}
.btn___1KKWF.is--sub___12LAO:hover {
  background-color: var(--sub-5);
  background: var(--gradient-2);
  background-size: 400% 400%;
}
.btn___1KKWF.is--sub___12LAO:focus {
  background-color: var(--sub-5);
  background-size: 400% 400%;
}
.btn___1KKWF.is--sub___12LAO:active {
  background-color: var(--sub-5);
}
.btn___1KKWF.is--sub-2___3Oppx {
  color: white;
  background: var(--sub-4);
  border: 1px solid transparent;
}
.btn___1KKWF.is--sub-2___3Oppx:hover {
  background-color: var(--sub-5);
}
.btn___1KKWF.is--sub-2___3Oppx:focus {
  background-color: var(--sub-5);
}
.btn___1KKWF.is--sub-2___3Oppx:active {
  background-color: var(--sub-5);
}
.btn___1KKWF.is--sub-2___3Oppx:disabled {
  background-color: var(--sub-2);
}
.btn___1KKWF.is--border___2IclZ {
  border-radius: 100px;
  border: solid 1px #c8c8c8;
  color: var(--grey-3);
  background-color: #000000;
}
.btn___1KKWF.is--lg___VRKav {
  min-width: 120px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .btn___1KKWF.is--lg___VRKav {
    min-width: 150px;
  }
}
.btn___1KKWF.is--huge___2DCb7 {
  width: 120px;
  height: 50px;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .btn___1KKWF.is--huge___2DCb7 {
    min-width: 240px;
    border-radius: 35px;
    height: 55px;
    font-size: 18px;
  }
}
.btn___1KKWF.is--huge--single___3aTfU {
  width: 200px;
  height: 50px;
  font-size: 15px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .btn___1KKWF.is--huge--single___3aTfU {
    min-width: 240px;
    border-radius: 35px;
    height: 55px;
    font-size: 18px;
    margin-top: 0px;
  }
}
.pr-1___Y7ywW {
  padding-right: 8px;
}
.center___1Ji9B {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.relative___25W17 {
  position: relative;
}
.absolute___3xXQS {
  position: absolute;
  right: 5%;
  top: 9.5px;
}
@media only screen and (min-width: 768px) {
  .absolute___3xXQS {
    right: 8%;
  }
}
.svg_icon___3egSG {
  width: 28px;
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@-webkit-keyframes AnimationBTN___3mU8E {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationBTN___3mU8E {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
a {
  display: inline-block;
}
a.is--sm___5W5Zy {
  font-size: 13px;
}
.btn___1gWGd {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  line-height: 2.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 35px;
  border: 1px solid var(--grey-3);
  position: relative;
  width: 100px;
  height: 40px;
  font-size: 15px;
  font-weight: normal;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: AnimationBTN___3mU8E 5s ease infinite;
  -webkit-animation: AnimationBTN___3mU8E 5s ease infinite;
  -moz-animation: AnimationBTN___3mU8E 5s ease infinite;
  /*colors*/
  /*size*/
}
.btn___1gWGd:hover {
  color: var(--grey-4);
  background-color: var(--sub-5);
}
.btn___1gWGd:focus {
  outline: none;
}
.btn___1gWGd:active {
  background: inherit;
}
.btn___1gWGd.is--line___2tc1P {
  border-color: var(--grey-3);
  background: white;
  color: var(--grey-4);
}
.btn___1gWGd.is--line___2tc1P:hover {
  border: 1px solid var(--grey-3);
  background: rgba(255, 255, 255, 0.5);
  background-size: 600% 600%;
}
.btn___1gWGd.is--red___1JWdU {
  color: white;
  background: var(--main-5);
  border-color: transparent;
}
.btn___1gWGd.is--red___1JWdU:hover {
  border: 1px solid transparent;
  background-color: var(--main-6);
}
.btn___1gWGd.is--red___1JWdU:disabled {
  background-color: var(--main-2);
}
.btn___1gWGd.is--red-2___cGL9j {
  color: white;
  background: var(--main-5);
  border-color: transparent;
}
.btn___1gWGd.is--red-2___cGL9j:hover {
  border: 1px solid transparent;
  background-color: var(--main-6);
}
.btn___1gWGd.is--red-2___cGL9j:disabled {
  background-color: #cccccc;
}
.btn___1gWGd.is--black___2bSjA {
  color: white;
  background: var(--grey-6);
  border-color: transparent;
}
.btn___1gWGd.is--black___2bSjA:hover {
  border: 1px solid transparent;
  background-color: var(--grey-5);
}
.btn___1gWGd.is--black___2bSjA:disabled {
  background-color: var(--grey-4);
}
.btn___1gWGd.is--sub___2mreu {
  color: white;
  background: var(--sub-5);
  border: 1px solid transparent;
}
.btn___1gWGd.is--sub___2mreu:hover {
  background-color: var(--sub-5);
  background: var(--gradient-2);
  background-size: 400% 400%;
}
.btn___1gWGd.is--sub___2mreu:focus {
  background-color: var(--sub-5);
  background-size: 400% 400%;
}
.btn___1gWGd.is--sub___2mreu:active {
  background-color: var(--sub-5);
}
.btn___1gWGd.is--sub-2___UPPqM {
  color: white;
  background: var(--sub-4);
  border: 1px solid transparent;
}
.btn___1gWGd.is--sub-2___UPPqM:hover {
  background-color: var(--sub-5);
}
.btn___1gWGd.is--sub-2___UPPqM:focus {
  background-color: var(--sub-5);
}
.btn___1gWGd.is--sub-2___UPPqM:active {
  background-color: var(--sub-5);
}
.btn___1gWGd.is--sub-2___UPPqM:disabled {
  background-color: var(--sub-2);
}
.btn___1gWGd.is--border___1nMnv {
  border-radius: 100px;
  border: solid 1px #c8c8c8;
  color: var(--grey-3);
  background-color: #000000;
}
.btn___1gWGd.is--lg___16ALv {
  min-width: 120px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .btn___1gWGd.is--lg___16ALv {
    min-width: 150px;
  }
}
.btn___1gWGd.is--huge___1kYZn {
  width: 120px;
  height: 50px;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .btn___1gWGd.is--huge___1kYZn {
    min-width: 240px;
    border-radius: 35px;
    height: 55px;
    font-size: 18px;
  }
}
.btn___1gWGd.is--huge--single___qaNa9 {
  width: 200px;
  height: 50px;
  font-size: 15px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .btn___1gWGd.is--huge--single___qaNa9 {
    min-width: 240px;
    border-radius: 35px;
    height: 55px;
    font-size: 18px;
    margin-top: 0px;
  }
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___20__i {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___20__i {
    width: 960px;
    padding: 0;
  }
}
.inner_container___4DPfO,
.inner___heJsm {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___4DPfO,
  .inner___heJsm {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___VBsx- {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___VBsx-.is--red___1JWdU {
  background-color: #ce4148 !important;
}
.page___VBsx-.is--gray___3ftno {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___VBsx- {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___3Ls8J {
  color: inherit;
}
.is--right___2dpaD {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___2dpaD {
    text-align: right;
  }
}
.is--left___3KJDX {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___28BOH [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___28BOH h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___35Tys:before {
  content: '';
  display: table;
}
.main-body___35Tys:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___35Tys .main-content___2objb,
.main-body___35Tys .sidebar___28BOH {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___35Tys .main-content___2objb,
  .main-body___35Tys .sidebar___28BOH {
    float: left;
  }
}
.main-body___35Tys .main-content___2objb {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___35Tys .sidebar___28BOH {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___35Tys .sidebar___28BOH .r-sticky___6dsB5 {
    z-index: 100;
  }
  .main-body___35Tys > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___23J_H {
  display: inherit;
}
.is--hidden___1yU7q {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___1dC0h {
  text-shadow: var(--text-shadow);
}
.group-icons___1dC0h dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___1dC0h dd a {
  color: inherit;
}
.group-icons___1dC0h dd a:hover {
  color: white;
}
.group-btn___1AGqc {
  text-align: center;
}
.group-btn___1AGqc.btn-right___1arIr {
  text-align: right;
}
.group-btn___1AGqc .t-btn___25BUZ {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___1AGqc .t-btn___25BUZ:last-child {
  margin-right: 0;
}
.group-btn___1AGqc .t-btn___25BUZ.is--high___-xuMa {
  background-color: #ee6b00;
}
.group-btn___1AGqc .t-btn___25BUZ.is--orange___2Um3o {
  background-color: #f22731;
}
.group-btn___1AGqc .t-btn___25BUZ.is--black___2bSjA {
  background-color: #171717;
}
.icons-md-18___1SphS {
  font-size: 18px;
}
.icons-md-24___3bjRT {
  font-size: 24px;
}
.icons-md-36___2KmPV {
  font-size: 36px;
}
.icons-md-48___2Tktl {
  font-size: 48px;
}
.mx-2___1cizV {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___1cizV {
    margin-left: 16px;
    margin-right: 16px;
  }
}
/*type text,tel,email*/
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='date'],
input[type='time'],
input[type='password'] {
  background-color: inherit;
  border-radius: 3px;
  padding: 10px 5px 10px 15px;
  border-width: 1px;
  border: solid 1px rgba(178, 178, 178, 0.53);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 15px;
  width: 100%;
}
input[type='text'].is--lg___16ALv,
input[type='tel'].is--lg___16ALv,
input[type='email'].is--lg___16ALv,
input[type='date'].is--lg___16ALv,
input[type='time'].is--lg___16ALv,
input[type='password'].is--lg___16ALv {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  input[type='text'].is--lg___16ALv,
  input[type='tel'].is--lg___16ALv,
  input[type='email'].is--lg___16ALv,
  input[type='date'].is--lg___16ALv,
  input[type='time'].is--lg___16ALv,
  input[type='password'].is--lg___16ALv {
    width: 100%;
    max-width: 405px;
  }
}
input[type='text'].is--sm___5W5Zy,
input[type='tel'].is--sm___5W5Zy,
input[type='email'].is--sm___5W5Zy,
input[type='date'].is--sm___5W5Zy,
input[type='time'].is--sm___5W5Zy,
input[type='password'].is--sm___5W5Zy {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  input[type='text'].is--sm___5W5Zy,
  input[type='tel'].is--sm___5W5Zy,
  input[type='email'].is--sm___5W5Zy,
  input[type='date'].is--sm___5W5Zy,
  input[type='time'].is--sm___5W5Zy,
  input[type='password'].is--sm___5W5Zy {
    width: 100%;
  }
}
input[type='text'].is--green___3H_b9,
input[type='tel'].is--green___3H_b9,
input[type='email'].is--green___3H_b9,
input[type='date'].is--green___3H_b9,
input[type='time'].is--green___3H_b9,
input[type='password'].is--green___3H_b9 {
  border: solid 1px #3bb54a;
}
input[type='text'].noquestion___3MxNJ,
input[type='tel'].noquestion___3MxNJ,
input[type='email'].noquestion___3MxNJ,
input[type='date'].noquestion___3MxNJ,
input[type='time'].noquestion___3MxNJ,
input[type='password'].noquestion___3MxNJ {
  border-width: 0px 0px 1px 0px;
}
input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='date']:focus,
input[type='time']:focus,
input[type='password']:focus {
  border-color: #fa8d28;
  outline: none;
}
@media only screen and (min-width: 768px) {
  input[type='text'],
  input[type='tel'],
  input[type='email'],
  input[type='date'],
  input[type='time'],
  input[type='password'] {
    max-width: 365px;
  }
}
input[type='date'],
input[type='time'] {
  width: 250px;
}
input[type='text']:disabled,
input[type='tel']:disabled,
input[type='email']:disabled,
input[type='date']:disabled,
input[type='time']:disabled,
input[type='password']:disabled {
  color: var(--grey-5);
}
/*input[type=text]:required {
    border-color: #fe5254;
}
*/
/*custom input type=checkbox*/
input[type='checkbox']:not(:checked),
input[type='checkbox']:checked {
  display: none;
}
input[type='checkbox']:not(:checked) + label,
input[type='checkbox']:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
input[type='checkbox']:not(:checked) + label:before,
input[type='checkbox']:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #4a4a4a;
  background: #fff;
  border-radius: 4px;
}
input[type='checkbox']:not(:checked) + label:after,
input[type='checkbox']:checked + label:after {
  content: '\2714';
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 1.2em;
  line-height: 0.9;
  color: #fff;
  border: 2px solid #ffab52;
  border-radius: 4px;
  background: #ffab52;
}
/* checked mark aspect changes */
input[type='checkbox']:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
input[type='checkbox']:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
/* hover style just for information */
label:hover:before {
  border: 2px solid #ffab52 !important;
}
.checkbox_q___WuVmc {
  display: inline-block;
  width: 85%;
}
/* disabled checkbox*/
input[type='checkbox']:disabled:not(:checked) + label:before,
input[type='checkbox']:disabled:checked + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type='checkbox']:disabled:checked + label:after {
  border: 2px solid var(--grey-4);
  background: var(--grey-4);
}
input[type='checkbox']:disabled + label {
  color: #aaa;
}
/*custom select*/
.SelectOption___AAV9m {
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px rgba(178, 178, 178, 0.53);
  position: relative;
  display: block;
  line-height: 1.5;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .SelectOption___AAV9m {
    width: 195px;
  }
}
.SelectOption___AAV9m::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0.5em 1em;
  background: #ffffff;
  pointer-events: none;
}
.SelectOption___AAV9m.readonly___2bNDE {
  background: var(--grey-2);
}
.SelectOption___AAV9m.readonly___2bNDE::after {
  background: var(--grey-2);
}
.SelectOption___AAV9m.is--lg___16ALv {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .SelectOption___AAV9m.is--lg___16ALv {
    width: 405px;
  }
}
.SelectOption___AAV9m select {
  border: 0 !important;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10px 0 10px 0.5em;
  color: #171717;
  background: #fff;
  cursor: pointer;
}
.SelectOption___AAV9m select::-ms-expand {
  display: none;
}
.SelectOption___AAV9m select:disabled {
  background: var(--grey-2);
}
/*custom input type=radio*/
input[type='radio']:checked,
[type='radio']:not(:checked) {
  position: absolute;
  left: -9999px;
}
input[type='radio']:checked + label,
[type='radio']:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #4a4a4a;
}
input[type='radio']:checked + label:before,
[type='radio']:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #4a4a4a;
  border-radius: 100%;
  background: #fff;
}
input[type='radio']:checked + label:after,
[type='radio']:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #ffab52;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid #ffab52;
}
/* disabled radio*/
input[type='radio']:disabled:not(:checked) + label:before,
input[type='radio']:disabled:checked + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type='radio']:disabled:checked + label:after {
  border: 2px solid var(--grey-4);
  background: var(--grey-4);
}
input[type='radio']:disabled + label {
  color: #aaa;
}
input[type='radio']:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
input[type='radio']:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
textarea {
  display: block;
  margin-top: 10px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px rgba(178, 178, 178, 0.53);
  padding: 10px 0 10px 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  textarea {
    width: 405px;
  }
}
textarea:focus {
  border-color: #fa8d28;
}
textarea.item___w7edr {
  margin-left: 30px;
}
textarea:disabled {
  background: var(--grey-2);
}
/*input-group (input + button)*/
.input-group___38XSH {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: solid 1px rgba(178, 178, 178, 0.53);
  border-radius: 0 35px 35px 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .input-group___38XSH {
    max-width: 405px;
  }
}
.input-group___38XSH.is--red___1JWdU {
  border-color: var(--main-5);
}
.input-group___38XSH.is--black___2bSjA {
  border-color: rgba(178, 178, 178, 0.53);
}
.input-group___38XSH input {
  display: inline-block !important;
  border: 0 !important;
  width: 65% !important;
}
@media only screen and (min-width: 768px) {
  .input-group___38XSH input {
    display: inline-block !important;
    border: 0 !important;
    width: 60% !important;
  }
}
.input-group___38XSH button {
  display: inline-block !important;
  width: 35% !important;
  height: 2.9rem !important;
}
@media only screen and (min-width: 768px) {
  .input-group___38XSH button {
    display: inline-block !important;
    width: 40% !important;
    height: 2.9rem !important;
  }
}
/* select group (two select)*/
.select-group___2mhAE {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.select-group___2mhAE div {
  width: 100%;
  margin: 5px 0;
}
@media only screen and (min-width: 768px) {
  .select-group___2mhAE {
    width: 405px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .select-group___2mhAE div {
    width: auto;
    margin: 0;
  }
}
.error-block___2gNUE {
  font-size: 14px;
  color: var(--sub-4);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.error-block___2gNUE .info-icon___2lQUx {
  font-size: 18px;
  margin-right: 2px;
  color: var(--sub-4);
}
.mt-4___25SvN {
  margin-top: 32px;
}
.pl-1___2KN1P {
  padding-left: 8px;
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___1U-VO {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___1U-VO {
    width: 960px;
    padding: 0;
  }
}
.inner_container___3bvVb,
.inner___3u6vb {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___3bvVb,
  .inner___3u6vb {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___1-azC {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___1-azC.is--red___1Sm7d {
  background-color: #ce4148 !important;
}
.page___1-azC.is--gray___20erm {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___1-azC {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___236tM {
  color: inherit;
}
.is--right___2U8fw {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___2U8fw {
    text-align: right;
  }
}
.is--left___33eOf {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___1OyBQ [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___1OyBQ h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___3S02N:before {
  content: '';
  display: table;
}
.main-body___3S02N:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___3S02N .main-content____O16y,
.main-body___3S02N .sidebar___1OyBQ {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___3S02N .main-content____O16y,
  .main-body___3S02N .sidebar___1OyBQ {
    float: left;
  }
}
.main-body___3S02N .main-content____O16y {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___3S02N .sidebar___1OyBQ {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___3S02N .sidebar___1OyBQ .r-sticky___2hvEi {
    z-index: 100;
  }
  .main-body___3S02N > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___1LSJT {
  display: inherit;
}
.is--hidden___10bsJ {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___22KS5 {
  text-shadow: var(--text-shadow);
}
.group-icons___22KS5 dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___22KS5 dd a {
  color: inherit;
}
.group-icons___22KS5 dd a:hover {
  color: white;
}
.group-btn___1r4_p {
  text-align: center;
}
.group-btn___1r4_p.btn-right___3HX97 {
  text-align: right;
}
.group-btn___1r4_p .t-btn___274lT {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___1r4_p .t-btn___274lT:last-child {
  margin-right: 0;
}
.group-btn___1r4_p .t-btn___274lT.is--high___2sUnb {
  background-color: #ee6b00;
}
.group-btn___1r4_p .t-btn___274lT.is--orange___r9dng {
  background-color: #f22731;
}
.group-btn___1r4_p .t-btn___274lT.is--black___3cOFf {
  background-color: #171717;
}
.icons-md-18___2oZal {
  font-size: 18px;
}
.icons-md-24___2F65r {
  font-size: 24px;
}
.icons-md-36___tovE5 {
  font-size: 36px;
}
.icons-md-48___EotpP {
  font-size: 48px;
}
.mx-2___2XFKY {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___2XFKY {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.nav___hb5eC {
  list-style-type: none;
  margin: 0 0 1.5rem 0;
  padding: 1.2rem;
  overflow-x: hidden;
  white-space: nowrap;
  text-align: center;
  -webkit-box-flex: 1;
  /* Safari*/
  scrollbar-color: #d4d4d4 #f2f3f8;
  scrollbar-width: thin;
  width: 100%;
}
.nav___hb5eC::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.062);
  background-color: #f2f3f8;
  border-radius: 6px;
}
.nav___hb5eC::-webkit-scrollbar {
  height: 6px;
  background-color: #f2f3f8;
}
.nav___hb5eC::-webkit-scrollbar-thumb {
  background-color: #d4d4d4;
  border-radius: 6px;
}
.nav___hb5eC .slick-arrow {
  position: absolute !important;
  top: 45% !important;
  border-bottom: var(--shadow) !important;
}
.nav___hb5eC .slick-prev:before {
  color: var(--main-5) !important;
  content: 'a' !important;
}
.nav___hb5eC .slick-next:before {
  color: var(--main-5) !important;
  content: 'b' !important;
}
.nav___hb5eC .tabs___2Tu9C {
  text-align: center;
  display: inline-block;
  color: #9b9b9b;
  color: var(--grey-4);
  padding: 0.5rem 0.875rem;
  text-decoration: none;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .nav___hb5eC .tabs___2Tu9C {
    padding: 0.875rem 0;
    width: 150px!important;
  }
}
.nav___hb5eC .tabs___2Tu9C:hover {
  color: var(--main-5);
}
.nav___hb5eC .tabs___2Tu9C.active___2IfTl {
  color: var(--main-5);
  border-bottom: 5px solid #ce3e44;
  cursor: default;
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@-webkit-keyframes AnimationBTN___20Ho7 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationBTN___20Ho7 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
a {
  display: inline-block;
}
a.is--sm___1avC- {
  font-size: 13px;
}
.btn___htpjw {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  line-height: 2.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 35px;
  border: 1px solid var(--grey-3);
  position: relative;
  width: 100px;
  height: 40px;
  font-size: 15px;
  font-weight: normal;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: AnimationBTN___20Ho7 5s ease infinite;
  -webkit-animation: AnimationBTN___20Ho7 5s ease infinite;
  -moz-animation: AnimationBTN___20Ho7 5s ease infinite;
  /*colors*/
  /*size*/
}
.btn___htpjw:hover {
  color: var(--grey-4);
  background-color: var(--sub-5);
}
.btn___htpjw:focus {
  outline: none;
}
.btn___htpjw:active {
  background: inherit;
}
.btn___htpjw.is--line___3JdpO {
  border-color: var(--grey-3);
  background: white;
  color: var(--grey-4);
}
.btn___htpjw.is--line___3JdpO:hover {
  border: 1px solid var(--grey-3);
  background: rgba(255, 255, 255, 0.5);
  background-size: 600% 600%;
}
.btn___htpjw.is--red___3WA2h {
  color: white;
  background: var(--main-5);
  border-color: transparent;
}
.btn___htpjw.is--red___3WA2h:hover {
  border: 1px solid transparent;
  background-color: var(--main-6);
}
.btn___htpjw.is--red___3WA2h:disabled {
  background-color: var(--main-2);
}
.btn___htpjw.is--red-2___185Dr {
  color: white;
  background: var(--main-5);
  border-color: transparent;
}
.btn___htpjw.is--red-2___185Dr:hover {
  border: 1px solid transparent;
  background-color: var(--main-6);
}
.btn___htpjw.is--red-2___185Dr:disabled {
  background-color: #cccccc;
}
.btn___htpjw.is--black___3ms0a {
  color: white;
  background: var(--grey-6);
  border-color: transparent;
}
.btn___htpjw.is--black___3ms0a:hover {
  border: 1px solid transparent;
  background-color: var(--grey-5);
}
.btn___htpjw.is--black___3ms0a:disabled {
  background-color: var(--grey-4);
}
.btn___htpjw.is--sub___3yUiV {
  color: white;
  background: var(--sub-5);
  border: 1px solid transparent;
}
.btn___htpjw.is--sub___3yUiV:hover {
  background-color: var(--sub-5);
  background: var(--gradient-2);
  background-size: 400% 400%;
}
.btn___htpjw.is--sub___3yUiV:focus {
  background-color: var(--sub-5);
  background-size: 400% 400%;
}
.btn___htpjw.is--sub___3yUiV:active {
  background-color: var(--sub-5);
}
.btn___htpjw.is--sub-2___1cih4 {
  color: white;
  background: var(--sub-4);
  border: 1px solid transparent;
}
.btn___htpjw.is--sub-2___1cih4:hover {
  background-color: var(--sub-5);
}
.btn___htpjw.is--sub-2___1cih4:focus {
  background-color: var(--sub-5);
}
.btn___htpjw.is--sub-2___1cih4:active {
  background-color: var(--sub-5);
}
.btn___htpjw.is--sub-2___1cih4:disabled {
  background-color: var(--sub-2);
}
.btn___htpjw.is--border___3ilP7 {
  border-radius: 100px;
  border: solid 1px #c8c8c8;
  color: var(--grey-3);
  background-color: #000000;
}
.btn___htpjw.is--lg___Pxkdr {
  min-width: 120px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .btn___htpjw.is--lg___Pxkdr {
    min-width: 150px;
  }
}
.btn___htpjw.is--huge___1XJlx {
  width: 120px;
  height: 50px;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .btn___htpjw.is--huge___1XJlx {
    min-width: 240px;
    border-radius: 35px;
    height: 55px;
    font-size: 18px;
  }
}
.btn___htpjw.is--huge--single___18hMY {
  width: 200px;
  height: 50px;
  font-size: 15px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .btn___htpjw.is--huge--single___18hMY {
    min-width: 240px;
    border-radius: 35px;
    height: 55px;
    font-size: 18px;
    margin-top: 0px;
  }
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___MdS8t {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___MdS8t {
    width: 960px;
    padding: 0;
  }
}
.inner_container___2xjHe,
.inner___2Ez6Z {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___2xjHe,
  .inner___2Ez6Z {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___1AQPI {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___1AQPI.is--red___3WA2h {
  background-color: #ce4148 !important;
}
.page___1AQPI.is--gray___qJ23D {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___1AQPI {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___2rr9X {
  color: inherit;
}
.is--right___3EuZt {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___3EuZt {
    text-align: right;
  }
}
.is--left___ccoCa {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___3OUV5 [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___3OUV5 h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___2NFcs:before {
  content: '';
  display: table;
}
.main-body___2NFcs:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___2NFcs .main-content___1SC0k,
.main-body___2NFcs .sidebar___3OUV5 {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___2NFcs .main-content___1SC0k,
  .main-body___2NFcs .sidebar___3OUV5 {
    float: left;
  }
}
.main-body___2NFcs .main-content___1SC0k {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___2NFcs .sidebar___3OUV5 {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___2NFcs .sidebar___3OUV5 .r-sticky___3W1hx {
    z-index: 100;
  }
  .main-body___2NFcs > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___3bR-w {
  display: inherit;
}
.is--hidden___-uxEW {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons____J1m6 {
  text-shadow: var(--text-shadow);
}
.group-icons____J1m6 dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons____J1m6 dd a {
  color: inherit;
}
.group-icons____J1m6 dd a:hover {
  color: white;
}
.group-btn___2oOY- {
  text-align: center;
}
.group-btn___2oOY-.btn-right___15dwr {
  text-align: right;
}
.group-btn___2oOY- .t-btn___11a33 {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___2oOY- .t-btn___11a33:last-child {
  margin-right: 0;
}
.group-btn___2oOY- .t-btn___11a33.is--high___1kZGl {
  background-color: #ee6b00;
}
.group-btn___2oOY- .t-btn___11a33.is--orange___16KOb {
  background-color: #f22731;
}
.group-btn___2oOY- .t-btn___11a33.is--black___3ms0a {
  background-color: #171717;
}
.icons-md-18___3Tem4 {
  font-size: 18px;
}
.icons-md-24___2kLa4 {
  font-size: 24px;
}
.icons-md-36___2o3sK {
  font-size: 36px;
}
.icons-md-48___w5rAg {
  font-size: 48px;
}
.mx-2___2SIf6 {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___2SIf6 {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.widget-container___11wl_ {
  position: relative;
  height: 50px;
  margin-top: 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto !important;
  margin-left: auto !important;
}
@media only screen and (min-width: 768px) {
  .widget-container___11wl_ {
    min-height: 50px;
    margin-top: 0;
  }
}
.widget-container___11wl_ .date-picker-widget___27wQL {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.widget-container___11wl_ .date-picker-widget___27wQL .left-dot___xpz8d,
.widget-container___11wl_ .date-picker-widget___27wQL .right-dot___1GxEu {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  background-color: var(--main-3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.widget-container___11wl_ .date-picker-widget___27wQL .left-dot___xpz8d .icon___1YUyR,
.widget-container___11wl_ .date-picker-widget___27wQL .right-dot___1GxEu .icon___1YUyR {
  color: #ffffff;
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.widget-container___11wl_ .date-picker-widget___27wQL .date-picker___3X5mI {
  position: relative;
  color: #ffffff;
  background-color: var(--main-3);
  margin: 0 15px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  line-height: 1;
}
.widget-container___11wl_ .date-picker-widget___27wQL .date-picker___3X5mI .icon___1YUyR {
  color: #ffffff;
  margin-right: 11px;
}
@-webkit-keyframes scrollUp___2nTje {
  from {
    height: 320px;
    overflow: hidden;
  }
  to {
    height: 0px;
    overflow: hidden;
  }
}
@keyframes scrollUp___2nTje {
  from {
    height: 320px;
    overflow: hidden;
  }
  to {
    height: 0px;
    overflow: hidden;
  }
}
@-webkit-keyframes scrollDown___E5S8U {
  from {
    height: 0px;
    overflow: hidden;
  }
  to {
    height: 320px;
    overflow: hidden;
  }
}
@keyframes scrollDown___E5S8U {
  from {
    height: 0px;
    overflow: hidden;
  }
  to {
    height: 320px;
    overflow: hidden;
  }
}
@-webkit-keyframes moveUp___1WzA9 {
  from {
    top: 0px;
  }
  to {
    top: -320px;
  }
}
@keyframes moveUp___1WzA9 {
  from {
    top: 0px;
  }
  to {
    top: -320px;
  }
}
@-webkit-keyframes moveDown___36wh_ {
  from {
    top: -320px;
  }
  to {
    top: 0px;
  }
}
@keyframes moveDown___36wh_ {
  from {
    top: -320px;
  }
  to {
    top: 0px;
  }
}
.widget-container___11wl_ .cal___1mNkP {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  height: 320px;
  z-index: 1;
  margin: auto;
  overflow: hidden;
  -webkit-animation-name: scrollDown___E5S8U;
          animation-name: scrollDown___E5S8U;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.widget-container___11wl_ .cal___1mNkP.init___Hmi9r {
  display: none;
}
.widget-container___11wl_ .cal___1mNkP.hidden___27-Aj {
  height: 0px;
  overflow: hidden;
  -webkit-animation-name: scrollUp___2nTje;
          animation-name: scrollUp___2nTje;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.widget-container___11wl_ .cal___1mNkP .animated-box___1Xeme {
  position: absolute;
  margin: auto;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(178, 178, 178, 0.53);
          box-shadow: 0 2px 4px 0 rgba(178, 178, 178, 0.53);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  overflow: hidden;
  -webkit-animation-name: moveDown___36wh_;
          animation-name: moveDown___36wh_;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.widget-container___11wl_ .cal___1mNkP .animated-box___1Xeme.init___Hmi9r {
  display: none;
}
.widget-container___11wl_ .cal___1mNkP .animated-box___1Xeme.hidden___27-Aj {
  -webkit-animation-name: moveUp___1WzA9;
          animation-name: moveUp___1WzA9;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.widget-container___11wl_ .cal___1mNkP .cal-month___NfCeO {
  display: grid;
  grid-template-columns: 16px auto 16px;
  padding-left: 1em;
  padding-right: 1em;
  border-bottom: solid 1px var(--main-4);
  height: 2em;
}
.widget-container___11wl_ .cal___1mNkP .cal-month___NfCeO .month-title___2XvFk {
  justify-self: center;
}
.widget-container___11wl_ .cal___1mNkP .cal-month___NfCeO .icon___1YUyR {
  cursor: pointer;
}
.widget-container___11wl_ .cal___1mNkP .cal-week___1kujI {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  color: var(--main-4);
}
.widget-container___11wl_ .cal___1mNkP .cal-week___1kujI .week-label___4MeIQ {
  text-align: center;
  font-weight: bold;
}
.widget-container___11wl_ .cal___1mNkP .cal-date___2Icqz {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.widget-container___11wl_ .cal___1mNkP .cal-date___2Icqz .day___DSXb6 {
  text-align: center;
  height: 28px;
  width: 28px;
  cursor: pointer;
  padding-top: 0.2em;
}
.widget-container___11wl_ .cal___1mNkP .cal-date___2Icqz .day___DSXb6.today___3vesa {
  font-weight: bold;
  color: var(--main-3);
}
.widget-container___11wl_ .cal___1mNkP .cal-date___2Icqz .day___DSXb6.selected___kZmiS {
  color: #ffffff;
  background-color: #fd8080;
  border-radius: 15px;
}
.widget-container___11wl_ .cal___1mNkP .cal-date___2Icqz .day___DSXb6:hover {
  color: #fd8080;
}
.widget-container___11wl_ .cal___1mNkP .cal-today___A1VD5 {
  text-align: center;
  padding-top: 8px;
}
.widget-container___11wl_ .cal___1mNkP .cal-today___A1VD5 a:hover {
  color: #fd8080;
}
.widget-container___11wl_ .audio___2ZE59 {
  position: relative;
  width: 423px;
  margin: auto;
}
.widget-container___11wl_ .audio___2ZE59.hidden___27-Aj {
  margin: auto;
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___2eME8 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___2eME8 {
    width: 960px;
    padding: 0;
  }
}
.inner_container___3Z-WP,
.inner___yWddd {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___3Z-WP,
  .inner___yWddd {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___11DdA {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___11DdA.is--red___19sm8 {
  background-color: #ce4148 !important;
}
.page___11DdA.is--gray___1nTqK {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___11DdA {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___3dIuq {
  color: inherit;
}
.is--right___32uLc {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___32uLc {
    text-align: right;
  }
}
.is--left___2YW4P {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___2AoI- [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___2AoI- h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___1Pod9:before {
  content: '';
  display: table;
}
.main-body___1Pod9:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___1Pod9 .main-content___1vAXa,
.main-body___1Pod9 .sidebar___2AoI- {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___1Pod9 .main-content___1vAXa,
  .main-body___1Pod9 .sidebar___2AoI- {
    float: left;
  }
}
.main-body___1Pod9 .main-content___1vAXa {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___1Pod9 .sidebar___2AoI- {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___1Pod9 .sidebar___2AoI- .r-sticky___AgJhz {
    z-index: 100;
  }
  .main-body___1Pod9 > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___1bNwg {
  display: inherit;
}
.is--hidden___OPY_O {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___2fCoZ {
  text-shadow: var(--text-shadow);
}
.group-icons___2fCoZ dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___2fCoZ dd a {
  color: inherit;
}
.group-icons___2fCoZ dd a:hover {
  color: white;
}
.group-btn___24AMc {
  text-align: center;
}
.group-btn___24AMc.btn-right___3_Yse {
  text-align: right;
}
.group-btn___24AMc .t-btn___31J_U {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___24AMc .t-btn___31J_U:last-child {
  margin-right: 0;
}
.group-btn___24AMc .t-btn___31J_U.is--high___1GHlM {
  background-color: #ee6b00;
}
.group-btn___24AMc .t-btn___31J_U.is--orange___3ZED9 {
  background-color: #f22731;
}
.group-btn___24AMc .t-btn___31J_U.is--black___3xT5O {
  background-color: #171717;
}
.icons-md-18___1v-j_ {
  font-size: 18px;
}
.icons-md-24___3VITq {
  font-size: 24px;
}
.icons-md-36___RYOpf {
  font-size: 36px;
}
.icons-md-48___1JrFj {
  font-size: 48px;
}
.mx-2___1d6Q7 {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___1d6Q7 {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.bar___qDwMO {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bar___qDwMO .bar__time___2nwRw {
  font-size: 14px;
  letter-spacing: normal;
}
.bar___qDwMO .bar__progress___ORpDl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 5px;
  margin: 0 20px;
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.bar___qDwMO .bar__progress___ORpDl .bar__progress__knob___1_QtD {
  position: relative;
  height: 24px;
  width: 24px;
  border: 1.5px solid white;
  border-radius: 50%;
  background-color: #fe5254;
  display: block;
}
@media only screen and (min-width: 768px) {
  .bar___qDwMO .bar__progress___ORpDl:hover .bar__progress__knob___1_QtD {
    display: block;
  }
  .bar___qDwMO .bar__progress___ORpDl .bar__progress__knob___1_QtD {
    position: relative;
    height: 16px;
    width: 16px;
    border: 1.5px solid white;
    border-radius: 50%;
    background-color: #fe5254;
    display: none;
  }
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___1PVcG {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___1PVcG {
    width: 960px;
    padding: 0;
  }
}
.inner_container___205FI,
.inner___UubEN {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___205FI,
  .inner___UubEN {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___3dsLb {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___3dsLb.is--red___2L9kW {
  background-color: #ce4148 !important;
}
.page___3dsLb.is--gray___2v98x {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___3dsLb {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___MZH_L {
  color: inherit;
}
.is--right___3l1fU {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___3l1fU {
    text-align: right;
  }
}
.is--left___3NmFA {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___i2Y7- [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___i2Y7- h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___1wgr4:before {
  content: '';
  display: table;
}
.main-body___1wgr4:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___1wgr4 .main-content___GTjDI,
.main-body___1wgr4 .sidebar___i2Y7- {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___1wgr4 .main-content___GTjDI,
  .main-body___1wgr4 .sidebar___i2Y7- {
    float: left;
  }
}
.main-body___1wgr4 .main-content___GTjDI {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___1wgr4 .sidebar___i2Y7- {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___1wgr4 .sidebar___i2Y7- .r-sticky___tN3pK {
    z-index: 100;
  }
  .main-body___1wgr4 > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___1HvEO {
  display: inherit;
}
.is--hidden___uM_39 {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___qT6hU {
  text-shadow: var(--text-shadow);
}
.group-icons___qT6hU dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___qT6hU dd a {
  color: inherit;
}
.group-icons___qT6hU dd a:hover {
  color: white;
}
.group-btn___xoFN3 {
  text-align: center;
}
.group-btn___xoFN3.btn-right___1mCkc {
  text-align: right;
}
.group-btn___xoFN3 .t-btn___12xM4 {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___xoFN3 .t-btn___12xM4:last-child {
  margin-right: 0;
}
.group-btn___xoFN3 .t-btn___12xM4.is--high___OGpdS {
  background-color: #ee6b00;
}
.group-btn___xoFN3 .t-btn___12xM4.is--orange___2XHYS {
  background-color: #f22731;
}
.group-btn___xoFN3 .t-btn___12xM4.is--black___10HZv {
  background-color: #171717;
}
.icons-md-18___3zAmu {
  font-size: 18px;
}
.icons-md-24___2Zt-o {
  font-size: 24px;
}
.icons-md-36___eYQKO {
  font-size: 36px;
}
.icons-md-48___1LJAk {
  font-size: 48px;
}
.mx-2___1tzDH {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___1tzDH {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.hint___mP6e4 {
  text-align: center;
}
.loadingIcon___28Lxs {
  width: 32px;
  height: 32px;
}
@media only screen and (min-width: 768px) {
  .loadingIcon___28Lxs {
    width: 65px;
    height: 65px;
  }
}
.player___16SfQ {
  text-align: center;
}
.player___16SfQ .player-template___2gASi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  opacity: 0.83;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
}
@media only screen and (min-width: 768px) {
  .player___16SfQ .player-template___2gASi {
    width: 421px;
    height: 67px;
  }
}
.player___16SfQ .player-template___2gASi .play-btn___3LJ20 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px;
  margin-left: 0.8em;
  width: 38px;
  height: 30px;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 2px 4px 0 rgba(178, 178, 178, 0.6);
          box-shadow: 0 2px 4px 0 rgba(178, 178, 178, 0.6);
}
@media only screen and (min-width: 768px) {
  .player___16SfQ .player-template___2gASi .play-btn___3LJ20 {
    margin: 15px 16px 15px 16px;
    width: 45px;
    height: 37px;
  }
  .player___16SfQ .player-template___2gASi .play-btn___3LJ20:hover {
    background-color: var(--main-4);
  }
  .player___16SfQ .player-template___2gASi .play-btn___3LJ20:hover .icon___1zK95 {
    color: rgba(255, 255, 255, 0.7);
  }
}
.player___16SfQ .player-template___2gASi .play-btn___3LJ20 .icon___1zK95 {
  color: var(--main-4);
  padding-left: 2px;
  cursor: pointer;
}
.player___16SfQ .player-template___2gASi .time___3TAXl {
  font-size: 14px;
  letter-spacing: 1.1px;
  color: var(--grey-5);
}
@media screen {
  .player___16SfQ .player-template___2gASi .time___3TAXl {
    font-style: 16px;
  }
}
.player___16SfQ .player-template___2gASi .volume-container___1yHDH {
  position: relative;
  /* vertical slider*/
}
@media only screen and (min-width: 768px) {
  .player___16SfQ .player-template___2gASi .volume-container___1yHDH .volume-icon___3FioT {
    position: absolute;
    top: -8px;
    left: 5px;
  }
}
.player___16SfQ .player-template___2gASi .volume-container___1yHDH .vslider___3Tlin {
  position: absolute;
  -webkit-appearance: none;
  background: #d8d8d8;
  height: 0.25rem;
  width: 50px;
  left: -1em;
  top: -2em;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  .player___16SfQ .player-template___2gASi .volume-container___1yHDH .vslider___3Tlin {
    top: -3em;
    left: -19px;
    width: 60px;
  }
}
.player___16SfQ .player-template___2gASi .volume-container___1yHDH .vslider___3Tlin::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 50%;
  background: #fe5254;
  background: var(--main-3);
  cursor: pointer;
}
.player___16SfQ .player-template___2gASi .volume-container___1yHDH .vslider___3Tlin::-moz-range-thumb {
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 50%;
  background: #fe5254;
  cursor: pointer;
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@-webkit-keyframes AnimationBTN___1MWXv {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationBTN___1MWXv {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
a {
  display: inline-block;
}
a.is--sm___28Yjf {
  font-size: 13px;
}
.btn___3kPa2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  line-height: 2.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 35px;
  border: 1px solid var(--grey-3);
  position: relative;
  width: 100px;
  height: 40px;
  font-size: 15px;
  font-weight: normal;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: AnimationBTN___1MWXv 5s ease infinite;
  -webkit-animation: AnimationBTN___1MWXv 5s ease infinite;
  -moz-animation: AnimationBTN___1MWXv 5s ease infinite;
  /*colors*/
  /*size*/
}
.btn___3kPa2:hover {
  color: var(--grey-4);
  background-color: var(--sub-5);
}
.btn___3kPa2:focus {
  outline: none;
}
.btn___3kPa2:active {
  background: inherit;
}
.btn___3kPa2.is--line___eMR80 {
  border-color: var(--grey-3);
  background: white;
  color: var(--grey-4);
}
.btn___3kPa2.is--line___eMR80:hover {
  border: 1px solid var(--grey-3);
  background: rgba(255, 255, 255, 0.5);
  background-size: 600% 600%;
}
.btn___3kPa2.is--red___1vSJ1 {
  color: white;
  background: var(--main-5);
  border-color: transparent;
}
.btn___3kPa2.is--red___1vSJ1:hover {
  border: 1px solid transparent;
  background-color: var(--main-6);
}
.btn___3kPa2.is--red___1vSJ1:disabled {
  background-color: var(--main-2);
}
.btn___3kPa2.is--red-2___1GRxv {
  color: white;
  background: var(--main-5);
  border-color: transparent;
}
.btn___3kPa2.is--red-2___1GRxv:hover {
  border: 1px solid transparent;
  background-color: var(--main-6);
}
.btn___3kPa2.is--red-2___1GRxv:disabled {
  background-color: #cccccc;
}
.btn___3kPa2.is--black___Ki5k8 {
  color: white;
  background: var(--grey-6);
  border-color: transparent;
}
.btn___3kPa2.is--black___Ki5k8:hover {
  border: 1px solid transparent;
  background-color: var(--grey-5);
}
.btn___3kPa2.is--black___Ki5k8:disabled {
  background-color: var(--grey-4);
}
.btn___3kPa2.is--sub___1HDSX {
  color: white;
  background: var(--sub-5);
  border: 1px solid transparent;
}
.btn___3kPa2.is--sub___1HDSX:hover {
  background-color: var(--sub-5);
  background: var(--gradient-2);
  background-size: 400% 400%;
}
.btn___3kPa2.is--sub___1HDSX:focus {
  background-color: var(--sub-5);
  background-size: 400% 400%;
}
.btn___3kPa2.is--sub___1HDSX:active {
  background-color: var(--sub-5);
}
.btn___3kPa2.is--sub-2___2dyAp {
  color: white;
  background: var(--sub-4);
  border: 1px solid transparent;
}
.btn___3kPa2.is--sub-2___2dyAp:hover {
  background-color: var(--sub-5);
}
.btn___3kPa2.is--sub-2___2dyAp:focus {
  background-color: var(--sub-5);
}
.btn___3kPa2.is--sub-2___2dyAp:active {
  background-color: var(--sub-5);
}
.btn___3kPa2.is--sub-2___2dyAp:disabled {
  background-color: var(--sub-2);
}
.btn___3kPa2.is--border___3pGif {
  border-radius: 100px;
  border: solid 1px #c8c8c8;
  color: var(--grey-3);
  background-color: #000000;
}
.btn___3kPa2.is--lg___2iJ_T {
  min-width: 120px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .btn___3kPa2.is--lg___2iJ_T {
    min-width: 150px;
  }
}
.btn___3kPa2.is--huge___3mclh {
  width: 120px;
  height: 50px;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .btn___3kPa2.is--huge___3mclh {
    min-width: 240px;
    border-radius: 35px;
    height: 55px;
    font-size: 18px;
  }
}
.btn___3kPa2.is--huge--single___1tIAp {
  width: 200px;
  height: 50px;
  font-size: 15px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .btn___3kPa2.is--huge--single___1tIAp {
    min-width: 240px;
    border-radius: 35px;
    height: 55px;
    font-size: 18px;
    margin-top: 0px;
  }
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___25tBN {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___25tBN {
    width: 960px;
    padding: 0;
  }
}
.inner_container___fOo2I,
.inner___2wpxK {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___fOo2I,
  .inner___2wpxK {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___yuf0s {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___yuf0s.is--red___1vSJ1 {
  background-color: #ce4148 !important;
}
.page___yuf0s.is--gray___37y0f {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___yuf0s {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___ngJ4J {
  color: inherit;
}
.is--right___3B-Md {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___3B-Md {
    text-align: right;
  }
}
.is--left___Axihr {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___3FiW1 [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___3FiW1 h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___234Kf:before {
  content: '';
  display: table;
}
.main-body___234Kf:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___234Kf .main-content___3Pitw,
.main-body___234Kf .sidebar___3FiW1 {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___234Kf .main-content___3Pitw,
  .main-body___234Kf .sidebar___3FiW1 {
    float: left;
  }
}
.main-body___234Kf .main-content___3Pitw {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___234Kf .sidebar___3FiW1 {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___234Kf .sidebar___3FiW1 .r-sticky___3laIG {
    z-index: 100;
  }
  .main-body___234Kf > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___2GV09 {
  display: inherit;
}
.is--hidden___OxHyr {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___170Oh {
  text-shadow: var(--text-shadow);
}
.group-icons___170Oh dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___170Oh dd a {
  color: inherit;
}
.group-icons___170Oh dd a:hover {
  color: white;
}
.group-btn___1B6ds {
  text-align: center;
}
.group-btn___1B6ds.btn-right___2NY55 {
  text-align: right;
}
.group-btn___1B6ds .t-btn___2TSr3 {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___1B6ds .t-btn___2TSr3:last-child {
  margin-right: 0;
}
.group-btn___1B6ds .t-btn___2TSr3.is--high___1X3Lp {
  background-color: #ee6b00;
}
.group-btn___1B6ds .t-btn___2TSr3.is--orange___3eJ9T {
  background-color: #f22731;
}
.group-btn___1B6ds .t-btn___2TSr3.is--black___Ki5k8 {
  background-color: #171717;
}
.icons-md-18___23Vp1 {
  font-size: 18px;
}
.icons-md-24___3Po2O {
  font-size: 24px;
}
.icons-md-36___2P40T {
  font-size: 36px;
}
.icons-md-48___2stlb {
  font-size: 48px;
}
.mx-2___1_pIX {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___1_pIX {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.container___25tBN {
  margin-top: 21px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(178, 178, 178, 0.53);
          box-shadow: 0 2px 6px 0 rgba(178, 178, 178, 0.53);
  padding: 15px;
}
.container___25tBN .title___1dsA4 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #ffffff;
  padding: 6px 0;
}
.container___25tBN .title___1dsA4.scheme1___SH4E2 {
  background-color: var(--main-6);
}
.container___25tBN .title___1dsA4.scheme2___1PTVl {
  background-color: var(--sub-6);
}
.container___25tBN .sub-container___rH9sw {
  border-radius: 2px;
  padding: 9px 10px;
  background-color: #ffffff;
  color: var(--grey-5);
  text-align: justify;
  font-size: 16px;
  letter-spacing: 1.2px;
}
@media only screen and (min-width: 768px) {
  .container___25tBN .sub-container___rH9sw {
    padding: 18px 20px;
  }
}
.container___25tBN .sub-container___rH9sw .row-container___39Krt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .container___25tBN .sub-container___rH9sw .row-container___39Krt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2em;
  }
}
.container___25tBN .sub-container___rH9sw.scheme1___SH4E2:nth-child(odd) {
  background-color: var(--main-1);
}
.container___25tBN .sub-container___rH9sw.scheme2___1PTVl:nth-child(odd) {
  background-color: var(--sub-1);
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
.page___xNb_j {
  min-height: 15em;
}
.page___xNb_j .audio-container___1Th70 {
  margin-top: 1em;
}
@media only screen and (min-width: 768px) {
  .page___xNb_j .audio-container___1Th70 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.column-data___3FTq7 {
  margin-top: 21px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(178, 178, 178, 0.53);
          box-shadow: 0 2px 6px 0 rgba(178, 178, 178, 0.53);
  padding: 15px;
}
.column-data___3FTq7 .no-data___1veDK {
  text-align: center;
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@-webkit-keyframes AnimationBTN___3tYNV {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationBTN___3tYNV {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
a {
  display: inline-block;
}
a.is--sm___2BpZL {
  font-size: 13px;
}
.btn___3GlbG {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  line-height: 2.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 35px;
  border: 1px solid var(--grey-3);
  position: relative;
  width: 100px;
  height: 40px;
  font-size: 15px;
  font-weight: normal;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: AnimationBTN___3tYNV 5s ease infinite;
  -webkit-animation: AnimationBTN___3tYNV 5s ease infinite;
  -moz-animation: AnimationBTN___3tYNV 5s ease infinite;
  /*colors*/
  /*size*/
}
.btn___3GlbG:hover {
  color: var(--grey-4);
  background-color: var(--sub-5);
}
.btn___3GlbG:focus {
  outline: none;
}
.btn___3GlbG:active {
  background: inherit;
}
.btn___3GlbG.is--line___tJQxY {
  border-color: var(--grey-3);
  background: white;
  color: var(--grey-4);
}
.btn___3GlbG.is--line___tJQxY:hover {
  border: 1px solid var(--grey-3);
  background: rgba(255, 255, 255, 0.5);
  background-size: 600% 600%;
}
.btn___3GlbG.is--red___2Kt_C {
  color: white;
  background: var(--main-5);
  border-color: transparent;
}
.btn___3GlbG.is--red___2Kt_C:hover {
  border: 1px solid transparent;
  background-color: var(--main-6);
}
.btn___3GlbG.is--red___2Kt_C:disabled {
  background-color: var(--main-2);
}
.btn___3GlbG.is--red-2___3cFBp {
  color: white;
  background: var(--main-5);
  border-color: transparent;
}
.btn___3GlbG.is--red-2___3cFBp:hover {
  border: 1px solid transparent;
  background-color: var(--main-6);
}
.btn___3GlbG.is--red-2___3cFBp:disabled {
  background-color: #cccccc;
}
.btn___3GlbG.is--black___48gof {
  color: white;
  background: var(--grey-6);
  border-color: transparent;
}
.btn___3GlbG.is--black___48gof:hover {
  border: 1px solid transparent;
  background-color: var(--grey-5);
}
.btn___3GlbG.is--black___48gof:disabled {
  background-color: var(--grey-4);
}
.btn___3GlbG.is--sub___2IN5W {
  color: white;
  background: var(--sub-5);
  border: 1px solid transparent;
}
.btn___3GlbG.is--sub___2IN5W:hover {
  background-color: var(--sub-5);
  background: var(--gradient-2);
  background-size: 400% 400%;
}
.btn___3GlbG.is--sub___2IN5W:focus {
  background-color: var(--sub-5);
  background-size: 400% 400%;
}
.btn___3GlbG.is--sub___2IN5W:active {
  background-color: var(--sub-5);
}
.btn___3GlbG.is--sub-2___1XJ2L {
  color: white;
  background: var(--sub-4);
  border: 1px solid transparent;
}
.btn___3GlbG.is--sub-2___1XJ2L:hover {
  background-color: var(--sub-5);
}
.btn___3GlbG.is--sub-2___1XJ2L:focus {
  background-color: var(--sub-5);
}
.btn___3GlbG.is--sub-2___1XJ2L:active {
  background-color: var(--sub-5);
}
.btn___3GlbG.is--sub-2___1XJ2L:disabled {
  background-color: var(--sub-2);
}
.btn___3GlbG.is--border___2L_uq {
  border-radius: 100px;
  border: solid 1px #c8c8c8;
  color: var(--grey-3);
  background-color: #000000;
}
.btn___3GlbG.is--lg___2VxST {
  min-width: 120px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .btn___3GlbG.is--lg___2VxST {
    min-width: 150px;
  }
}
.btn___3GlbG.is--huge___1r42g {
  width: 120px;
  height: 50px;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .btn___3GlbG.is--huge___1r42g {
    min-width: 240px;
    border-radius: 35px;
    height: 55px;
    font-size: 18px;
  }
}
.btn___3GlbG.is--huge--single___2dLLT {
  width: 200px;
  height: 50px;
  font-size: 15px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .btn___3GlbG.is--huge--single___2dLLT {
    min-width: 240px;
    border-radius: 35px;
    height: 55px;
    font-size: 18px;
    margin-top: 0px;
  }
}
.page___kF4nl {
  min-height: 15em;
}
.page___kF4nl .audio-container___1UFcA {
  margin-top: 1em;
}
@media only screen and (min-width: 768px) {
  .page___kF4nl .audio-container___1UFcA {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.btn-group___2oO9M {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 24px;
  margin-bottom: 4px;
}
.mr-1___1IiZP {
  margin-right: 4px;
}
.column-data___6pe3k {
  margin-top: 21px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(178, 178, 178, 0.53);
          box-shadow: 0 2px 6px 0 rgba(178, 178, 178, 0.53);
  padding: 15px;
}
.column-data___6pe3k .no-data___3k8lL {
  text-align: center;
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
.page___23ETc {
  min-height: 15em;
}
.page___23ETc .audio-container___345Yg {
  margin-top: 1em;
}
@media only screen and (min-width: 768px) {
  .page___23ETc .audio-container___345Yg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.column-data___1s6GS {
  margin-top: 21px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(178, 178, 178, 0.53);
          box-shadow: 0 2px 6px 0 rgba(178, 178, 178, 0.53);
  padding: 15px;
}
.column-data___1s6GS .no-data___3MRF4 {
  text-align: center;
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@-webkit-keyframes AnimationBTN___1NMTk {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationBTN___1NMTk {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
a {
  display: inline-block;
}
a.is--sm___mMg5J {
  font-size: 13px;
}
.btn___1X3yn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  line-height: 2.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 35px;
  border: 1px solid var(--grey-3);
  position: relative;
  width: 100px;
  height: 40px;
  font-size: 15px;
  font-weight: normal;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: AnimationBTN___1NMTk 5s ease infinite;
  -webkit-animation: AnimationBTN___1NMTk 5s ease infinite;
  -moz-animation: AnimationBTN___1NMTk 5s ease infinite;
  /*colors*/
  /*size*/
}
.btn___1X3yn:hover {
  color: var(--grey-4);
  background-color: var(--sub-5);
}
.btn___1X3yn:focus {
  outline: none;
}
.btn___1X3yn:active {
  background: inherit;
}
.btn___1X3yn.is--line___mzlAV {
  border-color: var(--grey-3);
  background: white;
  color: var(--grey-4);
}
.btn___1X3yn.is--line___mzlAV:hover {
  border: 1px solid var(--grey-3);
  background: rgba(255, 255, 255, 0.5);
  background-size: 600% 600%;
}
.btn___1X3yn.is--red___1W6ua {
  color: white;
  background: var(--main-5);
  border-color: transparent;
}
.btn___1X3yn.is--red___1W6ua:hover {
  border: 1px solid transparent;
  background-color: var(--main-6);
}
.btn___1X3yn.is--red___1W6ua:disabled {
  background-color: var(--main-2);
}
.btn___1X3yn.is--red-2___1DVVY {
  color: white;
  background: var(--main-5);
  border-color: transparent;
}
.btn___1X3yn.is--red-2___1DVVY:hover {
  border: 1px solid transparent;
  background-color: var(--main-6);
}
.btn___1X3yn.is--red-2___1DVVY:disabled {
  background-color: #cccccc;
}
.btn___1X3yn.is--black___1AQDe {
  color: white;
  background: var(--grey-6);
  border-color: transparent;
}
.btn___1X3yn.is--black___1AQDe:hover {
  border: 1px solid transparent;
  background-color: var(--grey-5);
}
.btn___1X3yn.is--black___1AQDe:disabled {
  background-color: var(--grey-4);
}
.btn___1X3yn.is--sub___1hj8K {
  color: white;
  background: var(--sub-5);
  border: 1px solid transparent;
}
.btn___1X3yn.is--sub___1hj8K:hover {
  background-color: var(--sub-5);
  background: var(--gradient-2);
  background-size: 400% 400%;
}
.btn___1X3yn.is--sub___1hj8K:focus {
  background-color: var(--sub-5);
  background-size: 400% 400%;
}
.btn___1X3yn.is--sub___1hj8K:active {
  background-color: var(--sub-5);
}
.btn___1X3yn.is--sub-2___2lcGW {
  color: white;
  background: var(--sub-4);
  border: 1px solid transparent;
}
.btn___1X3yn.is--sub-2___2lcGW:hover {
  background-color: var(--sub-5);
}
.btn___1X3yn.is--sub-2___2lcGW:focus {
  background-color: var(--sub-5);
}
.btn___1X3yn.is--sub-2___2lcGW:active {
  background-color: var(--sub-5);
}
.btn___1X3yn.is--sub-2___2lcGW:disabled {
  background-color: var(--sub-2);
}
.btn___1X3yn.is--border___2lr6S {
  border-radius: 100px;
  border: solid 1px #c8c8c8;
  color: var(--grey-3);
  background-color: #000000;
}
.btn___1X3yn.is--lg___svENd {
  min-width: 120px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .btn___1X3yn.is--lg___svENd {
    min-width: 150px;
  }
}
.btn___1X3yn.is--huge___2p36H {
  width: 120px;
  height: 50px;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .btn___1X3yn.is--huge___2p36H {
    min-width: 240px;
    border-radius: 35px;
    height: 55px;
    font-size: 18px;
  }
}
.btn___1X3yn.is--huge--single___2jZ5a {
  width: 200px;
  height: 50px;
  font-size: 15px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .btn___1X3yn.is--huge--single___2jZ5a {
    min-width: 240px;
    border-radius: 35px;
    height: 55px;
    font-size: 18px;
    margin-top: 0px;
  }
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___2V8qj {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___2V8qj {
    width: 960px;
    padding: 0;
  }
}
.inner_container___1AbKH,
.inner___W9NxK {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___1AbKH,
  .inner___W9NxK {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___2iH1D {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___2iH1D.is--red___1W6ua {
  background-color: #ce4148 !important;
}
.page___2iH1D.is--gray___1uz0s {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___2iH1D {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___32hSC {
  color: inherit;
}
.is--right___284TQ {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___284TQ {
    text-align: right;
  }
}
.is--left___3xdAR {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___1gF0m [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___1gF0m h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___3S5Ab:before {
  content: '';
  display: table;
}
.main-body___3S5Ab:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___3S5Ab .main-content___6t_vs,
.main-body___3S5Ab .sidebar___1gF0m {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___3S5Ab .main-content___6t_vs,
  .main-body___3S5Ab .sidebar___1gF0m {
    float: left;
  }
}
.main-body___3S5Ab .main-content___6t_vs {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___3S5Ab .sidebar___1gF0m {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___3S5Ab .sidebar___1gF0m .r-sticky___7FkNI {
    z-index: 100;
  }
  .main-body___3S5Ab > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___17e_5 {
  display: inherit;
}
.is--hidden___3KmSJ {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___2SsWK {
  text-shadow: var(--text-shadow);
}
.group-icons___2SsWK dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___2SsWK dd a {
  color: inherit;
}
.group-icons___2SsWK dd a:hover {
  color: white;
}
.group-btn___p3ZEu {
  text-align: center;
}
.group-btn___p3ZEu.btn-right___1Pv8T {
  text-align: right;
}
.group-btn___p3ZEu .t-btn___B7K3A {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___p3ZEu .t-btn___B7K3A:last-child {
  margin-right: 0;
}
.group-btn___p3ZEu .t-btn___B7K3A.is--high___3ztOj {
  background-color: #ee6b00;
}
.group-btn___p3ZEu .t-btn___B7K3A.is--orange___fIzsn {
  background-color: #f22731;
}
.group-btn___p3ZEu .t-btn___B7K3A.is--black___1AQDe {
  background-color: #171717;
}
.icons-md-18___3UZUg {
  font-size: 18px;
}
.icons-md-24___3J9_O {
  font-size: 24px;
}
.icons-md-36___39p_n {
  font-size: 36px;
}
.icons-md-48___270ij {
  font-size: 48px;
}
.mx-2___2Irh6 {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___2Irh6 {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.page___2iH1D .audio-container___2uazt {
  margin-top: 1em;
}
@media only screen and (min-width: 768px) {
  .page___2iH1D .audio-container___2uazt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@-webkit-keyframes AnimationBTN___2xUw1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationBTN___2xUw1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
a {
  display: inline-block;
}
a.is--sm___18Sqo {
  font-size: 13px;
}
.btn___3pALx {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  line-height: 2.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 35px;
  border: 1px solid var(--grey-3);
  position: relative;
  width: 100px;
  height: 40px;
  font-size: 15px;
  font-weight: normal;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: AnimationBTN___2xUw1 5s ease infinite;
  -webkit-animation: AnimationBTN___2xUw1 5s ease infinite;
  -moz-animation: AnimationBTN___2xUw1 5s ease infinite;
  /*colors*/
  /*size*/
}
.btn___3pALx:hover {
  color: var(--grey-4);
  background-color: var(--sub-5);
}
.btn___3pALx:focus {
  outline: none;
}
.btn___3pALx:active {
  background: inherit;
}
.btn___3pALx.is--line___3Wykf {
  border-color: var(--grey-3);
  background: white;
  color: var(--grey-4);
}
.btn___3pALx.is--line___3Wykf:hover {
  border: 1px solid var(--grey-3);
  background: rgba(255, 255, 255, 0.5);
  background-size: 600% 600%;
}
.btn___3pALx.is--red___1Wavo {
  color: white;
  background: var(--main-5);
  border-color: transparent;
}
.btn___3pALx.is--red___1Wavo:hover {
  border: 1px solid transparent;
  background-color: var(--main-6);
}
.btn___3pALx.is--red___1Wavo:disabled {
  background-color: var(--main-2);
}
.btn___3pALx.is--red-2___2CPFd {
  color: white;
  background: var(--main-5);
  border-color: transparent;
}
.btn___3pALx.is--red-2___2CPFd:hover {
  border: 1px solid transparent;
  background-color: var(--main-6);
}
.btn___3pALx.is--red-2___2CPFd:disabled {
  background-color: #cccccc;
}
.btn___3pALx.is--black___FcD9r {
  color: white;
  background: var(--grey-6);
  border-color: transparent;
}
.btn___3pALx.is--black___FcD9r:hover {
  border: 1px solid transparent;
  background-color: var(--grey-5);
}
.btn___3pALx.is--black___FcD9r:disabled {
  background-color: var(--grey-4);
}
.btn___3pALx.is--sub___25CbU {
  color: white;
  background: var(--sub-5);
  border: 1px solid transparent;
}
.btn___3pALx.is--sub___25CbU:hover {
  background-color: var(--sub-5);
  background: var(--gradient-2);
  background-size: 400% 400%;
}
.btn___3pALx.is--sub___25CbU:focus {
  background-color: var(--sub-5);
  background-size: 400% 400%;
}
.btn___3pALx.is--sub___25CbU:active {
  background-color: var(--sub-5);
}
.btn___3pALx.is--sub-2___3ByNY {
  color: white;
  background: var(--sub-4);
  border: 1px solid transparent;
}
.btn___3pALx.is--sub-2___3ByNY:hover {
  background-color: var(--sub-5);
}
.btn___3pALx.is--sub-2___3ByNY:focus {
  background-color: var(--sub-5);
}
.btn___3pALx.is--sub-2___3ByNY:active {
  background-color: var(--sub-5);
}
.btn___3pALx.is--sub-2___3ByNY:disabled {
  background-color: var(--sub-2);
}
.btn___3pALx.is--border___2X73T {
  border-radius: 100px;
  border: solid 1px #c8c8c8;
  color: var(--grey-3);
  background-color: #000000;
}
.btn___3pALx.is--lg___2758S {
  min-width: 120px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .btn___3pALx.is--lg___2758S {
    min-width: 150px;
  }
}
.btn___3pALx.is--huge___1kNzA {
  width: 120px;
  height: 50px;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .btn___3pALx.is--huge___1kNzA {
    min-width: 240px;
    border-radius: 35px;
    height: 55px;
    font-size: 18px;
  }
}
.btn___3pALx.is--huge--single___3_a6q {
  width: 200px;
  height: 50px;
  font-size: 15px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .btn___3pALx.is--huge--single___3_a6q {
    min-width: 240px;
    border-radius: 35px;
    height: 55px;
    font-size: 18px;
    margin-top: 0px;
  }
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___2rYAR {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___2rYAR {
    width: 960px;
    padding: 0;
  }
}
.inner_container___2YH-c,
.inner___m627S {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___2YH-c,
  .inner___m627S {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___2OgZk {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___2OgZk.is--red___1Wavo {
  background-color: #ce4148 !important;
}
.page___2OgZk.is--gray___2vdEr {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___2OgZk {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___2Z8cl {
  color: inherit;
}
.is--right___2wj2N {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___2wj2N {
    text-align: right;
  }
}
.is--left___2n5Ix {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___iUG2R [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___iUG2R h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___HBFSB:before {
  content: '';
  display: table;
}
.main-body___HBFSB:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___HBFSB .main-content___1sUXk,
.main-body___HBFSB .sidebar___iUG2R {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___HBFSB .main-content___1sUXk,
  .main-body___HBFSB .sidebar___iUG2R {
    float: left;
  }
}
.main-body___HBFSB .main-content___1sUXk {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___HBFSB .sidebar___iUG2R {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___HBFSB .sidebar___iUG2R .r-sticky___2mdPT {
    z-index: 100;
  }
  .main-body___HBFSB > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___17VlA {
  display: inherit;
}
.is--hidden___2topk {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___3GeyM {
  text-shadow: var(--text-shadow);
}
.group-icons___3GeyM dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___3GeyM dd a {
  color: inherit;
}
.group-icons___3GeyM dd a:hover {
  color: white;
}
.group-btn___B-rSq {
  text-align: center;
}
.group-btn___B-rSq.btn-right___1RSTi {
  text-align: right;
}
.group-btn___B-rSq .t-btn___2IAmh {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___B-rSq .t-btn___2IAmh:last-child {
  margin-right: 0;
}
.group-btn___B-rSq .t-btn___2IAmh.is--high___1t1_B {
  background-color: #ee6b00;
}
.group-btn___B-rSq .t-btn___2IAmh.is--orange___r0ge4 {
  background-color: #f22731;
}
.group-btn___B-rSq .t-btn___2IAmh.is--black___FcD9r {
  background-color: #171717;
}
.icons-md-18___39Jlt {
  font-size: 18px;
}
.icons-md-24____heoe {
  font-size: 24px;
}
.icons-md-36___1eU31 {
  font-size: 36px;
}
.icons-md-48___2ozKD {
  font-size: 48px;
}
.mx-2___1Ok-C {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___1Ok-C {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.list___FIteu {
  list-style: none;
  text-align: left;
  padding: 0;
  min-width: 100%;
}
.list___FIteu > li {
  margin: 0 0 0.9375rem;
  min-width: 100%;
}
.list___FIteu > li > .list-title___2cHkD {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.075rem;
  color: #4a4a4a;
  color: var(--grey-5);
  text-decoration: none;
  border-radius: 0.125rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 0.0625rem solid hsla(0, 0%, 70%, 0.53);
  padding: 0.625rem 0 0.625rem 0.3125rem;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .list___FIteu > li > .list-title___2cHkD {
    font-size: 1rem;
    padding: 0.625rem 0 1rem 1rem;
  }
}
.list___FIteu > li > .list-title___2cHkD > .icon-angle-right___3Q-cp:before {
  color: var(--main-5);
  font-size: 1.25rem;
  vertical-align: top;
  float: right;
  margin-right: 0.125rem;
}
@media only screen and (min-width: 768px) {
  .list___FIteu > li > .list-title___2cHkD > .icon-angle-right___3Q-cp:before {
    font-size: 1.5625rem;
    margin-right: 0.8125rem;
  }
}
.list___FIteu > li > .list-title___2cHkD > i {
  display: inline;
}
.list___FIteu > li > .list-title___2cHkD.show-list-title___keLT5 {
  background-color: #ebebeb !important;
  background-color: var(--grey-2) !important;
}
.list___FIteu > li > .list-title___2cHkD.show-list-title___keLT5 > .icon-angle-right___3Q-cp:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.list___FIteu > li > .list-content___2cQ1f {
  display: none;
  margin: 0.3125rem 0 0;
  border-radius: 0.125rem;
  -webkit-box-shadow: 0.125rem 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0.125rem 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 0.0625rem solid hsla(0, 0%, 95%, 0.53);
  font-size: 0.875rem;
  line-height: 1.63;
  letter-spacing: 0.09375rem;
  text-align: justify;
  color: #4a4a4a;
  color: var(--grey-5);
  padding: 0.9375rem 1.1875rem 1rem;
  height: 11.9375rem;
  overflow-y: auto;
  white-space: pre-line;
}
@media only screen and (min-width: 768px) {
  .list___FIteu > li > .list-content___2cQ1f {
    font-size: 1rem;
    padding: 0.9375rem 2.3125rem 1rem 1.1875rem;
  }
}
.list___FIteu > li > .list-content___2cQ1f.show-list-content___aOmWJ {
  display: block !important;
}
.list___FIteu > li > .list-content___2cQ1f::-webkit-scrollbar-track {
  border-radius: 0.625rem;
  background-color: #ebebeb;
  background-color: var(--grey-2);
}
.list___FIteu > li > .list-content___2cQ1f::-webkit-scrollbar {
  width: 0.3125rem;
  height: 0.3125rem;
}
.list___FIteu > li > .list-content___2cQ1f::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  background-color: #bf0417;
  background-color: var(--main-6);
  margin: 5rem 0 0.3125rem;
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___3TeDB {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___3TeDB {
    width: 960px;
    padding: 0;
  }
}
.inner_container___1Nixf,
.inner___3fbEb {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___1Nixf,
  .inner___3fbEb {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___3o0tw {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___3o0tw.is--red___3D9KS {
  background-color: #ce4148 !important;
}
.page___3o0tw.is--gray___f6ATj {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___3o0tw {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___1hIhi {
  color: inherit;
}
.is--right___2lYqq {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___2lYqq {
    text-align: right;
  }
}
.is--left___3cqsR {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___1gXoh [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___1gXoh h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___2OCsz:before {
  content: '';
  display: table;
}
.main-body___2OCsz:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___2OCsz .main-content___2OVLl,
.main-body___2OCsz .sidebar___1gXoh {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___2OCsz .main-content___2OVLl,
  .main-body___2OCsz .sidebar___1gXoh {
    float: left;
  }
}
.main-body___2OCsz .main-content___2OVLl {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___2OCsz .sidebar___1gXoh {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___2OCsz .sidebar___1gXoh .r-sticky___a-vIP {
    z-index: 100;
  }
  .main-body___2OCsz > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___nPiRx {
  display: inherit;
}
.is--hidden___3FVIW {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___20AJi {
  text-shadow: var(--text-shadow);
}
.group-icons___20AJi dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___20AJi dd a {
  color: inherit;
}
.group-icons___20AJi dd a:hover {
  color: white;
}
.group-btn___1rYL7 {
  text-align: center;
}
.group-btn___1rYL7.btn-right___1y-o5 {
  text-align: right;
}
.group-btn___1rYL7 .t-btn___2SyUF {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___1rYL7 .t-btn___2SyUF:last-child {
  margin-right: 0;
}
.group-btn___1rYL7 .t-btn___2SyUF.is--high___1sfaR {
  background-color: #ee6b00;
}
.group-btn___1rYL7 .t-btn___2SyUF.is--orange___-JCzE {
  background-color: #f22731;
}
.group-btn___1rYL7 .t-btn___2SyUF.is--black___264mP {
  background-color: #171717;
}
.icons-md-18___1QZQK {
  font-size: 18px;
}
.icons-md-24___3BYms {
  font-size: 24px;
}
.icons-md-36___1QQb8 {
  font-size: 36px;
}
.icons-md-48___1vMWl {
  font-size: 48px;
}
.mx-2___3k2qT {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___3k2qT {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.content___3Y80g {
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 1.5px;
  text-align: justify;
  color: var(--grey-5);
  padding-top: 10px;
}
.content___3Y80g .foreword___3E8eN {
  letter-spacing: normal;
  margin-bottom: 20px;
  white-space: pre-line;
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___1c4SW {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___1c4SW {
    width: 960px;
    padding: 0;
  }
}
.inner_container___3VphL,
.inner___3l_3z {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___3VphL,
  .inner___3l_3z {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___3WZe7 {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___3WZe7.is--red___17lut {
  background-color: #ce4148 !important;
}
.page___3WZe7.is--gray___3DFy5 {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___3WZe7 {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___1Jluh {
  color: inherit;
}
.is--right___1mTaX {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___1mTaX {
    text-align: right;
  }
}
.is--left___2EoPP {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___2HQ_n [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___2HQ_n h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___JozA-:before {
  content: '';
  display: table;
}
.main-body___JozA-:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___JozA- .main-content___3PZNM,
.main-body___JozA- .sidebar___2HQ_n {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___JozA- .main-content___3PZNM,
  .main-body___JozA- .sidebar___2HQ_n {
    float: left;
  }
}
.main-body___JozA- .main-content___3PZNM {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___JozA- .sidebar___2HQ_n {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___JozA- .sidebar___2HQ_n .r-sticky___bp-yH {
    z-index: 100;
  }
  .main-body___JozA- > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___3Wu7y {
  display: inherit;
}
.is--hidden___TuH_A {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___1LrnT {
  text-shadow: var(--text-shadow);
}
.group-icons___1LrnT dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___1LrnT dd a {
  color: inherit;
}
.group-icons___1LrnT dd a:hover {
  color: white;
}
.group-btn___2waKm {
  text-align: center;
}
.group-btn___2waKm.btn-right___HyvCm {
  text-align: right;
}
.group-btn___2waKm .t-btn___2Vk5q {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___2waKm .t-btn___2Vk5q:last-child {
  margin-right: 0;
}
.group-btn___2waKm .t-btn___2Vk5q.is--high___3io1M {
  background-color: #ee6b00;
}
.group-btn___2waKm .t-btn___2Vk5q.is--orange___KDd_k {
  background-color: #f22731;
}
.group-btn___2waKm .t-btn___2Vk5q.is--black___1R1RP {
  background-color: #171717;
}
.icons-md-18___36TMz {
  font-size: 18px;
}
.icons-md-24___1Y27B {
  font-size: 24px;
}
.icons-md-36___EteHH {
  font-size: 36px;
}
.icons-md-48___1lRIY {
  font-size: 48px;
}
.mx-2___2ByEB {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___2ByEB {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.title___1WiJh {
  margin: 10rem;
  font-size: 2rem;
  text-align: center;
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___38cWJ {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___38cWJ {
    width: 960px;
    padding: 0;
  }
}
.inner_container___2VzmJ,
.inner___2KROT {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___2VzmJ,
  .inner___2KROT {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___38bbq {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___38bbq.is--red___LMzX8 {
  background-color: #ce4148 !important;
}
.page___38bbq.is--gray___1hG38 {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___38bbq {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___-t8AU {
  color: inherit;
}
.is--right___3h27j {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___3h27j {
    text-align: right;
  }
}
.is--left___2aRqN {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___3ktZp [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___3ktZp h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___2xd5l:before {
  content: '';
  display: table;
}
.main-body___2xd5l:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___2xd5l .main-content___Mv5qI,
.main-body___2xd5l .sidebar___3ktZp {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___2xd5l .main-content___Mv5qI,
  .main-body___2xd5l .sidebar___3ktZp {
    float: left;
  }
}
.main-body___2xd5l .main-content___Mv5qI {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___2xd5l .sidebar___3ktZp {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___2xd5l .sidebar___3ktZp .r-sticky___3ZoAO {
    z-index: 100;
  }
  .main-body___2xd5l > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___2ujjL {
  display: inherit;
}
.is--hidden___3ZpO9 {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___2kOVh {
  text-shadow: var(--text-shadow);
}
.group-icons___2kOVh dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___2kOVh dd a {
  color: inherit;
}
.group-icons___2kOVh dd a:hover {
  color: white;
}
.group-btn___3jSTw {
  text-align: center;
}
.group-btn___3jSTw.btn-right___2xu1G {
  text-align: right;
}
.group-btn___3jSTw .t-btn___3crnm {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___3jSTw .t-btn___3crnm:last-child {
  margin-right: 0;
}
.group-btn___3jSTw .t-btn___3crnm.is--high___u9GBc {
  background-color: #ee6b00;
}
.group-btn___3jSTw .t-btn___3crnm.is--orange___2-N5S {
  background-color: #f22731;
}
.group-btn___3jSTw .t-btn___3crnm.is--black___2ESpN {
  background-color: #171717;
}
.icons-md-18___1jE9p {
  font-size: 18px;
}
.icons-md-24___1189u {
  font-size: 24px;
}
.icons-md-36___2vwda {
  font-size: 36px;
}
.icons-md-48___3KmHD {
  font-size: 48px;
}
.mx-2___1ibFv {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___1ibFv {
    margin-left: 16px;
    margin-right: 16px;
  }
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@-webkit-keyframes AnimationBTN___9tGuc {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationBTN___9tGuc {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
a {
  display: inline-block;
}
a.is--sm___3v9Ql {
  font-size: 13px;
}
.btn___2adPO {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  line-height: 2.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 35px;
  border: 1px solid var(--grey-3);
  position: relative;
  width: 100px;
  height: 40px;
  font-size: 15px;
  font-weight: normal;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: AnimationBTN___9tGuc 5s ease infinite;
  -webkit-animation: AnimationBTN___9tGuc 5s ease infinite;
  -moz-animation: AnimationBTN___9tGuc 5s ease infinite;
  /*colors*/
  /*size*/
}
.btn___2adPO:hover {
  color: var(--grey-4);
  background-color: var(--sub-5);
}
.btn___2adPO:focus {
  outline: none;
}
.btn___2adPO:active {
  background: inherit;
}
.btn___2adPO.is--line___2YM49 {
  border-color: var(--grey-3);
  background: white;
  color: var(--grey-4);
}
.btn___2adPO.is--line___2YM49:hover {
  border: 1px solid var(--grey-3);
  background: rgba(255, 255, 255, 0.5);
  background-size: 600% 600%;
}
.btn___2adPO.is--red___30MXW {
  color: white;
  background: var(--main-5);
  border-color: transparent;
}
.btn___2adPO.is--red___30MXW:hover {
  border: 1px solid transparent;
  background-color: var(--main-6);
}
.btn___2adPO.is--red___30MXW:disabled {
  background-color: var(--main-2);
}
.btn___2adPO.is--red-2___SxJQ2 {
  color: white;
  background: var(--main-5);
  border-color: transparent;
}
.btn___2adPO.is--red-2___SxJQ2:hover {
  border: 1px solid transparent;
  background-color: var(--main-6);
}
.btn___2adPO.is--red-2___SxJQ2:disabled {
  background-color: #cccccc;
}
.btn___2adPO.is--black___3PX9Q {
  color: white;
  background: var(--grey-6);
  border-color: transparent;
}
.btn___2adPO.is--black___3PX9Q:hover {
  border: 1px solid transparent;
  background-color: var(--grey-5);
}
.btn___2adPO.is--black___3PX9Q:disabled {
  background-color: var(--grey-4);
}
.btn___2adPO.is--sub___1D5nb {
  color: white;
  background: var(--sub-5);
  border: 1px solid transparent;
}
.btn___2adPO.is--sub___1D5nb:hover {
  background-color: var(--sub-5);
  background: var(--gradient-2);
  background-size: 400% 400%;
}
.btn___2adPO.is--sub___1D5nb:focus {
  background-color: var(--sub-5);
  background-size: 400% 400%;
}
.btn___2adPO.is--sub___1D5nb:active {
  background-color: var(--sub-5);
}
.btn___2adPO.is--sub-2___3VzDp {
  color: white;
  background: var(--sub-4);
  border: 1px solid transparent;
}
.btn___2adPO.is--sub-2___3VzDp:hover {
  background-color: var(--sub-5);
}
.btn___2adPO.is--sub-2___3VzDp:focus {
  background-color: var(--sub-5);
}
.btn___2adPO.is--sub-2___3VzDp:active {
  background-color: var(--sub-5);
}
.btn___2adPO.is--sub-2___3VzDp:disabled {
  background-color: var(--sub-2);
}
.btn___2adPO.is--border___2XFhO {
  border-radius: 100px;
  border: solid 1px #c8c8c8;
  color: var(--grey-3);
  background-color: #000000;
}
.btn___2adPO.is--lg___1Alpu {
  min-width: 120px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .btn___2adPO.is--lg___1Alpu {
    min-width: 150px;
  }
}
.btn___2adPO.is--huge___1aNW4 {
  width: 120px;
  height: 50px;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .btn___2adPO.is--huge___1aNW4 {
    min-width: 240px;
    border-radius: 35px;
    height: 55px;
    font-size: 18px;
  }
}
.btn___2adPO.is--huge--single___2I6va {
  width: 200px;
  height: 50px;
  font-size: 15px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .btn___2adPO.is--huge--single___2I6va {
    min-width: 240px;
    border-radius: 35px;
    height: 55px;
    font-size: 18px;
    margin-top: 0px;
  }
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___1kN-Z {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___1kN-Z {
    width: 960px;
    padding: 0;
  }
}
.inner_container___3q7Kq,
.inner___34XkM {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___3q7Kq,
  .inner___34XkM {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___4I2fo {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___4I2fo.is--red___30MXW {
  background-color: #ce4148 !important;
}
.page___4I2fo.is--gray___2QBAd {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___4I2fo {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___wnnke {
  color: inherit;
}
.is--right___OQ6fM {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___OQ6fM {
    text-align: right;
  }
}
.is--left___1ucM0 {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___3v2Lo [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___3v2Lo h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___pzSB5:before {
  content: '';
  display: table;
}
.main-body___pzSB5:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___pzSB5 .main-content___3c3ii,
.main-body___pzSB5 .sidebar___3v2Lo {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___pzSB5 .main-content___3c3ii,
  .main-body___pzSB5 .sidebar___3v2Lo {
    float: left;
  }
}
.main-body___pzSB5 .main-content___3c3ii {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___pzSB5 .sidebar___3v2Lo {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___pzSB5 .sidebar___3v2Lo .r-sticky___Ij09Q {
    z-index: 100;
  }
  .main-body___pzSB5 > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___2cGDB {
  display: inherit;
}
.is--hidden___2IOfM {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___1gDCY {
  text-shadow: var(--text-shadow);
}
.group-icons___1gDCY dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___1gDCY dd a {
  color: inherit;
}
.group-icons___1gDCY dd a:hover {
  color: white;
}
.group-btn___1F16p {
  text-align: center;
}
.group-btn___1F16p.btn-right___aM759 {
  text-align: right;
}
.group-btn___1F16p .t-btn___30Y3n {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___1F16p .t-btn___30Y3n:last-child {
  margin-right: 0;
}
.group-btn___1F16p .t-btn___30Y3n.is--high___iKuOu {
  background-color: #ee6b00;
}
.group-btn___1F16p .t-btn___30Y3n.is--orange___3wqtB {
  background-color: #f22731;
}
.group-btn___1F16p .t-btn___30Y3n.is--black___3PX9Q {
  background-color: #171717;
}
.icons-md-18___3SBRe {
  font-size: 18px;
}
.icons-md-24___3hTRw {
  font-size: 24px;
}
.icons-md-36___3L1f_ {
  font-size: 36px;
}
.icons-md-48___uKQca {
  font-size: 48px;
}
.mx-2___5fLWx {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___5fLWx {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.side_item___SWjHj {
  padding-top: 0px;
  background-color: #000000;
  text-align: center;
  position: relative;
}
.side_item___SWjHj .video___2hA0t {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
}
@media only screen and (min-width: 1024px) {
  .side_item___SWjHj .video___2hA0t {
    width: 960px;
  }
}
.side_item___SWjHj .video___2hA0t .video_container___3cWY6 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.side_item___SWjHj .video___2hA0t .video_container___3cWY6 iframe,
.side_item___SWjHj .video___2hA0t .video_container___3cWY6 object,
.side_item___SWjHj .video___2hA0t .video_container___3cWY6 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.side_item___SWjHj .video___2hA0t .pic___3Lhfd {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .side_item___SWjHj .video___2hA0t .pic___3Lhfd {
    width: 940px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: auto;
    margin-left: auto;
    height: 470px;
  }
}
.side_item___SWjHj .data___1McGu {
  display: none;
  position: absolute;
  right: -90px;
  bottom: 10px;
  color: #ffffff;
  text-align: left;
}
@media only screen and (min-width: 1200px) {
  .side_item___SWjHj .data___1McGu {
    display: inline-block;
  }
}
.side_item___SWjHj .data___1McGu span {
  font-size: 12px;
  color: var(--grey-4);
  margin-left: 10px;
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@-webkit-keyframes AnimationBTN___11Iek {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationBTN___11Iek {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
a {
  display: inline-block;
}
a.is--sm___4vjfG {
  font-size: 13px;
}
.btn___2E0n6 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  line-height: 2.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 35px;
  border: 1px solid var(--grey-3);
  position: relative;
  width: 100px;
  height: 40px;
  font-size: 15px;
  font-weight: normal;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: AnimationBTN___11Iek 5s ease infinite;
  -webkit-animation: AnimationBTN___11Iek 5s ease infinite;
  -moz-animation: AnimationBTN___11Iek 5s ease infinite;
  /*colors*/
  /*size*/
}
.btn___2E0n6:hover {
  color: var(--grey-4);
  background-color: var(--sub-5);
}
.btn___2E0n6:focus {
  outline: none;
}
.btn___2E0n6:active {
  background: inherit;
}
.btn___2E0n6.is--line___3jj0b {
  border-color: var(--grey-3);
  background: white;
  color: var(--grey-4);
}
.btn___2E0n6.is--line___3jj0b:hover {
  border: 1px solid var(--grey-3);
  background: rgba(255, 255, 255, 0.5);
  background-size: 600% 600%;
}
.btn___2E0n6.is--red___2IhSA {
  color: white;
  background: var(--main-5);
  border-color: transparent;
}
.btn___2E0n6.is--red___2IhSA:hover {
  border: 1px solid transparent;
  background-color: var(--main-6);
}
.btn___2E0n6.is--red___2IhSA:disabled {
  background-color: var(--main-2);
}
.btn___2E0n6.is--red-2___2mNrx {
  color: white;
  background: var(--main-5);
  border-color: transparent;
}
.btn___2E0n6.is--red-2___2mNrx:hover {
  border: 1px solid transparent;
  background-color: var(--main-6);
}
.btn___2E0n6.is--red-2___2mNrx:disabled {
  background-color: #cccccc;
}
.btn___2E0n6.is--black___2XdMo {
  color: white;
  background: var(--grey-6);
  border-color: transparent;
}
.btn___2E0n6.is--black___2XdMo:hover {
  border: 1px solid transparent;
  background-color: var(--grey-5);
}
.btn___2E0n6.is--black___2XdMo:disabled {
  background-color: var(--grey-4);
}
.btn___2E0n6.is--sub___3W2ob {
  color: white;
  background: var(--sub-5);
  border: 1px solid transparent;
}
.btn___2E0n6.is--sub___3W2ob:hover {
  background-color: var(--sub-5);
  background: var(--gradient-2);
  background-size: 400% 400%;
}
.btn___2E0n6.is--sub___3W2ob:focus {
  background-color: var(--sub-5);
  background-size: 400% 400%;
}
.btn___2E0n6.is--sub___3W2ob:active {
  background-color: var(--sub-5);
}
.btn___2E0n6.is--sub-2___JyBQe {
  color: white;
  background: var(--sub-4);
  border: 1px solid transparent;
}
.btn___2E0n6.is--sub-2___JyBQe:hover {
  background-color: var(--sub-5);
}
.btn___2E0n6.is--sub-2___JyBQe:focus {
  background-color: var(--sub-5);
}
.btn___2E0n6.is--sub-2___JyBQe:active {
  background-color: var(--sub-5);
}
.btn___2E0n6.is--sub-2___JyBQe:disabled {
  background-color: var(--sub-2);
}
.btn___2E0n6.is--border___36cGg {
  border-radius: 100px;
  border: solid 1px #c8c8c8;
  color: var(--grey-3);
  background-color: #000000;
}
.btn___2E0n6.is--lg___duxls {
  min-width: 120px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .btn___2E0n6.is--lg___duxls {
    min-width: 150px;
  }
}
.btn___2E0n6.is--huge___sgCqK {
  width: 120px;
  height: 50px;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .btn___2E0n6.is--huge___sgCqK {
    min-width: 240px;
    border-radius: 35px;
    height: 55px;
    font-size: 18px;
  }
}
.btn___2E0n6.is--huge--single___4Rx3x {
  width: 200px;
  height: 50px;
  font-size: 15px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .btn___2E0n6.is--huge--single___4Rx3x {
    min-width: 240px;
    border-radius: 35px;
    height: 55px;
    font-size: 18px;
    margin-top: 0px;
  }
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___2_8-w {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___2_8-w {
    width: 960px;
    padding: 0;
  }
}
.inner_container___1Rd9i,
.inner___3lts0 {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___1Rd9i,
  .inner___3lts0 {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___2H_Ns {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___2H_Ns.is--red___2IhSA {
  background-color: #ce4148 !important;
}
.page___2H_Ns.is--gray___3qixG {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___2H_Ns {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___o3nlP {
  color: inherit;
}
.is--right___33jZo {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___33jZo {
    text-align: right;
  }
}
.is--left___wevBz {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___32ixs [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___32ixs h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___rU4Kc:before {
  content: '';
  display: table;
}
.main-body___rU4Kc:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___rU4Kc .main-content___XO6df,
.main-body___rU4Kc .sidebar___32ixs {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___rU4Kc .main-content___XO6df,
  .main-body___rU4Kc .sidebar___32ixs {
    float: left;
  }
}
.main-body___rU4Kc .main-content___XO6df {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___rU4Kc .sidebar___32ixs {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___rU4Kc .sidebar___32ixs .r-sticky___2Ue_j {
    z-index: 100;
  }
  .main-body___rU4Kc > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___3SYxa {
  display: inherit;
}
.is--hidden___1cgyS {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___2eAfb {
  text-shadow: var(--text-shadow);
}
.group-icons___2eAfb dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___2eAfb dd a {
  color: inherit;
}
.group-icons___2eAfb dd a:hover {
  color: white;
}
.group-btn___3zAk6 {
  text-align: center;
}
.group-btn___3zAk6.btn-right___3i450 {
  text-align: right;
}
.group-btn___3zAk6 .t-btn___1QhyT {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___3zAk6 .t-btn___1QhyT:last-child {
  margin-right: 0;
}
.group-btn___3zAk6 .t-btn___1QhyT.is--high___2-xLC {
  background-color: #ee6b00;
}
.group-btn___3zAk6 .t-btn___1QhyT.is--orange___3eLpm {
  background-color: #f22731;
}
.group-btn___3zAk6 .t-btn___1QhyT.is--black___2XdMo {
  background-color: #171717;
}
.icons-md-18___2muxb {
  font-size: 18px;
}
.icons-md-24___1PCLm {
  font-size: 24px;
}
.icons-md-36___16vMG {
  font-size: 36px;
}
.icons-md-48___1mUWa {
  font-size: 48px;
}
.mx-2___1Jv7l {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___1Jv7l {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.main_content___1Ed5F {
  padding-left: 0px;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .main_content___1Ed5F {
    padding-left: 5px;
  }
}
.main_content___1Ed5F > .main_title___2DKX- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main_content___1Ed5F > .main_title___2DKX- .title___3T65G {
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  color: var(--grey-6);
}
.main_content___1Ed5F > .update_info___3-9_G {
  font-size: 14px;
  letter-spacing: 1.1px;
  color: var(--grey-4);
  margin: 5px 0px;
}
.main_content___1Ed5F > .share_btn___22mFK {
  font-size: 14px;
  color: var(--grey-4);
  margin: 10px auto 17px auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
.main_content___1Ed5F > .share_btn___22mFK > a {
  display: block;
}
@media only screen and (min-width: 768px) {
  .main_content___1Ed5F > .share_btn___22mFK > a {
    display: inline-block;
    margin-right: 5px;
  }
}
.main_content___1Ed5F > .desc___3imr1 {
  font-size: 14px;
  text-align: left;
  line-height: 1.63;
  letter-spacing: 1.5px;
  color: var(--grey-5);
  white-space: normal;
}
@media only screen and (min-width: 768px) {
  .main_content___1Ed5F > .desc___3imr1 {
    font-size: 16px;
  }
}
.main_content___1Ed5F > .desc___3imr1 p {
  margin: 5px 0 20px 0;
}
.main_content___1Ed5F > .desc___3imr1 a {
  color: #4a90e2;
  text-decoration: underline;
}
.main_content___1Ed5F > .desc___3imr1 a:hover {
  color: #29507c;
}
.main_content___1Ed5F > .media___2JT0E.video_container___lIHpW {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.main_content___1Ed5F > .media___2JT0E.video_container___lIHpW iframe,
.main_content___1Ed5F > .media___2JT0E.video_container___lIHpW object,
.main_content___1Ed5F > .media___2JT0E.video_container___lIHpW embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_content___1Ed5F > .media___2JT0E .pic___uH6yr {
  width: 100%;
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@-webkit-keyframes AnimationBTN___3xNbO {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationBTN___3xNbO {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
a {
  display: inline-block;
}
a.is--sm___26Q90 {
  font-size: 13px;
}
.btn___3PW1T {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  line-height: 2.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 35px;
  border: 1px solid var(--grey-3);
  position: relative;
  width: 100px;
  height: 40px;
  font-size: 15px;
  font-weight: normal;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: AnimationBTN___3xNbO 5s ease infinite;
  -webkit-animation: AnimationBTN___3xNbO 5s ease infinite;
  -moz-animation: AnimationBTN___3xNbO 5s ease infinite;
  /*colors*/
  /*size*/
}
.btn___3PW1T:hover {
  color: var(--grey-4);
  background-color: var(--sub-5);
}
.btn___3PW1T:focus {
  outline: none;
}
.btn___3PW1T:active {
  background: inherit;
}
.btn___3PW1T.is--line___1eFGd {
  border-color: var(--grey-3);
  background: white;
  color: var(--grey-4);
}
.btn___3PW1T.is--line___1eFGd:hover {
  border: 1px solid var(--grey-3);
  background: rgba(255, 255, 255, 0.5);
  background-size: 600% 600%;
}
.btn___3PW1T.is--red___111QC {
  color: white;
  background: var(--main-5);
  border-color: transparent;
}
.btn___3PW1T.is--red___111QC:hover {
  border: 1px solid transparent;
  background-color: var(--main-6);
}
.btn___3PW1T.is--red___111QC:disabled {
  background-color: var(--main-2);
}
.btn___3PW1T.is--red-2___2DqvG {
  color: white;
  background: var(--main-5);
  border-color: transparent;
}
.btn___3PW1T.is--red-2___2DqvG:hover {
  border: 1px solid transparent;
  background-color: var(--main-6);
}
.btn___3PW1T.is--red-2___2DqvG:disabled {
  background-color: #cccccc;
}
.btn___3PW1T.is--black___3EOHn {
  color: white;
  background: var(--grey-6);
  border-color: transparent;
}
.btn___3PW1T.is--black___3EOHn:hover {
  border: 1px solid transparent;
  background-color: var(--grey-5);
}
.btn___3PW1T.is--black___3EOHn:disabled {
  background-color: var(--grey-4);
}
.btn___3PW1T.is--sub___59ICG {
  color: white;
  background: var(--sub-5);
  border: 1px solid transparent;
}
.btn___3PW1T.is--sub___59ICG:hover {
  background-color: var(--sub-5);
  background: var(--gradient-2);
  background-size: 400% 400%;
}
.btn___3PW1T.is--sub___59ICG:focus {
  background-color: var(--sub-5);
  background-size: 400% 400%;
}
.btn___3PW1T.is--sub___59ICG:active {
  background-color: var(--sub-5);
}
.btn___3PW1T.is--sub-2___1YJbX {
  color: white;
  background: var(--sub-4);
  border: 1px solid transparent;
}
.btn___3PW1T.is--sub-2___1YJbX:hover {
  background-color: var(--sub-5);
}
.btn___3PW1T.is--sub-2___1YJbX:focus {
  background-color: var(--sub-5);
}
.btn___3PW1T.is--sub-2___1YJbX:active {
  background-color: var(--sub-5);
}
.btn___3PW1T.is--sub-2___1YJbX:disabled {
  background-color: var(--sub-2);
}
.btn___3PW1T.is--border___yOQ6T {
  border-radius: 100px;
  border: solid 1px #c8c8c8;
  color: var(--grey-3);
  background-color: #000000;
}
.btn___3PW1T.is--lg___2ZSh6 {
  min-width: 120px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .btn___3PW1T.is--lg___2ZSh6 {
    min-width: 150px;
  }
}
.btn___3PW1T.is--huge___10rFc {
  width: 120px;
  height: 50px;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .btn___3PW1T.is--huge___10rFc {
    min-width: 240px;
    border-radius: 35px;
    height: 55px;
    font-size: 18px;
  }
}
.btn___3PW1T.is--huge--single___E6Xji {
  width: 200px;
  height: 50px;
  font-size: 15px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .btn___3PW1T.is--huge--single___E6Xji {
    min-width: 240px;
    border-radius: 35px;
    height: 55px;
    font-size: 18px;
    margin-top: 0px;
  }
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___3p-nP {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___3p-nP {
    width: 960px;
    padding: 0;
  }
}
.inner_container___2RSYR,
.inner___21bFg {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___2RSYR,
  .inner___21bFg {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___oIVTQ {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___oIVTQ.is--red___111QC {
  background-color: #ce4148 !important;
}
.page___oIVTQ.is--gray___rPqDU {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___oIVTQ {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___3iJU5 {
  color: inherit;
}
.is--right___3WN6w {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___3WN6w {
    text-align: right;
  }
}
.is--left___2aYzi {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___31RD1 [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___31RD1 h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___htQ89:before {
  content: '';
  display: table;
}
.main-body___htQ89:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___htQ89 .main-content___2RsUE,
.main-body___htQ89 .sidebar___31RD1 {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___htQ89 .main-content___2RsUE,
  .main-body___htQ89 .sidebar___31RD1 {
    float: left;
  }
}
.main-body___htQ89 .main-content___2RsUE {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___htQ89 .sidebar___31RD1 {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___htQ89 .sidebar___31RD1 .r-sticky___2zW-5 {
    z-index: 100;
  }
  .main-body___htQ89 > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___2F_2G {
  display: inherit;
}
.is--hidden___3nRTY {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___KJICZ {
  text-shadow: var(--text-shadow);
}
.group-icons___KJICZ dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___KJICZ dd a {
  color: inherit;
}
.group-icons___KJICZ dd a:hover {
  color: white;
}
.group-btn___2TM4b {
  text-align: center;
}
.group-btn___2TM4b.btn-right___KdRAO {
  text-align: right;
}
.group-btn___2TM4b .t-btn___1P2Zi {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___2TM4b .t-btn___1P2Zi:last-child {
  margin-right: 0;
}
.group-btn___2TM4b .t-btn___1P2Zi.is--high___2tE9g {
  background-color: #ee6b00;
}
.group-btn___2TM4b .t-btn___1P2Zi.is--orange___1NPo8 {
  background-color: #f22731;
}
.group-btn___2TM4b .t-btn___1P2Zi.is--black___3EOHn {
  background-color: #171717;
}
.icons-md-18___1xaQU {
  font-size: 18px;
}
.icons-md-24___3o9EN {
  font-size: 24px;
}
.icons-md-36___1_c-e {
  font-size: 36px;
}
.icons-md-48___2IOfl {
  font-size: 48px;
}
.mx-2___27iYO {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___27iYO {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.map___1gEZH {
  text-align: center;
  margin: 30px auto;
  position: relative;
}
.map___1gEZH .google_map___M8vxO {
  width: 100%;
}
.map___1gEZH .event_info___2HV7U {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .map___1gEZH .event_info___2HV7U {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: absolute;
    top: 15px;
    right: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 80%;
  }
}
.map___1gEZH .event_info___2HV7U .registration_btn___klc1W {
  opacity: 0.9;
  border-radius: 100px;
  background-color: var(--main-4);
  border: none;
  padding: 10px 30px;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 1.1px;
  text-align: center;
  color: #ffffff;
  display: none;
}
@media only screen and (min-width: 768px) {
  .map___1gEZH .event_info___2HV7U .registration_btn___klc1W {
    display: block;
    margin-right: 20px;
  }
}
.map___1gEZH .event_info___2HV7U .content___3FIOV {
  display: none;
  text-align: left;
  color: #fff;
  padding: 12px 15px;
  width: 230px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: var(--main-4);
  opacity: 0.72;
  border-radius: 2px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .map___1gEZH .event_info___2HV7U .content___3FIOV {
    display: block;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.map___1gEZH .event_info___2HV7U .content___3FIOV .title___1gPN9 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  margin: 10px auto 3px auto;
  opacity: 0.9;
  color: #ffffff;
}
.map___1gEZH .event_info___2HV7U .content___3FIOV .desc___2antl {
  line-height: 1.86;
  font-size: 14px;
  opacity: 0.9;
  margin-top: 8px;
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___3DS_F {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___3DS_F {
    width: 960px;
    padding: 0;
  }
}
.inner_container___9fwYd,
.inner___3lPYL {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___9fwYd,
  .inner___3lPYL {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___3EAKr {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___3EAKr.is--red___3jqNl {
  background-color: #ce4148 !important;
}
.page___3EAKr.is--gray___2M87i {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___3EAKr {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___BeLXQ {
  color: inherit;
}
.is--right___3M3ZY {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___3M3ZY {
    text-align: right;
  }
}
.is--left___39EE1 {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___r7zIj [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___r7zIj h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___2e6ee:before {
  content: '';
  display: table;
}
.main-body___2e6ee:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___2e6ee .main-content___3lccs,
.main-body___2e6ee .sidebar___r7zIj {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___2e6ee .main-content___3lccs,
  .main-body___2e6ee .sidebar___r7zIj {
    float: left;
  }
}
.main-body___2e6ee .main-content___3lccs {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___2e6ee .sidebar___r7zIj {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___2e6ee .sidebar___r7zIj .r-sticky___3MrXm {
    z-index: 100;
  }
  .main-body___2e6ee > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___3XtD1 {
  display: inherit;
}
.is--hidden___3HK25 {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___3y4aq {
  text-shadow: var(--text-shadow);
}
.group-icons___3y4aq dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___3y4aq dd a {
  color: inherit;
}
.group-icons___3y4aq dd a:hover {
  color: white;
}
.group-btn___2uqBK {
  text-align: center;
}
.group-btn___2uqBK.btn-right___3qtBC {
  text-align: right;
}
.group-btn___2uqBK .t-btn___yp35X {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___2uqBK .t-btn___yp35X:last-child {
  margin-right: 0;
}
.group-btn___2uqBK .t-btn___yp35X.is--high___1hkjv {
  background-color: #ee6b00;
}
.group-btn___2uqBK .t-btn___yp35X.is--orange___2xDj6 {
  background-color: #f22731;
}
.group-btn___2uqBK .t-btn___yp35X.is--black___10aFK {
  background-color: #171717;
}
.icons-md-18___27tFl {
  font-size: 18px;
}
.icons-md-24___iW8Yd {
  font-size: 24px;
}
.icons-md-36___2B703 {
  font-size: 36px;
}
.icons-md-48___38niK {
  font-size: 48px;
}
.mx-2___UWHu5 {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___UWHu5 {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.title___3t3Dz {
  margin: 10rem;
  font-size: 2rem;
  text-align: center;
}
.double_column___2jD0l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px auto;
}
@media only screen and (min-width: 768px) {
  .double_column___2jD0l {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.double_column___2jD0l .left_flex___2ZZgS {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 0px;
}
@media only screen and (min-width: 768px) {
  .double_column___2jD0l .left_flex___2ZZgS {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    margin-left: 10px;
  }
}
.double_column___2jD0l .right_flex___3kg6B {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .double_column___2jD0l .right_flex___3kg6B {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    margin-right: 10px;
    margin-top: 15px;
    margin-left: 20px;
  }
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@-webkit-keyframes AnimationBTN___2GMC- {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationBTN___2GMC- {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
a {
  display: inline-block;
}
a.is--sm___1QvUH {
  font-size: 13px;
}
.btn___1y_ls {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  line-height: 2.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 35px;
  border: 1px solid var(--grey-3);
  position: relative;
  width: 100px;
  height: 40px;
  font-size: 15px;
  font-weight: normal;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: AnimationBTN___2GMC- 5s ease infinite;
  -webkit-animation: AnimationBTN___2GMC- 5s ease infinite;
  -moz-animation: AnimationBTN___2GMC- 5s ease infinite;
  /*colors*/
  /*size*/
}
.btn___1y_ls:hover {
  color: var(--grey-4);
  background-color: var(--sub-5);
}
.btn___1y_ls:focus {
  outline: none;
}
.btn___1y_ls:active {
  background: inherit;
}
.btn___1y_ls.is--line___SbYey {
  border-color: var(--grey-3);
  background: white;
  color: var(--grey-4);
}
.btn___1y_ls.is--line___SbYey:hover {
  border: 1px solid var(--grey-3);
  background: rgba(255, 255, 255, 0.5);
  background-size: 600% 600%;
}
.btn___1y_ls.is--red___2_7-o {
  color: white;
  background: var(--main-5);
  border-color: transparent;
}
.btn___1y_ls.is--red___2_7-o:hover {
  border: 1px solid transparent;
  background-color: var(--main-6);
}
.btn___1y_ls.is--red___2_7-o:disabled {
  background-color: var(--main-2);
}
.btn___1y_ls.is--red-2___2mXrs {
  color: white;
  background: var(--main-5);
  border-color: transparent;
}
.btn___1y_ls.is--red-2___2mXrs:hover {
  border: 1px solid transparent;
  background-color: var(--main-6);
}
.btn___1y_ls.is--red-2___2mXrs:disabled {
  background-color: #cccccc;
}
.btn___1y_ls.is--black___2zSE4 {
  color: white;
  background: var(--grey-6);
  border-color: transparent;
}
.btn___1y_ls.is--black___2zSE4:hover {
  border: 1px solid transparent;
  background-color: var(--grey-5);
}
.btn___1y_ls.is--black___2zSE4:disabled {
  background-color: var(--grey-4);
}
.btn___1y_ls.is--sub___1X_xp {
  color: white;
  background: var(--sub-5);
  border: 1px solid transparent;
}
.btn___1y_ls.is--sub___1X_xp:hover {
  background-color: var(--sub-5);
  background: var(--gradient-2);
  background-size: 400% 400%;
}
.btn___1y_ls.is--sub___1X_xp:focus {
  background-color: var(--sub-5);
  background-size: 400% 400%;
}
.btn___1y_ls.is--sub___1X_xp:active {
  background-color: var(--sub-5);
}
.btn___1y_ls.is--sub-2___hBCXT {
  color: white;
  background: var(--sub-4);
  border: 1px solid transparent;
}
.btn___1y_ls.is--sub-2___hBCXT:hover {
  background-color: var(--sub-5);
}
.btn___1y_ls.is--sub-2___hBCXT:focus {
  background-color: var(--sub-5);
}
.btn___1y_ls.is--sub-2___hBCXT:active {
  background-color: var(--sub-5);
}
.btn___1y_ls.is--sub-2___hBCXT:disabled {
  background-color: var(--sub-2);
}
.btn___1y_ls.is--border___3zbET {
  border-radius: 100px;
  border: solid 1px #c8c8c8;
  color: var(--grey-3);
  background-color: #000000;
}
.btn___1y_ls.is--lg___kKA4p {
  min-width: 120px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .btn___1y_ls.is--lg___kKA4p {
    min-width: 150px;
  }
}
.btn___1y_ls.is--huge___vaodL {
  width: 120px;
  height: 50px;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .btn___1y_ls.is--huge___vaodL {
    min-width: 240px;
    border-radius: 35px;
    height: 55px;
    font-size: 18px;
  }
}
.btn___1y_ls.is--huge--single___2cgsH {
  width: 200px;
  height: 50px;
  font-size: 15px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .btn___1y_ls.is--huge--single___2cgsH {
    min-width: 240px;
    border-radius: 35px;
    height: 55px;
    font-size: 18px;
    margin-top: 0px;
  }
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___1cr-T {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___1cr-T {
    width: 960px;
    padding: 0;
  }
}
.inner_container___1ofRj,
.inner___39483 {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___1ofRj,
  .inner___39483 {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___3BJR6 {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___3BJR6.is--red___2_7-o {
  background-color: #ce4148 !important;
}
.page___3BJR6.is--gray___O9KOt {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___3BJR6 {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___3woj2 {
  color: inherit;
}
.is--right___1pBM- {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___1pBM- {
    text-align: right;
  }
}
.is--left___2LDil {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___1N1dP [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___1N1dP h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___3ELv4:before {
  content: '';
  display: table;
}
.main-body___3ELv4:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___3ELv4 .main-content___3G4NU,
.main-body___3ELv4 .sidebar___1N1dP {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___3ELv4 .main-content___3G4NU,
  .main-body___3ELv4 .sidebar___1N1dP {
    float: left;
  }
}
.main-body___3ELv4 .main-content___3G4NU {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___3ELv4 .sidebar___1N1dP {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___3ELv4 .sidebar___1N1dP .r-sticky___XDj3c {
    z-index: 100;
  }
  .main-body___3ELv4 > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___2FXMW {
  display: inherit;
}
.is--hidden___B8IOJ {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___vYjhb {
  text-shadow: var(--text-shadow);
}
.group-icons___vYjhb dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___vYjhb dd a {
  color: inherit;
}
.group-icons___vYjhb dd a:hover {
  color: white;
}
.group-btn___EKdDy {
  text-align: center;
}
.group-btn___EKdDy.btn-right___3i2lk {
  text-align: right;
}
.group-btn___EKdDy .t-btn___3V7-1 {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___EKdDy .t-btn___3V7-1:last-child {
  margin-right: 0;
}
.group-btn___EKdDy .t-btn___3V7-1.is--high___1y8Gt {
  background-color: #ee6b00;
}
.group-btn___EKdDy .t-btn___3V7-1.is--orange___2-egR {
  background-color: #f22731;
}
.group-btn___EKdDy .t-btn___3V7-1.is--black___2zSE4 {
  background-color: #171717;
}
.icons-md-18___A6mF5 {
  font-size: 18px;
}
.icons-md-24___2OkGy {
  font-size: 24px;
}
.icons-md-36___2upQh {
  font-size: 36px;
}
.icons-md-48___2XHN4 {
  font-size: 48px;
}
.mx-2___3kpDv {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___3kpDv {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.nav___5KtKX {
  list-style-type: none;
  margin: 0;
  padding: 14px;
  overflow: auto;
  white-space: nowrap;
  text-align: center;
}
.nav___5KtKX > .tabs___1k2GG {
  display: inline;
  color: var(--grey-4);
  text-align: center;
  padding: 14px 24px;
  text-decoration: none;
}
.nav___5KtKX > .tabs___1k2GG:hover,
.nav___5KtKX > .tabs___1k2GG.active___17wrH {
  color: var(--main-5);
}
@media only screen and (min-width: 768px) {
  .nav___5KtKX {
    overflow: none;
    white-space: normal;
  }
}
.grid-row___XrKWw {
  display: grid;
}
@media only screen and (min-width: 768px) {
  .grid-row___XrKWw {
    grid-template-columns: 10% auto;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
.grid-row___XrKWw .side___-KfaP {
  text-align: left;
  margin-bottom: 5px;
}
.grid-row___XrKWw .side___-KfaP > .month___NG6Lw {
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #8f8f8f;
  text-shadow: 0 1px 0 rgba(90, 90, 90, 0.5);
  margin: 0px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .grid-row___XrKWw .side___-KfaP > .month___NG6Lw {
    display: block;
    font-size: 46px;
  }
}
.grid-row___XrKWw .side___-KfaP > .month_en___TuWMS {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #8f8f8f;
  text-shadow: 0 1px 0 rgba(90, 90, 90, 0.5);
  margin: 0px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .grid-row___XrKWw .side___-KfaP > .month_en___TuWMS {
    display: block;
    font-size: 20px;
  }
  .grid-row___XrKWw .side___-KfaP {
    text-align: right;
  }
  .grid-row___XrKWw .main_content___2VD7s {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
.grid-row___XrKWw .main_content___2VD7s .grid-column___2xraK {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .grid-row___XrKWw .main_content___2VD7s .grid-column___2xraK {
    margin-bottom: 30px;
  }
}
.grid-row___XrKWw a {
  display: inline-block;
}
.media_card___3udL8 {
  width: auto;
  height: 240px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  /* 共同狀態 */
}
@media only screen and (min-width: 640px) {
  .media_card___3udL8 {
    height: 280px;
  }
}
.media_card___3udL8 .media_img___2Qm2W {
  width: inherit;
  height: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  /* hover 狀態 */
}
.media_card___3udL8 .media_img___2Qm2W img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.media_card___3udL8 .media_img___2Qm2W:before {
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
.media_card___3udL8 .media_img___2Qm2W:hover:before {
  background: rgba(0, 0, 0, 0.6);
}
.media_card___3udL8 .media_img___2Qm2W:hover .trash___1Ldhj {
  top: 25px;
}
.media_card___3udL8 .media_img___2Qm2W:hover .linkItem___1qgPY {
  bottom: 50%;
  margin-bottom: -30px;
}
.media_card___3udL8 .media_img___2Qm2W:hover .foot___2e1j3 {
  bottom: 10px;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .media_card___3udL8 .media_img___2Qm2W:hover .foot___2e1j3 {
    bottom: 30px;
  }
}
.media_card___3udL8 .head___1PFxV,
.media_card___3udL8 .trash___1Ldhj,
.media_card___3udL8 .foot___2e1j3,
.media_card___3udL8 .link___e5vCG,
.media_card___3udL8 .linkItem___1qgPY {
  position: absolute;
}
.media_card___3udL8 .head___1PFxV {
  top: 25px;
  left: 20px;
}
.media_card___3udL8 .head___1PFxV .date___36BZl {
  background: rgba(250, 140, 40, 0.9);
  color: #fff;
  padding: 3px 3px 0px 5px;
  max-width: 110px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 100;
  border-radius: 15px;
}
.media_card___3udL8 .head___1PFxV .date___36BZl span {
  margin-left: 2px;
}
.media_card___3udL8 .head___1PFxV .title___3iF9G {
  font-weight: 100;
  max-width: 200px;
  font-size: 18px;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .media_card___3udL8 .head___1PFxV .title___3iF9G {
    font-size: 23px;
  }
}
.media_card___3udL8 .trash___1Ldhj {
  right: 20px;
  bottom: -100px;
}
.media_card___3udL8 .trash___1Ldhj > a {
  color: #fff;
  font-size: 20px;
}
.media_card___3udL8 .foot___2e1j3 {
  bottom: -80px;
  padding: 0 20px;
  width: 100%;
  font-style: 14px;
  color: #fff;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
.media_card___3udL8 .foot___2e1j3 .tags___Ia9If {
  padding-bottom: 10px;
  width: 100%;
  font-size: 13px;
  border-bottom: 1px solid white;
}
.media_card___3udL8 .foot___2e1j3 .tags___Ia9If > .tag___3-xEY {
  position: relative;
  width: 59px;
  height: 26px;
  background: var(--sub-4);
  text-align: center;
  line-height: 26px;
  color: #ffffff;
  margin-right: 1.5em;
}
.media_card___3udL8 .foot___2e1j3 .tags___Ia9If > .tag___3-xEY::after {
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 9px;
  border-color: transparent transparent transparent #fa8e28;
  position: absolute;
  left: 100%;
}
.media_card___3udL8 .foot___2e1j3 .author___3Eaj0 {
  text-align: right;
  font-size: 14px;
  margin-top: 10px;
}
.linkItem___1qgPY {
  left: 50%;
  bottom: -100px;
  width: 60px;
  height: 60px;
  margin-left: -40px;
  margin-top: -30px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  display: inline-block;
  font-size: 20px;
}
.linkItem___1qgPY > * {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
.linkItem___1qgPY .icon-caret-right___3RK_h {
  font-size: 30px;
  padding-left: 5px;
  padding-top: 5px;
}
.linkItem___1qgPY:hover {
  color: var(--grey-5);
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___cZOFv {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___cZOFv {
    width: 960px;
    padding: 0;
  }
}
.inner_container___24D3O,
.inner___7xxhK {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___24D3O,
  .inner___7xxhK {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___2GM1s {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___2GM1s.is--red___1G_tJ {
  background-color: #ce4148 !important;
}
.page___2GM1s.is--gray___1xQbj {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___2GM1s {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___3M-Fp {
  color: inherit;
}
.is--right___2uQwK {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___2uQwK {
    text-align: right;
  }
}
.is--left___1iKWs {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___3SxS9 [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___3SxS9 h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___zecSj:before {
  content: '';
  display: table;
}
.main-body___zecSj:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___zecSj .main-content___mdTWc,
.main-body___zecSj .sidebar___3SxS9 {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___zecSj .main-content___mdTWc,
  .main-body___zecSj .sidebar___3SxS9 {
    float: left;
  }
}
.main-body___zecSj .main-content___mdTWc {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___zecSj .sidebar___3SxS9 {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___zecSj .sidebar___3SxS9 .r-sticky___XBO93 {
    z-index: 100;
  }
  .main-body___zecSj > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___lmJ8u {
  display: inherit;
}
.is--hidden___1-IU9 {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___d6fno {
  text-shadow: var(--text-shadow);
}
.group-icons___d6fno dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___d6fno dd a {
  color: inherit;
}
.group-icons___d6fno dd a:hover {
  color: white;
}
.group-btn___ldP2C {
  text-align: center;
}
.group-btn___ldP2C.btn-right___391cu {
  text-align: right;
}
.group-btn___ldP2C .t-btn___1NUWv {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___ldP2C .t-btn___1NUWv:last-child {
  margin-right: 0;
}
.group-btn___ldP2C .t-btn___1NUWv.is--high___1xm0W {
  background-color: #ee6b00;
}
.group-btn___ldP2C .t-btn___1NUWv.is--orange___EAqji {
  background-color: #f22731;
}
.group-btn___ldP2C .t-btn___1NUWv.is--black___2WjTo {
  background-color: #171717;
}
.icons-md-18___3KgRE {
  font-size: 18px;
}
.icons-md-24___2zGYR {
  font-size: 24px;
}
.icons-md-36___3XSZu {
  font-size: 36px;
}
.icons-md-48___1BFd0 {
  font-size: 48px;
}
.mx-2___3ss48 {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___3ss48 {
    margin-left: 16px;
    margin-right: 16px;
  }
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___1dZzq {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___1dZzq {
    width: 960px;
    padding: 0;
  }
}
.inner_container___3i-zE,
.inner___2TXkQ {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___3i-zE,
  .inner___2TXkQ {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___3bE3V {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___3bE3V.is--red___WJNcc {
  background-color: #ce4148 !important;
}
.page___3bE3V.is--gray___2yiis {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___3bE3V {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___34hqJ {
  color: inherit;
}
.is--right___2qwv4 {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___2qwv4 {
    text-align: right;
  }
}
.is--left___1KWHy {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___1cO5S [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___1cO5S h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___1Kfhs:before {
  content: '';
  display: table;
}
.main-body___1Kfhs:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___1Kfhs .main-content___2SS5J,
.main-body___1Kfhs .sidebar___1cO5S {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___1Kfhs .main-content___2SS5J,
  .main-body___1Kfhs .sidebar___1cO5S {
    float: left;
  }
}
.main-body___1Kfhs .main-content___2SS5J {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___1Kfhs .sidebar___1cO5S {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___1Kfhs .sidebar___1cO5S .r-sticky___3h5JF {
    z-index: 100;
  }
  .main-body___1Kfhs > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___VSPBH {
  display: inherit;
}
.is--hidden___i3gz6 {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___33FN9 {
  text-shadow: var(--text-shadow);
}
.group-icons___33FN9 dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___33FN9 dd a {
  color: inherit;
}
.group-icons___33FN9 dd a:hover {
  color: white;
}
.group-btn___gCjab {
  text-align: center;
}
.group-btn___gCjab.btn-right___1DxZ- {
  text-align: right;
}
.group-btn___gCjab .t-btn___2W2VA {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___gCjab .t-btn___2W2VA:last-child {
  margin-right: 0;
}
.group-btn___gCjab .t-btn___2W2VA.is--high___h4v-2 {
  background-color: #ee6b00;
}
.group-btn___gCjab .t-btn___2W2VA.is--orange___1HKcs {
  background-color: #f22731;
}
.group-btn___gCjab .t-btn___2W2VA.is--black___2VpYi {
  background-color: #171717;
}
.icons-md-18___3XC9I {
  font-size: 18px;
}
.icons-md-24___3TBV1 {
  font-size: 24px;
}
.icons-md-36___3BsWd {
  font-size: 36px;
}
.icons-md-48___39kUH {
  font-size: 48px;
}
.mx-2___2DkN2 {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___2DkN2 {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.title___1aSmH {
  margin: 10rem;
  font-size: 2rem;
  text-align: center;
}
.double_column___39p2a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px auto;
}
@media only screen and (min-width: 768px) {
  .double_column___39p2a {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.double_column___39p2a .left_flex___TAdEr {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 100%;
  margin: 0px;
}
@media only screen and (min-width: 768px) {
  .double_column___39p2a .left_flex___TAdEr {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    min-width: 65%;
    margin-left: 10px;
  }
}
.double_column___39p2a .right_flex___fUz78 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 100%;
  margin-top: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .double_column___39p2a .right_flex___fUz78 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    min-width: 35%;
    margin-right: 10px;
    margin-top: 15px;
    margin-left: 20px;
  }
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___1Bh5s {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___1Bh5s {
    width: 960px;
    padding: 0;
  }
}
.inner_container___1hqhz,
.inner___1svMK {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___1hqhz,
  .inner___1svMK {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___Rsllg {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___Rsllg.is--red___-2VTN {
  background-color: #ce4148 !important;
}
.page___Rsllg.is--gray___1mEgn {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___Rsllg {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___1B-2Q {
  color: inherit;
}
.is--right___1Y4D2 {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___1Y4D2 {
    text-align: right;
  }
}
.is--left___10Ool {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___36sNS [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___36sNS h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___1k_ce:before {
  content: '';
  display: table;
}
.main-body___1k_ce:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___1k_ce .main-content___15YNw,
.main-body___1k_ce .sidebar___36sNS {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___1k_ce .main-content___15YNw,
  .main-body___1k_ce .sidebar___36sNS {
    float: left;
  }
}
.main-body___1k_ce .main-content___15YNw {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___1k_ce .sidebar___36sNS {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___1k_ce .sidebar___36sNS .r-sticky___KrNL0 {
    z-index: 100;
  }
  .main-body___1k_ce > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___2dSHR {
  display: inherit;
}
.is--hidden___1lgIS {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___re-ir {
  text-shadow: var(--text-shadow);
}
.group-icons___re-ir dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___re-ir dd a {
  color: inherit;
}
.group-icons___re-ir dd a:hover {
  color: white;
}
.group-btn___2RsTd {
  text-align: center;
}
.group-btn___2RsTd.btn-right___3f883 {
  text-align: right;
}
.group-btn___2RsTd .t-btn___kWQO1 {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___2RsTd .t-btn___kWQO1:last-child {
  margin-right: 0;
}
.group-btn___2RsTd .t-btn___kWQO1.is--high___3k0kr {
  background-color: #ee6b00;
}
.group-btn___2RsTd .t-btn___kWQO1.is--orange___2HhBp {
  background-color: #f22731;
}
.group-btn___2RsTd .t-btn___kWQO1.is--black___1-WZS {
  background-color: #171717;
}
.icons-md-18___1gRng {
  font-size: 18px;
}
.icons-md-24___1r89c {
  font-size: 24px;
}
.icons-md-36___38nMA {
  font-size: 36px;
}
.icons-md-48___22Whc {
  font-size: 48px;
}
.mx-2___stO9G {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___stO9G {
    margin-left: 16px;
    margin-right: 16px;
  }
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___25yd9 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___25yd9 {
    width: 960px;
    padding: 0;
  }
}
.inner_container___1CAhy,
.inner___hMpIj {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___1CAhy,
  .inner___hMpIj {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___jwMtN {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___jwMtN.is--red___TaoUo {
  background-color: #ce4148 !important;
}
.page___jwMtN.is--gray___mM_dO {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___jwMtN {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___3NLgF {
  color: inherit;
}
.is--right___385lH {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___385lH {
    text-align: right;
  }
}
.is--left___1Mgv3 {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___2UnLe [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___2UnLe h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___3PCjS:before {
  content: '';
  display: table;
}
.main-body___3PCjS:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___3PCjS .main-content___3l7OS,
.main-body___3PCjS .sidebar___2UnLe {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___3PCjS .main-content___3l7OS,
  .main-body___3PCjS .sidebar___2UnLe {
    float: left;
  }
}
.main-body___3PCjS .main-content___3l7OS {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___3PCjS .sidebar___2UnLe {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___3PCjS .sidebar___2UnLe .r-sticky___1pz9M {
    z-index: 100;
  }
  .main-body___3PCjS > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___1H0bN {
  display: inherit;
}
.is--hidden___2nG0u {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___1263X {
  text-shadow: var(--text-shadow);
}
.group-icons___1263X dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___1263X dd a {
  color: inherit;
}
.group-icons___1263X dd a:hover {
  color: white;
}
.group-btn___9NLyF {
  text-align: center;
}
.group-btn___9NLyF.btn-right___3xJ1A {
  text-align: right;
}
.group-btn___9NLyF .t-btn___Wnpi_ {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___9NLyF .t-btn___Wnpi_:last-child {
  margin-right: 0;
}
.group-btn___9NLyF .t-btn___Wnpi_.is--high___3ccLK {
  background-color: #ee6b00;
}
.group-btn___9NLyF .t-btn___Wnpi_.is--orange___3Ze1i {
  background-color: #f22731;
}
.group-btn___9NLyF .t-btn___Wnpi_.is--black___2n6Q8 {
  background-color: #171717;
}
.icons-md-18___3uDzp {
  font-size: 18px;
}
.icons-md-24___17JKw {
  font-size: 24px;
}
.icons-md-36___1DeJM {
  font-size: 36px;
}
.icons-md-48___MiDsK {
  font-size: 48px;
}
.mx-2___13DKN {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___13DKN {
    margin-left: 16px;
    margin-right: 16px;
  }
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___XD1lS {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___XD1lS {
    width: 960px;
    padding: 0;
  }
}
.inner_container___39YeB,
.inner___1tOQO {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___39YeB,
  .inner___1tOQO {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___ZE85m {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___ZE85m.is--red___3kLxR {
  background-color: #ce4148 !important;
}
.page___ZE85m.is--gray___1abxx {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___ZE85m {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___kMDeO {
  color: inherit;
}
.is--right___2P_yu {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___2P_yu {
    text-align: right;
  }
}
.is--left___5cI_L {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___t-BlU [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___t-BlU h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___1TOlc:before {
  content: '';
  display: table;
}
.main-body___1TOlc:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___1TOlc .main-content___3z87f,
.main-body___1TOlc .sidebar___t-BlU {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___1TOlc .main-content___3z87f,
  .main-body___1TOlc .sidebar___t-BlU {
    float: left;
  }
}
.main-body___1TOlc .main-content___3z87f {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___1TOlc .sidebar___t-BlU {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___1TOlc .sidebar___t-BlU .r-sticky___2UZj8 {
    z-index: 100;
  }
  .main-body___1TOlc > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___3Lw6H {
  display: inherit;
}
.is--hidden___KpZXu {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___3Hlsb {
  text-shadow: var(--text-shadow);
}
.group-icons___3Hlsb dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___3Hlsb dd a {
  color: inherit;
}
.group-icons___3Hlsb dd a:hover {
  color: white;
}
.group-btn___2f7Aa {
  text-align: center;
}
.group-btn___2f7Aa.btn-right___Fl9t5 {
  text-align: right;
}
.group-btn___2f7Aa .t-btn___2HGT2 {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___2f7Aa .t-btn___2HGT2:last-child {
  margin-right: 0;
}
.group-btn___2f7Aa .t-btn___2HGT2.is--high___1gt0x {
  background-color: #ee6b00;
}
.group-btn___2f7Aa .t-btn___2HGT2.is--orange___2SW6q {
  background-color: #f22731;
}
.group-btn___2f7Aa .t-btn___2HGT2.is--black___3kIBD {
  background-color: #171717;
}
.icons-md-18___3s462 {
  font-size: 18px;
}
.icons-md-24___TEPu0 {
  font-size: 24px;
}
.icons-md-36___3BG19 {
  font-size: 36px;
}
.icons-md-48___2rJAD {
  font-size: 48px;
}
.mx-2___3MTRq {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___3MTRq {
    margin-left: 16px;
    margin-right: 16px;
  }
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___3d0m1 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___3d0m1 {
    width: 960px;
    padding: 0;
  }
}
.inner_container___Jms2P,
.inner___2vJ_R {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___Jms2P,
  .inner___2vJ_R {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___1HbXG {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___1HbXG.is--red___cdhK3 {
  background-color: #ce4148 !important;
}
.page___1HbXG.is--gray___3oE-R {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___1HbXG {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___1BSph {
  color: inherit;
}
.is--right___Tpsh5 {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___Tpsh5 {
    text-align: right;
  }
}
.is--left___2LGaI {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___29M0l [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___29M0l h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___qtI7D:before {
  content: '';
  display: table;
}
.main-body___qtI7D:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___qtI7D .main-content___3KzZ8,
.main-body___qtI7D .sidebar___29M0l {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___qtI7D .main-content___3KzZ8,
  .main-body___qtI7D .sidebar___29M0l {
    float: left;
  }
}
.main-body___qtI7D .main-content___3KzZ8 {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___qtI7D .sidebar___29M0l {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___qtI7D .sidebar___29M0l .r-sticky___2I0Cb {
    z-index: 100;
  }
  .main-body___qtI7D > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___1d5D1 {
  display: inherit;
}
.is--hidden____Xk_L {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___YBJDr {
  text-shadow: var(--text-shadow);
}
.group-icons___YBJDr dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___YBJDr dd a {
  color: inherit;
}
.group-icons___YBJDr dd a:hover {
  color: white;
}
.group-btn___3T1iG {
  text-align: center;
}
.group-btn___3T1iG.btn-right___5EBR4 {
  text-align: right;
}
.group-btn___3T1iG .t-btn___3LwH3 {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___3T1iG .t-btn___3LwH3:last-child {
  margin-right: 0;
}
.group-btn___3T1iG .t-btn___3LwH3.is--high___31FQ7 {
  background-color: #ee6b00;
}
.group-btn___3T1iG .t-btn___3LwH3.is--orange___1nwWb {
  background-color: #f22731;
}
.group-btn___3T1iG .t-btn___3LwH3.is--black___2tiEy {
  background-color: #171717;
}
.icons-md-18___1T7d0 {
  font-size: 18px;
}
.icons-md-24___3UA7d {
  font-size: 24px;
}
.icons-md-36___1pDA5 {
  font-size: 36px;
}
.icons-md-48___1WBpS {
  font-size: 48px;
}
.mx-2___1-0m6 {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___1-0m6 {
    margin-left: 16px;
    margin-right: 16px;
  }
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___3L64f {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___3L64f {
    width: 960px;
    padding: 0;
  }
}
.inner_container___3QAy7,
.inner___19cih {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___3QAy7,
  .inner___19cih {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___3ofiw {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___3ofiw.is--red___1zWUU {
  background-color: #ce4148 !important;
}
.page___3ofiw.is--gray___DuMDQ {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___3ofiw {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___3U1Lo {
  color: inherit;
}
.is--right___1FSHM {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___1FSHM {
    text-align: right;
  }
}
.is--left___3i_mn {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___194tw [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___194tw h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___3V7HM:before {
  content: '';
  display: table;
}
.main-body___3V7HM:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___3V7HM .main-content___4SRj7,
.main-body___3V7HM .sidebar___194tw {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___3V7HM .main-content___4SRj7,
  .main-body___3V7HM .sidebar___194tw {
    float: left;
  }
}
.main-body___3V7HM .main-content___4SRj7 {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___3V7HM .sidebar___194tw {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___3V7HM .sidebar___194tw .r-sticky___cb8RY {
    z-index: 100;
  }
  .main-body___3V7HM > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___710Uk {
  display: inherit;
}
.is--hidden___3TqIG {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___3GTGa {
  text-shadow: var(--text-shadow);
}
.group-icons___3GTGa dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___3GTGa dd a {
  color: inherit;
}
.group-icons___3GTGa dd a:hover {
  color: white;
}
.group-btn___3SvGP {
  text-align: center;
}
.group-btn___3SvGP.btn-right___2c4Lj {
  text-align: right;
}
.group-btn___3SvGP .t-btn___1tUuq {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___3SvGP .t-btn___1tUuq:last-child {
  margin-right: 0;
}
.group-btn___3SvGP .t-btn___1tUuq.is--high___GqVkT {
  background-color: #ee6b00;
}
.group-btn___3SvGP .t-btn___1tUuq.is--orange___1X7jA {
  background-color: #f22731;
}
.group-btn___3SvGP .t-btn___1tUuq.is--black___3hfMN {
  background-color: #171717;
}
.icons-md-18___ZdjI_ {
  font-size: 18px;
}
.icons-md-24___X_UDQ {
  font-size: 24px;
}
.icons-md-36___3bbHh {
  font-size: 36px;
}
.icons-md-48___g4B9H {
  font-size: 48px;
}
.mx-2___26gB1 {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___26gB1 {
    margin-left: 16px;
    margin-right: 16px;
  }
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___2q9y_ {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___2q9y_ {
    width: 960px;
    padding: 0;
  }
}
.inner_container___1SttQ,
.inner___dv6xY {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___1SttQ,
  .inner___dv6xY {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___VO3or {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___VO3or.is--red___-HXnw {
  background-color: #ce4148 !important;
}
.page___VO3or.is--gray___3T-Za {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___VO3or {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___OlTw7 {
  color: inherit;
}
.is--right___3fsId {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___3fsId {
    text-align: right;
  }
}
.is--left___39MaS {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___1JnNS [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___1JnNS h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___3Xaum:before {
  content: '';
  display: table;
}
.main-body___3Xaum:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___3Xaum .main-content___2tiN7,
.main-body___3Xaum .sidebar___1JnNS {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___3Xaum .main-content___2tiN7,
  .main-body___3Xaum .sidebar___1JnNS {
    float: left;
  }
}
.main-body___3Xaum .main-content___2tiN7 {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___3Xaum .sidebar___1JnNS {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___3Xaum .sidebar___1JnNS .r-sticky___3DNrV {
    z-index: 100;
  }
  .main-body___3Xaum > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___5dWAM {
  display: inherit;
}
.is--hidden___9lpWZ {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___8q7bn {
  text-shadow: var(--text-shadow);
}
.group-icons___8q7bn dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___8q7bn dd a {
  color: inherit;
}
.group-icons___8q7bn dd a:hover {
  color: white;
}
.group-btn___39FcU {
  text-align: center;
}
.group-btn___39FcU.btn-right___3unGx {
  text-align: right;
}
.group-btn___39FcU .t-btn___2RSpC {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___39FcU .t-btn___2RSpC:last-child {
  margin-right: 0;
}
.group-btn___39FcU .t-btn___2RSpC.is--high___2H7CU {
  background-color: #ee6b00;
}
.group-btn___39FcU .t-btn___2RSpC.is--orange___2WRDE {
  background-color: #f22731;
}
.group-btn___39FcU .t-btn___2RSpC.is--black___1FHu- {
  background-color: #171717;
}
.icons-md-18___9VJGN {
  font-size: 18px;
}
.icons-md-24___3gnsj {
  font-size: 24px;
}
.icons-md-36___2_Xiu {
  font-size: 36px;
}
.icons-md-48___2llxR {
  font-size: 48px;
}
.mx-2___2QumX {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___2QumX {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.title___2nECr {
  margin: 10rem;
  font-size: 2rem;
  text-align: center;
}
.double_column___3h8r1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px auto;
}
@media only screen and (min-width: 768px) {
  .double_column___3h8r1 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.double_column___3h8r1 .left_flex___Hih1z {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 0px;
}
@media only screen and (min-width: 768px) {
  .double_column___3h8r1 .left_flex___Hih1z {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    margin-left: 10px;
  }
}
.double_column___3h8r1 .right_flex___2EFyL {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .double_column___3h8r1 .right_flex___2EFyL {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    margin-right: 10px;
    margin-top: 15px;
    margin-left: 20px;
  }
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___3sF_x {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___3sF_x {
    width: 960px;
    padding: 0;
  }
}
.inner_container___1Fv_l,
.inner___1OrVF {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___1Fv_l,
  .inner___1OrVF {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___3SDBK {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___3SDBK.is--red___3BLQZ {
  background-color: #ce4148 !important;
}
.page___3SDBK.is--gray___3mIKO {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___3SDBK {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___1ncDz {
  color: inherit;
}
.is--right___Nm2fJ {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___Nm2fJ {
    text-align: right;
  }
}
.is--left___eSLlI {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___2aIJm [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___2aIJm h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___wpHkr:before {
  content: '';
  display: table;
}
.main-body___wpHkr:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___wpHkr .main-content___3xgir,
.main-body___wpHkr .sidebar___2aIJm {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___wpHkr .main-content___3xgir,
  .main-body___wpHkr .sidebar___2aIJm {
    float: left;
  }
}
.main-body___wpHkr .main-content___3xgir {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___wpHkr .sidebar___2aIJm {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___wpHkr .sidebar___2aIJm .r-sticky___1RYwv {
    z-index: 100;
  }
  .main-body___wpHkr > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___2YhNl {
  display: inherit;
}
.is--hidden___ul5MD {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___1l_Xs {
  text-shadow: var(--text-shadow);
}
.group-icons___1l_Xs dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___1l_Xs dd a {
  color: inherit;
}
.group-icons___1l_Xs dd a:hover {
  color: white;
}
.group-btn___3hFGZ {
  text-align: center;
}
.group-btn___3hFGZ.btn-right___1Xt3o {
  text-align: right;
}
.group-btn___3hFGZ .t-btn___1lx-C {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___3hFGZ .t-btn___1lx-C:last-child {
  margin-right: 0;
}
.group-btn___3hFGZ .t-btn___1lx-C.is--high___pB54V {
  background-color: #ee6b00;
}
.group-btn___3hFGZ .t-btn___1lx-C.is--orange___2vrzI {
  background-color: #f22731;
}
.group-btn___3hFGZ .t-btn___1lx-C.is--black___3i0QO {
  background-color: #171717;
}
.icons-md-18___3dzRG {
  font-size: 18px;
}
.icons-md-24___H5cJY {
  font-size: 24px;
}
.icons-md-36___R4wRp {
  font-size: 36px;
}
.icons-md-48___2YyMI {
  font-size: 48px;
}
.mx-2___29qwy {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___29qwy {
    margin-left: 16px;
    margin-right: 16px;
  }
}

/* RWD */
@custom-media --mobile (width >= 480px);
@custom-media --tablet-30 (width >= 480px);
@custom-media --tablet-40 (width >= 640px);
@custom-media --tablet (width >= 768px);
@custom-media --notebook (width >= 1024px);
@custom-media --desktop (width >= 1200px);
/*
  Breakpoints
  Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/
*/
/* 定義顏色 */
:root {
  --main-6: #bf0417;
  /*dark*/
  --main-5: #e60012;
  /*deafult*/
  --main-4: #f22731;
  --main-3: #fe5254;
  --main-2: #ffa8a3;
  --main-1: #ffe8e6;
  /*light*/
  --sub-6: #c85300;
  --sub-5: #ee6b00;
  /*deafult*/
  --sub-4: #fa8d28;
  --sub-3: #ffab52;
  --sub-2: #ffd9a3;
  --sub-1: #fff5e6;
  --grey-6: #171717;
  --grey-5: #4a4a4a;
  /*deafult text-color*/
  --grey-4: #9b9b9b;
  --grey-3: #c8c8c8;
  --grey-2: #ebebeb;
  --grey-1: #f1f1f1;
  --warning: #ffe8e6;
  /*錯誤、警告*/
  --succese: #4a90e2;
  /*成功 link文字*/
  --blockpd: 10px;
  /*區塊padding 10px*/
  --blockmgb: 15px;
  /*區塊margin-bottom 15px*/
  --shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.53);
  --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --gradient-1: linear-gradient(270deg, var(--main-5), var(--main-4), var(--sub-5));
  --gradient-2: linear-gradient(270deg, var(--sub-5), var(--sub-4), var(--main-5));
  --main-opacity: rgba(230, 0, 18, 0.65);
}
@font-face {
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  src: url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif') format('woff');
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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: inherit;
  vertical-align: baseline;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 100% !important;
}
html {
  /* font-size: 100%;
  font-size: 10px;
  text-size-adjust: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  line-height: 1.75;
  color: var(--grey-5);
  font-family: 'Noto Serif', 'Open Sans', '\6587\6CC9\9A5B\6B63\9ED1', 'WenQuanYi Zen Hei', '\9ED1\9AD4-\7E41', 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', '\65B0\7D30\660E\9AD4', 'Microsoft JhengHei', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  font-smooth: always;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
.container___pUeg9 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .container___pUeg9 {
    width: 960px;
    padding: 0;
  }
}
.inner_container___1FoMe,
.inner___294Qx {
  padding-top: 35px;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
  /* Safari */
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .inner_container___1FoMe,
  .inner___294Qx {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.page___3BRrZ {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.page___3BRrZ.is--red___2TRpd {
  background-color: #ce4148 !important;
}
.page___3BRrZ.is--gray___1m9Ij {
  background-color: #efeff0 !important;
}
@media only screen and (min-width: 768px) {
  .page___3BRrZ {
    padding-top: 0px;
  }
}
* {
  outline: 0;
  /* transition: all .3s; */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* list */
ul,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  color: var(--grey-6);
}
p {
  line-height: 1.75;
  margin: 0;
}
/* link */
a {
  color: var(--grey-5);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--succese);
}
a:focus {
  color: var(--succese);
}
a:active {
  color: var(--sub-6);
}
a.is--low___1DklJ {
  color: inherit;
}
.is--right___fGZKC {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .is--right___fGZKC {
    text-align: right;
  }
}
.is--left___oWUDl {
  text-align: left;
}
/*每個群組block*/
[class*='block_'] {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  [class*='block_'] {
    margin-bottom: 30px;
  }
}
[class*='block_']:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar___G19dc [class*='block_'] ~ [class*='block_'] {
    border-top: 1px solid var(--grey-1);
    padding-top: 20px;
  }
  .sidebar___G19dc h3 {
    text-align: center;
    @mixin fontSize 21;
  }
}
/*雙欄位*/
.main-body___SIQZN:before {
  content: '';
  display: table;
}
.main-body___SIQZN:after {
  content: '';
  display: table;
  clear: both;
}
.main-body___SIQZN .main-content___1Zedn,
.main-body___SIQZN .sidebar___G19dc {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-body___SIQZN .main-content___1Zedn,
  .main-body___SIQZN .sidebar___G19dc {
    float: left;
  }
}
.main-body___SIQZN .main-content___1Zedn {
  width: 100%;
  position: static;
  /* margin-bottom: 20px;
    @media @tablet-up {
      margin-bottom: 0;
    } */
}
.main-body___SIQZN .sidebar___G19dc {
  position: static;
}
@media only screen and (min-width: 768px) {
  .main-body___SIQZN .sidebar___G19dc .r-sticky___1nIBP {
    z-index: 100;
  }
  .main-body___SIQZN > div + div {
    padding-left: var(--paddingWidth);
  }
}
@mixin blockWidth;
.is--shown___1OXCl {
  display: inherit;
}
.is--hidden___2acyq {
  display: none;
}
a[x-apple-data-detectors],
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* 
.gotop{
  a{
    background: var(--main-2);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    padding-top: 2px;
    right: 100px;
    bottom: 120px;
    text-align: center;
  }
  i{
    @mixin fontSize 23;
    color: var(--main-6);
  }
} */
.group-icons___3g6DR {
  text-shadow: var(--text-shadow);
}
.group-icons___3g6DR dd {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.group-icons___3g6DR dd a {
  color: inherit;
}
.group-icons___3g6DR dd a:hover {
  color: white;
}
.group-btn___8D4s0 {
  text-align: center;
}
.group-btn___8D4s0.btn-right___1MAhF {
  text-align: right;
}
.group-btn___8D4s0 .t-btn___1pLk8 {
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-right: 10px;
}
.group-btn___8D4s0 .t-btn___1pLk8:last-child {
  margin-right: 0;
}
.group-btn___8D4s0 .t-btn___1pLk8.is--high___3wtAs {
  background-color: #ee6b00;
}
.group-btn___8D4s0 .t-btn___1pLk8.is--orange___31srA {
  background-color: #f22731;
}
.group-btn___8D4s0 .t-btn___1pLk8.is--black___5MjQN {
  background-color: #171717;
}
.icons-md-18___3zyWm {
  font-size: 18px;
}
.icons-md-24___2pH_6 {
  font-size: 24px;
}
.icons-md-36___2iDIa {
  font-size: 36px;
}
.icons-md-48___1nkNe {
  font-size: 48px;
}
.mx-2___3ZmcQ {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .mx-2___3ZmcQ {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.title___39X4Y {
  margin: 10rem;
  font-size: 2rem;
  text-align: center;
}
.inner_container___1FoMe {
  padding: 75px 0;
}
.double_column___3MEXX {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px auto;
}
@media only screen and (min-width: 768px) {
  .double_column___3MEXX {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.double_column___3MEXX .left_flex___X104o {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 0px;
}
@media only screen and (min-width: 768px) {
  .double_column___3MEXX .left_flex___X104o {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    margin-left: 10px;
  }
}
.double_column___3MEXX .right_flex___1XoS- {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .double_column___3MEXX .right_flex___1XoS- {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    margin-right: 10px;
    margin-top: 15px;
    margin-left: 20px;
  }
}

