:root {
    --spec-header-height: 121px;
    --web-white: #fff;
    --web-black: #000;
    --web-title-font-color: #17454b;
    --web-text-font-color: #1e5b63;
    --web-horizen-line-color: #4591AA;
    --web-intro-card-tag-bg-color: #d9d9d9;
    --web-intro-card-brown-color: #bb833f;
    --web-intro-card-blue-color: #0f7691;
    --web-intro-card-subtitle-font-color: #090909;
    --web-service-box-title-font-color: #23475b;
    --web-service-box-back-bg-color: #228099;
    --web-service-box-back-point-bg-color: #51e7fe;
    --web-case-card-text-font-color: #252525;
    --web-case-card-text-title-blue-bg-color: #3874b5;
    --web-case-card-text-title-bluegreen-bg-color: #0eadb6;
    --web-case-card-text-title-purple-bg-color: #b538b1;
    --web-case-card-text-title-freshgreen-bg-color: #43b538;

    --web-custom-btn-bg-color: #336c82;
    --web-news-text-font-color: #1f1f1f;
    --web-news-date-font-color: #2e89a5;
    --web-news-blue-tag-bg-color: #057d9e;
    --web-footer-bg-color: #455a64;

    --web-menu-item-border-color: #c89f61;
    --web-aboutus-bg-color: #1c8b9c;

    --web-feature-card-blue-border-bg-color: #27b2d6;
    --web-feature-card-brown-border-bg-color: #b3994a;
    --web-feature-card-blue-hint-font-color: #38d9f2;
    --web-feature-card-brown-hint-font-color: #d9c885;

    --web-news-body-text-font-color: #8b8b8b;
    --web-news-tag-bg-color: #109a5b;
    --web-news-title-border-color: #d3d3d3;

    --web-services-table-head-bg-color: #226e7a;
    --web-services-table-border-line-color: #abb7c4;
    --web-services-table-tr-td-font-color: #838383;

    --web-case-in-solution-box-bg-color: #e3eef0;
    --web-case-in-solution-title-font-color: #0d7b9d;
    --web-case-in-solution-title-border-color: #5bbcda;
    --web-case-in-solution-text-font-color: #2a2a2a;
    --web-case-in-solution-text-add-font-color: #62757b;
    --web-case-in-benefit-title-border-color: #109a5b;

    --web-divide-line-color: #bdd5d7;
}

html {
    scroll-behavior: smooth;
    /* 啟用平滑滾動 */
}

html.translated-ltr {
  font-size: 90% !important;
}

body {
    font-family: "Noto Sans TC", "微軟正黑體", sans-serif !important;
    overflow-x: hidden;
    margin: 0;
}

body a {
    text-decoration: none;
}

.container-fluid {
    --bs-gutter-x: 0rem !important;
    overflow: hidden;
}

.flex_a_j_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex_align_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ai-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inherit {
    display: inherit;
}

.inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.block {
    display: block;
}

.d-none {
    display: none;
}

.je {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.jfe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.jfs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.btween {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.width-100 {
    width: 100% !important;
}

.width-90 {
    width: 90% !important;
}

.width-70 {
    width: 70% !important;
}

.width-75 {
    width: 75% !important;
}

.width-50 {
    width: 50% !important;
}

.width-30 {
    width: 30% !important;
}

.width-33 {
    width: 33.3% !important;
}

.width-80 {
    width: 80% !important;
}

.width-20 {
    width: 20% !important;
}

.width-85 {
    width: 85% !important;
}

.width-15 {
    width: 15% !important;
}

.width-10 {
    width: 10% !important;
}

.width-60 {
    width: 60% !important;
}

.width-40 {
    width: 40% !important;
}

.width-45 {
    width: 45% !important;
}

.width-25 {
    width: 25% !important;
}

.width-fit-content {
    width: fit-content !important;
}

.size-volumn {
    font-size: 11px;
    font-weight: 500;
}

.ls_005 {
    letter-spacing: 0.05rem;
}

.ls_075 {
    letter-spacing: 0.075rem;
}

.fb {
    font-weight: bold;
}

.cp {
    cursor: pointer;
}

.bn {
    border: 0;
}

.bni {
    border: 0 !important;
}

.btopni {
    border-top: 0 !important;
}

.bbotni {
    border-bottom: 0 !important;
}

.tj {
    text-align: justify;
}

.tc {
    text-align: center !important;
}

.ws-nowrap {
    white-space: nowrap;
}

.ws-preline {
    white-space: pre-line;
}

.p-re {
    position: relative;
}

.p-ab {
    position: absolute;
}

.bt-0 {
    border-top: 0;
}

.hover-tw:hover,
.hover-tw:focus {
    color: #fff;
}

.hover-style01 {
    transition: all 0.3s ease-in-out;
}

.hover-style01:hover {
    filter: brightness(110%);
}

.hover-style01:active {
    filter: brightness(90%);
}

.tde-ul {
    text-decoration: underline;
}

.br-05 {
    border-radius: 0.5rem;
}

.br-1 {
    border-radius: 1rem;
}

.br-125 {
    border-radius: 1.25rem;
}

.mx-auto {
    margin: 0 auto;
}

.fs-p6 {
    font-size: 0.6rem;
}

.fs-p9 {
    font-size: 0.9rem;
}

.fs-1p75 {
    font-size: 1.75rem;
}

.fs-1p75 {
    font-size: 1.75rem;
}

.alinkclear {
    color: unset;
    text-decoration: unset;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font: inherit;
}

.black {
    color: var(--web-black);
}

.white {
    color: var(--web-white) !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.hoverObject {
    transition: all 0.3s ease;
}

.hoverObject:hover {
    transform: scale(1.05);
}

.fit {
    width: fit-content;
}

.mini-show {
    display: none !important;
}

.divide-line {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--web-divide-line-color);
    margin: 10px 63px 9px 0px;
}

.mobile .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* 半透明黑色背景 */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    z-index: 10;
}

.menu-open .overlay {
    opacity: 1;
    visibility: visible;
}

.menu-open header>.mobile .mini-menu {
    left: 250px;
    /* 點選burger時的位置 */
}

header>.mobile .mini-menu {
    z-index: 200;
    top: 0;
    position: fixed;
    display: none;
    width: 100%;
    left: 0;
    /* 預設位置 */
    transition: left 0.3s;
    /* 添加過渡效果 */
    ;
    background-color: var(--web-white);
}

header>.mobile .mini-menu .title {
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    padding-right: 50px;
}

header>.mobile .mini-menu .burder-box {
    display: flex;
    align-items: center;
    height: 70px;
    width: 100%;
}

header>.mobile .mini-menu .burder-box .burger {
    margin-left: 26px;
    margin-right: 26px;
    cursor: pointer;
    position: relative;
}

header>.mobile .mini-menu .burder-box .burger .Rectangle {
    width: 17px;
    height: 3px;
    margin: 5px 0 0;
    background-color: #232a6d;
}

header>.mobile .mini-menu .title img {
    width: 110px;
    height: 50px;
}

header>.mobile .hideMenu {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    padding-top: 50px;
    transition: left 0.3s;
    background-color: var(--web-footer-bg-color);
    z-index: 50;

    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
    text-decoration: unset;
    gap: 10px;
}

header>.mobile .hideMenu a {
    font-size: 20px;
    color: var(--web-white);
    font-weight: 500;
    text-decoration: unset;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.menu-open .mobile .hideMenu {
    left: 0;
}

/* Mobile 選單項目樣式 */
header .hideMenu .mobile-menu-item {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

/* 子選單樣式 */
.mobile-menu-item .mobile-submenu {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: var(--web-footer-bg-color);
    filter: brightness(0.9);
}

.mobile-menu-item .mobile-submenu a {
    display: block;
    padding: 10px 0;
    color: var(--web-text-font-color);
    text-decoration: none;
    font-size: 13px;
    opacity: 0.8;
}

.mobile-menu-item.active .mobile-menu-toggle img {
    transform: rotate(90deg);
}

.mobile-menu-item.active .mobile-submenu {
    max-height: 500px;
    /* 設置一個足夠大的值 */
}

header {
    position: relative;
    height: var(--spec-header-height);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10%;
    transition: all 0.3s ease;
    overflow: visible !important;
}

header .logo-img {
    width: 221px;
    height: 101px;
    margin-left: 40px;
}

header .header-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

header .tools {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-left: auto;
}

header .tool {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--web-black);
    display: flex;
    gap: 5px;
}

header .tool.border {
    padding: 2px 20px;
    border-radius: 24px;
    border: solid 1.5px var(--web-black) !important;
    width: fit-content;
}

header .menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    position: relative;
    /* 添加這行 */
    z-index: 1001;
}

header .menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    animation: slideDown 0.3s ease;
    /* 添加滑入動畫 */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

header .logo.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    width: 100%;
    height: 70px;
    background: rgba(255, 255, 255, 0.95);
    /* 半透明背景 */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* 添加陰影效果 */
}

