@charset "UTF-8";

@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; */
}

/* 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-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;
}

/* Text styles classes */
.body-1 {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: auto;
  font-family: Mabry Pro;
  font-style: normal;
}

.body-2 {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.25px;
  line-height: auto;
  font-family: Mabry Pro;
  font-style: normal;
}

.display-1 {
  font-weight: 400;
  font-size: 82px;
  letter-spacing: 1.5px;
  line-height: 80px;
  font-family: Mabry Pro;
  font-style: normal;
}

.display-2 {
  font-weight: 700;
  font-size: 64px;
  letter-spacing: 1.5px;
  line-height: 72px;
  font-family: Mabry Pro;
  font-style: normal;
}

.display-3 {
  font-weight: 700;
  font-size: 37px;
  letter-spacing: 1.5px;
  line-height: 50px;
  font-family: Mabry Pro;
  font-style: normal;
}

.display-4 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1.5px;
  line-height: 26px;
  font-family: Mabry Pro;
  font-style: normal;
}

.heading-1 {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 1.5px;
  line-height: 52px;
  font-family: Mabry Pro;
  font-style: normal;
}

.heading-2 {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -0.5px;
  line-height: 42px;
  font-family: Mabry Pro;
  font-style: normal;
}

.heading-3 {
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 38px;
  font-family: Mabry Pro;
  font-style: normal;
}

.heading-4 {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.25px;
  line-height: 32px;
  font-family: Mabry Pro;
  font-style: normal;
}

.heading-5 {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 26px;
  font-family: Mabry Pro;
  font-style: normal;
}

.heading-6 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.15px;
  line-height: auto;
  font-family: Mabry Pro;
  font-style: normal;
}

.subtitle-1 {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.15px;
  line-height: auto;
  font-family: Mabry Pro;
  font-style: normal;
}

.subtitle-2 {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1px;
  line-height: auto;
  font-family: Mabry Pro;
  font-style: normal;
}

.caption {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: auto;
  font-family: Mabry Pro;
  font-style: normal;
}

.footnote {
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.4px;
  line-height: auto;
  font-family: Mabry Pro;
  font-style: normal;
}

.overline {
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 1.5px;
  line-height: auto;
  font-family: Mabry Pro;
  font-style: normal;
}

.label-1 {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: auto;
  font-family: Mabry Pro;
  font-style: normal;
}

.label-2 {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: auto;
  font-family: Mabry Pro;
  font-style: normal;
}

.label-3 {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.5px;
  line-height: auto;
  font-family: Mabry Pro;
  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", "Noto Sans JP", "Microsoft JhengHei", "sans-serif", "新細明體", "細明體";
  font-weight: normal;
  height: 100%;
  overflow-x: hidden;
}

html:lang(ja) body {
  font-family: "Mabry Pro", "Verdana", "Noto Sans JP", "Microsoft JhengHei", "微軟正黑體", "新細明體", "細明體";
}

.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.btn-white {
  background-color: #fff;
}

.btn-grow.btn-white:hover {
  background-color: var(--color-brand-cyan);
}

.btn-white.btn-grow .btn-title {
  color: var(--color-brand-marine);
}

.btn-grow.btn-white:hover .btn-title {
  color: var(--color-brand-marine);
}

.btn-grow.btn-white:before {
  background: var(--color-brand-cyan);
}

.btn-grow {
  cursor: pointer;
  min-width: 120px;
  margin: auto 0;
  display: block;
  /* vertical-align: bottom; */
  height: 66px;
  padding: 0 25px;
  border-radius: 50px;
  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(--color-brand-cyan);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 1;

}

.btn-grow.discount {
  background-color: var(--color-brand-marine);
}

.btn-grow.discount::before {
  background: var(--gray-6);
}

.btn-grow.discount:hover .btn-title {
  color: var(--color-brand-marine);
}

.btn-grow.discount .btn-title {
  color: #fff;
}

.btn-grow:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 14px;
  height: 14px;
  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 {
  -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);
}

.btn-grow:hover: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);
}

.en .btn-grow {
  height: 56px;
}

.btn-grow:before {
  background: var(--color-brand-cyan);
}

