@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Sans+SC&family=Noto+Sans+TC&family=Open+Sans&display=swap");

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
u,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  /*vertical-align: baseline;*/
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: normal;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  /* border: 0; */
  font-size: 100%;
  font: inherit;
  padding: 0;
  border-spacing: 0px;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

/*ol, ul {
	list-style: none;
}*/
blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/*table {
	border-collapse: collapse;
	border-spacing: 0;
}*/
/*編輯器的template設定*/
.html-edit table {
  border-collapse: collapse;
  /* border: 1px solid transparent; */
}

.html-edit table tbody,
.html-edit table tr,
.html-edit table td {
  border-collapse: collapse;
  /* border: inherit; */
}

/* 20220211_Jared調整卷軸滾動效果，處理bootstrap和jquery套件的衝突 */
html,
body {
  scroll-behavior: auto !important;
}

/* color usage */
:root {
  --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;
  --header-height: 80px;
  --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;
}

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

@media (max-width: 1199px) {
  :root {
    --header-height: 60px;
  }
}

html:focus-within {
  scroll-behavior: smooth;
}

html[lang=en] body p {
  font-size: 18px;
  line-height: 28px;
}

body,
html {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: var(--white);
  color: var(--auo-blue);
  font-family: "Mabry Pro", Verdana, "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", "sans-serif", "新細明體", "細明體";
  font-weight: normal;
  height: 100%;
  font-size: 16px;
}

body p {
  line-height: 24px;
}

html:lang(ja) body {
  font-family: "Mabry Pro", "Verdana", "Noto Sans JP", "Microsoft JhengHei", "微軟正黑體", "新細明體", "細明體";
}

.overflow-x-clear {
  overflow-x: visible !important;
}

section.margin {
  margin-top: var(--space-3xl);
  margin-bottom: var(--space-3xl);
}

.body-padding {
  padding-top: var(--header-height);
}

img {
  max-width: 100%;
  border: none;
}

/* color usage class */
.auo-blue {
  color: var(--auo-blue);
}

.smart-blue {
  color: var(--smart-blue);
}

.energetic-yellow {
  color: var(--energetic-yellow);
}

.innovative-purple {
  color: var(--innovative-purple);
}

.sustainable-green {
  color: var(--sustainable-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;
}

p {
  color: var(--auo-blue);
}

p.en {
  font-size: 18px;
  line-height: 28px;
}

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

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%;
}

@media screen and (max-width: 1199px) {
  html:lang(en) body {
    font-size: 18px;
    line-height: 22px;
  }

  .main-content.en {
    font-size: 18px;
    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: 18px;
    line-height: 22px;
  }

  /* 英文的字級 */
  html:lang(en) .font-16 {
    font-size: 18px;
    line-height: 22px;
  }

  .en .font-16 {
    font-size: 18px;
    line-height: 22px;
  }

  .font-16.en {
    font-size: 18px;
    line-height: 22px;
  }

  /*  英文的字級  */
  .font-16 {
    font-size: 18px;
    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(--smart-blue);
}

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 {
  color: var(--gray-1);
  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;
}

.bkg-bright-grad {
  background: linear-gradient(230deg, #E6DDF3, #C1DFEA);
}

.icon {
  width: 35px;
}

.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);
  }
}

/* ================================================ */
/* =====================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-left: 60px;
  padding-right: 60px;
  margin: auto;
}

@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;
  }

  html body p,
  html[lang=en] body p {
    font-size: 16px;
    line-height: 22px;
  }

  h1,
  .h1 {
    font-size: 36px;
  }

  h2,
  .h2 {
    font-size: 34px;
  }

  h3,
  .h3 {
    font-size: 32px;
  }

  h4,
  .h4 {
    font-size: 24px;
  }

  h5,
  .h5 {
    font-size: 20px;
  }
}

/*btn-white Light Background */
.btn-grow {
  cursor: pointer;
  min-width: 120px;
  margin: auto 0;
  display: block;
  width: fit-content;
  /* vertical-align: bottom; */
  height: 46px;
  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(--violet);
}

.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: 46px;
  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;
  }
}

/* 本頁內容開始*/
.header-block {
  position: fixed;
  width: 100%;
  top: 0;
  transition: 0.5s;
  z-index: 999;
  transition: background-color 0.3s;
}

.header-block .inner-header {
  justify-content: space-between;
  max-width: 1680px;
  padding: 16px 40px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr minmax(min-content, 1fr) 1fr;
}

.header-block .inner-header .logo-block {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}

.header-block .inner-header svg {
  fill: var(--auo-blue);
}

.header-block nav {
  gap: clamp(var(--space-s), 5%, var(--space-xl));
  width: 100%;
}

.header-block nav a {
  flex-shrink: 0;
}

.header-block.is-scroll {
  background-color: var(--white);
}

.header-block .link-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(var(--space-xs), 2vw, var(--space-xl));
}

@media screen and (max-width: 1199px) {
  .header-block nav {
    display: none;
  }

  .header-block .inner-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-l);
  }

  .header-block .inner-header .logo-block .brand {
    margin-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .header-block .inner-header {
    gap: var(--space-m);
    padding: var(--space-s) var(--space-m);
  }

  .header-block .inner-header .link-block {
    width: 100%;
    justify-content: flex-end;
  }

  .header-block .inner-header .logo-block {
    width: 100%;
    justify-content: space-between;
  }
}

/* ============================================================= */
footer {
  color: var(--auo-blue);
  background: var(--white);
  position: relative;
}

footer .logo-block {
  display: flex;
  align-items: center;
}

footer .flex-block {
  justify-content: space-between;
  max-width: 1720px;
  margin: 0 auto;
  padding: 30px 60px 36px;
  align-items: center;
}

footer .flex-block .brand {
  display: inline-block;
  margin-right: 50px;
}

footer .link-block {
  display: flex;
  align-items: center;
}

footer .link-block a+a {
  margin-left: 20px;
}

#copy-text {
  opacity: 0;
  transform: translate(-1000%, -1000%);
}