header .logo.fixed .logo-img {
    margin: 5px 0 0 50px;
    width: 110px;
    height: 50px;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

header .menu .menu-item {
    text-decoration: unset;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--web-black);
    padding: 0 0 10px 0;
    position: relative;
    z-index: 10;
}

/* sub-item */

header .menu .menu-item>a {
    display: block;
    padding: 10px 0;
    color: var(--web-black);
    text-decoration: none;
    transition: color 0.3s ease;
}

header .menu .menu-item .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 9999;
    /* 提高 z-index 確保顯示在最前面 */
    overflow: visible;

}

header .menu .menu-item .submenu a {
    display: block;
    padding: 10px 20px;
    color: var(--web-black);
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 10;
}

header .menu .menu-item .submenu a:hover {
    background: linear-gradient(-90deg,
            rgba(14, 173, 182, 0.5) 0%,
            rgba(14, 173, 182, 0.5) 10%,
            var(--web-case-card-text-title-bluegreen-bg-color) 100%);
    color: var(--web-white);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

header .menu .menu-item:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 9999;
}

/* 第三層選單 */
header .submenu .submenu-item {
  position: relative;
}

header .submenu .sub-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  background: white;
  border: 1px solid #ccc;
  z-index: 999;
}

header .submenu .menu-item:hover > .submenu,
header .submenu .submenu-item:hover > .sub-submenu {
  display: block;
}

header .submenu a, 
header .sub-submenu a {
  display: block;
  padding: 8px 12px;
  white-space: nowrap;
}


/* 當選單固定時的樣式 */
header .menu.fixed .submenu {
    background: rgba(255, 255, 255, 0.98);
}

header .menu .menu-item.active {
    border-bottom: 1px solid var(--web-menu-item-border-color);
}

.content {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), linear-gradient(to bottom, #0c879a, #b38349);
    position: relative;
    z-index: 0;
}

#bg-1 {
    position: absolute;
    width: 100%;
    height: 971px;
    top: 0px;
    background-image: url("../assets/images/bg-1@3x.webp");
    background-size: cover;
    background-position: center;
    z-index: -1;
}

#bg-2 {
    position: absolute;
    width: 100%;
    height: 1123px;
    top: 971px;
    background-image: url("../assets/images/bg-2@3x.webp");
    background-size: cover;
    background-position: center;
    z-index: -1;
}

#bg-news {
    position: absolute;
    width: 100%;
    height: 2490px;
    top: 1300px;
    background-image: url("../assets/images/bg-3@3x.webp");
    background-size: cover;
    background-position: center;
    z-index: -1;
}


#bg-4 {
    position: absolute;
    width: 100%;
    height: 480px;
    bottom: 0px;
    background-image: url("../assets/images/bg_4.svg");
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.content .title {
    font-size: 60px;
    font-weight: 600;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 10.8px;
    text-align: center;
    color: var(--web-title-font-color);
}

.content .title.medium {
    font-size: 40px;
    font-weight: 600;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 10.8px;
    text-align: center;
    color: var(--web-title-font-color);
}

#sec-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#sec-intro .title {
    display: flex;
    width: fit-content;
    margin-top: 120px;
    position: relative;
    margin-bottom: 30px;
}

#sec-intro .title::after {
    content: '';
    position: absolute;
    width: 100%;
    background-color: var(--web-horizen-line-color);
    height: 1.5px;
    width: 100%;
    left: 50%;
    bottom: -15px;
    transform: translate(-50%, 0);
}

#sec-intro .text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 4.32px;
    text-align: center;
    color: var(--web-text-font-color);
}

#sec-intro .cards {
    margin: 60px 0;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
}

#sec-intro .cards .card {
    position: relative;
    width: 530px;
    background-color: transparent;
    border: none;
}

#sec-intro .card .card-top {
    height: 240px;
    border-radius: 10px 10px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--web-white);
    width: 100%;
    padding: 20px 30px;
    border: none;
}

#sec-intro .card .card-top .card-title {
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 3.2px;
    margin-bottom: 20px;
}

#sec-intro .card.brown .card-top .card-title {
    color: var(--web-intro-card-brown-color);
}

#sec-intro .card.blue .card-top .card-title {
    color: var(--web-intro-card-blue-color);
}

#sec-intro .card .card-top .card-subtitle {
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.82;
    letter-spacing: 1.1px;
    color: var(--web-intro-card-subtitle-font-color);
}

#sec-intro .card .card-top .card-text {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.22;
    letter-spacing: 0.9px;
    text-align: center;
    color: var(--web-black);
}

#sec-intro .card .card-top .card-tag {
    position: absolute;
    right: 20px;
    top: 10px;
    border-radius: 30px;
    padding: 2px 14px;
    background-color: var(--web-intro-card-tag-bg-color);

    color: var(--web-black);
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.88px;
}