.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: 24px;
  line-height: 66px;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  color: var(--color-brand-marine);
}

/* 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);
}

.btn-grow .btn-blank::after {
  background-image: url("../image/auo-btn-blank-white.svg");
}

.btn-grow:hover .btn-blank::after {
  background-image: url("../image/auo-btn-blank-blue.svg");
}

.btn-white .btn-blank::after {
  background-image: url("../image/auo-btn-blank-blue.svg");
}

.btn-white:hover .btn-blank::after {
  background-image: url("../image/auo-btn-blank-blue.svg");
}

.btn-title.blank::after {
  background-image: url("../image/auo-btn-blank-blue.svg");
}

@media (max-width: 1199px) {
  .btn-grow {
    height: 55px;
  }

  .btn-title {
    font-size: 16px;
    line-height: 55px;
  }

  .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: 999;
  transition: background-color 0.3s;
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%); */
}

.header-block .inner-header {
  justify-content: space-between;
  padding: 20px 48px;
  margin: 0 auto;
}

.header-block .inner-header .logo-block {
  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;
}

.header-block.is-scroll {
  background-color: var(--dark-gray);
}

.header-block .link-block {
  display: flex;
  align-items: center;
}

.header-block .link-block a+a {
  margin-left: 20px;
}

@media screen and (max-width: 1199px) {

  .header-block .inner-header .logo-block {
    width: 101px;
  }

  .header-block .inner-header .logo-block svg {
    width: 101px;
    height: 41px;
  }

  .header-block .inner-header {
    padding: 0px 52px;
    align-items: center;
    height: 68px;
  }

  .header-block .inner-header .logo-block .brand {
    margin-right: 0px;
  }
}

@media screen and (max-width: 767px) {

  .header-block .inner-header {
    padding: 14px 20px;
  }

  .header-block .link-block a+a {
    margin-left: 20px;
  }

  .header-block .inner-header .logo-block {
    width: 87px;
  }

  .header-block .inner-header .logo-block svg {
    width: 87px;
    height: 36px;
  }
}

/* ============================================================= */
.video-block {
  display: block;
  width: 100%;
  position: relative;
  font-size: 0;
  line-height: 0;
  height: auto;
  overflow: hidden;
}

.video-block-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(2, 1, 4, 0) 46.25%, var(--color-brand-base-950) 89.25%);
}

#kv-video.video-block {
  aspect-ratio: 16/9;
}

.video-block .video {
  min-width: 100%;
  min-height: 100%;
  margin: auto;
  position: absolute;
  top: -2px;
  max-width: 100%;
}

.video-block .info-content {
  position: absolute;
  z-index: 3;
  bottom: 18.5%;
  width: 100%;
  color: var(--color-on-dark);
}

.video-block .info-content .container {
  padding: 0 var(--unit-4xl);
  max-width: unset;
  min-width: 1440px;
}

.flex-content {
  display: flex;
}

.ces-logo {
  padding: var(--unit-l) var(--unit-3xl) var(--unit-l) 0;
  border-right: 1px solid var(--color-brand-base-300);
}

.date-info {
  padding-left: var(--unit-3xl);
}

.ces-logo img {
  height: auto;
}

.video-block .info-content .main-solgan {
  margin-bottom: var(--unit-2xl);
}

@media screen and (max-width: 1199px) {
  #kv-video.video-block {
    /* height: calc(100vh - 60px); */
    overflow: visible;
  }

  .video-block .info-content .container {
    padding: 0 54px;
    max-width: unset;
    min-width: unset;
  }

  .video-block .display-2 {
    font-size: 40px;
    line-height: 42px;
  }

  .video-block .info-content .main-solgan {
    margin-bottom: 16px;
  }

  .ces-logo {
    padding: 3px 16px 3px 0;
  }

  .ces-logo img {
    width: 79px;
  }

  .video-block .heading-3 {
    font-size: 18px;
    line-height: 22px;
  }

  .video-block .heading-4 {
    font-size: 12px;
    line-height: 14px;
  }

  .date-info {
    padding-left: 16px;
  }

  .video-block .info-content {
    bottom: -2.5%;
  }
}