@media screen and (max-width: 1199px) {
  footer .flex-block {
    padding: 30px 40px;
  }

  footer .flex-block .brand {
    width: 110px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  footer .flex-block {
    padding: 30px 20px;
    padding-bottom: 80px;
  }

  footer .flex-block .brand {
    margin-right: 0px;
  }

  footer .logo-block {
    position: relative;
  }

  footer .logo-block .copy-right {
    position: absolute;
    width: calc(100vw - 40px);
    text-align: center;
    top: 74px;
  }
}

.more-btn-block {
  /* padding-top: 10px;
  padding-bottom: 30px; */
  text-align: center;
  margin: auto;
}

.more-btn {
  color: var(--auo-blue);
  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 {
  content: "";
  position: relative;
  background-image: url(../image/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;
}

.more-btn.white::after {
  background-image: url(../image/common/auo-more-icon-white.svg);
}

.more-btn.blue::after {
  background-image: url(../image/common/auo-more-icon-blue.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: 91px;
    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;
  }
}

.button-icon {
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 100vmax;
  border: 1px solid var(--auo-blue);
  transition: background, color, 0.2s linear;
  background: transparent;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-icon[data-active=true],
.button-icon:hover {
  background-color: var(--auo-blue);
  color: var(--white);
}

/* ============================== href bullet start================================================================== */
/* ============================== href bullet start================================================================== */
/* ============================== href bullet start================================================================== */
.anchor-bullet-wrapper {
  display: flex;
  display: none;
  position: absolute;
  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: 0.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(--auo-blue);
}

.anchor-bullet-sticky>li.is-active {
  background-color: rgba(255, 255, 255, 0.8);
}

.anchor-bullet-sticky>li>a {
  display: none;
  /* width: auto; */
  transition: 0.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(--auo-blue);
}

.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(--auo-blue);
  }

  .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;
  }
}

/* ============================== href bullet end================================================================== */
/* ============================== href bullet end================================================================== */
/* ============================== href bullet end================================================================== */
.solution-block {
  color: var(--auo-blue);
  padding-top: var(--space-3xl);
}

.solution-block:nth-of-type(2n) .solution-slide {
  flex-direction: row-reverse;
}

.solution-block:nth-of-type(2n) .solution-text {
  left: var(--space-xl);
  border-radius: 100vmax 0 0 100vmax;
  padding-left: var(--space-4xl);
}

.solution-block:nth-of-type(2n) .solution-picture {
  transform: translate3d(5%, 0, 0);
}

.solution-block[data-color=ice] .solution-text {
  background-color: var(--ice-glass);
}

.solution-block[data-color=primrose] .solution-text {
  background-color: var(--primrose-glass);
}

.solution-block[data-color=butter] .solution-text {
  background-color: var(--butter-glass);
}

.solution-block[data-color=violet] .solution-text {
  background-color: var(--violet-glass);
}

@media screen and (max-width: 1199px) {

  .solution-block .solution-slide,
  .solution-block:nth-of-type(2n) .solution-slide {
    flex-direction: column;
    width: 100%;
  }

  .solution-block .solution-slide .solution-text,
  .solution-block:nth-of-type(2n) .solution-slide .solution-text {
    width: 100%;
    border-radius: 0 0 10vmax 0;
    position: relative;
    left: 0;
    transform: translate3d(0, 0px, 0);
    padding-left: var(--space-2xl);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .solution-block .solution-slide .solution-picture,
  .solution-block:nth-of-type(2n) .solution-slide .solution-picture {
    transform: translate3d(0, 0, 0);
    width: 100%;
  }
}

@media screen and (max-width: 767px) {

  .solution-block,
  .solution-block:nth-of-type(2n) {
    padding-left: var(--space-l);
    padding-right: var(--space-l);
  }

  .solution-block .solution-slide,
  .solution-block:nth-of-type(2n) .solution-slide {
    padding: 0;
  }

  .solution-block .solution-slide .solution-text,
  .solution-block:nth-of-type(2n) .solution-slide .solution-text {
    width: 100%;
    padding: var(--space-l);
  }

  .solution-block .solution-buttons {
    gap: var(--space-m);
  }
}

.solution-slider {
  position: relative;
  width: 100%;
  max-width: 1440px;
}

.solution-slide {
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 0 var(--space-2xl);
  transition: transform 0.3s ease-out;
}

.solution-slide>* {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

.solution-slide[data-active=false] {
  transform: translate3d(0, 100px, 0);
  position: absolute;
}

.solution-slide[data-active=false]>* {
  opacity: 0;
}

.solution-text {
  right: var(--space-xl);
  width: 660px;
  padding: var(--space-2xl);
  border-radius: 0 100vmax 100vmax 0;
  backdrop-filter: blur(41px) brightness(1.3);
  -webkit-backdrop-filter: blur(41px) brightness(1.3);
  position: absolute;
  z-index: 1;
}

.solution-picture {
  width: clamp(300px, 70vw, 1100px);
  transform: translate3d(-5%, 0, 0);
}

.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;
}

.swiper-slide {
  width: 450px;
  margin-right: 40px;
}

.swiper-slide a:hover .img-fit img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.swiper-slide[data-video=true] .img-fit::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-image: url("../image/auo-video-play-white-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-slide .img-fit {
  aspect-ratio: 16/9;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide .img-fit img {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.swiper-slide .type-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.swiper-slide .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}

.swiper-news {
  width: calc(100% - (100% - 1080px) / 2);
  margin-left: calc((100% - 1080px) / 3);
}

@media screen and (max-width: 767px) {
  .swiper-news {
    margin-left: 20px;
  }
}

.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;
  }
}

.burger-menu-button {
  width: 48px;
  height: 48px;
  background-color: var(--gray-6);
  border-radius: 100vmax;
  cursor: pointer;
  z-index: 1;
  transition: gap 0.2s linear;
  position: relative;
  padding: var(--space-m);
  aspect-ratio: 1/1;
}

.burger-menu-button span {
  border-radius: 100vmax;
  display: block;
  background-color: var(--auo-blue);
  height: 4px;
  transition: width 0.2s linear;
  float: right;
}

.burger-menu-button span.burger-menu-button-open {
  width: 100%;
  align-self: flex-end;
}

.burger-menu-button span.burger-menu-button-open:nth-of-type(1) {
  transition-delay: 0.05s;
}

.burger-menu-button span.burger-menu-button-open:nth-of-type(2) {
  transition-delay: 0.1s;
}

.burger-menu-button span.burger-menu-button-open:nth-of-type(3) {
  transition-delay: 0.15s;
}

.burger-menu-button span.burger-menu-button-open:nth-of-type(3) {
  width: 50%;
}

.burger-menu-button span.burger-menu-button-close {
  width: 0%;
  position: absolute;
  transition-delay: 0s;
}

.burger-menu-button span.burger-menu-button-close:nth-of-type(4) {
  transform: rotate3d(0, 0, 1, 45deg);
}

.burger-menu-button span.burger-menu-button-close:last-of-type {
  transform: rotate3d(0, 0, 1, -45deg);
}

.burger-menu-button[data-open=true] .burger-menu-button-open {
  width: 0%;
}

.burger-menu-button[data-open=true] .burger-menu-button-open:nth-of-type(3) {
  width: 0%;
}

.burger-menu-button[data-open=true] .burger-menu-button-close {
  width: 80%;
  transition-delay: 0.4s;
}

.burger-menu-button[data-open=true]+.burger-menu-panel {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.burger-menu-panel {
  min-width: 300px;
  pointer-events: none;
  position: fixed;
  transition: transform 0.6s cubic-bezier(0.11, 0.39, 0.48, 0.99), opacity 0.2s ease-out;
  opacity: 0;
  transform: translate3d(200px, 0, 0);
  width: 100vw;
  min-height: -moz-available;
  min-height: -webkit-fill-available;
  min-height: fill-available;
  overflow: auto;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.63);
  backdrop-filter: blur(41px) brightness(2);
  -webkit-backdrop-filter: blur(41px) brightness(2);
  padding: var(--space-l);
}

.burger-menu-panel ul {
  flex: 2;
  list-style: none;
  padding: 0;
  padding-top: var(--space-2xl);
}

body.lock-scroll {
  max-height: 100vh;
  overflow: hidden;
}

.forum-card {
  max-width: 400px;
  min-width: 250px;
  width: 100%;
  flex: 1;
  background: white;
  padding: var(--space-l) var(--space-m);
  align-items: flex-start;
  border-radius: var(--radius-l);
  border: solid rgba(255, 255, 255, 0.5098039216) 1px;
  background: linear-gradient(17deg, rgba(255, 255, 255, 0.7411764706), rgba(255, 255, 255, 0));
  border: solid 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 0 20px 4px rgba(255, 255, 255, 0.2196078431);
}

@media screen and (max-width: 1199px) {
  .forum-card {
    flex: auto;
  }
}

.forum-card-portrait {
  width: 100%;
  max-width: 200px;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  object-fit: cover;
}

.forum-card-time {
  align-items: center;
  margin: var(--space-s) 0;
  border-radius: var(--radius-l);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.42));
  background-position: 0vmax;
  background-repeat: repeat;
  animation-name: reflection;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: reverse;
  padding: var(--space-m) var(--space-l);
}

