@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Sans+SC&family=Noto+Sans+TC&family=Open+Sans&display=swap");

@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 {
  --auo-blue: #005087;
  --smart-blue: #64dcf0;
  --energetic-yellow: #ffe364;
  --innovative-purple: #b491d7;
  --sustainable-green: #87dc64;
  --gray-1: #646464;
  --gray-2: #969696;
  --gray-3: #c8c8c8;
  --gray-4: #e1e1e1;
  --gray-5: #f0f0f0;
  --gray-6: #f5f5f5;
  --white: #ffffff;
  --mask-color: #003c6599;
  --header-height: 80px;
  --error-color: #E65F5A;
  --dark-gray: #000000;
}

@media (max-width: 1199px) {
  :root {
    --header-height: 60px;
  }
}

body,
html {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden !important;
}

body {
  background-color: #001626;
  color: #005087;
  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-top: 60px;
  }

  .body-padding {
    padding-top: 60px;
  }
}

img {
  max-width: 100%;
  border: none;
}

/* color usage class */
.auo-blue {
  color: var(--auo-blue);
}

.smart-blue {
  color: var(--smart-blue);
}

.energetic-yellow {
  color: var(--energetic-yellow);
}

.innovative-purple {
  color: var(--innovative-purple);
}

.sustainable-green {
  color: var(--sustainable-green);
}

.white {
  color: #fff;
}

img {
  border: none;
  max-width: 100%;
}

button {
  outline: 0 !important;
}

input[type=text],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

html:lang(en) body {
  font-size: 18px;
  line-height: 28px;
}

.main-content.en {
  font-size: 18px;
  line-height: 28px;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  font-weight: normal;
}

p {
  font-size: 16px;
  line-height: 26px;
  color: var(--gray-1);
}

/*  英文的字級  */
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(--smart-blue);
}

a.static-link:hover {
  text-decoration: underline;
}

textarea,
input[type=text],
input[type=button],
input[type=reset],
input[type=submit],
select {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
}

select::-ms-expand {
  display: none;
}

.no-ul,
.no-ul>li {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*  */
::placeholder {
  /* CSS 3 標準 */
  color: var(--gray-2);
}

::-webkit-input-placeholder {
  /* Chrome, Safari */
  color: var(--gray-2);
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--gray-2);
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--gray-2);
  opacity: 1;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  /*背景色*/
  transition: background-color 5000s ease-in-out 0s;
  /*透明*/
  -webkit-text-fill-color: #fff;
  filter: none;
}

input {
  color: var(--gray-1);
  outline: none;
}

.img-fit {
  overflow: hidden;
}

.img-fit video,
.img-fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.white {
  color: #fff !important;
}

.gray-1 {
  color: #646464;
}

.bold {
  font-weight: bold;
}

/*btn-white Light Background */
.btn-grow.btn-white {
  background-color: #fff;
}

.btn-grow.btn-white:hover {
  background-color: var(--smart-blue);
}

.btn-white.btn-grow .btn-title {
  color: var(--auo-blue);
}

.btn-grow.btn-white:hover .btn-title {
  color: var(--auo-blue);
}

.btn-grow.btn-white:before {
  background: var(--smart-blue);
}

.btn-grow {
  cursor: pointer;
  min-width: 120px;
  margin: auto 0;
  display: block;
  /* vertical-align: bottom; */
  height: 46px;
  padding: 0 16px;
  border-radius: 28px;
  text-align: center;
  outline: 0 !important;
  transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateZ(0);
  overflow: hidden;
  border: none;
  background-color: var(--smart-blue);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 1;

}

.btn-grow.discount {
  background-color: var(--auo-blue);
}

.btn-grow.discount::before {
  background: var(--gray-6);
}

.btn-grow.discount:hover .btn-title {
  color: var(--auo-blue);
}

.btn-grow.discount .btn-title {
  color: #fff;
}

.btn-grow:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 10px;
  height: 10px;
  bottom: 0;
  vertical-align: bottom;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  overflow: hidden;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-grow:hover {
  -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(--smart-blue);
}

.en .btn-title {
  font-size: 18px;
  line-height: 56px;
}

.btn-title {
  display: flex;
  position: relative;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  font-weight: bold;
  font-size: 18px;
  line-height: 46px;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  color: var(--auo-blue);
}

/* btn blank-text */
.btn-blank::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacitiy 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.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: 48px;
  }

  .btn-title {
    font-size: 16px;
    line-height: 48px;
  }

  .en .btn-title {
    font-size: 16px;
    line-height: 48px;
  }

  .en .btn-grow {
    height: 48px;
  }

  .btn-blank::after {
    width: 22px;
    height: 22px;
  }
}

