@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@font-face {
  font-family: GenYoGothicTW-Bold;
  src: url("../fonts/GenYoGothicTW-Bold.ttf");
}

@font-face {
  font-family: GenYoGothicTW-ExtraLight;
  src: url("../fonts/GenYoGothicTW-ExtraLight.ttf");
}

@font-face {
  font-family: GenYoGothicTW-Heavy;
  src: url("../fonts/GenYoGothicTW-Heavy.ttf");
}

@font-face {
  font-family: GenYoGothicTW-Light;
  src: url("../fonts/GenYoGothicTW-Light.ttf");
}

@font-face {
  font-family: GenYoGothicTW-Medium;
  src: url("../fonts/GenYoGothicTW-Medium.ttf");
}

@font-face {
  font-family: Gotham-XLight;
  src: url("../fonts/Gotham-XLight.otf");
}

@font-face {
  font-family: Gotham-XLightItalic;
  src: url("../fonts/Gotham-XLightItalic.otf");
}

/*! 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.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* 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 {
  font-size: 2em;
  margin: 0.67em 0;
  text-indent: -99999px;
  position: absolute;
}

/* 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;
}

/**
* 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;
}

/*CSS variables Setting*/
/**
* Swiper 4.4.2
* Most modern mobile touch slider and framework with hardware accelerated transitions
* http://www.idangero.us/swiper/
*
* Copyright 2014-2018 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: November 1, 2018
*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  transition-property:
    transform,
    -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property:
    height,
    -webkit-transform;
  transition-property:
    height,
    -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property:
    transform,
    height,
    -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition:
    0.2s top,
    0.2s -webkit-transform;
  -o-transition:
    0.2s top,
    0.2s -webkit-transform;
  transition:
    0.2s top,
    0.2s -webkit-transform;
  -o-transition:
    0.2s transform,
    0.2s top;
  -webkit-transition:
    0.2s transform,
    0.2s top;
  transition:
    0.2s transform,
    0.2s top;
  -webkit-transition:
    0.2s transform,
    0.2s top,
    0.2s -webkit-transform;
  -o-transition:
    0.2s transform,
    0.2s top,
    0.2s -webkit-transform;
  transition:
    0.2s transform,
    0.2s top,
    0.2s -webkit-transform;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition:
    0.2s left,
    0.2s -webkit-transform;
  -o-transition:
    0.2s left,
    0.2s -webkit-transform;
  transition:
    0.2s left,
    0.2s -webkit-transform;
  -o-transition:
    0.2s transform,
    0.2s left;
  -webkit-transition:
    0.2s transform,
    0.2s left;
  transition:
    0.2s transform,
    0.2s left;
  -webkit-transition:
    0.2s transform,
    0.2s left,
    0.2s -webkit-transform;
  -o-transition:
    0.2s transform,
    0.2s left,
    0.2s -webkit-transform;
  transition:
    0.2s transform,
    0.2s left,
    0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition:
    0.2s right,
    0.2s -webkit-transform;
  -o-transition:
    0.2s right,
    0.2s -webkit-transform;
  transition:
    0.2s right,
    0.2s -webkit-transform;
  -o-transition:
    0.2s transform,
    0.2s right;
  -webkit-transition:
    0.2s transform,
    0.2s right;
  transition:
    0.2s transform,
    0.2s right;
  -webkit-transition:
    0.2s transform,
    0.2s right,
    0.2s -webkit-transform;
  -o-transition:
    0.2s transform,
    0.2s right,
    0.2s -webkit-transform;
  transition:
    0.2s transform,
    0.2s right,
    0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; } */

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.hidden {
  display: none;
}

.swiper-wrapper.disabled {
  transform: translate3d(0px, 0, 0) !important;
}
.swiper-pagination.disabled,
.swiper-button-prev.disabled,
.swiper-button-next.disabled {
  display: none !important;
}

/*****************************************
*                 loading                *
*****************************************/
/* * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  padding: 0;
  margin: 0; }

html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

body #wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

#wrap2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

#main {
  height: 100%; }



#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #dde3e5;
  z-index: 10;
  font-family: "Montserrat", "sourcehansans-tc", "Noto Sans S Chinese", "Noto Sans TC", "PingFang TC",
"Microsoft JhengHei", Tahoma, Verdana, Arial, Helvetica, sans-serif; }

#loading > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  #loading > div .percentage {
    font-size: 26px;
    font-weight: 700;
    text-indent: 11px;
    text-align: center;
    position: relative;
    top: 105px; }
    #loading > div .percentage span {
      margin-right: 2px; } */

