﻿@import url('scss/plugins/bootstrap.min.css');
@import url('public.css');
@import url('all.min.css');
@import url('jquery-ui.min.css');
@import url('swiper-bundle.min.css');
@import url('fontello.css');
@import url('slick.css');
@import url('slick-theme.css');
@import url('lightcase.css');
@import url('scss/plugins/bootstrap-select.min.css');
@import url('products-list.css');

.edit-box {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.edit-box table {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
.link-button {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.menu-open,
.work-block,
#about main,
.morality-title-box {
  overflow: hidden;
}
.title-h1 {
  display: none;
}
.youtube-link {
  display: none;
}
.img-object {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.f-c {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-w500 {
  font-weight: 500 !important;
}
.f-blod {
  font-weight: bold !important;
}
.jost {
  font-family: 'Jost', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
}
h1 {
  font-size: 55px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 20px;
}
p {
  font-size: 18px;
}
.mt-20 {
  margin-top: 20px;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.font-32 {
  font-size: 32px;
}
main {
  background-color: #f5f6f8;
}
#index main {
  overflow: hidden;
}
.join-block {
  overflow: hidden;
}
#index main,
#about main,
#career main,
#contact main {
  background-color: transparent;
}
.edit-box {
  letter-spacing: 0.5px;
}
.p-12 {
  padding: 12px 0 !important;
}
.allura {
  font-family: 'Allura', 'Noto Sans TC', 'Noto Sans SC', 'Microsoft JhengHei', 'sans-serif';
}
#lightcase-overlay {
  z-index: 100000;
}
#lightcase-loading {
  z-index: 100001;
}
#lightcase-case {
  z-index: 100002;
}
a[class*='lightcase-icon-'] {
  z-index: 1000000;
}
a[class*='lightcase-icon-'].lightcase-icon-close {
  width: 46px;
  height: 46px;
  top: 45px;
  right: 40px;
}
.lightcase-icon-close:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/public/video-out.png);
}
.mb-50 {
  margin-bottom: 50px;
}