#sec-intro .card .card-bottom {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: relative;
}

#sec-intro .card .card-bottom::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--web-white);
    border-radius: 0 0 10px 10px;
    opacity: 0.7;
    z-index: 0;
}

#sec-intro .card .card-bottom .card-btn {
    text-align: center;
    width: 90%;
    padding: 10px;
    border-radius: 100px;

    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 3.6px;
    color: var(--web-white);
    position: relative;
    z-index: 1;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

#sec-intro .card.brown .card-bottom .card-btn {
    background-color: #bb833f;
}

#sec-intro .card.blue .card-bottom .card-btn {
    background-color: var(--web-intro-card-blue-color);
}

/* Service */
.content #sec-service {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#sec-service .service-circle {
    height: 1000px;
    position: relative;
}

#sec-service .service-circle-bg {
    position: absolute;
    content: '';
    height: 700px;
    width: 700px;
    background-image: url("../assets/images/icon-service-circle.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 200px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}

#sec-service .service-circle-bg::after {
    position: absolute;
    content: '';
    height: 301px;
    width: 259px;
    background-image: url("../assets/images/icon-service-logo@3x.webp");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 200px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
}

#sec-service .service-box {
    position: absolute;
    width: 258px;
    height: 258px;
    z-index: 5;

    background-color: transparent;
    perspective: 1000px;
}

#sec-service .service-box .service-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.service-box:hover .service-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#sec-service .service-box .flip-box-front {
    width: 258px;
    height: 258px;
    background-image: url("../assets/images/service-box.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#sec-service .service-box .flip-box-back {
    background-color: var(--web-service-box-back-bg-color);
    transform: rotateY(180deg);
    border-radius: 20px;
    color: var(--web-white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

#sec-service .service-box .flip-box-back .point {
    padding-left: 20px;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    position: relative;
}

.point::after {
    position: absolute;
    left: 0px;
    top: 12px;
    content: '';
    width: 8px;
    height: 8px;
    background-color: var(--web-service-box-back-point-bg-color);
}

#sec-service .service-box.p01 {
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
}

#sec-service .service-box.p02 {
    top: 320px;
    left: -350px;
    transform: translate(-50%, 0);
}

#sec-service .service-box.p03 {
    top: 320px;
    left: 350px;
    transform: translate(-50%, 0);
}

#sec-service .service-box.p04 {
    top: 700px;
    left: 220px;
    transform: translate(-50%, 0);
}

#sec-service .service-box.p05 {
    top: 700px;
    left: -220px;
    transform: translate(-50%, 0);
}

#sec-service .service-box .service-title {
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 6.48px;
    color: var(--web-service-box-title-font-color);
}

/*sec-case*/
#sec-case {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#sec-case .card-container-view {
    position: relative;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sec-case .card-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
    border: 1.5px solid var(--web-white);
    padding: 40px;
}

#sec-case .card-container::after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--web-white);
    z-index: -1;
    opacity: 0.2;
}

#sec-case .card-wrapper {
    display: flex;
    transition: transform 0.6s ease-in-out;
    gap: calc(1% / 2);
}

#sec-case .card-wrapper>* {
    width: 1200px;
}

#sec-case .card-wrapper .card {
    flex: 0 0 auto;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    overflow: hidden;
}

#sec-case .card-wrapper .card-header {
    position: relative;
    width: 100%;
    padding: 0px;
}

#sec-case .card-wrapper .card-header .title {
    position: absolute;
    left: 20px;
    top: 30px;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 5px;
    color: var(--web-white);
    border-radius: 30px;
    padding: 5px 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    z-index: 2;
}

#sec-case .card-wrapper .card-header .title.brown {
    background-color: var(--web-intro-card-brown-color);
}

#sec-case .card-wrapper .card-header .title.blue {
    background-color: var(--web-case-card-text-title-blue-bg-color);
}

#sec-case .card-wrapper .card-header .title.bluegreen {
    background-color: var(--web-case-card-text-title-bluegreen-bg-color);
}

#sec-case .card-wrapper .card-header .title.purple {
    background-color: var(--web-case-card-text-title-purple-bg-color);
}

#sec-case .card-wrapper .card-header .title.freshgreen {
    background-color: var(--web-case-card-text-title-freshgreen-bg-color);
}

#sec-case .card-wrapper .card-header .card-image {
    width: 336px;
    height: 288px;
    overflow: hidden;
}

#sec-case .card-wrapper .card-header .card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 保持圖片比例並填滿容器 */
}

#sec-case .card-wrapper .card-header .card-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* 半透明黑色遮罩 */
  pointer-events: none; /* 讓滑鼠事件不受遮罩影響 */
  z-index: 1;
}

#sec-case .card-wrapper .card-body {
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#sec-case .card-wrapper .card-body .card-logo {
    width: 120px;
    height: auto;
}

#sec-case .card-wrapper .card-body .card-logo img {
    display: block;
    width: 100px;
    height: 100px;
    object-fit: contain;
    /* 確保 logo 完整顯示 */
}

#sec-case .card-wrapper .card02 .card-body .card-logo {
    width: 90px;
    height: auto;
}


#sec-case .card-wrapper .card-body .card-text {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 5px;
    color: var(--web-case-card-text-font-color);
    height: 60px;
    align-content: center;
}

.arrow {
    position: absolute;
    top: 50%;
    width: 47px;
    height: 47px;
    border: none;
    background-color: transparent;
    transform: translateY(-50%);
    background-image: url("../assets/images/btn-previous.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s all ease-in-out;
}

.arrow.prev {
    left: -20px;
}

.arrow.prev:hover {
    left: -25px;
}

.arrow.next {
    transform: translateY(-50%) rotate(180deg);
    right: -20px;
}

.arrow.next:hover {
    right: -25px;
}

.arrow:hover {
    color: #999;
}

.content .custom.btn {
    background-color: var(--web-custom-btn-bg-color);
    border-radius: 100px;
    color: var(--web-white);

    padding: 10px 35px;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 3.6px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* news */

.content #sec-news {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#sec-news .news-list {
    width: 90%;
    height: 700px;
    position: relative;
}

#sec-news .news-list::before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--web-white);
    z-index: -1;
    opacity: 0.2;
    border-radius: 30px;
}

#sec-news .news-list::after {
    position: absolute;
    content: '';
    top: 20%;
    left: 5%;
    width: 60%;
    height: 70%;
    z-index: 0;
    background-image: url("../assets/images/img-news-0@3x.webp");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.news-list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2px;
    z-index: 1;
    width: 100%;
    align-items: end;
    padding: 50px;
}

.news-list .title {
    width: 100%;
    margin-bottom: 100px;
}

.news-list .news {
    width: 771px;
    height: 110px;
    border-radius: 4px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    background-color: var(--web-white);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 50px 0 50px;
}

