@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 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-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;
  }
}

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;
}

.flex {
  display: flex;
}

.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;
}

/*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: 15px 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: var(--white);
}

.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 .survey {
  width: 150px;
}

@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: 94px;
  }

  .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;
}


#kv-video.video-block {
  position: relative;
  aspect-ratio: 1440/741;
}

.video-block .video {
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}



.video-block .info-content .container {
  padding: 0 var(--unit-4xl);
  max-width: unset;
  min-width: 1440px;
}

.video-block .info-content .first-content {
  justify-content: center;
}

.video-block .info-content {
  position: absolute;
  z-index: 3;
  bottom: 6.17%;
  width: 100%;
  color: var(--color-brand-marine);
  text-align: center;
}

.video-block .info-content .first-content .display-1:first-child {
  padding-right: 34px;
  border-right: 6px solid var(--color-brand-marine);

}

.video-block .info-content .first-content .display-1:last-child {
  padding-left: 34px;
}

.video-block .info-content .second-content {
  margin: var(--unit-s) 0 var(--unit-2xl) 0;
}

.video-block .info-content .second-content .vision {
  margin-bottom: var(--unit-s);
  font-weight: 400;
}

.video-block .info-content .second-content .ultimate {
  color: var(--color-brand-base-500);
}



.video-block .info-content .date-info {
  padding: var(--unit-m) var(--unit-2xl);
  backdrop-filter: blur(14px);
  box-shadow: 0px 0px 44px 0px #FFFFFF;
  border-radius: var(--unit-m);
  justify-content: center;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--white);
}

.video-block .info-content .date-info .date {
  font-weight: 700;
  margin-right: var(--unit-2xl);
}

.video-block .info-content .date-info .position {
  position: relative;
  margin-right: 30px;
}

.video-block .info-content .date-info .position::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -17px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-brand-marine);
}

@media screen and (max-width: 1199px) {
  .video-gallery-wrapper .video-block .video {
    aspect-ratio: 16/7;
  }

  #kv-video.video-block {
    height: calc(100vh - 60px);
    overflow: visible;
  }

  #kv-video.video-block video {
    height: 100%;
  }

  .video-block .info-content .container {
    padding: 0 52px;
    max-width: unset;
    min-width: unset;
  }


  .video-block .info-content {

    bottom: 5.89%;

  }

  .video-block .display-1 {
    font-size: 48px;
    line-height: 52px;
  }

  .video-block .info-content .first-content .display-1:first-child {
    padding-right: 34px;

  }

  .video-block .info-content .first-content .display-1:last-child {
    padding-left: 34px;
  }


  .video-block .info-content .second-content .vision {
    font-size: 24px;
  }

  .video-block .info-content .second-content .ultimate {
    font-size: 20px;
  }

  .video-block .info-content .date-info {
    padding: var(--unit-m) var(--unit-2xl) var(--unit-xl);
    flex-direction: column;
    display: flex;
  }

  .video-block .info-content .date-info .date {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .video-block .info-content .date-info .position {
    margin-right: 0;
    margin-bottom: 4px;
  }

  .video-block .info-content .date-info .position::before {
    display: none;
  }

}

@media screen and (max-width: 767px) {

  .video-block .info-content {
    bottom: 24px;
  }

  #kv-video.video-block {
    overflow: visible;
    /* height: 100vh; */
    height: 100dvh;
    aspect-ratio: auto;
  }

  .video-block .info-content .container {
    padding: 0 20px;
  }

  .video-block .display-1 {
    font-size: 40px;
    line-height: 42px;
  }

  .video-block .info-content .first-content .display-1:first-child {
    padding-right: 34px;

  }

  .video-block .info-content .first-content .display-1:last-child {
    padding-left: 34px;
  }



  .video-block .info-content .date-info .date {
    margin-bottom: 16px;
  }


}

/* ============================================================= */

.booth-img {
  background-image: url(../image/auo-booth.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 41.04%;
  cursor: pointer;
  position: relative;
}

.booth-img a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1199px) {
  .booth-img {
    padding-top: 39.67%;
    background-image: url(../image/auo-booth-m.jpg);

  }
}