/* header-------------------------------------------- */
header {
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(190, 181, 181, 0.5);
  background-color: #fff;
  box-sizing: border-box;
}
.header2 {
  transition: all 0.5s ease;
}
header {
  color: #fff;
}
header.search-show,
header.header2,
.header-fixed header {
  color: #000;
}
header {
  border-bottom: none;
  background-color: transparent;
}
.header2 .header-box,
.search-show .header-box,
.header-fixed .header-box {
  background-color: #fff;
  border-bottom: 1px solid rgba(190, 181, 181, 0.5);
}
.header2 .header-box,
.header-fixed .header-box {
  padding: 22px 75px;
}
.header-style-open {
  background-color: #fff !important;
}
.header-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  padding: 35px 75px;
  box-sizing: border-box;
  z-index: 1;
  transition: all 0.5s ease;
}
.header-logo {
  width: 160px;
  position: relative;
  z-index: 1;
}
.search-show .logo-1,
.header2 .logo-1,
.header-fixed .logo-1 {
  opacity: 0;
}
.search-show .logo-2,
.header2 .logo-2,
.header-fixed .logo-2 {
  opacity: 1;
}
.menu-right-box {
  position: relative;
  z-index: 1;
}
.header-logo a {
  width: 100%;
  display: block;
}
.header-logo img {
  transition: all 0.5s ease;
}
.logo-1 {
  position: relative;
  z-index: 1;
}
.logo-2 {
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.header-menu-list-box {
  list-style: none;
}
.menu-link-contact {
  width: 150px;
  max-width: 100%;
  border: 1px solid #fff;
  padding: 9px 20px;
  color: #fff;
  border-radius: 25px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.menu-link-icon-box {
  font-size: 0;
}
.search-show .menu-search-icon-box i {
  opacity: 0;
}
.menu-link-contact:hover,
.search-show .menu-link-contact,
.header2 .menu-link-contact,
.header-fixed .menu-link-contact {
  background-color: rgb(28, 80, 144);
  border: 1px solid rgb(28, 80, 144);
  color: #fff;
}
.search-show .menu-link-contact:hover,
.header2 .menu-link-contact:hover,
.header-fixed .menu-link-contact:hover {
  background-color: #3587cf;
}
.menu-search-icon-box,
.menu-language-box,
.menu-language,
.menu-icon-line {
  display: inline-block;
  vertical-align: middle;
}
.header2 .menu-language-list-box,
.header-fixed .menu-language-list-box {
  background-color: #fff;
}
.menu-search-icon-box {
  margin-left: 25px;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}
.menu-search-out {
  position: absolute;
  width: 100%;
  top: calc(50% - 4.5px);
  left: 0;
  opacity: 0;
}
.menu-search-out span {
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 3px;
  background-color: #000;
  transition: all 0.5s ease;
  position: relative;
  transform: rotate(0deg);
  transition-delay: 0.1s;
}
.search-show .menu-search-out {
  opacity: 1;
  transition: all 0.5s ease;
}
.menu-search-out span:last-child {
  margin-bottom: 0;
}
.search-show .menu-search-out span:nth-child(1) {
  transform: rotate(45deg);
  top: 3px;
}
.search-show .menu-search-out span:nth-child(2) {
  transform: rotate(-45deg);
  top: -3px;
}
.menu-icon-line {
  width: 1px;
  height: 26px;
  background-color: rgba(243, 243, 243, 0.3);
  transition: all 0.5s ease;
}
.search-show .menu-icon-line,
.header2 .menu-icon-line,
.header-fixed .menu-icon-line {
  background-color: rgba(0, 0, 0, 0.3);
}
.menu-language-box {
  font-size: 16px;
  margin-left: 20px;
  position: relative;
  cursor: pointer;
}
.menu-language-list-box {
  display: none;
}
.menu-language span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
  padding: 0 5px 0 3px;
}
.menu-search-icon-box i,
.menu-language-box i {
  font-size: 19px;
}
.menu-language i {
  font-size: 12px;
}
.menu-link-icon-box i {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.5s ease;
}
.search-show .menu-link-icon-box i,
.header2 .menu-link-icon-box i,
.header-fixed .menu-link-icon-box i {
  color: #000;
}
/* 2024-01-31 加入向下箭頭 */
.header-menu-list {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
}
.header-menu-list:nth-last-child(2) {
  margin-right: 0;
}
.header-menu-title,
.rwd-menu-title {
  font-size: 18px;
  color: #fff;
  transition: all 0.5s ease;
  position: relative;
}
.header-menu-title:after {
  content: '';
  width: 0%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: all 0.5s ease;
  background-color: #fff;
}
.header-menu-title:hover {
  color: #fff;
}
.header-menu-title:hover:after {
  width: 100%;
}
/* 2024-01-31 加入向下箭頭 */
.header-menu-list.active .header-menu-title:after {
  width: 100% !important;
}
.header-menu-list.active .header-menu-title:before {
  content: '';
  position: absolute;
  bottom: -9px; /* 箭頭位置 */
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px 5px 0 5px; /* 箭頭大小 */
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  transition: all 0.5s ease;
}
.header2 .header-menu-list.active .header-menu-title:after {
  background-color: rgb(28, 80, 144) !important;
}
.header2 .header-menu-list.active .header-menu-title:before {
  border-color: rgb(28, 80, 144) transparent transparent transparent;
}
/* 2024-01-31 加入向下頭.END */
.search-show .header-menu-title:hover:after,
.header2 .header-menu-title:hover:after,
.header-fixed .header-menu-title:hover:after {
  background-color: rgb(28, 80, 144);
}
.rwd-menu-title {
  display: none;
}
.search-show .header-menu-title,
.header2 .header-menu-title,
.header-fixed .header-menu-title {
  color: #000;
}
.menu-language-list-box {
  position: absolute;
  width: 100%;
  top: 38px;
  box-sizing: border-box;
  text-align: center;
}
.menu-language-list-box a.active {
  background-color: #fff;
  color: #000;
}
.menu-language-list-box a {
  background-color: rgb(28, 80, 144);
  color: #fff;
  padding: 8px 0;
  display: block;
}
.menu-contact {
  display: none;
}
.menu-language-list-box a {
  display: block;
  color: #fff;
}
.menu-language-arrow {
  width: 8px;
  height: 5px;
  background-image: url(../images/public/arrow-bottom.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px;
}
.search-show .menu-language-arrow,
.header2 .menu-language-arrow,
.header-fixed .menu-language-arrow {
  background-image: url(../images/public/arrow-bottom-active.svg);
}
.header-menu-block {
  width: 100%;
  text-align: center;
  position: absolute;
  top: calc(50% - 14px);
  left: 0;
}
.rwd-menu-link-icon-box {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.5s ease;
}
.rwd-menu {
  display: none;
  vertical-align: middle;
  width: 26px;
  max-width: 100%;
  margin-top: 3px;
  margin-left: 12px;
}
.rwd-menu span {
  background-color: rgb(255, 102, 0);
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 6px;
  background-color: #000;
  transition: all 0.5s ease;
  position: relative;
}
.rwd-menu span:last-child {
  margin-bottom: 0;
}
.rwd-menu.active span:nth-child(2) {
  width: 0;
}
.rwd-menu.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 7px;
}
.rwd-menu.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: -7px;
}
.rwd-menu-box {
  display: none;
}
.rwd-menu-box .menu-search-box {
  position: fixed;
}
.menu-search-box {
  width: 100%;
  position: absolute;
  right: -100%;
  background-color: #1c5090;
  padding: 34px 30px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.5s ease;
  top: 113px;
}
.search-show .menu-search-box {
  right: 0;
  opacity: 1;
}
.header2 .menu-search-box,
.header-fixed .menu-search-box {
  top: 87px;
}
.menu-search-text {
  width: 790px;
  max-width: 100%;
  background-color: transparent;
  border: 0;
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
}
input.menu-search-text::-webkit-input-placeholder {
  color: #fff;
}
input.menu-search-text:-moz-placeholder {
  color: #fff;
}
input.menu-search-text:-ms-input-placeholder {
  color: #fff;
}
.menu-search-icon {
  font-size: 20px;
  color: #fff;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.menu-search-form {
  width: 840px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.search-mask {
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}
.search-show .search-mask {
  pointer-events: auto;
  opacity: 1;
}

/* banner----------------------------------------------- */
.num-none .swiper-num {
  display: none;
}
.banner-block {
  position: relative;
}
.banner-box {
  position: relative;
  z-index: 1;
}
.banner-list {
  width: 100%;
  height: 100vh;
  position: relative;
}
.index-news-list-box .slick-dots {
  display: none !important;
}
.banner-img {
  width: 100%;
  height: 100%;
}
.banner-title-box {
  position: absolute;
  z-index: 1;
  color: #fff;
  width: 100%;
  height: 100%;
  padding-left: 200px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  left: 0;
}
.banner-title {
  font-size: 85px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
}
.banner-style2-title-box {
  width: 100%;
  height: 95%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner-style2-title {
  width: 90%;
  margin: 0 auto;
  font-size: 32px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.4;
} /*Mash04192024*/
.banner-style2-list-box {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
.banner-style2-list-box:last-child {
  margin-bottom: 0;
}
.banner-style2-list {
  width: 450px;
  border-radius: 20px;
  padding: 10px 10px; /*display: flex;*/
  background-color: #fff;
  box-sizing: border-box;
  margin-left: 40px;
  transition: all 0.5s;
} /*Mash04192024*/
.banner-style2-list:first-child {
  margin-left: 0;
}
.banner-style2-list span {
  display: block;
}
.banner-style2-icon {
  width: 80px;
}
.banner-style2-list-info {
  color: #000;
  transition: all 0.5s;
  width: calc(100% - 80px);
  padding-left: 15px;
  line-height: 1.4;
  box-sizing: border-box;
}
.banner-style2-list-info span {
  font-weight: 600;
}
.banner-style2-list-info .fz-30 {
  font-size: 24px;
} /*Mash04192024*/
.banner-style2-list-info .fz-20 {
  max-width: 220px;
}
.banner-style2-list:hover {
  background-color: #003c71;
}
.banner-style2-list:hover .banner-style2-list-info {
  color: #fff;
}
.banner-style2-list svg {
  transition: all 0.5s ease;
}
.banner-style2-list:hover svg {
  fill: #fff;
}
.banner-style2-list.flex-center {
  align-items: center;
}
.banner-p {
  font-size: 18px;
}
.banner-mask {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.35);
}
.banner-box .slick-prev {
  right: calc(5% + 70px);
  left: inherit;
  z-index: 3;
  background-image: url('../images/index/banner-arrow-prev.svg');
}
.banner-box .slick-next {
  right: 5%;
  background-image: url('../images/index/banner-arrow-next.svg');
}
.banner-box .slick-prev,
.banner-box .slick-next {
  width: 60px;
  height: 60px;
  display: block;
  background-color: #6d6e70;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  top: inherit;
  bottom: 180px;
  transition: all 0.5s ease;
}
.banner-box .slick-prev:before,
.banner-box .slick-next:before {
  content: '';
  opacity: 1;
  background-color: transparent;
}
.banner-box .slick-prev:hover {
  background-color: #fff;
  background-image: url('../images/index/banner-arrow-prev-hover.svg');
}
.banner-box .slick-next:hover {
  background-color: #fff;
  background-image: url('../images/index/banner-arrow-next-hover.svg');
}
.banner-box .slick-dots {
  display: none !important;
}
.rwd-br {
  display: none !important;
}
@media (max-height: 768px) {
  .banner-style2-title {
    margin-bottom: 20px;
  }
  .banner-style2-title-box {
    height: 90%;
  }
  .banner-list {
    min-height: 768px;
  }
}
@media (max-width: 1479px) {
  .banner-style2-list-box {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }
  .flex-2 .banner-style2-list {
    width: calc(100% / 2);
    max-width: 370px;
  }
  .flex-3 .banner-style2-list {
    width: calc(100% / 3);
    max-width: 370px;
  }
  .banner-style2-list-info .fz-30 {
    font-size: 24px;
  }
}
@media (max-width: 1479px) {
  .flex-2 .banner-style2-list {
    max-width: 370px;
  }
  .banner-style2-icon {
    width: 60px;
  }
  .banner-style2-list-info {
    width: calc(100% - 60px);
  }
  .banner-style2-list-info .fz-20 {
    font-size: 16px;
  }
  .banner-style2-list {
    margin-left: 20px;
  }
  .banner-style2-list-box {
    margin-bottom: 20px;
  }
  .banner-style2-title {
    font-size: 40px;
  }
}
@media (max-width: 1100px) {
  .banner-style2-list-info .fz-30 {
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  .flex-3 {
    display: block;
    margin-bottom: 10px;
  }
  .flex-3 .banner-style2-list {
    width: 350px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .flex-3 .banner-style2-list:last-child {
    margin-bottom: 0;
  }
  .banner-style2-title-box {
    height: 100%;
  }
  .rwd-br {
    display: block !important;
  }
}
@media (max-width: 800px) {
  .banner-style2-title {
    font-size: 30px;
  }
  .flex-2 {
    display: inline-grid;
  }
  .flex-2 .banner-style2-list {
    width: 350px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .flex-2 .banner-style2-list:last-child {
    margin-bottom: 0;
  }
  .banner-style2-list-box {
    margin-bottom: 10px;
  }
}
@media (max-width: 350px) {
  .banner-style2-icon {
    width: 40px;
  }
  .banner-style2-list-info {
    width: calc(100% - 40px);
  }
  .banner-style2-list {
    padding: 10px 15px;
  }
}
.swiper-num {
  color: #fff;
  position: absolute;
  z-index: 2;
  right: calc(5% + 150px);
  bottom: 211px;
  font-size: 14px;
  font-weight: 400;
}
.swiper-active {
  font-size: 40px;
  font-weight: 600;
  margin-top: 11px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.scroll-box {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 100px;
}
.scroll-line {
  width: 1px;
  height: 180px;
  display: block;
  background-color: #fff;
}
.scroll-p {
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  writing-mode: vertical-lr;
  margin: 0;
  position: absolute;
  top: 0;
  left: 10px;
  font-weight: 500;
}
.banner-block .slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* index-news------------------------------------------ */
.index-news-block {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  width: calc(100% - 200px);
  display: flex;
  align-items: flex-end;
}
.news-img-box {
  width: 350px;
  max-width: 100%;
  display: flex;
  position: relative;
}
.news-video-play {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border: 2px solid #fff;
  top: calc(50% - 28px);
  left: calc(50% - 28px);
  background-color: rgba(0, 0, 0, 0.25);
  background-image: url(../images/index/video-play.svg);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center;
  box-sizing: border-box;
  border-radius: 50%;
}
.news-img {
  width: 304px;
  display: block;
  position: relative;
}
.news-video-title-box {
  width: 46px;
  display: block;
  background-color: #003c71;
  position: relative;
}
.index-video-title-icon {
  width: 10px;
  height: 10px;
  position: absolute;
  background-image: url(../images/index/video-title-icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 15px;
  left: calc(50% - 5px);
}
.news-video-title {
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  writing-mode: vertical-lr;
  margin: 0;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 8.5px);
  font-weight: 500;
}
.index-news-list-block {
  width: calc(100% - 350px);
  height: 140px;
  background-color: rgba(0, 0, 0, 0.45);
  display: flex;
}
.index-news-header {
  width: 175px;
  height: 100%;
  padding: 48px 55px 48px 62px;
  box-sizing: border-box;
  text-align: right;
  color: #fff;
  font-size: 24px;
} /*20240207 Mash padding: 48px 55px 48px 62px; font-size: 14px;*/
.index-news-header span {
  letter-spacing: 1px;
}
.index-news-list-box {
  width: calc(100% - 275px);
  display: flex;
  align-items: center;
}
.index-news-list {
  width: 50%;
  color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-right: 60px;
  box-sizing: border-box;
  position: relative;
}
.index-news-date-box {
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.2;
  padding-right: 10px;
}
.index-news-date {
  font-size: 28px;
  font-weight: 500;
}
.index-news-month {
  font-size: 14px;
  font-weight: 400;
}
.index-news-list-p {
  width: calc(100% - 45px);
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 1px;
}
.index-news-footer {
  width: 100px;
  writing-mode: vertical-lr;
  text-align: center;
}
.index-news-footer a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  transition: all 0.5s ease;
}
.index-about-info-box .index-en-title {
  color: #003c71;
}
.line {
  padding-right: 40px;
  position: relative;
  display: inline-block;
}
.line:after {
  content: '';
  width: 25px;
  height: 1px;
  background-color: #c4c4c4;
  display: block;
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
}

/* index-about------------------------------------ */
.index-about-block {
  width: 100%;
  padding-top: 108px;
  padding-bottom: 31px;
  position: relative;
  z-index: 1;
}
.index-about-info-box {
  width: 760px;
  max-width: 100%;
  position: relative;
  left: calc(50% - 616px);
}
.index-en-title {
  margin-bottom: 23px;
}
.index-aobut-p {
  font-weight: 500;
  width: 640px;
  max-width: 100%;
  text-align: justify;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: 80px;
}
.index-about-p2-box {
  padding-left: 260px;
  box-sizing: border-box;
}
.index-about-p2 {
  color: #6d6e70;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 55px;
}
.link-box {
  width: 232px;
  height: 54px;
  line-height: 54px;
  display: block;
  border-radius: 30px;
  text-align: center;
  letter-spacing: 1px;
}
.index-about-p2-box .link-box {
  background-color: #1c5090;
  color: #fff;
  margin-bottom: 88px;
  transition: all 0.5s ease;
}
.index-about-p2-box .link-box:hover {
  background-color: #3587cf;
}
.index-about-img-left {
  position: absolute;
  width: 484px;
  bottom: -90px;
  left: 0;
}
.index-about-img-right {
  width: 715px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.img-dot {
  position: absolute;
  top: -102px;
}

/* index-products------------------------------------ */
.index-products-block {
  padding-top: 110px;
  position: relative;
  overflow: hidden;
}
.index-products-title-box {
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
}
.index-products-title-box .index-en-title {
  color: #1c5090;
  margin-bottom: 10px;
}
.index-products-title {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.products-more {
  font-size: 14px;
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  color: #000;
  font-weight: 500;
}
.products-more:after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  background-color: #000;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.index-products-box {
  max-width: 100%;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}
.index-products-list-box {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.index-products-list {
  overflow: hidden;
}
.index-products-list img {
  transition: transform 0.5s ease;
}
.index-products-list:hover img {
  transform: scale(1.05);
}
.index-products-info-list-box {
  width: 690px;
  max-width: 100%;
  display: block;
  position: absolute;
  right: calc(50% - 860px);
  bottom: 0;
}
.index-products-info-list {
  width: 100%;
  padding: 60px 120px 35px 120px;
  box-sizing: border-box;
  background-color: #fff;
  opacity: 0 !important;
}
.index-products-info-list:hover .index-products-link {
  background-color: #6d6e70;
}
.index-products-info-list.swiper-slide-active {
  opacity: 1 !important;
}
.index-products-info-title {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
}
.index-products-info-list .index-products-info-title {
  color: rgb(28, 80, 144);
}
.index-products-s-title {
  font-size: 22px;
  font-weight: 500;
}
.products-line {
  width: 25px;
  height: 2px;
  display: block;
  margin: 11px 0;
  background-color: rgb(196, 196, 196);
}
.index-products-p {
  font-size: 18px;
  letter-spacing: 1px;
  text-align: justify;
}
.index-products-info-list .index-products-p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  height: 90px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: rgb(103, 103, 103);
  font-size: 18px;
}
.index-products-link {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -35px;
  top: 160px;
  background-color: rgb(28, 80, 144);
  transition: all 0.5s ease;
}
.index-products-link span {
  width: 16px;
  height: 2px;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
  background-color: #fff;
}
.index-products-link span:nth-child(2) {
  transform: rotate(-90deg);
}
.index-products-button-prev {
  left: calc(50% - 765px);
  position: absolute;
  top: 41%;
  z-index: 2;
  width: 50px;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  background-image: url(../images/index/products-left.svg);
  cursor: pointer;
}
.index-products-button-next {
  right: calc(50% - 765px);
  position: absolute;
  top: 41%;
  z-index: 2;
  width: 50px;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  background-image: url(../images/index/products-right.svg);
  cursor: pointer;
}
.index-products-button-dot {
  display: none;
}
.index-products-pagination {
  position: absolute;
  z-index: 2;
  top: calc(43% - 4px);
  left: calc(50% - 700px);
  display: initial;
  font-weight: 400;
  font-size: 13px;
  width: inherit;
  height: max-content;
}
.index-products-pagination .swiper-pagination-current {
  font-weight: 600;
  color: #000;
  font-size: 32px;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.index-products-bg {
  width: 100%;
  height: calc(100% - 304px);
  background-color: #f5f6f8;
  position: absolute;
  top: 0;
  left: 0;
}

/* 我們承擔責任-------------------------------- */
.index-society-list-box {
  width: 1500px;
  max-width: 100%;
  display: flex;
  margin: 40px auto 0 auto;
}
.index-society-list {
  width: calc(100% / 3);
  position: relative;
  background-color: #000;
  background: rgba(0, 0, 0, 1);
}
.index-society-list:hover .index-society-img {
  opacity: 0.7;
}
.index-society-list:hover img {
  transform: scale(1.05);
}
.index-society-img,
.index-society-img img {
  overflow: hidden;
  transition: all 0.5s ease;
}
.index-society-title {
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}
.index-society-block {
  margin-top: 100px;
  overflow: hidden;
}
.index-society-p {
  color: #676767;
  letter-spacing: 1px;
  text-align: center;
}
.index-society-title-box {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 0 35px 25px 35px;
  box-sizing: border-box;
  color: #fff;
}
.index-society-en {
  font-size: 16px;
}
.index-society-ch {
  font-size: 26px;
  font-weight: bold;
}
.index-society-mask {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 58%,
    rgba(0, 0, 0, 0.41) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 58%,
    rgba(0, 0, 0, 0.41) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 58%,
    rgba(0, 0, 0, 0.41) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#69000000', GradientType=0); /* IE6-9 */
}

/* 加入我們---------------------- */
.index-join-block {
  margin-top: 100px;
  width: 100%;
  display: block;
  position: relative;
}
.index-join-img {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.index-join-box {
  width: 1500px;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 750px);
  z-index: 1;
  margin: 0 auto;
}
.index-join-info {
  width: 440px;
  height: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-direction: column;
  float: right;
  color: #fff;
  text-align: left;
}
.index-join-info .index-en-title {
  margin-bottom: 17px;
  letter-spacing: 1px;
}
.index-join-info .index-ch-title {
  font-weight: 500;
  letter-spacing: 1px;
}
.index-join-p {
  margin-top: 5px;
  letter-spacing: 0.5px;
}
.index-join-link {
  width: 232px;
  max-width: 100%;
  height: 54px;
  background-color: #fff;
  text-align: center;
  line-height: 54px;
  font-size: 14px;
  color: #000;
  display: block;
  border-radius: 30px;
  margin-top: 35px;
  transition: all 0.5s ease;
  font-weight: 500;
}
.index-join-link:hover {
  background-color: rgb(28, 80, 144);
  color: #fff;
}

/* footer--------------------------------- */
.footer-block {
  width: 100%;
  background-color: #6d6e70;
  padding: 75px 0 60px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.footer-box {
  width: 1500px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
}
.footer-left {
  width: 425px;
  display: block;
  position: relative;
}
.footer-left:after {
  content: '';
  width: 2px;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 0;
  right: 0;
}
.footer-logo-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 10px;
}
.company-list-box {
  list-style: none;
  margin-top: 10px;
}
.company-list {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}
.company-list i {
  font-size: 14px;
  margin-right: 3px;
}
.company-list a {
  color: #fff;
}
.company-list span {
  font-weight: 300;
  letter-spacing: 1px;
  transition: all 0.5s ease;
  display: inline-block;
}
.community-list-box {
  display: flex;
  margin-top: 20px;
}
.community-list {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background-color: #cacaca;
  text-align: center;
  color: #6d6e70;
  margin-right: 15px;
  transition: all 0.5s ease;
}
.community-list:hover {
  background-color: #fff;
  color: rgb(28, 80, 144);
}
.community-list:last-child {
  margin-right: 0;
}
.left-link-box {
  margin-top: 23px;
  margin-bottom: 13px;
  display: flex;
}
.link-list {
  font-size: 16px;
  color: #cacaca;
  margin: 0 12px;
  position: relative;
  transition: all 0.5s ease;
}
.link-list:after {
  content: '';
  width: 1px;
  height: 60%;
  position: absolute;
  display: block;
  background-color: #cacaca;
  top: 20%;
  right: -12px;
}
.link-list:last-child:after {
  display: none;
}
.link-list:first-child {
  margin-left: 0;
}
.footer-copyright {
  font-size: 15px;
  color: #cacaca;
  letter-spacing: 0.5px;
}
.footer-copyright a {
  color: #cacaca;
}
.footer-right {
  width: calc(100% - 425px);
  padding-left: 100px;
  padding-right: 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.footer-right ul,
.footer-right li {
  list-style: none;
}
.footer-page-title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}
.footer-page-title a {
  color: #fff;
  transition: all 0.5s ease;
}
.footer-page-link {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.footer-page-link a {
  color: #cacaca;
  letter-spacing: 0.5px;
  transition: all 0.5s ease;
}
.footer-page-link a:hover,
.link-list:hover {
  color: #fff;
}
.footer-page-title a,
.company-list a span {
  position: relative;
}
.footer-page-title a:after,
.company-list a span:after {
  content: '';
  width: 0%;
  height: 1px;
  display: block;
  background-color: #fff;
  left: 0;
  bottom: -1px;
  transition: all 0.5s ease;
}
.footer-page-title a:hover:after,
.company-list a:hover span:after {
  width: 100%;
}

/* 關我們-----------------------------*/
.page-banner-box {
  width: 100%;
  position: relative;
}
.page-banner-title {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 35px;
  letter-spacing: 1px;
  font-weight: 500;
} /*Mash 20240201*/
.page-banner-title.content {
  width: 70%;
  height: 100%;
  display: flex;
  text-align: justify;
  align-items: center;
  justify-content: center;

  top: 6rem;
  left: 0;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
}
.page-class-box {
  width: 1320px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  top: -40px;
}
.page-class {
  text-align: center;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #6d6e70;
  color: #fff;
  position: relative;
  font-size: 18px;
  letter-spacing: 0.5px;
  transition: all 0.5s ease;
}

/* 第一個元素跟最後一個要border-radius */
.page-class:first-child {
  @media (min-width: 576px) {
    border-radius: 24px 0 0 24px;
  }
}
.page-class:last-child {
  @media (min-width: 576px) {
    border-radius: 0 24px 24px 0;
  }
}

.page-class:after {
  content: '';
  width: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  height: 26%;
  display: block;
  position: absolute;
  left: 0;
  top: 37%;
}
.page-class.active {
  background-color: #003c71;
}
.page-class.active span {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  pointer-events: none;
  transform: rotate(45deg);
  background-color: #003c71;
  z-index: 0;
}
.page-class:first-child:after,
.page-class.active:after,
.page-class.active + .page-class:after,
.page-class:hover:after,
.page-class:hover + .page-class:after {
  display: none;
}
.page-class:hover {
  background-color: #003c71;
}
.page-class:hover {
  color: #fff;
}
.about-title-box {
  width: 690px;
  margin: 35px auto 0 auto;
}
.rwd-page-class {
  display: none;
}
.page-en-title {
  font-size: 16px;
  color: #003c71;
  letter-spacing: 1px;
  text-align: center;
}
.page-ch-title {
  display: none;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.about-page-title {
  margin-top: 10px;
}
.about-page-tilte-line {
  width: 1px;
  height: 40px;
  display: block;
  margin: 20px auto 55px auto;
  background-color: #c4c4c4;
}
.about-info-block {
  display: flex;
  position: relative;
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
} /*Mash 20240206 width: 100%;*/
.about-info-img1 {
  width: 50%;
  max-width: 910px;
}
.about-ifno-box {
  width: 100%;
  max-width: 100%;
  margin: 67px 0px 0 0px;
} /*Mash 20240206  width: 542px; margin: 67px 0px 0 121px;*/
.about-info-img2-box {
  position: absolute;
  bottom: -185px;
  right: 0;
  width: 28%;
  max-width: 500px;
}
.about-info-title {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-bottom: 35px;
}
.about-info-title span {
  color: #1e508e;
}
.about-info-p {
  font-size: 18px;
  font-weight: 400;
  color: #676767;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  text-align: justify;
  font-family: Jost;
} /*Mash Font to Jost*/
.about-info-p:last-child {
  margin-bottom: 0;
}
.about-info-dot {
  width: 14%;
  position: absolute;
  right: 0;
  top: -80%;
}
.about-team-block {
  background-color: #f5f6f8;
  padding: 115px 0;
}
.about-team-box {
  width: 1320px;
  max-width: 100%;
  margin: 0 auto;
}
.about-team-box .index-en-title {
  color: #003c71;
  margin-bottom: 15px;
}
.about-team-title {
  font-size: 32px;
  font-weight: 500;
  width: 765px;
  letter-spacing: 0.5px;
  line-height: 1.4;
}
.team-list-box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 55px;
}
.team-list {
  width: 412px;
  max-width: 100%;
  padding: 30px 40px;
  box-sizing: border-box;
  border: 6px solid #1c5090;
  margin-right: 42px;
  margin-bottom: 42px;
}
.team-title-box {
  text-align: center;
}
.team-job {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}
.team-name {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.5px;
}
.team-line {
  width: 100%;
  height: 1px;
  border-top: 1px dashed #c5c5c5;
  margin: 15px 0;
}
.team-experience-box {
  list-style: none;
  min-height: 244px;
}
.team-experience-box li {
  margin-bottom: 8px;
  font-size: 0;
  position: relative;
  padding-left: 11px;
}
.team-experience-box li:after {
  content: '';
  position: absolute;
  display: block;
  vertical-align: top;
  width: 4px;
  height: 4px;
  background-color: #1c5090;
  margin-top: 11px;
  margin-right: 7px;
  border-radius: 50%;
  top: 0;
  left: 0;
}
.team-experience-box li {
  width: 100%;
  font-size: 16px;
  letter-spacing: 1px;
  display: block;
  color: #676767;
}

/* 公沿革----------------------------- */
.history-title-box {
  width: 587px;
  max-width: 100%;
  margin: 24px auto 0 auto;
}
.history-title-box .page-ch-title {
  margin-bottom: 20px;
}
.page-title-p {
  font-size: 18px;
  color: #676767;
  text-align: center;
  letter-spacing: 0.5px;
}
.history-list-block {
  width: 1220px;
  position: relative;
  margin: 40px auto 110px auto;
  padding: 30px 0;
}
.history-list-box {
  position: relative;
  z-index: 1;
}
.history-info-line {
  width: 6px;
  position: absolute;
  top: 0;
  left: calc(50% - 3px);
  height: 100%;
  background-color: #1c5090;
}
.history-year-box {
  font-size: 52px;
  font-weight: 500;
  position: relative;
}
.history-year-box:before {
  content: '';
  width: calc(100% - 140px);
  height: 1px;
  border-top: 1px dashed #1c5090;
  position: absolute;
  right: 0;
  top: calc(50% - 0.5px);
}
.history-year-box:after {
  content: '';
  width: 14px;
  height: 14px;
  border: 3px solid #1c5090;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 8px);
  background-color: #fff;
}
.history-list {
  width: calc(50% + 1px);
  margin-bottom: 0;
  float: left;
}
.history-info {
  list-style: none;
}
.history-info li {
  margin-bottom: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  position: relative;
}
.history-info li:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #1c5090;
  margin-top: 12px;
  margin-right: 10px;
  border-radius: 50%;
}
.history-info li {
  font-size: 18px;
  letter-spacing: 1px;
  display: block;
  color: #000;
}
.history-info li p {
  font-size: 20px;
}

/* 從業德---------------------------------- */
.morality-box {
  width: 1320px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding-bottom: 50px;
}
.morality-title-box {
  margin: 20px 0 60px 0;
}
.morality-list {
  width: 100%;
  position: relative;
  margin-bottom: 95px;
}
.morality-img {
  position: absolute;
  width: 764px;
  max-width: 100%;
  top: 58px;
  z-index: 3;
}
.morality-num {
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  background-color: #1c5090;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 70px;
  letter-spacing: 1px;
  font-size: 20px;
}
.morality-info-box {
  width: 603px;
  max-width: 100%;
  padding: 100px 65px;
  box-sizing: border-box;
  background-color: #fff;
}
.morality-info-title {
  font-size: 28px;
  font-weight: bold;
  color: #1c5090;
  letter-spacing: 1px;
  margin: 20px 0;
}
.morality-info-line {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #c4c4c4;
  margin-bottom: 20px;
}
.morality-info > p {
  font-size: 18px;
  color: #676767;
  letter-spacing: 1px;
  text-align: justify;
  line-height: 1.6;
}
.morality-info-p2 {
  font-weight: 500;
  font-size: 18px;
  margin-top: 25px;
}
.morality-info > ul {
  list-style: none;
}
.morality-info > ul li {
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
}
.morality-info > ul li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  vertical-align: top;
  width: 4px;
  height: 4px;
  background-color: #1c5090;
  margin-top: 12px;
  margin-right: 10px;
  border-radius: 50%;
}
.morality-info > ul li {
  font-size: 18px;
  letter-spacing: 1px;
  color: #676767;
  line-height: 1.5;
}
.morality-info {
  min-height: 321px;
}

/* 企業社會責任---------------------- */
.responsibility-list-box {
  position: relative;
  z-index: 1;
}
.responsibility-list {
  width: 100%;
  display: flex;
  margin-bottom: 70px;
}
.responsibility-info,
.responsibility-img-box {
  width: 50%;
}
.responsibility-img-box {
  margin-top: 40px;
  box-sizing: border-box;
}
.responsibility-img {
  margin-bottom: 25px;
}
.responsibility-img:last-child {
  margin-bottom: 0;
}
.responsibility-img p {
  font-size: 16px;
  color: #676767;
  margin-top: 5px;
  letter-spacing: 0.5px;
}

/* 新聞中心------------------------ */
.news-title {
  width: 90%;
  margin: 30px auto 65px auto;
}
.news-list-block {
  width: 1320px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 1px;
}
.news-list {
  padding: 40px 0;
  position: relative;
  display: flex;
  border-bottom: 1px solid #c6c6c6;
}
.news-list:first-child {
  padding-top: 0;
}
.news-year-box {
  width: 75px;
  text-align: center;
}
.news-date {
  font-size: 30px;
  text-align: center;
  color: #003c71;
  line-height: 1.2;
}
.news-year {
  font-size: 15px;
  color: #003c71;
}
.news-title-box {
  width: calc(100% - 75px);
  padding: 0 150px 0 50px;
  box-sizing: border-box;
  position: relative;
}
.news-list-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.news-list-p {
  font-size: 16px;
  font-weight: 400;
  color: #676767;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 7px;
}
.news-more-icon {
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #003c71;
  background-image: url(../images/news/news-more.svg);
  background-position: center;
  background-size: 12px;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition: all 0.5s ease;
  opacity: 0;
}
.news-list:hover .news-more-icon {
  opacity: 1;
}
.page-box {
  font-size: 0;
  text-align: center;
  margin: 90px auto;
}
.page-button {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  transition: all 0.5s ease;
  opacity: 0.5;
}
.page-button:hover {
  opacity: 1;
}
.page-list {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  font-size: 15px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.5s ease;
  color: #000;
  font-weight: 500;
}
.page-list:hover {
  color: #1c5090;
}
.page-list.active {
  background-color: #1c5090;
  color: #fff;
}
.page-more {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  width: 40px;
  height: 50px;
  line-height: 40px;
  font-weight: 500;
}
.page-button.prev {
  margin-right: 20px;
}
.page-button.next {
  margin-left: 20px;
}

/* 新聞中心內頁---------------------- */
.new-page-block {
  width: 100%;
  display: block;
  padding-top: 87px;
}
.new-page-box {
  width: 1056px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding: 95px 0 120px 0;
}
.new-page-date-box {
  text-align: center;
}
.new-page-date,
.new-page-class,
.new-page-dot {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.new-page-dot {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px 0px 3px;
}
.new-page-title {
  font-size: 36px;
  display: flex;
  justify-content: center;
  letter-spacing: 1px;
  margin-top: 5px;
  font-family: Jost;
} /*04172023 Mash added for news title font => Jost*/
.new-page-line {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #c6c6c6;
  position: relative;
  margin-top: 35px;
}
.new-page-line span {
  width: 230px;
  height: 3px;
  display: block;
  background-color: #003c71;
  position: absolute;
  left: calc(50% - 115px);
  top: -1px;
}
.new-share-box {
  margin-top: 15px;
}
.new-share-box {
  text-align: center;
  margin-bottom: 55px;
}
.new-share-icon,
.new-share-title {
  display: inline-block;
  vertical-align: middle;
  color: #676767;
}
.new-share-icon {
  margin: 0 5px;
}
.new-share-icon.fb,
.new-share-icon.twitter {
  font-size: 20px;
}
.new-share-icon.linkedin {
  font-size: 18px;
}
.new-share-title + .new-share-icon {
  margin-left: 0;
}
.new-share-title {
  font-size: 16px;
  font-weight: 500;
}
.new-button-block {
  background-color: #fff;
  padding: 35px 0;
}
.new-button-box {
  width: 1290px;
  max-width: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.new-button-class {
  color: #676767;
  font-size: 16px;
}
.new-button {
  width: 450px;
  position: relative;
}
.new-button:hover .new-button-title {
  color: #003c71;
}
.new-button-title {
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.5s ease;
}
.new-button.next {
  text-align: right;
}
.new-back-button {
  width: 23px;
  height: 23px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../images/news/new-back.svg);
  transition: all 0.5s ease;
}
.new-back-button:hover {
  background-image: url(../images/news/new-back-hover.svg);
}
.new-form-block {
  width: 100%;
  background-color: #fff;
  padding: 85px 30px;
  box-sizing: border-box;
  margin-top: 100px;
}
.new-form-block .page-ch-title {
  margin-bottom: 10px;
}
.new-form-block .career-title-p {
  color: #000;
}
.new-form {
  display: block;
  margin-top: 25px;
}
.new-form .contact-text,
.new-form .contact-textarea {
  width: 772px;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.new-form .input-textarea {
  height: 105px;
}
.new-form .contact-button-box {
  margin-bottom: 0;
  margin-top: 30px;
}
.new-form-ps {
  margin-top: 30px;
  font-size: 16px;
  color: #676767;
  text-align: center;
}
.new-form .button-reset {
  background-color: #6d6e70;
}
.new-form-ok {
  text-align: center;
}
.new-form-ok-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}

/* 產品專區-------------------------- */
.search-block {
  padding-top: 87px;
}
.search-title-box {
  padding-top: 100px;
}
.search-title-box {
  text-align: center;
}
.search-title span {
  color: #1c5090;
  font-weight: 500;
  letter-spacing: 1px;
}
.search-ps {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-top: 20px;
}
.products-block {
  padding-bottom: 1px;
  overflow: hidden;
}
.search-list-box,
.products-box {
  width: 1320px;
  max-width: 100%;
  display: flex;
  margin: 50px auto 0 auto;
}
.search-list-box {
  min-height: 200px;
}
.search-list {
  width: 412px;
  padding: 28px 30px 45px 30px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.5s ease;
  margin-right: 42px;
  margin-bottom: 42px;
}
.search-list-title {
  font-size: 24px;
  font-weight: 700;
  padding-right: 44px;
  margin-bottom: 20px;
  color: #003c71;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
}
.search-list-p {
  font-size: 16px;
  color: #676767;
  height: 80px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
}
.search-link-icon {
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  background-color: #fff;
  background-image: url(../images/products/search-link.svg);
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
  opacity: 0;
  border-radius: 50%;
  top: 28px;
  right: 30px;
  z-index: 1;
}
.search-list:hover .search-link-icon {
  opacity: 1;
}
.search-list:hover .mask2 {
  background-color: #003c71;
}
.search-list:hover .mask1 {
  opacity: 0;
}
.search-list:hover .search-list-title {
  color: #fff;
}
.search-list:hover .search-list-p {
  color: #9eaec8;
}
.products-class-block {
  width: 100%;
  background-image: url(../images/products/products-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.products-class-mask {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
}
.products-class-top-box {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
  display: flex;
}
.products-class-top-title {
  font-size: 35px;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin-bottom: 18px;
} /*20240201 Mash change font size from 55px to 35px*/
.products-class-top-p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  width: 1335px;
  max-width: 100%;
  letter-spacing: 0.5px;
  font-weight: 400;
} /*20230411 Mash modified from 650px to 1335px req by Marcomm*/
.products-class-box {
  margin-top: 45px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.products-class {
  display: flex;
  flex-direction: column;
  margin-right: 85px;
  position: relative;
}
.products-class.smaill .products-class-icon {
  transform: scale(0.7);
}
.products-class:last-child {
  margin-right: 0;
}
.products-class-icon {
  width: 110px;
  height: 110px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.5s ease;
  margin: 0 auto;
}
.products-class p {
  font-size: 22px;
  color: #fff;
  letter-spacing: 0.5px;
  text-align: center;
  margin-top: 10px;
}
.porducts-class-list-box {
  width: 1320px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  top: -18vh;
}
.porducts-class-list {
  margin-bottom: 110px;
  position: relative;
}
.porducts-class-list:hover img {
  transform: scale(1.07);
}
.porducts-class-list:last-child {
  margin-bottom: 0;
}
.porducts-class-list-img {
  width: 850px;
  padding-bottom: 45%;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.porducts-class-list-img img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.porducts-scroll {
  position: absolute;
  top: -87px;
  left: 0;
}
.porducts-class-list-info {
  width: 590px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 94px;
  background-color: #003c71;
  padding: 93px 100px;
  color: #fff;
  box-sizing: border-box;
}
.porducts-class-list .index-products-info-title {
  font-size: 44px;
}
.porducts-class-s-title {
  opacity: 0.5;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.porducts-class-list .products-line {
  margin: 15px 0;
  opacity: 0.5;
}
.porducts-class-list .index-products-link {
  background-color: #fff;
}
.porducts-class-list .index-products-link span {
  background-color: #003c71;
}
.porducts-class-list .index-products-p {
  font-size: 16px;
}
.products-banner .banner-mask {
  background-color: rgba(0, 0, 0, 0.65);
}
.products-banner-title-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1300px;
  /*max-width: calc(1300px + (30px * 2));*/
  padding:30px;
  /*display: flex;*/
  /*flex-direction: column;*/
  /*justify-content: center;*/
  /*align-items: center;*/
}
.products-banner_breadcrumb{
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  column-gap: 1rem;
  margin-bottom: 1.5rem;

  a{
    display: block;
    position: relative;
    font-size: 16px;
    color: #696969;
    text-decoration: underline;


    &+a::before{
        position: absolute;
        top: 0;
        left: -11px;
        content: '/';
    }
  }
}
.products-banner-title {
  display: flex;
  flex-direction: column;
  font-size: 60px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.products-banner-s-title {
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.products-banner-line {
  width: 25px;
  height: 1px;
  /*display: block;*/
  background-color: #fff;
  margin: 20px 0;
  opacity: 0.5;

  /* 20251017 客戶要求移除線條 */
  display: none;
}
.products-banner-p {
	/* 20251017 客戶要求調整字體大小 */
  /*font-size: 18px;*/
  font-size: clamp(1.1875rem, 0.6319rem + 1.1574vw, 1.5rem);
  
  color: #fff;
  /*width: 1335px;*/
  /*max-width: 100%;*/
  font-weight: 400;
  text-align: center;
} /*20230411 Mash modified from 700px to 1335px req by Marcomm*/
.products-title {
  width: 90%;
  font-size: 22px;
  text-align: center;
  margin: 10px auto 50px auto;
  font-weight: 500;
}
.product-block {
  padding-top: 87px;
}
.product-box {
  width: 1320px;
  max-width: 100%;
  margin: 0 auto 110px auto;
}
.product-back-box {
  margin-top: 25px;
}
.product-back {
  font-size: 16px;
  display: inline-block;
  margin: 0 8px;
  color: #676767;
  position: relative;
  font-weight: 500;
}
.product-back:after {
  content: '';
  width: 1px;
  height: 13px;
  background-color: #c6c6c6;
  display: block;
  position: absolute;
  right: -11px;
  top: calc(50% - 6.5px);
}
.product-back:first-child {
  margin-left: 0;
  color: #000;
}
.product-back span {
  margin-right: 5px;
}
.product-back:last-child:after {
  display: none;
}
.product-info-box {
  padding: 55px 0 88px 0;
}
.product-title {
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  text-align: center;
  color: #1c5090;
}
.product-info p {
  font-size: 18px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}
.product-info p:last-child {
  margin-bottom: 0;
}
.product-tab-block {
  height: 40px;
  position: relative;
}
.product-tab-box {
  width: 1320px;
  max-width: 100%;
  display: flex;
  margin: 0 auto;
}
.sfixed {
  position: fixed;
  z-index: 2;
  top: 87px;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.product-tab-list {
  margin-right: 55px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding-bottom: 15px;
}
.product-tab-list:nth-last-child(2) {
  margin-right: 0;
}
.sfixed .product-tab-list {
  padding-top: 15px;
}
.product-tab-list:after {
  content: '';
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
  background-color: #003c71;
}
.product-tab-list.active:after {
  opacity: 1;
}
.product-tab-list a {
  color: #676767;
  transition: all 0.5s ease;
}
.product-tab-list a:hover {
  color: #3587cf;
}
.product-tab-list.active a {
  color: #003c71;
}
.product-tab-line {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
}
.sfixed .product-tab-line {
  background-color: rgba(190, 181, 181, 0.5);
}
.product-show-box {
  position: relative;
}
.product-show-title {
  font-size: 24px;
  padding: 48px 0 30px 0;
  text-align: center;
  font-weight: 700;
}
.product-show-list-box {
  background-color: #fff;
}
.product-show-list {
  padding: 35px 0;
  border-bottom: 1px solid #f5f6f8;
  display: flex;
}
.product-show-list-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  width: 415px;
  max-width: 100%;
  padding: 0 20px 0 45px;
  box-sizing: border-box;
}
.product-show-list ul {
  width: calc(100% - 415px);
  list-style: none;
}
.product-show-list ul li {
  display: flex;
  margin-bottom: 3px;
  position: relative;
  padding-left: 11px;
  box-sizing: border-box;
}
.product-show-list ul li:last-child {
  margin-bottom: 0;
}
.product-show-list ul li:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #1c5090;
  margin-top: 11px;
  margin-right: 7px;
  border-radius: 50%;
}
.product-show-list ul li {
  font-size: 18px;
  letter-spacing: 1px;
  color: #676767;
}
.download-block {
  position: relative;
  top: 1px;
}
.download-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1c5090;
}
.download-img img {
  opacity: 0.15;
}
.download-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  padding: 108px 0;
}
.download-title {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
}
.donwload-list-box {
  width: 1320px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.donwload-list-box li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  min-width: 220px;
  padding: 8.6px 23px 8.6px 40px;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 30px;
  transition: all 0.5s ease;
}
.donwload-list-box li:hover {
  background-color: rgb(28, 80, 144);
}
.donwload-list-box li p {
  font-size: 18px;
  color: #fff;
  display: block;
  float: left;
  vertical-align: middle;
  margin-right: 20px;
}
.donwload-list-box li span {
  float: right;
}
.porduct-scroll {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100px;
  pointer-events: none;
}

/* 財務資訊=============================== */
#finance .rwd-table-list-title {
  display: none;
}
.investors-title-box {
  margin-top: 30px;
}
.rwd-invertors-class {
  display: none;
}
.invertors-class-block {
  text-align: center;
}
.invertors-class {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
.invertors-class:after {
  content: '';
  width: 1px;
  height: 16px;
  position: absolute;
  top: calc(50% - 8.5px);
  right: 0;
  background-color: #c6c6c6;
}
.invertors-class:last-child:after {
  display: none;
}
.invertors-class a {
  position: relative;
  font-size: 18px;
  padding-bottom: 10px;
  color: #676767;
  transition: all 0.5s ease;
}
.invertors-class a:hover {
  color: #3587cf;
}
.invertors-class.active a {
  color: #003c71;
}
.invertors-class.active a:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #003c71;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.invertors-block {
  width: 1320px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding-bottom: 1px;
}
.invertors-title-box {
  margin-top: 8px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
.invertors-s-title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-top: 22px;
}
.invertors-select-wrap {
  width: 225px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.invertors-title-box .dropdown-toggle::after,
.work-search-box .dropdown-toggle::after {
  border: 0;
  width: 9px;
  height: 6px;
  position: absolute;
  right: 20px;
  top: calc(50% - 3px);
  background-image: url(../images/invertors/year-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.invertors-title-box .bootstrap-select {
  width: 100% !important;
}
.invertors-title-box .filter-option-inner-inner {
  font-size: 16px;
  font-weight: bold;
  padding-left: 132px;
  box-sizing: border-box;
}
.invertors-select-wrap .bootstrap-select > .dropdown-toggle {
  padding: 11px 10px;
  position: relative;
  z-index: 9999;
  background-color: #f5f6f8;
  border: 1px solid #c6c6c6;
  box-sizing: border-box;
  border-radius: 30px;
}
.invertors-select-wrap .btn-light {
  background-color: transparent;
  color: #000;
  border: transparent;
}
.invertors-select-wrap .btn-light:hover {
  color: #000;
  background-color: #f5f6f8;
  border: 1px solid #c6c6c6;
}
.invertors-select-wrap .bootstrap-select > .dropdown-menu {
  transform: translate(0px, 20px) !important;
  z-index: 111;
  border-top: 0;
  padding-top: 40px !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.invertors-select-wrap .btn-light.show {
  background-color: #000;
}
.dropdown-menu .inner {
  scrollbar-width: none; /* firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.dropdown-menu .inner::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.invertors-title-box .dropdown-toggle::before {
  content: 'Select Year';
  display: block;
  font-size: 16px;
  position: absolute;
  left: 20px;
}
.invertors-select-wrap .dropdown-item {
  box-sizing: border-box;
  text-align: center !important;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 1.5rem;
}
.invertors-title-box .dropdown-toggle.show::before,
.invertors-title-box .btn-light.show {
  color: #fff;
}
.invertors-title-box .dropdown-toggle.show::after,
.work-search-box .dropdown-toggle.show::after {
  background-image: url(../images/invertors/year-arrow-active.png);
}
.invertors-select-wrap .btn-light:not(:disabled):not(.disabled).active:focus,
.invertors-select-wrap .show > .btn-light.dropdown-toggle:focus,
.invertors-select-wrap .show > .btn-light.dropdown-toggle:focus-visible,
.invertors-select-wrap .btn-light:not(:disabled):not(.disabled).active,
.invertors-select-wrap .show > .btn-light.dropdown-toggle,
.invertors-select-wrap .bootstrap-select .dropdown-toggle:focus,
.invertors-select-wrap .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  box-shadow: none;
  border: 1px solid #c6c6c6;
  outline: none !important;
  background-color: transparent;
}
.invertors-select-wrap .btn-light:not(:disabled):not(.disabled):active,
.invertors-select-wrap .btn-light:not(:disabled):not(.disabled):active:focus {
  background-color: #000;
  color: #fff;
}
.invertors-table-title-box {
  display: flex;
  align-items: stretch;
}
.table-month {
  width: 300px;
}
.table-top-title-2.col-sm {
  padding: 0;
}
.invertors-table-title-box {
  background-color: #003c71;
  color: #fff;
}
.invertors-table-title-box > div {
  border-right: 1px solid rgba(245, 246, 248, 0.2);
  box-sizing: border-box;
}
.invertors-table-title-box > div:last-child {
  border-right: 0;
}
.table-top-title-1 h2,
.table-top-title-2 h2 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.table-top-title-2 h2 {
  padding: 17px 0;
  border-bottom: 1px solid rgba(245, 246, 248, 0.2);
}
.table-top-title-row {
  display: flex;
}
.table-top-title {
  padding: 10px 0;
  border-right: 1px solid rgba(245, 246, 248, 0.2);
  box-sizing: border-box;
  letter-spacing: 0.5px;
}
.table-top-title:last-child {
  border-right: 0;
}
.invertors-table-title-box {
  margin-top: 15px;
}
.invertors-table-list-box,
.invertors-table-list {
  list-style: none;
}
.invertors-table-list {
  display: flex;
  align-items: center;
  min-height: 70px;
  box-sizing: border-box;
  padding: 10px 0;
  background-color: #fff;
  border-bottom: 2px solid #f5f6f8;
}
.invertors-table-list > li,
.rwd-table-list-info {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 0 10px;
  box-sizing: border-box;
}
.rwd-table-list-title {
  display: none;
}
.total {
  background-color: rgba(109, 110, 112, 0.1);
}
.total li,
.total .rwd-table-list-info {
  color: #1c5090;
}
.invertors-box {
  margin-bottom: 100px;
  padding-top: 2px;
}
.t-w5-4 {
  width: 816px;
}
.t-w5-1 {
  width: 204px;
}
.t-w-765 {
  width: 765px;
}
.t-w-320 {
  width: 320px;
}
.t-w-400 {
  width: 400px;
}
.padding-lr-100 {
  padding: 0 100px;
  box-sizing: border-box;
}
.padding-lr-45 {
  padding: 0 45px;
  box-sizing: border-box;
}
.padding-lr-40 {
  padding: 0 40px;
  box-sizing: border-box;
}
.invertors-title-ps {
  font-size: 16px;
  color: #676767;
  letter-spacing: 0.5px;
}
.shareholde-company-block {
  position: relative;
}
.shareholde-company-bg {
  position: relative;
  z-index: 0;
  margin-top: 55px;
}
.shareholde-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #003c71;
  opacity: 0.15;
  z-index: 1;
}
.shareholde-company-box {
  width: 100%;
  height: 100%;
  padding: 0 130px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.shareholde-company-title {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}
.shareholde-company-p {
  margin-bottom: 3px;
}
.shareholde-company-p,
.shareholde-company-p a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
}
.share-price-box {
  margin-top: 50px;
}
.share-price-list {
  display: flex;
  align-items: stretch;
}
.share-price-list:nth-child(even) {
  flex-direction: row-reverse;
}
.share-price-title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.share-price-img {
  width: 780px;
}
.share-price-info {
  width: calc(100% - 780px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px;
  box-sizing: border-box;
  flex-direction: column;
  text-align: center;
  background-color: #fff;
}
.share-price-p {
  font-size: 18px;
  color: #676767;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}
.share-price-link {
  min-width: 160px;
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
  color: #fff !important;
  background-color: #1c5090;
  letter-spacing: 0.5px;
  border-radius: 25px;
  text-align: center;
  transition: all 0.5s ease;
}
.share-price-link:hover {
  background-color: #3587cf;
}
.t-w-230 {
  width: 230px;
}
.t-w-360 {
  width: 360px;
}
.t-w-500 {
  width: 500px;
}
.p-lg-55 {
  padding: 0 55px;
  box-sizing: border-box;
}
.governance-education-box {
  list-style: none;
  padding: 10px 0;
}
.governance-education-box li {
  padding-left: 15px;
  position: relative;
  box-sizing: border-box;
}
.governance-education-box li:after {
  content: '';
  top: 12px;
  left: 0;
  width: 5px;
  height: 1px;
  position: absolute;
  display: block;
  vertical-align: middle;
  background-color: #000;
}
.governance-name-box {
  display: flex;
  justify-content: center;
}
.governance-name-box,
.governance-name-box span {
  font-size: 16px;
  font-weight: 400;
}
.governance-name-box span {
  padding: 0 10px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-15 {
  margin-bottom: 15px;
}
.governance-title-ps {
  margin-bottom: 30px;
}
.governance-title-ps p {
  margin-bottom: 15px;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #676767;
}
.governance-title-ps p:last-child {
  margin-bottom: 0;
}
.governance-s-title {
  font-size: 18px;
  font-weight: bold;
  color: #003c71;
  letter-spacing: 0.5px;
}
.audit-box {
  display: flex;
  margin-top: 20px;
  flex-direction: row-reverse;
}
.audit-left {
  width: calc(100% - 714px);
  padding-right: 70px;
  box-sizing: border-box;
}
.audit-box .governance-title-ps {
  margin-bottom: 20px;
}
.audit-left .governance-s-title {
  margin-bottom: 15px;
}
.audit-right {
  width: 714px;
}
.announcement-step-box {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.announcement-img {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  background-color: #003c71;
}
.announcement-step {
  margin-right: 120px;
}
.announcement-step:last-child {
  margin-right: 0;
}
.announcement-arrow {
  width: 105px;
  height: 1px;
  display: block;
  background-color: #003c71;
  position: absolute;
  right: -105px;
  top: calc(50% - 1px);
}
.announcement-arrow span {
  width: 10px;
  height: 1px;
  display: block;
  background-color: #003c71;
  position: absolute;
  right: -2px;
  top: -3px;
  transform: rotate(45deg);
}
.announcement-step:last-child .announcement-arrow {
  display: none;
}
.announcement-step-num {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-top: 15px;
}
.announcement-step-p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px;
}
.announcement-step-p span {
  font-weight: bold;
  color: #003c71;
}
.announcement-link-box {
  margin-top: 65px;
}
.announcement-link {
  display: flex;
  align-items: stretch;
}
.announcement-link-img {
  width: 780px;
}
.announcement-link-info {
  width: calc(100% - 780px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  padding: 0px 90px;
  box-sizing: border-box;
}
.share-price-p {
  text-align: center;
}

/* 加入我們========================= */
.join-swiper-block {
  width: 100%;
  margin-top: 45px;
  position: relative;
  padding-bottom: 130px;
}
.join-swiper-box {
  padding-left: calc(50% - 660px);
  box-sizing: border-box;
  width: 100%;
}
.join-mask-box {
  width: 100%;
  padding-right: calc(50% - 660px);
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
}
.join-mask {
  width: 100%;
  background-color: #1c5090;
  height: 584px;
  position: relative;
}
.join-img-swiper {
  width: 100%;
  overflow: hidden;
}
.join-text-box {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 130px;
  padding-bottom: 30px;
}
.join-text-swiper {
  width: 1700px;
  max-width: 100%;
  margin: 0 auto;
}
.join-text-tilte {
  font-size: 250px;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: 145px;
  margin-bottom: 25px;
}
.join-text-s-title {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
}
.join-text-s-title span {
  width: 100%;
  height: 1px;
  max-width: 350px;
  display: block;
  background-color: #fff;
  margin-left: 10px;
}
.join-text-p {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.join-text-list {
  opacity: 0 !important;
}
.join-text-list.swiper-slide-thumb-active {
  opacity: 1 !important;
}
.careers-pagination {
  font-size: 15px;
  color: #fff;
  width: inherit;
}
.careers-pagination-box {
  position: absolute;
  right: 70px;
  bottom: 65px;
  display: flex;
  align-items: center;
}
.careers-pagination {
  margin: 0 25px;
  letter-spacing: 0.5px;
}
.careers-pagination .swiper-pagination-current {
  margin-right: 20px;
}
.careers-pagination .swiper-pagination-total {
  margin-left: 20px;
}
.careers-button-next,
.careers-button-prev {
  cursor: pointer;
}
.join-step-block {
  width: 1700px;
  max-width: 100%;
  margin: 0 auto;
}
.career-title-box {
  margin-top: 70px;
  margin-bottom: 35px;
}
.career-title {
  font-size: 32px;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin-bottom: 11px;
  text-align: center;
}
.career-title-p {
  font-size: 18px;
  color: #676767;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-align: center;
}
.career-step-block {
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/career/career-step-bg.png');
}
.career-step-box,
.career-step-title-p {
  position: relative;
  z-index: 1;
}
.career-step-title-p {
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.5px;
}
.carrer-step-mask {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.career-step-box {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.careet-step {
  margin-right: 10px;
}
.careet-step:last-child {
  margin-right: 0;
}
.careet-step-img-box {
  width: 180px;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-bottom: 10px;
  position: relative;
}
.careet-step-img-box p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
}
.careet-step-img {
  margin-bottom: 20px;
}
.careet-step:nth-child(2) .careet-step-img {
  margin-left: 10px;
}
.careet-step:nth-child(3) .careet-step-img {
  margin-left: 10px;
}
.careet-step-title {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.5px;
  text-align: center;
}
.career-line {
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #fff;
  display: block;
  right: -40px;
  top: 50%;
}
.career-line span {
  width: 10px;
  height: 1px;
  display: block;
  background-color: #fff;
  position: absolute;
  right: -1px;
  top: -4px;
  transform: rotate(45deg);
}
.careet-step:last-child .career-line {
  display: none;
}
.qa-block {
  width: 1160px;
  max-width: 100%;
  display: block;
  margin: 0 auto 80px auto;
}
.qa-list {
  margin-bottom: 10px;
  box-sizing: border-box;
}
.qa-list.active {
  border: 5px solid rgb(28, 80, 144);
}
.qa-title-box {
  padding: 35px 50px 35px 65px;
  box-sizing: border-box;
  display: flex;
  background-color: #f5f6f8;
  align-items: flex-start;
  cursor: pointer;
  transition: all 0.5s ease;
}
.qa-answer-box {
  padding: 30px 50px 30px 65px;
  display: none;
  font-size: 18px;
  color: #676767;
  letter-spacing: 0.5px;
}
.qa-num {
  width: 70px;
  font-weight: bold;
  font-size: 32px;
  color: rgb(28, 80, 144);
}
.qa-title {
  width: calc(100% - 120px);
  font-size: 18px;
  font-weight: bold;
  margin-top: 9px;
  letter-spacing: 0.5px;
}
.qa-icon {
  width: 15px;
  margin-left: 35px;
  position: relative;
  margin-top: 24px;
}
.qa-icon span {
  width: 15px;
  height: 3px;
  background-color: rgb(28, 80, 144);
  display: block;
  transition: all 0.5s ease;
  position: relative;
  top: 0;
}
.qa-icon span:nth-child(2) {
  transform: rotate(90deg);
  top: 0px;
  position: absolute;
}
.qa-list.active .qa-title-box {
  background-color: rgb(28, 80, 144);
}
.qa-list.active .qa-title,
.qa-list.active .qa-num {
  color: #fff;
}
.qa-list.active .qa-icon span {
  background-color: #fff;
}
.qa-list.active .qa-icon span:nth-child(2) {
  transform: rotate(0);
}
.life-block {
  position: relative;
}
.life-title {
  font-size: 180px;
  color: rgb(28, 80, 144);
  letter-spacing: 0.5px;
  font-weight: 400;
  text-align: center;
  line-height: 130px;
}
.life-box {
  width: 960px;
  max-width: 100%;
  margin: 40px auto 0 auto;
  position: relative;
  z-index: 1;
}
.life-info {
  padding: 30px 80px 0px 0px;
  box-sizing: border-box;
  width: 615px;
  position: relative;
  left: 0;
  top: -60px;
  background-color: #f5f6f8;
}
.life-info-title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: rgb(28, 80, 144);
  margin-bottom: 20px;
}
.life-info-p {
  font-size: 16px;
  color: #676767;
  letter-spacing: 0.5px;
}
.life-bg {
  width: 100%;
  height: 440px;
  background-color: #f5f6f8;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.life-img-box {
  width: 100%;
  position: relative;
}
.life-img-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.life-list:hover .life-img-mask,
.life-list:hover .youtube-play-icon {
  opacity: 1;
}
.life-list .link-button {
  height: calc(100% - 60px);
}
.youtube .youtube-play-icon {
  display: block;
}
.youtube-play-icon {
  width: 80px;
  height: 80px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../images/career/youtube-play.png);
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  z-index: 1;
  display: none;
  opacity: 0;
}
.life-button-prev,
.life-button-next {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  top: 30%;
}
.life-button-prev {
  left: -56px;
}
.life-button-next {
  right: -56px;
}
.life-pagination {
  text-align: center;
  position: relative;
  z-index: 1;
}
.life-pagination {
  padding: 30px 0 60px 0;
}
.life-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  box-sizing: border-box;
  border: 1px solid rgb(28, 80, 144);
  opacity: 1;
  margin: 0 12px !important;
}
.life-pagination .swiper-pagination-bullet-active {
  background-color: rgb(28, 80, 144);
}
.apply-block {
  position: fixed;
  width: 68px;
  border-left: 1px solid rgb(28, 80, 144);
  border-right: 1px solid rgb(28, 80, 144);
  top: 15vh;
  right: 0;
  transition: all 0.5s ease;
  z-index: 99;
  opacity: 0;
  box-sizing: border-box;
  font-size: 0;
  letter-spacing: 0;
}
.apply-block.active {
  opacity: 1;
}
.apply-title {
  padding: 40px 25px 0px 25px;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  background-color: rgb(28, 80, 144);
  font-weight: 400;
  line-height: 1.3;
  transition: all 0.5s ease;
}
.apply-block.open .apply-title {
  padding: 40px 25px 40px 25px;
}
.apply-icon-box {
  background-color: #fff;
  display: none;
}
.apply-icon {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #dcdcdc;
}
.apply-more-icon {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(28, 80, 144);
  cursor: pointer;
}
.apply-more {
  width: 12px;
  position: relative;
}
.apply-more span {
  width: 100%;
  height: 2px;
  display: block;
  background-color: #fff;
  transition: all 0.5s ease;
}
.apply-more span:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(90deg);
}
.open .apply-more span:nth-child(2) {
  transform: rotate(0deg);
}
.apply-icon:last-child {
  border-bottom: 0;
}
.welfare-1-box {
  position: relative;
  margin-top: 50px;
  margin-bottom: 150px;
}
.welfare-1-img {
  width: 73%;
  height: 100%;
  position: absolute;
}
.welfare-1-info-box {
  width: 1320px;
  min-height: 791px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 50px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.welfare-1-info {
  width: 606px;
  background-color: rgb(28, 80, 144);
  padding: 80px 70px 50px 65px;
  box-sizing: border-box;
}
.welfare-title {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #fff;
  margin-bottom: 25px;
}
.welfare-1-list-box,
.welfare-1-list-box li,
.welfare-2-list-box,
.welfare-2-list-box li {
  list-style: none;
}
.welfare-1-list-box li,
.welfare-2-list-box li {
  color: #fff;
  display: flex;
  margin-bottom: 15px;
}
.welfare-1-list-box li:last-child,
.welfare-2-list-box li:last-child {
  margin-bottom: 0;
}
.welfare-1-list-box li span,
.welfare-2-list-box li span {
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  margin: 13px 10px 0 10px;
}
.welfare-1-list-box li p,
.welfare-2-list-box li p {
  width: calc(100% - 25px);
  font-size: 18px;
  letter-spacing: 1px;
}
.welfare-2-list-box li span {
  background-color: rgb(28, 80, 144);
}
.welfare-2-list-box li p {
  color: #676767;
}
.welfare-2-img {
  width: 50%;
  display: block;
}
.welfare-2-info-box {
  width: 50%;
}
.welfare-2-info {
  width: 660px;
  max-width: 100%;
  float: right;
  padding-right: 120px;
  box-sizing: border-box;
}
.welfare-2-en-title {
  font-size: 180px;
  color: rgb(28, 80, 144);
  position: relative;
  font-weight: 400;
  line-height: 187px;
  right: -229px;
  margin-bottom: 30px;
}
.welfare-2-ch-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
}
.welfare-2 {
  padding-bottom: 140px;
  display: flex;
  flex-direction: row-reverse;
}
.work-block {
  margin-top: 24px;
}
.work-search-block {
  background-color: #f5f6f8;
  box-shadow: 0 8px 9px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
  padding-top: 30px;
  padding-bottom: 40px;
}
.work-search-box {
  width: 90%;
  max-width: 1320px;
  margin: 0 auto;
  font-size: 0;
}
.work-search-box .invertors-select-wrap {
  display: inline-block;
  vertical-align: middle;
}
.work-search-box .invertors-select-wrap {
  width: 220px;
  margin-right: 12px;
}
.work-search-box .invertors-select-wrap .bootstrap-select > .dropdown-toggle {
  padding: 12px 25px 10px 25px;
}
.work-search-box .invertors-select-wrap .bootstrap-select > .dropdown-toggle {
  background-color: #fff;
}
.work-search-box .invertors-select-wrap .btn-light.show {
  background-color: #000;
  color: #fff;
}
.work-search-box .invertors-title-box .dropdown-toggle.show::before,
.invertors-title-box .btn-light.show {
  color: #fff;
}
.work-search-box .invertors-select-wrap .btn-light:not(:disabled):not(.disabled):active,
.work-search-box .invertors-select-wrap .btn-light:not(:disabled):not(.disabled):active:focus {
  background-color: #000;
  color: #fff;
}
.work-search-box .invertors-select-wrap .dropdown-item {
  text-align: left !important;
  font-weight: 500;
}
.work-keyword-box {
  width: calc(100% - 696px);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 0;
  font-size: 16px;
}
.work-keyword-box input {
  width: 99%;
  height: 48px;
  border: 1px solid #c6c6c6;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 130px 0 60px;
}
.work-keyword-box i {
  font-size: 18px;
  color: #000;
  position: absolute;
  left: 22px;
  top: calc(50% - 14.4px);
  pointer-events: none;
}
.keyword-submit {
  width: 115px;
  height: 48px;
  color: #fff;
  background-color: #003c71;
  font-size: 18px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
.keyword-submit:hover {
  background-color: #3587cf;
}
.work-vacancies {
  min-height: 200px;
  padding-bottom: 1px;
}
.work-box {
  width: 90%;
  max-width: 1320px;
  margin: 0 auto;
  padding-top: 40px;
}
.work-list {
  margin-bottom: 1px;
  position: relative;
}
.work-list.active {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.work-quantity {
  font-size: 16px;
  margin-bottom: 20px;
}
.work-title-box {
  background-color: #fff;
  padding: 30px 95px 30px 75px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: all 0.5s ease;
  cursor: pointer;
}
.work-title-box:after {
  content: '';
  width: 12px;
  height: 8px;
  display: block;
  position: absolute;
  background-image: url(../images/work/vacancies-arrow.svg);
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  top: calc(50% - 4px);
  right: 35px;
}
.work-list.active .work-title-box {
  background-color: #003c71;
}
.work-list.active .work-title-box:after {
  background-image: url(../images/work/vacancies-arrow-acitve.svg);
}
.work-title-left h2 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  transition: all 0.5s ease;
}
.work-list.active .work-title-left h2,
.work-list.active .work-experience {
  color: #fff;
}
.work-experience-box {
  display: flex;
  align-items: center;
}
.work-experience {
  color: #000;
  font-size: 16px;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
  font-weight: 300;
  transition: all 0.5s ease;
}
.work-experience:first-child {
  padding-left: 0;
}
.work-experience:last-child {
  padding-right: 0;
}
.work-experience:after {
  content: '';
  width: 1px;
  height: 14px;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  background-color: #c6c6c6;
}
.work-experience:last-child:after {
  display: none;
}
.work-title-right {
  display: flex;
  align-items: center;
}
.work-link {
  width: 142px;
  max-width: 100%;
  height: 46px;
  border: 2px solid #003c71;
  border-radius: 30px;
  text-align: center;
  box-sizing: border-box;
  line-height: 42px;
  color: #003c71;
  background-color: #fff;
  transition: all 0.5s ease;
  margin-right: 10px;
}
.work-list.active .work-link {
  border: 2px solid #fff;
  background-color: #003c71;
  color: #fff;
}
.work-link:nth-child(2) {
  background-color: #003c71;
  color: #fff;
}
.work-link:hover {
  background-color: #3587cf !important;
  border: 2px solid #3587cf !important;
  color: #fff !important;
}
.work-list.active .work-link:nth-child(2) {
  background-color: #fff;
  color: #003c71;
}
.work-link:last-child {
  margin-right: 0;
}
.work-info-block {
  display: none;
}
.work-info-box {
  padding: 50px 95px 50px 75px;
  box-sizing: border-box;
  display: flex;
  background-color: #fff;
}
.work-info-left,
.work-info-right {
  width: 50%;
  position: relative;
}
.work-info-left {
  padding-right: 70px;
}
.work-info-left:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #dddddd;
  display: block;
}
.work-info-right {
  padding-left: 70px;
}
.work-info-title {
  font-size: 18px;
  font-weight: 500;
}
.work-list-box .edit-box {
  margin-top: 15px;
  color: #676767;
}
.work-form-title-box {
  width: 90%;
  margin: 24px auto 35px auto;
  text-align: center;
}
.work-form-title-p {
  font-size: 18px;
  color: #000;
}
.work-form-title {
  font-size: 40px;
  font-weight: 500;
}
.work-form-block .contact-text,
.work-form-block .contact-select,
.work-form-block .contact-textarea,
.work-form-block .contact-check {
  background-color: #fff;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(../images/ui-icons_444444_256x240.png);
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(../images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(../images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(../images/ui-icons_444444_256x240.png);
}
.input-date-icon {
  width: 16px;
  position: absolute;
  right: 20px;
  pointer-events: none;
}
.datepicker {
  cursor: pointer;
}
.apply-form-title {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding-top: 10px;
  margin-bottom: 20px;
}
.work-form-block .contact-box form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.work-form-block .contact-list {
  margin-right: 0;
}
.apply-form-title-ps {
  font-size: 16px;
  color: #676767;
  font-weight: 300;
}
.file-button {
  width: 150px;
  font-size: 16px;
  color: #272727;
  display: block;
  border-radius: 30px;
  border: 2px solid #2a2a2a;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.file-button:hover {
  background-color: #1c5090;
  border: 2px solid #1c5090;
  color: #fff !important;
}
.form-file-box {
  width: 50%;
  max-width: 560px;
  margin-bottom: 25px;
}
#files-area {
  width: 100%;
}
#filesList {
  width: 100%;
}
.file-block {
  display: flex;
  align-items: center;
  background-color: #dfe2e7;
  padding: 10px 25px 10px 20px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
}
.file-block:last-child {
  margin-bottom: 25px;
}
.file-icon {
  width: 14px;
  height: 20px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  background-image: url(../images/work/file-icon.svg);
  margin-right: 6px;
}
.file-block .name {
  width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.file-delete {
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  background-image: url(../images/work/file-del.svg);
  cursor: pointer;
}
.form-ok-title {
  font-size: 32px;
  font-weight: 500;
  width: 100%;
  padding: 0 5%;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.form-ok-box {
  padding-top: 80px;
  padding-bottom: 165px;
  text-align: center;
}
.practice-block {
  background-color: #fff;
}
.practice-box {
  overflow: hidden;
  padding-top: 24px;
}
.practice-1-en {
  padding-right: 35px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #003c71;
  margin-bottom: 15px;
}
.practice-1-en:after {
  content: '';
  width: 25px;
  height: 1px;
  display: block;
  background-color: #c4c4c4;
  position: absolute;
  right: 0;
  top: 50%;
}
.practice-1-ch {
  font-size: 32px;
  width: 90%;
  max-width: 430px;
  font-weight: 500;
  margin-bottom: 60px;
  line-height: 1.4;
}
.practice-1 {
  width: 90%;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 75px 0 120px 0;
}
.practice-1-right {
  width: calc(50% + 28px);
}
.practice-1-left {
  width: calc(50% - 28px);
  padding-right: 20px;
  box-sizing: border-box;
}
.practice-box .page-ch-title {
  margin-bottom: 0;
}
.practice-1-ifno {
  display: flex;
  flex-wrap: wrap;
}
.practice-1-list {
  width: 50%;
  display: flex;
  padding-right: 50px;
  box-sizing: border-box;
}
.practice-1-list p {
  width: calc(100% - 70px);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
  padding-top: 5px;
}
.practice-1-icon {
  width: 70px;
}
.practice-2 {
  padding: 120px 0;
  position: relative;
}
.practice-2-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: calc(50% - 660px);
}
.practice-2-bg span {
  width: 100%;
  height: 100%;
  background-color: #f5f6f8;
  display: block;
}
.practice-2-box {
  position: relative;
  z-index: 1;
  display: flex;
}
.practice-2-left {
  width: 60%;
  max-width: 1040px;
}
.practice-2-right {
  width: 40%;
  padding-top: 20px;
  box-sizing: border-box;
}
.practice-2-title {
  font-size: 180px;
  line-height: 1;
  color: #1c5090;
  position: relative;
  left: -63px;
  font-weight: 300;
}
.practice-2-info-box {
  padding: 0 5% 0 21%;
}
.practice-2-info {
  list-style: none;
}
.practice-2-info-list {
  display: flex;
  margin-bottom: 10px;
}
.practice-2-info-list:last-child {
  margin-bottom: 0;
}
.practice-2-info-title {
  width: 100px;
  line-height: 37px;
  text-align: center;
  height: 36px;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  margin-right: 10px;
  border-radius: 30px;
  letter-spacing: 1px;
  background-color: #003c71;
}
.practice-2-info-p {
  width: calc(100% - 110px);
  max-width: 390px;
  font-size: 18px;
  color: #676767;
  line-height: 1.6;
  padding-top: 5px;
}
.practice-3-title-box {
  width: 100%;
  max-width: 512px;
  margin: 0 auto;
}
.practice-3-box {
  width: 90%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 100px 0 80px 0;
}
.practice-3-title-box .page-ch-title {
  margin-top: 5px;
}
.practice-3-list-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
}
.practice-3-list {
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #003c71;
  box-sizing: border-box;
  position: relative;
  border-radius: 50%;
  margin-right: 40px;
}
.practice-3-list:last-child {
  margin-right: 0;
}
.practice-3-list:after {
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  background-image: url(../images/work/step-icon.svg);
  position: absolute;
  right: -29px;
  top: calc(50% - 7px);
}
.practice-3-list:last-child:after {
  display: none;
}
.practice-3-step {
  width: 30px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 18px;
  position: absolute;
  background-color: #fff;
  top: -10px;
  right: calc(50% - 15px);
  color: #003c71;
  font-weight: 500;
}
.practice-3-title {
  font-size: 18px;
  color: #003c71;
  padding: 0 5%;
  text-align: center;
  box-sizing: border-box;
  margin-top: 10px;
}
.practice-3-icon {
  height: 110px;
  padding-top: 30px;
  padding-bottom: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.practice-step1 {
  width: 78px;
}
.practice-step2 {
  width: 74px;
}
.practice-step3 {
  width: 74px;
}
.practice-step4 {
  width: 70px;
}
.practice-step5 {
  width: 86px;
}
.practice-work-block {
  overflow: hidden;
  padding-top: 90px;
  background-color: #f5f6f8;
}

/* ========================聯絡我們========================== */
.contact-title-box {
  margin: 85px auto;
}
.contact-title-box .career-title-p {
  width: 546px;
  max-width: 100%;
  display: block;
  margin: 0 auto 45px auto;
}
.contact-title-box,
.contact-box {
  width: 1140px;
  max-width: 100%;
  display: block;
}
.contact-box {
  margin: 0 auto;
}

/* ======================單開始======================== */
.contact-text,
.contact-textarea,
.contact-check {
  display: flex;
  align-items: center;
  padding: 15.5px 0;
}
.contact-text,
.contact-select {
  width: 560px;
  max-width: 100%;
  background-color: #f5f6f8;

  &.full{
    width: 100%;
    margin-right: 0;
  }
}
.contact-select:hover {
  z-index: 5;
}
.contact-label {
  width: 150px;
  max-width: 100%;
  font-size: 18px;
  padding: 0 30px;
  box-sizing: border-box;
  letter-spacing: 0.5px;
  position: relative;
}
.contact-label span {
  width: 100%;
  display: block;
  position: relative;
  text-align: justify;
  text-justify: distribute-all-lines;
  text-align-last: justify;
  font-weight: 400;
}
.en .contact-label span {
  text-align: left;
  text-align-last: auto;
}
.contact-label::after {
  content: '';
  width: 1px;
  height: 23px;
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  background-color: #c6c6c6;
}
.input-check-text,
.input-text {
  background-color: transparent;
  font-size: 16px;
  border: 0;
  box-sizing: border-box;
  padding: 0px 20px 0 28px;
  font-weight: 400;
}
.input-text {
  width: calc(100% - 150px);
}
.need .contact-label span:after {
  content: '*';
  font-size: 18px;
  position: absolute;
  right: -10px;
  top: 0;
  color: #fc1d1d;
}
.contact-list {
  margin-right: 20px;
  margin-bottom: 20px;
}
.contact-select {
  position: relative;
  padding: 5px 0;
  z-index: 1;
}
.contact-select .contact-label {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 1;
}
.contact-select .contact-label::after {
  top: 21px;
}
.contact-select
  .bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
  width: 100% !important;
}
.contact-select .bootstrap-select > .dropdown-toggle {
  background-color: transparent;
  padding: 14.5px 20px 14.5px 177px;
  box-sizing: border-box;
  border: none;
}
.bootstrap-select .dropdown-menu li a {
  font-size: 16px;
  letter-spacing: 0.5px;
}
.contact-select .dropdown-menu {
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding: 0px 0;
}
.contact-select .dropdown-item.active,
.contact-select .dropdown-item:active {
  background-color: rgb(28, 80, 144);
}
.contact-select .dropdown-item {
  box-sizing: border-box;
  padding: 10px 20px;
}
.contact-select .dropdown-menu > li:first-child {
  display: none;
}
.contact-select .filter-option-inner-inner {
  letter-spacing: 0.5px;
}
.contact-select .btn-light:not(:disabled):not(.disabled).active:focus,
.contact-select .btn-light:not(:disabled):not(.disabled):active:focus,
.contact-select .show > .btn-light.dropdown-toggle:focus,
.contact-select .show > .btn-light.dropdown-toggle:focus-visible,
.contact-select .btn-light:not(:disabled):not(.disabled).active,
.contact-select .btn-light:not(:disabled):not(.disabled):active,
.contact-select .show > .btn-light.dropdown-toggle,
.contact-select .bootstrap-select .dropdown-toggle:focus,
.contact-select .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  box-shadow: none;
  border: 0;
  outline: none !important;
  background-color: transparent;
}
.input-text::placeholder,
.input-textarea::placeholder,
.input-check-text::placeholder {
  /* CSS 3 標準 */
  color: #c6c6c6;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.input-text::-webkit-input-placeholder,
.input-textarea::-webkit-input-placeholder,
.input-check-text::-webkit-input-placeholder {
  /* Chrome, Safari */
  color: #c6c6c6;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.input-text:-ms-input-placeholder,
.input-textarea:-ms-input-placeholder,
.input-check-text:-ms-input-placeholder {
  /* IE 10+ */
  color: #c6c6c6;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.input-text::-moz-placeholder,
.input-textarea::-moz-placeholder,
.input-check-text::-moz-placeholder {
  /* Firefox 19+ */
  color: #c6c6c6;
  opacity: 1;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.contact-group{
    width: 560px;
    max-width: 100%;

    @media (max-width: 1199px){
        width: 48%;
    }

    @media (max-width: 1000px){
        width: 100%;
    }

  .contact-list{
    margin-right: 0;
    width: 100%;
  }
}
.contact-textarea {
  /*width: 100%;*/
  width: 560px;
  max-width: 100%;
  background-color: #f5f6f8;
  display: flex;
  margin-bottom: 20px;
  margin-right: 20px;

  @media (max-width: 1000px){
    order: 3;
  }
}
.input-textarea {
  /*height: 153px;*/
  height: 100%;
  padding: 0px 20px 0 28px;
  box-sizing: border-box;
  background-color: transparent;
  width: calc(100% - 150px);
  border: 0;
  resize: none;

  @media (max-width: 1000px){
    height: 153px;
  }
}
.input-textarea:focus-visible {
  outline: none;
}
.contact-check {
  order: 4;
  width: 100%;
  background-color: #f5f6f8;
  display: flex;
}
.input-check-text {
  width: calc(100% - 250px);
}
.check-code-img {
  width: 100px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.contact-button-box {
  order: 5;
  text-align: center;
  font-size: 0;
  width: 100%;
  margin: 55px 0 120px 0;
}
.contact-button {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.contact-button:last-child {
  margin-right: 0;
}
.button-reset {
  background-color: #2a2a2a;
}
.button-submit {
  background-color: rgb(28, 80, 144);
}
.contact-button button {
  width: 150px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.5px;
  border-radius: 30px;
  border: 0;
  cursor: pointer;
  transition: all 0.5s ease;
}
.button-reset:hover {
  background-color: #4d4d4d;
}
.button-submit:hover {
  background-color: #3587cf;
}
.loading-box {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  justify-content: center;
  align-items: center;
  z-index: 99999;
  display: none;
}
.loading-box.active {
  display: flex;
}

/* =====================表單束================== */
.company-block {
  background-color: #f5f6f8;
  padding-bottom: 110px;
}
.company-title-box {
  width: 1140px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding: 85px 0 40px 0;
}
.company-swiper-list {
  width: auto;
}
.company-swiper-list:hover img {
  height: 500px;
}
.company-swiper-list img {
  height: 425px;
  transition: height 0.5s ease;
}
.company-swiper {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}
.company-swiper-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}
.company-swiper-block {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.company-button-next,
.company-button-prev {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  position: absolute;
  top: 167px;
  z-index: 3;
  cursor: pointer;
}
.company-button-next {
  right: calc(50% - 751px);
  background-image: url(../images/contact/contact-next.svg);
}
.company-button-prev {
  left: calc(50% - 751px);
  background-image: url(../images/contact/contact-prev.svg);
}
.company-info {
  width: 620px;
  max-width: 100%;
  margin-right: 80px;
  margin-bottom: 80px;
}
.company-info-box {
  width: 1320px;
  max-width: 100%;
  margin: 80px auto 0 auto;
}
.company-title {
  font-size: 22px;
  color: #1c5090;
  letter-spacing: 0.5px;
  padding-bottom: 5px;
  font-weight: bold;
  border-bottom: 1px solid #c4c4c4;
}
.company-link-box {
  margin-top: 15px;
  position: relative;
}
.company-link {
  font-size: 18px;
  color: #676767;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  font-weight: 400;
  font-family: 'Jost', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
}
.company-link a {
  color: #676767;
  font-weight: 400;
}
.company-link-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  display: block;
  text-align: center;
  border-radius: 50%;
  background-color: #e1e1e1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s ease;
}
.company-link-icon i {
  color: #6d6e70;
  transition: all 0.5s ease;
}
.company-link-icon:hover {
  background-color: rgb(28, 80, 144);
}
.company-link-icon:hover i {
  color: #fff;
}
.company-link a:hover {
  color: rgb(28, 80, 144);
}
.company-mail-box {
  width: 1320px;
  max-width: 100%;
  display: flex;
  margin: 0 auto;
}
.company-mail-list {
  width: 50%;
  position: relative;
}
.company-mail-img {
  height: 314px;
  overflow: hidden;
}
.company-mail-mask {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  background-color: rgba(28, 40, 53, 0.5);
}
.company-mail-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 7px;
}
.company-mail {
  font-size: 20px;
  font-weight: bold;
}
.company-mail-img img {
  transition: all 0.5s ease;
}
.company-mail-list:hover .company-mail-img img {
  transform: scale(1.05);
}
.contact-ok-box {
  text-align: center;
  padding: 165px 0;
}
.contact-ok-icon {
  display: inline-block;
  margin-bottom: 25px;
}
.contact-ok-p {
  width: 100%;
  max-width: 485px;
  margin: 0 auto 40px auto;
}
.contact-ok-back {
  width: 150px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  letter-spacing: 0.5px;
  display: block;
  margin: 0 auto;
  border-radius: 30px;
  background-color: rgb(28, 80, 144);
  text-align: center;
  font-size: 16px;
  transition: all 0.5s ease;
}
.contact-ok-back:hover {
  background-color: #3587cf;
  color: #fff;
}

/* 隱私權政策=========================== */
.privacy-block {
  padding-top: 87px;
  padding-bottom: 95px;
}
.privacy-box {
  width: 1056px;
  max-width: 100%;
  margin: 0 auto;
}
.privacy-title-box {
  width: 742px;
  max-width: 100%;
  margin: 90px auto 35px auto;
}
.privacy-line-box {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #c6c6c6;
  position: relative;
}
.privacy-line-box span {
  width: 230px;
  height: 3px;
  max-width: 100%;
  display: block;
  position: absolute;
  top: -1px;
  left: calc(50% - 115px);
  background-color: rgb(28, 80, 144);
}
.edit-box {
  margin-top: 55px;
}
.edit-list-box {
  list-style: none;
}
.edit-list-box li span {
  width: 25px;
  font-weight: 500;
  margin-top: 2px;
}
.edit-list-box li p {
  width: calc(100% - 25px);
}
.edit-list-box li {
  display: flex;
  margin-bottom: 20px;
}
.edit-list-box li:last-child {
  margin-bottom: 0;
}

/* 網站地圖=============================== */
.sitemap-block {
  padding-top: 87px;
  width: 1320px;
  max-width: 100%;
  margin: 0 auto;
}
.sitemap-box {
  width: 1320px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 15px;
}
.sitemap-list {
  width: 380px;
  max-width: 100%;
  display: block;
  margin-right: 90px;
  margin-bottom: 90px;
}
.sitemap-title {
  font-size: 18px;
  font-weight: bold;
  color: #1c5090;
  letter-spacing: 0.5px;
}
.sitemap-line {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #c6c6c6;
  position: relative;
  margin: 30px 0;
}
.sitemap-line:after {
  content: '';
  width: 40px;
  height: 1px;
  display: block;
  background-color: rgb(28, 80, 144);
  position: absolute;
  top: 0;
  left: 0;
}
.sitemap-list ul {
  list-style: none;
}
.sitemap-list ul li {
  margin-bottom: 15px;
}
.sitemap-list ul li a {
  color: #676767;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 400;
}
.sitemap-list ul li a:hover {
  color: rgb(28, 80, 144);
}
#product main {
  overflow: hidden;
}
.bottom-privacy-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 99;
  align-items: center;
  bottom: 0;
  left: 0;
  padding: 14px 5%;
  box-sizing: border-box;
  background-color: #003c71;
}
.bottom-privacy-box p {
  font-size: 16px;
  color: #fff;
  width: calc(100% - 110px);
  padding-right: 20px;
  box-sizing: border-box;
  letter-spacing: 1px;
}
.bottom-privacy-box p a {
  color: #fff;
  cursor: pointer;
  font-weight: 300;
  text-decoration: underline;
}
.privacy-check {
  width: 110px;
  max-width: 100%;
  height: 42px;
  display: block;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #f2f3f3;
  box-sizing: border-box;
  border-radius: 30px;
  transition: all 0.5s ease;
}
.privacy-check:hover {
  background-color: #fff;
  color: #003c71;
}

/*******************20221124 加簽新增*************************/
/* 公司治理=============================== */

.colorDefaultBlue {
  color: #003c71;
}
.textCenter {
  text-align: center;
}
.contentContainer img {
  max-width: 100%;
  height: auto !important;
}
.governancePage {
}
.governancePage *,
.csrPage * {
  box-sizing: border-box;
}
.governancePage p,
.csrPage p,
.csrPage article {
  font-weight: 400;
}
.governancePage .investors-title-box,
.csrPage .investors-title-box {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.governancePage .invertors-class-block,
.csrPage .invertors-class-block {
  margin-bottom: -25px;
}
.governancePage .invertors-class,
.csrPage .invertors-class {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1360px) {
  .governancePage .investors-title-box,
  .csrPage .investors-title-box {
    width: 90%;
  }
}
@media only screen and (max-width: 600px) {
  .governancePage .invertors-class-block,
  .csrPage .invertors-class-block {
    width: 100%;
    margin-bottom: 0;
  }
  .governancePage .invertors-class,
  .csrPage .invertors-class {
    margin-bottom: 0;
  }
}
.governancePage .rwd-table-list-title {
  background-color: #6d6e70;
  color: #fff;
  font-size: 18px;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 400;
}
.governancePage .contentContainer section > h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #003c71;
}
.governancePage .contentContainer section > h3 {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.03em;
}
.governancePage .contentContainer section > p,
.governancePage section > ol,
.governancePage section > ul {
  font-size: 18px;
  line-height: 28px;
  color: #676767;
  letter-spacing: 0.03em;
}
.governancePage .contentContainer section > p {
  margin-bottom: 0;
}
.governancePage .contentContainer section > p + p {
  margin-top: 12px;
}
.governancePage .imgCenter,
.csrPage .imgCenter {
  display: flex;
  justify-content: center;
}
.governancePage .imgCenter img,
.csrPage .imgCenter img {
  display: block;
}
.governancePage .fileDownload {
  display: flex;
}
.governancePage .fileDownload a {
  min-width: 180px;
  height: 52px;
  padding-right: 25px;
  padding-left: 33px;
  border-radius: 25px;
  border: solid 2px #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  box-sizing: border-box;
  transition: all 0.4s;
}
.governancePage .fileDownload a:hover {
  color: #fff;
  border-color: transparent;
  background: #003c71;
}
.governancePage .fileDownload .text {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.03em;
}
.governancePage .fileDownload .icon {
  margin-left: 40px;
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  .governancePage section > h2 {
    font-size: 20px;
    line-height: 28px;
  }
}

.invertors-block {
  margin-top: 69px;
}

.governancePage .govDoc {
  padding-bottom: 105px;
}
.governancePage .govDoc section + section {
  margin-top: 120px;
}
.governancePage .govDoc section > h2 {
  margin-bottom: 20px;
}
.governancePage .govDoc section > h2 + h3 {
  margin-top: 0px;
  margin-bottom: 26px;
}
.governancePage .govDoc section > p + ol {
  margin-top: 12px;
}
.governancePage .govDoc section > h3 {
  margin-top: 36px;
}
.governancePage .govDoc section > ol {
  padding-left: 20px;
}
.governancePage .govDoc section > ol li {
}
.governancePage .govDoc section > ol li + li {
  margin-top: 12px;
}
.governancePage .govDoc .govTableBox {
  margin-bottom: 47px;
}
.governancePage .govDoc .govTableBox .date {
  width: 300px;
}
.governancePage .govDoc .govTableBox .course {
  flex-grow: 1;
}
.governancePage .govDoc .govTableBox .time {
  width: 255px;
}

.governancePage .govDoc .imgSystemTitle {
  margin-top: 59px;
  font-size: 20px;
}
.governancePage .govDoc .imgSystem {
  margin-top: 39px;
}
.governancePage .govDoc .imgHonesty {
  margin-top: 84px;
  margin-bottom: 120px;
}
.governancePage .govDoc .fileDownload {
  margin-top: 30px;
}
.governancePage .govDoc .honestyTabl {
}
.governancePage .govDoc .honestyTable .course {
  width: 300px;
}
.governancePage .govDoc .honestyTable .num {
  width: 315px;
}
.governancePage .govDoc .honestyTable .ratio {
  width: 315px;
}
.governancePage .govDoc .honestyTable .note {
  width: 390px;
}
.governancePage .govDoc .honestyTable + p {
  margin-top: 20px;
  margin-bottom: 57px;
  font-size: 16px;
}

.governancePage .govDoc .reportSection {
  margin-top: 68px;
}

@media only screen and (max-width: 1199px) {
  .governancePage .govDoc .honestyTable .course {
    width: 250px;
  }
  .governancePage .govDoc .honestyTable .num {
    width: 150px;
  }
  .governancePage .govDoc .honestyTable .ratio {
    width: 150px;
  }
  .governancePage .govDoc .honestyTable .note {
    width: auto;
    flex-grow: 1;
  }
}
@media only screen and (max-width: 1000px) {
  .governancePage .govDoc .govTableBox .date {
    width: 150px;
  }
  .governancePage .govDoc .govTableBox .time {
    width: 120px;
  }

  .governancePage .govDoc .honestyTable .course {
    width: 180px;
  }
  .governancePage .govDoc .honestyTable .num {
    width: 120px;
  }
  .governancePage .govDoc .honestyTable .ratio {
    width: 120px;
  }
}
@media only screen and (max-width: 800px) {
  .governancePage .govDoc section + section {
    margin-top: 80px;
  }

  .governancePage .govDoc .imgSystemTitle {
    margin-top: 40px;
  }
  .governancePage .govDoc .imgSystem {
    margin-top: 39px;
  }
  .governancePage .govDoc .imgHonesty {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .governancePage .govDoc .govTableBox .date {
    width: 120px;
  }
  .governancePage .govDoc .govTableBox .time {
    width: 100px;
  }

  .governancePage .govDoc .honestyTable .invertors-table-title-box {
    display: none;
  }
  .governancePage .govDoc .honestyTable .invertors-table-list {
    border-bottom: none;
    flex-wrap: wrap;
  }
  .governancePage .govDoc .honestyTable .invertors-table-list li:first-child {
    background-color: rgb(28, 80, 144);
    color: #fff;
    padding: 10px 0 !important;
    font-size: 20px;
  }
  .governancePage .govDoc .honestyTable .invertors-table-list li {
    width: 100%;
    padding: 0;
  }
  .governancePage .govDoc .honestyTable .rwd-table-list-title {
    display: block;
  }
  .governancePage .govDoc .honestyTable .rwd-table-list-info {
    padding: 15px 0;
  }
  .governancePage .govDoc .honestyTable + p {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .governancePage .govDoc .reportSection {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .invertors-block {
    margin-top: 50px;
  }
  .governancePage .govDoc {
    padding-bottom: 80px;
  }
  .governancePage .govDoc .govTableBox .invertors-table-title-box {
    display: none;
  }
  .governancePage .govDoc .govTableBox .invertors-table-list {
    border-bottom: none;
  }
  .governancePage .govDoc .govTableBox .invertors-table-list li:first-child {
    background-color: rgb(28, 80, 144);
    color: #fff;
    padding: 10px 0 !important;
    font-size: 20px;
  }
  .governancePage .govDoc .govTableBox .invertors-table-list li {
    width: 100%;
    padding: 0;
  }
  .governancePage .govDoc .govTableBox .rwd-table-list-title {
    display: block;
  }
  .governancePage .govDoc .govTableBox .rwd-table-list-info {
    padding: 15px 0;
  }
}

.governancePage .supplyDoc {
  padding-bottom: 115px;
}
.governancePage .supplyDoc section + section {
  margin-top: 90px;
}
.governancePage .supplyDoc section > h2 {
  margin-bottom: 18px;
}
.governancePage .supplyDoc section > h3 {
  margin-top: 12px;
}
.governancePage .supplyDoc section > p + p {
  margin-top: 12px;
}
.governancePage .supplyDoc section:first-child + section {
  margin-top: 54px;
}
.governancePage .supplyDoc .slogan {
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.03em;
  color: #000;
}
.governancePage .supplyDoc .imgTitle {
  min-width: 428px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
  border-radius: 5px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.03em;
  background: #003c71;
  color: #fff;
}
.governancePage .supplyDoc .section01 {
}
.governancePage .supplyDoc .section02Img {
  margin-top: 54px;
}
.governancePage .supplyDoc .section03Img,
.governancePage .supplyDoc .section04Img-1,
.governancePage .supplyDoc .section04Img-2,
.governancePage .supplyDoc .section05Img {
  display: flex;
  flex-direction: column;
}
.governancePage .supplyDoc .section03Img {
  margin-top: 66px;
  margin-bottom: 83px;
}
.governancePage .supplyDoc .section04Img-1 {
  margin-bottom: 80px;
}
.governancePage .supplyDoc .section04Img-1 .imgTitle {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 32px;
}
.governancePage .supplyDoc .section04Img-1 > ul {
  margin: 0 -8px;
  display: flex;
  list-style: none;
}
.governancePage .supplyDoc .section04Img-1 > ul > li {
  width: 20%;
  padding: 50px 8px 0;
  position: relative;
}
.governancePage .supplyDoc .section04Img-1 > ul > li::before,
.governancePage .supplyDoc .section04Img-1 > ul > li::after {
  content: '';
  background: #87aad9;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.governancePage .supplyDoc .section04Img-1 > ul > li::before {
  width: 1px;
  height: 50px;
}
.governancePage .supplyDoc .section04Img-1 > ul > li::after {
  width: 100%;
  height: 1px;
}
.governancePage .supplyDoc .section04Img-1 > ul > li:first-child::after,
.governancePage .supplyDoc .section04Img-1 > ul > li:last-child::after {
  width: 50%;
}
.governancePage .supplyDoc .section04Img-1 > ul > li:first-child::after {
  transform: translate(0, 0);
}
.governancePage .supplyDoc .section04Img-1 > ul > li:last-child::after {
  transform: translate(-100%, 0);
}
.governancePage .supplyDoc .section04Img-1 .item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.governancePage .supplyDoc .section04Img-1 .item h5 {
  width: 100%;
  min-height: 60px;
  margin-bottom: 12px;
  border-radius: 5px;
  padding: 10px 15px;
  background: #003c71;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.03em;
  position: relative;
}
.governancePage .supplyDoc .section04Img-1 .item h5::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 25px 0 25px;
  border-color: #003c71 transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
.governancePage .supplyDoc .section04Img-1 .item .itemContent {
  padding: 35px 18px 20px;
  border-radius: 5px;
  position: relative;
  background: #87aad9;
  flex-grow: 1;
}
.governancePage .supplyDoc .section04Img-1 .item .itemContent::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 25px 0 25px;
  border-color: #f5f6f8 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.governancePage .supplyDoc .section04Img-1 .item ul {
  list-style: none;
}
.governancePage .supplyDoc .section04Img-1 .item li {
  padding-left: 13px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  position: relative;
}
.governancePage .supplyDoc .section04Img-1 .item li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.governancePage .supplyDoc .section04Img-1 .item li + li {
  margin-top: 12px;
}
.governancePage .supplyDoc .section04Img-2 {
  max-width: 850px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}
.governancePage .supplyDoc .section04Img-2 > p:not(.imgCenter) {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: 400;
}
.governancePage .supplyDoc .section05Img {
  margin-top: 102px;
}
.governancePage .supplyDoc .section05Img .flexBox {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
.governancePage .supplyDoc .section05Img .imgBox {
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.governancePage .supplyDoc .section05Img .imgBox p {
  font-weight: 500;
  color: #000;
  letter-spacing: 0.03em;
}
.governancePage .supplyDoc .section05Img .imgBox p.imgCenter {
  margin-top: 56px;
}
@media only screen and (max-width: 1099px) {
  .governancePage .supplyDoc .slogan {
    font-size: 26px;
    line-height: 32px;
  }
  .governancePage .supplyDoc .section04Img-1 > ul {
    margin-bottom: -30px;
    flex-wrap: wrap;
  }
  .governancePage .supplyDoc .section04Img-1 > ul > li {
    width: 33.33%;
    padding-top: 0;
    margin-bottom: 30px;
  }
  .governancePage .supplyDoc .section04Img-1 > ul > li::before,
  .governancePage .supplyDoc .section04Img-1 > ul > li::after {
    display: none;
  }
  .governancePage .supplyDoc .section05Img {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 800px) {
  .governancePage .supplyDoc .slogan {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 699px) {
  .governancePage .supplyDoc .section04Img-1 > ul > li {
    width: 50%;
  }
  .governancePage .supplyDoc .section05Img .imgBox {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 600px) {
  .governancePage .supplyDoc section:first-child + section {
    margin-top: 40px;
  }
  .governancePage .supplyDoc section + section {
    margin-top: 60px;
  }
  .governancePage .supplyDoc .imgTitle {
    min-width: auto;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    min-height: 54px;
    margin-left: auto;
    font-size: 18px;
    text-align: center;
  }
  .governancePage .supplyDoc .section02Img {
    margin-top: 30px;
  }
  .governancePage .supplyDoc .section03Img {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .governancePage .supplyDoc .section04Img-1 {
    margin-bottom: 50px;
  }
  .governancePage .supplyDoc .section04Img-1 .item h5 {
    min-height: 54px;
    margin-bottom: 8px;
    font-size: 18px;
  }
  .governancePage .supplyDoc .section04Img-1 .item h5::after {
    border-width: 8px 20px 0 20px;
  }
  .governancePage .supplyDoc .section04Img-1 .item .itemContent::after {
    border-width: 8px 20px 0 20px;
  }
  .governancePage .supplyDoc .section04Img-1 > ul {
    margin-bottom: -20px;
  }
  .governancePage .supplyDoc .section04Img-1 > ul > li {
    width: 100%;
    margin-bottom: 20px;
  }
  .governancePage .supplyDoc .section05Img .flexBox {
    margin-bottom: -50px;
    flex-direction: column;
  }
  .governancePage .supplyDoc .section05Img .imgBox {
    margin-bottom: 50px;
  }
  .governancePage .supplyDoc .section05Img .imgBox p.imgCenter {
    margin-top: 20px;
  }
}

.governancePage .iprDoc {
  padding-bottom: 86px;
  font-family: lato, 'Noto Sans TC', 'Noto Sans SC';
}
.governancePage .iprDoc section {
}
.governancePage .iprDoc section + section {
  margin-top: 69px;
}
.governancePage .iprDoc section > h2 {
  margin-bottom: 18px;
}
.governancePage .iprDoc section > p + ul {
  margin-top: 12px;
}
.governancePage .iprDoc section > ul {
  list-style: none;
}
.governancePage .iprDoc section > ul li {
  padding-left: 19px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  position: relative;
}
.governancePage .iprDoc section > ul li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #003c71;
  position: absolute;
  left: 6px;
  top: 0.7em;
}
.governancePage .iprDoc section > ul li + li {
  margin-top: 12px;
}
.governancePage .iprDoc section > ul li h3 {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}
.governancePage .iprDoc section > ul + p {
  margin-top: 25px;
}
.governancePage .iprDoc section:first-child > p + ul {
  margin-top: 22px;
}
.governancePage .iprDoc section:first-child > ul li + li {
  margin-top: 26px;
}
@media only screen and (max-width: 600px) {
  .governancePage .iprDoc section + section {
    margin-top: 40px;
  }
  .governancePage .iprDoc section > p + ul {
    margin-top: 8px;
  }
  .governancePage .iprDoc section > ul li {
    padding-left: 12px;
  }
  .governancePage .iprDoc section > ul li::before {
    left: 0px;
  }
  .governancePage .iprDoc section > ul li + li {
    margin-top: 8px;
  }
  .governancePage .iprDoc section > ul li h3 {
    margin-bottom: 8px;
  }
}

.governancePage .riskDoc {
  padding-bottom: 87px;
}
.governancePage .riskDoc section {
}
.governancePage .riskDoc section + section {
  margin-top: 60px;
}
.governancePage .riskDoc section > h2 {
  margin-bottom: 18px;
}
.governancePage .riskDoc .fileDownload {
  margin-top: 25px;
}
.governancePage .riskDoc .imgSystem {
  margin-top: 56px;
  margin-bottom: 82px;
}
@media only screen and (max-width: 600px) {
  .governancePage .riskDoc section + section {
    margin-top: 40px;
  }
  .governancePage .riskDoc section > h2 {
    margin-bottom: 12px;
  }
  .governancePage .riskDoc .imgSystem {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}

.governancePage .healthDoc {
  padding-bottom: 94px;
}
.governancePage .healthDoc section > h2 {
  margin-bottom: 33px;
}
.governancePage .healthDoc .imgSystem {
  margin-bottom: 50px;
}
.governancePage .healthDoc section > ul {
  list-style: none;
}
.governancePage .healthDoc section > ul li h3 {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}
.governancePage .healthDoc section > ul li + li {
  margin-top: 45px;
}
@media only screen and (max-width: 600px) {
  .governancePage .healthDoc .imgSystem {
    margin-bottom: 40px;
  }
  .governancePage .healthDoc section > ul li + li {
    margin-top: 30px;
  }
}

.csrPage {
  font-family: lato, 'Noto Sans TC', 'Noto Sans SC';
}
.csrPage .contentContainer {
  padding-bottom: 88px;
}
.csrPage .contentContainer .topSection {
  margin-bottom: 95px;
}
.csrPage .contentContainer .topSection .slogan {
  max-width: 880px;
  margin: 0 auto 49px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.03em;
  color: #003c71;
}
.csrPage .contentContainer .topSection .circleBox ul {
  margin: 0 -16px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.csrPage .contentContainer .topSection .circleBox li {
  padding: 0 16px;
}
.csrPage .contentContainer .topSection .circleBox .item {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: solid 8px #003c71;
  background: #fff;
  position: relative;
  display: flex;
  justify-content: center;
}
.csrPage .contentContainer .topSection .circleBox .item::before {
  content: '';
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border-radius: 50%; /*border: solid 8px #87AAD9;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.csrPage .contentContainer .topSection .circleBox .content {
  width: 180px;
  padding-top: 60px;
  position: relative;
}
.csrPage .contentContainer .topSection .circleBox h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #003c71;
  text-align: center;
}
.csrPage .contentContainer .topSection .circleBox .bigNum {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  letter-spacing: 0.03em;
  color: #003c71;
}
.csrPage .contentContainer .topSection .circleBox .num {
  font-weight: 900;
  font-size: 48px;
  line-height: 50px;
}
.csrPage .contentContainer .topSection .circleBox .unit {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}
.csrPage .contentContainer .topSection .circleBox p {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #000;
  text-align: center;
}
.csrPage .contentContainer .infoSection {
}
.csrPage .contentContainer .infoSection ul {
  list-style: none;
}
.csrPage .contentContainer .infoSection li {
}
.csrPage .contentContainer .infoSection li + li {
  margin-top: 45px;
}
.csrPage .contentContainer .infoSection h3 {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.03em;
}
.csrPage .contentContainer .infoSection p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #676767;
}
.csrPage .contentContainer .infoSection p + p {
  margin-top: 12px;
}
.csrPage .contentContainer .csrItem {
  margin-top: 95px;
  margin-bottom: 59px;
}
.csrPage .contentContainer .csrItem ul {
  margin: 0 -10px -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
}
.csrPage .contentContainer .csrItem li {
  padding: 0 10px 10px;
}
.csrPage .contentContainer .csrItem .item {
  width: 90px;
  height: 90px;
}
.csrPage .contentContainer .csrItem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@media only screen and (max-width: 991px) {
  .csrPage .contentContainer .topSection .circleBox ul {
    margin-bottom: -10px;
    flex-wrap: wrap;
  }
  .csrPage .contentContainer .topSection .circleBox li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 649px) {
  .csrPage .contentContainer .topSection .circleBox ul {
    margin-bottom: -20px;
  }
  .csrPage .contentContainer .topSection .circleBox li {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .csrPage .contentContainer .topSection .circleBox {
    margin-bottom: 60px;
  }
  .csrPage .contentContainer .topSection .circleBox .slogan {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
  }
  .csrPage .contentContainer .infoSection li + li {
    margin-top: 30px;
  }
  .csrPage .contentContainer .infoSection h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .csrPage .contentContainer .infoSection p {
    font-size: 16px;
    line-height: 24px;
  }
  .csrPage .contentContainer .infoSection p + p {
    margin-top: 8px;
  }
  .csrPage .contentContainer .csrItem {
    margin-top: 45px;
  }
}
.csrPage .contentContainer .topSection .circleBox .pItem,
.csrPage .productDoc .topSection .circleBox .item {
  align-items: center;
}
.csrPage .contentContainer .topSection .circleBox .pItem .content,
.csrPage .productDoc .topSection .circleBox .content {
  padding-top: 15px;
}
.csrPage .contentContainer .topSection .circleBox .pItem p,
.csrPage .productDoc .topSection .circleBox p {
  font-size: 18px;
  line-height: 24px;
}

.csrPage .govDoc .govSection {
  margin-top: 65px;
  display: flex;
}
.csrPage .govDoc .govSection .leftImg {
  height: 410px;
  flex-grow: 1;
}
.csrPage .govDoc .govSection .leftImg img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.csrPage .govDoc .govSection .rightDoc {
  width: 540px;
  padding: 5px 90px 0px;
  background: #fff;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.csrPage .govDoc .govSection h2 {
  margin-bottom: 19px;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #000;
}
.csrPage .govDoc .govSection p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #676767;
}
.csrPage .govDoc .govSection .link {
  margin-top: 31px;
  display: flex;
  justify-content: center;
}
.csrPage .govDoc .govSection .link a {
  width: 160px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1c5090;
  color: #fff;
  transition: all 0.4s;
}
.csrPage .govDoc .govSection .link a:hover {
  background: #3587cf;
}
@media only screen and (max-width: 1299px) {
  .csrPage .productDoc .topSection .circleBox ul,
  .csrPage .govDoc .topSection .circleBox ul {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -20px;
    flex-wrap: wrap;
  }
  .csrPage .productDoc .topSection .circleBox li,
  .csrPage .govDoc .topSection .circleBox li {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .csrPage .govDoc .govSection .rightDoc {
    width: 400px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 899px) {
  .csrPage .govDoc .govSection {
    flex-direction: column;
  }
  .csrPage .govDoc .govSection .leftImg {
    height: auto;
  }
  .csrPage .govDoc .govSection .rightDoc {
    width: auto;
    padding: 50px 90px 60px;
  }
}
@media only screen and (max-width: 600px) {
  .csrPage .govDoc .govSection .rightDoc {
    padding: 40px 50px 50px;
  }
  .csrPage .govDoc .govSection h2 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
  }
  .csrPage .govDoc .govSection p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 499px) {
  .csrPage .govDoc .govSection .rightDoc {
    padding: 40px 20px 50px;
  }
}
.csrPage .stakeholderDoc {
  padding-bottom: 143px;
}
.csrPage .stakeholderInfo .imgCenter {
  margin-top: 60px;
  margin-bottom: 72px;
}
.csrPage .stakeholderInfo + .stakeholderInfo {
  margin-top: 77px;
}
.csrPage .stakeholderInfo h2 {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.03em;
  color: #003c71;
}
.csrPage .stakeholderInfo p {
  margin-bottom: 33px;
  color: #676767;
}
.csrPage .stakeholderInfo h3 {
  margin-bottom: 14px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #000;
}
.csrPage .stakeholderInfo .targetList {
  margin-top: 20px;
  margin-bottom: 23px;
}
.csrPage .stakeholderInfo .targetList > ul {
  margin: 0 -22px;
  list-style: none;
  display: flex;
}
.csrPage .stakeholderInfo .targetList > ul > li {
  width: 33.333%;
  padding: 0 22px;
}
.csrPage .stakeholderInfo .targetList .item {
  height: 100%;
  border: solid 1px #003c71;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}
.csrPage .stakeholderInfo .targetList .item h4 {
  width: 100%;
  height: 50px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.03em;
  background: #003c71;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.csrPage .stakeholderInfo .targetList .item .doc {
  padding: 20px 39px 18px;
}
.csrPage .stakeholderInfo .targetList .item h5 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.03em;
  color: #003c71;
}
.csrPage .stakeholderInfo .targetList .item ul + h5 {
  margin-top: 25px;
}
.csrPage .stakeholderInfo .targetList .item ul {
  list-style: none;
}
.csrPage .stakeholderInfo .targetList .item li {
  padding-left: 16px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.03em;
  position: relative;
}
.csrPage .stakeholderInfo .targetList .item li::before,
.csrPage .stakeholderInfo .resultList li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #003c71;
  position: absolute;
}
.csrPage .stakeholderInfo .targetList .item li::before {
  left: 0px;
  top: 0.7em;
}
.csrPage .stakeholderInfo .targetList .item li + li {
  margin-top: 12px;
}
.csrPage .stakeholderInfo .resultList {
}
.csrPage .stakeholderInfo .resultList ul {
  list-style: none;
  color: #676767;
}
.csrPage .stakeholderInfo .resultList li {
  padding-left: 23px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.03em;
  position: relative;
}
.csrPage .stakeholderInfo .resultList li::before {
  left: 6px;
  top: 0.7em;
}
.csrPage .stakeholderInfo .resultList li + li {
  margin-top: 6px;
}

@media only screen and (max-width: 1199px) {
  .csrPage .stakeholderInfo .targetList > ul {
    margin: 0 -10px;
  }
  .csrPage .stakeholderInfo .targetList > ul > li {
    padding: 0 10px;
  }
  .csrPage .stakeholderInfo .targetList .item .doc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 999px) {
  .csrPage .stakeholderInfo .targetList > ul {
    margin-bottom: -20px;
    flex-wrap: wrap;
  }
  .csrPage .stakeholderInfo .targetList > ul > li {
    width: 50%;
    margin-bottom: 20px;
  }
  .csrPage .stakeholderInfo .targetList > ul > li:first-child {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .csrPage .stakeholderInfo .targetList > ul {
    margin-left: 0;
    margin-right: 0;
  }
  .csrPage .stakeholderInfo .targetList > ul > li {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .csrPage .stakeholderDoc {
    padding-bottom: 80px;
  }
  .csrPage .stakeholderDoc .imgCenter {
    margin-bottom: 50px;
  }
  .csrPage .stakeholderInfo + .stakeholderInfo {
    margin-top: 60px;
  }
  .csrPage .stakeholderInfo h2 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
  }
  .csrPage .stakeholderInfo p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .csrPage .stakeholderInfo .resultList li {
    padding-left: 16px;
    font-size: 16px;
    line-height: 26px;
  }
  .csrPage .stakeholderInfo .resultList li::before {
    left: 2px;
  }
}

@media only screen and (min-width: 1000px) {
  .responsibility-list:nth-child(even) {
    flex-direction: row-reverse;
  }
  .team-list:nth-child(3n + 3) {
    margin-right: 0;
  }
  .responsibility-list:nth-child(odd) .responsibility-info,
  .responsibility-list:nth-child(even) .responsibility-img-box {
    padding-left: 100px;
    box-sizing: border-box;
  }
  .history-list:nth-child(even) {
    float: right;
  }
  .history-list:nth-child(even) .history-year-box:before,
  .responsibility-list:nth-child(even) .history-year-box:before {
    left: 0;
    width: 92px;
  }
  .history-list:nth-child(odd) .history-year-box:after,
  .responsibility-list:nth-child(odd) .history-year-box:after {
    right: -6px;
  }
  .history-list:nth-child(even) .history-year-box:after,
  .responsibility-list:nth-child(even) .history-year-box:after {
    left: -6px;
  }
  .history-list:nth-child(odd) .history-info {
    padding-right: 100px;
    box-sizing: border-box;
  }
  .history-list:nth-child(odd) .history-info,
  .responsibility-list:nth-child(odd) .history-info,
  .responsibility-list:nth-child(even) .responsibility-img-box {
    padding-right: 80px;
    box-sizing: border-box;
  }
  .history-list:nth-child(even) .history-year-box,
  .history-list:nth-child(even) .history-info,
  .responsibility-list:nth-child(even) .history-year-box,
  .responsibility-list:nth-child(even) .history-info,
  .responsibility-list:nth-child(odd) .responsibility-img-box {
    padding-left: 120px;
    box-sizing: border-box;
  }
  .morality-list:nth-child(odd) .morality-info {
    float: right;
  }
  .morality-list:nth-child(odd) .morality-img {
    left: 0;
  }
  .morality-list:nth-child(odd) .morality-num {
    right: -45px;
  }
  .morality-list:nth-child(odd) .morality-info-box {
    float: right;
  }
  .morality-list:nth-child(odd) .morality-info-title,
  .morality-list:nth-child(odd) .morality-info {
    padding-left: 55px;
    box-sizing: border-box;
  }
  .morality-list:nth-child(even) .morality-img {
    right: 0;
  }
  .morality-list:nth-child(even) .morality-num {
    left: -45px;
  }
  .morality-list:nth-child(even) .morality-info-title,
  .morality-list:nth-child(even) .morality-info {
    padding-right: 55px;
    box-sizing: border-box;
  }
  .search-list:nth-child(3n + 3),
  .sitemap-list:nth-child(3n + 3) {
    margin-right: 0;
  }
  .contact-list:nth-child(even),
  .company-info:nth-child(even) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1921px) {
  .index-about-block {
    max-width: 3840px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1800px) {
  .index-about-img-right {
    width: 645px;
    height: 605px;
  }
  .index-about-img-left {
    width: 430px;
    height: 423px;
  }
  .index-products-list-box {
    width: 1000px;
  }
  .index-products-info-list-box {
    width: 650px;
    right: calc(50% - 700px);
  }
  .index-products-info-list {
    padding: 50px 90px 0 90px;
  }
  .index-products-bg {
    height: calc(100% - 282px);
  }
  .index-products-button-next {
    right: calc(50% - 607px);
  }
  .index-products-pagination {
    left: calc(50% - 594px);
  }
  .index-products-button-prev {
    left: calc(50% - 650px);
  }
}
@media only screen and (max-width: 1700px) {
  .join-text-swiper {
    width: 90%;
  }
  .join-swiper-box {
    padding-left: 15%;
  }
  .join-mask-box {
    padding-right: 15%;
  }
}
@media only screen and (max-width: 1680px) {
  .index-aobut-p {
    margin-bottom: 50px;
  }
  .index-about-img-right {
    width: 570px;
  }
  .img-dot {
    top: -23%;
    width: 30%;
  }
  .index-about-img-left {
    bottom: -60px;
  }
  .index-about-info-box {
    left: calc(50% - 570px);
  }
  .banner-title-box {
    padding-left: 150px;
  }
  .scroll-box {
    left: 65px;
  }
  .index-news-block {
    width: calc(100% - 150px);
  }
  .index-news-header {
    width: 150px;
    padding: 32px 50px 40px 50px;
  } /*20240207 Mash padding: 48px 42px 48px 50px; */
  .index-news-footer {
    width: 80px;
  }
  .index-news-list-box {
    width: calc(100% - 235px);
  }
  .index-news-list {
    padding-right: 30px;
  }
  .header-box {
    padding: 35px 50px;
  }
  .header-menu-list {
    margin-right: 35px;
  }
  .header2 .header-box,
  .header-fixed .header-box {
    padding: 22px 50px;
  }
  .index-products-img {
    width: 100%;
    height: 546px;
  }
}
@media only screen and (max-width: 1550px) {
  .index-about-info-box {
    width: 730px;
  }
  .index-about-info-box {
    left: calc(50% - 490px);
  }
  .index-aobut-p {
    font-size: 28px;
  }
  .index-about-img-right {
    width: 460px;
  }
  .index-about-p2-box {
    padding-left: 232px;
  }
  .index-society-list-box {
    width: 90%;
  }
  .index-join-box {
    width: 90%;
    left: 5%;
  }
  .footer-box {
    width: 90%;
  }
  .footer-right {
    padding-right: 0;
  }
  .about-ifno-box {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 50px 80px 50px 80px;
  } /*Mash 20240206 width: 50%;*/
  .company-swiper {
    width: 1200px;
  }
  .company-button-prev {
    left: calc(50% - 645px);
  }
  .company-button-next {
    right: calc(50% - 645px);
  }
  .practice-2-info-box {
    padding: 0px 5% 0 15%;
  }
}
@media only screen and (max-width: 1480px) {
  .index-about-img-left {
    width: 340px;
  }
  .index-about-info-box {
    left: calc(50% - 533px);
  }
  .img-dot {
    top: -15%;
  }
  .menu-search-icon-box {
    margin-left: 20px;
    margin-right: 15px;
  }
  .menu-language-box {
    margin-left: 15px;
  }
  .header-menu-block {
    padding-right: 7vw;
    box-sizing: border-box;
  }
  .banner-title {
    font-size: 70px;
  }
  .index-products-list-box {
    width: 800px;
  }
  .index-products-img {
    height: 470px;
  }
  .index-products-bg {
    height: calc(100% - 240px);
  }
  .index-products-info-list-box {
    right: calc(50% - 550px);
  }
  .index-products-info-title {
    font-size: 40px;
  }
  .index-products-s-title {
    font-size: 20px;
  }
  .index-products-p {
    font-size: 16px;
    height: 102px;
  }
  .index-products-info-list {
    padding: 24px 90px;
  }
  .index-products-info-list-box {
    width: 580px;
  }
  .index-products-link {
    top: 120px;
  }
  .index-products-pagination {
    left: calc(50% - 477px);
  }
  .index-products-button-prev {
    left: calc(50% - 530px);
  }
  .index-products-button-next {
    right: calc(50% - 494px);
  }
  .footer-right {
    width: calc(100% - 400px);
    padding-left: 70px;
  }
  .footer-left {
    width: 400px;
  }
  .practice-1-list {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1400px) {
  .about-ifno-box {
    padding: 50px 80px 70px 40px;
  }
  .join-text-tilte {
    font-size: 12rem;
  }
  .join-mask {
    height: 508px;
  }
  .life-box {
    width: 800px;
  }
  .welfare-1-info {
    padding: 50px 70px 50px 65px;
  }
  .welfare-1-info-box {
    min-height: 675px;
  }
  .company-info-box,
  .company-mail-box {
    width: 1200px;
  }
  .company-info {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .company-info:nth-child(even) {
    margin-right: 0;
  }
  .sitemap-box {
    width: 90%;
  }
  .sitemap-list {
    width: 31.333%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .practice-2-right {
    padding-top: 0;
  }
  .practice-2-title {
    font-size: 10rem;
  }
  .practice-2-info-box {
    padding: 0px 5% 0 10%;
  }
  .practice-1-ch {
    font-size: 28px;
    width: 100%;
    margin-bottom: 30px;
  }
  .practice-2 {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 1360px) {
  .header-menu-list {
    margin-right: 20px;
  }
  .news-img {
    width: 284px;
  }
  .banner-title-box {
    padding-left: 100px;
  }
  .scroll-box {
    left: 40px;
  }
  .index-news-block {
    width: calc(100% - 100px);
  }
  .index-news-list-block {
    width: calc(100% - 330px);
  }
  .index-news-header {
    width: 110px;
    padding: 48px 25px 48px 27px;
  }
  .index-news-list-box {
    width: calc(100% - 170px);
  }
  .index-news-footer {
    width: 50px;
  }
  .index-news-list {
    box-sizing: border-box;
  }
  .index-about-img-left {
    width: 322px;
  }
  .index-about-img-right {
    width: 422px;
  }
  .about-team-box,
  .page-class-box {
    width: 90%;
  }
  .team-list {
    width: 31.33333%;
    margin-right: 3%;
    margin-bottom: 3%;
    padding: 20px 30px;
  }
  .history-list-block {
    width: 90%;
  }
  .morality-box {
    width: 90%;
  }
  .morality-img {
    width: calc(100% - 580px);
  }
  .morality-info-box {
    padding: 85px 40px 85px 40px;
  }
  .news-list-block {
    width: 90%;
  }
  .news-title-box {
    padding: 0 75px 0 50px;
  }
  .porducts-class-list-box {
    width: 90%;
  }
  .porducts-class-list-img {
    width: 65%;
    padding-bottom: 518px;
  }
  .porducts-class-list-info {
    width: 42%;
    padding: 64px 55px;
  }
  .search-list-box,
  .products-box {
    width: 90%;
  }
  .search-list {
    width: 31.333%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .product-box {
    width: 90%;
  }
  .invertors-block {
    width: 90%;
  }
  .table-month {
    width: 20%;
  }
  .t-w5-4 {
    width: 60%;
  }
  .t-w5-1 {
    width: 20%;
  }
  .t-w-765 {
    width: 60%;
  }
  .padding-lr-100 {
    padding: 0 50px;
  }
  .share-price-img {
    width: 59%;
  }
  .share-price-info {
    width: 41%;
  }
  .share-price-info {
    padding: 50px;
  }
  #governance .t-w-230 {
    width: 15%;
  }
  #governance .t-w-360 {
    width: 30%;
  }
  #governance .t-w-500 {
    width: 40%;
  }
  .audit-right {
    width: 54%;
  }
  .audit-left {
    width: 46%;
  }
  .announcement-link-img {
    width: 59%;
  }
  .announcement-link-info {
    width: 41%;
    padding: 30px 40px;
  }
  .welfare-1-info-box {
    width: 90%;
  }
  .welfare-1-info {
    padding: 40px;
  }
  .welfare-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .welfare-2-info-box {
    padding-left: 5%;
    box-sizing: border-box;
  }
  .welfare-2-info {
    padding-right: 50px;
  }
  .welfare-2-en-title {
    font-size: 10rem;
    line-height: 10rem;
  }
  .company-swiper {
    width: 90%;
  }
  .company-button-prev {
    left: 2%;
  }
  .company-button-next {
    right: 2%;
  }
  .company-info-box,
  .company-mail-box {
    width: 90%;
  }
  .company-mail-img {
    height: 255px;
  }
  .new-button-box {
    width: 90%;
  }
  .sfixed .product-tab-box {
    width: 90%;
  }
  .header2 .header-box,
  .header-fixed .header-box {
    padding: 22px 5%;
  }
}
@media only screen and (max-width: 1280px) {
  .index-about-info-box {
    width: 570px;
  }
  .index-about-info-box {
    left: calc(50% - 430px);
  }
  .index-about-img-left {
    height: 482px;
  }
  .index-about-p2-box {
    padding-left: 200px;
  }
  .page-banner-img img {
    height: 363px;
  }
  .products-banner .page-banner-img img {
    height: 100%;
  }
  .products-banner .page-banner-img {
    position: absolute;
    height: 100%;
  }
  .products-banner .products-banner-title-box {
    width: auto;
    min-height: 500px;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, 0);
    top: 0;
  }
  #law .table-month {
    width: 20%;
  }
  #law .t-w-320,
  #law .t-w-400 {
    width: 30%;
  }
  #law .padding-lr-45,
  #law .padding-lr-40 {
    padding: 0 20px;
  }
  .audit-left {
    padding-right: 35px;
  }
  .welfare-1-info {
    width: 500px;
  }
  .practice-1-icon {
    width: 60px;
  }
  .practice-1-list p {
    width: calc(100% - 60px);
    font-size: 17px;
  }
  .practice-3-list {
    width: 180px;
    height: 180px;
  }
  .practice-step1,
  .practice-step2,
  .practice-step3,
  .practice-step5 {
    width: 65px;
  }
  .practice-step4 {
    width: 58px;
  }
  .practice-3-icon {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .practice-3-title {
    margin-top: 0;
  }
  .practice-3-title {
    font-size: 16px;
  }
  .practice-3-icon {
    height: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  a.rwd-menu-list:hover {
    color: #fff;
  }
  .index-about-img-left,
  .index-about-img-right {
    height: 380px;
    bottom: inherit;
    position: relative;
    width: 50%;
  }
  .img-dot {
    width: 80px;
    top: -23px;
  }
  .index-about-block {
    padding-top: 0;
  }
  .index-about-img-box {
    display: flex;
    font-size: 0;
  }
  .index-about-info-box {
    left: inherit;
    margin: 0 auto;
    padding-top: 80px;
  }
  .index-about-p2-box {
    padding-left: 0;
  }
  .index-about-p2-box .link-box {
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .menu-link-contact {
    display: none;
  }
  header {
    color: #000;
  }
  .header-box {
    padding: 22px 50px;
  }
  .header-box {
    background-color: #fff;
    border-bottom: 1px solid rgba(190, 181, 181, 0.5);
  }
  .logo-1 {
    opacity: 0;
  }
  .logo-2 {
    opacity: 1;
  }
  .header-menu-title,
  .menu-link-icon-box i {
    color: #000;
  }
  .menu-icon-line {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .menu-language-arrow {
    background-image: url(../images/public/arrow-bottom-active.svg);
  }
  .menu-language {
    display: none;
  }
  .menu-language-list-box {
    width: 100%;
    right: -100%;
    position: fixed;
    display: flex;
    top: 75px;
    justify-content: center;
    background-color: rgb(28, 80, 144);
    transition: all 0.5s ease;
  }
  .menu-language-list-box.open {
    right: 0;
  }
  .menu-language-list-box a.active,
  .header2 .menu-language-list-box,
  .header-fixed .menu-language-list-box {
    background-color: rgb(28, 80, 144);
  }
  .menu-language-list-box a {
    margin: 0 35px;
    color: #fff !important;
    text-align: center;
    position: relative;
  }
  .menu-language-list-box a:after {
    content: '';
    width: 1px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.25);
    position: absolute;
    display: block;
    right: -35px;
    top: calc(50% - 8px);
  }
  .menu-language-list-box a:last-child:after {
    display: none;
  }
  .menu-language-list-box a:first-child {
    margin-left: 0;
  }
  .menu-language-list-box a:last-child {
    margin-right: 0;
  }
  .header-menu-block {
    padding-right: 0;
  }
  .menu-right-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rwd-menu {
    display: block;
  }
  .menu-search-icon-box,
  .menu-language-box {
    margin-left: 0;
  }
  .menu-icon-line {
    display: none;
  }
  .menu-search-icon-box {
    margin-right: 13px;
  }
  .header-menu-block {
    position: fixed;
    height: calc(100vh - 75px);
    width: 80%;
    left: inherit;
    right: -100%;
    top: 75px;
    background-color: #f5f6f8;
    overflow: scroll;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.5s ease;
  }
  .header-menu-block.active {
    right: 0;
  }
  .header-menu-block::-webkit-scrollbar {
    display: none; /* Chrome Safari */
  }
  .header-menu-list-box {
    height: 100%;
  }
  .header-menu-list {
    display: block;
  }
  .more-link .header-menu-title {
    display: none;
  }
  .rwd-menu-title {
    display: block;
    color: #000;
    padding: 20px 30px;
    position: relative;
  }
  .rwd-menu-title:after {
    content: '';
    width: 8px;
    height: 13px;
    display: block;
    position: absolute;
    right: 30px;
    top: calc(50% - 6px);
    transition: all 0.5s ease;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/public/mobile-menu-icon.svg);
  }
  .rwd-menu-open .rwd-menu-title:after {
    transform: rotate(90deg);
  }
  .rwd-menu-box {
    display: block;
  }
  .rwd-menu-list-box {
    display: none;
  }
  .rwd-menu-list,
  .header-menu-title {
    padding: 20px 0;
    display: block;
  }
  .menu-open .header-box {
    border-bottom: transparent solid 1px;
  }
  .menu-open {
    overflow: hidden;
  }
  .rwd-menu-list {
    background-color: rgb(28, 80, 144);
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header-menu-list {
    margin-right: 0;
    border-bottom: 1px solid #c6c6c6;
  }
  .rwd-menu-mask,
  .rwd-language-mask {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
  }
  .rwd-menu-mask.open,
  .rwd-language-mask.open {
    display: block;
  }
  .menu-search-box,
  .header2 .menu-search-box,
  .header-fixed .menu-search-box {
    top: 75px;
  }
  .page-banner-box {
    margin-top: 75px;
  }
  .morality-info-box {
    width: 50%;
  }
  .morality-img {
    width: 52%;
  }
  .morality-list:nth-child(odd) .morality-info-title,
  .morality-list:nth-child(odd) .morality-info {
    padding-left: 37px;
  }
  .morality-info-title {
    font-size: 26px;
  }
  .index-products-p {
    height: 133px;
  }
  .porducts-class-list-info {
    top: 44px;
  }
  .share-price-info {
    padding: 30px;
  }
  .governance-name-box {
    flex-direction: column;
  }
  .careet-step-img-box {
    width: 150px;
    height: 150px;
  }
  .careet-step-img img {
    max-width: 60px;
  }
  .careet-step-img-box p {
    margin-bottom: 10px;
  }
  .qa-block {
    width: 90%;
  }
  .welfare-1-info-box {
    min-height: auto;
  }
  .welfare-1-info {
    width: 440px;
  }
  .contact-title-box,
  .contact-box,
  .company-title-box {
    width: 90%;
  }
  .contact-text,
  .contact-select,
  .contact-textarea {
    width: 48%;
  }
  .contact-list,
  .contact-textarea {
    margin-right: 4%;
  }
  .contact-list {
    margin-bottom: 4%;
  }
  .company-link-box {
    padding-right: 60px;
    box-sizing: border-box;
  }
  .sfixed {
    top: 75px;
  }
  .work-search-box
    .bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn),
  .work-search-box .invertors-select-wrap {
    width: 180px;
  }
  .work-keyword-box {
    width: calc(100% - 576px);
  }
  .work-title-box,
  .work-info-box {
    padding: 30px 60px;
  }
  .work-title-box:after {
    right: 25px;
  }
  .work-link {
    width: 130px;
  }
  .practice-2-title {
    font-size: 8rem;
  }
  .practice-2-info-box {
    padding: 0 5%;
  }
  .practice-1-en {
    margin-bottom: 10px;
  }
  .practice-1-ch {
    margin-bottom: 20px;
  }
  .practice-1-list {
    padding-right: 20px;
  }
  .practice-3-list-box {
    max-width: 910px;
    margin: 0 auto;
  }
  .practice-3-list {
    width: 150px;
    height: 150px;
  }
  .practice-3-icon {
    height: 83px;
  }
  .practice-step1,
  .practice-step2,
  .practice-step3,
  .practice-step5 {
    width: 52px;
  }
  .practice-step4 {
    width: 47px;
  }
  .practice-3-title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1100px) {
  .index-products-pagination,
  .index-products-button-prev,
  .index-products-button-next {
    display: none;
  }
  .index-products-list-box {
    width: 100%;
  }
  .index-products-bg {
    height: 100%;
  }
  .index-products-info-list-box {
    position: relative;
    width: 90%;
    right: inherit;
    margin: 0 auto;
    top: -50px;
  }
  .index-products-button-dot {
    display: block;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
  }
  .index-products-info-list {
    padding: 50px 90px 50px 90px;
  }
  .index-products-link {
    top: -36px;
    left: inherit;
    right: 28px;
  }
  .index-products-button-dot .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    display: block;
    background-color: #000;
    opacity: 0.5;
    margin: 0 10px !important;
  }
  .index-products-button-dot {
    bottom: 0 !important;
    margin: 0px 0 50px 0;
  }
  .index-products-button-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
  }
  .index-join-img {
    height: 350px;
  }
  .footer-left {
    width: 365px;
  }
  .footer-right {
    padding-left: 25px;
  }
  .footer-right {
    width: calc(100% - 365px);
  }
  .footer-page-title {
    font-size: 16px;
  }
  .footer-page-link {
    font-size: 14px;
  }
  .about-info-img2-box {
    width: 28%;
    bottom: -125px;
  }
  .about-team-title {
    width: 100%;
  }
  .share-price-img {
    width: 55%;
  }
  .share-price-info {
    width: 45%;
  }
  .join-text-tilte,
  .life-title {
    font-size: 7rem;
    line-height: 5rem;
  }
  .join-mask {
    height: 415px;
  }
  .join-swiper-block {
    padding-bottom: 100px;
  }
  .careers-pagination-box {
    bottom: 44px;
  }
  .privacy-box,
  .new-page-box {
    width: 90%;
  }
  .new-button {
    width: 45%;
    max-width: 420px;
  }
}
@media only screen and (max-width: 1000px) {
  .menu-search-text {
    width: calc(100% - 50px);
  }
  .menu-search-box {
    padding: 30px 5%;
  }
  .banner-title-box {
    padding-left: 0;
    width: 90%;
    left: 5%;
  }
  .banner-title {
    font-size: 45px;
  }
  .banner-p {
    font-size: 16px;
  }
  .rwd-banner-box {
    position: relative;
  }
  .index-news-block {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 43%;
  }
  .news-img-box {
    position: absolute;
    width: 90%;
    margin: 0 auto;
    top: -75px;
    left: 5%;
  }
  .news-img {
    width: 100%;
  }
  .swiper-num {
    right: calc(5% + 140px);
    bottom: 103px;
  }
  .banner-box .slick-prev,
  .banner-box .slick-next {
    width: 50px;
    height: 50px;
    bottom: 90px;
  }
  .banner-box .slick-prev {
    right: calc(5% + 60px);
  }
  .scroll-line {
    height: 102px;
  }
  .scroll-box {
    left: 5%;
    bottom: 113px;
  }
  .index-news-list-block {
    width: 100%;
    display: block;
  }
  .index-news-list-block {
    height: auto;
  }
  .index-news-footer {
    display: none;
  }
  .index-news-list-block {
    background-color: transparent;
  }
  .index-news-header {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #000;
    padding: 0 10px;
  }
  .index-news-header span {
    font-weight: 500;
  }
  .index-news-list-box {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .index-news-list {
    color: #000;
    padding-right: 0;
  }
  .index-news-list-box .slick-dots {
    display: block !important;
    position: relative;
    bottom: 0;
    padding: 10px 0 30px 0;
  }
  .index-news-list-box .slick-dots li button,
  .index-news-list-box .slick-dots li,
  .index-news-list-box .slick-dots li button:before {
    width: 5px;
    height: 5px;
  }
  .index-news-list-box .slick-dots li.slick-active button:before {
    opacity: 1;
  }
  .index-news-list-box .slick-dots li button:before {
    content: '';
    background-color: #000;
    border-radius: 50%;
    opacity: 0.5;
  }
  .index-news-list-box .slick-dots li {
    margin: 0 8px;
  }
  .index-news-list-box .slick-dots li button {
    padding: 0;
  }
  .index-aobut-p,
  .index-products-title,
  .index-society-title,
  .index-join-info .index-ch-title {
    font-size: 24px;
  }
  .link-box {
    font-size: 14px;
    width: 180px;
  }
  .index-products-info-title {
    font-size: 30px;
  }
  .index-products-s-title {
    font-size: 22px;
  }
  .index-society-title-box {
    padding: 0 10px 10px 10px;
  }
  .footer-right {
    display: none;
  }
  .footer-left {
    width: 100%;
  }
  .footer-left:after {
    display: none;
  }
  .index-products-info-list .index-products-p {
    height: 92px;
  }
  .index-about-info-box {
    width: 90%;
  }
  .index-about-p2 {
    display: none;
  }
  .page-ch-title {
    font-size: 24px;
  }
  .page-class-box {
    width: 100%;
    position: absolute;
    top: 80px;
    display: block;
  }
  .page-class {
    display: block;
  }
  .rwd-page-class {
    display: block;
  }
  .page-class-block {
    position: relative;
    z-index: 999;
    width: 90%;
    margin: 0 auto;
    top: -40px;
  }
  .rwd-page-class {
    text-align: center;
    height: 80px;
    line-height: 80px;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: rgb(28, 80, 144);
    color: #fff;
    position: relative;
    font-size: 18px;
    letter-spacing: 0.5px;
    transition: all 0.5s ease;
  }
  .rwd-page-class:after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: calc(50% - 8px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/public/arrow-down-sign-to-navigate.png);
  }
  .page-class-box {
    display: none;
  }
  .page-class.active {
    background-color: #3587cf;
  }
  .page-class.active span {
    display: none;
  }
  .page-class {
    height: 70px;
    line-height: 70px;
    font-size: 16px;
  }
  .about-info-block {
    display: block;
  }
  .about-info-img1 {
    width: 100%;
    display: block;
  }
  .about-ifno-box {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0px 70px 0px;
  }
  .about-info-img2-box {
    width: 100%;
    max-width: 100%;
    position: relative;
    bottom: 0%;
  }
  .about-info-dot {
    display: none;
  }
  .team-list {
    width: 48%;
    margin-right: 4%;
  }
  .team-list:nth-child(even) {
    margin-right: 0%;
  }
  .page-banner-title {
    font-size: 40px;
  }
  .page-banner-img img {
    height: 280px;
  }
  .header-box,
  .header2 .header-box,
  .header-fixed .header-box {
    padding: 22px 5%;
  }
  .history-info-line {
    display: none;
  }
  .history-year-box:after {
    display: none;
  }
  .history-list {
    width: 100%;
  }
  .morality-img {
    width: 100%;
    position: relative;
    top: 0;
  }
  .morality-info-box {
    width: 100%;
  }
  .morality-info-box {
    padding: 30px 30px;
  }
  .morality-info {
    min-height: inherit;
  }
  .morality-list:nth-child(odd) .morality-info-title,
  .morality-list:nth-child(odd) .morality-info {
    padding-left: 0;
  }
  .responsibility-list {
    display: block;
  }
  .responsibility-info,
  .responsibility-img-box {
    width: 100%;
    display: block;
  }
  .news-title-box {
    padding-right: 0;
  }
  .news-more-icon {
    display: none;
  }
  .products-class-box {
    width: 90%;
    max-width: 0 auto;
    justify-content: space-between;
  }
  .products-class {
    margin-right: 0;
  }
  .porducts-class-list-img {
    width: 100%;
    padding-bottom: 69.81%;
  }
  .porducts-class-list-info {
    width: 100%;
    position: relative;
    top: 0;
  }
  .index-products-link {
    top: -23px;
    left: inherit;
    right: 10%;
  }
  .index-products-p {
    height: inherit;
  }
  .search-list {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .search-list:nth-child(even) {
    margin-right: 0;
  }
  .products-banner .products-banner-title-box {
    /*min-height: 400px;*/
    /*padding: 30px 0;*/
    box-sizing: border-box;
  }
  .products-banner-title {
    font-size: 50px;
  }
  .products-banner-p {
    width: 90%;
  }
  .product-show-list-title {
    width: 300px;
    padding: 0 20px 0 20px;
  }
  .product-show-list ul {
    width: calc(100% - 300px);
    padding-right: 20px;
    box-sizing: border-box;
  }
  #shareholder2 .invertors-table-title-box {
    display: none;
  }
  #shareholder2 .rwd-first-title {
    width: 100% !important;
    background-color: rgb(28, 80, 144);
    color: #fff;
    padding: 10px 0 !important;
    font-size: 20px;
  }
  #shareholder2 .invertors-table-list > li {
    width: 50%;
    flex-basis: auto;
    padding: 0;
  }
  #shareholder2 .rwd-table-list-title {
    background-color: #6d6e70;
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 5px 0;
    box-sizing: border-box;
    text-align: center;
    font-weight: 400;
  }
  #shareholder2 .invertors-table-list {
    padding: 0;
    flex-wrap: wrap;
  }
  #shareholder2 .invertors-table-list {
    margin-bottom: 30px;
    border: 3px solid rgb(28, 80, 144);
    box-sizing: border-box;
  }
  .shareholde-company-bg {
    height: 315px;
  }
  .shareholde-company-box {
    padding: 0 10%;
  }
  #governance .t-w-230 {
    width: 20%;
  }
  #governance .t-w-360 {
    width: 30%;
  }
  #governance .t-w-500 {
    width: 30%;
  }
  .join-swiper-box {
    padding-left: 0;
  }
  .join-text-swiper {
    width: 100%;
    padding: 30px 5% 0 5%;
    box-sizing: border-box;
  }
  .join-text-box {
    width: 100%;
    position: relative;
    bottom: 0;
    background-color: rgb(28, 80, 144);
  }
  .join-mask-box {
    padding-right: 0;
  }
  .apply-block {
    width: 55px;
  }
  .apply-title {
    padding: 23px 12px 0px 20px;
  }
  .apply-block.open .apply-title {
    padding: 23px 12px 23px 20px;
  }
  .apply-more-icon,
  .apply-icon {
    width: 55px;
    height: 55px;
  }
  .about-title-box {
    margin-top: 10px;
  }
  .careet-step {
    margin-bottom: 20px;
  }
  .career-step-box {
    width: 500px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .career-line {
    display: none;
  }
  .career-step-title-p {
    margin-bottom: 20px;
  }
  .career-step-block {
    min-height: 600px;
    height: auto;
    padding: 30px 0;
  }
  .qa-title-box,
  .qa-answer-box {
    padding: 20px 40px 20px 40px;
  }
  .life-box {
    width: 600px;
  }
  .life-info {
    max-width: 100%;
    top: 0;
  }
  .welfare-1-img {
    position: static;
    height: auto;
    width: 100%;
  }
  .welfare-1-info-box {
    width: 100%;
    padding: 0;
  }
  .welfare-1-info {
    width: 100%;
  }
  .welfare-2 {
    display: block;
  }
  .welfare-2-img {
    width: 100%;
  }
  .welfare-2-info-box {
    width: 100%;
    padding: 0 5%;
    position: relative;
    top: -50px;
  }
  .welfare-2-info {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .welfare-2-en-title {
    right: 0;
  }
  .welfare-2 {
    padding-bottom: 80px;
  }
  .contact-list,
  .contact-textarea {
    width: 100%;
    margin-right: 0;
  }
  .company-info {
    width: 100%;
    margin-right: 0;
  }
  .sitemap-box {
    width: 90%;
  }
  .sitemap-list {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .sitemap-list:nth-child(even) {
    margin-right: 0;
  }
  .products-title {
    width: 90%;
  }
  #lightcase-case {
    width: 100% !important;
    padding: 0 5%;
    box-sizing: border-box;
  }
  html.lightcase-isMobileDevice[data-lc-type='iframe']
    #lightcase-content
    .lightcase-contentInner
    iframe {
    max-width: 100% !important;
  }
  a[class*='lightcase-icon-'].lightcase-icon-close {
    width: 40px;
    height: 40px;
  }
  .work-keyword-box {
    width: 100%;
    display: block;
  }
  .work-search-box .invertors-select-wrap {
    margin-bottom: 20px;
  }
  .work-search-box
    .bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
    width: 100%;
  }
  .work-search-box .invertors-select-wrap {
    width: 31%;
    margin-right: 3.333%;
  }
  .work-search-box .invertors-select-wrap:nth-child(3) {
    margin-right: 0;
  }
  .form-file-box {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
  }
  .practice-1 {
    flex-direction: column;
    padding: 50px 0;
  }
  .practice-1-left {
    order: 2;
    width: 100%;
    margin-top: 20px;
  }
  .practice-1-right {
    order: 1;
    width: 100%;
    text-align: center;
  }
  .practice-1-ch {
    margin-bottom: 30px;
  }
  .practice-2-box {
    flex-direction: column;
  }
  .practice-2-left {
    width: 100%;
  }
  .practice-2-right {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
  }
  .practice-2-title {
    left: 0;
  }
  .practice-2-info-box {
    padding: 0;
  }
  .practice-1-ch {
    max-width: 100%;
  }
  .practice-3-list:after {
    display: none;
  }
  .practice-3-list-box {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 800px) {
  #law .invertors-table-title-box,
  #shareholder .invertors-table-title-box {
    display: none;
  }
  #shareholder .invertors-table-list,
  #law .invertors-table-list {
    padding: 0;
    flex-wrap: wrap;
  }
  #law .table-month,
  #shareholder .table-month {
    width: 100%;
    background-color: rgb(28, 80, 144);
    color: #fff;
    padding: 10px 0 !important;
    font-size: 20px;
  }
  #law .rwd-table-list-title,
  #shareholder .rwd-table-list-title {
    background-color: #6d6e70;
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 400;
  }
  #law .rwd-table-list-info {
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
  }
  #law .invertors-table-list > li,
  #shareholder .invertors-table-list > li {
    padding: 0;
  }
  #law .invertors-table-list > li a,
  #shareholder .invertors-table-list > li a {
    padding: 10px 0;
    display: block;
    height: 54px;
    box-sizing: border-box;
  }
  #law .invertors-table-list,
  #shareholder .invertors-table-list {
    margin-bottom: 30px;
    border: 3px solid rgb(28, 80, 144);
    box-sizing: border-box;
  }
  #law .t-w-320,
  #law .t-w-400 {
    width: 100%;
    padding: 0;
  }
  #governance .invertors-table-title-box {
    display: none;
  }
  #governance .invertors-table-list {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
    margin-bottom: 20px;
  }
  #governance .rwd-table-list-title {
    width: 100%;
    background-color: rgb(28, 80, 144);
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
    display: block;
    font-weight: 400;
  }
  #governance .invertors-table-list > li {
    width: 100%;
    padding: 0;
  }
  #governance .rwd-table-list-info {
    font-size: 17px;
    padding: 10px 0;
  }
  #governance .governance-name-box {
    padding: 5px 0;
  }
  #governance .governance-name-box {
    flex-direction: unset;
  }
  #governance .rwd-table-list-title {
    text-align: center;
  }
  #governance .governance-education-box {
    padding: 10px 20px;
    text-align: center;
  }
  .audit-box {
    display: block;
  }
  .audit-right {
    width: 100%;
    margin-bottom: 20px;
  }
  .audit-left {
    width: 100%;
    padding-right: 0;
  }
  .announcement-step {
    margin-right: 50px;
  }
  .announcement-img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
  .announcement-step-p {
    font-size: 16px;
    text-align: justify;
  }
  .announcement-arrow {
    width: 48px;
    right: -48px;
  }
  .announcement-img img {
    width: 40px;
  }
  .announcement-link-img,
  .announcement-link-info {
    width: 100%;
  }
  .announcement-link {
    display: block;
  }
  .life-box {
    width: 80%;
  }
  .life-button-next {
    right: -9%;
  }
  .life-button-prev {
    left: -9%;
  }
  .join-text-tilte,
  .life-title {
    font-size: 5rem;
    line-height: 3rem;
  }
  .join-text-box {
    padding-bottom: 0;
  }
  .join-swiper-block {
    padding-bottom: 70px;
  }
  .careers-pagination-box {
    bottom: 25px;
  }
  .welfare-1-box {
    margin-bottom: 80px;
  }
  .welfare-2 {
    padding-bottom: 50px;
  }
  .company-mail-box {
    display: block;
  }
  .company-mail-list {
    width: 100%;
  }
  .company-mail-img {
    height: inherit;
  }
  .company-swiper {
    width: 86%;
  }
  .new-page-box {
    padding: 50px 0 60px 0;
  }
  .porducts-class-list-info {
    padding: 30px;
  }
  .porducts-class-list .index-products-info-title {
    font-size: 36px;
  }
  .porducts-class-list {
    margin-bottom: 50px;
  }
  .share-price-list {
    display: block;
    margin-bottom: 40px;
  }
  .share-price-list:last-child {
    margin-bottom: 0;
  }
  .share-price-img,
  .share-price-info {
    width: 100%;
  }
  .investors-title-box {
    margin-top: 0;
  }
  .search-title-box {
    padding-top: 40px;
  }
  .work-title-box {
    display: block;
  }
  .work-title-left,
  .work-title-right {
    width: 100%;
  }
  .work-title-right {
    text-align: center;
    margin-top: 20px;
  }
  .work-title-box:after {
    top: 54px;
  }
  .work-info-left {
    padding-right: 30px;
  }
  .work-info-right {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .index-society-list-box {
    width: 100%;
    display: block;
  }
  .index-society-list {
    width: 100%;
    height: 0;
    padding-bottom: 56%;
  }
  .index-society-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .index-society-title-box {
    width: 100%;
    height: 100%;
    padding: 0 5%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .index-society-mask {
    background: rgba(0, 0, 0, 0.2);
  }
  .index-join-block {
    width: 90%;
    margin: 50px auto 0 auto;
  }
  .index-join-img {
    height: inherit;
    margin: 0 auto;
  }
  .index-join-box {
    width: 100%;
    padding: 20px 0 50px 0;
    position: static;
  }
  .index-join-info {
    width: 100%;
  }
  .index-join-info .index-en-title {
    color: #1c5090;
    margin-bottom: 10px;
  }
  .index-join-info .index-ch-title {
    color: #000;
  }
  .index-join-p {
    font-size: 16px;
    color: #676767;
  }
  .index-join-link {
    width: 180px;
    margin: 30px auto 0 auto;
    color: #fff;
    font-weight: 500;
    background-color: rgb(28, 80, 144);
  }
  .index-products-link {
    width: 46px;
    height: 46px;
  }
  .index-products-link span {
    width: 10px;
    left: calc(50% - 5px);
  }
  #index .index-products-link {
    top: -23px;
  }
  .index-products-info-list {
    padding: 50px;
  }
  .about-title-box {
    width: 90%;
  }
  .products-class-top-p {
    width: 90%;
  }
  .products-class-top-title {
    font-size: 45px;
  }
  .product-show-list-title {
    width: 245px;
  }
  .product-show-list ul {
    width: calc(100% - 245px);
  }
  .invertors-rwd-none {
    display: none !important;
  }
  #finance .table-month,
  #finance2 .table-month {
    width: 100%;
    display: block;
    padding: 10px 0;
    background-color: #6d6e70;
    color: #fff;
  }
  .invertors-table-list {
    flex-wrap: wrap;
    padding: 0;
  }
  #finance .invertors-table-list > li {
    padding: 5px 0;
  }
  #finance .invertors-table-list > li a {
    display: inline-block;
  }
  #finance2 .invertors-table-list > li:not(.table-month) {
    width: 20%;
  }
  #finance2 .invertors-table-list a {
    box-sizing: border-box;
    padding: 10px 0;
    display: inline-block;
  }
  #finance2 .invertors-table-list {
    align-items: flex-start;
  }
  #finance2 .invertors-table-list > li.table-month {
    background-color: rgb(28, 80, 144);
    padding: 10px 0;
    font-weight: bold;
    font-size: 18px;
  }
  #finance2 .rwd-table-list-title {
    background-color: #6d6e70;
    color: #fff;
    font-size: 18px;
    padding: 5px 0;
    font-weight: 400;
    display: block;
  }
  #finance2 .invertors-table-list > li {
    padding: 0;
  }
  #finance3 .table-month,
  #prospectus .table-month {
    width: 25%;
  }
  #finance3 .t-w-765,
  #prospectus .t-w-765 {
    width: 50%;
  }
  .padding-lr-100 {
    padding: 0 20px;
  }
  .t-w5-4 {
    width: 80%;
  }
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .career-title {
    font-size: 26px;
  }
  .career-step-title-p {
    width: 90%;
  }
  .index-about-img-left,
  .index-about-img-right {
    height: 300px;
  }
  .index-products-img {
    height: 320px;
  }
  .new-button-title {
    font-size: 18px;
  }
  .new-button {
    width: calc(100% / 2 - 25px);
  }
  .product-tab-list {
    margin-right: 30px;
  }
  .check-code-img {
    width: 80px;
  }
  .input-check-text {
    width: calc(100% - 190px);
  }
  a[class*='lightcase-icon-'].lightcase-icon-close {
    width: 30px;
    height: 30px;
  }
  .invertors-table-title-box {
    margin-top: 0;
  }
  .invertors-title-box {
    margin-bottom: 15px;
  }
  .work-search-box .invertors-select-wrap {
    width: 48%;
    margin-right: 4%;
    position: relative;
  }
  .work-search-box .invertors-select-wrap:nth-child(1) {
    z-index: 3;
  }
  .work-search-box .invertors-select-wrap:nth-child(2) {
    margin-right: 0;
    z-index: 2;
  }
  .work-search-box .invertors-select-wrap:nth-child(3) {
    z-index: 1;
  }
}
@media only screen and (max-width: 630px) {
  .input-check-text::placeholder {
    transform: translateY(-0.5rem);
    white-space: normal;
  }
  .input-check-text {
    height: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .products-class-box {
    flex-wrap: wrap;
  }
  .products-class {
    width: 50%;
  }
  .products-class-top-box {
    height: inherit;
    padding: 80px 0 40px 0;
  }
  .porducts-class-list-box {
    top: 0;
  }
  .products-class-block {
    padding-bottom: 110px;
  }
  .products-banner-title {
    font-size: 40px;
    /*width: 90%;*/
    /*margin: 0 auto;*/
    /*text-align: center;*/
  }
  .rwd-invertors-class {
    display: block;
    font-size: 18px;
    padding: 10px 25px;
  }
  .invertors-class-block {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    border: 1px solid #cacaca;
  }
  .invertors-class {
    display: block;
  }
  .invertors-class:after,
  .invertors-class.active a:after {
    display: none;
  }
  .rwd-invertors-class {
    position: relative;
    background-color: #fff;
  }
  .rwd-invertors-class:after {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: 10px;
    top: calc(50% - 7px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/public/down-filled-triangular-arrow.png');
  }
  .invertors-class a {
    padding-bottom: 0;
    display: block;
  }
  .invertors-class {
    padding: 10px 20px;
    border-top: 1px solid #cacaca;
    background-color: #e8e9eb;
  }
  .invertors-class.active {
    background-color: rgb(28, 80, 144);
  }
  .invertors-class.active a {
    color: #fff;
  }
  .invertors-class-box {
    display: none;
  }
  .investors-title-box {
    margin-top: 10px;
  }
  .shareholde-company-box {
    padding: 0 10px;
  }
  .index-products-title-box {
    width: 90%;
  }
  .index-society-p,
  .index-society-title {
    width: 90%;
    margin: 0 auto;
  }
  .index-society-block {
    margin-top: 50px;
  }
  .new-page-title {
    font-size: 30px;
  }
  .products-class {
    margin-bottom: 20px;
  }
  .product-info-box {
    padding: 20px 0 40px 0;
  }
  .product-tab-box {
    flex-wrap: wrap;
  }
  .product-tab-list {
    width: 48%;
    margin-right: 4%;
  }
  .product-tab-list:nth-child(even) {
    margin-right: 0;
  }
  .product-tab-list:after {
    display: none;
  }
  .sfixed .product-tab-list {
    padding: 10px 0;
    text-align: center;
  }
  .sfixed .product-tab-box {
    padding: 10px 0;
  }
  .product-tab-block {
    height: 81px;
  }
  .product-title {
    font-size: 40px;
  }
  .porduct-scroll {
    top: -150px;
  }
  .product-show-list-title,
  .product-show-list ul {
    width: 100%;
    padding: 0 20px;
  }
  .product-show-list {
    display: block;
  }
  .life-title,
  .career-title-p {
    width: 90%;
    margin: 0 auto;
  }
  .career-title-p {
    font-size: 16px;
  }
  .work-info-box {
    display: block;
  }
  .work-info-left,
  .work-info-right {
    width: 100%;
    padding: 15px 0;
  }
  .work-info-left {
    border-bottom: 1px solid #dddddd;
  }
  .work-info-left:after {
    display: none;
  }
  .work-experience-box {
    flex-wrap: wrap;
  }
  .work-title-box,
  .work-info-box {
    padding: 30px 50px 30px 30px;
  }
  .work-title-box:after {
    right: 21px;
  }
  .practice-2-title {
    font-size: 5rem;
  }
  #shareholder .rwd-table-list-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .index-news-block {
    padding-top: 35%;
  }
  .index-about-img-left,
  .index-about-img-right {
    height: 210px;
  }
  .index-products-block {
    padding-top: 80px;
  }
  .index-products-info-list {
    padding: 30px;
  }
  .news-img-box {
    height: 150px;
  }
  .index-news-block {
    padding-top: 100px;
  }
  .index-aobut-p {
    margin-bottom: 35px;
  }
  .index-about-p2-box .link-box {
    margin-bottom: 30px;
  }
  .index-products-block {
    padding-top: 45px;
  }
  .index-products-img {
    height: 192px;
  }
  .sitemap-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .index-about-info-box {
    padding-top: 30px;
  }
  .index-products-info-list-box {
    top: -30px;
  }
  .footer-block {
    padding: 40px 0 35px 0;
  }
  .rwd-page-class {
    height: 60px;
    line-height: 60px;
  }
  .page-class-block {
    top: -30px;
  }
  .about-title-box {
    margin-top: 0;
  }
  .about-page-tilte-line {
    margin: 20px auto 30px auto;
  }
  .about-ifno-box {
    padding: 40px 0 50px 0;
  }
  .about-team-block {
    padding: 60px 0;
  }
  .about-team-title {
    font-size: 26px;
  }
  .team-list {
    margin-right: 0;
    width: 100%;
  }
  .team-experience-box {
    min-height: inherit;
  }
  .page-banner-img img {
    height: 220px;
  }
  .page-banner-title {
    font-size: 30px;
  }
  .page-class-box {
    top: 60px;
  }
  .history-title-box {
    width: 90%;
  }
  .history-year-box {
    font-size: 40px;
  }
  .history-year-box:before {
    width: calc(100% - 105px);
  }
  .morality-num {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 20px;
  }
  .morality-info-box {
    padding: 10px 15px 20px 15px;
  }
  .morality-info-title {
    margin: 10px 0;
    font-size: 22px;
  }
  .morality-list {
    margin-bottom: 40px;
  }
  .morality-title-box {
    margin: 0px 0 40px 0;
  }
  .history-title-box {
    margin: 0 auto;
  }
  .history-list-block {
    padding: 0px 0 60px 0;
  }
  .news-title {
    margin: 0 auto 20px auto;
  }
  .news-list {
    display: block;
  }
  .news-title-box {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
  .page-list.active {
    width: 30px;
  }
  .page-list {
    width: inherit;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    margin: 0 10px;
  }
  .page-more {
    width: 30px;
  }
  .page-button.prev {
    margin-right: 10px;
  }
  .page-button.next {
    margin-left: 10px;
  }
  .new-button-title {
    display: none;
  }
  .search-list {
    width: 100%;
    margin-right: 0;
  }
  #finance3 .invertors-table-title-box,
  #prospectus .invertors-table-title-box,
  #governance3 .invertors-table-title-box {
    display: none;
  }
  #finance3 .invertors-table-list,
  #prospectus .invertors-table-list,
  #governance3 .invertors-table-list {
    display: block;
    margin-bottom: 20px;
  }
  #finance3 .invertors-table-list li,
  #prospectus .invertors-table-list li,
  #governance3 .invertors-table-list li {
    width: 100%;
  }
  #finance3 .rwd-table-list-title,
  #prospectus .rwd-table-list-title,
  #governance3 .rwd-table-list-title {
    display: block;
  }
  #finance3 .table-month,
  #prospectus .table-month,
  #governance3 .table-month {
    width: 100%;
    background-color: rgb(28, 80, 144);
    color: #fff;
    padding: 10px 0 !important;
    font-size: 20px;
  }
  #finance3 .rwd-table-list-title,
  #prospectus .rwd-table-list-title,
  #governance3 .rwd-table-list-title {
    background-color: #6d6e70;
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 400;
  }
  #finance3 .invertors-table-list > li,
  #finance3 .rwd-table-list-info,
  #prospectus .invertors-table-list > li,
  #prospectus .rwd-table-list-info,
  #governance3 .invertors-table-list > li,
  #governance3 .rwd-table-list-info {
    padding: 0;
  }
  #finance3 .rwd-table-list-info,
  #prospectus .rwd-table-list-info,
  #governance3 .rwd-table-list-info {
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
  }
  #finance3 .invertors-table-list > li a,
  #prospectus .invertors-table-list > li a,
  #governance3 .invertors-table-list > li a {
    padding: 10px 0;
    display: block;
    height: 54px;
    box-sizing: border-box;
  }
  .announcement-step-box {
    display: block;
  }
  .announcement-arrow {
    display: none;
  }
  .announcement-step {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .announcement-step-p {
    text-align: center;
  }
  .career-step-box {
    width: 300px;
  }
  .careet-step-img-box {
    width: 138px;
    height: 138px;
  }
  .careet-step {
    margin-right: 20px;
  }
  .careet-step:nth-child(even) {
    margin-right: 0;
  }
  .careet-step-img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .careet-step-img {
    width: 56px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .join-text-tilte,
  .life-title {
    font-size: 3rem;
  }
  .qa-list.active {
    background-color: rgb(28, 80, 144);
  }
  .qa-list.active .qa-answer-box {
    background-color: #fff;
  }
  .qa-title-box,
  .qa-answer-box {
    padding: 20px;
  }
  .qa-title-box {
    display: block;
    font-size: 0;
  }
  .qa-num {
    width: 100%;
  }
  .qa-title,
  .qa-icon {
    display: inline-block;
    vertical-align: top;
  }
  .qa-title {
    width: calc(100% - 40px);
  }
  .qa-icon {
    margin-left: 25px;
  }
  .welfare-2-en-title {
    font-size: 6rem;
    line-height: 6rem;
    text-align: center;
  }
  .welfare-1-info {
    padding: 20px;
  }
  .welfare-2-info-box {
    top: -27px;
  }
  .welfare-2-ch-title {
    font-size: 26px;
  }
  .contact-label {
    width: 110px;
    font-size: 16px;
    padding: 0 15px;
  }
  .contact-label {
    width: initial;
  }
  .contact-list,
  .contact-textarea {
    display: block;
  }
  .contact-label::after {
    display: none;
  }
  .contact-label {
    margin-bottom: 10px;
  }
  .input-text,
  .input-textarea {
    width: 100%;
  }
  .contact-select {
    padding: 15.5px 0;
  }
  .contact-select .contact-label {
    height: initial;
    width: initial;
    padding-top: 10px;
    position: relative;
    display: inline-block;
  }

  /* .input-text,
    .input-textarea {
        width: calc(100% - 110px);
    } */
  .contact-select .bootstrap-select > .dropdown-toggle {
    padding: 0px 15px 10px 15px;
  }
  .input-check-text,
  .input-text,
  .input-textarea {
    padding: 0px 20px 0 15px;
  }
  .contact-check {
    flex-wrap: wrap;
  }
  .input-check-text {
    width: calc(100% - 80px);
  }
  .contact-check .contact-label {
    width: 90px;
    margin-bottom: 5px;
  }
  .contact-check .contact-label::after {
    display: none;
  }
  .company-swiper-list img {
    height: 300px;
  }
  .company-button-next,
  .company-button-prev {
    width: 45px;
    height: 45px;
    top: 118px;
  }
  .contact-button-box {
    margin: 55px 0 50px 0;
  }
  .company-title-box {
    padding: 50px 0 40px 0;
  }
  .company-info-box {
    margin-top: 40px;
  }
  .company-title {
    font-size: 20px;
  }
  .mistake-title {
    font-size: 26px;
  }
  .company-swiper-list:hover img {
    height: 300px;
  }
  .banner-box .slick-next:hover {
    background-color: #6d6e70;
    background-image: url(../images/index/banner-arrow-next.svg);
  }
  .banner-box .slick-prev:hover {
    background-color: #6d6e70;
    background-image: url(../images/index/banner-arrow-prev.svg);
  }
  .join-text-s-title span {
    display: none;
  }
  .header-menu-title:hover:after {
    width: 0;
  }
  .governance-name-box {
    display: block;
    margin-right: 0 !important;
  }
  .governance-name-box span {
    display: block;
  }
  .scroll-box {
    display: none;
  }
  #finance2 .invertors-table-list {
    display: block;
    font-size: 0;
    margin-bottom: 15px;
  }
  #finance2 .invertors-table-list > li {
    display: inline-block;
    vertical-align: top;
  }
  #finance2 .invertors-table-list > li,
  #finance2 .invertors-table-list > li:not(.table-month) {
    width: 50%;
  }
  #finance2 .invertors-table-list > li:last-child,
  #finance2 .invertors-table-list > li.table-month {
    width: 100%;
  }
  #finance2 .invertors-table-list > li:last-child h3 {
    background-color: #3587cf;
  }
  #finance2 .invertors-table-list > li h3,
  #finance2 .invertors-table-list > li.table-month {
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
  }
  #finance2 .invertors-table-list > li {
    border-right: 1px solid #fff;
    box-sizing: border-box;
  }
  #finance2 .invertors-table-list > li:nth(odd),
  #finance2 .invertors-table-list > li:last-child {
    border-right: 0;
  }
  .bottom-privacy-box {
    display: block;
  }
  .bottom-privacy-box p {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .privacy-check {
    margin: 0 auto;
  }
  .work-search-box .invertors-select-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .work-block {
    margin-top: 0;
  }
  .work-search-block {
    padding-top: 0;
  }
  .work-experience {
    margin-bottom: 5px;
  }
  .work-experience:last-child {
    width: 100%;
    padding-left: 0;
  }
  .form-ok-title {
    font-size: 28px;
  }
  .contact-ok-p {
    padding: 0 5%;
    box-sizing: border-box;
  }
  .practice-1-ch {
    width: 100%;
  }
  .practice-1-list {
    width: 100%;
    padding-right: 0;
  }
  .practice-1-list {
    margin-bottom: 20px !important;
  }
  .practice-2-info-list {
    flex-direction: column;
  }
  .practice-2-info-p {
    width: 100%;
  }
  .page-box {
    margin: 40px auto;
  }
  .new-form-box .contact-button {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .new-form-box .contact-button:last-child {
    margin-bottom: 0;
  }
  .new-form-box .contact-button button {
    width: 100%;
  }
  .new-form-box .contact-button-box {
    display: block;
  }
  .new-form-block {
    padding: 60px 30px;
    margin-top: 50px;
  }
  #shareholder .invertors-table-list .col-sm {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 400px) {
  .invertors-title-box {
    display: block;
  }
  .invertors-select-wrap {
    margin-top: 10px;
  }
  #finance2 .rwd-table-list-title {
    font-size: 16px;
  }
  .practice-work-block {
    padding-top: 50px;
  }
  .practice-3-list-box {
    padding-top: 40px;
  }
  .practice-3-box {
    padding: 50px 0;
  }
  .work-form-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 350px) {
  .contact-button button {
    width: 140px;
  }
  .contact-button-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .practice-3-list {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .practice-3-list {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
  }
  .practice-step1 {
    width: 78px;
  }
  .practice-step2 {
    width: 74px;
  }
  .practice-step3 {
    width: 74px;
  }
  .practice-step4 {
    width: 70px;
  }
  .practice-step5 {
    width: 86px;
  }
  .practice-3-icon {
    height: 110px;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .practice-3-title {
    font-size: 18px;
  }
  .keyword-submit {
    width: 75px;
    font-size: 16px;
  }
  .work-keyword-box input {
    padding: 0 80px 0 60px;
  }
}
@media only screen and (max-width: 320px) {
  .menu-search-icon-box {
    margin-right: 5px;
  }
  .product-tab-list,
  .table-top-title {
    font-size: 14px;
  }
}
@media only screen and (max-height: 600px) {
  .banner-list {
    height: 600px;
  }
}
@media only (max-width: 1000px) and (min-width: 500px) {
  .careet-step:nth-child(3n + 3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) and (min-width: 750px) {
  .practice-3-list:nth-child(3n + 3) {
    margin-right: 0;
  }
  .practice-3-list {
    margin-right: 20px;
  }
  .practice-3-list-box {
    max-width: 720px;
  }
  .practice-3-list {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
  }
  .practice-step1 {
    width: 78px;
  }
  .practice-step2 {
    width: 74px;
  }
  .practice-step3 {
    width: 74px;
  }
  .practice-step4 {
    width: 70px;
  }
  .practice-step5 {
    width: 86px;
  }
  .practice-3-icon {
    height: 110px;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .practice-3-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 749px) and (min-width: 500px) {
  .practice-3-list {
    width: 180px;
    height: 180px;
    margin-right: 20px;
  }
  .practice-3-icon {
    height: 100px;
  }
  .practice-3-title {
    font-size: 16px;
  }
  .practice-3-list:nth-child(even) {
    margin-right: 0;
  }
  .practice-3-list-box {
    max-width: 380px;
  }
  .practice-3-list {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) and (min-width: 351px) {
  .practice-3-list {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .practice-3-list:nth-child(even) {
    margin-right: 0;
  }
}
@keyframes arrow-right {
  from {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes arrow-left {
  from {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
}
.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes lds-default {
  0%,
  20%,
  80%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

/*jean 2023-01-18 增加*/
.recruit-research .practice-work-block {
  background-color: inherit;
}
.practice-2-info-title {
  width: auto;
  display: inline-block;
  padding: 0 15px;
}
.practice-2-info-list {
  display: block;
}
.practice-1-ch {
  width: 90%;
  max-width: inherit;
}
@media only screen and (min-width: 900px) {
  .practice-1-ch {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 500px) {
  .practice-1-ch br {
    display: none;
  }
}
.practice-1-list p {
  width: 100%;
  /*white-space:nowrap;*/
}
.practice-1-list {
  padding-right: 15px;
}
.practice-1-icon {
  margin-right: 15px;
  width: 60px;
}
#testBtn {
  display: none; /*04122023 Mash added for news strange button*/
}
#new-editor > p {
  font-family: Jost; /*04172023 Mash added for news(internal page) title/content font => Jost*/
}

/* 20240912 新增Eventpage */
.eventpage_box {
  max-width: 104px;
  width: 100%;
  position: fixed;
  top: 500%;
  right: 50px;
}
.eventpage_box p {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.eventpage_box_logo {
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 0 0 0;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
.eventpage_box_logo img {
  margin-bottom: 5px;
}
.eventpage_wrap {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
}
.eventpage_banner_content {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}
.eventpage_banner_logo {
  display: flex;
  align-items: center;
}
.eventpage_banner_logo div:nth-child(1) {
  max-width: 400px;
  width: 100%;
  margin-right: 56px;
  position: relative;
}
.eventpage_banner_logo div:nth-child(1)::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 36px;
  background-color: #fff;
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
}
.banner-img-mobile {
  display: none;
}

.eventpage_banner_text {
  width: 100%;
  text-align: center;
  color: #fff;
  margin: 50px auto 0 auto;
}
.eventpage_banner_text h2 {
  font-size: 96px;
  line-height: 150%;
  margin-bottom: 50px;
}
.eventpage_banner_text div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.eventpage_banner_text div p {
  padding: 10px;
  font-size: 20px;
  font-weight: 400;
  position: relative;
}
.eventpage_banner_text div p::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 16px;
  background-color: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.eventpage_banner_text div p:nth-last-child(1):after {
  content: none;
}
.eventpage_b1_slogan_img {
  width: 30%;
  position: relative;
}
.eventpage_b1_slogan_img img {
  position: absolute;
  bottom: 0;
  left: 32%;
}

.eventpage_b1_slogan_text {
  /* width: 55%; */
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
.eventpage_b1_slogan_text > div {
  margin: 36px 0;
}
.eventpage_b1_slogan_text img {
  margin-top: 36px;
}

.eventpage_b1_slogan_text > div p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: 1px;
  padding: 0 47px;
}
.eventpage_b1_slogan_text > div p span {
  font-weight: 700;
}
.eventpage_b1_slogan_text > div p:nth-child(1) {
  margin-bottom: 20px;
}
.eventpage_b1_slogan_text > :nth-last-child(1) {
  transform: rotate(180deg);
}
.eventpage_box1 {
  background-image: url('../../styles/images/eventpage/eventpage_b1_bg.webp');
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: bottom 400% right;
}
.eventpage_b1_poster {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 0 40px 0;
  margin-top: 80px;
}
.eventpage_b1_poster p {
  width: 51%;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.eventpage_b1_text {
  width: 100%;
  display: flex;
  border: 1px solid #efefef;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 0%,
    #fff 52.5%,
    rgba(255, 255, 255, 0.1) 100%
  );
  backdrop-filter: blur(7.5px);
  color: #083a6a;
  text-align: center;
  margin-bottom: 60px;
}
.eventpage_b1_text div {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 65px 0 60px 0;
}
.eventpage_b1_text p {
  width: 95%;
  margin: 0 auto;
  font-size: 20px;
  color: #000;
  text-align: center;
  font-weight: 400;
  line-height: 150%; /* 30px */
}

.eventpage_b1_text h3 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}
.eventpage_b1_wrap {
  position: relative;
}
.eventpage_b1_slogan {
  max-width: 1000px;
  width: 90%;
  margin: 40px auto 0 auto;
}
.eventpage_box2 {
  background-color: #d9d9d94d;
}
.eventpage_b2_content {
  padding: 50px 0 80px 0;
}
.eventpage_b2_content > p {
  color: #083a6a;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%; /* 30px */
  margin-bottom: 20px;
}
.eventpage_b2_content ul {
  list-style: none;
}
.eventpage_b2_content ul {
  list-style: none;
}
.eventpage_b2_ul {
  display: flex;
  flex-wrap: wrap;
}
.eventpage_b2_ul li {
  margin-right: 24px;
  margin-bottom: 24px;
  width: calc((100% - (24px * 2)) / 3);
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}
.eventpage_b2_ul li:nth-child(3n) {
  margin-right: 0px;
}
.eventpage_b2_ul li {
}
.eventpage_b2_ul li a {
  z-index: 2;
}
.eventpage_b2_ul li a {
  display: block;
  padding: 30px 26px;
  overflow: hidden;
  position: relative;
}
.eventpage_b2_ul li a h5 {
  color: #083a6a;
  font-size: 26px;
  font-weight: 600;
  line-height: 130%;
  height: 168px;
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}
.news_date {
  color: #555;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  margin-bottom: 22px;
  transition: 0.5s;
}
.news_text {
  color: #555;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  margin-bottom: 20px;
  height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}
.nwes_arrow {
  display: flex;
  justify-content: flex-end;
  padding: 7px 0;
}
.news_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
.news_bg img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.eventpage_b2_u > div {
  display: flex;
  justify-content: flex-end;
}
.eventpage_b2_ul li:hover .news_bg {
  opacity: 1;
}
.eventpage_b2_ul li:hover .news_bg img {
  transform: scale(1.1);
}
.eventpage_b2_ul li:hover h5 {
  color: #fff;
}
.eventpage_b2_ul li:hover p {
  color: #fff;
}
.eventpage_box3 {
  position: relative;
}
.eventpage_box3.form.hide {
  display: none;
}

.eventpage_box3 .banner-img {
  position: absolute;
  top: 0;
  z-index: 0;
}
.eventpage_b3_wrap {
  max-width: 1120px;
  width: 90%;
  margin: 0px auto;
  position: relative;
  z-index: 5;
  padding: 150px 0 123px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eventpage_b3_wrap h6 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: 0.48px;
  margin-bottom: 44px;
}
.eventpage_box3 ul {
  list-style: none;
  margin-bottom: 28px;
}
.eventpage_b3_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.eventpage_b3_ul > li {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-end;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 0 20px 0;
  padding: 24px 26px;
  z-index: 1;
}
.eventpage_b3_ul > li:nth-child(2n) {
  margin-right: 0px;
}
.eventpage_b3_ul > li.message {
  z-index: 0;
}
.w_50 {
  width: calc(50% - 62px);
}
.eventpage_b3_ul label {
  display: contents;
}
.eventpage_b3_ul label input {
  width: 100%;
  width: calc(100% - 154px);
  border: none;
}
.eventpage_b3_ul > li > p {
  width: 130px;
  margin-right: 20px;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.36px;
  position: relative;
}
.eventpage_b3_ul > li > p::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 37px;
  background: #ccc;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.eventpage_b3_ul > li span {
  color: red;
  font-size: 18px;
  font-weight: 500;
}
.interest_title {
  width: 207px !important;
}
.interest {
  width: calc(100% - 227px) !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #555;
  font-weight: 400;
  cursor: pointer;
  padding: 8px 0;
  border: none;
}
.interest .filter-option-inner-inner {
  color: #555 !important;
  font-weight: 400 !important;
}
.interest button {
  background-color: #fff !important;
  border-color: #fff !important;
}

.interest span {
  color: #212529 !important;
}

.interest .dropdown-item.active span {
  color: #fff !important;
}

.interest p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
}

.privacy {
  width: 300px;
  height: 65px;
  margin-bottom: 28px;
}
.form_btn {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.form_btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 60px;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%; /* 24px */
  background: #000;
  box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.25);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: 0.5s;
}
.form_btn button:hover {
  background-color: #fff;
  color: #000;
}
.form_btn button:nth-child(2) {
  background: #fff;
  box-shadow: none;
  color: #000;
  margin-left: 10px;
}
.form_btn button:nth-child(2):hover {
  background-color: #083a6a;
  color: #fff;
  box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.25);
}
.eventpage_footer {
  background-color: #000;
}
.footer_wrap {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0;
}
.footer_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 473px;
  width: 90%;
}
.footer_logo div {
  margin: 0 25px;
}
.footer_logo div {
  margin: 0 0 0 25px;
  border-right: 1px solid #fff;
  padding-right: 25px;
}
.footer_logo div:nth-last-child(1) {
  border-right: none;
}
.footer_right {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}
.footer_right a {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  transition: 0.5s;
}
.footer_right a:hover {
  color: #fff;
}
.success {
  height: calc(100vh - 148px);
  color: #fff;
  display: none;
}
.success.show {
  display: block;
}
.success .eventpage_b3_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
.success .eventpage_b3_wrap h2 {
  max-width: 486px;
  width: 90%;
  margin: 0px auto 37px auto;
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  line-height: 120%; /* 76.8px */
}
.success .eventpage_b3_wrap img {
  margin-bottom: 28px;
}
.success .eventpage_b3_wrap h3 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 16px;
}
.success .eventpage_b3_wrap p {
  max-width: 510px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-family: system-ui;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  margin-bottom: 55px;
}
.success .eventpage_b3_wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 60px;
  border-radius: 100px;
  background: #fff;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%; /* 24px */
  transition: 0.3s;
}
.success .eventpage_b3_wrap a:hover {
  background: #000;
  color: #fff;
  box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.25);
}

/* eventpage news */
.eventpage_news {
  background: rgba(0, 0, 0, 0.8);
  background-blend-mode: multiply;
  background-image: url(../../styles/images/eventpage/banner1.webp);
  background-size: cover;
  height: 100svh;
  display: flex;
  align-items: center;
}
.eventpage_news_wrap {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  width: 90%;
  max-height: calc(90vh - 26px);
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
}
.eventpage_news_title {
  border-bottom: 1px solid #ccc;
  padding: 18px 26px;
}
.news_back {
  position: absolute;
  top: -30px;
  right: 12px;
}
.news_back a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  cursor: pointer;
  transition: 0.3s;
}
.news_back a:hover {
  color: #083a6a;
}
.eventpage_news_title h2 {
  color: #083a6a;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  margin-bottom: 11px;
}
.eventpage_news_title h3 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  margin-bottom: 20px;
}
.eventpage_news_title ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}
.eventpage_news_title ul li {
  background-color: #ebebeb;
  border-radius: 50%;
  margin: 0 8px 8px 0;
  transition: 0.3s;
}
.eventpage_news_title ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.eventpage_news_title ul li:nth-child(1) {
  background-color: #fff;
  margin-right: 20px;
}
.eventpage_news_title ul li:nth-child(1):hover {
  box-shadow: none;
}
.eventpage_news_title ul li:hover {
  box-shadow: 0 0 5px #083a6a;
}