.news-list .news .tag {
    position: absolute;
    background-color: var(--web-intro-card-brown-color);
    left: 0px;
    top: 0px;
    padding: 5px 20px;

    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.8px;
    text-align: center;
    color: var(--web-white);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.news-list .news .tag.blue {
    background-color: var(--web-news-blue-tag-bg-color);
}

.news-list .news .body {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.news-list .news .body .text {
    font-size: 20px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 1px;
    color: var(--web-news-text-font-color);
    white-space: nowrap;
    /* 不換行 */
    overflow: hidden;
    /* 超出隱藏 */
    text-overflow: ellipsis;
    /* 顯示 ... */
    width: inherit;
    /* 一定要設定寬度 */
}

.news-list .news .body .text a {
    color: inherit;
    font-weight: inherit;
}


.news-list .news .body .date {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: var(--web-news-date-font-color);
}

/* questions */

#sec-questions,
.sec-questions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0px !important;
}

#sec-questions .questions-list,
.sec-questions .questions-list {
    width: 80%;
    display: flex;
    flex-direction: column;
}

#sec-questions .questions-list .question,
.sec-questions .questions-list .question {
    display: flex;
    flex-direction: column;
    width: 100%;
    cursor: pointer;
    border-bottom: 1.5px solid var(--web-white);
}

#sec-questions .questions-list .question .question-header,
.sec-questions .questions-list .question .question-header {
    font-size: 20px;
    font-weight: 900;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 3.6px;
    text-align: left;
    color: var(--web-white);
    padding: 30px 10px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

#sec-questions .questions-list .question.active,
.sec-questions .questions-list .question.active {
    border-bottom: none;
}

#sec-questions .questions-list .question:last-child,
.sec-questions .questions-list .question:last-child {
    border: none;
}

#sec-questions .questions-list .question .btn-icon,
.sec-questions .questions-list .question .btn-icon {
    transition: transform 0.3s ease;
}

#sec-questions .questions-list .question .btn-icon .icon,
.sec-questions .questions-list .question .btn-icon .icon {
    width: 44px;
    height: 44px;
    transition: transform 0.3s ease;
}

#sec-questions .questions-list .question .answer,
.sec-questions .questions-list .question .answer {
    max-height: 0;
    opacity: 0;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 10px;
    background-color: rgba(254, 255, 255, 0.8);
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 3.24px;
}

#sec-questions .questions-list .question.active .btn-icon .icon,
.sec-questions .questions-list .question.active .btn-icon .icon {
    transform: rotate(90deg);
}

#sec-questions .questions-list .question.active .answer,
.sec-questions .questions-list .question.active .answer {

    padding: 20px;
    margin-top: 15px;
    max-height: 300px;
    opacity: 1;
}

#sec-questions .btn a {

    color:#fff;
    text-decoration: none;
}

#sec-questions .btn a:hover {

    font-weight: bold;
}

/* footer */
footer {
    background-color: #5e7986;
    padding: 50px 80px;
    display: flex;
    gap: 50px;
}

footer .logo {
    width: 221px;
    height: 101px;
}

footer .text-list {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 2.88px;
    text-align: left;
    color: var(--web-white);
    gap: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

footer .text-list .text {
    display: flex;
}

footer .text-list .text .v-line {
    content: '';
    width: 1px;
    height: 16px;
    background-color: #fff;
    margin: 5px 20px 0 20px;
}

footer .text-list .text.copyright {
    font-size: 15px;
    flex-direction: column;
}

footer .text-list .text p {
    margin-bottom: .5rem;
}


/* other-pages */
.content .page-route {
    /*height: 74px;*/
    padding: 20px 10%;
    background-image: linear-gradient(to right, #b7e2e7, #dad6cc);

    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;

    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.06;
    letter-spacing: normal;
}

.content .page-route .v-line {
    content: '';
    width: 1px;
    height: 14px;
    margin-right: 40px;
    background-color: var(--web-black);
}

.content .page-route .devide-font {
    margin: 0 30px;
}

#sec-aboutus,
#sec-features,
#page-services,
#page-case,
#page-case-in,
#sec-download {
    background-color: var(--web-aboutus-bg-color);
    position: relative;
    padding: 50px 0 200px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 0;
    overflow: hidden;
}

#sec-aboutus #bg-intro {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 644px;
    height: 783px;
    background-image: url("../assets/images/img-intro-1.svg");
    background-size: cover;
    background-position: center;
    z-index: 0;
}

#sec-aboutus #bg-intro-2 {
    position: absolute;
    top: 100px;
    right: 0px;
    width: 1143px;
    height: 892px;
    background-image: url("../assets/images/img-intro-2.svg");
    background-size: cover;
    background-position: center;
    z-index: 0;
    opacity: 0.6;
}

.content .title.subpage {
    font-size: 36px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--web-white);
    position: relative;
    margin-bottom: 80px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.content .title.subpage::after {
    position: absolute;
    content: '';
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 40px;
    height: 4px;
    background-color: var(--web-menu-item-border-color);
}

#sec-aboutus .subtitle {
    font-size: 26px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.9;
    letter-spacing: 3.9px;
    text-align: center;
    color: var(--web-white);
    margin-bottom: 80px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

#sec-aboutus .text {
    width: 60%;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: var(--web-white);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    z-index: 1;
}

#sec-aboutus .image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

#sec-aboutus .image img {
    width: 80%;
    background: #1c8b9c;
}

#page-services .text {
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: var(--web-white);
}

/* features - page */
#sec-features {
    width: 100%;
    justify-content: center;
    align-items: center;
}

#sec-features .subtitle {
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 3.96px;
    text-align: center;
    color: var(--web-white);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

#sec-features .image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sec-features .image img {
    width: 80%;
}

#sec-features .feature-card {
    margin: 50px 0 30px 0;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    width: 80%;
    gap: 10px;
    border-left: 8px solid var(--web-feature-card-blue-border-bg-color);
}

#sec-features .feature-card.brown {
    border-left: 8px solid var(--web-feature-card-brown-border-bg-color);
}

#sec-features .feature-card .card-title {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 4.32px;
    color: var(--web-white);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

#sec-features .feature-card .card-hint {
    font-size: 23px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 4.14px;
    color: var(--web-feature-card-blue-hint-font-color);
}

#sec-features .feature-card.brown .card-hint {
    color: var(--web-feature-card-brown-hint-font-color);
}

/* news -page */

#sec-news-page,
#sec-news-page-in,
#page-partner,
#page-contact,
#page-links {
    position: relative;
    background-color: var(--web-aboutus-bg-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    z-index: 0;
}

#sec-news-page #bg,
#sec-news-page-in #bg,
#sec-features #bg,
#page-services #bg,
#page-case #bg,
#page-case-in #bg,
#page-partner #bg,
#page-contact #bg,
#page-links #bg,
#sec-download #bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../assets/images/img-bg@3x.webp");
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.6;
}