@media screen and (max-width: 767px) {

  .video-block .info-content {
    bottom: 120px;
  }

  #kv-video.video-block {
    overflow: visible;
    height: 100vh;
    height: 100dvh;
  }

  .video-block .info-content .container {
    padding: 0 20px;
  }

  .video-block .display-2 {
    font-size: 32px;
    line-height: 38px;
  }

  .video-block .heading-3 {
    font-size: 16px;
    line-height: 19px;
  }

  .ces-logo img {
    width: 60px;
  }

  .ces-logo {
    padding: 6px 16px 6px 0;
  }
}

/* ============================================================= */

.AUO-at-CES {
  background-color: var(--color-brand-base-950);
  padding-top: var(--unit-4xl);
  display: block;
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  margin-top: -1px;
}

/* .AUO-at-CES .introduction {
  position: relative;
  z-index: 10;
  max-width: 960px;
  margin: auto;
  margin-bottom: 280px;
} */

.AUO-at-CES .introduction {
  margin-bottom: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.AUO-at-CES .immersive-interactive {

  padding-bottom: 0px;

  padding-top: 0px;

  position: relative;

  z-index: 6;

  display: flex;

}

.AUO-at-CES .car-1-bg {

  width: 100%;

  position: relative;

  display: flex;

  height: 33vw;

  align-items: flex-end;

  justify-content: center;

}

.AUO-at-CES .car-1-bg img {

  flex-grow:1;

}

.introduction-content.container {

  position: relative;

  z-index: 6;

}

.AUO-at-CES .car-2-bg {

  transform: translate3d(-290px, -251px, 0);

  width: 1380px;

  max-width: none;

  height: auto;

  z-index: -1;

  flex-shrink: 0;

}

.AUO-at-CES .introduction .heading-1 {
  text-align: center;
  margin-bottom: var(--unit-xl);
  color: var(--color-on-dark);
}

.AUO-at-CES .introduction .body-1 {
  text-align: center;
  color: var(--color-brand-base-0);
  margin-bottom: var(--unit-4xl);
}

.AUO-at-CES .introduction .media {
  display: flex;
  justify-content: center;
}

/* .AUO-at-CES .car-1-bg {
  width: 100%;
  padding-top: 45.28%;
  position: absolute;
  z-index: 3;
  top: 137px;
  left: 0;
  background: linear-gradient(180deg, var(--color-brand-base-950) 0%, rgba(0, 0, 0, 0) 50%), url("../image/auo-car1-pc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */

/* .AUO-at-CES .immersive-interactive {
  padding-top: 145px;
  padding-bottom: 175px;
  position: relative;
  z-index: 6;
} */

.AUO-at-CES .immersive-interactive .container {
  padding: 0 148px;
  max-width: 1440px;
  min-width: 1440px;
}

.immersive-interactive .tag.body-1 {
  color: var(--color-brand-cyan);
  width: 400px;
}

.immersive-interactive .heading-1 {
  color: var(--color-on-dark);
  margin-bottom: var(--unit-3xl);
  width: 400px;
}

.immersive-interactive .body-1 {
  color: var(--color-on-dark-body);
  line-height: 21px;
  width: 400px;
}

/* .AUO-at-CES .car-2-bg {
  width: clamp(1132px, calc(1338px - 0.4291667*(100vw - 1440px)), 1338px);
  padding-top: 610px;
  position: absolute;
  z-index: 3;
  left: calc((100% - 720px)/2);
  bottom: 70px;
  background: url("../image/auo-car2-pc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
} */

.AUO-at-CES .auo-glow-1 {
  width: 821px;
  height: 779px;
  left: -380px;
  top: 420px;
  background: url("../image/auo-glow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 4;
}

.AUO-at-CES .auo-glow-2 {
  width: 821px;
  height: 779px;
  right: -450px;
  top: -10px;
  background: url("../image/auo-glow2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 4;
}

@media screen and (min-width: 1921px) {
  /* .AUO-at-CES .immersive-interactive {
    padding-top: 16vw;
  } */
}

@media screen and (max-width: 1199px) {

  .AUO-at-CES {
    padding-top: 55px;
  }

  /* .AUO-at-CES .introduction {
    margin-bottom: 410px;
    padding: 0 54px;
    padding-top: 65px;
  } */

  .AUO-at-CES .introduction .heading-1 {
    text-align: left;
    margin-bottom: 8px;
    font-size: 40px;
    line-height: 42px;
  }

  .AUO-at-CES .introduction .body-1 {
    text-align: left;
    margin-bottom: 43px;
    font-size: 18px;
    line-height: 22px;
  }

  .AUO-at-CES .introduction .media img {
    width: 200px;
  }

  .AUO-at-CES .car-1-bg {
    /* top: 400px; */
    padding-top: 55%;
  }

  /* .AUO-at-CES .immersive-interactive {
    padding-top: 0;
    padding-bottom: 63%;
  } */

  .AUO-at-CES .immersive-interactive .container {
    padding: 0 54px;
    max-width: unset;
    min-width: unset;
  }

  .immersive-interactive .tag.body-1 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    width: auto;
  }

  .immersive-interactive .heading-1 {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 10px;
    width: auto;
  }

  .immersive-interactive .body-1 {
    font-size: 18px;
    line-height: 22px;
    width: auto;
  }

  /* .AUO-at-CES .car-2-bg {
    width: 100%;
    padding-top: 60%;
    left: 0;
    bottom: 0px;
    background: url(../image/auo-car2-tb.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  } */

  .AUO-at-CES .auo-glow-2 {
    display: none;
  }

  .AUO-at-CES .auo-glow-1 {
    width: 453px;
    height: 382px;
    left: -220px;
    top: -10px;
  }

  .AUO-at-CES .introduction {
    padding-top: var(--unit-4xl);
  }

  .AUO-at-CES .immersive-interactive {
    padding: 0;
    flex-wrap: wrap;
  }

  .AUO-at-CES .car-2-bg {
    width: 100%;
    transform: none;
  }

  .immersive-interactive-content {
    padding: 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .immersive-interactive-content {
    padding: 0 20px;
  }  

  .AUO-at-CES {
    padding-top: 63px;
  }

  .AUO-at-CES .introduction {
    margin-bottom: 0;
    /* padding: 0 20px; */
    padding-top: 0;
  }

  .AUO-at-CES .introduction .heading-1 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 29px;
  }

  .AUO-at-CES .introduction .body-1 {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 19px;
  }

  /* .AUO-at-CES .car-1-bg {
    width: 100%;
    padding-top: 56.4%;
    position: relative;
    z-index: 3;
    top: -12px;
    left: 0;
    background: linear-gradient(180deg, var(--color-brand-base-950) 0%, rgba(0, 0, 0, 0) 50%), url(../image/auo-car1-mb.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 36px;
  } */

  .AUO-at-CES .auo-glow-1 {
    width: 453px;
    height: 382px;
    left: -240px;
    top: -45px;
  }

  .AUO-at-CES .immersive-interactive .container {
    padding: 0 20px;
  }

  .immersive-interactive .heading-1 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
  }

  .immersive-interactive .body-1 {
    font-size: 16px;
    line-height: 19px;
  }

  .AUO-at-CES .immersive-interactive {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* .AUO-at-CES .car-2-bg {
    width: 100%;
    padding-top: 81.9%;
    left: 0;
    bottom: 0px;
    background: url(../image/auo-car2-mb.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  } */
}

/* ============================================================= */

.application-block {
  position: relative;
  padding-top: 75px;
  padding-bottom: 100px;
  background-color: var(--color-on-dark-body);
}

.switch-bar-pc {
  position: relative;
  width: 900px;
  display: flex;
  border-radius: 9999px;
  border: 1px solid var(--color-brand-base-200);
  padding: 1px;
  top: 0;
  left: calc((100% - 900px) / 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 .switch-btn.active {
  background-color: var(--color-brand-cyan);
}

.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: 53.67%;
  padding-top: 39.14%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.application-swiper .swiper-slide .content-block {
  flex-grow: 1;
  margin-left: var(--unit-4xl);
  padding-top: var(--unit-3xl);
}

.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 {
  line-height: 22px;
}

.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.7%;
  padding-top: 40%;
  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-m);
}

.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);
}

.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) {
  .application-block {
    /* padding-top: 160px; */
    padding-bottom: 65px;
  }

  .switch-bar-pc {
    width: 660px;
    transform: translate(0%, 0);
    left: calc((100% - 660px) / 2);
  }

  .switch-item {
    padding: 0 52px;
  }

  .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: 24px;
  }

  .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;
  }

  .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) {
  .application-block {
    padding: 0 20px;
    padding-bottom: 55px;
    padding-top: 80px;
  }

  .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: 60px;
    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: 60px;
    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 {
    background-color: unset;
  }

  .switch-bar-pc .switch-btn{
    font-size: 16px;
  }

  .switch-swiper .swiper-slide {
    width: fit-content !important;
  }


  .switch-bar-pc .switch-btn {
    color: #1A2340;
  }


  /* .switch-bar-pc {
    width: calc(100% - 40px);
    top: 75px;
    overflow: hidden;
  }

  .switch-bar-pc .switch-btn {
    width: calc(100% / 3);
  } */

  .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;
  }

  .display-content {
    margin-top: 28px;
  }

  .display-content-item {
    column-gap: 0;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .application-swiper .content-block .swiper-conut {
    display: block;
    margin-top: var(--unit-2xl);
    margin-bottom: var(--unit-2xl);
    font-size: var(--unit-2xl);
  }

  .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;
  }
}