.eventpage_news_content {
  display: contents;
}
.eventpage_news_content .editor {
  padding: 36px 35px 0 35px;
  margin: 11px 26px 36px 0;
  overflow-y: auto;
}
.eventpage_news_content > .editor > h1 {
  line-height: 170%;
  margin: 1.2rem;
}
.eventpage_news_content > .editor > h2 {
  line-height: 160%;
  margin: 1.2rem;
}
.eventpage_news_content > .editor > h3 {
  line-height: 160%;
  margin: 1.1rem;
}
.eventpage_news_content > .editor > h4 {
  line-height: 150%;
  margin: 1.1rem;
}
.eventpage_news_content > .editor > h5 {
  line-height: 150%;
  margin: 1rem;
}
.eventpage_news_content > .editor > h6 {
  line-height: 140%;
  margin: 1rem;
}
.eventpage_news_content > .editor > p {
  line-height: 130%;
  margin: 1rem;
}
.eventpage_news_content > .editor > ul {
  margin: 0.5rem;
  padding: 0.5rem;
}
.eventpage_news_content > .editor > ol {
  margin: 0.5rem;
  padding: 0.5rem;
}
.eventpage_news_content > .editor > li {
  margin: 0.5rem;
  padding: 0.5rem;
}
.yt_rwd {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.yt_rwd iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.eventpage_news_content .editor::-webkit-scrollbar {
  width: 8px;
}
.eventpage_news_content .editor::-webkit-scrollbar-track {
  background-color: #d9d9d9;
  border-radius: 50px;
}
.eventpage_news_content .editor::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 50px;
}

