@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500|Roboto:400,700|Gugi&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Bodoni&family=Noto+Serif+TC:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;600&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  padding: 0 !important;
  font-family: "Noto Sans TC", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  padding: 0 !important;
  font-family: "Noto Sans TC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang TC", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #f4f4f4 !important;
  scroll-behavior: smooth;
  position: relative;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none !important;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */
[type="search"]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
*list-style-clear
*/
ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0 !important;
}

.bg-primary {
  background-color: #009e96;
}

.bg-secondary1 {
  background-color: #FF2F1A;
}

.bg-primary--darken {
  background-color: #00857e !important;
}

.bg-dark {
  background-color: #373737;
}

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

.bg-light1 {
  background-color: #f4f4f4;
}

.txt-white {
  color: #fff;
}

.txt-dark {
  color: #373737;
}

.txt-primary {
  color: #009e96;
}

.txt-secondary {
  color: #FF2F1A;
}

.l-navbar {
  position: fixed;
  width: 100%;
  overflow: hidden;
  z-index: 99;
  background-color: #009e96;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-navbar > .conatainer-fluid {
  padding: 1rem 2rem;
}

@media (max-width: 769px) {
  .l-navbar > .conatainer-fluid {
    padding: .5rem .5rem;
  }
}

.l-navbar--overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background: #343a40;
  overflow: auto;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-navbar--overlay.open {
  opacity: 1 !important;
  z-index: 98 !important;
}

.l-navbar--overlay .l-navbar__menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 7rem 3rem 3rem;
}

.l-navbar--overlay .l-navbar__menu__items {
  margin: 0 auto;
  font-size: 1.3rem;
  color: #e9ecef;
  padding: 0.5rem 0;
  display: block;
}

.l-navbar__toggler {
  z-index: 150;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 769px) {
  .l-navbar__toggler {
    display: none !important;
  }
}

.l-navbar__toggler span {
  width: 30px;
  height: 4px;
  background-color: #f4f4f4;
  display: block;
  margin: 7px auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-navbar__toggler--activate {
  width: 30px;
  height: 30px;
  z-index: 150;
}

.l-navbar__toggler--activate span {
  width: 30px;
  height: 4px;
  background-color: #fff;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-navbar__toggler--activate span:nth-child(2) {
  opacity: 0;
}

.l-navbar__toggler--activate span:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}

.l-navbar__toggler--activate span:nth-child(3) {
  -webkit-transform: translateY(-17px) rotate(-45deg);
          transform: translateY(-17px) rotate(-45deg);
}

.l-navbar__brand {
  z-index: 20;
}

.l-navbar__brand img {
  height: 40px;
  width: auto !important;
}

@media (max-width: 769px) {
  .l-navbar__brand img {
    height: 26px;
  }
}

.l-navbar__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.l-navbar__menu__items {
  padding: 0 0.5rem;
  color: inherit;
  font-size: 0.85rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 0 1rem;
}