/* ============================================================= */

.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: 83px;
    padding-bottom: 120px;
  }

}

@media screen and (max-width: 767px) {
  .event-highlights {
    padding-top: 36px;
    padding-bottom: 60px;
  }

  .event-highlights .title-block {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 29px;
  }

  .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 {
  background-color: var(--color-brand-base-950);
  padding-top: 70px;
  padding-bottom: var(--unit-7xl);
  /* overflow: hidden; */
  position: relative;
}

.press-release {
  margin-bottom: 90px;
  position: relative;
  z-index: 5;
}

.press-release .heading-1 {
  text-align: center;
  color: var(--color-on-dark);
  margin-bottom: 32px;
}

.swiper.has-margin-left {
  overflow: visible;
}

.Press-Release-swiper {
  margin-left: calc((100% - 1080px) / 2);
  padding-top: 48px;
  margin-bottom: 90px;
}

.Press-Release-swiper .swiper-slide {
  width: 373px;
  margin-right: 20px;
}

.Press-Release-swiper .swiper-slide img {
  margin-bottom: 0px;
}

.Press-Release-swiper .swiper-slide .tag {
  color: var(--color-brand-cyan);
  line-height: 14px;
}

.Press-Release-swiper .swiper-slide .tag {
  color: var(--color-brand-cyan);
  line-height: 14px;
  margin-bottom: 4px;
  padding-top: 16px;
  font-size: 18px;
}

.Press-Release-swiper .swiper-slide .heading-4 {
  color: var(--color-on-dark-body);
  margin-bottom: 8px;
}

.Press-Release-swiper .swiper-slide .body-1 {
  color: var(--color-on-dark-body);
}


.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;
}

