@charset "UTF-8";
* {
  --brand-color1: #50C7E7;
  --brand-color2: #0078C4;
  --brand-color3: #005489;
  --brand-color4: #FFC226;
  --text-primary: #000000;
  --text-secondary: #7A7F84;
}

Nav ul.layer1 li:nth-child(5) span.nav-button,
Nav ul.layer1 li:nth-child(5) a {
  color: var(--brand-color2);
}
Nav ul.layer1 li:nth-child(5) span.nav-button img,
Nav ul.layer1 li:nth-child(5) a img {
  filter: none;
}
Nav ul.layer1 li:nth-child(5) span.nav-button img.lang-icon, Nav ul.layer1 li:nth-child(5) span.nav-button img.hamburger-icon,
Nav ul.layer1 li:nth-child(5) a img.lang-icon,
Nav ul.layer1 li:nth-child(5) a img.hamburger-icon {
  filter: brightness(0.7);
}
Nav ul.layer1 li:nth-child(5)::after {
  width: 100%;
}
Nav ul.layer1 li ul.layer2 li::after {
  display: none;
}

.banner {
  --pc-bg: url("../images/banners/banner-投資人專區.jpg");
  --mobile-bg: url("../images/banners/phone-banner-投資人專區.jpg");
}

select.custom-select {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  select.custom-select {
    margin-bottom: 22px;
  }
}
@media (max-width: 480px) {
  select.custom-select {
    max-width: none;
  }
}