.l-navbar__menu__items a {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-navbar__menu__items a:hover, .l-navbar__menu__items a:focus, .l-navbar__menu__items a:active {
  color: #009e96;
  text-decoration: none;
}

.l-navbar__menu__items .e-button {
  color: #fff;
  max-width: 100%;
}

.l-navbar__menu__items--active a {
  color: #009e96;
}

@media (max-width: 769px) {
  .l-navbar__menu {
    visibility: hidden;
    overflow: hidden;
    height: 0;
  }
  .l-navbar__menu.open {
    visibility: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 6rem;
    text-align: center;
    position: fixed;
    background-color: #343a40;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-navbar__menu__items {
    color: #fff;
    font-size: 1.3rem;
    padding: 0.5rem;
  }
}

.l-navbar__cart {
  color: #009e96;
  padding: 0 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-navbar__cart:hover, .l-navbar__cart:focus, .l-navbar__cart:active {
  color: #009e96;
}

.l-register {
  margin-top: 4rem;
  padding: 30px 0;
  background-color: #2B56C0;
}

@media (max-width: 768px) {
  .l-register {
    margin-top: 0;
  }
}

.l-register__title {
  color: #e6ecdf;
}

.l-register__title img {
  max-width: 2.5rem;
  margin-right: 1.25rem;
}

@media (max-width: 768px) {
  .l-register__title img {
    margin-right: 10px;
  }
}

.l-register__title h4 {
  margin: 0;
  font-weight: 300;
}

@media (max-width: 768px) {
  .l-register__title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1rem;
  }
}

.l-register__submit {
  height: 3.5rem;
  width: 4rem;
}

.l-register__submit i {
  line-height: 2;
}

.l-register__form__text {
  max-width: 16.75rem;
  width: 100%;
  height: 3.5rem;
  border: none;
  border-radius: 0;
  background-color: #e6ecdf;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.l-register__form__text::-webkit-input-placeholder {
  color: #009e96;
}

.l-register__form__text:-ms-input-placeholder {
  color: #009e96;
}

.l-register__form__text::-ms-input-placeholder {
  color: #009e96;
}

.l-register__form__text::placeholder {
  color: #009e96;
}

.l-register__form__text, .l-register__form__text:hover, .l-register__form__text:focus {
  background-color: #e6ecdf;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.l-register__form > i {
  position: relative;
  color: #2B56C0;
  background-color: #e6ecdf;
  padding: 1rem;
}

@media (max-width: 768px) {
  .l-register__form {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-footer {
  padding: 40px 0;
  color: #373737;
  background-color: #fff;
  font-size: 0.8rem;
  line-height: 1.5;
  border-top: 1px solid #909090;
}

.l-footer a {
  color: #373737;
}

.l-footer a:hover, .l-footer a:focus, .l-footer a:active {
  color: #FF2F1A;
}

.l-footer__logo {
  background-image: url(../img/logotype-lg-dark.svg);
  background-repeat: no-repeat;
  max-width: 170px;
  height: 27px;
}

.l-footer__contact a {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-footer__contact a:hover, .l-footer__contact a:focus, .l-footer__contact a:active {
  color: #009e96;
  text-decoration: none;
}

.l-footer__social a {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

.xform {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.formtitle {
  font-weight: 700;
  font-size: 160%;
  clear: left;
  margin: 0 0 5px;
}

iframe {
  border-width: 0px;
  width: 100%;
  /*height: 700px;*/
}

/* add css for TCR-170 */
@media (max-width: 669px) {
  /*
    body {
        margin: 10px;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
*/
  .xform {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /*display: -webkit-box;
              display: -ms-flexbox;
              display: flex;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    padding: 0;
    margin-bottom: 10px;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  #dform-iframe-wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: white;
  }
  #contentFrame {
    background: #fff;
    margin: 0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    /* flex: 1; */
    -webkit-overflow-scrolling: touch;
  }
  .formtitle {
    font-size: 140%;
    clear: none;
  }
  div.formfield {
    min-height: auto;
    margin: 10px;
    padding: 10px;
  }
  img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }
}

/* card */
.m-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 30rem;
  border-radius: .25rem;
  height: 100%;
  background-color: #fff;
}

.m-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 2rem;
}

.m-card__body img {
  max-width: 8rem;
}

.m-card__title {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  color: #222;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.m-card__text {
  text-align: justify;
  color: #495057;
  line-height: 1.8rem;
  font-size: .95rem;
}

.m-card__img {
  position: relative;
  max-width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.m-card__img img {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.m-card__img__tag {
  position: absolute;
  top: 0;
  left: 1rem;
  color: #e6ecdf;
  background-color: #2B56C0;
  padding: 10px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.2rem;
}

.m-card__img__like {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #2B56C0;
  cursor: pointer;
}

.m-card__info {
  color: #2B56C0;
  font-size: 20px;
}

.m-card__info__title {
  padding: 1rem;
  font-weight: lighter;
  border-right: 1px solid #e6ecdf;
}

.m-card__info__price {
  padding: 1rem;
}

.m-card__submit {
  padding: 16px 0;
  background-color: #e6ecdf;
  color: #2B56C0;
  font-size: 24px;
  font-weight: bolder;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.m-card__submit:hover, .m-card__submit:focus {
  color: #e6ecdf;
  text-decoration: none;
  background-color: #2B56C0;
}

.m-card__link:hover h4 {
  color: #009e96;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.m-card__link:hover img {
  -webkit-transform: scale(105%);
          transform: scale(105%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.card-warpper h3 {
  margin: 32px 0 20px 0;
  font-size: 20px;
  font-weight: 700;
}

/*.card-warpper h3:before{
   border-left: 4px solid #009E96;
    margin-right: 12px;
    content: ""
}*/
.l-card {
  padding: 16px;
  border: 1px solid #f4f4f4;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
   -webkit-box-shadow: 0 3px 14px 2px rgba(0,0,0,.08),0 5px 5px -3px rgba(0,0,0,.12);
    box-shadow: 0 3px 14px 2px rgba(0,0,0,.08),0 5px 5px -3px rgba(0,0,0,.12);
}

.l-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #222;
  font-family: 'Oswald', "Noto Sans TC", sans-serif;
}

.l-card__tag {
  font-size: 20px!important;
  font-weight: 700;
  color: #FF2F1A !important;
  margin-bottom: 10px;
}

.l-card__tag span {
  font-family: 'Oswald', "Noto Sans TC", sans-serif;
  color: #222;
  font-weight: bold;
  padding-left: 4px;
}

.l-card__price {
  border-top: 1px solid #9B9B9B;
  border-bottom: 1px solid #9B9B9B;
  font-family: 'Oswald', "Noto Sans TC", sans-serif;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 15px;
}

.l-card__price p {
  color: #FF2F1A;
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 0;
}

.l-card__price span {
  color: #9B9B9B;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  text-decoration: line-through;
}

.l-card__price .date {
  font-size: 16px;
  color: #222;
  font-weight: 500;
}

.l-card__price #dateTxt {
  color: #222;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.l-card__price .countdown-number {
  color: #FF2F1A;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.l-card .e-button {
  /*margin: 0 70px;*/
}

@media (max-width: 769px) {
  .l-card {
    margin-top: 32px;
  }
  .l-card .e-button {
    padding: 14px 20px;
    font-size: 20px;
    width: auto;
  }
}

.m-form {
  background-color: #2B56C0;
  padding: 1.8rem 2.5rem;
}

.m-form__title {
  font-size: 2rem;
  color: #e6ecdf;
}

.m-form__group label {
  font-size: 1.25rem;
  color: #e6ecdf;
}

.m-form__group.col {
  padding: 0 0.5rem 0 0;
}

.m-form__group.col:last-child {
  padding: 0;
}

.m-form__group select {
  color: #009e96;
}

.m-form__text {
  max-width: 100%;
  width: 100%;
  height: 3.5rem;
  border: none;
  border-radius: 0;
  background-color: #e6ecdf;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.m-form__text option {
  color: #2B56C0;
}

.m-form__text::-webkit-input-placeholder {
  color: #009e96;
}

.m-form__text:-ms-input-placeholder {
  color: #009e96;
}

.m-form__text::-ms-input-placeholder {
  color: #009e96;
}

.m-form__text::placeholder {
  color: #009e96;
}

.m-form__text, .m-form__text:hover, .m-form__text:focus {
  background-color: #e6ecdf;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.m-form__wrapper {
  position: relative;
  width: 100%;
  background-color: #2B56C0;
}

@media (max-width: 768px) {
  .m-form__wrapper {
    width: 100%;
  }
}

.m-form__wrapper__title {
  padding-top: 1.5rem;
  font-size: 2rem;
  color: #e6ecdf;
}

.m-form__wrapper__submit {
  width: 100%;
  font-size: 1.5rem;
  height: auto;
  padding: 1rem;
}

.m-bar {
  padding: 20px 0 20px 0;
  background-color: rgba(52, 58, 64, 0.9);
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  vertical-align: middle;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
}

.m-bar .e-button {
  margin: 1rem 0 0 0;
}

@media (min-width: 1280px) {
  .m-bar .e-button {
    margin: 0 0 0 1rem;
  }
}

.m-bar__highlight {
  font-size: 1.1rem;
  font-weight: 700;
}

.m-bar__button {
  width: 12rem !important;
  padding: 0.6rem 1rem !important;
}

.scrollUp {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.m-floatButton {
  position: fixed;
  display: inline-block;
  background-color: #373737;
  color: #fff;
  width: 5.5rem;
  padding: 0.5rem;
  font-size: 1.2rem;
  border: none;
  border-radius: .25rem;
  text-align: center;
  bottom: 10%;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.m-floatButton:hover, .m-floatButton:focus {
  background-color: #000;
  bottom: 11.5%;
  color: #009e96;
  text-decoration: none;
}

.m-floatButton img {
  border: none;
}

.swiper-button-next-unique,
.swiper-button-prev-unique {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next-unique.swiper-button-disabled,
.swiper-button-prev-unique.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next-unique.swiper-button-hidden,
.swiper-button-prev-unique.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next-unique,
.swiper-navigation-disabled .swiper-button-prev-unique {
  display: none !important;
}

.swiper-button-next-unique:after,
.swiper-button-prev-unique:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev-unique,
.swiper-rtl .swiper-button-next {
  left: -1rem;
  right: auto;
}

@media (min-width: 1200px) {
  .swiper-button-prev-unique,
  .swiper-rtl .swiper-button-next {
    left: -2rem;
  }
}

.swiper-button-prev-unique:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next-unique,
.swiper-rtl .swiper-button-prev {
  right: -1rem;
  left: auto;
}

@media (min-width: 1200px) {
  .swiper-button-next-unique,
  .swiper-rtl .swiper-button-prev {
    right: -2rem;
  }
}

.swiper-button-next-unique:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.e-button {
  display: inline-block;
  max-width: 100%;
  padding: 14px 0;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 1;
  border: 1px solid #fff;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .e-button {
    width: 100%;
    font-weight: 700;
  }
}

.e-button:hover, .e-button:focus {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
}

.e-button span {
  font-size: 24px;
  line-height: 1;
}

.e-button__text {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  height: auto;
}

.e-button--regis {
  width: 900px;
  padding: 1.5rem 0;
}

.e-button--regis .e-button__text {
  font-size: 1.3rem;
}

@media (min-width: 1280px) {
  .e-button--regis {
    padding: 2.6rem 0;
  }
  .e-button--regis .e-button__text {
    font-size: 1.8rem;
  }
}

@media (max-width: 769px) {
  .e-button {
    padding: 8px 0;
    font-size: 13.5px;
    width: 140px;
  }
  .e-button span {
    font-size: 15px;
    line-height: .8;
  }
}

.e-button--primary {
  background-color: #009e96;
  color: #fff;
  border: 1px solid #009e96;
}

.e-button--secondary {
  background-color: #FF2F1A;
  color: #fff;
  border: 1px solid #FF2F1A;
}

.e-button--secondary:hover {
  background-color: #BC1100;
  border: 1px solid #BC1100;
}

.e-button--dark {
  background-color: #0000003a;
  color: #fff;
  border: 1px solid #fff;
}

.e-button--underline {
  background-color: transparent;
  border: 1px solid #373737;
  color: #373737;
}

.e-sliderIcon:first-child {
  cursor: pointer;
  position: absolute;
  top: 40%;
  left: 10%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 50;
  font-size: 2rem;
  background-color: #ff4200;
  border-radius: 3rem;
  color: #fff;
}

@media (min-width: 1280px) {
  .e-sliderIcon:first-child {
    left: -3%;
    font-size: 3rem;
    background-color: transparent;
    color: #373737;
  }
}

.e-sliderIcon2:first-child {
  cursor: pointer;
  position: absolute;
  top: 40%;
  right: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 50;
  font-size: 2rem;
  background-color: #ff4200;
  border-radius: 3rem;
  color: #fff;
}

@media (min-width: 1280px) {
  .e-sliderIcon2:first-child {
    right: -6%;
    font-size: 3rem;
    background-color: transparent;
    color: #373737;
  }
}

.e-tag {
  padding: 0.2rem 0.5rem;
  max-width: 5rem;
  border: 1px solid #FF2F1A;
  color: #FF2F1A;
  border-radius: 0.25rem;
  margin-right: 0.5rem;
  font-size: 0.8rem;
}

.e-hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 47, 26, 0.5);
}

.e-check {
  color: #e6ecdf;
  font-weight: 300;
}

.e-check label {
  font-size: 1rem;
}

.e-check input[type="checkbox"] {
  display: none;
}

.e-check input[type="checkbox"] + label {
  display: inline;
  position: relative;
}

.e-check input[type="checkbox"] + label::before {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  content: " ";
  background-color: #e6ecdf;
  vertical-align: middle;
  margin-right: 0.5rem;
  cursor: pointer;
  position: relative;
  top: -2px;
  z-index: 10;
}

.e-check input[type="checkbox"]:checked + label::before {
  background-color: #FF2F1A;
}

.e-check input[type="checkbox"]:checked + label::after {
  width: 6px;
  height: 13px;
  border: 3px solid #2B56C0;
  border-left: none;
  border-top: none;
  content: " ";
  position: absolute;
  left: 6px;
  bottom: 4px;
  -webkit-transform: rotatez(45deg);
          transform: rotatez(45deg);
  cursor: pointer;
  z-index: 20;
}

.e-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  text-align: center;
}

.e-title--lr {
  color: #FF2F1A;
  position: relative;
  z-index: 2;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.e-title--tag {
  font-size: 1.3rem;
  font-family: "Anton", sans-serif;
  padding: 0.05rem 0.5rem;
  background-color: #373737;
  color: #fff;
  letter-spacing: 0.1rem;
}

.e-title--eng {
  display: block;
  font-family: "Anton", sans-serif;
  font-size: 3.125rem;
  letter-spacing: 0.2rem;
}

@media (max-width: 768px) {
  .e-title--eng {
    font-size: 2.6rem;
  }
}

.e-title h5 {
  font-weight: 700;
}

@media (min-width: 1280px) {
  .e-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
  .e-title--eng {
    font-size: 3.75rem;
    margin-right: 0.5rem;
  }
  .e-title--tag {
    font-size: 1.5rem;
    margin-right: 1rem;
  }
  .e-title h5 {
    font-size: 1.5rem;
  }
}

.e-line--dashed {
  border: 1px #373737 dashed;
}

[class^="tooltip"] {
  position: relative;
}

[class^="tooltip"]:after {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: attr(data-tooltip);
  padding: 6px 10px;
  top: 1.4em;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-2px);
          transform: translateX(-50%) translateY(-2px);
  background: grey;
  color: white;
  white-space: nowrap;
  z-index: 2;
  border-radius: 2px;
  -webkit-transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
}

[class^="tooltip"]:hover:after {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}

.tooltip--triangle:before {
  content: '';
  width: 0;
  height: 0;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 5px grey;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-2px);
          transform: translateX(-50%) translateY(-2px);
  top: 1.1em;
  left: 50%;
  -webkit-transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  z-index: 3;
}

.tooltip--triangle:hover:before {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}

body {
  background-color: #fff !important;
  background-attachment: fixed;
}

p {
  text-align: justify;
}

section {
  padding: 0 0 32px 0;
}

@media (min-width: 1280px) {
  section {
    padding: 40px 0;
  }
}

.disabled {
  pointer-events: none;
}

.imgWrap {
  overflow: hidden;
}

.imgWrap img {
  width: 100%;
}

.br-mobile {
  display: none;
}

@media (min-width: 426px) {
  .br-mobile {
    display: block;
  }
}

.br-pc {
  display: block;
}

@media (min-width: 426px) {
  .br-pc {
    display: none;
  }
}

.e-line {
  z-index: 1;
  position: absolute;
  top: 50%;
  border-bottom: 1.5px solid #373737;
  right: 16px;
  width: 87%;
}

.e-button.cta {
  margin: 2.8rem 0 1.5rem;
  padding: 24px 40px 24px 60px;
}

.e-button.cta span {
  font-size: 1.2rem;
}

@media (min-width: 1200px) {
  .e-button.cta {
    font-size: 1.7rem;
  }
}

.e-button.cta:hover {
  -webkit-animation-name: heartBeat_new;
          animation-name: heartBeat_new;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.variable h4 {
  font-weight: 700;
}

.variable h5 {
  font-weight: 700;
  color: #009e96;
}

.p--eng {
  font-family: 'Libre Bodoni', serif;
}

.p-fixedbtn {
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
  z-index: 99;
}

.p-fixedbtn .imgWrap {
  width: 92px;
}

@media (min-width: 1200px) {
  .p-fixedbtn {
    bottom: 1.5rem;
    right: 2rem;
  }
  .p-fixedbtn .imgWrap {
    width: 110px;
  }
}

.p__txt {
  font-size: 1rem;
  line-height: 2.1rem;
  font-weight: 400;
  text-align: justify;
}

@media (min-width: 1200px) {
  .p__txt {
    font-size: 1.125rem;
  }
}

.p__title {
  position: relative;
  margin-bottom: 2rem;
}

.p__h3 {
  font-size: 2rem;
  font-weight: 700;
  font-family: 'Noto Serif TC', serif;
}

@media (min-width: 1200px) {
  .p__h3 {
    font-size: 2.5rem;
  }
}

.p__h4 {
  font-size: 1.125rem;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .p__h4 {
    font-size: 1.75rem;
  }
}

.p__h5 {
  font-size: 1rem;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .p__h5 {
    font-size: 1.125rem;
  }
}
.p-info h5 {
  color: #FF2F1A;
  line-height: 1.6;
}

.p-info .icon-group {
  margin-bottom: 32px;
}

.p-info .icon-group div {
  position: relative;
}

.p-info .icon-group div p, .p-info .icon-group div span {
  display: block;
  text-align: center;
}

.p-info .icon-group div p {
  font-family: 'Oswald', "Noto Sans TC", sans-serif;
  font-weight: bold;
  font-size: 22px;
}

@media (max-width: 769px) {
  .p-info .icon-group div p {
    font-size: 20px;
  }
}

.p-info .icon-group div span {
  color: #009e96;
  font-size: 1rem;
  font-weight: bold;
}

@media (max-width: 769px) {
  .p-info .icon-group div span {
    font-size: 13px;
  }
}

@media (max-width: 769px) {
  .p-info .icon-group div img {
    width: 36px;
    height: auto;
  }
}

.p-tab--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 65px;
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media (max-width: 769px) {
  .p-tab--sticky {
    top: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.p-tab .nav-pills {
  margin: 32px 0 20px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-tab .nav-link {
  padding: 5px 32px;
  margin: 0 5px;
}

.p-tab .dot {
  width: 5px;
  height: 5px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  background-color: #222;
  display: inline-block;
  margin-right: 8px;
}

.p-tab .td-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-tab .nav-pills .nav-link.active {
  background-color: #222 !important;
  border: 1px solid #222;

}

.p-tab .nav-pills .nav-link {
  border: 1px solid #9B9B9B;
  color: #9B9B9B;
}

.p-tab .table > :not(caption) > * > * {
  padding: 1rem 0.5rem;
}

.p-tab .table-hover tbody tr:hover {
  color: #212529;
  background-color: #ECFFFE;
}

.p-tab .table th, .p-tab td {
  padding-left: 16px;
}

.p-tab .table {
  font-family: 'Oswald', "Noto Sans TC", sans-serif;
}

.p-hero {
  padding: 0;
  position: relative;
  background-color: #fff;
  height: auto;
  overflow: hidden;
}

.p-hero h1 {
  position: absolute;
  left: 0;
  right: 0;
  color: transparent;
}

.p-hero .container-fluid {
  padding: 0;
}

.p-hero__video {
  height: 700px;
  overflow: hidden;
}

.p-hero__video video {
  width: 100%;
}

.p-hero .video-cover {
  background-color: #00000090;
  position: absolute;
  top: 0;
  left: 0;
  height: 700px;
  width: 100%;
}

.p-hero .title_pc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}

.p-hero .title_pc--wrap {
  height: 700px;
}

@media (max-width: 769px) {
  .p-hero .title_pc--wrap {
    height: 428px;
  }
}

.p-hero__img {
  margin-bottom: 60px;
}

.p-hero__img p, .p-hero__img h2, .p-hero__img h4{
  color: #ffffff;
}
.p-hero__img h2 {
  font-size: 40px;
}
@media (max-width: 769px) {

  .p-hero__img {
    margin-bottom: 40px;
  }

.p-hero__img p, .p-hero__img h2, .p-hero__img h4{
  color: #ffffff;
}
.p-hero__img h2 {
  font-size: 28px;
}

}

.p-hero__img img {
  width: 100%;
  position: relative;
  bottom: 0;
}

.p-hero__img--title {
  bottom: 5%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 769px) {
  .p-hero__img--title {
    left: 10%;
  }

}

.p-hero__img--title .btn-wrap {
  width: 210px;
  margin-top: 22px;
}

.p-hero__img--title .btn-wrap .e-button {
  margin: 10px 0 !important;
}

@media (max-width: 769px) {
  .p-hero__img--title .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
}

.p-hero__img--title .btn-wrap .e-button {
  margin: 10px 6px !important;
}

.p-hero__img--title img {
  width: 75%;
}

@media (max-width: 769px) {
  .p-hero__img--title img {
    width: 50%;
  }
}

.p-hero__img.desktop {
  display: none;
  /* Portrait 10.5inch*/
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
  /* Landscape */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
}

@media (min-width: 1200px) {
  .p-hero__img.desktop {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .p-hero__img.desktop {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .p-hero__img.desktop {
    display: block;
  }
}

.p-hero__img.mobile {
  display: block;
  /* Portrait 10.5inch*/
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
  /* Landscape */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
}

@media (min-width: 1200px) {
  .p-hero__img.mobile {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .p-hero__img.mobile {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .p-hero__img.mobile {
    display: none;
  }
}

.bkg-primary {
  background-color: #009e96;
}

.txt-secondary {
  color: #FF2F1A;
}

.fw-700 {
  font-weight: 700;
}

@-webkit-keyframes heartBeat_new {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat_new {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat-infinite {
  -webkit-animation-name: heartBeat_new;
  animation-name: heartBeat_new;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