/* #loading .percentage .bar {
  position: absolute;
  top: 45px;
  left: 50%;
  width: 100px;
  height: 2px;
  transform: translateX(-50%);
  background: #aaa;
} */
/*****************************************
*                 wrap            *
*****************************************/
/*****************************************
*                 main            *
*****************************************/
#main {
  position: relative;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  transform: scale(1);
  transform-origin: top;
  /* top: -15px; */
  z-index: 0;
}

#bg-center {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/bgcenter1.png);
  background-size: contain;
  background-repeat: repeat-y;
}

#section0 .kv-banner {
  width: 100%;
  max-width: none; /* 不再用 1513px，直接跟 section_container 同寬 */
  margin: 0 auto;
  position: relative;
}

#section0 .kv-banner img {
  width: 100%;
  height: auto;
  display: block;
}

#section1 .PCichibanUSP {
  width: 100%;
  max-width: none; /* 不再用 1513px，直接跟 section_container 同寬 */
  margin: 0 auto;
  position: relative;
}

#section1 .PCichibanUSP img {
  width: 100%;
  height: auto;
  display: block;
}

#section2 .PCmachineUSP {
  width: 100%;
  max-width: none; /* 不再用 1513px，直接跟 section_container 同寬 */
  margin: 0 auto;
  position: relative;
}

#section2 .PCmachineUSP img {
  width: 100%;
  height: auto;
  display: block;
}

#section3 .PCmachineintro {
  width: 100%;
  max-width: none; /* 不再用 1513px，直接跟 section_container 同寬 */
  margin: 0 auto;
  position: relative;
}

#section3 .PCmachineintro img {
  width: 100%;
  height: auto;
  display: block;
}

#section4 .PCobject {
  width: 100%;
  max-width: none; /* 不再用 1513px，直接跟 section_container 同寬 */
  margin: 0 auto;
  position: relative;
}

#section4 .PCobject img {
  width: 100%;
  height: auto;
  display: block;
}

#bg-bottom {
  position: absolute;
  width: 97%;
  max-width: 1499px;
  height: 1082px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../images/bg-bottom_test.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#section_container > section {
  width: 100%;
  /* padding: 0px 3% 0 2%; */
  position: relative;
  /* z-index: 1; */
  /* top: -7px; */
}

#section_container > section#section1 {
  /* padding-top: 226px; */
  /*    width: 1475px;
    height: 1103px;*/
  /*background-size: contain;*/
  /*background-image: url("../images/kv_beer.png");*/
  /*    background-repeat: no-repeat;
    background-position: -5px top; */
}
#section_container > section#section2 {
  margin-top: 0;
}

#section_container > section#section2 .flag {
  overflow: hidden;
}
#section_container > section#section2 .flag > img {
  position: relative;
  left: -13px;
  width: 101%;
}
#section_container > section#section2 .title {
  width: 590px;
  /* padding-top: 27px; */
  margin-left: auto;
  margin-right: auto;
}
#section_container > section#section2 .title > img {
  width: 100%;
}

#section_container > section#section2 .story {
  font-family: "GenYoGothicTW-Bold";
  width: 100%;
  max-width: 98%;
  font-size: 28px;
  text-align: center;
  line-height: 1.5;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  background-size: 90%;
  background-repeat: no-repeat;
  background-image: url(../images/house.png);
  background-position: center 100%;
  margin-top: 25px;
}
#section_container > section#section2 .story > img {
  position: relative;
  width: 190px;
  top: 7px;
  margin-left: 0px;
  margin-right: 6px;
}

#section_container > section#section2 .decor_group {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#section_container > section#section2 .decor_group .left_line,
#section_container > section#section2 .decor_group .right_line {
  position: absolute;
  z-index: 1;
}
#section_container > section#section2 .decor_group .left_line {
  top: -20px;
  left: 200px;
}
#section_container > section#section2 .decor_group .right_line {
  right: 305px;
  top: -8px;
}

#section_container > section#section2 .beer_group > img {
  position: relative;
  width: 95%;
  left: -15px;
}

#section_container > section#section2 .beer_group > img {
  position: relative;
  width: 100%;
}

#section_container > section#section3 .title {
  width: 750px;
  height: 260px;
  margin-top: 20px;
  margin-bottom: -93px;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
  background-image: url(../images/s3-title.png);
  background-repeat: no-repeat;
}

#section_container > section#section3 .title > div {
  width: 835px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

#section_container > section#section3 .title .typing {
  position: relative;
  left: 89px;
  bottom: -22px;
}
#section_container > section#section3 .title .typing > img {
  width: 68%;
}
#section_container > section#section3 .subtitle {
  font-size: 22px;
  text-align: center;
  line-height: 1.5;
  font-family: GenYoGothicTW-Bold;
  margin-bottom: 89px;
}
#section_container > section#section3 .subtitle > img {
  position: relative;
  top: 6px;
  margin-left: 3px;
  width: 18%;
}
#section_container > section#section4 {
  width: 100%;
  height: 150px;
  margin-bottom: 170px;
}