/* ============================================================= */
.product-area {
  background-image: url(../image/backgrounds/auo-product-background.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.application-block {
  position: relative;
  padding-top: 75px;
  padding-bottom: 108px;
}

.switch-bar-pc {
  position: relative;
  width: 762px;
  display: flex;
  border-radius: 9999px;
  border: 1px solid var(--color-brand-base-200);
  padding: 1px;
  top: 0;
  left: calc((100% - 762px) / 2);
  z-index: 1000;
  background-color: #F5F8F9;
}

.switch-bar-pc .switch-swiper {
  width: 100%;
}

.switch-bar-pc .switch-btn {
  color: var(--color-brand-marine);
  width: 100%;
  text-align: center;
  padding: var(--unit-xl) 0;
  border-radius: 9999px;
  cursor: pointer;
  font-size: 18px;
  white-space: nowrap;
}

.switch-bar-pc .swiper-slide:first-child .switch-btn.active {
  background-color: var(--color-brand-cyan);
}

.switch-bar-pc .swiper-slide:nth-child(2) .switch-btn.active {
  background-color: var(--color-brand-yellow);
}

.switch-bar-pc .swiper-slide:last-child .switch-btn.active {
  background-color: var(--color-brand-purple);
}

.application-block .logo-content.flex-end {
  justify-content: flex-end;
}

.application-block .logo-content {
  gap: var(--unit-3xl);
  margin-top: var(--unit-xl);
}

.application-block .logo-content .img {
  width: 144px;
}

.application-block .swiper-btn-block {
  width: 762px;
  margin: auto;
  justify-content: left;
  margin-bottom: var(--unit-3xl);
}

.application-swiper .swiper-slide {
  width: 77%;
  display: flex;
}

.application-swiper .swiper-slide .img-block {
  /* min-width: 40.27%;
  padding-top: 29.35%; */
  min-width: 53.67%;
  padding-top: 39.14%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
}

.application-swiper .swiper-slide .content-block {
  flex-grow: 1;
  margin-left: var(--unit-4xl);
}

.application-swiper .content-block .swiper-conut {
  color: var(--color-brand-base-400);
  margin-bottom: var(--unit-4xl);
}

.application-swiper .content-block .title {
  color: var(--color-brand-marine);
  margin-bottom: var(--unit-xl);
}

.application-swiper .content-block .text {
  color: var(--color-brand-base-700);

}

.purple-swiper-block .swiper-btn-block .next-btn::before {
  background-image: url("../image/auo-swiper-btn-next-purple.svg");

}

.purple-swiper-block .swiper-btn-block .pre-btn::before {
  background-image: url("../image/auo-swiper-btn-pre-purple.svg");

}

.wise-swiper .swiper-slide {
  width: 77%;
  display: flex;
}

.wise-swiper .swiper-slide .img-block {
  min-width: 53.67%;
  padding-top: 39.14%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.wise-swiper .swiper-slide .content-block {
  flex-grow: 1;
  margin-left: var(--unit-4xl);
}

.wise-swiper .content-block .swiper-conut {
  color: var(--color-brand-base-400);
  margin-bottom: var(--unit-4xl);
}

.wise-swiper .content-block .title {
  color: var(--color-brand-marine);
  margin-bottom: var(--unit-xl);
}

.wise-swiper .content-block .text {
  color: var(--color-brand-base-700);

}


.switch-item {
  display: none;
  margin-top: 60px;
}

.switch-item.active {
  display: block;
}

.display-content {
  max-width: 1440px;
  margin: auto;
}

.display-content-item {
  display: flex;
  max-width: 1300px;
  column-gap: var(--unit-4xl);
  align-items: center;
}

.display-content-item:nth-of-type(2n+2) {
  margin-left: 140px;
  flex-direction: row-reverse;
}

.display-content-item .img-block {
  min-width: 60%;
  padding-top: 41.2%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

.display-content-item .content-block .heading-3 {
  color: var(--color-brand-marine);
  margin-bottom: var(--unit-xl);
}

.display-content-item .content-block .text {
  color: var(--color-brand-base-700);
}

.display-content-item .content-block .heading-5 {
  color: var(--color-brand-marine);
  margin-bottom: var(--unit-xl);
}

.display-content-item .content-block .body-1 {
  color: var(--color-brand-base-700);
  line-height: 22px;
}

.display-content-item .content-block .bhtc-logo {
  margin-top: var(--unit-3xl);
  width: 119px;
  /* text-align: right; */
}

.computing-content {
  max-width: 1440px;
  margin: auto;
}

.computing-content-item {
  display: flex;
  max-width: 1300px;
  column-gap: var(--unit-4xl);
  align-items: center;
}

.computing-content-item:nth-of-type(2n+2) {
  margin-top: var(--unit-5xl);
  margin-left: 140px;
  flex-direction: row-reverse;
}

.computing-content-item .img-block {
  min-width: 62.5%;
  padding-top: 37.2%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

.computing-content-item .content-block .heading-3 {
  color: var(--color-brand-marine);
  margin-bottom: var(--unit-xl);
}

.computing-content-item .content-block .body-1 {
  color: var(--color-brand-base-700);
  line-height: 22px;
}

@media screen and (max-width: 1199px) {
  .product-area {
    background-image: url(../image/backgrounds/auo-product-background-tb.png);
  }

  .application-block {
    /* padding-top: 160px; */
    padding-bottom: 162px;
  }

  .switch-bar-pc {
    width: calc(100% - 104px);
    transform: translate(0%, 0);
    left: 52px;
  }

  .switch-item {
    padding: 0 52px;
    margin-top: 28px;
  }

  .application-block .swiper-btn-block {
    width: auto;
    margin-bottom: 28px;
  }

  .application-swiper .swiper-slide {
    width: 100%;
    display: block;
  }

  .application-swiper .swiper-slide .img-block {
    min-width: 100%;
    padding-top: 56.14%;
  }

  .application-swiper .swiper-slide .content-block {
    margin-left: 0;
    padding-top: 32px;
  }

  .application-swiper .content-block .swiper-conut {
    margin-bottom: var(--unit-2xl);
  }

  .application-swiper .content-block .title {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 38px;
  }

  .wise-swiper .swiper-slide {
    width: 100%;
    display: block;
  }

  .wise-swiper .swiper-slide .img-block {
    min-width: 100%;
    padding-top: 56.14%;
  }

  .wise-swiper .swiper-slide .content-block {
    margin-left: 0;
    padding-top: 32px;
  }

  .wise-swiper .content-block .swiper-conut {
    margin-bottom: var(--unit-2xl);
  }

  .wise-swiper .content-block .title {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 38px;
  }


  .display-content {
    margin-top: 68px;
  }

  .display-content-item {
    column-gap: 20px;
    align-items: flex-start;
  }

  .display-content-item .content-block .heading-3 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 29px;
  }

  .display-content-item .content-block .heading-5 {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 26px;
    ;
  }

  .display-content-item:nth-of-type(2n+2) {
    margin-top: 68px;
    margin-left: 0px;
    flex-direction: row-reverse;
  }

  .display-content-item .img-block {
    min-width: 48.1%;
    padding-top: 31%;
  }

  .computing-content {
    margin-top: 68px;
  }

  .computing-content-item {
    column-gap: 20px;
    align-items: flex-start;
  }

  .computing-content-item .content-block .heading-3 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 29px;
  }

  .computing-content-item .content-block .heading-5 {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 26px;
    ;
  }

  .computing-content-item:nth-of-type(2n+2) {
    margin-top: 68px;
    margin-left: 0px;
    flex-direction: row-reverse;
  }

  .computing-content-item .img-block {
    min-width: 48.1%;
    padding-top: 31%;
  }
}

@media screen and (max-width: 767px) {
  .product-area {
    background-image: url(../image/backgrounds/auo-product-background-m.png);

  }

  .application-block {
    padding: 0 20px;
    padding-bottom: 56px;
    padding-top: 64px;
  }

  .switch-item {
    padding: 0;
  }

  .application-block .swiper-btn-block {
    width: 100%;
    justify-content: center;
  }

  .swiper-btn-block .swiper-btn::before,
  .swiper-btn-block .swiper-btn::after {
    background-size: 32px;
  }

  .switch-bar-pc {
    width: calc(100%);
    left: 0%;
    z-index: 100;
  }

  .switch-bar-pc::after {
    content: '';
    position: absolute;
    width: 140px;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 9999px;
    background: linear-gradient(-90deg, var(--color-brand-base-25) 20%, transparent);
    z-index: 50;
    pointer-events: none;
  }

  .switch-bar-pc::before {
    content: '';
    position: absolute;
    width: 140px;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 9999px;
    background: linear-gradient(90deg, var(--color-brand-base-25) 20%, transparent);
    z-index: 50;
    pointer-events: none;
  }

  .switch-bar-pc .switch-btn.active,
  .switch-bar-pc .swiper-slide:first-child .switch-btn.active,
  .switch-bar-pc .swiper-slide:nth-child(2) .switch-btn.active,
  .switch-bar-pc .swiper-slide:last-child .switch-btn.active {
    background-color: unset;
  }

  .switch-bar-pc .switch-btn {
    font-size: 18px;
  }

  /* .switch-bar-pc .switch-btn {
    color: #1A2340;
  } */
  .switch-bar-pc .swiper-slide:first-child .switch-btn {
    color: #65D2E4;

  }

  .switch-bar-pc .swiper-slide:nth-child(2) .switch-btn {
    color: #F3CD09;
  }

  .switch-bar-pc .swiper-slide:nth-child(3) .switch-btn {
    color: var(--color-brand-purple);
  }


  .switch-swiper .swiper-slide {
    width: fit-content !important;
  }




  .application-swiper .swiper-slide .content-block {
    margin-left: 0;
    padding-top: 0px;
  }

  .application-swiper .content-block .title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 29px;
  }

  .application-swiper .content-block .text {
    font-size: 16px;
    line-height: 19px;
  }

  .application-swiper .content-block .swiper-conut {
    display: block;
    margin-top: var(--unit-2xl);
    margin-bottom: var(--unit-2xl);
    font-size: var(--unit-2xl);
  }

  .wise-swiper .swiper-slide .content-block {
    margin-left: 0;
    padding-top: 0px;
  }

  .wise-swiper .content-block .title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 29px;
  }

  .wise-swiper .content-block .text {
    font-size: 16px;
    line-height: 19px;
  }

  .wise-swiper .content-block .swiper-conut {
    display: block;
    margin-top: var(--unit-2xl);
    margin-bottom: var(--unit-2xl);
    font-size: var(--unit-2xl);
  }

  .display-content {
    margin-top: 28px;
  }

  .display-content-item {
    column-gap: 0;
    align-items: flex-start;
    flex-wrap: wrap;
  }



  .display-content-item .img-block {
    min-width: 100%;
    padding-top: 65%;
  }

  .display-content-item .content-block .heading-3 {
    margin-bottom: 8px;
  }

  .display-content-item .content-block .body-1 {
    font-size: 16px;
    line-height: 19px;
  }

  .display-content-item:nth-of-type(2n+2) {
    margin-top: 35px;
  }

  .computing-content {
    margin-top: 28px;
  }

  .computing-content-item {
    column-gap: 0;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .computing-content-item .img-block {
    min-width: 100%;
    padding-top: 65%;
    margin-bottom: 20px;
  }

  .computing-content-item .content-block .heading-3 {
    margin-bottom: 8px;
  }

  .computing-content-item .content-block .body-1 {
    font-size: 16px;
    line-height: 19px;
  }

  .computing-content-item:nth-of-type(2n+2) {
    margin-top: 35px;
  }
}

/* ============================================================= */
/* ============================================================= */
.green-commerce {
  padding-bottom: 240px;
  position: relative;
}

.green-commerce .article-block {
  margin: 0 auto;
  margin-top: 50px;
  max-width: 993px;
  margin-bottom: 52px;
  text-align: center;
}

.green-commerce .article-block .heading-2 {
  margin-bottom: var(--unit-2xl);
}

.green-commerce .article-block p {
  color: var(--color-brand-base-700);
  text-align: left;
}

.green-commerce .logo-content {
  max-width: 822px;
  margin: 0 auto;
  justify-content: space-between;
  gap: var(--unit-3xl);
  align-items: center;
}


.green-commerce .logo-content .img:first-child {
  width: 180px;
}

.green-commerce .logo-content .img:nth-child(2) {
  width: 180px;

}

.green-commerce .logo-content .img:last-child {
  width: 180px;


}

.green-commerce .container {
  max-width: 1440px;
  padding: 0 48px;
  text-align: center;
}

.green-commerce .cone {
  position: absolute;
  z-index: 2;
  left: calc(((100% - 1344px) / 2) - 177px);
  top: 87.07%;
}

@media screen and (max-width: 1199px) {
  .green-commerce {
    padding-bottom: 100px;
  }

  .green-commerce .article-block {
    margin-top: 15px;
    margin-bottom: 65px;
    max-width: 635px;
  }


  .green-commerce .img-block {
    min-width: 832px;
    margin: 0 -40px;
    text-align: center;
  }


  .green-commerce .logo-content .img:first-child {
    width: 206px;
  }

  .green-commerce .logo-content .img:nth-child(2) {
    width: 206px;
  }

  .green-commerce .logo-content .img:last-child {
    width: 206px;
  }

  .green-commerce .container {
    padding: 0 20px;
  }

  .green-commerce .cone {
    width: 150px;
    left: calc(((100% - 720px) / 2) - 75px);
    top: calc(100% + 15px);
  }
}

@media screen and (max-width: 767px) {
  .green-commerce {
    padding-bottom: 70px;
  }

  .green-commerce .article-block .heading-2 {
    font-size: 24px;
    line-height: 24px;
  }

  .green-commerce .article-block {
    margin-top: 20px;
    margin-bottom: 40px;
    max-width: none;
  }

  .green-commerce .img-block {
    min-width: 400px;
    margin: 0 -40px;
    padding: 0 40px;
  }

  .green-commerce .logo-content {

    align-items: flex-start;
    justify-content: center;
  }

  .green-commerce .logo-content .img:first-child {
    width: 141px;
  }

  .green-commerce .logo-content .img:nth-child(2) {
    width: 141px;

  }

  .green-commerce .logo-content .img:last-child {
    width: 141px;
  }

  .green-commerce .container {
    padding: 0 22px;
  }

  .green-commerce .cone {
    width: 110px;
    left: calc(((100% - 365px) / 2) - 40px);
  }
}

/* ============================================================= */

.innovation-block {
  margin-top: -2px;
  background-color: var(--color-brand-base-950);
  background-image: url("../image/auo-innovation-pc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: var(--unit-6xl);
  padding-bottom: var(--unit-6xl);
}

.innovation-block .container {
  max-width: 960px;
  min-width: 960px;
  padding: 0;
}

.innovation-block .container .content {
  margin-bottom: var(--unit-4xl);
}

.innovation-block .container .content .heading-1 {
  text-align: center;
  color: var(--color-on-dark);
  margin-bottom: var(--unit-xl);
}

.innovation-block .container .content .body-1 {
  line-height: 22px;
  color: var(--white);
  max-width: 826px;
  margin: auto;
  text-align: center;
}

.innovation-block .container .partner-block {
  display: flex;
  column-gap: 48px;
  max-width: 826px;
  margin: auto;
}

.innovation-block .container .partner-block .partner-logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(100% / 4);
  padding-top: 12.35%;
}

.innovation-block .container .partner-block .partner-logo:nth-of-type(1) {
  background-position-y: 4px;
}

.innovation-block .container .partner-block .partner-logo:nth-of-type(2) {
  background-size: 85%;
}

.auo-esg-top-light {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 8.3%;
  background-image: url("../image/auo-esg-light-pc.png");
}

@media screen and (max-width: 1199px) {
  .innovation-block {
    padding-top: var(--unit-5xl);
    padding-bottom: 40px;
  }

  .innovation-block .container {
    max-width: unset;
    min-width: unset;
    padding: 0 52px;
  }

  .innovation-block .container .content .heading-1 {
    margin-bottom: 16px;
    font-size: 48px;
    line-height: 52px;
  }

  .innovation-block .container .partner-block {
    column-gap: 53px;
  }

  .innovation-block .container .partner-block .partner-logo {
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {

  .innovation-block {
    padding-top: 67px;
    padding-bottom: 45px;
    background-image: url(../image/auo-innovation-mb.png);
    background-position: center bottom;
  }

  .innovation-block .container {
    padding: 0 20px;
  }

  .innovation-block .container .content .heading-1 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 38px;
  }

  .innovation-block .container .content .body-1 {
    line-height: 19px;
    font-size: 16px;
  }

  .innovation-block .container .content {
    margin-bottom: 20px;
  }

  .innovation-block .container .partner-block {
    column-gap: 42px;
    row-gap: 12px;
    flex-wrap: wrap;
    padding: 0 6px;
  }

  .innovation-block .container .partner-block .partner-logo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: calc((100% - 42px)/ 2);
    padding-top: 24.35%;
  }
}

/* ============================================================= */

.auo-esg {
  margin-top: -2px;
  background-color: var(--color-brand-base-950);
  position: relative;
  padding-bottom: 85px;
}

.auo-esg .kv {
  background: linear-gradient(180deg, rgba(1, 3, 14, 0) 65.11%, var(--color-brand-base-950) 100%), url("../image/auo-esg-kv-pc.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 40.7%;
  margin: auto;
  position: relative;
  z-index: 3;
}

.auo-esg .kv .content-block {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 86.31%;
  bottom: -112px;
}

.auo-esg .kv .display-1 {
  text-align: right;
  color: #3F5071;
  margin-bottom: var(--unit-2xl);
}

.auo-esg .kv .heading-4 {
  text-align: right;
  color: var(--color-brand-base-200);
}

.auo-green {
  padding-top: 234px;
  position: relative;
}

.auo-esg .auo-green .auo-glow-3 {
  width: 695px;
  height: 652px;
  right: -390px;
  top: -30px;
  background: url(../image/auo-glow3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  transform: rotate(-76deg);
}

.auo-esg .auo-green .title-block {
  max-width: 1160px;
  margin: auto;
  position: relative;
  z-index: 3;
}

.auo-esg .auo-green .title-block .heading-1 {
  text-align: center;
  color: var(--color-on-dark);
  margin-bottom: var(--unit-l);
}

.auo-esg .auo-green .title-block .heading-4 {
  text-align: center;
  color: var(--color-brand-green);
}

.auo-esg .auo-green .content-block {
  padding-top: var(--unit-5xl);
  padding-bottom: var(--unit-6xl);
  margin: auto;
  max-width: 1344px;
  display: flex;
  column-gap: 22px;
  position: relative;
  z-index: 3;
}

.auo-esg .auo-green .content-block .item {
  width: calc(100%/4);
  height: 337px;
  position: relative;
}

.auo-esg .auo-green .content-block .item:nth-of-type(2n+1) {
  transform: translate(0, 75px);
}

.auo-esg .auo-green .content-block .image-block {
  height: 275px;
  position: relative;
}

.auo-esg .auo-green .content-block .video-container {
  height: 275px;
  position: relative;
  overflow: hidden;
}

.auo-esg .auo-green .content-block .video-container video {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0px);
  width: 160%;
  height: 90%;
}

.auo-esg .auo-green .content-block .image-block::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(1, 3, 14, 0) 46.48%, #01030E 92.25%);
}

.video-gradient {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, 0px);
  width: 153%;
  height: 100%;
  background: linear-gradient(180deg, rgba(1, 3, 14, 0) 46.48%, #01030E 87.25%);
}

.auo-esg .auo-green .content-block .text-content {
  position: absolute;
  top: 208px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 280px;
}

.auo-esg .auo-green .content-block .text-content .heading-4 {
  color: var(--color-on-dark);
  margin-bottom: var(--unit-xs);
}

.auo-esg .auo-green .content-block .text-content .heading-5 {
  color: var(--color-on-dark-body);
  margin-bottom: var(--unit-xl);
}

.auo-esg .auo-green .content-block .text-content .body-2 {
  line-height: 19px;
  opacity: 0;
  color: var(--color-brand-green);
  transform: translate(0px, -110px);
  /* transition: all 0.3s; */
  animation-name: close;
  animation-duration: .5s;
}

.auo-esg .auo-green .content-block .text-content .label-1 {
  line-height: 19px;
  color: var(--color-brand-green);
  padding-left: var(--unit-3xl);
  position: relative;
  transform: translate(0px, -110px);
  opacity: 1;
  transition: all 0.3s;
}

.auo-esg .auo-green .content-block .text-content .label-1.long {
  transform: translate(0px, -95px);
}

.auo-esg .auo-green .content-block .text-content .label-1::before {
  background-color: var(--color-brand-green);
  width: 14px;
  height: 2px;
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
}

.auo-esg .auo-green .content-block .text-content .label-1::after {
  background-color: var(--color-brand-green);
  width: 2px;
  height: 14px;
  content: '';
  position: absolute;
  left: 11px;
  top: 3px;
}

.auo-esg .auo-green .content-block .item:hover .text-content .body-2 {
  animation-name: expand;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}

/* .auo-esg .auo-green .content-block .item:hover .text-content .body-2 {
  opacity: 1;
  transform: translate(0px, 0px);
  animation-name: expand;
} */


.auo-esg .auo-green .content-block .item:hover .text-content .label-1 {
  opacity: 0;
  transform: translate(0px, 0px);
}

.heading-4.show-mb {
  display: none;
}

.show-mb {
  display: none;
}

@keyframes expand {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

@keyframes close {
  0% {
    opacity: 1;
    transform: translate(0px, 0px);
  }

  10% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    transform: translate(0px, -110px);
  }
}



@media screen and (max-width: 1199px) {
  .auo-esg .kv {
    background: linear-gradient(180deg, rgba(1, 3, 14, 0) 30.22%, var(--color-brand-base-950) 87.36%), url(../image/auo-esg-kv-tb.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 52px;
    padding-top: 454px;
  }

  .auo-esg-top-light {
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 17%;
    background-image: url(../image/auo-esg-light-tb.png);
  }

  .auo-esg .kv .content-block {
    /* width: 600px; */
    bottom: -170px;
  }

  .auo-esg .kv .display-1 {
    font-size: 64px;
    line-height: 72px;
    margin-bottom: 20px;
  }

  .auo-esg .kv .heading-4 {
    line-height: 29px;
  }

  .auo-green {
    padding-top: 249px;
  }

  .auo-esg .auo-green .title-block {
    padding: 0 52px;
  }

  .auo-esg .auo-green .title-block .heading-1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 12px;
  }

  .auo-esg .auo-green .title-block .heading-4 {
    font-size: 18px;
    line-height: 22px;
  }

  .auo-esg .auo-green .content-block {
    padding: 70px 52px 0;
    margin: auto;
    max-width: 1344px;
    display: flex;
    column-gap: 16px;
    row-gap: 10px;
    position: relative;
    z-index: 3;
    flex-wrap: wrap;
  }

  .auo-esg .auo-green .content-block .item:nth-of-type(2n+1) {
    transform: translate(0, 0);
  }

  .auo-esg .auo-green .content-block .item:nth-of-type(2n+2) {
    transform: translate(0, 190px);
  }

  .auo-esg .auo-green .content-block .item {
    width: calc((100% - 16px) / 2);
    height: auto;
  }

  .auo-esg .auo-green .content-block .text-content {
    position: relative;
    top: -70px;
    left: auto;
    transform: translate(0, 0);
    width: auto;
    margin: auto;
    padding: 0 20px;
  }

  .auo-esg .auo-green .content-block .image-block {
    height: auto;
    position: relative;
  }

  .auo-esg .auo-green .content-block .image-block img {
    width: 100%;
  }

  .auo-esg .auo-green .content-block .text-content .heading-4 {
    margin-bottom: 2px;
    font-size: 24px;
    line-height: 29px;
  }

  .auo-esg .auo-green .content-block .text-content .heading-5 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 26px;
  }

  .auo-esg .auo-green .content-block .text-content .body-2 {
    font-size: 16px;
    line-height: 19px;
    opacity: 1;
    transform: translate(0px, 0px);
  }

  .auo-esg .auo-green .content-block .text-content .label-1 {
    display: none;
  }

  .auo-esg .auo-green .content-block .item:hover .text-content .body-2 {
    animation-name: unset;
  }

  .auo-esg .auo-green .content-block .text-content .body-2 {
    animation-name: unset;
  }

  .light-line {
    height: 93px;
  }
}

@media screen and (max-width: 767px) {
  .auo-esg {
    padding-bottom: 0px;
  }

  .auo-esg-top-light {
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 36.1%;
    background-image: url(../image/auo-esg-light-mb.png);
  }

  .auo-esg .kv {
    background: linear-gradient(180deg, rgba(1, 3, 14, 0) 30.22%, var(--color-brand-base-950) 87.36%), url(../image/auo-esg-kv-mb.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    padding-top: 117.7%;
  }

  .auo-esg .kv .content-block {
    width: 100%;
    padding: 0 36px;
    bottom: -150px;
  }

  .auo-esg .kv .display-1 {
    font-size: 64px;
    line-height: 72px;
    margin-bottom: 20px;
  }

  .auo-esg .kv .display-1 {
    font-size: 37px;
    line-height: 50px;
    margin-bottom: 16px;
    font-weight: 700;
  }

  .auo-esg .kv .heading-4 {
    line-height: 19px;
    font-size: 16px;
  }

  .auo-esg .kv .heading-4.hidden-mb {
    display: none;
  }

  .hidden-mb {
    display: none;
  }

  .heading-4.show-mb {
    display: block;
  }

  .show-mb {
    display: block;
  }

  .auo-green {
    padding-top: 215px;
  }

  .auo-esg .auo-green .title-block {
    padding: 0 20px;
  }

  .auo-esg .auo-green .title-block .heading-1 {
    font-size: 23px;
    line-height: 29px;
  }

  .auo-esg .auo-green .title-block .heading-4 {
    font-size: 16px;
    line-height: 19px;
  }

  .auo-esg .auo-green .content-block {
    padding: 50px 20px 0;
    margin: auto;
    max-width: 1344px;
    display: flex;
    column-gap: px;
    row-gap: 12px;
    position: relative;
    z-index: 3;
    flex-wrap: wrap;
  }

  .auo-esg .auo-green .content-block .item:nth-of-type(2n+2) {
    transform: translate(0, 0px);
  }

  .auo-esg .auo-green .content-block .item {
    width: 100%;
  }

  .auo-esg .auo-green .content-block .text-content {
    top: -64px;
  }

  .auo-esg .auo-green .content-block .text-content .heading-4 {
    margin-bottom: 2px;
    font-size: 20px;
    line-height: 26px;
  }

  .auo-esg .auo-green .content-block .text-content .heading-5 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 19px;
  }


}

/* ============================================================= */

.watch-video {
  background-color: var(--color-brand-base-950);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  position: relative;
  padding-top: 143px;
  padding-bottom: 175px;
  margin-top: -2px;
}

.watch-video-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 758px;
  z-index: 2;
  background-image: url("../image/auo-floor1-pc.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.light-line {
  position: absolute;
  width: 3px;
  height: 82px;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  background: linear-gradient(360deg, #87DC64 45%, #01030E 100%);
}

.watch-video .content-block {
  margin: auto;
  width: 905px;
  position: relative;
  z-index: 3;
}

.watch-video .content-block .heading-2 {
  text-align: center;
  color: var(--color-on-dark);
  margin-bottom: 8px;
}

.watch-video .content-block .heading-4 {
  text-align: center;
  color: #87DC64;
  margin-bottom: 32px;
}

.watch-video .content-block .btn-grow {
  width: 255px;
  margin: auto;
  background-color: var(--color-brand-green);
  cursor: pointer;
}

.watch-video .content-block .btn-grow .video-btn {
  position: relative;
  padding-left: 45px;
}

.watch-video .content-block .btn-grow .video-btn::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
  width: 49px;
  height: 48px;
  ;
  background-image: url('../image/auo-video-play-icon.svg');
}

.watch-video .content-block .btn-grow:hover::before {
  background-color: var(--color-on-dark-body);
}

.watch-video .content-block .btn-grow::before {
  background-color: var(--color-on-dark-body);
}

@media screen and (max-width: 1199px) {
  .watch-video .content-block {
    width: 100%;
    padding: 0 84px;
  }

  .watch-video .content-block .heading-4 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 32px;
  }

  .watch-video .content-block .heading-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .watch-video .content-block .btn-grow {
    width: 200px;
    padding: 0 20px;
  }

  .watch-video {
    padding-top: 143px;
    padding-bottom: 70px;
  }

  .watch-video-bg {
    height: 564px;
    background-image: url("../image/auo-floor1-tb.png");
  }
}