@media screen and (max-width: 1700px) {
  .eventpage_banner_text h2 {
    line-height: 100%;
  }
  .eventpage_b2_ul li {
    background-size: 150%;
  }
}
@media screen and (max-width: 1500px) {
  .eventpage-banner .banner-list {
    height: 100vh;
  }
  .eventpage_banner_text h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .eventpage_b1_slogan_img img {
    left: 20%;
  }
  .eventpage_b1_slogan_text > div p {
    padding: 0 25px;
  }
  .eventpage_banner_text h2 {
    font-size: 60px;
  }
  .eventpage_b2_ul li a {
    background-size: 180%;
  }
  .eventpage_news_content .editor {
    padding: 15px 15px 0 15px;
    margin: 10px 15px 10px 0;
  }
  .footer_wrap {
    flex-direction: column;
  }
  .footer_logo {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 900px) {
  .eventpage_b1_slogan {
    width: 100%;
    border-radius: 0px;
  }
  .eventpage_b1_slogan_img img {
    left: 10%;
  }
  .eventpage_b1_text div {
    padding: 30px 0;
  }
  .eventpage_b1_poster p {
    width: 90%;
    margin: 20px auto 0 auto;
  }
  .eventpage_b1_text h3 {
    font-size: 30px;
    line-height: 38px;
  }
  .eventpage_b1_text p {
    font-size: 16px;
    line-height: 127%;
  }
  .eventpage_b2_ul li {
    width: calc((100% - 24px) / 2);
  }
  .eventpage_b2_ul li:nth-child(3n) {
    margin-right: 24px;
  }
  .eventpage_b2_ul li:nth-child(2n) {
    margin-right: 0;
  }
  .eventpage_b3_wrap {
    padding: 100px 0 73px 0;
  }
  .eventpage_b3_wrap h6 {
    padding-top: 50px;
  }
  .eventpage_b3_ul > li {
    width: calc(100% - 54px);
    justify-content: normal;
  }
  .form_btn {
    margin: 10px 0 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .eventpage_banner_logo {
    max-width: 700px;
    width: 100%;
    margin-bottom: 0px;
  }
  .eventpage_banner_text h2 {
    margin-bottom: 50px;
  }
  .eventpage_banner_text div p {
    font-size: 16px;
  }
  .eventpage_b1_slogan_text > div p {
    padding: 0px 0 0 20px;
    font-size: 15px;
  }
  .banner-list {
    min-height: auto;
  }
  .eventpage_b2_ul li a {
    background-size: 240%;
  }
  .interest {
    width: 100%;
    margin-top: 5px;
  }
  .interest_title::after {
    display: none;
  }
  .eventpage_box3 > ul {
    width: 100%;
  }
  .interest_ul {
    width: calc(100% - 40px);
  }
  .footer_right {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .eventpage_news_title h2 {
    font-size: 24px;
    line-height: 100%;
  }
  .eventpage_news_wrap {
    height: calc(80vh - 26px);
  }

  .success {
    height: auto;
  }
  .success .eventpage_b3_wrap h2 {
    margin: 50px auto;
    font-size: 40px;
    line-height: 120%;
  }
  .success .eventpage_b3_wrap h3 {
    font-size: 18px;
  }
  .success .eventpage_b3_wrap a {
    width: 90%;
    margin: 0 auto 30px auto;
  }
}
@media screen and (max-width: 500px) {
  .banner-img-mobile {
    display: block;
    height: 100vh;
  }
  .eventpage-banner .banner-list .banner-img {
    display: none;
  }
  .eventpage_banner_text {
    margin: 30px auto 0 auto;
  }

  .eventpage_banner_text h2 {
    margin-bottom: 20px;
  }
  .eventpage_banner_text div p {
    padding: 0px 10px;
  }
  .eventpage_b1_slogan {
    align-items: end;
    margin: 0 auto;
  }
  .eventpage_b1_slogan_img {
    position: static;
  }
  .eventpage_b1_slogan_img img {
    position: static;
  }
  .eventpage_box {
    top: 75px;
    right: 0;
    max-width: 500px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
  }
  .eventpage_box a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    padding: 8px 19px 7px 19px;
  }
  .eventpage_box p {
    margin-left: 19px;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    position: relative;
  }
  .eventpage_box p::after {
    position: absolute;
    content: '>>';
    width: 10px;
    height: 10px;
    top: 3%;
    right: -21px;
    color: #fff;
  }
  .eventpage_box_logo {
    padding: 5px 18px 3px 15px;
  }
  .eventpage_box1 {
    padding: 20px 0 20px 0;
    background-size: auto;
    background-position: bottom 110% right -66px;
  }
  .eventpage_b1_poster {
    padding: 0px 0 40px 0;
  }
  .eventpage_b1_text div {
    padding: 30px 10px;
  }
  .eventpage_b1_text h3 {
    font-size: 23px;
    line-height: 28px;
  }
  .eventpage_b1_slogan {
    align-items: end;
  }
  .eventpage_news_title {
    padding: 18px 18px;
  }
  .eventpage_news_title ul li {
    margin: 0 6px 6px 0;
  }
  .eventpage_b1_text {
    margin-bottom: 20px;
  }
  .eventpage_b1_slogan_img {
    width: 40%;
  }
  .eventpage_b1_slogan_text > div {
    margin: 28px 0;
  }
  .eventpage_b1_slogan_text > div p {
    letter-spacing: 0px;
    padding: 0 16px;
  }
  .eventpage_b1_slogan_text > div p:nth-child(1) {
    margin-bottom: 10px;
  }
  .eventpage_b2_content {
    padding: 30px 0 30px 0;
  }
  .eventpage_b2_ul li a h5 {
    font-size: 23px;
    line-height: 102%;
    margin-bottom: 10px;
  }
  .eventpage_b2_ul li a {
    background-size: 150%;
  }
  .news_date {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .news_text {
    margin-bottom: 10px;
  }
  .news_back a {
    font-size: 20px;
  }
  .eventpage_b2_ul li {
    width: 100%;
    margin-right: 0;
  }
  .eventpage_b2_ul li:nth-child(3n) {
    margin-right: 0;
  }
  .eventpage_b3_wrap {
    padding: 50px 0 23px 0;
  }
  .eventpage_b3_wrap h6 {
    line-height: 120%;
  }
  .eventpage_b3_ul > li > p {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-right: 0;
    padding-bottom: 5px;
  }
  .interest_title {
    width: 100% !important;
  }
  .eventpage_b3_ul > li > p::after {
    display: none;
  }
  .eventpage_b3_ul > li {
    flex-direction: column;
    align-items: normal;
  }
  .eventpage_b3_ul label input {
    width: 100%;
    margin-top: 5px;
  }
  .eventpage_b3_ul .interest .dropdown-menu {
    width: 100%;
  }
  .eventpage_b3_ul > li {
    width: calc(100% - 52px) !important;
  }
  .privacy {
    margin: 0 auto;
  }
  .success .eventpage_b3_wrap a {
    font-size: 17px;
  }
  .interest button {
    padding: 0 !important;
  }
  .eventpage_b3_ul .interest {
    width: 100% !important;
    left: 0;
  }
  .eventpage_news_wrap {
    height: 87svh;
  }
  /* .eventpage_news_title {
        height: 40%;
    } */

  .eventpage_news_content {
    height: 60%;
  }
}

/* 20240912 新增product-event */
/* 共用部分 */
#product_event {
  height: calc(100vh - 70px);
}
#product_event header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 40px;
}
#product_event header .lang_list {
  position: absolute;
  width: 100%;
  top: 71px;
  left: 100%;
  background-color: #083a6a;
  transition: 0.5s;
}
.lang_list.show {
  left: 0% !important;
}
#product_event header .lang_list ul {
  list-style: none;
  display: flex;
}
#product_event header .lang_list ul li {
  width: calc(100% / 2);
  display: flex;
  justify-content: center;
  position: relative;
}
#product_event header .lang_list ul li:nth-child(1):after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #fff;
  top: 0;
  right: 0%;
}
#product_event header .lang_list a {
  width: 100%;
  color: #fff;
  padding: 22px;
  text-align: center;
}
#product_event main {
  margin-top: 50px;
  background-color: #fff;
}
#product_event footer {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 17px 0 30px 0;
  border-top: 1px solid #ebebeb;
}
#product_event footer p {
  font-family: 'Noto Sans TC';
  margin-right: 20px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #616161;
}
#product_event footer p a {
  margin-left: 5px;
  color: #616161;
}
.product_event_footer {
  border-top: none;
}