.forum-card-time p {
  margin: auto;
}

@keyframes reflection {
  to {
    background-position: -100vmax;
  }
}

/* ============================================================= */
#video-gallery-wrapper {
  padding-top: 0;
  background: linear-gradient(180deg, var(--auo-blue), rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: cover;
}

#kv-video.video-block {
  position: relative;
  aspect-ratio: 1920/900;
}

#SMART-COCKPIT-block .video {
  aspect-ratio: 16/6.8;
}

.video-block {
  width: 100%;
  position: relative;
  z-index: 2;
}

.video-block video {
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.video-block .sound-controller {
  width: 107px;
  height: 27px;
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  bottom: 40px;
  right: 30px;
  font-size: 0;
  line-height: 0;
}

.video-block .sound-controller .play-music,
.video-block .sound-controller .off-music {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
}

.video-block .sound-controller .play-music {
  opacity: 0;
  pointer-events: none;
}

.video-block .sound-controller.active .play-music {
  z-index: 2;
  opacity: 1;
}

.video-block .sound-controller.active .off-music {
  opacity: 0;
  z-index: 2;
}

@media screen and (max-width: 1199px) {
  .video-block .sound-controller {
    width: 65px;
    height: 17px;
    right: 40px;
    bottom: 30px;
  }

  #kv-video.video-block {
    height: calc(100vh - 60px);
  }

  #kv-video.video-block video {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .video-block .sound-controller {
    right: auto;
    transform: translateX(-50%);
    bottom: 8px;
    left: 50%;
  }
}

