/* color */
/* font */
/* transition */
.investorItem .investorImg, .investorItem .investorTitle, .investorDownloadItem {
  transition: all 0.5s ease-in-out; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.investorList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px; }
  @media (max-width: 640px) {
    .investorList {
      grid-template-columns: 1fr; } }

.investorItem {
  position: relative; }
  @media (min-width: 1181px) {
    .investorItem:hover .investorImg {
      filter: opacity(0.8); } }
  .investorItem .btn {
    position: relative;
    margin: 0 auto;
    z-index: 2; }
  .investorItem .investorImg {
    filter: opacity(0.5);
    font-size: 0; }
    .investorItem .investorImg img {
      max-width: 100%;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .investorItem .investorLink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .investorItem .investorText {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 40px; }
  .investorItem .investorTitle {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2.88px;
    margin-bottom: 20px;
    text-align: center;
    color: #036eb8; }
    [data-theme="dark"] .investorItem .investorTitle {
      color: #000; }
    @media (prefers-color-scheme: dark) {
      :root:not([data-theme="light"]) .investorItem .investorTitle {
        color: #000; } }

.investorDownloadItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 40px;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 700;
  color: #036eb8;
  font-size: 22px;
  letter-spacing: 1.76px;
  border-bottom: 2px solid #efefef; }
  @media (min-width: 1181px) {
    .investorDownloadItem:hover {
      background-color: #eaeaea; } }
  @media (max-width: 1180px) {
    .investorDownloadItem {
      font-size: 18px;
      letter-spacing: 1.08px; } }
  @media (max-width: 640px) {
    .investorDownloadItem {
      font-size: 16px;
      padding: 12px 20px;
      letter-spacing: 0.96px; } }

.investorDownloadBtn .btn {
  background-color: transparent; }
  .investorDownloadBtn .btn svg {
    width: 30px;
    height: 30px; }
    @media (max-width: 640px) {
      .investorDownloadBtn .btn svg {
        width: 20px;
        height: 20px; } }

.investorServiceTopList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin-bottom: 35px; }
  @media (max-width: 640px) {
    .investorServiceTopList {
      grid-template-columns: 1fr; } }

.investorServiceItem {
  position: relative; }
  .investorServiceItem .investorLink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .investorServiceItem .investorImg {
    position: relative;
    font-size: 0;
    aspect-ratio: 470/265; }
    .investorServiceItem .investorImg img {
      max-width: 100%;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .investorServiceItem .investorDate {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    letter-spacing: 1.28px;
    color: #fff;
    padding: 5px 15px;
    background-color: #696969; }
  .investorServiceItem .investorText {
    padding: 20px; }
  .investorServiceItem .investorTitle {
    font-size: 22px;
    letter-spacing: 2.64px;
    color: #036eb8;
    font-weight: 700;
    line-height: 1.4;
    min-height: 2.8em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    [data-theme="dark"] .investorServiceItem .investorTitle {
      color: #fff; }
    @media (prefers-color-scheme: dark) {
      :root:not([data-theme="light"]) .investorServiceItem .investorTitle {
        color: #fff; } }
  .investorServiceItem .investorDesc {
    font-family: "Noto Sans TC", sans-serif;
    color: #525252;
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: calc(24/20);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px; }
    [data-theme="dark"] .investorServiceItem .investorDesc {
      color: #fff; }
    @media (prefers-color-scheme: dark) {
      :root:not([data-theme="light"]) .investorServiceItem .investorDesc {
        color: #fff; } }

.investorServiceList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px; }
  @media (max-width: 1024px) {
    .investorServiceList {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 30px; } }
  @media (max-width: 640px) {
    .investorServiceList {
      grid-template-columns: 1fr; } }
  @media (min-width: 1024px) {
    .investorServiceList .investorImg {
      aspect-ratio: 310/235; }
    .investorServiceList .investorDate {
      font-size: 12px;
      letter-spacing: 0.96px;
      padding: 5px 10px; }
    .investorServiceList .investorTitle {
      font-size: 20px;
      letter-spacing: 1.6px; }
    .investorServiceList .investorDesc {
      font-size: 14px;
      letter-spacing: 1.4px;
      line-height: calc(24/20);
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; } }

.investorServiceCover {
  font-size: 0;
  margin-bottom: 30px; }

.investorServiceInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  @media (max-width: 640px) {
    .investorServiceInfo {
      flex-direction: column-reverse;
      align-items: flex-start;
      gap: 20px; } }
  .investorServiceInfo .investorServiceTitle {
    color: #036eb8;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 2.64px; }
    [data-theme="dark"] .investorServiceInfo .investorServiceTitle {
      color: #fff; }
    @media (prefers-color-scheme: dark) {
      :root:not([data-theme="light"]) .investorServiceInfo .investorServiceTitle {
        color: #fff; } }
  .investorServiceInfo .investorServiceDate {
    flex-shrink: 0;
    font-size: 16px;
    letter-spacing: 1.28px;
    color: #fff;
    padding: 5px 15px;
    background-color: #696969; }