/* index */
.product_event_index {
  position: relative;
  background: #e7e8e6;
}
.product_event_index_bg {
  height: calc(100vh - 143px);
  margin-top: 70px;
  opacity: 0.8;
}
.product_event_index_bg_mobile {
  display: none;
}
.product_event_index_title {
  position: absolute;
  max-width: 400px;
  width: 90%;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.product_event_index_title h2 {
  text-align: center;
  font-size: 24px;
  color: #083a6a;
}
.product_event_index_menu {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  position: absolute;
  bottom: calc(0% + 60px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  gap: 20px;
}
.product_event_index_menu li {
  display: flex;
}
.product_event_index_menu li a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(8, 58, 106, 0.9);
  border-radius: 10px;
  color: #fff;
  padding: 20px 35px;
  min-height: 138px;
  min-width: 80px;
}
.product_event_index_menu li a p {
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

/* product-event-Bluetooth */
.product_event_list {
  display: flex;
  align-items: center;
  list-style: none;
  background-color: #f3f3f3;
  position: fixed;
  top: 70px;
  z-index: 99;
  width: 100%;

  &.list_application {
    overflow-x: auto;
  }
}

.product_event_list .product_event_li_title {
  white-space: nowrap;
}

.product_event_list > li {
  /*width: 25%;*/
  flex: 1;
}

.product_event_list li.active {
  background: #083a6a;
}

.product_event_list li.select {
  background: #083a6a;
}

.product_event_list > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  min-height: 40px;
}
.product_event_li_img_w.hide {
  display: none;
}
.product_event_li_img_b.hide {
  display: none;
}
.product_event_li_img_b {
  .b_link {
    display: block;
    font-size: 1rem;
    color: #083a6a;
    font-weight: bold;
  }
}
.product_event_li_img_w {
  .w_link {
    display: block;
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
  }
}

.product_event_list li a div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product_event_list li a div div {
  margin-right: 18px;
}

.product_event_list li a div div img {
  max-width: 35px;
}

.sub_menu {
  display: none;
}

.sub_menu_2 {
  position: fixed;
  top: 140px;
  left: 0;
  width: 100%;
  z-index: 99;
  display: none;

  &.active {
    display: block;
  }

  &::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    pointer-events: none;
  }

  .product_event_list_menu_2 {
    position: relative;
    z-index: 99;
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style: none;

    li {
      background-color: #083a6a;
      padding: 1.1rem 8px;
      border-bottom: 1px solid #235280;

      &:nth-child(odd) {
        border-right: 1px solid #235280;
      }

      a {
        color: #fff;
        display: flex;
        align-items: start;

        .menu_num_2 {
          min-width: 26px;
          aspect-ratio: 1/1;
          border-radius: 50%;
          background-color: #00a4af;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 15px;

          @media (max-width: 600px) {
            font-size: 13px;
          }
        }

        p {
          font-size: 15px;
          font-weight: 700;
          font-family: 'Noto Sans TC';
          /*margin: 3px 0 0 10px;*/
          transform: translate(10px, 3px);

          @media (max-width: 600px) {
            font-size: 13px;
          }
        }
      }
    }
  }

  .sub_menu_bg {
    display: none;
  }
}

