@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
 * ========================================================================== */
/* Default self style */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS. */
html {
  -webkit-text-size-adjust: 100%;
  /* 1 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers. */
body {
  margin: 0;
}

/**
 * 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, h2, h3, h4, h5, h6, p, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  padding: 0;
}

/* List style */
ul {
  list-style-type: none;
  margin: 0;
  padding: 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;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: 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 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS. */
/**
 * 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, [hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10. */
[hidden] {
  display: none;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.delay-0 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.delay-xs {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.delay-md {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.duration-md {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.duration-lg {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.duration-xl {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

.timing-ease-out {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.fill-mode-both {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* container */
.col-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* row */
.col-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

/* col */
.col-lg-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
  outline: none;
}

.col-lg-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
  outline: none;
}

.col-lg-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  outline: none;
}

.col-lg-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
  outline: none;
}

.col-lg-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
  outline: none;
}

.col-lg-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  outline: none;
}

.col-lg-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
  outline: none;
}

.col-lg-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
  outline: none;
}

.col-lg-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
  outline: none;
}

.col-lg-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
  outline: none;
}

.col-lg-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
  outline: none;
}

.col-lg-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  outline: none;
}

.col-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.col-shadow {
  -webkit-box-shadow: 5px 0 60px 0px rgba(0, 0, 0, 0.2), -5px 0 60px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 0 60px 0px rgba(0, 0, 0, 0.2), -5px 0 60px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.fla-wrapper, a {
  font-family: 'Noto Sans TC', PingFang TC, '微軟正黑體', Semibold, Microsoft JhengHei, Arial, sans-serif;
  line-height: 1;
}

.fla-wrapper {
  position: relative;
  width: 100%;
}

.fla-wrapper .fla-mainPage {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.fla-wrapper section.fla-nav-top {
  width: 100%;
  background-color: #fff;
}

.fla-wrapper section.fla-nav-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.fla-wrapper section.fla-nav-top ul a {
  width: 50%;
  text-align: center;
  line-height: 9.74684vw;
  font-size: 4.43038vw;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #595757;
}

.fla-wrapper section.fla-nav-top ul a:first-child {
  border-right: 0.12658vw solid #dcdddd;
}

.fla-wrapper section.fla-nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  background-color: #2da8ea;
  padding: 3.16456vw 0;
  z-index: 2;
}

.fla-wrapper section.fla-nav.active {
  position: fixed;
  top: 0;
}

.fla-wrapper section.fla-nav .col-container ul {
  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;
}

.fla-wrapper section.fla-nav .col-container ul li {
  font-size: 3.5443vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #ffffff;
  border-left: 1px solid #ffffff;
  padding: 0 3.5443vw;
}

.fla-wrapper section.fla-nav .col-container ul li:first-child {
  padding-left: 0;
  border-left: 0px;
}

.fla-wrapper section.fla-nav .col-container ul li:last-child {
  padding-right: 0;
}

.fla-wrapper section.fla-nav .col-container ul li a {
  color: #ffffff;
  -webkit-tap-highlight-color: transparent;
}

.fla-wrapper section.fla-nav .col-container ul li a.scan-item {
  display: block;
  width: 27.59494vw;
  height: 3.79747vw;
  background-image: url(../images/nav-scan.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 4.43038vw;
}

.fla-wrapper section.fla-main {
  width: 100%;
  padding-top: 9.74684vw;
}

.fla-wrapper section.fla-main .sec-padding {
  padding-top: 18.98734vw;
  padding-bottom: 15.18987vw;
  padding-left: 5.18987vw;
  padding-right: 5.18987vw;
}

.fla-wrapper section.fla-main .bgc-white {
  background-color: #fff;
}

.fla-wrapper section.fla-main .bgc-lightblue {
  background-color: #edf7fa;
}

.fla-wrapper section.fla-main .fla-sec .sec-block {
  position: relative;
  width: 100%;
  height: 100%;
  border: 0.12658vw solid #009df1;
  padding: 13.41772vw 0;
}

.fla-wrapper section.fla-main .fla-sec .sec-block .sec-title {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: -3.79747vw;
  font-size: 7.59494vw;
  letter-spacing: 0.12em;
  font-weight: 400;
  color: #000;
  text-align: center;
  padding-left: 3.79747vw;
  padding-right: 3.29114vw;
}

.fla-wrapper section.fla-main .fla-sec .sec-block .product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}

.fla-wrapper section.fla-main .fla-sec .sec-block .product-card:not(:last-child) {
  margin-bottom: 14.17722vw;
}

.fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-L {
  width: 38.243626%;
  overflow: hidden;
}

.fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-L .photo-product {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  opacity: 0;
}

.fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-L .photo-product.product-1 {
  width: 18.60759vw;
  height: 44.93671vw;
  background-image: url(../images/sec-1-product-1.png);
}

.fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-L .photo-product.product-2 {
  width: 18.86076vw;
  height: 43.79747vw;
  background-image: url(../images/sec-1-product-2.png);
}

.fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-L .photo-product.product-3 {
  width: 18.86076vw;
  height: 43.79747vw;
  background-image: url(../images/sec-1-product-3.png);
}

.fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-L .photo-product.product-4 {
  width: 18.86076vw;
  height: 43.79747vw;
  background-image: url(../images/sec-1-product-4.png);
}

.fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-L .photo-product.product-5 {
  width: 18.86076vw;
  height: 43.79747vw;
  background-image: url(../images/sec-1-product-5.png);
}

.fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-L .photo-product.product-6 {
  width: 18.86076vw;
  height: 43.79747vw;
  background-image: url(../images/sec-1-product-6.png);
}

.fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-L .photo-product.product-7 {
  width: 19.24051vw;
  height: 45.06329vw;
  background-image: url(../images/sec-1-product-7.png);
}

.fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-L .photo-product.product-8 {
  width: 17.97468vw;
  height: 51.26582vw;
  background-image: url(../images/sec-1-product-8.png);
}

.fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R {
  width: 61.75637%;
  margin: auto 0;
  padding-right: 5.94937vw;
}

.fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  opacity: 0;
}

.fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .content-title .photo-title {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1.26582vw;
}

.fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .content-title .photo-title.number-1 {
  width: 3.92405vw;
  height: 13.29114vw;
  background-image: url(../images/sec-1-number-1.png);
}

.fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .content-title .photo-title.number-2 {
  width: 10.63291vw;
  height: 13.67089vw;
  background-image: url(../images/sec-1-number-2.png);
}

.fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .content-title .photo-title.number-3 {
  width: 10.63291vw;
  height: 13.67089vw;
  background-image: url(../images/sec-1-number-3.png);
}

.fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .content-title .photo-title-after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 1.01266vw;
}

.fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .content-title .photo-title-after.title-1 {
  width: 37.21519vw;
  height: 4.05063vw;
  background-image: url(../images/sec-1-title-1.png);
}

.fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .content-title .photo-title-after.title-2 {
  width: 8.10127vw;
  height: 4.05063vw;
  background-image: url(../images/sec-1-title-2.png);
}

.fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .content-title .photo-title-after.title-3 {
  width: 8.10127vw;
  height: 4.05063vw;
  background-image: url(../images/sec-1-title-3.png);
}

.fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .content-title .sec-1-title {
  font-size: 5.06329vw;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #009df1;
}

.fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .content-title .sec-2-title {
  font-size: 5.06329vw;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #009df1;
}

.fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .line {
  width: 0%;
  height: 0.25316vw;
  background-color: #7fd7f7;
  margin: 2.1519vw 0;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}

.fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .line.active {
  width: 100%;
}

.fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .content-para {
  font-size: 3.79747vw;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #333333;
  margin-bottom: 5.06329vw;
}

.fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .content-para.no-mg {
  margin: 0;
}

.fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .content-para-sub {
  font-size: 3.5443vw;
  line-height: 5.18987vw;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #009df1;
  margin-bottom: 5.06329vw;
}

.fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .content-btn {
  display: inline-block;
  font-size: 3.79747vw;
  line-height: 7.08861vw;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #fff;
  background-color: #009df1;
  padding: 0 7.59494vw;
  opacity: 0;
}

.fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .content-btn:hover {
  background-color: rgba(0, 157, 241, 0.75);
}

