@charset "UTF-8";
/* 預設選項 (必備) ---------------------------------------- */
/*! 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;
}

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

/* 清除浮動 */
.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1; /*For IE 6&7 only*/
}

/* 修改預設的 HTML Tag ----------------------------------- */
/* 清除圖片底部的空白 ------------------------------------- */
img,
svg,
iframe {
  vertical-align: middle;
  border: none;
  outline: none;
}

figure {
  margin: 0;
}

/* 自定義的通用樣式 -------------------------------------- */
.root {
  position: relative;
  margin: 0 auto;
  color: #0f1419;
  background-color: white;
  background-repeat: repeat;
}

.debug {
  border: 1px solid red;
}

.full {
  width: 100%;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

/* 活動使用的 block 設定 ---------------------------------- */
/* index-menu----------------------------------- */
.index-menu-bar {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(1.5em);
  z-index: 12;
}
@media (min-width: 0) {
  .index-menu-bar {
    display: none;
  }
}
@media (min-width: 810px) {
  .index-menu-bar {
    display: block;
    top: 0;
    height: 60px;
  }
}

.index-menu-container {
  margin: 0 auto;
  position: relative;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  height: 100%;
  max-width: 998px;
}

.amc-logo {
  padding-left: 1em;
  width: calc(180px + 1em);
  text-decoration: none;
}
.amc-logo img {
  width: 100%;
}
@media (min-width: 0) {
  .amc-logo {
    display: none;
  }
}
@media (min-width: 700px) {
  .amc-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.index-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
  width: 100%;
  height: 100%;
  font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
.index-menu li {
  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;
}
.index-menu li a {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25em;
  width: 100%;
  text-decoration: none;
  color: black;
}
@media (min-width: 0) {
  .index-menu li a {
    padding: 0 0.5em;
  }
}
@media (min-width: 500px) {
  .index-menu li a {
    padding: 0 1em;
  }
  .index-menu li a span {
    display: initial;
  }
}
.index-menu li a.active {
  color: #0083fe;
}

.en {
  font-weight: bold;
  opacity: 0.65;
}
@media (min-width: 0) {
  .en {
    font-size: 10px;
  }
}
@media (min-width: 375px) {
  .en {
    font-size: 12px;
  }
}

/* slider--------------------------------------- */
.slider {
  position: relative;
  height: 100dvh;
}
.slider .list .item {
  overflow: hidden;
  position: absolute;
  font-size: 0.8em;
  inset: 0 0 0 0;
  opacity: 0;
}
.slider .list .item.active {
  opacity: 1;
  z-index: 10;
}
.slider .list .item.active p:nth-child(1) {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-animation: showContent 0.5s 0.5s ease-in-out 1 forwards;
          animation: showContent 0.5s 0.5s ease-in-out 1 forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.slider .list .item.active p:nth-child(3) {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-animation: showContent 0.5s 0.5s ease-in-out 1 forwards;
          animation: showContent 0.5s 0.5s ease-in-out 1 forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.slider .list .item.active h2 {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-animation: showContent 0.5s 0.5s ease-in-out 1 forwards;
          animation: showContent 0.5s 0.5s ease-in-out 1 forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.slider .list .item.active a {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-animation: showContent 0.5s 0.5s ease-in-out 1 forwards;
          animation: showContent 0.5s 0.5s ease-in-out 1 forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.slider .list .item::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #000), to(transparent));
  background-image: linear-gradient(to top, #000 40%, transparent);
}
.slider .list .item .content {
  position: absolute;
  left: 5%;
  width: 500px;
  max-width: calc(100% - 2em);
  font-size: 1.25em;
  line-height: 1.5;
  z-index: 1;
}
@media (min-width: 0) {
  .slider .list .item .content {
    top: 3%;
  }
}
@media (min-width: 810px) {
  .slider .list .item .content {
    top: 13%;
  }
}
@media (min-width: 700px) and (max-width: 1024px) {
  .slider .list .item .content {
    padding-right: 15%;
  }
}
.slider .list .item .content p {
  margin: 0 0 2rem 0;
  color: rgb(25, 85, 109);
  letter-spacing: 2px;
  text-align: justify;
}
@media (min-width: 0) {
  .slider .list .item .content p {
    font-size: 1em;
  }
}
@media (min-width: 700px) {
  .slider .list .item .content p {
    font-size: 1.25em;
  }
}
.slider .list .item .content p:nth-child(1) {
  margin-bottom: 0.75rem;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: rgb(42, 123, 155);
}
.slider .list .item .content h2 {
  font-size: 90px;
  margin: 0;
  line-height: 1;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#3484ec), color-stop(#732fdf), to(#3484ec));
  background-image: linear-gradient(to bottom right, #3484ec, #732fdf, #3484ec);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
@media (min-width: 0) {
  .slider .list .item .content h2 {
    padding: 0 0 1em 0;
    font-size: 35px;
  }
}
@media (min-width: 450px) {
  .slider .list .item .content h2 {
    font-size: 45px;
  }
}
@media (min-width: 700px) {
  .slider .list .item .content h2 {
    padding: 0 0 0.25em 0;
    font-size: 70px;
  }
}
.slider .list .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider .list .item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.35rem 0.5em;
  color: white;
  font-size: 1.5em;
  text-decoration: none;
  background-color: #0083fe;
  border: 5px solid #0083fe;
  border-radius: 10px;
}

/* 動畫----------------------------------------- */
@-webkit-keyframes showContent {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes showContent {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/* LOGO--------------------------------------- */
.product-logo {
  position: absolute;
  z-index: 1;
}
@media (min-width: 0) {
  .product-logo.logo-1 {
    top: 2em;
    right: 1em;
    width: 150px;
  }
}
@media (min-width: 700px) {
  .product-logo.logo-1 {
    top: 8em;
    right: 3em;
    width: 250px;
  }
}
@media (min-width: 0) {
  .product-logo.logo-2 {
    top: 2em;
    right: 1em;
    width: 70px;
  }
}
@media (min-width: 700px) {
  .product-logo.logo-2 {
    top: 8em;
    right: 3em;
    width: 200px;
  }
}
@media (min-width: 0) {
  .product-logo.logo-3 {
    top: 2em;
    right: 1em;
    width: 150px;
  }
}
@media (min-width: 700px) {
  .product-logo.logo-3 {
    top: 8em;
    right: 3em;
    width: 300px;
  }
}
.product-logo img {
  width: 100%;
}

/* thumbnail---------------------------------- */
.thumbnail-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.thumbnail {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  bottom: 20px;
  z-index: 11;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
  width: 100%;
}
@media (min-width: 0) {
  .thumbnail {
    overflow-x: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.75em;
    min-height: 180px;
  }
}
@media (min-width: 810px) {
  .thumbnail {
    overflow-x: hidden;
    gap: 1em;
    min-height: 290px;
  }
}
@media (min-width: 1600px) {
  .thumbnail {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.thumbnail .item {
  position: relative;
  overflow: hidden;
  border: 2px solid white;
  border-radius: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1), 0 15px 10px -15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1), 0 15px 10px -15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 0) {
  .thumbnail .item {
    width: 35%;
  }
}
@media (min-width: 810px) {
  .thumbnail .item {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .thumbnail .item {
    width: 18%;
  }
}
.thumbnail .item img {
  width: 100%;
}
.thumbnail .item.active {
  border-width: 7px;
  border-color: white;
}
@media (min-width: 0) {
  .thumbnail .item.active {
    width: 45%;
  }
}
@media (min-width: 810px) {
  .thumbnail .item.active {
    width: 38%;
  }
}
@media (min-width: 1200px) {
  .thumbnail .item.active {
    width: 22%;
  }
}
@media (min-width: 0) {
  .thumbnail .item.active .content {
    font-size: 1em;
  }
}
@media (min-width: 810px) {
  .thumbnail .item.active .content {
    font-size: 1.375em;
  }
}
.thumbnail .item .content {
  position: absolute;
  bottom: 0;
  padding: 0.35em 0 0.25em;
  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;
  width: 100%;
  color: #0083fe;
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(1.25em);
}
@media (min-width: 0) {
  .thumbnail .item .content {
    font-size: 0.75em;
  }
}
@media (min-width: 810px) {
  .thumbnail .item .content {
    font-size: 1.25em;
  }
}

sup.plus-color {
  color: #7230df;
}

/* arrows-------------------------------------- */
.arrows {
  display: none;
  position: absolute;
  top: 30%;
  right: 50%;
  z-index: 100;
}
.arrows button {
  height: 40px;
  font-size: x-large;
  color: #eee;
  background-color: rgba(238, 238, 238, 0.3333333333);
  border: none;
  border-radius: 5px;
}

* {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#myElement {
  display: inline-block;
  font-weight: bold;
}