@media screen and (max-width: 767px) {
  .light-line {
    height: 93px;
    top: 0px;
  }

  .watch-video {
    padding-top: 130px;
    padding-bottom: 80px;
  }

  .watch-video-bg {
    height: 543px;
    background-image: url("../image/auo-floor1-mb.png");
  }

  .watch-video .content-block {
    width: 100%;
    padding: 0 32px;
  }
}


/* ============================================================= */

.event-highlights {
  position: relative;
  padding-top: 96px;
  padding-bottom: 120px;
}

.event-highlights .title-block {
  margin-bottom: 56px;
  text-align: center;
  color: var(--color-brand-marine);
}

.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: 96px;
    padding-bottom: 120px;
  }

}

@media screen and (max-width: 767px) {
  .event-highlights {
    padding-top: 36px;
    padding-bottom: 55px;
  }

  .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;
  }
}

/* ============================================================= */

.bottom-block {
  position: relative;
  background-image: url("../image/backgrounds/auo-news-background.png");
  background-position: center top 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--color-brand-base-50);

}

.bottom-block .gray-block {
  background-color: var(--color-brand-base-50);

  padding-top: 60px;
}

.press-release {
  margin-bottom: 131px;
  position: relative;
}

.blue-swiper-block .swiper-btn-block .next-btn::before {
  background-image: url("../image/auo-swiper-btn-next-news.svg");

}