.sub_menu_bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
}
.product_event_list_menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  background-color: #083a6a;
  border-top: 1px solid #fff;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 10;
  width: 100%;
}

.product_event_list_menu li {
  width: calc(50% - 17px);
  padding: 18px 8px;
  border-bottom: 1px solid #235280;
}

.product_event_list_menu li:nth-child(2n) {
  border-right: 1px solid #235280;
}

.product_event_list_menu a {
  display: flex;
  align-items: flex-start;
  color: #fff;
}

.menu_num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
  /*background-color: #EA9D1C;*/
  background-color: #00a4af;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.menu_num p {
  font-size: 13px;
  font-weight: 700;
  font-family: Arial;
}

.product_event_list_menu a > p {
  font-size: 15px;
  font-weight: 700;
  font-family: 'Noto Sans TC';
  width: calc(100% - 35px);
  margin: 0px 0 0 10px;
}

.product_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 10px auto;
  padding-top: 100px;
}
.product_item {
  width: 49%;
  margin: 19px 0 30px 0;
  padding-top: 150px;
  margin-top: -150px;
}

.product_item:target {
  padding-top: 150px;
  margin-top: -150px;
}
.product_title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.product_title .menu_num {
  width: 30px;
  height: 30px;
}
.product_title .menu_num p {
  color: #fff;
}
.product_title h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 125%;
  color: #083a6a;
  margin: 0 10px;
  flex-shrink: 1;
}
.sound {
  width: 40px;
  height: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}