/* ============================================================= */
.Introduction-block {
  margin-top: -2px;
  padding: 120px 60px;
  background-color: var(--white);
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  background-image: url("../image/backgrounds/introduction-bkg.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.Introduction-block .cone {
  display: none;
  position: absolute;
  z-index: 2;
  background-image: url("../image/auo-Introduction-cone-pc.png");
  width: 545px;
  height: 530px;
  left: calc((100% - 1748px) / 2);
  top: 41.5%;
}

.Introduction-block .content {
  max-width: 1080px;
  margin: auto;
  position: relative;
  z-index: 3;
}

.Introduction-block .content-text {
  margin-bottom: var(--space-2xl);
  text-align: center;
  color: var(--auo-blue);
}

.Introduction-block .content-text p {
  color: var(--auo-blue);
}

@media screen and (min-width: 1921px) {
  .Introduction-block {
    background-size: cover;
  }
}

@media screen and (max-width: 1199px) {
  .Introduction-block {
    padding: 80px 40px;
  }

  .Introduction-block .content-text {
    padding: 40px;
  }

  .Introduction-block .cone {
    background-size: contain;
    width: 263px;
    height: 256px;
    left: -92px;
    top: 59.5%;
  }
}

@media screen and (max-width: 767px) {
  .Introduction-block {
    padding: 80px 20px;
    text-align: left;
  }

  /* 20240418_Jared調整行距 */
  .Introduction-block .content-text p {
    line-height: 24px;
  }

  .Introduction-block .content-text {
    padding: 40px 20px;
  }

  .Introduction-block .introduction-categories {
    gap: var(--space-m);
  }

  .Introduction-block .cone {
    background-size: contain;
    width: 263px;
    height: 256px;
    left: -136px;
    top: auto;
    bottom: -9%;
  }
}

/* ============================================================= */
.SMART-COCKPIT-block {
  background-color: #001626;
}

.SMART-COCKPIT-block .SMART-COCKPIT-swiper {
  height: 860px;
}

.SMART-COCKPIT-block .SMART-COCKPIT-swiper h2 {
  width: 900px;
  margin: auto;
  margin-bottom: 10px;
  color: #fff;
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
  text-align: center;
}

.SMART-COCKPIT-block .SMART-COCKPIT-swiper .blue-title {
  width: 900px;
  margin: auto;
  margin-bottom: 2px;
  color: #64DCF0;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
}

.SMART-COCKPIT-block .SMART-COCKPIT-swiper .content {
  width: 900px;
  margin: auto;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.SMART-COCKPIT-block .SMART-COCKPIT-swiper .swiper-slide {
  padding: 60px 0;
  background-position: center;
  background-repeat: no-repeat;
}

.SMART-COCKPIT-block .SMART-COCKPIT-swiper .swiper-slide.Smart-Cockpit {
  background-image: url("../image/auo-SMART-COCKPIT-1-pc.jpg");
}

.SMART-COCKPIT-swiper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin-left: 0;
  margin-right: 16px;
  outline: none;
  background-color: #707070;
  opacity: 0.3;
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.SMART-COCKPIT-swiper .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.SMART-COCKPIT-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 53px;
}

@media screen and (min-width: 1921px) {
  .SMART-COCKPIT-block .SMART-COCKPIT-swiper .swiper-slide {
    background-size: cover;
    background-position: center bottom;
  }
}

@media screen and (max-width: 1199px) {
  .SMART-COCKPIT-block .SMART-COCKPIT-swiper .swiper-slide.Smart-Cockpit {
    background-image: url("../image/auo-SMART-COCKPIT-1-tb.jpg");
  }

  .SMART-COCKPIT-block .SMART-COCKPIT-swiper {
    height: 610px;
  }

  .SMART-COCKPIT-block .SMART-COCKPIT-swiper h2 {
    width: 100%;
    margin-bottom: 6px;
    font-size: 32px;
    line-height: 42px;
  }

  .SMART-COCKPIT-block .SMART-COCKPIT-swiper .blue-title {
    width: 100%;
    margin-bottom: 2px;
    font-size: 20px;
    line-height: 30px;
  }

  .SMART-COCKPIT-block .SMART-COCKPIT-swiper .content {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .SMART-COCKPIT-block .SMART-COCKPIT-swiper .swiper-slide {
    padding: 40px;
  }

  .SMART-COCKPIT-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 33px;
  }
}

@media screen and (max-width: 767px) {
  .SMART-COCKPIT-block .SMART-COCKPIT-swiper .swiper-slide.Smart-Cockpit {
    background-image: url("../image/auo-SMART-COCKPIT-1-mb.jpg");
    background-position: center bottom;
  }

  .SMART-COCKPIT-block .SMART-COCKPIT-swiper {
    height: 511px;
  }

  .SMART-COCKPIT-block .SMART-COCKPIT-swiper .swiper-slide {
    padding: 40px 20px;
  }
}

/* ============================================================= */
.Going-Green-Solutions-block {
  padding-top: 160px;
  padding-bottom: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-top: var(--space-4xl);
}

.Going-Green-Solutions-block .artifact[data-type=u] {
  left: -30%;
  bottom: -10%;
}

.Going-Green-Solutions-block .introduce-block {
  width: 1200px;
  padding: 0 60px;
  margin: auto;
  display: flex;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
  gap: var(--space-l);
}

.Going-Green-Solutions-block .introduce-block .left-block {
  flex: 1;
}

.Going-Green-Solutions-block .introduce-block .left-block .green-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #87DC64;
}

.Going-Green-Solutions-block .introduce-block .left-block h2 {
  /* font-size: 48px;
  line-height: 60px; */
  /* 20240418_Jared調整樣式 */
  font-size: 30px;
  line-height: 42px;
  font-weight: bold;
}

.Going-Green-Solutions-block .introduce-block .left-block h3,
.Going-Green-Solutions-block .introduce-block .left-block .btn-grow:last-of-type {
  /* margin-top: var(--space-l); */
  /* 20240418_Jared調整間距 */
  margin-top: 16px;
}

.Going-Green-Solutions-block .introduce-block .left-block h3 {
  /* 20240418_Jared調整字體 */
  font-size: 24px;
}

.Going-Green-Solutions-block .introduce-block .right-block {
  /* 20240418_Jared調整寬度 */
  flex: 1.2;
  position: sticky;
  top: 100px;
  align-self: flex-start;
}

.Going-Green-Solutions-block .introduce-block .right-block img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: var(--radius-l);
}

.Going-Green-Solutions-block .introduce-block .right-block .text {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  padding-right: 30px;
}

.Going-Green-Solutions-block .Commitment-Recognition-block {
  width: 1200px;
  padding: 0 60px;
  margin: auto;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}

.Going-Green-Solutions-block .Commitment-Recognition-block .title {
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  margin-bottom: 30px;
}

.Going-Green-Solutions-block .Commitment-Recognition-block .item-block {
  display: flex;
}

.flip-card {
  background-color: transparent;
  width: 255px;
  height: 185px;
  perspective: 1000px;
  margin-right: 20px;
}