.blue-swiper-block .swiper-btn-block .pre-btn::before {
  background-image: url("../image/auo-swiper-btn-pre-news.svg");

}

.press-release .heading-1 {
  text-align: center;
  color: var(--color-brand-marine);
  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-marine);
  line-height: 22px;
  margin-bottom: 4px;
  /* padding-top: 16px; */
  font-size: 18px;
}

.Press-Release-swiper .swiper-slide .heading-4 {
  color: var(--color-brand-base-700);
  margin-bottom: 8px;
}

.Press-Release-swiper .swiper-slide .body-2 {
  color: var(--color-brand-base-700);
}


.Press-Release-swiper .swiper-slide:first-child .img {
  clip-path: path('M 120 280 A 5,5 0 1 1 170,0 L 373,0 L 373,280 z');
}

.Videos-block {
  position: relative;
  z-index: 5;
  padding-bottom: 120px;
}

.Videos-block .heading-1 {
  text-align: center;
  color: var(--color-brand-marine);
  margin-bottom: 32px;
}

.Videos-block .cone1 {
  position: absolute;
  z-index: 2;
  left: calc(((100% - 1160px) / 2) - 276px);
  top: 57.09%;
}

.Videos-swiper-block {
  position: relative;
  z-index: 5;
}

.Videos-block .cone2 {
  position: absolute;
  z-index: 2;
  left: calc(((100% - 1160px) / 2) + 1160px);
  top: 80.34%;
}