#section0 .kv-banner {
  width: 100%;
  max-width: 1513px;
  margin: 0 auto;
  position: relative; /* 讓子元素可以相對定位 */
}

.kv-banner img {
  width: 100%;
  height: auto;
  display: block;
}

#section0 .kv-banner_icon {
  position: absolute;
  top: 182px;
  left: 35%;
  z-index: 10;
  width: 28%;
}

#section1 .kv-title {
  width: 35%;
  margin: 0 auto;
}
#section1 .kv-title > img {
  width: 100%;
  image-rendering: auto;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
  /* Safari seems to support, but seems deprecated and does the same thing as the others. */
  image-rendering: -webkit-optimize-contrast;
}

.outer_link-container {
  position: fixed;
  width: 135px;
  left: 2.5%;
  bottom: 18.2%;
  z-index: 10;
}
.outer_link-container .outer_link {
  display: block;
  top: 0;
}
.outer_link-container .outer_link img {
  width: 100%;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

/*****************************************
*                 card                 *
*****************************************/
.card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: 1000px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -88px -55px 0px -28px;
  transform: scale(0.8);
}

.card {
  width: 480px;
  /* min-height: 420px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 4px solid #2f0303;
  border-bottom: 4px solid #2f0303;
  background-image: url("../images/card_bg.jpg");
}
.card > * {
  /* width: 420px; */
  margin-left: auto;
  margin-right: auto;
}
.card.small {
  width: 306px;
  min-height: 396px;
}
.card.small > * {
  width: 246px;
}
.card.small .card-head {
  height: 112px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card.small .card-head .cup {
  width: 120px;
  height: 90px;
}
.card.small .card-head .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card.small .card-head .brand > a > img:first-of-type {
  max-width: 80px;
}
.card.small .card-head .brand > a > img:nth-of-type(2) {
  top: 0;
  margin-top: 7px;
}
.card-head {
  margin-top: 25px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card-head .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card-head .brand > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card-head .brand > a > img:first-of-type {
  max-width: 150px;
}
.card-head .brand > a > img:nth-of-type(2) {
  position: relative;
  top: 10px;
}
.card-head .brand > a > img {
  display: block;
  pointer-events: none;
}
.card-head .cup {
  width: 200px;
  height: 150px;
}
.card-head .cup > img {
  width: 100%;
}
.card-body {
  margin-top: 30px;
  margin-bottom: 16px;
  padding-top: 30px;
  border-top: 2px solid #2f0303;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-body .content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.card-body .name {
  font-size: 24px;
  font-family: GenYoGothicTW-Bold;
  text-transform: uppercase;
  color: #2f0303;
  line-height: 1.2;
  margin: 0;
}
.card-body .story {
  margin: 0;
  font-size: 18px;
  font-family: GenYoGothicTW-Bold;
  color: #2f0303;
  line-height: 1.5;
  margin-top: 23px;
}
.card-body .popup {
  border-radius: 9999px;
  margin-left: auto;
  width: 90px;
  height: 30px;
  font-size: 14px;
  margin-top: 13px;
  text-align: center;
  font-family: GenYoGothicTW-Bold;
  color: #fff;
  line-height: 33px;
  background-color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition:
    transform 0.5s ease,
    -webkit-transform 0.5s ease;
}
.card-body .popup:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/*****************************************
*                 popup                 *
*****************************************/
#pop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -10;
  opacity: 0;
  -webkit-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
#pop.show {
  z-index: 1000;
  opacity: 1;
}
#pop .close {
  width: 48px;
  height: 48px;
  background-size: cover;
  background-image: url("../images/close.png");
  position: absolute;
  top: -6.5%;
  left: 129%;
  cursor: pointer;
}

.swiper-component {
  width: 548px;
  position: relative;
  height: 80%;
  max-height: 785px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper-component .swiper-container {
  width: 420px;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.swiper-component .swiper-container .swiper-slide::-webkit-scrollbar-track {
  background-color: transparent;
}
.swiper-component .swiper-container .swiper-slide::-webkit-scrollbar {
  width: 20px;
}
.swiper-component .swiper-container .swiper-slide::-webkit-scrollbar-thumb {
  background-color: rgb(0 0 0 / 0);
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}
.swiper-component
  .swiper-container
  .swiper-slide::-webkit-scrollbar-thumb:hover {
  background-color: rgb(0 0 0 / 0.5);
}
.swiper-component .swiper-container .swiper-slide {
  overflow-y: auto;
  scrollbar-width: thin !important;
  scrollbar-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5) !important;
}
.swiper-component .swiper-container .swiper-slide img {
  width: 100%;
}
.swiper-component .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  gap: 15px;
}