/* ================================================ */
/* =====================show hidden break point=========================== */
/* flexbox js show hide */
.is-hidden {
  display: none !important;
}

.show {
  display: block;
}

/* 全部隱藏 */
.hidden {
  display: none !important;
}

/* footer 用斷點*/
@media screen and (max-width: 1399px) {
  .hidden-1400 {
    display: none !important;
  }
}

@media screen and (min-width: 1400px) {
  .show-1399 {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {

  /* pc出現、tb、mb隱藏 */
  .hidden-tb {
    display: none !important;
  }

  .show-pc {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .show-m {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {

  /* pc、tb出現、mb隱藏 */
  .hidden-m,
  .show-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {

  .hidden-pc,
  .show-tb,
  .show-m {
    display: none !important;
  }
}

.container {
  width: 100%;
  max-width: 1200px;
  min-width: 1200px;
  padding: 0px 60px 0;
}

@media screen and (max-width: 1199px) {
  .container {
    min-width: auto;
    padding: 0 40px;
  }

  .main-content {
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

/* =

/* 本頁內容開始*/
.header-block {
  position: fixed;
  width: 100%;
  top: 0;
  transition: 0.5s;
  z-index: 999;
  transition: background-color 0.3s;
}

.header-block .inner-header {
  justify-content: space-between;
  max-width: 1680px;
  padding: 16px 40px;
  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 .inner-header .logo-block .brand {
  margin-right: 30px;
}

.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 {
    background-color: var(--dark-gray);
  }

  .header-block .inner-header .logo-block {
    width: 84px;
  }

  .header-block .inner-header {
    padding: 0px 40px;
    align-items: center;
    height: 60px;
  }

  .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: 14px;
  }
}

/* ============================================================= */
.video-block {
  display: block;
  width: 100%;
  position: relative;
  font-size: 0;
  line-height: 0;
  height: auto;
  overflow: hidden;
  background-color: #001626;
}

#kv-video.video-block {
  aspect-ratio: 1920/900;
}

.video-block#SMART-COCKPIT-block {
  aspect-ratio: 1920/817;
}

.video-block .video {
  min-width: 100%;
  min-height: 100%;
  background-color: #001626;
  margin: auto;
  position: absolute;
  top: -2px;
  max-width: 100%;
}

.video-block .sound-controller {
  width: 107px;
  height: 27px;
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  bottom: 40px;
  right: 30px;
  font-size: 0;
  line-height: 0;
}

.video-block .sound-controller .play-music,
.video-block .sound-controller .off-music {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
}

.video-block .sound-controller .play-music {
  opacity: 0;
  pointer-events: none;
}

.video-block .sound-controller.active .play-music {
  z-index: 2;
  opacity: 1;
}

.video-block .sound-controller.active .off-music {
  opacity: 0;
  z-index: 2;
}

@media screen and (max-width: 1199px) {
  .video-block .sound-controller {
    width: 65px;
    height: 17px;
    right: 40px;
    bottom: 30px;
  }

  #kv-video.video-block {
    height: calc(100vh - 60px);
  }
}

@media screen and (max-width: 767px) {
  .video-block .sound-controller {
    right: auto;
    transform: translateX(-50%);
    bottom: 8px;
    left: 50%;
  }
}

/* ============================================================= */

.Introduction-block {
  margin-top: -2px;
  padding: 120px 60px;
  background-color: #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 .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;
  }
}

@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 .pre-btn::before {
  background-image: url(../image/auo-swiper-btn-pre.svg);
}

.swiper-btn-block .swiper-btn::before, .swiper-btn-block .swiper-btn::after {
  position: absolute;
  content: '';
  display: block;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 44px;
  margin: -10px;
  z-index: 1;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}

.swiper-btn-block .pre-btn::after {
  background-image: url(../image/auo-swiper-btn-pre-hover.svg);
}

.swiper-btn-block .swiper-btn::after {
  opacity: 0;
}

.swiper-btn-block::before, .swiper-btn-block.dark::before, .swiper-btn-block::after, .swiper-btn-block.dark::after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
}

.swiper-btn-block::before {
  background-image: url(../image/auo-swiper-btn-pre-disable.svg);
}

.swiper-btn-block::after {
  background-image: url(../image/auo-swiper-btn-next-disable.svg);
}

.swiper-btn-block .swiper-btn+.swiper-btn {
  margin-left: 30px;
}

.swiper-btn-block .next-btn::before {
  background-image: url(../image/auo-swiper-btn-next.svg);
}

.swiper-btn-block .next-btn::after {
  background-image: url(../image/auo-swiper-btn-next-hover.svg);
}

.swiper.has-margin-left {
  overflow: visible;
}

.Press-Release-block .Press-Release-swiper {
  width: calc(100% - (100% - 380px)/2);
  margin-left: calc((100% - 1080px)/2);
  padding-top: 40px;
}

.Press-Release-block .Press-Release-swiper.one-swiper,
.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 {
  width: 340px;
}

.Press-Release-swiper .swiper-slide .img-fit {
  margin-bottom: 20px;
  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;
}

.Press-Release-swiper .swiper-slide .title {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

.Press-Release-swiper .swiper-slide p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.Videos-block .Videos-swiper {
  width: calc(100% - (100% - 1080px)/2);
  margin-left: calc((100% - 1080px)/2);
  padding-top: 40px;
}

.Videos-block .swiper-slide {
  margin-right: 40px;
}

.Videos-swiper .swiper-slide {
  width: 340px;
}

.Videos-swiper .swiper-slide .img-fit {
  margin-bottom: 20px;
  position: relative;
}

.Videos-swiper .swiper-slide .img-fit::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  background-image: url("../image/auo-video-play-white-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.Videos-swiper .swiper-slide .type-title {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

.Videos-swiper .swiper-slide .title {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

.Videos-swiper .swiper-slide p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}


@media screen and (min-width: 1921px) {
  .Press-Release-Videos-block {
    background-size: cover;
  }
}

@media screen and (max-width: 1199px) {
  .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: 20px;
    font-size: 32px;
    line-height: 42px;
  }

  .Videos-block .Videos-swiper {
    width: calc(100% - (100% - 688px)/2);
    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);
  }
}

@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% - 20px);
    margin-left: 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;
  }
}

