@charset "UTF-8";
@import url("http://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Sans+SC&family=Noto+Sans+TC&family=Open+Sans&display=swap");

@font-face {
  font-family: "Mabry Pro";
  src: url("../fonts/Mabry-Regular-Pro.woff") format("woff"), url("../fonts/Mabry-Regular-Pro.ttf") format("truetype"), url("../fonts/Mabry-Regular-Pro.eot") format("embedded-opentype");
}

@font-face {
  font-family: "Mabry Pro";
  src: url("../fonts/Mabry-Bold-Pro.woff") format("woff"), url("../fonts/Mabry-Bold-Pro.woff") format("truetype"), url("../fonts/Mabry-Bold-Pro.eot") format("embedded-opentype");
  font-weight: bold;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* outline: 1px solid red; */
}

/* color usage */
:root {
  --gray-1: #646464;
  --gray-2: #969696;
  --gray-3: #c8c8c8;
  --gray-4: #e1e1e1;
  --gray-5: #f0f0f0;
  --gray-6: #f5f5f5;
  --white: #ffffff;
  --header-height: 80px;
  --error-color: #E65F5A;
  --dark-gray: #000000;
  --color-light: rgba(26, 35, 64, 1);

  /* Color variables*/
  --color-brand-cyan: #64dcf0;
  --color-brand-marine: #005087;
  --color-brand-purple: #b491d7;
  --color-brand-yellow: #ffe664;
  --color-brand-green: #87dc64;

  --color-primary-200: #BEF7FA;
  --color-primary-700: #0780AD;

  --color-secondary-200: #EFE1F5;
  --color-secondary-700: #7350A1;

  --color-tertiary-200: #E8F7D5;
  --color-tertiary-700: #54A337;

  --color-brand-base-0: #ffffff;
  --color-brand-base-25: #f5f7f9;
  --color-brand-base-50: #f3f7f8;
  --color-brand-base-100: #e5ebef;
  --color-brand-base-200: #c0cdda;
  --color-brand-base-300: #9db0c4;
  --color-brand-base-400: #5e7498;
  --color-brand-base-500: #3f5071;
  --color-brand-base-600: #2a3756;
  --color-brand-base-700: #1a2340;
  --color-brand-base-800: #0e1530;
  --color-brand-base-900: #05091b;
  --color-brand-base-950: #01030e;
  --color-on-dark: #E6FCFC;
  --color-on-dark-body: #F5F8F9;

  /* Other variables*/
  --unit-xs: 2px;
  --unit-s: 4px;
  --unit-m: 8px;
  --unit-l: 12px;
  --unit-xl: 16px;
  --unit-2xl: 20px;
  --unit-3xl: 32px;
  --unit-4xl: 48px;
  --unit-5xl: 64px;
  --unit-6xl: 96px;
  --unit-7xl: 128px;
  --unit-inf: 9999px;
  --font-family-heading: Mabry Pro;
  --font-family-body: Mabry Pro;
  --font-heading-subtitle-2-style: 500;
  --font-display-display-1-family: Mabry Pro;



  --auo-blue: #005087;
  --smart-blue: #64dcf0;
  --energetic-yellow: #ffe364;
  --innovative-purple: #b491d7;
  --sustainable-green: #87dc64;
  --ice: #64DCF0;
  --butter: #FFE664;
  --violet: #D7B4E1;
  --primrose: #87DC64;
  --peach: #FFC8AA;
  --dust: #D2B496;
  --ice-glass: #bee6e140;
  --butter-glass: #fff0b440;
  --violet-glass: #D7B4E140;
  --primrose-glass: #D2F09B40;
  --peach-glass: #FFC8AA40;
  --dust-glass: #D2B49640;
  --gray-1: #646464;
  --gray-2: #969696;
  --gray-3: #c8c8c8;
  --gray-4: #e1e1e1;
  --gray-5: #f0f0f0;
  --gray-6: #f5f5f5;
  --white: #ffffff;
  --mask-color: #003c6599;
  --error-color: #E65F5A;
  --dark-gray: #000000;
  --space-xs: 3px;
  --space-s: 6px;
  --space-m: 12px;
  --space-l: 24px;
  --space-xl: 40px;
  --space-2xl: 64px;
  --space-3xl: 92px;
  --space-4xl: 128px;
  --radius-xs: 1px;
  --radius-s: 3px;
  --radius-m: 6px;
  --radius-l: 12px;
  --radius-xl: 24px;
  --radius-2xl: 32px;
  --input-height-s: 24px;
  --input-height-m: 36px;
  --size-icon-xs: 12px;
  --size-icon-s: 16px;
  --size-icon-m: 20px;
  --size-icon-l: 24px;
}

h1,
.h1 {
  font-size: 48px;
}

h2,
.h2 {
  font-size: 40px;
}

h3,
.h3 {
  font-size: 32px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 20px;
}

.text-center {
  text-align: center;
}

.display {
  font-size: 48px;
  line-height: normal;
}

.font-48 {
  font-size: 48px;
  line-height: 60px;
}

.font-40 {
  font-size: 40px;
  line-height: 56px;
}

.font-32 {
  font-size: 32px;
  line-height: 42px;
}

.font-24 {
  font-size: 24px;
  line-height: 32px;
}

.font-20 {
  font-size: 20px;
  line-height: 30px;
}

.font-12 {
  font-size: 12px;
  line-height: 14px;
}

html:lang(en) .font-16 {
  font-size: 18px;
  line-height: 28px;
}

.en .font-16 {
  font-size: 16px;
  line-height: 28px;
}

.font-16 {
  font-size: 16px;
  line-height: 26px;
}

.font-16.en {
  font-size: 16px;
  line-height: 28px;
}

.font-14 {
  font-size: 14px;
  line-height: 18px;
}

.sub-title {
  font-size: 18px;
  line-height: 24px;
}

.flex {
  display: flex;
}

.flex.f-row {
  flex-direction: row;
}

.flex.f-col {
  flex-direction: column;
}

.flex.f-no-shrink {
  flex-shrink: 0;
}

.flex.f-center {
  align-items: center;
  justify-content: center;
}

.flex.f-center-h {
  align-items: center;
}

.flex.f-center-w {
  justify-content: center;
}

.flex.f-wrap {
  flex-wrap: wrap;
}

.flex.f-end {
  justify-content: end;
}

.flex.f-start {
  justify-content: start;
}

.flex.f-between {
  justify-content: space-between;
}

.flex.f-around {
  justify-content: space-around;
}

.flex.gap-xs {
  gap: var(--space-xs);
}

.flex.gap-s {
  gap: var(--space-s);
}

.flex.gap-m {
  gap: var(--space-m);
}

.flex.gap-l {
  gap: var(--space-l);
}

.flex.gap-16 {
  gap: var(--unit-xl);
}

.flex.gap-xl {
  gap: var(--space-xl);
}

.flex.gap-2xl {
  gap: var(--space-2xl);
}

.flex.gap-3xl {
  gap: var(--space-3xl);
}