@media screen and (max-width: 1199px) {
  .bottom-block {

    background-position: center top 0px;
    background-image: url("../image/backgrounds/auo-news-background-tb.png");

  }

  .bottom-block .gray-block {
    padding-top: 179px;
    background-color: transparent;

  }

  .press-release {
    margin-bottom: 44px;
  }


  .press-release .heading-1 {
    margin-bottom: 20px;
  }

  .Press-Release-swiper {
    margin-left: 52px;
    margin-bottom: 44px;
  }

  .Videos-block {
    padding-bottom: 88px;
  }
}

@media screen and (max-width: 767px) {
  .bottom-block {

    background-image: url("../image/backgrounds/auo-news-background-m.png");

  }

  .bottom-block .gray-block {
    padding-top: 117px;
  }

  .press-release {
    margin-bottom: 64px;
  }

  .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:first-child .img {
    clip-path: path('M 70 172 A 5,5 0 1 1 106,0 L 230,0 L 230,172 z');
  }


  .Press-Release-swiper .swiper-slide .tag {
    font-size: 16px;
  }

  .Press-Release-swiper .swiper-slide .body-1 {
    font-size: 16px;
  }

  .Videos-block {
    padding-bottom: 75px;
  }
}

/* ============================================================= */
.forum-block {
  position: relative;
  padding-top: 93px;
  padding-bottom: 86px;
  text-align: center;

}