/* ============================================================= */
footer {
  background-color: #000;
}

footer .logo-block {
  background-color: #000;
  display: flex;
  align-items: center;
}

footer .flex-block {
  justify-content: space-between;
  max-width: 1720px;
  margin: 0 auto;
  padding: 30px 60px 36px;
  align-items: center;
}

footer .flex-block .brand {
  display: inline-block;
  margin-right: 50px;
}

footer .link-block {
  display: flex;
  align-items: center;
}

footer .link-block a+a {
  margin-left: 20px;
}

#copy-text {
  opacity: 0;
  transform: translate(-1000%, -1000%);
}

@media screen and (max-width: 1199px) {
  footer .flex-block {
    padding: 30px 40px;
  }

  footer .flex-block .brand {
    width: 110px;
  }

  footer .flex-block .brand {
    margin-right: 40px;
  }

}

@media screen and (max-width: 767px) {
  footer .flex-block {
    padding: 30px 20px;
    padding-bottom: 80px;
  }

  footer .flex-block .brand {
    margin-right: 0px;
  }

  footer .logo-block {
    position: relative;
  }

  footer .logo-block .copy-right {
    position: absolute;
    width: calc(100vw - 40px);
    text-align: center;
    top: 74px
  }
}

.more-btn-block {
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center;
  margin: auto;
}

.more-btn {
  color: #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(--auo-blue);

}

.anchor-bullet-sticky>li.is-active {
  background-color: rgba(255, 255, 255, 0.8);
}

.anchor-bullet-sticky>li>a {
  display: none;
  /* width: auto; */
  transition: .3s ease;
}

.anchor-bullet-sticky>li.is-active>a {
  display: block;
  margin-right: auto;
  text-align: right;
  width: auto;
}

.anchor-bullet-sticky>li:after {
  content: "";
  /* display: block; */
  position: absolute;
  top: 11px;
  right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--gray-6);
}

.anchor-bullet-sticky>li.is-active:after {
  background-color: var(--auo-blue);
}

.anchor-btn {
  background-image: url('../image/auo-anchor-btn.svg');
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  margin-top: 8px;
}

@media (max-width: 1199px) {
  .index-solution {
    position: static;

  }

  .anchor-bullet-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 40px 20px 84px 20px;
    flex-direction: column;
    align-items: flex-end;
    /* display: none; */

  }

  .anchor-bullet-sticky>li {
    margin-top: 4px;
  }

  .anchor-bullet-sticky>li:hover,
  .anchor-bullet-sticky>li.is-active {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .anchor-bullet-sticky>li>a {
    display: block;
    color: white;
  }

  .anchor-bullet-sticky>li:hover>a,
  .anchor-bullet-sticky>li.is-active>a {
    color: var(--auo-blue);
  }

  .anchor-btn {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 990;
  }

  .is-hidden-tb {
    display: none;
  }


}

@media (max-width: 767px) {
  .anchor-bullet-wrapper {
    padding-bottom: 64px;
  }

  .anchor-btn {
    bottom: 20px;
  }
}

/* ============================== href bullet end================================================================== */
/* ============================== href bullet end================================================================== */
/* ============================== href bullet end================================================================== */

/*# sourceMappingURL=ak_default.css.map */