.flip-card:nth-of-type(4n+4) {
  margin-right: 0px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  border-radius: 10px;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card.no-flip:hover .flip-card-inner {
  transform: rotateY(0);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
}

.flip-card-front {
  background-color: #fff;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flip-card-back {
  background-color: #fff;
  padding: 20px;
  transform: rotateY(180deg);
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flip-card-back p {
  color: #005087;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
}

.flip-card-back span {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #005087;
}

.Going-Green-Solutions-block .Green-Approach-block {
  width: 1200px;
  padding: 0 60px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.Going-Green-Solutions-block .Green-Approach-block .title {
  font-size: 32px;
  line-height: 42px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

.Going-Green-Solutions-block .Green-Approach-block .text-block {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 45px;
}

.Going-Green-Solutions-block .Green-Approach-block .item-block {
  display: flex;
  max-width: 920px;
  margin: auto;
}

.Going-Green-Solutions-block .Green-Approach-block .item-block .item {
  width: calc((100% - 80px) / 3);
  text-align: center;
  margin-right: 40px;
}

.Going-Green-Solutions-block .Green-Approach-block .item-block .item:nth-of-type(3n+3) {
  margin-right: 0;
}

.Going-Green-Solutions-block .Green-Approach-block .item-block .item img {
  margin-bottom: 20px;
  height: 120px;
}

.Going-Green-Solutions-block .Green-Approach-block .item-block .item .item-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #005087;
}

.Going-Green-Solutions-container {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.Going-Green-Solutions-block .cone {
  position: absolute;
  z-index: 1;
  background-image: url("../image/auo-Going-Green-Solutions-cone.png");
  width: 600px;
  height: 613px;
  left: -303px;
  bottom: 195px;
}

@media screen and (min-width: 1921px) {
  .Going-Green-Solutions-block {
    background-size: cover;
  }
}

@media screen and (max-width: 1199px) {
  .Going-Green-Solutions-block {
    padding-bottom: 110px;
  }

  .Going-Green-Solutions-block .introduce-block {
    width: 100%;
    margin-bottom: 60px;
    flex-direction: column;
    gap: var(--space-xl);
  }

  .Going-Green-Solutions-block .introduce-block .left-block {
    width: 100%;
  }

  .Going-Green-Solutions-block .introduce-block .left-block .green-title {
    font-size: 20px;
    line-height: 30px;
  }

  .Going-Green-Solutions-block .introduce-block .left-block h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 30px;
  }

  .Going-Green-Solutions-block .introduce-block .right-block {
    width: 100%;
    margin-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .Going-Green-Solutions-block .introduce-block .right-block .text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    padding-right: 0;
    text-align: center;
  }

  .Going-Green-Solutions-block .Commitment-Recognition-block {
    width: 100%;
    margin-bottom: 60px;
  }

  .Going-Green-Solutions-block .Commitment-Recognition-block .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .Going-Green-Solutions-block .Commitment-Recognition-block .item-block {
    display: flex;
    flex-wrap: wrap;
    width: 530px;
    margin: auto;
  }

  .flip-card {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .flip-card:nth-of-type(2n+1) {
    margin-right: 20px;
  }

  .Going-Green-Solutions-block .Green-Approach-block {
    width: 100%;
  }

  .Going-Green-Solutions-block .Green-Approach-block .text-block {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .Going-Green-Solutions-block .Green-Approach-block .item-block .item {
    width: calc((100% - 56px) / 3);
    margin-right: 28px;
  }

  .Going-Green-Solutions-block .Green-Approach-block .item-block .item .item-title {
    font-size: 16px;
    line-height: 24px;
  }

  .Going-Green-Solutions-block .cone {
    width: 268px;
    height: 278px;
    left: -70px;
    bottom: 343px;
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  .Going-Green-Solutions-block {
    padding-top: 85px;
    padding-bottom: 80px;
  }

  .Going-Green-Solutions-block .introduce-block {
    padding: 0 var(--space-l);
  }

  .Going-Green-Solutions-block .introduce-block .left-block h2 {
    margin-bottom: 20px;
  }

  .Going-Green-Solutions-block .Commitment-Recognition-block .item-block {
    width: 255px;
  }

  .flip-card:nth-of-type(2n+1) {
    margin-right: 0px;
  }

  .Going-Green-Solutions-block .Green-Approach-block .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .Going-Green-Solutions-block .Green-Approach-block .item-block {
    display: block;
    max-width: 230px;
    margin: auto;
  }

  .Going-Green-Solutions-block .Green-Approach-block .item-block .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 33px;
  }

  .Going-Green-Solutions-block .Green-Approach-block .item-block .item:last-of-type {
    margin-bottom: 0;
  }

  .Going-Green-Solutions-block .cone {
    left: -150px;
    bottom: 803px;
  }
}

/* ============================================================= */
.MOBILITY-SERVICE-block {
  padding-top: 120px;
  padding-bottom: 85px;
  background-image: url("../image/backgrounds/solutions-bkg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}

.MOBILITY-SERVICE-block .blue-title {
  width: 900px;
  margin: auto;
  margin-bottom: 10px;
  color: #64DCF0;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
}

.MOBILITY-SERVICE-block .content {
  width: 900px;
  margin: auto;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 60px;
  text-align: justify;
}

.MOBILITY-SERVICE-block .btn-block {
  width: 900px;
  margin: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.MOBILITY-SERVICE-block .btn-block .btn-grow+.btn-grow {
  margin-left: 48px;
}

.MOBILITY-SERVICE-block .service-block {
  width: 1200px;
  height: 490px;
  margin: auto;
  position: relative;
}

.MOBILITY-SERVICE-block .service-block .icon {
  position: absolute;
  background-image: url("../image/auo-MOBILITY-SERVICE-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  top: 20px;
  left: 1049px;
  width: 109px;
  height: 89px;
}

.MOBILITY-SERVICE-block .service-item {
  position: relative;
}

.MOBILITY-SERVICE-block .service-item .img {
  width: 975px;
  height: 490px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-95px, 0);
}

.MOBILITY-SERVICE-block #EVSE-HMI-Solution #EVSE-HMI-Solution-2 {
  display: none;
}

#ChLC-Outdoor-Display {
  display: none;
}

.MOBILITY-SERVICE-block .service-item .content-block {
  position: absolute;
  bottom: -65px;
  right: 0;
  width: 660px;
  height: 415px;
}

.MOBILITY-SERVICE-block .service-item .outline-border {
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  top: -4px;
  left: -4px;
  border: 4px solid #64DCF0;
  border-radius: 0px 250px 250px 0px;
  filter: blur(4px);
}

.MOBILITY-SERVICE-block .service-item .content-block .text {
  width: 660px;
  height: 415px;
  background-color: rgba(100, 220, 240, 0.4);
  box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.3019607843);
  border: 1px solid #FFFFFF;
  border-radius: 0px 250px 250px 0px;
  backdrop-filter: blur(30px);
  padding: 40px 0 40px 40px;
}

.MOBILITY-SERVICE-block .service-item .content-block .text h3 {
  width: 500px;
  font-size: 40px;
  line-height: 56px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 7px;
}

.MOBILITY-SERVICE-block .service-item .content-block .text p {
  width: 500px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.MOBILITY-SERVICE-block .service-item-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 3;
}

.MOBILITY-SERVICE-block .service-item-btn.service-item-btn-1 {
  left: 500px;
  top: 125px;
}

.MOBILITY-SERVICE-block .service-item-btn.service-item-btn-2 {
  left: 500px;
  top: 287px;
}

.MOBILITY-SERVICE-block .service-item-btn.service-item-btn-3 {
  left: 513px;
  top: 236px;
}

.MOBILITY-SERVICE-block .service-item-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../image/auo-product-btn.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.MOBILITY-SERVICE-block .service-item-btn.active::after {
  background-image: url("../image/auo-product-btn-active.svg");
  transform: rotate(45deg);
}

.MOBILITY-SERVICE-block .service-item-btn::before {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px;
  border: 3px solid #64DCF0;
  filter: blur(2px);
  border-radius: 50%;
}

@media screen and (min-width: 1921px) {
  .MOBILITY-SERVICE-block {
    background-size: cover;
  }
}

@media screen and (max-width: 1199px) {
  .MOBILITY-SERVICE-block {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .MOBILITY-SERVICE-block .blue-title {
    width: 100%;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .MOBILITY-SERVICE-block .content {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 40px;
  }

  .MOBILITY-SERVICE-block .btn-block {
    width: 100%;
    margin-bottom: 40px;
  }

  .MOBILITY-SERVICE-block .btn-block .btn-grow+.btn-grow {
    margin-left: 30px;
  }

  .MOBILITY-SERVICE-block .service-block {
    width: 688px;
    height: auto;
  }

  .MOBILITY-SERVICE-block .service-block .icon {
    display: none;
  }

  .MOBILITY-SERVICE-block .service-item .img {
    width: 647px;
    height: 325px;
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(-40px, 0);
  }

  .MOBILITY-SERVICE-block .service-item-btn.service-item-btn-1 {
    left: 324px;
    top: 78px;
  }

  .MOBILITY-SERVICE-block .service-item-btn.service-item-btn-2 {
    left: 324px;
    top: 188px;
  }

  .MOBILITY-SERVICE-block .service-item-btn.service-item-btn-3 {
    left: 338px;
    top: 150px;
  }

  .MOBILITY-SERVICE-block .service-item .content-block {
    position: relative;
    bottom: 40px;
    right: -88px;
    width: 600px;
    height: auto;
  }

  .MOBILITY-SERVICE-block .service-item .outline-border {
    position: absolute;
    width: 608px;
    height: calc(100% + 8px);
    top: -4px;
    left: -4px;
    border: 4px solid #64DCF0;
    border-radius: 0px 0 120px 0px;
    filter: blur(4px);
  }

  .MOBILITY-SERVICE-block .service-item .content-block .text {
    width: 600px;
    height: auto;
    background-color: rgba(100, 220, 240, 0.4);
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.3019607843);
    border: 1px solid #FFFFFF;
    border-radius: 0px 0 120px 0px;
    backdrop-filter: blur(30px);
    padding: 40px 20px 40px;
  }

  .MOBILITY-SERVICE-block .service-item .content-block .text h3 {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .MOBILITY-SERVICE-block .service-item .content-block .text p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .MOBILITY-SERVICE-block {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .MOBILITY-SERVICE-block .btn-block {
    display: inline-block;
    text-align: center;
  }

  .MOBILITY-SERVICE-block .btn-grow {
    display: inline-block;
  }

  .MOBILITY-SERVICE-block .btn-block .btn-grow+.btn-grow {
    margin-left: 0px;
    margin-top: 20px;
  }

  .MOBILITY-SERVICE-block .service-block {
    width: 360px;
  }

  .MOBILITY-SERVICE-block .service-item .img {
    width: 340px;
    height: 270px;
    transform: translate(-20px, 0);
  }

  .MOBILITY-SERVICE-block .service-item .content-block {
    position: relative;
    bottom: 35px;
    right: -20px;
    width: 340px;
    height: auto;
  }

  .MOBILITY-SERVICE-block .service-item .outline-border {
    position: absolute;
    width: 348px;
    height: calc(100% + 8px);
    top: -4px;
    left: -4px;
    border: 4px solid #64DCF0;
    border-radius: 0px 0 120px 0px;
    filter: blur(4px);
  }

  .MOBILITY-SERVICE-block .service-item .content-block .text {
    width: 340px;
    height: auto;
    background-color: rgba(100, 220, 240, 0.4);
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.3019607843);
    border: 1px solid #FFFFFF;
    border-radius: 0px 0 120px 0px;
    backdrop-filter: blur(30px);
    padding: 40px 20px 40px;
  }

  .MOBILITY-SERVICE-block .service-item-btn.service-item-btn-1 {
    left: 232px;
    top: 58px;
  }

  .MOBILITY-SERVICE-block .service-item-btn.service-item-btn-2 {
    left: 232px;
    top: 161px;
  }

  .MOBILITY-SERVICE-block .service-item-btn.service-item-btn-3 {
    left: 176px;
    top: 119px;
  }
}

.forum-block {
  padding-top: var(--space-3xl);
  padding-left: var(--space-xl);
  padding-right: var(--space-xl);
  padding-bottom: calc(2 * var(--space-4xl));
  text-align: center;
  position: relative;
  overflow: hidden;
}

.forum-block .artifact[data-type=u] {
  right: -5%;
  top: -5%;
}

.forum-block h2 {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .forum-block {
    padding: var(--space-3xl) var(--space-l);
  }
}

.forum-speaker-row {
  gap: clamp(var(--space-s), 2%, var(--space-xl));
}

@media screen and (max-width: 1199px) {
  .forum-speaker-row {
    gap: var(--space-l);
  }
}

/* ============================================================= */
.Press-Release-block {
  position: relative;
  padding-top: var(--space-3xl);
  padding-bottom: var(--space-3xl);
  background-attachment: fixed;
  background-image: url("../image/backgrounds/news-bkg.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.Press-Release-block h2 {
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
}

.Press-Release-block .artifact[data-type=square] {
  left: 5%;
  bottom: 5%;
}

.Videos-block {
  padding-top: var(--space-3xl);
  padding-bottom: var(--space-xl);
  position: relative;
}

.Videos-block h2 {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
}

.Videos-block .artifact[data-type=circle] {
  width: 500px;
  height: 500px;
  left: -5%;
  top: -5%;
}

.swiper-btn-block {
  display: flex;
  position: relative;
  justify-content: center;
}

.swiper-btn-block .swiper-btn {
  position: relative;
  width: 44px;
  height: 44px;
  cursor: pointer;
  outline: 0 !important;
}

.swiper-btn-block .swiper-btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.2;
}

.swiper-btn-block .pre-btn.swiper-button-disabled::before {
  background-image: url(../image/auo-swiper-btn-pre-disable.svg);
}

.swiper-btn-block .pre-btn::before {
  background-image: url(../image/auo-swiper-btn-pre.svg);
}

.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 .pre-btn::after {
  background-image: url(../image/auo-swiper-btn-pre-hover.svg);
}

.swiper-btn-block .swiper-btn::after {
  opacity: 0;
}

.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: 30px;
}

.swiper-btn-block .next-btn::before {
  background-image: url(../image/auo-swiper-btn-next.svg);
}

.swiper-btn-block .next-btn::after {
  background-image: url(../image/auo-swiper-btn-next-hover.svg);
}

.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 {
  margin-left: calc((100% - 450px) / 2);
}

.Videos-block .swiper-news.one-swiper {
  margin-left: calc((100% - 450px) / 2);
}

.Press-Release-block .Press-Release-swiper.two-swiper,
.Videos-block .swiper-news.two-swiper {
  margin-left: calc((100% - 720px) / 2);
}

.Press-Release-block .swiper-slide {
  margin-right: 40px;
}

.Press-Release-swiper .swiper-slide .img-fit {
  margin-bottom: 20px;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .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;
  }

  .swiper-news {
    width: calc(100% - (100% - 688px) / 2);
    margin-left: calc((100% - 688px) / 2);
    padding-top: 30px;
  }

  .swiper-news .swiper-slide {
    width: 270px;
  }

  .Videos-block .swiper-slide {
    margin-right: 30px;
  }

  .swiper-news .swiper-slide .img-fit {
    margin-bottom: 20px;
  }

  .swiper-news .swiper-slide .title {
    font-size: 18px;
    line-height: 28px;
  }

  .Press-Release-block .Press-Release-swiper.one-swiper,
  .Videos-block .swiper-news.one-swiper {
    margin-left: calc((100% - 270px) / 2);
  }

  .Press-Release-block .Press-Release-swiper.two-swiper,
  .Videos-block .swiper-news.two-swiper {
    margin-left: calc((100% - 570px) / 2);
  }
}

@media screen and (max-width: 767px) {
  .Press-Release-block .Press-Release-swiper {
    width: calc(100% - 20px);
    margin-left: 20px;
  }

  /* 20240418_Jared調整樣式 */
  .Press-Release-block h2,
  .Videos-block h2 {
    font-size: 36px;
  }

  .swiper-news {
    width: calc(100% - 20px);
    margin-left: 20px;
  }

  .swiper-news .swiper-slide {
    width: 270px;
  }

  .Press-Release-block .Press-Release-swiper.one-swiper,
  .Videos-block .swiper-news.one-swiper,
  .Press-Release-block .Press-Release-swiper.two-swiper,
  .Videos-block .swiper-news.two-swiper {
    margin-left: 20px;
  }
}

/* ============================================================= */
.product-block {
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative;
  z-index: 1;
}

.product-block>*:not(.artifact) {
  position: relative;
  z-index: 1;
}

.product-block .artifact[data-type=sphere] {
  right: 5%;
  bottom: -10%;
}

.product-block .artifact[data-type=u] {
  top: -5%;
  left: -10%;
}

.product-block .product-img-board {
  margin: auto;
  width: 1200px;
  height: 626px;
  position: relative;
}

.product-block .product-img-pc {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.product-block #product-img-1-pc {
  top: 0;
  left: 0;
  background-image: url("../image/auo-product-1-pc.jpg");
  width: 546px;
  height: 290px;
}

.product-block #product-img-2-pc {
  top: 0;
  left: 554px;
  background-image: url("../image/auo-product-2-pc.jpg");
  width: 210px;
  height: 290px;
}

.product-block #product-img-3-pc {
  top: 0;
  left: 772px;
  background-image: url("../image/auo-product-3-pc.jpg");
  width: 210px;
  height: 290px;
}

.product-block #product-img-4-pc {
  top: 0;
  left: 990px;
  background-image: url("../image/auo-product-4-pc.jpg");
  width: 210px;
  height: 290px;
}

.product-block #product-img-5-pc {
  top: 298px;
  left: 0;
  background-image: url("../image/auo-product-5-pc.jpg");
  width: 429px;
  height: 328px;
}

.product-block #product-img-6-pc {
  top: 298px;
  left: 437px;
  background-image: url("../image/auo-product-6-pc.jpg");
  width: 380px;
  height: 328px;
}