.forum-block .title {
  margin-bottom: 37px;
}

.forum-bar-pc {
  position: relative;
  width: 762px;
  display: flex;
  border-radius: 9999px;
  border: 1px solid var(--color-brand-base-200);
  padding: 1px;
  top: 0;
  left: calc((100% - 762px) / 2);
  z-index: 1000;
  background-color: #F5F8F9;
}

.forum-bar-pc .date-swiper {
  width: 100%;
}

.forum-bar-pc .switch-btn {
  color: var(--color-brand-marine);
  width: 100%;
  text-align: center;
  padding: var(--unit-xl) 0;
  border-radius: 9999px;
  cursor: pointer;
  font-size: 18px;
  white-space: nowrap;
}

.forum-bar-pc .swiper-slide:first-child .switch-btn.active {
  background-color: var(--color-brand-cyan);
}

.forum-bar-pc .swiper-slide:nth-child(2) .switch-btn.active {
  background-color: var(--color-brand-purple);
}

.forum-bar-pc .swiper-slide:last-child .switch-btn.active {
  background-color: var(--color-brand-green);
}


.forum-swiper {
  margin-top: 41px;
  margin-left: 40px;
  margin-right: 40px;
}

.forum-swiper .swiper-slide {
  /* width: 29.2%; */
  width: 23.4%;
  display: flex;
}