.Videos-block .heading-1 {
  text-align: center;
  color: var(--color-on-dark);
  margin-bottom: 32px;
}

.auo-glow-4 {
  width: 733px;
  height: 597px;
  left: calc((100% + 850px) / 2);
  top: 0px;
  background: url(../image/auo-glow4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  transform: rotate(-162deg);
}

.auo-glow-5 {
  width: 914px;
  height: 849px;
  left: -530px;
  top: 320px;
  background: url(../image/auo-glow5.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
}

.auo-glow-4.no-news {
  top: auto;
  bottom: 0;
  transform: rotate(0);
}

.auo-glow-5.no-news {
  top: auto;
  bottom: 0;
  transform: rotate(0);
}

.steak {
  width: 1677px;
  height: 1234px;
  left: calc((100% - 850px) / 2);
  bottom: -125px;
  background: url(../image/auo-steak2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

@media screen and (max-width: 1199px) {

  .bottom-block {
    padding-top: 45px;
    padding-bottom: 95px;
  }

  .press-release .heading-1 {
    margin-bottom: 20px;
  }

  .Press-Release-swiper {
    margin-left: 52px;
  }

  .auo-glow-4 {
    left: calc((100% + 50px) / 2);
  }

  .auo-glow-5 {
    /* left: calc((100% - 1900px) / 2); */
    top: 120px;
  }

  .steak {
    left: calc((100% - 1300px) / 2);
    height: 1174px;
  }
}

@media screen and (max-width: 767px) {
  .bottom-block {
    padding-top: 64px;
    padding-bottom: 45px;
    overflow: visible;
  }

  .press-release .heading-1 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 29px;
  }

  .Press-Release-swiper {
    margin-left: 20px;
  }

  .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');
  }

  .steak {
    width: 100%;
    height: 708px;
    left: 0;
    background: url(../image/auo-steak2-mb.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 1;
    bottom: -135px;
  }

  .auo-glow-4 {
    left: calc((100% + 0px) / 2);
  }

  .auo-glow-5 {
    left: calc((100% - 1500px) / 2);
    transform: rotate(30deg);
  }

  .Press-Release-swiper .swiper-slide .tag {
    font-size: 16px;
  }

  .Press-Release-swiper .swiper-slide .body-1 {
    font-size: 16px;
  }
}

/* ============================================================= */

.Introduction-block {
  margin-top: -2px;
  padding: 120px 60px;
  background-color: #001626;
  background-image: url("../image/auo-Introduction-bg-pc.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}

.Introduction-block .cone {
  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 .outline-border {
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  top: -4px;
  left: -4px;
  border: 4px solid #64DCF0;
  border-radius: 10px;
  filter: blur(4px);
}

.Introduction-block .content {
  max-width: 1080px;
  margin: auto;
  position: relative;
  z-index: 3;
}

.Introduction-block .content-text h2 {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 15px;
  font-weight: bold;
}

.Introduction-block .content-text p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.Introduction-block .content-text {
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 15px 15px 20px #0000004D;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  padding: 80px;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 1921px) {
  .Introduction-block {
    background-size: cover;
  }
}

@media screen and (max-width: 1199px) {
  .Introduction-block {
    padding: 80px 40px;
    background-image: url("../image/auo-Introduction-bg-tb.jpg");
  }

  .Introduction-block .content-text h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .Introduction-block .content-text p {
    font-size: 16px;
    line-height: 22px;
  }

  .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;
    background-image: url("../image/auo-Introduction-bg-mb.jpg");
  }

  .Introduction-block .content-text h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .Introduction-block .content-text p {
    font-size: 16px;
    line-height: 22px;
  }

  .Introduction-block .content-text {
    padding: 40px 20px;
  }

  .Introduction-block .cone {
    background-size: contain;
    width: 263px;
    height: 256px;
    left: -136px;
    top: auto;
    bottom: -9%;
  }
}


/* ============================================================= */
.SMART-COCKPIT-block {
  margin-top: -1px;
  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;
  }
}

/* ============================================================= */
.product-block {
  margin-top: -1px;
  background: linear-gradient(0deg, #03111C 0%, #001626 100%);
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative;
  z-index: 2;
}

.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;
}

.product-block .product-img-pc {
  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;
}

.product-block .product-btn::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../image/auo-product-btn-2.svg');
  background-position: center;
  background-repeat: no-repeat;
}

.product-block .product-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%;
}

.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 {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.product-block .product-content-pc .product-btn {
  right: 22px;
  bottom: auto;
  top: 22px;
  transform: rotate(45deg);
}

/* .product-block .product-content-pc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../image/auo-product-content-mask.png');
} */

.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 .product-card-list {
    max-width: 660px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
  }

  .product-block .product-card-list .product-img-mb {
    position: relative;
  }

  .product-block .product-card-list .card-list {
    width: 320px;
    margin-bottom: 20px;
  }

  .product-block .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 {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
  }

  .product-block .card-list .card-item.active .product-btn {
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 767px) {
  .product-block .product-card-list .card-list {
    margin-bottom: 10px;
  }

  .product-block .product-card-list {
    max-width: 320px;
  }

  .product-block .product-card-list .card-list:nth-of-type(2n+1) {
    margin-right: 0px;
  }

  .product-block {
    padding-bottom: 40px;
  }

  #insert-item {
    margin-top: 10px;
  }
}

/* ============================================================= */
.MOBILITY-SERVICE-block {
  padding-top: 120px;
  padding-bottom: 85px;
  margin-top: -1px;
  background-image: url('../image/auo-MOBILITY-SERVICE-bg-pc.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}

.MOBILITY-SERVICE-block h2 {
  width: 900px;
  margin: auto;
  margin-bottom: 10px;
  color: #fff;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
}

.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;
  color: #fff;
  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 .img {
  background-image: url('../image/auo-MOBILITY-SERVICE-1-pc.jpg');
}

.MOBILITY-SERVICE-block #EVSE-HMI-Solution #EVSE-HMI-Solution-2 {
  display: none;
}

#ChLC-Outdoor-Display {
  display: none;
}

.MOBILITY-SERVICE-block #ChLC-Outdoor-Display .img {
  background-image: url('../image/auo-MOBILITY-SERVICE-2-pc.jpg');
}

.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 #0000004D;
  border: 1px solid #FFFFFF;
  border-radius: 0px 250px 250px 0px;
  backdrop-filter: blur(30px);
  padding: 40px 0 40px 40px;
}