.swiper-component .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 1;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0);
}
.swiper-component .swiper-pagination-bullet-active {
  background-color: #fff;
}
.swiper-component .swiper-custom-left,
.swiper-component .swiper-custom-right {
  width: 42px;
  height: 42px;
  cursor: pointer;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  image-rendering: auto;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
  /* Safari seems to support, but seems deprecated and does the same thing as the others. */
  image-rendering: -webkit-optimize-contrast;
}
.swiper-component .swiper-custom-left {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/left.png");
  background-position: left center;
}
.swiper-component .swiper-custom-right {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/right.png");
  background-position: right center;
}

/*****************************************
*                 footer                 *
*****************************************/

html,
body {
  width: 100%;
}

#wrap {
  height: initial;
}
#wrap2 {
  min-height: initial;
}
#footer {
  margin-top: 0;
}
#footer #terms {
  margin-bottom: 0;
}
#footer .top {
  display: none;
}
#section_container > section#section4 {
  margin-bottom: 0;
  padding-bottom: 160px;
  height: auto;
  margin-bottom: 50px;
}
#footer #copyright {
  padding-top: 34px;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background: #f7f7f6;
  position: relative;
}
.wheretoset {
  width: 100%;
  position: absolute;
  bottom: 70px;
  opacity: 0;
  z-index: -1;
  -webkit-transition:
    opacity 0.4s ease,
    bottom 0.4s ease 0.2s;
  -o-transition:
    opacity 0.4s ease,
    bottom 0.4s ease 0.2s;
  transition:
    opacity 0.4s ease,
    bottom 0.4s ease 0.2s;
}
.wheretoset.show {
  bottom: 86px;
  opacity: 1;
  z-index: 1;
  -webkit-transition:
    opacity 0.3s ease 0.1s,
    bottom 0.3s ease;
  -o-transition:
    opacity 0.3s ease 0.1s,
    bottom 0.3s ease;
  transition:
    opacity 0.3s ease 0.1s,
    bottom 0.3s ease;
}
.wheretoset.show a {
  z-index: 1;
}
.wheretoset a {
  display: block;
  width: 18%;
  height: 86px;
  position: absolute;
  right: 23%;
  cursor: pointer;
  z-index: -1;
}
.wheretoset > img {
  position: relative;
  width: 102%;
  left: -1%;
}
.wheretoset.show {
  bottom: 760px;
}
html {
  overflow-x: hidden;
}
body {
  overflow: initial;
  /*overflow-x: hidden;*/
}
#main {
  height: initial;
}
.v1 #main {
  padding-bottom: initial;
  padding-top: 40.2px;
  overflow: initial;
  color: #000;
}
.v1 #main {
  /*padding-bottom: calc(912px - 152px);*/
}

.flag-left {
  position: absolute;
  right: 56%;
  top: 0%;
  transform: scale(0.7);
}

.flag-right {
  position: absolute;
  left: 55%;
  top: 0;
  transform: scaleX(-1) scale(0.7);
}

/*****************************************
*                 202411
              section_container
                  
*****************************************/

/* #section_container {
  padding-top: 3%;
} */

/*****************************************
*                 202411
              tabs - header
                  
*****************************************/

.tabs-header {
}
.tabs-header ul {
}

.tabs {
  position: relative;
  width: 940px;
  margin-top: 178px;
  left: 50%;
  transform: translateX(-50%);
}

.tabs-header li {
  float: left;
  position: relative;
  border: #dedede 1px solid;
  margin: 0 -1px 0 0;
}
.tabs-header li a {
  display: block;
  width: 312px;
  height: 57px;
  color: #6b6b6b;
  font-size: 14px;
  line-height: 57px;
  text-indent: 35px;
  background-image: url(../../images/service/form-arrow.png);
  background-color: #ffffff;
  background-position: 20px center;
  background-repeat: no-repeat;
}
.tabs-header li a:hover {
  background-color: #eeeeee;
}

.tabs-header li.current {
  border-color: #d7000f;
  z-index: 1;
}
.tabs-header li.current a {
  color: #ffffff;
  background-image: url(../../images/service/form-arrow-over.png);
  background-color: #d7000f;
}

.fixed-btn {
  position: fixed;
  right: 12%;
  top: 62%;
  transform: translateY(-50%);
  z-index: 2;
  width: 8vw;
  min-width: 120px;
}
.fixed-btn img {
  width: 100%;
}

#footer {
  margin-top: -236px;
  z-index: 3;
}