#sec-news-page .selectors {
    display: flex;
}

#sec-news-page .selectors>* {
    flex: 1;
}

#sec-news-page .selectors .selector {
    font-size: 30px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 6px;
    text-align: left;
    color: var(--web-white);
    padding: 20px 50px;
    border-bottom: 1px solid var(--web-white);
    opacity: 0.8;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    border: 1px solid transparent;
}

#sec-news-page .selectors .selector.active {
    opacity: 1;
    font-weight: bold;
    border-bottom: 4px solid var(--web-menu-item-border-color);
}

#sec-news-page .news-container {
    position: relative;
    width: 100%;
}

#sec-news-page .news-list {
    /*display: none;*/
    height: 0;
    opacity: 0;
    transition: all 0.3s ease;

    flex-direction: column;
    gap: 30px;
    align-items: center;
    transform: translate(-20%, 0);
    padding: 0px;

    overflow: hidden;
}

#sec-news-page .news-list#activity-news:not(.active) {
    transform: translate(20%, 0);
}

#sec-news-page .news-list.active {
    padding: 50px;
    height: auto;
    display: flex;
    opacity: 1;
    transform: translate(0, 0);
}

#sec-news-page #action-news.active {
    display: flex;
}

#sec-news-page .news-list .news {
    padding: 30px 30px 30px 20px;
    width: 80%;
    height: auto;
    border-left: 10px solid var(--web-intro-card-brown-color);
    gap: 30px;
    display: flex;
    justify-content: start;
}

#sec-news-page .news-list.blue .news {
    border-left: 10px solid var(--web-intro-card-blue-color);
}

#sec-news-page .news .news-img img {
    width: 185px;
    height: 157px;
}

#sec-news-page .news-list .news-header {
    display: flex;
    justify-content: space-between;
}

.news-body {
    flex: 1;
}

#sec-news-page .news-list .news-body .news-header .tag {
    position: relative;
    border-radius: 10px;
    padding: 0px 10px;
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
}

#sec-news-page .news-list.blue .news-body .news-header .tag {
    background-color: var(--web-intro-card-blue-color);
}

#sec-news-page .news-list .news-body .news-title {
    font-size: 20px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: var(--web-news-text-font-color);
}

#sec-news-page .news-list .news-body .news-text {
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.87;
    letter-spacing: normal;
    text-align: left;
    color: var(--web-news-body-text-font-color);
}

.content .btn.more {
    padding: 15px 45px;
    border-radius: 100px;
    background-color: var(--web-custom-btn-bg-color);

    height: 24px;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 3.6px;
    color: var(--web-white);
    height: auto;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* 最新消息 - 內頁 */
#sec-news-page-in {
    padding: 30px 10%;
}

#sec-news-page-in .functions,
#page-case-in .functions {
    width: 100%;
}

#sec-news-page-in .functions .goback,
#page-case-in .functions .goback {
    width: fit-content;
    text-align: left;
    color: var(--web-white);
    display: flex;
    gap: 30px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

#sec-news-page-in .news-content {
    border-radius: 15px;
    width: 100%;
    padding: 48px 90px;
    background-color: var(--web-white);
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
}

#sec-news-page-in .news-content .tag {
    padding: 3px 12px;
    background-color: var(--web-news-tag-bg-color);
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: var(--web-white);
    width: fit-content;
    border-radius: 5px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

#sec-news-page-in .news-content .news-title {
    font-size: 30px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: var(--web-black);
    padding-bottom: 30px;
    border-bottom: 1px solid var(--web-news-title-border-color);
}

#sec-news-page-in .news-content .news-note,
#sec-news-page-in .news-content .news-text {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
}

#sec-news-page-in .news-content .news-image img {
    width: 100%;
}

/* page-services */

#page-services {
    padding: 50px 10%;
}

#page-services .image {
    width: 100%;
}

#page-services .selectors {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px;
    border-radius: 30px;
    position: relative;
    /*gap: 10%;*/
    margin-bottom: 56px;
}

#page-services .selectors::after {
    position: absolute;
    content: '';
    border-radius: 30px;
    width: 100%;
    height: 100%;
    background-color: var(--web-white);
    opacity: 0.3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

#page-services .selectors>* {
    flex: 1;
}

#page-services .selectors .selector {
    font-size: 17px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: var(--web-white);
    cursor: pointer;
    transition: all 0.3 ease-in-out;
    background-color: transparent;
    border-radius: 30px;
    padding: 5px 8px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    border: 1px solid transparent;
}

#page-services .selectors .selector.active {
    background-color: var(--web-intro-card-brown-color);
}

#page-services .image img {
    width: 100%;
}

#page-services .table-view {
    width: 100%;
    overflow-x: auto;
}

#page-services table.tbl-services {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
    width: 100%;
}

#page-services .tbl-services td,
#page-services .tbl-services th {
    border: none;
    padding: 10px;
}

.tbl-services tr {
    position: relative;
}

.tbl-services tr::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50px;
    width: calc(100% - 100px);
    height: 1px;
    background-color: var(--web-services-table-border-line-color);
}

.tbl-services a {
    color: #1c8b9c;
}

.tbl-services a:hover {
    color: rgba(14, 173, 182, 0.5);
}

.tbl-services .link-button {
    color: #1c8b9c;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font: inherit;
}

.tbl-services .link-button:hover {
    color: rgba(14, 173, 182, 0.5);
}

#page-services table.tbl-services thead {
    background-color: var(--web-services-table-head-bg-color);
    color: var(--web-white);
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    border-radius: 30px;
    height: 60px;
    white-space: nowrap;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

#page-services table.tbl-services thead tr {
    border-radius: 30px;
}

#page-services table.tbl-services thead tr:first-child {
    padding: 60px;
}

#page-services table.tbl-services tr:first-child th:first-child {
    padding-left: 50px;
    border-top-left-radius: 10px;
}

#page-services table.tbl-services tr:first-child th:last-child {
    padding-right: 50px;
    border-top-right-radius: 10px;
}

#page-services table.tbl-services tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

#page-services table.tbl-services tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

#page-services table.tbl-services tr td:first-child {
    padding-left: 50px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: var(--web-services-table-head-bg-color);
    width: 200px;
    min-width: 200px;
}

#page-services table.tbl-services tr td {
    padding: 30px 10px;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: var(--web-black);
}

#page-services table.tbl-services tr td:nth-child(2) {
    min-width: 350px;
}

#page-services table.tbl-services tr td:nth-child(4) {
    word-break: break-all;
}

#page-services table.tbl-services tr td:nth-child(4),
#page-services table.tbl-services tr td:nth-child(5) {
    color: var(--web-services-table-tr-td-font-color);
}


#page-services table.tbl-services tbody {
    background-color: rgba(255, 255, 255, 0.9);
}

#page-services .content-text {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    text-align: left;
    color: var(--web-white);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    padding-bottom: 20px;
}