.MOBILITY-SERVICE-block .service-item #ChLC-Outdoor-Display-1 .content-block {
  bottom: -100px;
  height: 450px;
}

.MOBILITY-SERVICE-block .service-item #ChLC-Outdoor-Display-1 .content-block .text {
  height: 450px;
}

.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;
    background-image: url('../image/auo-MOBILITY-SERVICE-bg-tb.jpg');
  }

  .MOBILITY-SERVICE-block h2 {
    width: 100%;
    padding: 0 40px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 42px;
  }

  .MOBILITY-SERVICE-block .blue-title {
    width: 100%;
    padding: 0 40px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .MOBILITY-SERVICE-block .content {
    width: 100%;
    padding: 0 40px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 40px;
  }

  .MOBILITY-SERVICE-block .btn-block {
    width: 100%;
    padding: 0 40px;
    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 #EVSE-HMI-Solution .img {
    background-image: url('../image/auo-MOBILITY-SERVICE-1-tb.jpg');
  }

  .MOBILITY-SERVICE-block #ChLC-Outdoor-Display .img {
    background-image: url('../image/auo-MOBILITY-SERVICE-2-tb.jpg');
  }

  .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: calc(600px + 8px);
    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 #0000004D;
    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;
  }

  .MOBILITY-SERVICE-block .service-item #ChLC-Outdoor-Display-1 .content-block {
    bottom: 35px;
    height: auto;
  }

  .MOBILITY-SERVICE-block .service-item #ChLC-Outdoor-Display-1 .content-block .text {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .MOBILITY-SERVICE-block {
    padding-top: 30px;
    padding-bottom: 0px;
    background-image: url('../image/auo-MOBILITY-SERVICE-bg-mb.jpg');
  }

  .MOBILITY-SERVICE-block h2 {
    padding: 0 20px;
  }

  .MOBILITY-SERVICE-block .blue-title {
    padding: 0 20px;
  }

  .MOBILITY-SERVICE-block .content {
    padding: 0 20px;
  }

  .MOBILITY-SERVICE-block .btn-block {
    padding: 0 20px;
    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 #EVSE-HMI-Solution .img {
    background-image: url('../image/auo-MOBILITY-SERVICE-1-mb.jpg');
  }

  .MOBILITY-SERVICE-block #ChLC-Outdoor-Display .img {
    background-image: url('../image/auo-MOBILITY-SERVICE-2-mb.jpg');
  }

  .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: calc(340px + 8px);
    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 #0000004D;
    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;
  }
}