@media only screen and (min-width: 1200px) {
  .col-container {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
  }
  .col-shadow {
    -webkit-box-shadow: 5px 0 60px 0px rgba(0, 0, 0, 0.2), -5px 0 60px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 5px 0 60px 0px rgba(0, 0, 0, 0.2), -5px 0 60px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .fla-wrapper, a {
    font-family: 'Noto Sans TC', PingFang TC, '微軟正黑體', Semibold, Microsoft JhengHei, Arial, sans-serif;
    line-height: 1;
  }
  .fla-wrapper {
    position: relative;
    width: 100%;
  }
  .fla-wrapper .fla-mainPage {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .fla-wrapper section.fla-nav-top {
    width: 100%;
    background-color: #fff;
  }
  .fla-wrapper section.fla-nav-top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .fla-wrapper section.fla-nav-top ul a {
    width: 50%;
    text-align: center;
    line-height: 58.48101px;
    font-size: 26.58228px;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #595757;
  }
  .fla-wrapper section.fla-nav-top ul a:first-child {
    border-right: 0.75949px solid #dcdddd;
  }
  .fla-wrapper section.fla-nav {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
    background-color: #2da8ea;
    padding: 18.98734px 0;
    z-index: 2;
  }
  .fla-wrapper section.fla-nav.active {
    position: fixed;
    top: 0;
  }
  .fla-wrapper section.fla-nav .col-container ul {
    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;
  }
  .fla-wrapper section.fla-nav .col-container ul li {
    font-size: 21.26582px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #ffffff;
    border-left: 1px solid #ffffff;
    padding: 0 21.26582px;
  }
  .fla-wrapper section.fla-nav .col-container ul li:first-child {
    padding-left: 0;
    border-left: 0px;
  }
  .fla-wrapper section.fla-nav .col-container ul li:last-child {
    padding-right: 0;
  }
  .fla-wrapper section.fla-nav .col-container ul li a {
    color: #ffffff;
    -webkit-tap-highlight-color: transparent;
  }
  .fla-wrapper section.fla-nav .col-container ul li a.scan-item {
    display: block;
    width: 165.56962px;
    height: 22.78481px;
    background-image: url(../images/nav-scan.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 26.58228px;
  }
  .fla-wrapper section.fla-main {
    width: 100%;
    padding-top: 58.48101px;
  }
  .fla-wrapper section.fla-main .sec-padding {
    padding-top: 113.92405px;
    padding-bottom: 91.13924px;
    padding-left: 31.13924px;
    padding-right: 31.13924px;
  }
  .fla-wrapper section.fla-main .bgc-white {
    background-color: #fff;
  }
  .fla-wrapper section.fla-main .bgc-lightblue {
    background-color: #edf7fa;
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0.75949px solid #009df1;
    padding: 80.50633px 0;
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block .sec-title {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: -22.78481px;
    font-size: 45.56962px;
    letter-spacing: 0.12em;
    font-weight: 400;
    color: #000;
    text-align: center;
    padding-left: 22.78481px;
    padding-right: 19.74684px;
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block .product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: hidden;
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block .product-card:not(:last-child) {
    margin-bottom: 85.06329px;
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-L {
    width: 38.243626%;
    overflow: hidden;
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-L .photo-product {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    opacity: 0;
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-L .photo-product.product-1 {
    width: 111.64557px;
    height: 269.62025px;
    background-image: url(../images/sec-1-product-1.png);
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-L .photo-product.product-2 {
    width: 113.16456px;
    height: 262.78481px;
    background-image: url(../images/sec-1-product-2.png);
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-L .photo-product.product-3 {
    width: 113.16456px;
    height: 262.78481px;
    background-image: url(../images/sec-1-product-3.png);
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-L .photo-product.product-4 {
    width: 113.16456px;
    height: 262.78481px;
    background-image: url(../images/sec-1-product-4.png);
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-L .photo-product.product-5 {
    width: 113.16456px;
    height: 262.78481px;
    background-image: url(../images/sec-1-product-5.png);
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-L .photo-product.product-6 {
    width: 113.16456px;
    height: 262.78481px;
    background-image: url(../images/sec-1-product-6.png);
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-L .photo-product.product-7 {
    width: 115.44304px;
    height: 270.37975px;
    background-image: url(../images/sec-1-product-7.png);
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-L .photo-product.product-8 {
    width: 107.8481px;
    height: 307.59494px;
    background-image: url(../images/sec-1-product-8.png);
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R {
    width: 61.75637%;
    margin: auto 0;
    padding-right: 35.6962px;
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .content-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    opacity: 0;
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .content-title .photo-title {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 7.59494px;
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .content-title .photo-title.number-1 {
    width: 23.5443px;
    height: 79.74684px;
    background-image: url(../images/sec-1-number-1.png);
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .content-title .photo-title.number-2 {
    width: 63.79747px;
    height: 82.02532px;
    background-image: url(../images/sec-1-number-2.png);
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .content-title .photo-title.number-3 {
    width: 63.79747px;
    height: 82.02532px;
    background-image: url(../images/sec-1-number-3.png);
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .content-title .photo-title-after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 6.07595px;
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .content-title .photo-title-after.title-1 {
    width: 223.29114px;
    height: 24.3038px;
    background-image: url(../images/sec-1-title-1.png);
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .content-title .photo-title-after.title-2 {
    width: 48.60759px;
    height: 24.3038px;
    background-image: url(../images/sec-1-title-2.png);
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .content-title .photo-title-after.title-3 {
    width: 48.60759px;
    height: 24.3038px;
    background-image: url(../images/sec-1-title-3.png);
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .content-title .sec-1-title {
    font-size: 30.37975px;
    letter-spacing: 0.02em;
    font-weight: 500;
    color: #009df1;
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .content-title .sec-2-title {
    font-size: 30.37975px;
    letter-spacing: 0.02em;
    font-weight: 500;
    color: #009df1;
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .line {
    width: 0%;
    height: 1.51899px;
    background-color: #7fd7f7;
    margin: 12.91139px 0;
    -webkit-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .line.active {
    width: 100%;
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .content-para {
    font-size: 22.78481px;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: #333333;
    margin-bottom: 30.37975px;
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .content-para.no-mg {
    margin: 0;
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .content-para-sub {
    font-size: 21.26582px;
    line-height: 31.13924px;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: #009df1;
    margin-bottom: 30.37975px;
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .content-btn {
    display: inline-block;
    font-size: 22.78481px;
    line-height: 42.53165px;
    letter-spacing: 0.03em;
    font-weight: 500;
    color: #fff;
    background-color: #009df1;
    padding: 0 45.56962px;
    opacity: 0;
  }
  .fla-wrapper section.fla-main .fla-sec .sec-block .product-card .product-content-R .content-btn:hover {
    background-color: rgba(0, 157, 241, 0.75);
  }
}