.file-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4px;
}
.file-box .file-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 18px;
  background-color: white;
  border: 1px solid var(--text-secondary);
  text-decoration: none;
  border-radius: 3.6px;
}
.file-box .file-item p {
  font-size: 20px;
  font-weight: 600;
  color: black;
}
@media (max-width: 768px) {
  .file-box .file-item p {
    font-size: 16px;
  }
}
.file-box .file-item img {
  width: 56px;
}
@media (max-width: 768px) {
  .file-box .file-item img {
    width: 40px;
  }
}
.file-box .file-item.with-label {
  padding: 12px 18px 12px 90px;
  position: relative;
}
@media (max-width: 768px) {
  .file-box .file-item.with-label {
    padding: 12px 18px 12px 70px;
  }
}
.file-box .file-item.with-label label {
  width: 78px;
  color: white;
  font-size: 20px;
  font-weight: 500;
  width: 78px;
  aspect-ratio: 15.6/8.2;
  background-image: url("../images/icons/blue-label-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  padding-top: 6px;
  left: 0;
  top: 50%;
  transform: translate(-6%, -55%);
}
@media (max-width: 768px) {
  .file-box .file-item.with-label label {
    width: 60px;
    font-size: 16px;
  }
}
.file-box .file-item:hover {
  border: 1px solid var(--brand-color2);
}
.file-box .file-item:hover p {
  color: var(--brand-color2);
}

h3 {
  color: black;
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
h3 span.gray {
  font-size: 20px;
  font-weight: 400;
  color: var(--text-secondary);
}
@media (max-width: 768px) {
  h3 span.gray {
    font-size: 14px;
  }
}

.table-box {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .table-box {
    margin-bottom: 24px;
  }
}
.table-box table.monthly-revenue {
  min-width: 445px;
  width: 100%;
  border-collapse: collapse;
  --table-gap: 10px;
}
.table-box table.monthly-revenue thead tr th .th {
  padding: 10px 24px;
  background-color: var(--brand-color3);
  color: white;
  font-size: 24px;
  font-weight: 700;
  border-radius: 9px;
  margin-right: var(--table-gap);
}
.table-box table.monthly-revenue thead tr th .th.text-start {
  text-align: start;
}
@media (max-width: 768px) {
  .table-box table.monthly-revenue thead tr th .th.text-start {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .table-box table.monthly-revenue thead tr th .th {
    font-size: 20px;
    padding: 6px 14.4px;
  }
}
.table-box table.monthly-revenue thead tr th:nth-last-child(1) .th {
  margin-right: 0;
}
.table-box table.monthly-revenue tbody tr.bold td {
  font-weight: 700;
}
.table-box table.monthly-revenue tbody tr:nth-child(1) td:nth-child(1) {
  border-top-left-radius: 9px;
}
.table-box table.monthly-revenue tbody tr:nth-child(1) td:nth-last-child(1) {
  border-top-right-radius: 9px;
}
.table-box table.monthly-revenue tbody tr:nth-last-child(1) td:nth-child(1) {
  border-bottom-left-radius: 9px;
}
.table-box table.monthly-revenue tbody tr:nth-last-child(1) td:nth-last-child(1) {
  border-bottom-right-radius: 9px;
}
.table-box table.monthly-revenue tbody tr:nth-child(even) td {
  background-color: #F1F1F1;
}
.table-box table.monthly-revenue tbody tr td {
  background-color: rgb(255, 255, 255);
  padding: 12px calc(20px + var(--table-gap)) 12px 20px;
  font-size: 18px;
  font-weight: 400;
  color: black;
  text-align: center;
  margin-right: var(--table-gap);
}
.table-box table.monthly-revenue tbody tr td:nth-child(1) {
  text-align: start;
}
@media (max-width: 768px) {
  .table-box table.monthly-revenue tbody tr td:nth-child(1) {
    text-align: center;
  }
}
.table-box table.monthly-revenue tbody tr td:nth-last-child(1) {
  padding: 12px 20px 12px 20px;
}
@media (max-width: 768px) {
  .table-box table.monthly-revenue tbody tr td:nth-last-child(1) {
    padding: 8px 12px;
  }
}
@media (max-width: 768px) {
  .table-box table.monthly-revenue tbody tr td {
    font-size: 18px;
    padding: 8px calc(12px + var(--table-gap)) 8px 12px;
  }
}

.report-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  --report-gap: 56px;
  gap: var(--report-gap);
  flex-wrap: wrap;
}
@media (max-width: 820px) {
  .report-box {
    max-width: 460px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .report-box {
    justify-content: center;
    --report-gap: 34px;
  }
}
.report-box .report-item-wrapper {
  width: calc(25% - var(--report-gap) * 3 / 4);
}
@media (max-width: 1536px) {
  .report-box .report-item-wrapper {
    width: calc(33% - var(--report-gap) * 2 / 3);
  }
}
@media (max-width: 1200px) {
  .report-box .report-item-wrapper {
    width: calc(50% - var(--report-gap) * 1 / 2);
  }
}
@media (max-width: 990px) {
  .report-box .report-item-wrapper {
    width: calc(33% - var(--report-gap) * 2 / 3);
  }
}
@media (max-width: 820px) {
  .report-box .report-item-wrapper {
    width: calc(50% - var(--report-gap) * 1 / 2);
  }
}
@media (max-width: 480px) {
  .report-box .report-item-wrapper {
    width: 100%;
    max-width: 220.55px;
  }
}
.report-box .report-item-wrapper .report-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 var(--shadow-padding) var(--shadow-padding) 0;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: var(--item-radius);
  --shadow-padding: 12px;
  --item-radius: 10.8px;
  text-decoration: none;
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.2));
}
.report-box .report-item-wrapper .report-item .shadow {
  position: absolute;
  width: calc(100% - var(--shadow-padding));
  height: calc(100% - var(--shadow-padding));
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to top, #005489, #50C7E7);
  border-radius: var(--item-radius);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
}
.report-box .report-item-wrapper .report-item .content-box {
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: var(--item-radius);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 22px;
}
.report-box .report-item-wrapper .report-item .content-box img {
  width: 70px;
  margin-right: 10%;
}
.report-box .report-item-wrapper .report-item .content-box p {
  font-size: 20px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--text-secondary);
}
.report-box .report-item-wrapper .report-item:hover .shadow p,
.report-box .report-item-wrapper .report-item:hover .content-box p {
  color: var(--brand-color2);
}

.file-box.link {
  margin-bottom: var(--tock-info-page-gap);
}
.file-box.link .file-item {
  padding: 20px 30px 20px 20px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .file-box.link .file-item {
    padding: 12px;
    min-height: 74px;
  }
}
.file-box.link .file-item img {
  width: 30px;
}
@media (max-width: 768px) {
  .file-box.link .file-item img {
    width: 16px;
  }
}

.monthly-revenue-wrapper {
  width: 100%;
}