/* ============================================================= */

.Going-Green-Solutions-block {
  background-color: #001626;
  padding-top: 160px;
  padding-bottom: 200px;
  margin-top: -1px;
  background-image: url('../image/auo-Going-Green-Solutions-bg-pc.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.Going-Green-Solutions-block .introduce-block {
  width: 1200px;
  padding: 0 60px;
  margin: auto;
  display: flex;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.Going-Green-Solutions-block .introduce-block .left-block {
  width: 420px;
}

.Going-Green-Solutions-block .introduce-block .left-block .green-title {
  margin-bottom: 20px;
  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;
  font-weight: bold;
  color: #fff;
}


.Going-Green-Solutions-block .introduce-block .right-block {
  width: 630px;
  margin-left: 20px;
}

.Going-Green-Solutions-block .introduce-block .right-block .text {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  padding-right: 30px
}

.Going-Green-Solutions-block .introduce-block .right-block .btn-grow {
  display: inline-block;
}

.Going-Green-Solutions-block .introduce-block .right-block .btn-grow .video-btn {
  position: relative;
  padding-right: 26px;
}

.Going-Green-Solutions-block .introduce-block .right-block .btn-grow .video-btn::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 26px;
  height: 26px;
  background-image: url('../image/auo-video-play-icon.svg');
}

.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;
  color: #fff;
  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;
}