.flex.gap-4xl {
  gap: var(--space-4xl);
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.swiper-container {
  max-width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: var(--space-xl);
}

.swiper-wrapper:has(.swiper-slide:only-child) {
  justify-content: center;
}

/* .swiper-wrapper .swiper-slide:first-of-type .img {
  border-radius: 100vmax 0 0 100vmax;
} */




@media screen and (max-width: 767px) {
  .swiper-news {
    margin-left: 20px;
  }

  h1,
  .h1 {
    font-size: 32px;
    line-height: 38px;
  }

}

.artifact {
  position: absolute;
}

.artifact.float {
  transform: translate3d(0, -50px, 0);
  animation-name: float;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

@keyframes float {
  to {
    transform: translate3d(0, 50px, 0);
  }
}

@media screen and (max-width: 767px) {
  .artifact {
    display: none;
  }

  .artifact.float {
    animation: none;
  }
}

.swindle {
  animation-name: swindle;
  animation-duration: 6s;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@keyframes swindle {
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

/* Text styles classes */
.body-1 {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: auto;
  font-family: "Mabry Pro", "Noto Sans TC";
  font-style: normal;
}

.body-2 {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.25px;
  line-height: auto;
  font-family: "Mabry Pro", "Noto Sans TC";
  font-style: normal;
}

.display-1 {
  font-weight: 700;
  font-size: 82px;
  letter-spacing: 1.5px;
  line-height: 80px;
  font-family: "Mabry Pro", "Noto Sans TC";
  font-style: normal;
}

.display-2 {
  font-weight: 700;
  font-size: 64px;
  letter-spacing: 1.5px;
  line-height: 72px;
  font-family: "Mabry Pro", "Noto Sans TC";
  font-style: normal;
}

.display-3 {
  font-weight: 700;
  font-size: 37px;
  letter-spacing: 1.5px;
  line-height: 50px;
  font-family: "Mabry Pro", "Noto Sans TC";
  font-style: normal;
}

.display-4 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1.5px;
  line-height: 26px;
  font-family: "Mabry Pro", "Noto Sans TC";
  font-style: normal;
}

.heading-1 {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 1.5px;
  line-height: 52px;
  font-family: "Mabry Pro", "Noto Sans TC";
  font-style: normal;
}

.heading-2 {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -0.5px;
  line-height: 42px;
  font-family: "Mabry Pro", "Noto Sans TC";
  font-style: normal;
}

.heading-3 {
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 38px;
  font-family: "Mabry Pro", "Noto Sans TC";
  font-style: normal;
}

.heading-4 {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.25px;
  line-height: 32px;
  font-family: "Mabry Pro", "Noto Sans TC";
  font-style: normal;
}

.heading-5 {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 26px;
  font-family: "Mabry Pro", "Noto Sans TC";
  font-style: normal;
}

.heading-6 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.15px;
  line-height: auto;
  font-family: "Mabry Pro", "Noto Sans TC";
  font-style: normal;
}

.subtitle-1 {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.15px;
  line-height: auto;
  font-family: "Mabry Pro", "Noto Sans TC";
  font-style: normal;
}

.subtitle-2 {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1px;
  line-height: auto;
  font-family: "Mabry Pro", "Noto Sans TC";
  font-style: normal;
}

.caption {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: auto;
  font-family: "Mabry Pro", "Noto Sans TC";
  font-style: normal;
}

.footnote {
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.4px;
  line-height: auto;
  font-family: "Mabry Pro", "Noto Sans TC";
  font-style: normal;
}

.overline {
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 1.5px;
  line-height: auto;
  font-family: "Mabry Pro", "Noto Sans TC";
  font-style: normal;
}

.label-1 {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: auto;
  font-family: "Mabry Pro", "Noto Sans TC";
  font-style: normal;
}

.label-2 {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: auto;
  font-family: "Mabry Pro", "Noto Sans TC";
  font-style: normal;
}

.label-3 {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.5px;
  line-height: auto;
  font-family: "Mabry Pro", "Noto Sans TC";
  font-style: normal;
}

@media (max-width: 1199px) {
  :root {
    --header-height: 60px;
  }

  .display-2 {
    font-size: 54px;
    line-height: 66px;
  }

}

@media (max-width:767px) {


  .display-2 {
    font-size: 41px;
    line-height: 52px;
  }

}

.font-700 {
  font-weight: 700;
}

.font-500 {
  font-weight: 500;
}

body,
html {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  overflow-x: clip !important;
}

body {
  font-size: 16px;
  line-height: 26px;
  font-family: "Mabry Pro", Verdana, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", "sans-serif", "新細明體", "細明體";
  font-weight: normal;
  height: 100%;
  overflow-x: hidden;
  color: var(--color-brand-marine);
}



.overflow-x-clear {
  overflow-x: visible !important;
}

.body-padding {
  padding-top: var(--header-height);
}

@media screen and (max-width: 1199px) {
  .body-padding {
    padding-top: 60px;
  }
}

img {
  max-width: 100%;
  border: none;
}

/* color usage class */
.auo-blue {
  color: var(--color-brand-marine);
}

.smart-blue {
  color: var(--color-brand-cyan);
}

.energetic-yellow {
  color: var(--color-brand-yellow);
}

.innovative-purple {
  color: var(--color-brand-purple);
}

.sustainable-green {
  color: var(--color-brand-green);
}

.white {
  color: #fff;
}

img {
  border: none;
  max-width: 100%;
}

button {
  outline: 0 !important;
}

input[type=text],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

html:lang(en) body {
  font-size: 18px;
  line-height: 28px;
}

.main-content.en {
  font-size: 18px;
  line-height: 28px;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  font-weight: normal;
}

p {
  font-size: 16px;
  line-height: 26px;
}

/*  英文的字級  */
p.en {
  font-size: 18px;
  line-height: 28px;
}

.en p {
  font-size: 18px;
  line-height: 28px;
}

.font-48 {
  font-size: 48px;
  line-height: 60px;
}

.font-40 {
  font-size: 40px;
  line-height: 56px;
}

.font-32 {
  font-size: 32px;
  line-height: 42px;
}

.font-24 {
  font-size: 24px;
  line-height: 32px;
}

.font-20 {
  font-size: 20px;
  line-height: 30px;
}

html:lang(en) .font-16 {
  font-size: 18px;
  line-height: 28px;
}

.en .font-16 {
  font-size: 18px;
  line-height: 28px;
}

.font-16 {
  font-size: 16px;
  line-height: 26px;
}

.font-16.en {
  font-size: 18px;
  line-height: 28px;
}

.font-14 {
  font-size: 14px;
  line-height: 18px;
}

.sub-title {
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 1199px) {
  html:lang(en) body {
    font-size: 16px;
    line-height: 22px;
  }

  .main-content.en {
    font-size: 16px;
    line-height: 22px;
  }

  body {
    font-size: 16px;
    line-height: 22px;
  }

  .font-48,
  .font-40 {
    font-size: 26px;
    line-height: 36px;
  }

  .font-32 {
    font-size: 22px;
    line-height: 30px;
  }

  .font-24 {
    font-size: 20px;
    line-height: 28px;
  }

  .font-20 {
    font-size: 18px;
    line-height: 26px;
  }

  .font-16 {
    font-size: 16px;
    line-height: 22px;
  }

  /* 英文的字級 */
  p.en {
    font-size: 16px;
    line-height: 22px;
  }

  .en p {
    font-size: 16px;
    line-height: 22px;
  }

  html:lang(en) .font-16 {
    font-size: 16px;
    line-height: 22px;
  }

  .en .font-16 {
    font-size: 16px;
    line-height: 22px;
  }

  .font-16.en {
    font-size: 16px;
    line-height: 22px;
  }

  /*  英文的字級  */
  .font-16 {
    font-size: 16px;
    line-height: 22px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
  }

  .sub-title {
    font-size: 14px;
    line-height: 18px;
  }
}

.flex-block {
  display: flex;
  flex-wrap: wrap;
}

.inline {
  display: inline-block !important;
}

select {
  outline: none;
}

a {
  text-decoration: none;
  word-break: break-word;
  transition: 0.2s ease-out;
}

a:hover {
  color: inherit;
  text-decoration: none;
  outline: none !important;
}

a.link-no-hover:hover,
.link-no-hover a:hover {
  color: #fff !important;
}

a.static-link {
  color: var(--color-brand-cyan);
}

a.static-link:hover {
  text-decoration: underline;
}

textarea,
input[type=text],
input[type=button],
input[type=reset],
input[type=submit],
select {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
}

select::-ms-expand {
  display: none;
}

.no-ul,
.no-ul>li {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*  */
::placeholder {
  /* CSS 3 標準 */
  color: var(--gray-2);
}

::-webkit-input-placeholder {
  /* Chrome, Safari */
  color: var(--gray-2);
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--gray-2);
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--gray-2);
  opacity: 1;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  /*背景色*/
  transition: background-color 5000s ease-in-out 0s;
  /*透明*/
  -webkit-text-fill-color: #fff;
  filter: none;
}

input {
  outline: none;
}

.img-fit {
  overflow: hidden;
}

.img-fit video,
.img-fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.white {
  color: #fff !important;
}

.gray-1 {
  color: #646464;
}

.bold {
  font-weight: bold;
}

.event-btn {
  padding: 0 20px;
  width: 240px;
  background: linear-gradient(180deg, #0780AD 0%, #005087 100%);
  box-shadow: 0px 0px 7px 0px var(--color-brand-cyan) inset;
  height: 54px;
  border-radius: 2px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.event-btn::before {
  content: '';
  position: absolute;
  display: block;
  margin: -10px;
  top: 0;
  left: -15%;
  width: 11%;
  height: calc(100% + 20px);
  background-color: rgba(255, 255, 255, 0.2);
  transform: skewX(-25deg);
  transition: all 0.5s ease;
}

.event-btn:hover {
  box-shadow: 0px 0px 20px 0px var(--color-brand-cyan) inset;
}

.event-btn:hover::before {
  left: 110%;
}

.event-btn .btn-title {
  color: var(--color-brand-base-0);
}

/*btn-white Light Background */
.btn-grow {
  cursor: pointer;
  min-width: 120px;
  margin: auto 0;
  display: block;
  width: fit-content;
  /* vertical-align: bottom; */
  height: 54px;
  padding: 0 16px;
  border-radius: 28px;
  text-align: center;
  outline: 0 !important;
  transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateZ(0);
  overflow: hidden;
  border: none;
  background-color: var(--smart-blue);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  position: relative;
  flex-shrink: 0;
}

.btn-grow[data-color=ice] {
  background-color: var(--ice);
}

.btn-grow[data-color=butter] {
  background-color: var(--butter);
}

.btn-grow[data-color=violet] {
  background-color: var(--innovative-purple);
}

.btn-grow[data-color=primrose] {
  background-color: var(--primrose);
}

.btn-grow[data-color=peach] {
  background-color: var(--peach);
}

.btn-grow[data-color=dust] {
  background-color: var(--dust);
}

.btn-grow.btn-white {
  background-color: #fff;
}

.btn-grow.btn-white:hover {
  background-color: var(--smart-blue);
}

.btn-grow.btn-white:hover .btn-title {
  color: var(--auo-blue);
}

.btn-grow.btn-white:before {
  background: var(--smart-blue);
}

.btn-grow.discount {
  background-color: var(--auo-blue);
}

.btn-grow.discount::before {
  /* background: var(--gray-6); */
  background: #BFBFBF;
}

.btn-grow.discount:hover .btn-title {
  color: var(--auo-blue);
}

.btn-grow.discount .btn-title {
  color: #fff;
}

.btn-grow:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 10px;
  height: 10px;
  bottom: 0;
  vertical-align: bottom;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  overflow: hidden;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-grow:hover,
.btn-grow[data-active=true] {
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  /* background: var(--gray-6); */
  background: #BFBFBF;

}

.btn-grow:hover:before,
.btn-grow[data-active=true]:before {
  transform: scale(24);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-grow .video-btn {
  display: flex;
  flex-direction: row;
  gap: var(--space-s);
  position: relative;
  align-items: center;
}

.btn-grow .video-btn::after {
  content: "";
  width: 26px;
  height: 26px;
  transform: translate3d(0, 1px, 0);
  background-image: url("../image/auo-video-play-icon.svg");
}

.en .btn-grow {
  height: 56px;
}

.btn-grow:before {
  /* background: var(--gray-6); */
  background: #BFBFBF;

}

.en .btn-title {
  font-size: 18px;
  line-height: 56px;
}

.btn-title {
  display: flex;
  position: relative;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  font-weight: bold;
  font-size: 18px;
  line-height: 54px;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  color: var(--auo-blue);
}

/* btn blank-text */
.btn-blank::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacitiy 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 1199px) {
  /* .btn-grow {
    height: 48px;
  } */

  /* .btn-title {
    font-size: 16px;
    line-height: 48px;
  } */

  .en .btn-title {
    font-size: 16px;
    line-height: 48px;
  }

  .en .btn-grow {
    height: 48px;
  }

  .btn-blank::after {
    width: 22px;
    height: 22px;
  }
}


/* ================================================ */
/* =====================show hidden break point=========================== */
/* flexbox js show hide */
.is-hidden {
  display: none !important;
}

.show {
  display: block;
}

/* 全部隱藏 */
.hidden {
  display: none !important;
}

/* footer 用斷點*/
@media screen and (max-width: 1399px) {
  .hidden-1400 {
    display: none !important;
  }
}

@media screen and (min-width: 1400px) {
  .show-1399 {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {

  /* pc出現、tb、mb隱藏 */
  .hidden-tb {
    display: none !important;
  }

  .show-pc {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .show-m {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {

  /* pc、tb出現、mb隱藏 */
  .hidden-m,
  .show-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {

  .hidden-pc,
  .show-tb,
  .show-m {
    display: none !important;
  }
}

.container {
  width: 100%;
  max-width: 1200px;
  min-width: 1200px;
  padding: 0px 60px 0;
}

@media screen and (max-width: 1199px) {
  .container {
    min-width: auto;
    padding: 0 40px;
  }

  .main-content {
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

/* =

/* 本頁內容開始*/
.header-block {
  position: fixed;
  width: 100%;
  top: 0;
  transition: 0.5s;
  z-index: 9999;
  transition: background-color 0.3s;
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%); */
}

.header-block .inner-header {
  justify-content: space-between;
  padding: 20px 48px;
  margin: 0 auto;
}

.header-block .inner-header .logo-block .f-row {
  gap: 25px;
  width: 100%;
}

.header-block .inner-header .logo-block {
  display: inline-flex;
  justify-content: space-between;
  padding: 0;
  font-size: 0;
}


.header-block .inner-header .logo-block a {
  padding: 0;
  font-size: 0;
  margin: 0;
  width: 100px;
}



.header-block.is-scroll {
  background-color: #FFFFFF26;
  backdrop-filter: blur(64px);
}

.header-block .link-block {
  display: flex;
  align-items: center;
}

.header-block .link-block .survey+a {
  margin-left: 48px;
}

.header-block .link-block a {
  font-size: 0;
  line-height: 0;
}

.header-block .link-block a+a {
  margin-left: 12px;
}

.header-block .svg-logo {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  transition: background-color 0.3s ease;
  background-color: var(--white);
}

.header-block.is-scroll .svg-logo {
  background-color: var(--color-brand-marine);
}

.header-block .inner-header .logo-block .brand {
  height: 42px;

  -webkit-mask-image: url('../image/logos/auo-logo.svg');
  mask-image: url('../image/logos/auo-logo.svg');


}

.header-block .inner-header .logo-block .brand-ces {
  height: 42px;

  -webkit-mask-image: url('../image/logos/touchtaiwan-logo.svg');
  mask-image: url('../image/logos/touchtaiwan-logo.svg');


}

.header-block .logo-home {
  height: 24px;
  width: 24px;
  -webkit-mask-image: url('../image/common/auo-home.svg');
  mask-image: url('../image/common/auo-home.svg');
}

.header-block .logo-facebook {
  height: 24px;
  width: 24px;
  -webkit-mask-image: url('../image/common/auo-facebook.svg');
  mask-image: url('../image/common/auo-facebook.svg');
}

.header-block .logo-linkedin {
  height: 24px;
  width: 24px;
  -webkit-mask-image: url('../image/common/auo-linkedin.svg');
  mask-image: url('../image/common/auo-linkedin.svg');
}

@media screen and (max-width: 1199px) {

  .header-block .inner-header .logo-block {
    width: 226px;
  }

  .header-block .inner-header .logo-block svg {
    width: 101px;
    height: 41px;
  }

  .header-block .inner-header {
    padding: 0px 52px;
    align-items: center;
    height: 81px;
  }

  .header-block .inner-header .logo-block .brand {
    margin-right: 0px;
  }
}

@media screen and (max-width: 767px) {

  .header-block .inner-header {
    padding: 14px 20px;
    height: 68px;
  }

  .header-block .link-block .survey+a {
    margin-left: 17px;
  }

  .header-block .link-block a+a {
    margin-left: 8px;
  }

  .header-block .inner-header .logo-block {
    width: 87px;
  }

  .header-block .inner-header .logo-block svg {
    width: 87px;
    height: 36px;
  }

  .header-block .survey {
    width: 110px;
    height: 32px;
    min-width: 0;
  }


  .header-block .survey .btn-title {
    line-height: 32px;
    font-size: 12px;

  }
}

/* ============================================================= */
.video-block {
  display: block;
  width: 100%;
  position: relative;
  font-size: 0;
  line-height: 0;
  height: auto;
  overflow: hidden;
}

.video-gallery-wrapper .video-block .video {
  aspect-ratio: 16/7;
}

.video-block .overlay-background {
  position: absolute;
  left: 0;
  width: 100%;
  background: linear-gradient(360deg, #F5F8F9 0%, rgba(255, 255, 255, 0.4) 69.92%, rgba(255, 255, 255, 0) 100%);
  height: 33.45%;
  bottom: 0;
}

#kv-video.video-block {
  position: relative;
  height: 100vh;
  /* aspect-ratio: 1440/891; */
}

.video-block .video {
  margin: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: auto;
  bottom: 0;
  left: 0;
}

#kv-video.video-block .video {
  position: absolute;
  height: 100%;
}

.video-block picture {
  transition: opacity 0.5s ease;
}


.video-block .info-content .container {
  padding: 0 var(--unit-4xl);
  max-width: unset;
  min-width: 1440px;

}

.video-block .info-content {
  position: absolute;
  z-index: 3;
  width: 100%;
}

.video-block .info-content .first-content,
.video-block .info-content .second-content {
  color: var(--white);

}

.video-block .demo-kv {
  top: 14.81%;
}

.video-block .date-info {
  bottom: 16.72%;
  text-shadow: 0px 2px 14px rgba(0, 80, 135, 0.5);
}

@media screen and (max-width: 1199px) {

  .video-block .info-content {
    text-align: center;
  }

  #kv-video.video-block {
    /* aspect-ratio: 768/891; */
    height: calc(100vh - 60px);
    overflow: visible;
  }


  .video-block .info-content .container {
    padding: 0 52px;
    max-width: unset;
    min-width: unset;
  }



}

@media screen and (max-width: 767px) {


  #kv-video.video-block {
    /* aspect-ratio: 360/776; */
    height: calc(100vh - 60px);
    overflow: visible;
  }

  .video-block .info-content .container {
    padding: 0 20px;
  }

  .video-block .date-info .container {
    padding: 0;
  }

  .video-block .info-content .date {
    font-size: 24px;
  }

  .video-block .info-content .position {
    font-size: 16px;
    line-height: 16px;
  }

}

/* ============================================================= */

.booth-img {
  /* background-image: url(../image/auo-booth-pc.png); */
  aspect-ratio: 1440/670;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* padding-top: 41.04%; */
  position: relative;
}

.booth-img img {
  width: 100%;
  object-position: center;
  object-fit: cover;
}

.booth-img .booth-img-anchor {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 10%;
  height: 14%;
}

.booth-img .anchor1 {
  top: 25%;
  left: 31%;
}

.booth-img .anchor2 {
  top: 25%;
  left: 59%;
}

.booth-img .anchor3 {
  top: 25%;
  left: 79%;
}

@media screen and (max-width: 1199px) {
  .booth-img {
    /* padding-top: 39.67%;
    background-image: url(../image/auo-booth-tb.png); */
    aspect-ratio: 768/385;

  }

  .booth-img .booth-img-anchor {
    width: 18%;
    height: 22%;
  }

  .booth-img .anchor1 {
    top: 21%;
    left: 26%;
  }

  .booth-img .anchor2 {
    top: 19%;
    left: 53%;
  }

  .booth-img .anchor3 {
    top: 12%;
    left: 77%;
  }


}

@media screen and (max-width: 767px) {
  .booth-img .booth-img-anchor {
    width: 25%;
    height: 22%;
  }

  .booth-img .anchor1 {
    top: 8%;
    left: 19%;
  }

  .booth-img .anchor2 {
    top: 18%;
    left: 46%;
  }

  .booth-img .anchor3 {
    top: 31%;
    left: 72%;
  }
}

/* ============================================================= */
.product-area {
  /* background-image: url(../image/backgrounds2/auo-background-3.png); */
  background-image: linear-gradient(180deg, #92D1F8 0%, #F5F8F9 168.18%);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 92px 0 73px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.product-area::before {
  content: "";
  position: absolute;
  top: 38.54%;
  left: 0;
  width: 100%;
  height: 32.92%;
  background: url(../image/backgrounds2/bg-3-mountains.png) no-repeat left center;
  background-size: 100% 100%;
  pointer-events: none;
}

.product-area .logo-content {
  margin-top: 32px;
}

.product-area .logo-content .img {
  max-width: 143px;
}

.product-area .title-block .logo-content+.last-img {
  margin-top: 20px;
}

@media screen and (max-width: 1440px) {
  .product-area::before {
    background-size: 1440px;
  }
}

.product-area .img {
  overflow: hidden;
  border-radius: 4px;
}

.article-content .img-content {
  overflow: hidden;
  border-radius: 4px;
}

.product-area .container {
  padding: 0px 126px 0;
  position: relative;
}

.product-area .title-block+.title-block {
  padding-top: 96px;
}

.product-area .title-block .title {
  padding-bottom: 48px;
}

.product-area .title-block .heading-3 {
  padding-bottom: 26px;
}

.product-area .title-block .swiper-btn-block {
  margin-top: 32px;
  margin-bottom: 23px;
}

.product-area .title-block .last-img {
  margin-top: 46px;
}

.product-area .title-block p {
  color: var(--color-light);
}

@media screen and (max-width: 1199px) {
  .product-area {
    /* background-image: url(../image/backgrounds2/auo-background-3-tb.png); */
    padding: 22px 0 94px;
  }

  .product-area .container {
    padding: 0 40px;
  }

  .product-area .logo-content .img {
    max-width: 143px;
  }

}

@media screen and (max-width: 767px) {
  .product-area {
    /* background-image: url(../image/backgrounds2/auo-background-3-mb.png); */
    padding: 50px 0 51px;
  }

  .product-area .heading-1,
  .vertical-area .heading-1,
  .move-area .heading-1 {
    font-size: 32px;
    line-height: 38px;
  }

  .product-area .heading-3,
  .vertical-area .heading-3,
  .move-area .heading-3 {
    font-size: 24px;
    line-height: 24px;
  }

  .product-area .container {
    padding: 0 20px;
  }

}

/* ============================================================= */
.vertical-area {
  /* background-image: url(../image/backgrounds2/auo-background-4.jpg); */

  background-image: linear-gradient(180deg, #CDE8F9 0%, #92D1F8 100%);

  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 53px 0 76px;
  margin-top: -2px;
}


.article-content {
  flex-wrap: nowrap;
}

.vertical-area .container {
  max-width: 1440px;
  /* min-width: 1440px; */
  padding: 0px 0px 0;
}

.vertical-area .title {
  margin-bottom: var(--unit-5xl);
  text-align: center;

}

.vertical-area .article-content+.article-content {
  margin-top: var(--unit-5xl);
}

.article-content.left {
  justify-content: flex-start;
  padding-right: 60px;
}

.article-content.right {
  justify-content: flex-end;
  padding-left: 60px;
}

.article-content h3 {
  margin-bottom: var(--unit-xl);
}

.article-content .content p {
  margin-bottom: var(--unit-3xl);
}

.article-content .img-content {
  flex: 1 1 auto;
  max-width: 786px;
  font-size: 0;
  line-height: 0;
}


.article-content .content {
  max-width: 456px;
  flex: 0 0 456px;
}

.article-content .content .logo-content .img {
  width: 143px;
  display: flex;
  align-items: center;
}

.vertical-area .content .logo-content .space-logo.img {
  width: 135px;
}

.article-content .content p {
  color: var(--color-light);
}

@media screen and (max-width: 1199px) {
  .article-content.left {
    padding-right: 0px;
  }

  .article-content.right {
    padding-left: 0px;
  }

  .article-content {
    flex-wrap: wrap;
  }

  .article-content .img-content {
    flex: none;
    max-width: 100%;

  }


  .article-content .content {
    max-width: 100%;
    flex: none;
  }

  .vertical-area {
    /* background-image: url(../image/backgrounds2/auo-background-4-tb.jpg); */
    padding: 32px 0 83px;
  }

  .vertical-area .container {
    min-width: auto;
    padding: 0 40px;
  }

  .article-content .content {
    width: 100%;
    order: 1;
  }

  .article-content .img-content {
    order: 2;
    margin: 0 auto;
    /* width: 100%; */
  }
}

@media screen and (max-width: 767px) {
  .vertical-area {
    /* background-image: url(../image/backgrounds2/auo-background-4-mb.jpg); */
    padding: 40px 0 62px;
  }

  .vertical-area .container {
    padding: 0 20px;
  }

}

/* ============================================================= */
.move-area {
  /* background-image: url(../image/backgrounds2/auo-background-5.jpg); */
  background-image: linear-gradient(180deg, #92D1F8 0%, #CDE8F9 100%);

  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0 132px;
  overflow: hidden;
  position: relative;
  margin-top: -2px;
}

.move-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 32.91%;
  background: url(../image/backgrounds2/bg-5-mountains.png) no-repeat left center;
  background-size: 100% 100%;
  /* z-index: -1; */
}

.move-area .content .logo-content .move-logo {
  width: 202px;
}

@media screen and (max-width: 1440px) {
  .move-area::before {
    background-size: 1440px;
  }
}

.move-area .container {
  max-width: 1440px;
  /* min-width: 1440px; */
  padding: 0px 0px 0;
}

.move-area .title {
  margin-bottom: var(--unit-5xl);
  text-align: center;

}

@media screen and (max-width: 1199px) {
  .move-area {
    /* background-image: url(../image/backgrounds2/auo-background-5-tb.jpg); */
    padding: 44px 0 109px;
  }

  .move-area .container {
    min-width: auto;
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .move-area {
    /* background-image: url(../image/backgrounds2/auo-background-5-mb.jpg); */
    padding: 52px 0 98px;
    margin-top: -2px;
  }

  .move-area .container {
    padding: 0 20px;
  }

}

/* ============================================================= */

/* ============================================================= */


/* ============================================================= */

.event-highlights {
  position: relative;
  padding-top: 67px;
  padding-bottom: 92px;
  background-image: linear-gradient(180deg, #94D2F8 0%, #F2F6F9 100%);


  /* background-image: url(../image/backgrounds2/auo-background-7.jpg); */
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -2px;
}

.event-highlights .title-block {
  margin-bottom: 56px;
  text-align: center;
}

.event-highlights .marquee-content {
  display: flex;
  /* column-gap: 20px; */
  /* direction: rtl; */
}

.event-highlights .gallery-marquee-item {
  min-width: 393px;
  padding-inline-start: 10px;
  padding-inline-end: 10px;
}

.gallery-marquee-block {
  margin-bottom: 45px;
}

.gallery-marquee-mb {
  display: none;
}

@media screen and (max-width: 1199px) {

  .event-highlights {
    padding-top: 147px;
    padding-bottom: 122px;
    /* background-image: url(../image/backgrounds2/auo-background-7-tb.jpg); */
  }

}

@media screen and (max-width: 767px) {
  .event-highlights {
    padding-top: 62px;
    padding-bottom: 62px;
    /* background-image: url(../image/backgrounds2/auo-background-7-mb.jpg); */
  }

  .event-highlights .title-block {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 38px;
  }

  .gallery-marquee-block {
    display: none;
  }

  .gallery-marquee-block-2 {
    display: none;
  }

  .gallery-marquee-mb {
    display: block;
    padding: 0 20px;
  }

  .gallery-marquee-mb {
    display: block;
    padding: 0 20px;
  }

  .event-highlights .gallery-marquee-item {
    min-width: auto;
    padding-inline-start: 0px;
    padding-inline-end: 0px;
    width: calc((100% - 8px)/2);
  }

  .event-highlights .gallery-marquee-item:first-of-type {
    width: 100%;
  }

  .event-highlights .images-popup-track {
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 8px;
  }
}

/* ============================================================= */


.press-release {
  padding: 77px 0 166px;
  position: relative;
  background-image: url(../image/backgrounds2/auo-background-6.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}


.press-release .heading-1 {
  text-align: center;
  margin-bottom: 32px;
}



.Press-Release-swiper {
  margin-left: calc((100% - 1080px) / 2);
  padding-top: 48px;
}

.Press-Release-swiper .swiper-slide {
  width: 373px;
  margin-right: 20px;
}

.Press-Release-swiper .swiper-slide img {
  margin-bottom: 0px;
}



.Press-Release-swiper .swiper-slide .tag {
  /* color: var(--color-brand-cyan); */
  line-height: 22px;
  margin-bottom: 4px;
  /* padding-top: 16px; */
  font-size: 18px;
}

.Press-Release-swiper .swiper-slide .heading-4 {
  margin-bottom: 8px;
  color: var(--color-light);
}

.Press-Release-swiper .swiper-slide .text {
  color: var(--color-light);
}




.Videos-block {
  position: relative;
  z-index: 5;
  padding: 90px 0 104px;
  background-image: linear-gradient(180deg, #F5F8F9 0%, #92D1F8 100%);
  /* background-image: url(../image/backgrounds2/auo-background-8.jpg); */
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.Videos-block .heading-1 {
  text-align: center;
  margin-bottom: 32px;
}



.Videos-swiper-block {
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 1199px) {
  .press-release .heading-1 {
    margin-bottom: 20px;
  }

  .Press-Release-swiper {
    margin-left: 52px;
    margin-bottom: 44px;
  }

  .Videos-block {
    padding: 114px 0 154px;
    /* background-image: url(../image/backgrounds2/auo-background-8-tb.jpg); */
  }
}

@media screen and (max-width: 767px) {
  .press-release .heading-1 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 38px;
  }

  .Press-Release-swiper {
    margin-left: 20px;
    margin-bottom: 64px;
  }

  .Press-Release-swiper .swiper-slide {
    width: 230px;
    margin-right: 20px;
  }




  .Press-Release-swiper .swiper-slide .tag {
    font-size: 16px;
  }

  .Press-Release-swiper .swiper-slide .body-1 {
    font-size: 16px;
  }

  .Videos-block {
    padding: 84px 0 37px;
    /* background-image: url(../image/backgrounds2/auo-background-8-mb.jpg); */
  }
}

/* ============================================================= */
.video-postion-block {
  background: var(--color-background-page-secondary, rgba(146, 209, 248, 1));
  /* background-image: url(../image/backgrounds2/auo-background-9.jpg); */
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  margin-top: -2px;
}

.video-postion-block::before {
  content: "";
  position: absolute;
  top: 51.45%;
  left: 0;
  width: 100%;
  height: 29.64%;
  background: url(../image/backgrounds2/bg-9-mountains.png) no-repeat left center;
  background-size: 100% 100%;

}

@media screen and (max-width: 1440px) {
  .video-postion-block::before {
    background-size: 1440px;
  }
}


.forum-block {
  position: relative;
  padding-top: 140px;
  padding-bottom: 132px;
  text-align: center;
  /* background-image: url(../image/backgrounds2/auo-background-9.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat; */
}


.forum-block .title {
  margin-bottom: 37px;
}

.forum-bar-pc {
  position: relative;
  width: 762px;
  display: flex;
  /* border: 1px solid var(--color-brand-base-200); */
  padding: 1px;
  top: 0;
  left: calc((100% - 762px) / 2);
  z-index: 1000;
  /* background-color: #F5F8F9; */
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.19) 0%, rgba(153, 153, 153, 0.19) 100%);
  box-shadow: 0px -2px 20px 0px rgba(255, 255, 255, 0.25) inset;
  border-radius: 4px;
}

.forum-bar-pc::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 4px;
  padding: 1px;
  /* 邊框厚度 */
  background: linear-gradient(180deg, #C0CDDA 0%, rgba(255, 255, 255, 0) 100%);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;

  pointer-events: none;
  /* 避免擋到點擊事件 */
}

.forum-bar-pc .date-swiper {
  width: 100%;
}



.forum-bar-pc .switch-btn {
  color: var(--color-brand-base-400);
  width: 100%;
  text-align: center;
  padding: var(--unit-xl) 0;
  cursor: pointer;
  font-size: 18px;
  white-space: nowrap;
  /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.19) 0%, rgba(153, 153, 153, 0.19) 100%);
  box-shadow: inset 0px -2px 20px rgba(255, 255, 255, 0.25); */

}

.forum-bar-pc .swiper-slide .switch-btn.active {
  background: linear-gradient(180deg, #98EDF5 0%, #0AA2D1 100%);
  box-shadow: 0px 0px 7px 0px var(--color-brand-cyan) inset;
  color: var(--color-brand-marine);
}



.forum-swiper {
  margin-top: 41px;
  margin-left: 40px;
  margin-right: 40px;
}

.forum-swiper .swiper-slide {
  /* width: 29.2%; */
  width: 23.4%;
  display: flex;
}

/* .forum-swiper .swiper-slide .classroom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6%;
} */

.forum-card {
  position: relative;
  padding: calc(32px + (100vw - 1440px) * 0.025) calc(16px + (100vw - 1440px) * 0.0125);
  align-items: flex-start;
  border-radius: var(--unit-s);
  /* 2. 背景：原本的兩個漸層 */
  background: linear-gradient(35.26deg, rgba(255, 255, 255, 0.04) -4.31%, rgba(239, 248, 248, 0.04) 113.72%),
    linear-gradient(193.4deg, rgba(255, 255, 255, 0.1) 49.33%, rgba(255, 255, 255, 0.1) 114.08%);

  /* 3. 陰影：合併為一個屬性 */
  box-shadow: 0px 0.81px 1.96px 0px rgba(64, 70, 113, 0.0236),
    0px 3.85px 7.64px 0px rgba(64, 70, 113, 0.0364),
    0px 10px 24px 0px rgba(64, 70, 113, 0.06),
    0px 0px 11px 0px rgba(255, 255, 255, 0.78) inset;

  /* 4. 毛玻璃效果 */
  /* -webkit-backdrop-filter: blur(34px);
  backdrop-filter: blur(34px); */

  /* 確保內容不會溢出圓角 */
  overflow: hidden;
}

.forum-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  padding: 1px;
  /* 這裡的寬度即為邊框粗細 */

  /* 邊框的漸層顏色 */
  background: linear-gradient(180deg, #64DCF0 0%, rgba(100, 220, 240, 0) 100%);

  /* 核心技術：使用 mask 將中間挖空，只顯示邊框 */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
  /* 避免偽元素干擾點擊 */
}

.forum-card-portrait {
  width: 100%;
  max-width: calc(200px + (100vw - 1440px) * 0.00175);
  /* max-width: calc(200px + (100vw - 1440px) * 0.14792); */
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  object-fit: cover;
}

.forum-card-time {
  align-items: center;
  padding: calc(8px + (100vw - 1440px) * 0.00625) 0;
  border-bottom: 2px solid var(--color-brand-base-300);
}

.forum-card-time p {
  margin: auto;
  font-size: calc(16px + (100vw - 1440px) * 0.0083);
  line-height: calc(16px + (100vw - 1440px) * 0.0083);
}

.forum-card .subtitle {
  margin-bottom: 12px;

}

.forum-card .heading-4 {
  font-size: calc(24px + (100vw - 1440px) * 0.01667);
  line-height: calc(24px + (100vw - 1440px) * 0.01667);
  margin-bottom: var(--unit-s);
}

.forum-card .name {
  margin-top: calc(16px + (100vw - 1440px) * 0.0125);
  margin-bottom: calc(8px + (100vw - 1440px) * 0.00625);
}

.forum-card .heading-3 {
  font-size: calc(24px + (100vw - 1440px) * 0.03333);
  line-height: calc(24px + (100vw - 1440px) * 0.03333);
  margin-bottom: var(--unit-s);
  font-weight: 700;
}

.forum-card-detail h5 {
  font-size: calc(16px + (100vw - 1440px) * 0.0167);
  line-height: calc(16px + (100vw - 1440px) * 0.0167);
  margin-bottom: 8px;
}

.forum-card-detail p {
  font-size: calc(19px + (100vw - 1440px)* 0.015);

  line-height: calc(4.4px + 1.5vw);

}

.forum-card-detail {
  padding-top: calc(16px + (100vw - 1440px) * 0.0083);
  padding-bottom: calc(36px + (100vw - 1440px) * 0.1083);
}

.forum-card .location {
  font-size: calc(20px + (100vw - 1440px) * 0.0146);
  line-height: calc(20px + (100vw - 1440px) * 0.0146);
  margin-left: 6px;
}

@media screen and (max-width: 1199px) {
  .video-postion-block {
    /* background-image: url(../image/backgrounds2/auo-background-9-tb.jpg); */
  }

  .forum-bar-pc {
    width: 660px;
    transform: translate(0%, 0);
    left: calc((100% - 660px) / 2);
  }

  .forum-block {
    padding-top: 88px;
    padding-bottom: 67px;
  }


  .forum-block .title {
    margin-bottom: 32px;
  }




  .forum-swiper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .forum-swiper .swiper-slide {
    width: 401px;
  }


  .forum-card {
    padding: 32px 16px;

  }


  .forum-card-portrait {
    max-width: 200px;
  }

  .forum-card-time {
    padding: 8px;
  }

  .forum-card-time p {
    font-size: 16px;
    line-height: 16px;
  }


  .forum-card .heading-4 {
    font-size: 24px;
    line-height: 24px;
    ;
  }

  .forum-card .name {
    margin-top: 16px;
    margin-bottom: 8px;
  }

  .forum-card .heading-3 {
    font-size: 24px;
    line-height: 24px;
  }

  .forum-card-detail h5 {
    font-size: 16px;
    line-height: 16px;
  }

  .forum-card-detail p {
    font-size: 20px;
    line-height: 20px;
  }

  .forum-card-detail {
    padding-top: 16px;
    padding-bottom: 36px;
  }

  .forum-card .location {
    font-size: 20px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  /* .video-postion-block {
    background-image: url(../image/backgrounds2/auo-background-9-mb.jpg);
  } */

  .forum-block .title {
    font-size: 32px;
    line-height: 38px;
  }

  .forum-bar-pc {
    width: calc(100% - 40px);
    left: 20px;
    z-index: 100;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.19) 0%, rgba(153, 153, 153, 0.19) 100%);
    /* border: 1px solid transparent; */
    position: relative;
    box-shadow: 0px -2px 20px 0px rgba(255, 255, 255, 0.25) inset;
    border-radius: 4px;
  }



  .forum-bar-pc .swiper-slide .switch-btn.active,
  .forum-bar-pc .swiper-slide.swiper-slide-active .switch-btn {
    background: none;
    color: var(--color-on-dark);
    box-shadow: none;

  }

  .forum-bar-pc .switch-btn {
    font-size: 18px;
    background: linear-gradient(90deg, #F2F5FF 22%, rgba(255, 255, 255, 0.39) 100%);

    /* 2. 將背景裁切至文字的範圍 (需包含 -webkit- 前綴以確保瀏覽器相容性) */
    -webkit-background-clip: text;
    background-clip: text;

    /* 3. 將文字本身的顏色設為透明，讓後方的漸層背景透出來 */
    color: transparent;

    box-shadow: none;
  }



  .forum-block {
    padding-top: 72px;
    padding-bottom: 99px;
  }



  .forum-swiper .swiper-slide {
    width: 320px;
  }

  .forum-card .heading-3 {
    font-size: 24px;
    line-height: 24px;
  }

  .forum-card-detail {
    padding-bottom: 55px;
  }

  .date-swiper .swiper-slide {
    width: fit-content !important;
  }
}

/* ============================================================= */
.auo-talk {
  position: relative;
  color: var(--color-brand-marine);
  padding-bottom: 112px;
  overflow: hidden;

}

.auo-talk .img-content {
  max-width: 234px;
}

.auo-talk .container {
  padding: 0 20px;
  max-width: 1260px;
}

.auo-talk .title-block {
  max-width: 796px;
  margin: 0 auto;
  margin-bottom: 35px;
  flex-direction: column;
}


.auo-talk .title-block .heading-2 {
  align-self: flex-end;
  margin-top: -15px;
}

.auo-talk .timemap {
  position: relative;
}

.auo-talk .swiper-btn-block {
  margin-bottom: 16px;
}

.auo-talk .timemap .morning {
  position: absolute;
  writing-mode: vertical-rl;
  border-radius: 9999px;
  padding: 12px 8px;
  background-color: var(--color-brand-green);
  color: #2B6114;
  left: -75px;
  top: 25.19%;
}

.auo-talk .timemap .afternoon {
  position: absolute;
  writing-mode: vertical-rl;
  border-radius: 9999px;
  padding: 12px 8px;
  background-color: var(--color-brand-purple);
  color: #4E0E76;
  left: -75px;
  top: 70.1%;
}

.auo-talk .timemap .timemap-swiper .timemap-slide:first-child {
  background: linear-gradient(35.26deg, rgba(255, 255, 255, 0.6) -4.31%, rgba(239, 248, 248, 0.6) 113.72%),
    linear-gradient(180deg, #FFFFFF 0%, #E7FFFE 100%);

}

.auo-talk .timemap .timemap-swiper .timemap-slide:nth-child(2) {
  background: linear-gradient(180deg, #FFFFFF 0%, #F5E7FF 100%);
}

.auo-talk .timemap .timemap-swiper .timemap-slide:nth-child(3) {
  background: linear-gradient(180deg, #FFFFFF 0%, #F0FFE7 100%);

}

.auo-talk .timemap .timemap-swiper .timemap-slide {
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0.81px 1.96px 0px #40467106,
    0px 3.85px 7.64px 0px #40467109,
    0px 10px 24px 0px #4046710F;
  border-radius: var(--unit-l);
  padding: var(--unit-2xl);
  text-align: center;
}

.auo-talk .timemap .timemap-swiper .time {
  margin-bottom: var(--unit-xl);
}

.auo-talk .timemap .timemap-swiper .button-block {
  margin-top: 4px;
}

.auo-talk .timemap .timemap-swiper .button-block .btn-grow {
  width: 110px;
  height: 32px;
}

.auo-talk .timemap .timemap-swiper .button-block .btn-grow .btn-title {
  line-height: 32px;
  font-size: 11px;
}

.auo-talk .timemap .timemap-swiper .content {
  gap: var(--unit-2xl);
  flex-direction: column;
}

.auo-talk .timemap .timemap-swiper .inner-block {
  gap: var(--unit-s);
  flex-direction: column;
  align-items: center;
}

.auo-talk .timemap .timemap-swiper .inner-block .flex-block {
  gap: var(--unit-s);
  border-radius: var(--unit-s);
  padding: var(--unit-m);

}

.auo-talk .timemap .timemap-swiper .timemap-slide {
  min-height: 1190px;
}

.auo-talk .timemap .timemap-swiper .top-zone {
  min-height: 662px;
  position: relative;
  margin-bottom: 24px;
}

.auo-talk .timemap .timemap-swiper .bottom-zone {
  min-height: 390px;
}

.auo-talk .timemap .timemap-swiper .top-zone,
.auo-talk .timemap .timemap-swiper .bottom-zone {
  flex-direction: column;
  align-content: center;
}

.auo-talk .timemap .timemap-swiper .top-zone::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0%;
  width: 100%;
  height: 1px;
  background-color: var(--color-brand-base-200);
}

.auo-talk .timemap .timemap-swiper .timemap-slide .time-zone {
  color: var(--color-brand-base-400);
}

.auo-talk .timemap .timemap-swiper .timemap-slide .top-zone .time-zone {
  margin-bottom: 16px;
}

.auo-talk .timemap .timemap-swiper .timemap-slide:first-child .time {
  color: var(--color-brand-cyan);
}

.auo-talk .timemap .timemap-swiper .timemap-slide:nth-child(2) .time {
  color: var(--color-brand-purple);

}

.auo-talk .timemap .timemap-swiper .timemap-slide:nth-child(3) .time {
  color: var(--color-brand-green);
}



.auo-talk .timemap .timemap-swiper .timemap-slide:first-child .inner-block .flex-block {
  background-color: var(--color-primary-200);
  color: var(--color-primary-700);
}

.auo-talk .timemap .timemap-swiper .timemap-slide:nth-child(2) .inner-block .flex-block {
  background-color: var(--color-secondary-200);
  color: var(--color-secondary-700);
}

.auo-talk .timemap .timemap-swiper .timemap-slide:nth-child(3) .inner-block .flex-block {
  background-color: var(--color-tertiary-200);
  color: var(--color-tertiary-700);
}

.smart-blue-swiper-block .swiper-btn-block .next-btn::before {
  background-image: url("../image/auo-swiper-btn-next-smart.svg");

}

.smart-blue-swiper-block .swiper-btn-block .pre-btn::before {
  background-image: url("../image/auo-swiper-btn-pre-smart.svg");

}


.auo-talk .btn-block {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.auo-talk .btn-block a {
  width: 180px;
}

@media screen and (max-width: 1199px) {
  .auo-talk {
    padding-bottom: 169px;
    /* overflow: auto; */
  }

  .auo-talk .img-content {
    max-width: 224px;
  }

  .auo-talk .title-block .heading-2 {
    font-size: 24px;
    line-height: 32px;
    margin-right: 13px;
  }

  .auo-talk .container {
    padding: 0;
  }

  .auo-talk .title-block {
    max-width: 528px;
    margin-bottom: 33px;
    margin-left: calc((100% - 528px) * 140 / 240);
    margin-right: auto;
  }

  .auo-talk .timemap .timemap-swiper {
    /* overflow: auto; */
    padding: 0 20px;

  }


  .auo-talk .timemap .timemap-swiper .timemap-slide {
    min-height: 0;
    width: 373px;
  }

  .auo-talk .timemap .timemap-swiper .top-zone,
  .auo-talk .timemap .timemap-swiper .bottom-zone {
    min-height: 0;

  }

}

@media screen and (max-width: 767px) {
  .auo-talk {
    padding-bottom: 88px;
  }

  .auo-talk .img-content {
    max-width: 206px;
  }

  .auo-talk .title-block {
    align-items: center;
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 45px;
    padding: 0 20px;
  }

  .auo-talk .title-block .heading-2 {
    margin-top: 12px;
    align-self: center;
    text-align: center;
    margin-right: 0;
  }

  .auo-talk .timemap .timemap-swiper .timemap-slide {
    width: 320px;
  }


}

/* ============================================================= */
.Introduction-block {
  padding: 132px 60px 159px;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  background-image: url("../image/backgrounds2/auo-introduction-bkg-pc.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -2px;
}


.Introduction-block .content {
  max-width: 960px;
  margin: auto;
  position: relative;
  z-index: 3;
}

.Introduction-block .content-text h1 {
  text-align: center;
  margin-bottom: var(--unit-xl);
}

.Introduction-block .content-text p {
  text-align: center;
  color: var(--color-light);
}

/* @media screen and (min-width: 1921px) {
  .Introduction-block {
    background-size: cover;
  }
} */

@media screen and (max-width: 1199px) {
  .Introduction-block {
    padding: 154px 20px 133px;
    background-image: url("../image/backgrounds2/auo-introduction-bkg-tb.jpg");
  }

  .Introduction-block .content {
    max-width: none;
  }

  .Introduction-block .content-text h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .Introduction-block {
    padding: 80px 20px;
    text-align: left;
    background-image: url("../image/backgrounds2/auo-introduction-bkg-mb.jpg");

  }

  .Introduction-block .content-text h1 {
    font-size: 32px;
    line-height: 38px;
  }
}

/* ============================================================= */
.on-site-events {
  padding-top: var(--space-3xl);
}

.on-site-events-block {
  /* background-image: url('../image/backgrounds2/auo-background-9.jpg'); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


@media screen and (max-width: 1199px) {
  .on-site-events {
    overflow: hidden;
  }
}

.on-site-events-container {
  margin-bottom: 125px;
}

.on-site-events .h1 {
  margin-bottom: var(--unit-3xl);
}


.on-site-events-visual {
  /* flex: 2 500px; */
  flex: 2 41.77%;
  height: auto;
}

.on-site-events-visual img {
  height: 100%;
  object-fit: cover;
  border-radius: var(--unit-s);
}

.on-site-events .note {
  color: var(--color-light);
}

@media screen and (max-width: 767px) {
  .on-site-events-visual img {
    height: auto;
  }
}

.on-site-events-card {
  flex: 1 34.23%;
  /* flex: 1 400px; */
  border-radius: var(--unit-s);
  width: 100%;
  padding: var(--unit-3xl);

  background-color: rgba(255, 255, 255, 0.4);
  position: relative;
  /* isolation: isolate; */

  /* ===== 背景最頂層：白色半透明 ===== */
  background: rgba(255, 255, 255, 0.4);

  /* ===== Shadow ===== */
  box-shadow: 0px 0.81px 1.96px 0px rgba(64, 70, 113, 0.0236),
    0px 3.85px 7.64px 0px rgba(64, 70, 113, 0.0364),
    0px 10px 24px 0px rgba(64, 70, 113, 0.06),
    0px 0px 11px 0px rgba(255, 255, 255, 0.78);
  border: 1px solid var(--color-brand-cyan);
}

.on-site-events-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 4px;
  background: rgba(146, 209, 248, 1);
  z-index: -2;
  pointer-events: none;
}

/* 第 3 層：Hard Light 漸層 */
.on-site-events-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 4px;
  background: linear-gradient(177.65deg, rgba(130, 167, 255, 0.3) 54.63%, rgba(255, 255, 255, 0.3) 107.18%);
  mix-blend-mode: hard-light;
  z-index: -1;
  pointer-events: none;
}

.on-site-events.container {
  padding: 0 20px;
  padding-top: 74px;
}

.on-site-events-container {
  width: 100%;
}

.on-site-events-card .event-intro {
  margin-bottom: 20px;
}

.on-site-events-card .time {
  /* padding: 0 15px; */
  margin: 0;
}

.on-site-events-card .time .h5 {
  font-weight: 700;
  margin: 0;
}



.on-site-events-card .time b {
  gap: 2px;
}

.on-site-events-card hr {
  border-color: var(--color-brand-base-200);
  border-width: 1px;
  border-style: solid;
  border-top: none;
  width: 100%;
  margin: 6px 0;
  opacity: 1;
}

.on-site-events-card p {
  text-align: center;
}

.on-site-events-card .h4 {
  font-size: 18px;
  line-height: 28px;
}


@media screen and (max-width: 1199px) {
  .on-site-events .h1 {
    margin-bottom: var(--unit-5xl);
  }

  .on-site-events-visual {
    flex: 2 680px;
  }

  .on-site-events-card {
    flex: 1 480px;
  }

  .on-site-events-container {
    margin-bottom: 178px;
  }
}

@media screen and (max-width:767px) {
  .on-site-events-container {
    margin-bottom: 152px;
  }

  .on-site-events .h1 {
    margin-bottom: var(--unit-3xl);
    font-size: 32px;
    line-height: 38px;
  }

  .on-site-events-container .heading-4 {
    font-size: 20px;
    line-height: 26px;
  }
}


.on-site-events-card .btn-grow {
  box-shadow: 0 0 16px 3px rgba(255, 255, 255, 0.607), 0 0 20px 0px rgba(255, 255, 255, 0.7490196078);
  width: 100%;
}

.on-site-events-card .btn-grow:hover:before,
.on-site-events-card .btn-grow[data-active=true]:before {
  transform: scale(40);
}

.feed-block {
  background-image: linear-gradient(0deg, #F5F8F9 0%, #92D1F8 100%);

  /* background-image: url("../image/backgrounds2/auo-background-10.jpg"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  padding-top: var(--space-3xl);
  padding-bottom: var(--space-3xl);
}

@media screen and (max-width:1199px) {
  /* .feed-block {
    background-image: url("../image/backgrounds2/auo-background-10-tb.jpg");
  } */
}

@media screen and (max-width: 767px) {
  .feed-block {
    /* background-image: url("../image/backgrounds2/auo-background-10-mb.jpg"); */

    padding-top: var(--space-l);
    padding-bottom: var(--space-l);
  }
}

.feed-block .container {
  padding-top: var(--space-3xl);
  padding-bottom: var(--space-3xl);
}

.feed-block header {
  flex: 1;
  min-width: 350px;
  position: relative;
  z-index: 1;
  text-wrap: balance;
  gap: var(--space-2xl);
}

@media screen and (max-width: 767px) {


  .feed-block header {
    text-align: center;
    align-items: center;
    gap: var(--space-xl);
  }


}

.feed-block-iframe {
  position: relative;
}

.feed-block-iframe .fb-page,
.feed-block-iframe img[alt=linkedin] {
  position: relative;
  padding: var(--space-m);
  /* background: rgba(0, 81, 135, 0.2901960784); */
  box-sizing: content-box;
  width: 400px;
  height: auto;
  border-radius: 4px;
}

.feed-block-iframe .fb-page::before,
.feed-block-iframe img[alt=linkedin]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  padding: 1px;
  /* 這裡的寬度即為邊框粗細 */

  /* 邊框的漸層顏色 */
  background: linear-gradient(180deg, #64DCF0 0%, rgba(100, 220, 240, 0) 100%);

  /* 核心技術：使用 mask 將中間挖空，只顯示邊框 */
  -webkit-mask: linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

.feed-block-iframe .artifact[data-type=u] {
  left: -30%;
  top: -17%;
}

.feed-block-iframe .artifact[data-type=sphere] {
  right: -24%;
  bottom: -6%;
}

.feed-block-iframe>span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-color: var(--ice);
}

.feed-block-iframe>span:nth-of-type(1) {
  background: rgba(0, 81, 135, 0.0909090909);
  transform: rotate3d(0, 0, 1, -4deg);
  animation-delay: -1s;
}

.feed-block-iframe>span:nth-of-type(2) {
  background: rgba(0, 81, 135, 0.0833333333);
  transform: rotate3d(0, 0, 1, -8deg);
  animation-delay: -2s;
}

.feed-block-iframe>span:nth-of-type(3) {
  background: rgba(0, 81, 135, 0.0769230769);
  transform: rotate3d(0, 0, 1, -12deg);
  animation-delay: -3s;
}

.map-block {
  margin-bottom: 0;
  text-wrap: balance;
  padding-top: var(--space-4xl);
  padding-bottom: var(--space-4xl);
  overflow: hidden;

}

.footer-bg {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  /* background-image: url("../image/backgrounds2/auo-background-11.jpg"); */
  background: linear-gradient(0deg, #F5F8F9 0%, #92D1F8 100%);

}

.map-block .container {
  position: relative;
  flex-wrap: nowrap;
}



.map-block .artifact[data-type=circle] {
  left: -22%;
  bottom: -30%;
}

.map-block .artifact[data-type=square] {
  right: 13%;
  top: 5%;
}

.map-block .container {
  flex-wrap: nowrap;
  transform: translate3d(22px, 0, 0);
}

.map-block-left {
  position: relative;
  min-width: 672px;
}

.map-block-left>span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: var(--white);
}

.map-block-left>span:nth-child(1) {
  opacity: 0.1;
  transform: rotate3d(0, 0, 1, -4deg);
}

.map-block-left>span:nth-child(2) {
  opacity: 0.2;
  transform: rotate3d(0, 0, 1, -8deg);
}

.map-block-text {
  padding: 92px 96px 94px 56px;
  text-align: center;
  position: relative;
  /* isolation: isolate; */

  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  box-shadow: 0px 0.81px 1.96px 0px rgba(64, 70, 113, 0.0236),
    0px 3.85px 7.64px 0px rgba(64, 70, 113, 0.0364),
    0px 10px 24px 0px rgba(64, 70, 113, 0.06),
    0px 0px 11px 0px rgba(255, 255, 255, 0.78);
}

.map-block-text::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 4px;
  background: rgba(146, 209, 248, 1);
  z-index: -2;
  pointer-events: none;
}

/* 第 3 層：Hard Light 漸層 */
.map-block-text::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 4px;
  background: linear-gradient(177.65deg, rgba(130, 167, 255, 0.3) 54.63%, rgba(255, 255, 255, 0.3) 107.18%);
  mix-blend-mode: hard-light;
  z-index: -1;
  pointer-events: none;
}

.map-block-text .card-border {
  position: absolute;
  inset: 0;
  border-radius: 4px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(100, 220, 240, 1) 0%, rgba(100, 220, 240, 0) 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}

.map-block-text .h3 {
  font-size: 36px;
  line-height: 39px;
  font-weight: 700;
}

html[lang=en] .map-block-text .font-14 {
  font-size: 14px;
  line-height: 18px;
}

@media screen and (max-width: 1199px) {
  .map-block-text {
    padding: 29px 19px 39px;
  }

  /* .footer-bg {
    background-image: url("../image/backgrounds2/auo-background-11-tb.jpg");
  } */

  .map-block-left {
    min-width: 357px;
    width: 100%;
  }

  .map-block-text .heading-1 {
    font-size: 32px;
  }

  .map-block-text .h3 {
    font-size: 26px;
    line-height: 28px;

  }
}

.map-block iframe {
  /* border-radius: 0 100vmax 100vmax 0; */
  flex: 1;
  transform: translate3d(-17%, 0, 0);
  width: 100%;
  min-width: 521px;
  z-index: 2;
}

@media (max-width: 1199px) {


  .map-block .container {
    flex-wrap: nowrap;
    transform: translate3d(40px, 0, 0);
  }

  .map-block .container iframe {
    max-width: 600px;
    aspect-ratio: 4/3;
    min-width: 0;
    transform: translate3d(-15%, 0, 0);

    flex: 1;
    min-width: 390px;
    height: 292px;
  }
}

@media (max-width: 767px) {
  /* .footer-bg {
    background-image: url("../image/backgrounds2/auo-background-11-mb.jpg");
  } */

  .map-block .container {
    flex-direction: column;
    flex-wrap: wrap;
    transform: translate3d(0, 0, 0);
  }

  .map-block h2,
  .map-block .h3 {
    font-size: 28px;
  }

  .map-block .container iframe {
    transform: translate3d(0, 0, 0);

    border-radius: 0 0 var(--radius-xl) 0;
    min-width: 0;
    height: auto;
  }

  .map-block-left {
    min-width: 0;
    width: auto;
    flex: 1;
  }

  .map-block {
    padding: 61px 0 0;
  }
}


/* ============================================================= */

/* ============================================================= */


/* ============================================================= */

/* ============================================================= */

/* ============================================================= */

.Press-Release-Videos-block {
  background-color: #001626;
  padding-bottom: 290px;
  margin-top: -1px;
  background-image: url('../image/auo-Press-Release-Videos-pc.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
}

.Press-Release-block {
  margin-bottom: 120px;
}

.Press-Release-block h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 56px;
}

.Videos-block h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 56px;
}

.swiper-btn-block {
  display: flex;
  position: relative;
  justify-content: center;
}

.swiper-btn-block .swiper-btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.25;
}

.swiper-btn-block .swiper-btn {
  position: relative;
  overflow: hidden;
  width: 54px;
  height: 54px;
  cursor: pointer;
  outline: 0 !important;
  background: linear-gradient(180deg, #0780AD 0%, #005087 100%);
  border-radius: 2px;
}

.swiper-btn-block .pre-btn.swiper-button-disabled,
.swiper-btn-block .next-btn.swiper-button-disabled {
  background: var(--color-brand-base-100, rgba(229, 235, 239, 1));

}

.swiper-btn-block .pre-btn.swiper-button-disabled::before {
  background-image: url(../image/left-arrow-disable.svg);
  box-shadow: none;
}

.swiper-btn-block .next-btn.swiper-button-disabled::before {
  background-image: url(../image/right-arrow-disable.svg);
  box-shadow: none;

}

.swiper-btn-block .swiper-btn::before,
.swiper-btn-block .swiper-btn::after {
  position: absolute;
  content: '';
  display: block;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  margin: -10px;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;

}

.swiper-btn-block .swiper-btn::after {
  top: 0;

  /* 【初始位置】
    -60% 的位置 */
  left: -60%;

  /* 光條的寬度 */
  width: 50%;
  /* height: 100%; */

  /* 20% 不透明度的白色光條 */
  background-color: rgba(255, 255, 255, 0.2);
  transform: skewX(-25deg);
}



.swiper-btn-block::before,
.swiper-btn-block.dark::before,
.swiper-btn-block::after,
.swiper-btn-block.dark::after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
}

.swiper-btn-block .pre-btn::before,
.swiper-btn-block .next-btn::before {
  background-image: url(../image/left-arrow.svg);
  opacity: 1;
  box-shadow: 0px 0px 7px 0px var(--color-brand-cyan) inset;
  width: 100%;
  height: 100%;
  margin: 0;
}

.swiper-btn-block .next-btn::before {
  background-image: url(../image/right-arrow.svg);

}

.swiper-btn-block .pre-btn:hover::before,
.swiper-btn-block .next-btn:hover::before {
  box-shadow: 0px 0px 16px 0px var(--color-brand-cyan) inset;
}

.swiper-btn-block .pre-btn:hover::after,
.swiper-btn-block .next-btn:hover::after {
  left: 150%;
}



.swiper-btn-block .swiper-btn+.swiper-btn {
  margin-left: var(--unit-3xl);
}




.swiper.has-margin-left {
  overflow: visible;
}

.Press-Release-block .Press-Release-swiper {
  width: calc(100% - (100% - 380px)/2);
  margin-left: calc((100% - 1080px)/2);
  padding-top: 40px;
}

.Press-Release-block .Press-Release-swiper.one-swiper,
.Videos-block .Videos-swiper.one-swiper {
  margin-left: calc((100% - 340px)/2);
}

.Press-Release-block .Press-Release-swiper.two-swiper,
.Videos-block .Videos-swiper.two-swiper {
  margin-left: calc((100% - 720px)/2);
}

.Press-Release-block .swiper-slide {
  margin-right: 40px;
}

.Press-Release-swiper .swiper-slide .img-fit {
  overflow: hidden;
  position: relative;
  margin-bottom: var(--unit-xl);
  aspect-ratio: 373 / 280;
}

.Press-Release-swiper .swiper-slide .img-fit::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  /* 【初始位置】
    -60% 的位置 */
  left: -42%;
  width: 25%;
  height: calc(100% + 20px);
  margin: -10px;
  /* 20% 不透明度的白色光條 */
  background-color: rgba(255, 255, 255, 0.2);
  transform: skewX(-25deg);
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  z-index: 1;
  pointer-events: none;
}

.swiper-slide .img-fit img {
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}

.swiper-slide a:hover .img-fit img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.swiper-slide a:hover .img-fit::before {
  left: 122%;
}

.Press-Release-swiper .swiper-slide .type-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.Videos-block .Videos-swiper {
  width: 1160px;
  aspect-ratio: 16/9;
  padding-top: 23px;
  position: relative;
}

.Videos-swiper-block {
  margin: auto;
  width: 1160px;
  position: relative;
}


.Videos-block .Videos-swiper .swiper-slide {
  position: relative;
}

.Videos-block .Videos-swiper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.swiper-pagination-container {
  height: 45px;
  position: relative;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 36px;
  height: 12px;
  border-radius: 6px;
  background-color: #0CBAE9;
}

.swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background-color: var(--color-brand-base-100);
  transition: all 0.3s;
  opacity: 1;
}

@media screen and (max-width: 1199px) {

  .Videos-swiper-block::after {
    content: '';
    position: absolute;
    background-image: url('../image/auo-glow-edge-rjght-tb.png');
    top: 10px;
    right: -11px;
    width: 31px;
    height: 409px;
    z-index: 5;
  }

  .Videos-swiper-block::before {
    content: '';
    position: absolute;
    width: 31px;
    height: 409px;
    background-image: url(../image/auo-glow-edge-left-tb.png);
    top: 10px;
    left: -11px;
    z-index: 5;
  }

  .Press-Release-Videos-block {
    padding: 64px 0 72px;
    background-image: url('../image/backgrounds2/auo-background-6-tb.jpg');
  }

  .Press-Release-block h2 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 42px;
  }

  .Press-Release-block .Press-Release-swiper {
    width: calc(100% - (100% - 688px)/2);
    margin-left: calc((100% - 688px)/2);
    padding-top: 30px;
  }

  .Press-Release-swiper .swiper-slide {
    /* width: 270px; */
  }

  .Press-Release-block .swiper-slide {
    margin-right: 30px;
  }

  .Press-Release-swiper .swiper-slide .img-fit {
    margin-bottom: 10px;
  }

  .Press-Release-swiper .swiper-slide .title {
    font-size: 18px;
    line-height: 28px;
  }

  .Press-Release-block {
    margin-bottom: 100px;
  }

  .Videos-block h2 {
    margin-bottom: 32px;
  }

  .Videos-block .Videos-swiper {
    width: auto;
    /* margin-left: calc((100% - 688px)/2); */
    padding-top: 30px;
  }

  .Videos-swiper .swiper-slide {
    width: 270px;
  }

  .Videos-block .swiper-slide {
    /* margin-right: 30px; */
  }

  .Videos-swiper .swiper-slide .img-fit {
    margin-bottom: 20px;
  }

  .Videos-swiper .swiper-slide .title {
    font-size: 18px;
    line-height: 28px;
  }

  .Press-Release-block .Press-Release-swiper.one-swiper,
  .Videos-block .Videos-swiper.one-swiper {
    margin-left: calc((100% - 270px)/2);
  }

  .Press-Release-block .Press-Release-swiper.two-swiper,
  .Videos-block .Videos-swiper.two-swiper {
    margin-left: calc((100% - 570px)/2);
  }

  .Videos-swiper-block {
    width: auto;
    padding: 0px 20px;
  }

  .Videos-block .swiper-btn-block .swiper-btn::before,
  .Videos-block .swiper-btn-block .swiper-btn::after {
    /* background-size: 32px; */
  }

  .Videos-block .swiper-btn-block .swiper-btn+.swiper-btn {
    /* margin-left: 8px; */
  }
}

@media screen and (max-width: 767px) {
  .Press-Release-Videos-block {
    padding: 59px 0 99px;
    background-image: url('../image/backgrounds2/auo-background-6-mb.jpg');
  }

  .Press-Release-block .Press-Release-swiper {
    width: calc(100% - 20px);
    margin-left: 20px;
  }

  .Press-Release-block {
    margin-bottom: 80px;
  }

  .Videos-block .Videos-swiper {
    width: calc(100%);
    padding-top: 0px;
    margin-top: 20px;
  }

  .Videos-swiper .swiper-slide {
    width: 270px;
  }


  .Press-Release-block .Press-Release-swiper.one-swiper,
  .Videos-block .Videos-swiper.one-swiper {
    margin-left: 20px;
  }

  .Press-Release-block .Press-Release-swiper.two-swiper,
  .Videos-block .Videos-swiper.two-swiper {
    margin-left: 20px;
  }

  .Videos-block .heading-1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 32px;
  }

  .Videos-swiper-block::before {
    width: 31px;
    height: 180px;
    background-image: url(../image/auo-glow-edge-left-mb.png);
    top: 0px;
    left: -11px;
    z-index: 5;
  }

  .Videos-swiper-block::after {
    content: '';
    position: absolute;
    background-image: url(../image/auo-glow-edge-rjght-mb.png);
    top: 0px;
    right: -11px;
    width: 31px;
    height: 180px;
    z-index: 5;
  }
}

/* ============================================================= */
footer {
  padding: 21px 48px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  color: var(--color-brand-base-400);
  background-image: url(../image/auo-footer-waves-pc.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  aspect-ratio: 1440 / 342;
}


footer .flex-block {
  justify-content: space-between;
  align-items: center;
}

footer .flex-block .brand {
  display: inline-block;
  margin-bottom: 10px;
}

footer .link-block {
  display: flex;
  align-items: center;
}

footer .link-block a {
  font-size: 0;
  line-height: 0;
}

footer .link-block a+a {
  margin-left: 20px;
}

.copy-right {
  color: var(--color-brand-base-300);
}

@media screen and (max-width: 1199px) {
  footer {
    padding: 32px 52px 20px;
    margin-top: -2px;
    background-image: url(../image/auo-footer-waves-tb.png);
    aspect-ratio: 768 / 345;
  }

  footer .flex-block .brand {
    width: 110px;
  }


}

@media screen and (max-width: 767px) {
  footer .flex-block {
    padding: 0;
    padding-bottom: 10px;
    position: relative;
    z-index: 10;
  }


  footer {
    padding: 32px 20px 20px;
    background-image: url(../image/auo-footer-waves-mb.png);
    aspect-ratio: 360 / 345;

  }

  footer .flex-block .brand {
    margin: 0;
  }
}

.more-btn-block {
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center;
  margin: auto;
}

.more-btn {
  color: #fff;
  position: relative;
  font-weight: bold;
  width: 200px;
  text-align: center;
  padding: 10px;
  margin: 0px auto;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.more-btn::after {
  position: relative;
  background-image: url(../../images/common/auo-more-icon.svg);
  display: inline-block;
  background-size: 13px;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 25px;
  margin-left: 5px;
  content: "";
}

.more-btn.white::after {
  background-image: url(../../images/common/auo-more-icon-white.svg);
}

@media screen and (max-width: 1199px) {
  .main-intro-block .more-btn {
    color: #fff;
    position: relative;
    font-weight: bold;
    width: 200px;
    text-align: center;
    padding: 10px;
    margin: -10px auto;
    cursor: pointer;
  }

  .more-unclicked .more-content {
    max-height: 72px;
    overflow: hidden;
    margin: 0px 0 0;
  }

  .has-more-block:not(.more-unclicked) .more-btn-block {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .more-unclicked .more-content {
    max-height: 144px;
  }
}

@media screen and (min-width: 1200px) {
  .more-btn-block {
    display: none !important;
  }
}


.mfp-wrap .mfp-close {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--main-pink);
  padding: 14px;
  background-image: url('../image/btn-close.svg');
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: contain;
  cursor: pointer;
  transition: .3s;
  opacity: 1;
  top: 0;
  right: 0;
  cursor: pointer !important;
}

.mfp-container {
  padding: 0px;
}

.img.img-contain {
  position: relative;
  height: 100%;
}

.mfp-image-holder .mfp-content {
  width: 100%;
}

img.mfp-img {
  width: 79%;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
  top: 50%;
  position: relative;
  transform: translate(0, -50%);
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: auto;
}

.mfp-image-holder .mfp-content {
  height: 100vh;
}

.application-block .swiper-btn-block.switch-btn-block {
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  pointer-events: none;
}

@media screen and (max-width: 1199px) {
  img.mfp-img {
    width: 95%;
  }

  .mfp-wrap .mfp-close {
    top: 0;
  }

  .img-contain {
    position: relative;
    top: 50%;
    transform: translate(0px, -50%);
  }
}

@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    opacity: 1;
  }

  .application-block .swiper-btn-block.switch-btn-block {
    pointer-events: unset;
    justify-content: space-between;
  }

  .application-block .swiper-btn-block.switch-btn-block .swiper-btn {
    height: 100%;
    width: 27%;
    opacity: 0 !important;
    z-index: 100;
  }
}


.mfp-wrap {
  z-index: 10000;
}

.img-type-popup {
  z-index: 10000;

}

.green-commerce span.heading-6 {
  display: block;
  margin-bottom: 6px;
}