#page-services .prev-button {
    position: absolute;
    /* top: 4%; */
    left: 10%;
    text-align: center;
    color: #1d93a5;
    cursor: pointer;
    background-color: var(--web-white);
    border-radius: 30px;
    padding-right: 30px;
    border: 0px;
    font-size: 20px;
    font-weight: bold;
    height: 52px;
    padding-top: 7px;
}

#page-services .prev-button .left-arrow {
    margin-top: -5px;
}

#page-services .next-button {
    position: absolute;
    /* top: 4%; */
    right: 10%;
    text-align: center;
    color: #1d93a5;
    cursor: pointer;
    background-color: var(--web-white);
    border-radius: 30px;
    padding-left: 30px;
    border: 0px;
    font-size: 20px;
    font-weight: bold;
    height: 52px;
    padding-top: 7px;
}

#page-services .next-button .right-arrow {
    transform: translateY(0%) rotate(180deg);
    margin-top: -5px;
}

/* page-case */

#page-case {
    padding: 50px 10%;
}

#page-case .selectors {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    padding: 10px;
    border-radius: 30px;
    position: relative;
    /*gap: 10%;*/
    margin-bottom: 56px;
}

#page-case .selectors::after {
    position: absolute;
    content: '';
    border-radius: 30px;
    width: 100%;
    height: 100%;
    background-color: var(--web-white);
    opacity: 0.3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

#page-case .selectors>* {
    flex: 1;
}

#page-case .selectors .selector {
    font-size: 17px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: var(--web-white);
    cursor: pointer;
    transition: all 0.3 ease-in-out;
    background-color: transparent;
    border-radius: 30px;
    padding: 5px 10px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    border: 1px solid transparent;
}

#page-case .selectors .selector.active {
    background-color: var(--web-intro-card-brown-color);
}

#page-case .case-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    row-gap: 50px;
    width: 100%
}

#page-case .case-cards>* {
    width: 30%;
}

#page-case .case-cards .card {
    flex: 0 0 auto;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

#page-case .case-cards .card:hover {
    filter: brightness(1.2);
    transform: translate(0, -10px);
}

#page-case .case-cards .card-header {
    position: relative;
    width: 100%;
    padding: 0px;
}

#page-case .case-cards .card-header .title {
    position: absolute;
    left: 20px;
    top: 30px;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 5px;
    color: var(--web-white);
    border-radius: 30px;
    padding: 5px 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    z-index: 2;
}

#page-case .case-cards .card-header .title.brown {
    background-color: var(--web-intro-card-brown-color);
}

#page-case .case-cards .card-header .title.blue {
    background-color: var(--web-case-card-text-title-blue-bg-color);
}

#page-case .case-cards .card-header .title.bluegreen {
    background-color: var(--web-case-card-text-title-bluegreen-bg-color);
}

#page-case .case-cards .card-header .title.purple {
    background-color: var(--web-case-card-text-title-purple-bg-color);
}

#page-case .case-cards .card-header .title.freshgreen {
    background-color: var(--web-case-card-text-title-freshgreen-bg-color);
}

#page-case .case-cards .card-header .card-image {
    /* width: 336px; */
    height: 288px;
    overflow: hidden;
}

#page-case .case-cards .card-header .card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 保持圖片比例並填滿容器 */
}

#page-case .case-cards .card-header .card-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* 半透明黑色遮罩 */
  pointer-events: none; /* 讓滑鼠事件不受遮罩影響 */
  z-index: 1;
}

#page-case .case-cards .card-body {
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#page-case .case-cards .card-body .card-logo {
    width: 120px;
    height: auto;
}

#page-case .case-cards .card-body .card-logo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    /* 確保 logo 完整顯示 */
}

#page-case .case-cards .card02 .card-body .card-logo {
    width: 90px;
    height: auto;
}


#page-case .case-cards .card-body .card-text {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 5px;
    color: var(--web-case-card-text-font-color);
    height: 60px;
    align-content: center;
}

/* case-in 應用案例-內頁 */
#page-case-in {
    padding: 30px 10%;
}

#page-case-in .category {
    padding: 5px 30px;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: var(--web-white);
    border-radius: 30px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

#page-case-in .category.brown {
    background-color: var(--web-intro-card-brown-color);
}

#page-case-in .category.blue {
    background-color: var(--web-case-card-text-title-blue-bg-color);
}

#page-case-in .category.bluegreen {
    background-color: var(--web-case-card-text-title-bluegreen-bg-color);
}

#page-case-in .category.purple {
    background-color: var(--web-case-card-text-title-purple-bg-color);
}

#page-case-in .category.freshgreen {
    background-color: var(--web-case-card-text-title-freshgreen-bg-color);
}

#page-case-in .switch {
    width: 100%;
    font-size: 36px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--web-white);
    position: relative;
    padding: 10px 50px;
    margin-bottom: 50px;
}

#page-case-in .switch .arrow {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 47px;
    height: 47px;
    border: none;
    background-color: transparent;
    transform: translateY(-50%);
    background-image: url("../assets/images/btn-previous.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
}

#page-case-in .switch .arrow.right {
    transform: translateY(-50%) rotate(180deg);
    left: initial;
    right: 0px;
}

#page-case-in .switch .arrow.left:hover {
    transform: translate(-5px, -50%);
}

#page-case-in .switch .arrow.right:hover {
    transform: translate(5px, -50%) rotate(180deg);
}

#page-case-in .hint-box {
    position: relative;
    padding: 30px 90px;
    border-radius: 20px;
    background-image: linear-gradient(109deg, #237a8b 8%, #266483 87%);
    width: 100%;
}

#page-case-in .hint-box::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 20px;
    background: linear-gradient(113deg, #79c7e3 18%, #fff 78%);
    z-index: -1;
}

#page-case-in .hint-box::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 20px;
    background-image: linear-gradient(109deg, #237a8b 8%, #266483 87%);
    z-index: -1;
}

#page-case-in .hint-box .question {
    /*icon-case-demand.svg*/
    content: '';
    top: 30px;
    left: 30px;
    width: 37px;
    height: 37px;
    background-image: url("../assets/images/icon-case-demand.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#page-case-in .hint-box .hint-box-title {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: var(--web-white);
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

#page-case-in .hint-box .hint-box-text {
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.89;
    letter-spacing: normal;
    text-align: left;
    color: var(--web-white);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

#page-case-in .hint-box .hint-box-text .brown {
    font-weight: 500;
    color: var(--web-menu-item-border-color);
}

#page-case-in .solution-box {
    padding: 22px 70px 40px 100px;
    border-radius: 20px;
    width: 100%;
    background-color: var(--web-case-in-solution-box-bg-color);
}

#page-case-in .solution-box .solution-title {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: var(--web-case-in-solution-title-font-color);
    position: relative;
    padding: 16px 0;
    border-bottom: 1.5px solid var(--web-case-in-solution-title-border-color);
}