.Going-Green-Solutions-block .Green-Approach-block .item-block .item {
  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-top: 50px;
    padding-bottom: 110px;
    background-image: url(../image/auo-Going-Green-Solutions-bg-tb.jpg);
  }

  .Going-Green-Solutions-block .introduce-block {
    width: 100%;
    padding: 0 40px;
    display: block;
    margin-bottom: 60px;
  }

  .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;
    text-align: center;
  }

  .Going-Green-Solutions-block .introduce-block .left-block h2 {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    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%;
    padding: 0 40px;
    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%;
    padding: 0 40px;
  }

  .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);
  }

  .Going-Green-Solutions-block .Green-Approach-block .item-block .item {
    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: 180px;
    background-image: url(../image/auo-Going-Green-Solutions-bg-mb.jpg);
  }

  .Going-Green-Solutions-block .introduce-block {
    padding: 0 20px;
  }

  .Going-Green-Solutions-block .introduce-block .left-block h2 {
    margin-bottom: 20px;
    text-align: center;
  }

  .Going-Green-Solutions-block .Commitment-Recognition-block {
    padding: 0 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 {
    padding: 0 20px;
  }

  .Going-Green-Solutions-block .Commitment-Recognition-block .title {
    text-align: center;
  }

  .Going-Green-Solutions-block .Green-Approach-block .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
    text-align: center;
  }

  .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;
  }
}

/* ============================================================= */

.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: 0.65;
}

.swiper-btn-block .pre-btn:hover::before {
  opacity: 1;
}


.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: 0.65;
}

.swiper-btn-block .next-btn:hover::before {
  opacity: 1;
}

.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;
}

.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: 925px;
  aspect-ratio: 16/9;
  padding-top: 23px;
  position: relative;
}

.Videos-swiper-block {
  margin: auto;
  width: 925px;
  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: 24px;
    line-height: 29px;
    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: 32px 48px 20px;
  margin: 0 auto;
  position: relative;
  background-color: var(--color-brand-base-950);
}

.footer-gradient {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(40, 153, 201, 0.17) 0%, rgba(53, 225, 132, 0) 100%);
  pointer-events: none;
  position: absolute;
}

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+a {
  margin-left: 20px;
}

#copy-text {
  opacity: 0;
  transform: translate(-1000%, -1000%);
}

@media screen and (max-width: 1199px) {

  footer {
    padding: 32px 52px 20px;
    margin: 0 auto;
    position: relative;
    background-color: var(--color-brand-base-950);
    margin-top: -2px;
  }

  footer .flex-block {
    /* padding: 30px 40px; */
  }

  footer .flex-block .brand {
    width: 110px;
  }

  footer .flex-block .brand {
    margin-right: 40px;
  }

}

@media screen and (max-width: 767px) {
  footer .flex-block {
    padding: 0;
    padding-bottom: 10px;
    position: relative;
    z-index: 10;
  }

  .copy-right {
    position: relative;
    z-index: 10;
  }

  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
  }

  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;
  }
}