.sound img.hide {
  display: none;
}
.sound_play {
  width: 22px;
  height: 17px;
}
.sound_play.hide {
  display: none;
}
.product_content {
  display: flex;
}
.product_cont_img {
  width: 45%;
  margin-right: 19px;
}
.product_cont_img img {
  width: 100%;
}
.product_cont_text {
  width: calc(55% - 19px);
}
.product_cont_text h3 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 10px;
}
.product_cont_text p {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 1100px) {
  .product_event_index_bg {
    height: calc(100vh - 426px);
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 200px;
  }
  .product_event_index_menu li a {
    background-color: #083a6a;
  }
  #product_event footer {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .product_event_index_menu li a {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 700px) {
  .product_event_index_bg {
    background-position: 50% 50%;
    background-size: cover;
  }
  .product_event_index_menu {
    display: grid;
    grid-template-columns: repeat(2, 142px);
    grid-template-rows: repeat(2, 177px);
    grid-gap: 20px;
    bottom: 30px;
  }
  .product_event_index_menu li {
    display: contents;
  }
  .product_event_index_menu li a {
    background: rgba(30, 80, 142, 0.9);
  }
  .product_item {
    width: 100%;
  }
  .product_item:nth-child(2n) .product_cont_text {
    order: 1;
    margin-right: 19px;
  }
  .product_item:nth-child(2n) .product_cont_img {
    order: 2;
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  #product_event header {
    padding: 21px 20px 14px 24px;
  }
  .product_event_index_bg {
    display: none;
  }
  .product_event_index_bg_mobile {
    display: block;
    margin-top: 63px;
    height: calc(100vh - 151px);
  }
  .product_event_index_title {
    top: 28px;
  }
  .product_event_index_title h2 {
    font-size: 20px;
  }
  #product_event header .lang_list {
    top: 64px;
  }
  .product_event_index_menu {
    display: grid;
    grid-template-columns: repeat(2, 160px);
    grid-template-rows: repeat(2, 180px);
    grid-gap: 10px;
    bottom: 30px;
  }
  .product_event_list {
    top: 64px;
  }
  .product_event_list_menu a > p {
    font-size: 13px;
    margin: 3px 0 0 10px;
  }
  .product_event_list_menu li {
    padding: 11px 8px;
  }
  #product_event footer {
    flex-direction: column;
    padding: 16px 0 26px 0;
  }
  #product_event footer p {
    width: 90%;
    margin-right: 0px;
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
  .product_event_list > li > a {
    padding: 15px 10px;
  }
  #product_event footer p {
    font-size: 12px;
  }
}

.cf-turnstile {
  margin-top: -25px;
  margin-bottom: 20px;
}

/* 20241225添加 股東大會手機板li置頂 */
@media only screen and (max-width: 800px) {
  #law .invertors-table-list > li,
  #shareholder .invertors-table-list > li {
    align-self: stretch;
  }
}