.product-block #product-img-7-pc {
  top: 298px;
  left: 825px;
  background-image: url("../image/auo-product-7-pc.jpg");
  width: 375px;
  height: 150px;
}

.product-block #product-img-8-pc {
  top: 456px;
  left: 825px;
  background-image: url("../image/auo-product-8-pc.jpg");
  width: 375px;
  height: 170px;
}

.product-block .product-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 14px;
  bottom: 14px;
  cursor: pointer;
  transition: all 0.3s;
  backdrop-filter: blur(23px);
  background: linear-gradient(333deg, #a2bfcf, transparent);
  border: solid 1px rgba(255, 255, 255, 0.1607843137);
  background-clip: content-box;
  border-radius: 100vmax;
}

.product-block .product-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../image/icons/plus.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}

.product-block .product-content-pc {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 3;
  background-position: center;
  background-repeat: no-repeat;
  padding: 90px 60px;
  display: none;
}

.product-block .product-content-pc .awards-content {
  height: 100px;
  position: relative;
}

.product-block .product-content-pc .awards-content img {
  height: 100px;
}

.product-block .product-content-pc .awards-content+.text-content {
  margin-top: 40px;
}

.product-block .product-content-pc .text-content {
  position: relative;
  width: 500px;
}

.product-block .product-content-pc .text-content h3 {
  font-size: 40px;
  line-height: 56px;
  font-weight: bold;
  color: #64DCF0;
  margin-bottom: 7px;
}