.financial-report-wrapper {
  width: 100%;
}
@media (max-width: 820px) {
  .financial-report-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.financial-report-wrapper select.custom-select {
  margin-bottom: 49px !important;
}
@media (max-width: 820px) {
  .financial-report-wrapper select.custom-select {
    width: 100%;
    max-width: 460px;
  }
}

.prospectus-wrapper {
  width: 100%;
}
.prospectus-wrapper .file-box {
  gap: 24px;
  margin-bottom: 40px;
}
.prospectus-wrapper .pagination {
  padding-bottom: 0;
}

.shareholders-wrapper {
  width: 100%;
}
.shareholders-wrapper table.monthly-revenue {
  min-width: 663px;
}
.shareholders-wrapper table.monthly-revenue thead tr th .text-start {
  text-align: start !important;
}
.shareholders-wrapper table.monthly-revenue tbody tr td:nth-child(1) {
  text-align: start !important;
}

.stock-info-wrapper {
  width: 100%;
  --tock-info-page-gap: 22px;
}
.stock-info-wrapper .stock-info {
  margin-bottom: var(--tock-info-page-gap);
}

.announcements-wrapper {
  width: 100%;
}

.shareholders-meeting-wrapper {
  width: 100%;
  --pc-vertical-gap: 70px;
  --mobile-vertical-gap: 36px;
}
.shareholders-meeting-wrapper h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 28px;
}
.shareholders-meeting-wrapper h3 button {
  background: transparent;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  cursor: pointer;
}
.shareholders-meeting-wrapper h3 button img {
  width: 24px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 990px) {
  .shareholders-meeting-wrapper h3 button img {
    width: 16px;
  }
}
.shareholders-meeting-wrapper h3 button.active img {
  transform: rotate(180deg);
}
@media (max-width: 990px) {
  .shareholders-meeting-wrapper h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.shareholders-meeting-wrapper .shareholders-meeting-hero {
  width: 100%;
  background-image: linear-gradient(to top, #005489, #0078C4);
  border-radius: 14.4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  --hero-padding: 34px;
  padding-bottom: var(--hero-padding);
  position: relative;
  margin-bottom: var(--pc-vertical-gap);
}
@media (max-width: 990px) {
  .shareholders-meeting-wrapper .shareholders-meeting-hero {
    margin-bottom: var(--mobile-vertical-gap);
  }
}
.shareholders-meeting-wrapper .shareholders-meeting-hero .bg-decoration-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  inset: 0;
  display: flex;
  justify-content: flex-end;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 14.4px;
}
.shareholders-meeting-wrapper .shareholders-meeting-hero .bg-decoration-wrapper .bg-decoration {
  height: 100%;
  width: auto;
  right: 0;
  top: 0;
  bottom: 0;
}
.shareholders-meeting-wrapper .shareholders-meeting-hero::before {
  content: "";
  position: absolute;
  display: inline-block;
  --wihte-line-padding: 16px;
  width: calc(100% - var(--wihte-line-padding) * 2);
  height: calc(100% - var(--wihte-line-padding) * 2);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: none;
  border: 5px solid rgba(255, 255, 255, 0.25);
  border-radius: 13.5px;
  z-index: 2;
}
@media (max-width: 990px) {
  .shareholders-meeting-wrapper .shareholders-meeting-hero::before {
    --wihte-line-padding: 10px;
  }
}
.shareholders-meeting-wrapper .shareholders-meeting-hero .top {
  width: 100%;
  margin-bottom: 42px;
  z-index: 3;
}
.shareholders-meeting-wrapper .shareholders-meeting-hero .top label {
  margin-top: 20px;
  width: 284px;
  aspect-ratio: 28.6/6.6;
  background-image: url("../images/icons/投資人專區-股東服務-股東會相關資訊-日期.png");
  background-repeat: no-repeat;
  background-size: contain;
  color: white;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  padding-top: 12px;
  --label-translateX: -7px;
  transform: translateX(var(--label-translateX));
  padding-left: calc(var(--hero-padding) - var(--label-translateX));
}
@media (max-width: 990px) {
  .shareholders-meeting-wrapper .shareholders-meeting-hero .top label {
    font-size: 22px;
    width: 195px;
    --label-translateX: -5px;
    padding-top: 8px;
  }
}
.shareholders-meeting-wrapper .shareholders-meeting-hero .top .htmlBox {
  padding-left: var(--hero-padding);
  padding-right: var(--hero-padding);
}
.shareholders-meeting-wrapper .shareholders-meeting-hero .top ul.custom-ul {
  list-style-type: none;
  padding: 0;
}
.shareholders-meeting-wrapper .shareholders-meeting-hero .top ul.custom-ul li {
  color: white;
  font-size: 22px;
  font-weight: 500;
  line-height: 35px;
}
@media (max-width: 990px) {
  .shareholders-meeting-wrapper .shareholders-meeting-hero .top ul.custom-ul li {
    font-size: 18px;
    line-height: 30px;
  }
}
.shareholders-meeting-wrapper .shareholders-meeting-hero .bottom {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  padding-left: var(--hero-padding);
  padding-right: var(--hero-padding);
  z-index: 3;
}
@media (max-width: 990px) {
  .shareholders-meeting-wrapper .shareholders-meeting-hero .bottom {
    gap: 16px;
  }
}
.shareholders-meeting-wrapper .shareholders-meeting-hero .bottom a {
  color: white;
  text-decoration: none;
  border: 2px solid white;
  border-radius: 7.2px;
  padding: 7px 15px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media (max-width: 990px) {
  .shareholders-meeting-wrapper .shareholders-meeting-hero .bottom a {
    font-size: 16px;
  }
}
.shareholders-meeting-wrapper .shareholders-meeting-hero .bottom a img {
  width: 15px;
  margin-top: 2px;
}
@media (max-width: 990px) {
  .shareholders-meeting-wrapper .shareholders-meeting-hero .bottom a img {
    font-size: 13px;
  }
}
.shareholders-meeting-wrapper .shareholders-meeting-hero .bottom a:hover {
  background-color: white;
  color: var(--text-secondary);
}
.shareholders-meeting-wrapper .shareholders-meeting-hero .bottom a:hover img {
  filter: invert(100%);
  opacity: 0.6;
}
.shareholders-meeting-wrapper .file-box {
  margin-bottom: var(--pc-vertical-gap);
  gap: 23px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.shareholders-meeting-wrapper .file-box.with-links-box .file-item {
  flex-wrap: wrap;
}
@media (max-width: 1380px) {
  .shareholders-meeting-wrapper .file-box.with-links-box .file-item {
    flex-direction: column;
  }
}
.shareholders-meeting-wrapper .file-box.with-links-box p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1380px) {
  .shareholders-meeting-wrapper .file-box.with-links-box p {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.shareholders-meeting-wrapper .file-box.with-links-box p span.date {
  font-size: 18px;
  font-weight: 500;
  color: var(--text-secondary);
}
@media (max-width: 990px) {
  .shareholders-meeting-wrapper .file-box.with-links-box p span.date {
    font-size: 14px;
  }
}
.shareholders-meeting-wrapper .file-box.with-links-box .links-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1380px) {
  .shareholders-meeting-wrapper .file-box.with-links-box .links-box {
    width: 100%;
    justify-content: space-between;
    gap: 2px;
    flex-wrap: wrap;
  }
}
.shareholders-meeting-wrapper .file-box.with-links-box .links-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 500;
  color: var(--brand-color2);
  text-decoration: none;
}
@media (max-width: 990px) {
  .shareholders-meeting-wrapper .file-box.with-links-box .links-box a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .shareholders-meeting-wrapper .file-box.with-links-box .links-box a {
    font-size: 14px;
    gap: 6px;
  }
}
.shareholders-meeting-wrapper .file-box.with-links-box .links-box a img {
  width: 12px;
}
@media (max-width: 990px) {
  .shareholders-meeting-wrapper .file-box.with-links-box .links-box a img {
    width: 8px;
  }
}
.shareholders-meeting-wrapper .file-box.with-links-box .links-box a:hover {
  filter: brightness(0.6);
}
@media (max-width: 990px) {
  .shareholders-meeting-wrapper .file-box {
    margin-bottom: var(--mobile-vertical-gap);
  }
}

.dividend-wrapper {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.dividend-wrapper .htmlBox {
  width: 100%;
}
.dividend-wrapper .htmlBox p.rwd-p {
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  color: var(--text-primary);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
.dividend-wrapper .htmlBox p.rwd-p.gap {
  gap: 10px;
}
@media (max-width: 990px) {
  .dividend-wrapper .htmlBox p.rwd-p.gap {
    gap: 0;
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .dividend-wrapper .htmlBox p.rwd-p {
    flex-direction: column;
    align-items: flex-start;
  }
}
.dividend-wrapper .htmlBox p.rwd-p a {
  text-decoration: none;
  color: var(--text-primary);
  word-break: break-all;
}
.dividend-wrapper .table-box {
  margin-top: 27px;
  min-width: 100%;
}
.dividend-wrapper .table-box table.monthly-revenue {
  width: 100%;
  width: 1100px;
}
.dividend-wrapper .table-box table.monthly-revenue thead tr {
  background-color: white;
}
.dividend-wrapper .table-box table.monthly-revenue thead tr th {
  vertical-align: middle;
}
.dividend-wrapper .table-box table.monthly-revenue thead tr th div.th {
  margin-bottom: var(--table-gap);
  font-size: 22px;
}
.dividend-wrapper .table-box table.monthly-revenue thead tr th div.th.custom {
  min-width: 128px;
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .dividend-wrapper .table-box table.monthly-revenue thead tr th div.th.custom {
    height: 108px;
  }
}
@media (max-width: 768px) {
  .dividend-wrapper .table-box table.monthly-revenue thead tr th div.th.md-start {
    justify-content: flex-start;
  }
}
@media (max-width: 990px) {
  .dividend-wrapper .table-box table.monthly-revenue thead tr th div.th.text-start {
    text-align: start;
  }
}
.dividend-wrapper .table-box table.monthly-revenue tbody tr td {
  font-size: 22px;
  text-align: start;
  background-color: #F1F1F1;
}
.dividend-wrapper .table-box table.monthly-revenue tbody tr:nth-child(even) td {
  background-color: white;
}

.investor-meeting-wrapper {
  width: 100%;
}

.investor-contact-wrapper {
  width: 100%;
}
.investor-contact-wrapper .investor-contact-content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .investor-contact-wrapper .investor-contact-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.investor-contact-wrapper .investor-contact-content .contact-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 48px;
}
@media (max-width: 768px) {
  .investor-contact-wrapper .investor-contact-content .contact-list {
    gap: 32px;
    margin-bottom: 32px;
    width: 100%;
  }
}
.investor-contact-wrapper .investor-contact-content .contact-list .contact-list-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
}
.investor-contact-wrapper .investor-contact-content .contact-list .contact-list-item span.gradient-line {
  margin: 4px 0;
  display: inline-block;
  width: 5px;
  min-width: 5px;
  background-image: linear-gradient(to top, #0078C4, #50C7E7);
}
@media (max-width: 768px) {
  .investor-contact-wrapper .investor-contact-content .contact-list .contact-list-item span.gradient-line {
    width: 3px;
  }
}
.investor-contact-wrapper .investor-contact-content .contact-list .contact-list-item .htmlBox ul.custom-ul {
  list-style-type: none;
  padding-left: 0;
}
.investor-contact-wrapper .investor-contact-content .contact-list .contact-list-item .htmlBox ul.custom-ul li {
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}
@media (max-width: 768px) {
  .investor-contact-wrapper .investor-contact-content .contact-list .contact-list-item .htmlBox ul.custom-ul li {
    font-size: 16px;
    line-height: 30px;
  }
}
.investor-contact-wrapper .investor-contact-content .contact-list .contact-list-item .htmlBox ul.custom-ul li.subtitle {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .investor-contact-wrapper .investor-contact-content .contact-list .contact-list-item .htmlBox ul.custom-ul li.subtitle {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.investor-contact-wrapper .investor-contact-content .contact-list .contact-list-item .htmlBox ul.custom-ul li a {
  text-decoration: none;
  color: black;
}
.investor-contact-wrapper .investor-contact-content .right {
  width: 38%;
  aspect-ratio: 4.3/5.6;
  border-radius: 10.8px;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .investor-contact-wrapper .investor-contact-content .right {
    width: 100%;
    aspect-ratio: 3/1;
  }
}
@media (max-width: 480px) {
  .investor-contact-wrapper .investor-contact-content .right {
    aspect-ratio: 4.3/5.6;
  }
}
.investor-contact-wrapper .investor-contact-content .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}/*# sourceMappingURL=investor.css.map */