#page-case-in .solution-box .solution-title::after {
    position: absolute;
    content: '';
    top: 50%;
    left: -40px;
    transform: translate(-50%, -50%);
    width: 37px;
    height: 37px;
    background-image: url("../assets/images/icon-case-solution.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#page-case-in .solution-box .solution-text {
    display: flex;
    flex-direction: column;

    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.89;
    letter-spacing: normal;
    text-align: left;
    color: var(--web-case-in-solution-text-font-color);
}

#page-case-in .solution-box .solution-text .icon {
    width: 21.8px;
    height: 21.8px;

}

#page-case-in .solution-box .solution-text .pic {
    width: 90%;
}

#page-case-in .solution-box .solution-add {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.27;
    letter-spacing: normal;
    text-align: left;
    color: var(--web-case-in-solution-text-add-font-color);
}

.benefit-title {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: var(--web-news-tag-bg-color);
    position: relative;
    padding: 16px 0;
    border-bottom: 1.5px solid var(--web-case-in-benefit-title-border-color);
}

#page-case-in .solution-box .benefit-title::after {
    position: absolute;
    content: '';
    top: 50%;
    left: -40px;
    transform: translate(-50%, -50%);
    width: 37px;
    height: 37px;
    background-image: url("../assets/images/icon-case-benefit.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#page-case-in .solution-box .benefit-text {
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.89;
    letter-spacing: normal;
    text-align: left;
}

#page-case-in .solution-box .benefit-text .highlight {
    color: var(--web-case-in-benefit-title-border-color);
}

/* page partner */
#page-partner .selectors {
    display: flex;
}

#page-partner .selectors>* {
    flex: 1;
}

#page-partner .selectors .selector {
    font-size: 30px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 6px;
    text-align: left;
    color: var(--web-white);
    padding: 20px 50px;
    border-bottom: 1px solid var(--web-white);
    opacity: 0.8;
}

#page-partner .selectors .selector.active {
    opacity: 1;
    font-weight: bold;
    border-bottom: 4px solid var(--web-menu-item-border-color);
}

.partner .button-container {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    width: 60%;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 100px;
}

.partner .category-btn {
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 500;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.partner .category-btn.highlight {
    background-color: #D88A37;
    /* 橘色 */
}

.partner .grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.partner .company-container {
    display: flex;
    justify-content: center;
    width: 80%;
}

.partner .company {
    text-align: center;
    color: white;
    width: 270px;
    height: 359px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-decoration: none;
}

.partner .company:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    cursor: pointer;
}

.partner .logo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 23px;
    margin-left: 27px;
    margin-right: 27px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #000;
}

.partner .logo img {
    max-width: 100%;
    max-height: 100%;
}

.partner .company.highlight {
    background-color: rgba(255, 255, 255, 0.2);
    /* padding: 10px; */
    border-radius: 15px;
}

.partner .company .text {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
}

.partner .text {
    width: 60%;
    font-size: 18px;
    font-weight: 300;
    line-height: 33px;
    letter-spacing: 1px;
    color: var(--web-white);
    text-align: left;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* partner modal */
.companyModal .modal-content {
    border-radius: 15px;
    overflow: hidden;
}

.companyModal .modal-header {
    position: relative;
    align-items: start;
}

.companyModal .modal-body {
    padding: 0;
}

.companyModal .modal-title {
    background-color: #bb833f;
    color: var(--web-white);
    width: 284px;
    flex-grow: 0;
    margin-top: 16px;
    margin-left: 30px;
    padding: 2px 31px 5px;
    border-radius: 26px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.companyModal .logo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 23px;
    margin-left: 27px;
    margin-right: 27px;
    overflow: hidden;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
}

.companyModal .logo img {
    max-width: 100%;
    max-height: 100%;
}

.companyModal .btn {
    background-color: var(--web-white);
    border-radius: 50%;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.25);
}

.companyModal .modal-bottom {
    color: #65979d;
    margin: 23px 0 0;
    padding: 28px 63px 37px 63px;
    background-color: #e3ebec;
}

.companyModal .modal-bottom a {
    color: #1d5f67;
    line-height: 2.06;
    font-size: 16px;
    font-weight: 500;
}

.companyModal ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #1d5f67;
    padding-left: 1rem;
    font-size: 16px;
    font-weight: 500;
}

/* page contact */
.page-contact .row .row {
    border-style: solid;
    border-width: 1px;
    border-radius: 20px;
    border-color: #cdf8ff;
    overflow: hidden;
}

.page-contact .row .left {
    background-color: #cdf8ff;
    padding: 30px 50px 30px 50px;
}

.page-contact .row .left .logo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #87e1ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-contact .row .left .logo img {
    width: 65%;
}

.page-contact .row .right {
    padding: 30px 50px 30px 50px;
    color: var(--web-white);
}