.product-block .product-content-pc .text-content p {
  color: #fff;
}

.product-block .product-content-pc .product-btn {
  right: 22px;
  bottom: auto;
  top: 22px;
  transform: rotate(45deg);
}

.product-block .product-content-1-pc {
  background-image: url("../image/auo-product-content-1-pc.jpg");
}

.product-block .product-content-2-pc {
  background-image: url("../image/auo-product-content-2-pc.jpg");
}

.product-block .product-content-3-pc {
  background-image: url("../image/auo-product-content-3-pc.jpg");
}

.product-block .product-content-4-pc {
  background-image: url("../image/auo-product-content-4-pc.jpg");
}

.product-block .product-content-5-pc {
  background-image: url("../image/auo-product-content-5-pc.jpg");
}

.product-block .product-content-6-pc {
  background-image: url("../image/auo-product-content-6-pc.jpg");
}

.product-block .product-content-7-pc {
  background-image: url("../image/auo-product-content-7-pc.jpg");
}

.product-block .product-content-8-pc {
  background-image: url("../image/auo-product-content-8-pc.jpg");
}

@media screen and (max-width: 1199px) {
  .product-block {
    padding-top: 40px;
  }

  .product-block .artifact[data-type=sphere] {
    display: none;
  }

  .product-block .artifact[data-type=u] {
    left: -20%;
  }

  .product-card-list {
    z-index: 2;
    position: relative;
    max-width: 660px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
  }

  .product-card-list .product-img-mb {
    position: relative;
  }

  .product-card-list .card-list {
    width: 320px;
    margin-bottom: 20px;
  }

  .product-card-list .card-list:nth-of-type(2n+1) {
    margin-right: 20px;
  }

  #insert-item {
    margin-bottom: 40px;
  }

  #insert-item .awards-content {
    margin-bottom: 20px;
  }

  #insert-item .awards-content img {
    height: 73px;
  }

  #insert-item .text-content h3 {
    font-size: 20px;
    line-height: 30px;
    color: #64DCF0;
    font-weight: bold;
    margin-bottom: 3px;
  }

  #insert-item .text-content p {
    color: #fff;
  }

  .product-block .card-list .card-item.active .product-btn {
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 767px) {
  .product-card-list {
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    padding: 0 var(--space-xl);
  }

  .product-card-list .card-list {
    margin-bottom: 10px;
    width: 100%;
  }

  .product-card-list .card-list:nth-of-type(2n+1) {
    margin-right: 0px;
  }

  #insert-item {
    margin-top: 10px;
  }
}

