.elementor-35545 .elementor-element.elementor-element-e60199b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-35545 .elementor-element.elementor-element-e60199b.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-35545 .elementor-element.elementor-element-b77a9ee{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-35545 .elementor-element.elementor-element-f74fc11{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-35545 .elementor-element.elementor-element-3717c68{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-35545 .elementor-element.elementor-element-c201654{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-35545 .elementor-element.elementor-element-25db457{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-35545 .elementor-element.elementor-element-e60199b{--width:100%;}}
/* --- About Page Redesign (2026/04/01) --- */

.about-hero-section {
    position: relative;
    width: 100%;
    min-height: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #000; /* Darker background to blend better */
    isolation: isolate;
}

@media (max-width: 1024px) {
    .about-hero-section { min-height: 480px; }
}

@media (max-width: 768px) {
    .about-hero-section { min-height: 400px; }
}

.about-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    display: block;
    z-index: 0;
}

.about-hero-overlay-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 27.36%);
    z-index: 1;
    pointer-events: none;
}

.about-hero-overlay-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 2;
    pointer-events: none;
}

.about-hero-content {
    position: relative;
    z-index: 10;
    max-width: 880px;
    padding: 100px 64px;
    text-align: center;
    color: #ffffff;
}

@media (max-width: 1024px) {
    .about-hero-content { padding: 80px 48px; }
}

@media (max-width: 768px) {
    .about-hero-content { padding: 60px 24px; }
}

.about-hero-title {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    line-height: 68px;
    margin-bottom: 24px;
    font-family: 'Noto Sans TC', sans-serif;
}

.about-hero-desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Noto Sans TC', sans-serif;
}

/* Intro Section */
.about-intro-section {
    background-color: #ffffff;
    padding: 120px 64px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.about-intro-container {
    max-width: 1440px;
    width: 100%;
    display: flex;
    flex-direction: row; /* 強制橫向排列 */
    align-items: center;
    justify-content: space-between;
    gap: 64px;
}

.about-intro-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 0; /* 防止內容撐開 */
}

.about-intro-logo {
    height: 48px;
    width: 192px;
    position: relative;
}

.about-intro-divider {
    width: 100%;
    height: 1px;
    background-color: #B9C1CF;
    opacity: 0.5;
}

.about-intro-text-wrapper {
    padding-left: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.about-intro-subtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #1d222b;
}

.about-intro-desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #5a6577;
    max-width: 560px;
}

.about-intro-image-wrapper {
    width: 640px;
    height: 480px;
    border-radius: 32px;
    overflow: hidden;
}

.about-intro-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Country Section */
.about-country-section {
    background-color: #ffffff;
    padding: 64px 64px;
    display: flex;
    justify-content: center;
}

.about-country-container {
    max-width: 1440px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.about-country-headline {
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    color: #1d222b;
    text-align: center;
}

.about-country-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.about-country-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-country-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.about-country-dot {
    width: 6px;
    height: 6px;
    background-color: #ec582b;
    border-radius: 50%;
}

.about-country-date {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: #ec582b;
    white-space: nowrap;
}

.about-country-line {
    flex: 1;
    height: 1px;
    background-color: #d3dde6;
}

.about-country-card {
    background: #ffffff;
    border: 3px solid #e9eef3;
    border-radius: 32px;
    padding: 12px;
    height: 412px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-country-card:hover {
    transform: translateY(-8px);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.08);
}

.about-country-card-img {
    width: 100%;
    height: 250px;
    border-radius: 24px;
    object-fit: cover;
}

.about-country-card-content {
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.about-country-city {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: #1d222b;
}

.about-country-desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #5a6577;
}

/* Patent Section (New Style) */
.patent-section {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 64px;
  padding-right: 64px;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Noto Sans TC', sans-serif;
}

.patent-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1440px;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  gap: 64px;
  box-sizing: border-box;
}

.patent-headline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.patent-headline p {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  color: #1d222b;
  margin: 0;
  white-space: nowrap;
}

.patent-awards {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.patent-award {
  background: #ffffff;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #b9c1cf;
}

.patent-award-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px 20px;
  padding: 32px 12px;
  width: 100%;
  box-sizing: border-box;
}

.patent-icon {
  position: relative;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
}

.patent-icon svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.patent-text {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
  min-width: 1px;
}

.patent-title {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #0d243f;
  height: 42px;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  white-space: pre-wrap;
}

.patent-desc {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.1px;
  color: #3d4555;
  width: 100%;
  margin: 0;
}

/* Patent Responsive */
@media (max-width: 1439px) and (min-width: 1024px) {
  .patent-section {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 1023px) and (min-width: 769px) {
  .patent-section {
    padding-left: 24px;
    padding-right: 24px;
  }
  .patent-container {
    padding-top: 64px;
    padding-bottom: 64px;
    gap: 48px;
  }
}

@media (max-width: 768px) {
  .patent-section {
    padding-left: 16px;
    padding-right: 16px;
  }
  .patent-container {
    padding-top: 32px;
    padding-bottom: 32px;
    gap: 48px;
  }
  .patent-headline p {
    font-size: 24px;
    line-height: 36px;
  }
  .patent-award-inner {
    padding: 24px 0;
    gap: 24px 8px;
  }
  .patent-title {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.1px;
  }
  .patent-desc {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: normal;
  }
}

/* Award Section */
.about-award-section {
    background-color: #f1f5fa;
    padding: 120px 64px;
    display: flex;
    justify-content: center;
}

.about-award-container {
    max-width: 1440px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.about-award-headline {
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    color: #1d222b;
    text-align: left;
}

.about-award-list {
    display: flex;
    flex-direction: column;
}

.about-award-item {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 32px 12px;
    border-bottom: 1px solid #b9c1cf;
}

.about-award-flag {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.about-award-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #1d222b;
}

/* Responsive */
@media (max-width: 1024px) {
    .about-intro-container {
        flex-direction: column;
    }
    .about-intro-image-wrapper {
        width: 100%;
        height: auto;
    }
    /* Patent grid removed in new style */
    .about-hero-title {
        font-size: 36px;
        line-height: 48px;
    }
}

@media (max-width: 768px) {
    .about-hero-section {
        /* Padding removed as it moved to content */
    }
    .about-hero-title {
        font-size: 28px;
        line-height: 36px;
    }
    .about-award-text {
        font-size: 18px;
        line-height: 28px;
    }
}