.page-contact .btn {
    background-color: #336c82;
    color: var(--web-white);
    border-radius: 10px;
    height: 49px;
    font-size: 16px;
    font-weight: 900;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.page-contact .btn:hover {
    filter: brightness(1.1);
    background-color: #336c82;
}

.page-contact .form-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-left: 5px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.page-contact .form-check-label {
    margin: 2px 0px 0px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.page-contact .form-control {
    background-color: #e6fbff;
    border-radius: 10px;
    height: 40px;
}

.page-contact .form-check-input {
    background-color: #336c82 !important;
    border-radius: 5px;
    width: 22px;
    height: 22px;
}

.page-contact .form-control.textarea {
    background-color: #e6fbff;
    border-radius: 10px;
    height: 124px;
}

.page-contact .text1 {
    line-height: 29px;
    font-size: 16px;
    color: #194456;
}

.page-contact .text2,
.page-contact .text2 a {
    line-height: 28px;
    font-size: 16px;
    color: #3c697c;
    font-weight: 500;
}

.page-contact .v-line {
    content: '';
    width: 4px;
    margin: 7px 10px 4px 10px;
    background-color: #c89f61;
}

.page-contact .contact-users {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
}

.page-contact .link-button {
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font: inherit;
    text-decoration-line: underline;
}

.page-contact .link-button:hover {
    font-weight: bold;
}

@media screen and (max-width: 992px) {
    header {
        gap: 2%;
        height: 70px;
    }

    header .logo-img {
        display: none;
    }

    header .logo.fixed {
        display: none;
    }

    header .header-right {
        display: none;
    }

    header>.mobile .mini-menu {
        display: flex;
        transition: all 0.3s ease;
    }

    header>.mobile .mini-menu .title {
        display: flex;
    }

    #sec-intro .cards .card {
        position: relative;
        width: 90%;
        background-color: transparent;
        border: none;
    }

    #sec-intro .card .card-top {
        height: auto;
    }

    /* service */
    #sec-service {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    #sec-service .service-circle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        margin: 50px;
        width: 100%;
        gap: 20px;
        padding: 50px;
    }

    #sec-service .service-circle::after {
        position: absolute;
        left: 50%;
        top: 0px;
        content: '';
        width: 80%;
        height: 100%;
        background-color: var(--web-white);
        border-radius: 50px;
        transform: translateX(-50%);
        opacity: 0.2;
    }

    #sec-service .service-circle-bg {
        opacity: 0;
    }

    #sec-service .service-box.p01 {
        position: relative;
        top: initial;
        left: initial;
        transform: translate(0, 0);
    }

    #sec-service .service-box.p02 {
        position: relative;
        top: initial;
        left: initial;
        transform: translate(0, 0);
    }

    #sec-service .service-box.p03 {
        position: relative;
        top: initial;
        left: initial;
        transform: translate(0, 0);
    }

    #sec-service .service-box.p04 {
        position: relative;
        top: initial;
        left: initial;
        transform: translate(0, 0);
    }

    #sec-service .service-box.p05 {
        position: relative;
        top: initial;
        left: initial;
        transform: translate(0, 0);
    }

    /* case */

    #sec-case .card-wrapper {
        display: flex;
        transition: transform 0.6s ease-in-out;
        gap: calc(1% / 2);
    }

    #sec-case .card-wrapper>* {
        width: 614px;
    }

    /* news */
    #sec-news .news-list {
        width: 90%;
        height: auto;
    }

    #sec-news .news-list::after {
        display: none;
    }

    .news-list {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 2px;
        z-index: 1;
        width: 100%;
        align-items: end;
        padding: 50px;
    }

    .news-list .title {
        width: 100%;
        margin-bottom: 20px;
    }

    .news-list .news {
        width: 100%;
        padding: 40px 50px 20px 50px;
        height: auto;
    }

    .news-list .news .body {
        flex-wrap: wrap;
    }


    /* footer */
    footer {
        align-items: center;
        flex-direction: column;
    }

    footer .text-list .text .v-line {
        display: none;
    }

    footer .text-list .text {
        flex-direction: column;
        gap: 10px;
    }

    /* aboutus */
    #sec-aboutus #bg-intro {
        width: 60%;
    }

    #sec-aboutus #bg-intro-2 {
        width: 60%;
    }

    /* news - page */
    #sec-news-page {
        padding: 50px 0;
    }

    #sec-news-page .selectors .selector {
        font-size: 20px;
        padding: 10px 30px;
    }

    #sec-news-page .news-list {
        width: 100%;
    }

    #sec-news-page .news-list .news {
        width: 90%;
        flex-direction: column;
    }

    /* news - page - in */

    #sec-news-page-in .news-content {
        padding: 20px 30px;
        gap: 15px;
        margin-bottom: 30px;
    }

    #sec-news-page-in .news-content .news-title {
        font-size: 20px;
        line-height: 1.75;
        padding-bottom: 30px;
    }

    #sec-news-page-in .news-content .news-note,
    #sec-news-page-in .news-content .news-text {
        font-size: 14px;
        line-height: 2;
    }

    /* case */
    #page-case .selectors {
        width: 110%;
    }

    #page-case .case-cards {
        justify-content: center;
    }

    #page-case .case-cards>* {
        width: 40%;
        min-width: 300px;
    }

    /* case-page-in */
    #page-case-in .switch {
        font-size: 24px;
    }

    #page-case-in .solution-box {
        padding: 16px 30px 20px 70px;
    }

    .partner .button-container,
    .partner .text {
        width: 100%;
    }

    .page-contact .contact-users {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 50px;
        margin-top: 30px;
    }

}

/*首頁案例分享輪播工具swiper的按鈕*/
#sec-case .swiper-button-next,
#sec-case .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 47px;
    height: 47px;
    border: none;
    background-color: transparent;
    transform: translateY(-50%);
    background-image: url("../assets/images/btn-previous.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s all ease-in-out;
}

#sec-case .swiper-button-next::after,
#sec-case .swiper-button-prev::after {
    content: '';
}

#sec-case .swiper-button-next {
    right: 10px;
    transform: translateY(-50%) rotate(180deg);
}

#sec-case .swiper-button-prev {
    left: 10px;
}

#sec-case .btn a {
    color:#fff;
    text-decoration: none;
}

#sec-case .btn a:hover {
    font-weight: bold;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.modal-content img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px;
}

.modal-close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    cursor: pointer;
}

/* page links */
.links .grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.links .company-container {
    display: flex;
    justify-content: center;
    width: 80%;
}

.links .company {
    text-align: center;
    color: white;
    width: 270px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.links .company:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    cursor: pointer;
}

.links .logo {
    height: 100px;
    border-radius: 20px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 23px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.links .logo img {
    max-width: 95%;
    max-height: 100%;
}

.links .company.highlight {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
}

.links .company .text {
    text-align: center;
    padding: 10px;
    
}

.links .text {
    font-weight: 300;
    line-height: 33px;
    letter-spacing: 1px;
    color: var(--web-white);
    text-align: left;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.links .company .text:hover {
    border-radius: 40px;
    background-color: #346c83;
    width:90%;
}

/* download-page */
#sec-download {
    width: 100%;
    justify-content: center;
    align-items: center;
}

#sec-download .subtitle {
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: 3.96px;
    text-align: center;
    color: var(--web-white);
    margin-bottom: 80px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

#sec-download .image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sec-download .image img {
    width: 80%;
}

#sec-download .feature-card {
    margin: 50px 0 30px 0;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    width: 80%;
    gap: 10px;
    border-left: 8px solid var(--web-feature-card-blue-border-bg-color);
}

#sec-download .feature-card.brown {
    border-left: 8px solid var(--web-feature-card-brown-border-bg-color);
}

#sec-download .feature-card .card-title {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 4.32px;
    color: var(--web-white);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

#sec-download .feature-card .card-hint {
    font-size: 23px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 4.14px;
    color: var(--web-feature-card-blue-hint-font-color);
}

#sec-download .feature-card.brown .card-hint {
    color: var(--web-feature-card-brown-hint-font-color);
}

#sec-download .file-list {
    width: 80%;
    display: flex;
    flex-direction: column;
}

#sec-download .file-list .question {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-bottom: 1px solid var(--web-white);
}

#sec-download .file-list .question .question-header {
    font-size: 18px;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 3.6px;
    text-align: left;
    color: var(--web-white);
    padding: 30px 10px;
    display: flex;
    justify-content: space-between;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

#sec-download .file-list .question:last-child {
    border: none;
}

#sec-download .file-list .question .btn-icon {
    border: 1;
    border-radius: 40px;
    background-color: #50b7c6;
    padding: 10px 20px;
}

#sec-download .file-list .question .btn-icon:hover {
    background-color: #346b80;
}

#sec-download .file-list .question .btn-icon a {
    color:inherit;
    text-decoration: none;
}