.on-site-events {
  padding-top: var(--space-3xl);
  margin-bottom: var(--space-3xl);
}

@media screen and (max-width: 767px) {
  .on-site-events.flex.gap-3xl {
    gap: var(--space-2xl);
  }
}

.on-site-events .artifact[data-type=square-1] {
  left: 0;
  bottom: 3%;
}

.on-site-events .artifact[data-type=square-2] {
  right: -1%;
  top: 10%;
}

@media screen and (max-width: 1199px) {
  .on-site-events {
    overflow: hidden;
  }
}

.on-site-events-container {
  margin-bottom: var(--space-3xl);
}

.on-site-events-visual {
  flex: 2 500px;
  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 400px;
  border-radius: var(--radius-xl);
  background-color: rgba(255, 255, 255, 0.3);
  border: solid 1px rgba(255, 255, 255, 0.664);
  width: 100%;
  padding: var(--space-2xl) clamp(var(--space-xl), 2%, var(--space-3xl));
  box-shadow: 0 0 20px 0px rgba(255, 255, 255, 0.4901960784), 0 0 90px 16px rgba(255, 255, 255, 0.5294117647), 0 0 90px 16px rgba(255, 255, 255, 0.2117647059) inset;
}

.on-site-events-card hr {
  border-color: #c1d4e1;
  border-width: 1px;
  border-style: solid;
  border-top: none;
  width: 100%;
}

.on-site-events-card p {
  text-align: center;
}

.on-site-events-card .h4 {
  font-size: 18px;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .on-site-events-card {
    padding: var(--space-2xl) var(--space-l);
  }
}

.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: 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: 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 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: url("../image/backgrounds/map-bkg.webp");
  padding-top: var(--space-4xl);
  padding-bottom: var(--space-4xl);
  overflow: hidden;
}

.map-block .container {
  position: relative;
}

.map-block,
.map-block p {
  color: white;
}

.map-block .artifact[data-type=circle] {
  left: -10%;
  bottom: -30%;
}

.map-block .artifact[data-type=square] {
  right: 8%;
  top: -6%;
}

.map-block-left {
  position: relative;
  flex: 1;
}

.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: var(--space-xl) var(--space-l);
  padding-right: var(--space-2xl);
  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%;
}

html[lang=en] .map-block-text .font-14 {
  font-size: 14px;
  line-height: 18px;
}

@media screen and (max-width: 1199px) {
  .map-block-text {
    padding-right: var(--space-l);
  }
}

.map-block iframe {
  border-radius: 0 100vmax 100vmax 0;
  flex: 1;
  transform: translate3d(-15%, 0, 0);
  width: 100%;
}

@media (max-width: 1199px) {
  .map-block .container {
    flex-direction: column;
  }

  .map-block .container iframe {
    max-width: 600px;
    transform: translate3d(0, 0, 0);
    border-radius: 0 0 var(--radius-xl) 0;
    aspect-ratio: 4/3;
  }
}

@media (max-width: 767px) {

  .map-block h2,
  .map-block .h3 {
    font-size: 28px;
  }
}