.forum-card {
  padding: calc(32px + (100vw - 1440px) * 0.025) calc(16px + (100vw - 1440px) * 0.0125);
  align-items: flex-start;
  border-radius: var(--unit-l);
  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;
  color: var(--color-brand-marine);
}

.forum-card.blue {
  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%);
}

.forum-card.blue .forum-card-time {
  color: var(--color-brand-cyan);
}

.forum-card.purple {
  background: linear-gradient(180deg, #FFFFFF 0%, #F5E7FF 100%);
}

.forum-card.purple .forum-card-time {
  color: var(--color-brand-purple);
}

.forum-card.green {
  background: linear-gradient(180deg, #FFFFFF 0%, #F0FFE7 100%);

}

.forum-card.green .forum-card-time {
  color: var(--color-brand-green);
}


.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-200);
}

.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);
}

.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(20px + (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) {
  .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) {
  .forum-block .title {
    font-size: 32px;
    line-height: 38px;
  }

  .forum-bar-pc {
    width: calc(100%);
    left: 0%;
    z-index: 100;
  }

  .forum-bar-pc::after {
    content: '';
    position: absolute;
    width: 180px;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 9999px;
    background: linear-gradient(-90deg, var(--color-brand-base-25) 20%, transparent);
    z-index: 50;
    pointer-events: none;
  }

  .forum-bar-pc::before {
    content: '';
    position: absolute;
    width: 180px;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 9999px;
    background: linear-gradient(90deg, var(--color-brand-base-25) 20%, transparent);
    z-index: 50;
    pointer-events: none;
  }

  .forum-bar-pc .switch-btn.active,
  .forum-bar-pc .swiper-slide:first-child .switch-btn.active,
  .forum-bar-pc .swiper-slide:last-child .switch-btn.active,
  .forum-bar-pc .swiper-slide:nth-child(2) .switch-btn.active {
    background-color: unset;
  }

  .forum-bar-pc .switch-btn {
    font-size: 18px;
  }

  .forum-bar-pc .swiper-slide:first-child .switch-btn {
    color: #64DCF0;
  }

  .forum-bar-pc .swiper-slide:nth-child(2) .switch-btn {
    color: var(--color-brand-purple);
  }

  .forum-bar-pc .swiper-slide:nth-child(3) .switch-btn {
    color: #87DC64;
  }

  .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: 109px 60px 159px;
  background-color: var(--white);
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  background-image: url("../image/backgrounds/auo-introduction-bkg-pc-tb.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.Introduction-block .cone {
  position: absolute;
  z-index: 2;
  background-image: url("../image/auo-introduction-bkg-pattern.png");
  width: 52px;
  height: 54px;
  left: calc(((100% - 960px) / 2) + 984px);
  top: 18.26%;
}

.Introduction-block .content {
  max-width: 960px;
  margin: auto;
  position: relative;
  z-index: 3;
}

.Introduction-block .content-text h1 {
  text-align: center;
  color: var(--color-brand-marine);
  margin-bottom: var(--unit-xl);
}

.Introduction-block .content-text p {
  text-align: center;
  color: var(--color-brand-base-700);
}

@media screen and (min-width: 1921px) {
  .Introduction-block {
    background-size: cover;
  }
}

@media screen and (max-width: 1199px) {
  .Introduction-block {
    padding: 66px 20px 98px;
  }

  .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;
  }

  .Introduction-block {

    background-image: url("../image/backgrounds/auo-introduction-bkg-mb.png");

  }

  .Introduction-block .content-text h1 {
    font-size: 32px;
    line-height: 38px;
  }
}

/* ============================================================= */
.on-site-events {
  padding-top: var(--space-3xl);
}



@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(--radius-xl);
}

@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(--radius-l);
  /* background-color: rgba(255, 255, 255, 0.3); */
  border: solid 1px var(--white);
  width: 100%;
  padding: var(--unit-3xl);
  box-shadow: 0px 0.81px 1.96px 0px #40467106, 0px 3.85px 7.64px 0px #40467109, 0px 10px 24px 0px #4046710F;
  background-image: url("../image/backgrounds/auo-event-card-bkg.png");
  background-position: center;
  background-size: cover;
}

.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;
  color: var(--color-brand-base-400);
  margin: 0;
}

.on-site-events-card .period {
  color: var(--color-brand-base-400);

}

.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: url("../image/backgrounds/feed-bkg.webp");
  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/backgrounds/feed-bkg-tb.png");

  }
}

@media screen and (max-width: 767px) {
  .feed-block {

    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 {
    background-image: url("../image/backgrounds/feed-bkg-m.png");

  }

  .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;
}

.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;
  background-image: url("../image/backgrounds/map-bkg-pc.jpg");
  padding-top: var(--space-4xl);
  padding-bottom: var(--space-4xl);
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.map-block .container {
  position: relative;
  flex-wrap: nowrap;
}

.map-block,
.map-block p {
  color: white;
}

.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;
  backdrop-filter: blur(10px) brightness(1);
  -webkit-backdrop-filter: blur(10px) brightness(1);
  text-align: center;
  position: relative;
  background: linear-gradient(130deg, rgba(0, 80, 135, 0.2588235294), rgba(255, 255, 255, 0.1803921569));
  width: 100%;
}

.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;
  }

  .map-block {

    background-image: url("../image/backgrounds/map-bkg-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(-21%, 0, 0);
  width: 100%;
  min-width: 521px;
}

@media (max-width: 1199px) {
  .map-block {

    background-image: url("../image/backgrounds/map-bkg-mb.jpg");

  }

  .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) {
  .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;
  }

}


/* ============================================================= */

/* ============================================================= */


/* ============================================================= */

/* ============================================================= */

/* ============================================================= */

.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;
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 56px;
}

.Videos-block h2 {
  text-align: center;
  font-weight: bold;
  color: #fff;
  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.2;
}

.swiper-btn-block .swiper-btn {
  position: relative;
  width: 44px;
  height: 44px;
  cursor: pointer;
  outline: 0 !important;
}

.swiper-btn-block .pre-btn.swiper-button-disabled::before {
  background-image: url(../image/auo-swiper-btn-pre-disable.svg);
}

.swiper-btn-block .next-btn.swiper-button-disabled::before {
  background-image: url(../image/auo-swiper-btn-next-disable.svg);
}

.swiper-btn-block .pre-btn::before {
  background-image: url(../image/auo-swiper-btn-pre.svg);
  opacity: 1;

}

.swiper-btn-block .pre-btn:hover::before {
  opacity: 0.65;

}


.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: 44px;
  margin: -10px;
  z-index: 1;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}

.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::before {
  background-image: url(../image/auo-swiper-btn-pre-disable.svg);
}

.swiper-btn-block::after {
  background-image: url(../image/auo-swiper-btn-next-disable.svg);
} */

.swiper-btn-block .swiper-btn+.swiper-btn {
  margin-left: var(--unit-3xl);
}

.swiper-btn-block .next-btn::before {
  background-image: url(../image/auo-swiper-btn-next.svg);
  opacity: 1;

}

.swiper-btn-block .next-btn:hover::before {
  opacity: 0.65;
}

.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;
  margin-bottom: var(--unit-xl);
  aspect-ratio: 373 / 280;
}

.swiper-slide .img-fit img {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s 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);
}

.Press-Release-swiper .swiper-slide .type-title {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  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-swiper-block::after {
  content: '';
  position: absolute;
  background-image: url('../image/auo-glow-edge-rjght-pc.png');
  top: 10px;
  right: -88px;
  width: 88px;
  height: 519px;
}

.Videos-swiper-block::before {
  content: '';
  position: absolute;
  width: 88px;
  height: 519px;
  background-image: url('../image/auo-glow-edge-left-pc.png');
  top: 10px;
  left: -88px;
} */

.Videos-block .Videos-swiper .swiper-slide {
  position: relative;
}

.Videos-block .Videos-swiper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.Videos-block .swiper-pagination-container {
  height: 45px;
  position: relative;
}

.Videos-block .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 36px;
  height: 12px;
  border-radius: 6px;
  background-color: #0CBAE9;
}

.Videos-block .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background-color: #2A3756;
  transition: all 0.3s;
}

@media screen and (min-width: 1921px) {
  .Press-Release-Videos-block {
    background-size: cover;
  }
}

@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-bottom: 245px;
    background-image: url('../image/auo-Press-Release-Videos-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-bottom: 200px;
    background-image: url('../image/auo-Press-Release-Videos-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;
  margin: 0 auto;
  position: relative;
  background-color: var(--white);
  color: var(--color-brand-base-400);
}


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-text {
  opacity: 0;
  transform: translate(-1000%, -1000%);
}

@media screen and (max-width: 1199px) {

  footer {
    padding: 32px 52px 20px;

    margin-top: -2px;
  }


  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;
  }

}

.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;
  }
}


/* ============================== href bullet start================================================================== */
/* ============================== href bullet start================================================================== */
/* ============================== href bullet start================================================================== */
.anchor-bullet-wrapper {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  top: 234px;
  padding-right: 28px;
  right: 0;
  /* text-align: right; */
  z-index: 990;
}

.anchor-bullet-sticky {
  /* position: sticky;
  top: 0; */
  width: auto;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}

.anchor-bullet-sticky>li {
  height: 32px;
  padding: 7px 30px 7px 14px;
  position: relative;
  border-radius: 17px;
  cursor: pointer;
  transition: .3s ease;

}

.anchor-bullet-sticky>li:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.anchor-bullet-sticky>li:hover>a {
  display: block;
}

.anchor-bullet-sticky>li:hover:after {
  background-color: var(--color-brand-marine);

}

.anchor-bullet-sticky>li.is-active {
  background-color: rgba(255, 255, 255, 0.8);
}

.anchor-bullet-sticky>li>a {
  display: none;
  /* width: auto; */
  transition: .3s ease;
}

.anchor-bullet-sticky>li.is-active>a {
  display: block;
  margin-right: auto;
  text-align: right;
  width: auto;
}

.anchor-bullet-sticky>li:after {
  content: "";
  /* display: block; */
  position: absolute;
  top: 11px;
  right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--gray-6);
}

.anchor-bullet-sticky>li.is-active:after {
  background-color: var(--color-brand-marine);
}

.anchor-btn {
  background-image: url('../image/auo-anchor-btn.svg');
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  margin-top: 8px;
}

@media (max-width: 1199px) {
  .index-solution {
    position: static;

  }

  .anchor-bullet-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 40px 20px 84px 20px;
    flex-direction: column;
    align-items: flex-end;
    /* display: none; */

  }

  .anchor-bullet-sticky>li {
    margin-top: 4px;
  }

  .anchor-bullet-sticky>li:hover,
  .anchor-bullet-sticky>li.is-active {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .anchor-bullet-sticky>li>a {
    display: block;
    color: white;
  }

  .anchor-bullet-sticky>li:hover>a,
  .anchor-bullet-sticky>li.is-active>a {
    color: var(--color-brand-marine);
  }

  .anchor-btn {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 990;
  }

  .is-hidden-tb {
    display: none;
  }


}

@media (max-width: 767px) {
  .anchor-bullet-wrapper {
    padding-bottom: 64px;
  }

  .anchor-btn {
    bottom: 20px;
  }

  .swiper-btn-block .swiper-btn::before,
  .swiper-btn-block .swiper-btn::after {
    background-size: 32px;
  }

  .swiper-btn-block .swiper-btn {
    position: relative;
    width: 32px;
    height: 32px;
    cursor: pointer;
    outline: 0 !important;
  }

  .swiper-btn-block .swiper-btn+.swiper-btn {
    margin-left: 20px;
  }
}

/* ============================== href bullet end================================================================== */
/* ============================== href bullet end================================================================== */
/* ============================== href bullet end================================================================== */

/*# sourceMappingURL=ak_default.css.map */

.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;
}
