@charset "utf-8";
@import url("https://cdn.adlinktech.com/Template/BaseStyles/font-awesome.min.css");
body {
    scroll-behavior: smooth;
}
.navListContent {
    margin: 0px auto;
}
.navList {
    width: 100%;
    position: sticky;
    top: 0px;
    z-index: 400 !important;
    background: linear-gradient(to right, rgba(0, 54, 54, 1) 0%, rgba(0, 152, 153, 1) 100%);
    /*	box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 5px;*/
}
.dropdown-title {
    display: none;
}
@media (min-width: 1200px) {
    .navList {
        top: 115px;
    }
    .navListContent {
        width: 100%;
        margin: 0px auto;
        max-width: 1108px;
    }
    .selected {
        display: none;
    }
    .navList ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        align-items: stretch;
    }
    .navList ul li {
        align-content: center;
        cursor: pointer;
        width: fit-content;
    }
    .navList ul li a {
        position: relative;
        text-align: center;
        line-height: normal;
        font-weight: 500;
        color: rgba(255, 255, 255, .4);
        height: 64px;
        display: flex;
        align-items: center;
        width: 100%;
        font-size: 18px;
        white-space: nowrap;
        padding: 0 18px;
    }
    .navList ul li a.active {
        color: rgba(255, 255, 255, 1);
    }
    .dropdown-selected {
        display: none;
    }
    .navList ul li.RequestForQuotation {
        margin-left: auto;
        background-color: #1e262d;
    }
    .navList ul li.RequestForQuotation a {
        padding: 0 20px;
    }
}
@media (max-width: 1200px) {
    .navList {
        top: 0px;
    }
    .dropdown {
        position: relative;
        display: block;
        width: 100%;
    }
    .navList .EOC_container {
        width: 100%;
        max-width: none;
    }
    .selected {
        position: relative;
        display: block;
        cursor: pointer;
        padding: 15px;
        line-height: normal;
        font-weight: 500;
        color: rgb(255, 255, 255);
    }
    .selected::after {
        content: "";
        font-family: FontAwesome;
        height: auto;
        visibility: visible;
        position: absolute;
        right: 15px;
        top: 50%;
        color: rgb(255, 255, 255);
        line-height: 1;
        transform: translateY(-50%);
        transition: transform 0.5s, -webkit-transform 0.5s;
        font-size: 120%;
    }
    .selected.open::after {
        transform: translateY(-50%) rotate(180deg);
    }
    .dropdown-list li {
        cursor: pointer;
        padding: 15px 15px 0px;
    }
    .dropdown-list li:last-of-type {
        cursor: pointer;
        padding: 15px;
    }
    .dropdown-list li a {
        display: block;
        color: rgb(0, 0, 0);
    }
    .dropdown-list li.active a {
        color: rgb(81, 0, 162);
        font-weight: 600;
    }
    .dropdown-list {
        list-style: none;
        padding: 0px;
        display: none;
        position: absolute;
        top: 100%;
        left: 0px;
        background-color: rgb(230, 231, 233);
        margin: 0px;
        width: 100%;
    }
}
@media (min-width: 1271px) {
    .navList {
        top: 102px;
    }
}
#sticky-wrapper[style] {
    height: auto;
}
.hero-banner-26062311504758670, .hero-banner-26062311504758670-1 {
    position: relative;
    background-color: #000;
}
.hero-banner-26062311504758670 .hero-banner-copy, .hero-banner-26062311504758670-1 .hero-banner-copy {
    font-size: 1vw;
}
.hero-banner-26062311504758670 .hero-banner-copy h1, .hero-banner-26062311504758670-1 .hero-banner-copy h1 {
    margin: 0 0 .3em;
    color: var(--med-teal-bright);
    font-size: 426% !important;
    line-height: normal;
    font-weight: 800;
    letter-spacing: -.5px;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(rgb(0, 152, 153) 0%, rgb(0, 250, 165) 100%) text;
    padding: 0 !important;
}
.hero-banner-26062311504758670 .hero-banner-copy p, .hero-banner-26062311504758670-1 .hero-banner-copy p {
    display: block !important;
    margin: 0;
    font-size: 182% !important;
    color: rgba(255, 255, 255, .92);
    background-color: transparent;
    padding: 0 !important;
}
.hero-banner-copy p:before, .hero-banner-copy p:after {
    display: none;
}
@media screen and (min-width: 678px) {
    .hero-banner-copy {
        left: 15%;
        width: 42%;
        top: 28%;
    }
}
#canvas-container {
    width: 100vw;
    height: 66%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    mix-blend-mode: screen;
    overflow: hidden;
}
#canvas-container canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
}
/**********************************************/
dl, dt, dd {
    width: 100%;
    margin: 0px;
}
.MedTech {
    overflow-x: hidden; /* fallback：舊瀏覽器不支援 clip 時生效 */
    overflow-x: clip; /* 只裁水平、保留垂直 visible，避免裁切 AOS fade-up */
}
.MedTech * {
    line-height: 1.35;
}
.MedTech *, .MedTech ::before, .MedTech ::after {
    box-sizing: border-box;
}
picture, figure {
    display: block;
    margin: 0px auto;
}
.MedTech h2 {
    text-align: center;
    margin: 0px auto 1em;
    font-weight: 500;
}
.MedTech img {
    width: 100%;
}
.MedTech h2, .MedTech h3, .MedTech h4, .applications h2, .MedTech p, .MedTech small {
    color: rgb(255, 255, 255);
}
.med_content {
    margin: 0px auto;
    width: calc(100% - 25px);
    max-width: 1100px;
    padding: 0px;
}
.MedTech section {
    padding: 50px 0px;
}
:root {
    --primary-color: #009899; /* 凌華科技的主要青綠色 */
    --primary-dark: #008789;
    --bg-dark: #121c22;
    --bg-darker: #0d1419;
    --bg-light: #f5f7fa;
    --text-light: #ffffff;
    --text-dark: #333333;
    --text-gray: #666666;
    --border-color: #e0e0e0;
}
/**********************************************/
@media screen and (min-width: 1270px) {
    .hero-banner {
        height: 43.6vw;
    }
}
.med-hero {
    height: 43.6vw;
    position: relative;
    padding: 3.7% 0 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/medtech/Medical_hero.webp");
}
.med-hero .med_content {
    max-width: 1100px;
}
.med-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 170px;
    background: linear-gradient(0deg, rgba(0, 199, 188, .52), transparent);
    pointer-events: none;
}
.med-hero__inner {
    height: 100%;
    display: flex;
    align-items: flex-start;
    padding-top: 96px;
}
.med-hero__copy {
    color: #fff;
    font-size: 1.01vw;
}
.med-hero h1 {
    margin: 0 0 .3em;
    color: var(--med-teal-bright);
    font-size: 426%;
    line-height: normal;
    font-weight: 800;
    letter-spacing: -.5px;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(rgb(0, 152, 153) 0%, rgb(0, 250, 165) 100%) text;
}
.med-hero p {
    margin: 0;
    font-size: 182%;
    color: rgba(255, 255, 255, .92);
}
/* =========================================
           深色背景共用設定 (Dark Sections)
           ========================================= */
main {
    position: relative;
    background-repeat: repeat-x;
    background-position: center top;
    background-size: auto 1394px;
}
main:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1600px auto;
    background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/medtech/why_bg.webp");
}
main:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: auto;
    visibility: visible;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    background: linear-gradient(to bottom, rgba(1, 8, 8, 1) 20%, rgba(30, 38, 44, 1) 80%);
}
main section {
    position: relative;
    z-index: 10;
}
.MedTech #why.dark-section {
    color: var(--text-light);
    padding: 84px 0 66px;
}
.MedTech #why.dark-section .med_content {
    max-width: 976px;
}
.MedTech #solutions.dark-section .med_content {
    max-width: 1100px;
}
.MedTech .section-title {
    text-align: center;
    color: var(--primary-color);
    font-size: 224%;
    margin-bottom: .2em;
    z-index: 2;
    position: relative;
}
/* =========================================
           為何選擇我們 (Why ADLINK Features)
========================================= */ :root {
    --ink: #ffffff;
    --muted: #9a9b9f;
    --accent: #00f2a5; /* 主強調色：青綠 */
    --line: #009899;
    --hover-ink: #04241f; /* hover 時（亮綠底）的深色文字 */
    --hover-ink-2: #063b33;
}
.stage {
    width: 100%;
    animation: rise 1s cubic-bezier(.19, 1, .22, 1) .12s both;
    margin: 0 auto 2.7em;
}
svg.grid {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible
}
/* ---- 面板互動 ---- */
.panel {
    cursor: pointer
}
/* 預設背景色：半透明黑 */
.base {
    fill: #000;
    fill-opacity: .7
}
/* hover 背景：青綠漸層（淡入切換） */
.hoverbg {
    fill: url(#teal);
    opacity: 0;
    transition: opacity .55s cubic-bezier(.19, 1, .22, 1)
}
.edge {
    fill: none;
    stroke: var(--line);
    stroke-width: 1;
    transition: stroke .5s ease, stroke-width .5s ease;
}
.hoverbg-r {
    fill: url(#teal-rl);
}
/* foreignObject 內的文字 */
.label {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 22px 24px;
    color: var(--ink);
    text-align: center;
    transition: 0.3s ease-in-out;
}
.label > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}
.label:after {
    display: none;
}
.title {
    display: block;
    font-size: 130%;
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -.01em;
    transition: color .4s ease;
    margin-top: auto;
}
.label img {
    display: block;
    margin: 0 auto;
}
.EdgeAI-ReadyEcosystem {
    padding-top: 48px;
}
.Medically-Certified img {
    max-width: 240px;
}
.Lifecycle img {
    max-width: 98px;
}
.Customization img {
    max-width: 103px;
}
/* ---- 中央圓圈：透明底，尺寸=四面板中央缺口 ---- */
.core-ring {
    fill: none;
    stroke: var(--line);
    stroke-width: 1.4;
    transition: stroke .5s ease;
    pointer-events: stroke
}
.core-ring2 {
    fill: none;
    stroke: rgba(0, 242, 165, .32);
    stroke-width: 1
}
.core-mark {
    font-family: var(--display);
    font-weight: 800;
    font-size: 38px;
    fill: var(--accent);
    text-anchor: middle;
    dominant-baseline: central;
    letter-spacing: .02em;
}
.core-sub {
    font-family: var(--display);
    font-weight: 600;
    font-size: 9px;
    letter-spacing: .34em;
    fill: var(--muted);
    text-anchor: middle;
    dominant-baseline: central;
    text-transform: uppercase;
}
.ringpulse {
    transform-box: fill-box;
    transform-origin: center;
    animation: pulse 3.4s ease-in-out infinite
}
@keyframes rise {
    from {
        opacity: 0;
        transform: translateY(22px)
    }
    to {
        opacity: 1;
        transform: none
    }
}
@keyframes pulse {
    0%, 100% {
        opacity: .5;
        transform: scale(1)
    }
    50% {
        opacity: 1;
        transform: scale(1.035)
    }
}
@media (prefers-reduced-motion:reduce) {
    * {
        animation: none !important;
        transition: none !important
    }
}
.why-description {
    text-align: center;
    margin: 0 auto;
    font-size: 92%;
    color: #b0c4de;
}
/* =========================================
           解決方案 (Solutions Tabs)
========================================= */
.MedTech #solutions {
    padding: 50px 0px 60px;
    border-top: 1px solid #3b4248;
    margin: 0 auto;
    max-width: 1180px;
}
.MedTech #solutions h2 {
    margin: 0px auto 0.9em;
}
.tabs_nav {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
    z-index: 2;
    position: relative;
}
/* 桌機（>=1024px，與 JS 的 unslick 斷點一致）：靜態 6 欄格線 */
@media (min-width: 1024px) {
    .tabs_nav {
        display: grid;
        column-gap: 15px;
        grid-template-columns: repeat(6, 1fr);
    }
}
/* ---- slick 核心後備樣式 ----
   專案只載入了 slick.min.js、沒有載入 slick.css，
   缺少這些樣式時輪播會整片垂直堆疊、無法裁切。
   若之後在 index.php 補上官方 slick.css，這段可移除。 */
.solution-content_slider .slick-list, .tabs_nav .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.solution-content_slider .slick-track, .tabs_nav .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.solution-content_slider .slick-track:after, .tabs_nav .slick-track:after {
    content: "";
    display: table;
    clear: both;
}
.solution-content_slider .slick-slide, .tabs_nav .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
.solution-content_slider.slick-initialized .slick-slide, .tabs_nav.slick-initialized .slick-slide {
    display: block;
}
/* 手機版選項卡輪播的左右箭頭（無 slick-theme.css 時預設不可見） */
.tabs_nav .slick-prev, .tabs_nav .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    font-size: 0;
    line-height: 0;
    background: transparent;
    cursor: pointer;
}
.tabs_nav .slick-prev {
    left: 0;
}
.tabs_nav .slick-next {
    right: 0;
}
.tabs_nav .slick-prev:before, .tabs_nav .slick-next:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--text-light, #fff);
    border-right: 2px solid var(--text-light, #fff);
}
.tabs_nav .slick-prev:before {
    transform: rotate(-135deg);
}
.tabs_nav .slick-next:before {
    transform: rotate(45deg);
}
.tabs_nav .slick-slide li, .tabs_nav li {
    margin: 0;
}
.tabs_nav .slick-slide .tab-btn {
    margin: 0 4px;
    width: calc(100% - 8px);
}
.tab-btn {
    color: var(--text-light);
    padding: 10px 25px;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
    width: 100%;
    font-size: 100%;
    background-color: rgba(0, 54, 54, .7);
}
.tab-btn.active, .tab-btn:hover {
    background: var(--primary-color);
    color: var(--text-light);
}
.solution-content .d-flex {
    position: relative;
    overflow: hidden;
    z-index: 2;
    display: flex;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    background-color: #022021;
}
.edge-ai {
    background-image: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/medtech/edge-ai.webp);
}
.MedicalCart {
    background-image: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/medtech/MedicalCart.webp);
}
.MedicalCart .ai-banner-content {
    max-width: 406px;
}
.Endoscope {
    background-image: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/medtech/Endoscope.webp);
}
.C-arm {
    background-image: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/medtech/C-arm.webp);
}
.C-arm .ai-banner-content {
    max-width: 406px;
}
.Ultrasound {
    background-image: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/medtech/Ultrasound.webp);
}
.Ultrasound .ai-banner-content {
    max-width: 452px;
}
.OperatingRoom {
    background-image: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/medtech/OperatingRoom.webp);
}
.OperatingRoom .ai-banner-content {
    max-width: 406px;
}
.solution-info {
    position: relative;
    padding: 30px 30px 20px;
    flex: 1;
    z-index: 2;
    display: flex;
    flex-direction: column;
}
.solution-content.slick-slide .solution-info:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0%;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    visibility: visible;
    transition: height 0.65s ease-in-out 0.08s;
    will-change: height;
}
.solution-content.slick-current.slick-active .solution-info:after {
    height: 90%;
}
.solution-info * {
    position: relative;
    z-index: 2;
}
.solution-info span {
    display: block;
    position: relative;
    text-align: left;
}
.solution-info span:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: calc(100% - 170px);
    transform: translateY(-50%);
    height: 1px;
    background-color: #777a7d;
    z-index: 1;
    visibility: visible;
}
.solution-info span small {
    color: var(--primary-color);
    font-size: 86%;
    position: relative;
    z-index: 2;
    padding-right: 1em;
}
.solution-info h3 {
    font-size: 140%;
    margin: .2em 0 .3em;
    line-height: normal;
}
.solution-info h3 {
    display: inline-flex;
    align-items: center;
    color: var(--text-light);
}
.solution-info h3 img {
    max-width: 16px;
    margin-left: 10px;
    transition: 0.3s ease-in-out;
}
@keyframes swing {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0);
    }
}
.solution-info dl {
    color: var(--text-light);
}
.solution-info dl :is(dt, dd) {
    width: 100%;
}
.solution-info dt {
    font-size: 88%;
    line-height: 1.25;
    margin-bottom: 1em;
}
.solution-info dd {
    flex: 1;
}
.solution-info dd ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    column-gap: 1em;
}
.solution-info dd ul li {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}
.solution-info dd ul li a {
    display: block;
    font-weight: 400;
    color: #fff;
    font-size: 84%;
}
.solution-info dd ul li a img {
    width: inherit;
    margin: auto auto .5em;
}
.solution-info dd ul li.EGX-MXM-BW2000 a img {
    max-width: 70px;
}
.solution-info a {
    display: block;
    transition: 0.3s ease-in-out;
}
.solution-info dd a:hover, .solution-info-bottom a:hover {
    transform: scale(1.05);
}
.solution-info-bottom {
    margin-top: auto;
    text-align: center;
}
.solution-info-bottom a:hover strong:after {
    transform-origin: top center;
    animation: swing 0.7s ease infinite;
}
.solution-info-bottom strong {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #fff;
    font-size: 84%;
    position: relative;
}
.solution-info-bottom strong:after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    height: 12px;
    width: 12px;
    visibility: visible;
    background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/medtech/arrow.svg");
    margin-left: 3px;
}
.solution-info-bottom ul {
    list-style: none;
    margin: 1em 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2.5em;
}
.solution-info-bottom ul li img {
    background-color: rgba(30, 38, 45, .63);
    border-radius: 5px;
    max-width: 84px;
    margin: 0 auto .3em;
}
.solution-info-bottom span small {
    background-color: transparent;
}
.solution-info .solution-info-bottom span:after {
    width: calc(100% - 124px);
}
/* 邊緣 AI 橫幅 */
.ai-banner {
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 0;
    z-index: 2;
    width: 100%;
    max-width: 678px;
    height: 31.5em;
}
.ai-banner-content {
    position: relative;
    z-index: 3;
    padding: 0 30px 38px;
    max-width: 360px;
}
.solution-content_slider .ai-banner-content {
    opacity: 0;
    transform: translateY(34px);
    will-change: opacity, transform;
}
.solution-content_slider .slick-current.slick-active .ai-banner-content {
    animation: solutionBannerRise 0.65s ease-out 0.12s both;
}
@keyframes solutionBannerRise {
    from {
        opacity: 0;
        transform: translateY(34px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.ai-banner-content h3 {
    font-size: 189%;
    margin: 0 0 .25em;
    color: var(--text-light);
    line-height: normal;
    position: relative;
}
.ai-banner-content h3:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -0.75em;
    left: 0;
    height: 4px;
    background-color: var(--text-light);
    z-index: 1;
    width: 1.7em;
}
.ai-banner-content p {
    font-size: 88%;
    color: var(--text-light);
}
.btn-primary {
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--text-light);
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: bold;
    transition: background 0.3s;
}
.btn-primary:hover {
    background-color: var(--primary-dark);
}
#trend {
    padding: 4.5em 0 0;
}
.trend-inner {
    max-width: 1080px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/medtech/trend.webp");
}
.trend-banner {
    margin: 0 auto;
    width: 100%;
    max-width: 832px;
}
#trend * {
    line-height: normal;
}
#trend span {
    display: inline-block;
    font-size: 218%;
    font-weight: 400;
    margin: 0 0 .4em;
    color: var(--text-light);
}
.MedTech #trend h2 {
    font-size: 320%;
    font-weight: 600;
    text-align: left;
    margin: 0;
    color: #008ad0;
}
#trend p {
    font-size: 130%;
    font-weight: 400;
    margin: 0 0 1em;
}
#trend a {
    display: inline-block;
    border: 1px solid #008ad0;
    background-color: #008ad0;
    line-height: normal;
    padding: .6em 1.4em;
    font-weight: 500;
    font-size: 120%;
    transition: 0.3s ease-in-out;
}
#trend a:hover {
    color: #008ad0;
    background-color: #fff;
    opacity: 1;
}
/* =========================================
           產品組合 (Product Portfolio)
           ========================================= */
#portfolio {
    padding: 50px 0 0;
}
#portfolio .med_content {
    max-width: 1180px;
    border-bottom: 1px solid #eef1f4;
    padding-bottom: 60px;
}
.portfolio-section {
    padding: 80px 0;
}
.portfolio-section .section-title {
    color: var(--primary-dark);
}
.MedTech #portfolio h3 {
    text-align: center;
    padding: .2em 0;
    margin: 1.2em 0 1.6em;
    font-weight: bold;
    color: #000;
    font-size: 132%;
    background-color: #edf0f4;
}
.MedTech #portfolio h3.category-header {
    margin-top: 2em;
}
.product-grid {
    display: flex;
    width: 100%;
    margin: 0 auto;
    max-width: 970px;
    gap: 2em 1em;
    flex-wrap: wrap;
    justify-content: center;
}
.product-card {
    transition: box-shadow 0.3s, transform 0.3s;
    width: 100%;
    max-width: calc((100% - 3em) / 4);
}
.product-card:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    transform: translateY(-5px);
    transition: all 0.3s;
}
.product-card:hover a {
    color: #444;
    background-color: #f9f9f9;
    border-top-color: var(--primary-dark);
}
.product-card a {
    padding: 1em;
    border: 1px solid #edf0f4;
    border-top: 6px solid #e6e6e6;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.product-card a * {
    transition: all 0.3s;
}
.product-card :is(small, strong, span) {
    display: block;
}
.product-card .img-wrapper {
    margin: 0;
}
.product-card .img-wrapper img {
    display: block;
    margin: 0 auto;
}
.product-card small {
    color: var(--primary-dark);
    font-size: 84%;
}
.product-card strong {
    margin-bottom: 10px;
    font-size: 110%;
}
.product-grid-small .product-card a {
    padding: .5em;
}
.product-grid-small .product-card strong {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.product-grid-small .product-card strong:after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-image: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/medtech/arrow1.svg);
    width: 17px;
    height: 17px;
    visibility: visible;
    margin-left: 3px;
}
.product-card .product-copy {
    font-size: 86%;
    color: var(--text-gray);
    margin: 0 0 1em;
}
.btn-outline {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    padding: .8em 1em;
    font-size: 100%;
    transition: all 0.3s;
    margin: auto auto 0;
    font-weight: 500;
    max-width: 158px;
    line-height: normal;
}
.product-card:hover a .btn-outline {
    background-color: var(--primary-color);
    color: #fff;
}
/* 小圖示產品網格 */
.product-grid-small {
    gap: 1em;
}
.product-grid-small .product-card strong {
    text-align: center;
}
#R26062311582124873 .module-ImageFlexComponent[style] {
    width: auto !important;
}
#imageFlex_26040116470546441 {
    border-top: 1px solid #edf0f4;
    padding-top: 50px;
}
/* ==========================================================================
   輪播區塊 #R26062311582124873
   ========================================================================== */
#R26062311582124873 ul.slides .slick-prev {
    left: 0;
}
#R26062311582124873 ul.slides .slick-next {
    right: 0;
}
#R26062311582124873 ul.slides .slick-track {
    display: flex !important;
}
#R26062311582124873 ul.slides .slick-slide {
    height: auto !important;
    display: flex !important;
}
#R26062311582124873 ul.slides .slick-slide > div {
    display: flex;
    width: 100%;
}
#R26062311582124873 .itemBox {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #eceef2;
}
#R26062311582124873 {
    padding: 50px 0px;
}
#R26062311582124873 h2 {
    text-align: center;
    font-weight: 500;
    line-height: normal;
    color: var(--primary-color);
    font-size: 213%;
    margin: 0px auto 1em !important;
}
#R26062311582124873 .wrapper.outerWidth[style] {
    margin: 0 auto;
    width: 100% !important;
    max-width: 1180px;
    justify-content: center;
}
#C26040116470546441[style] {
    width: 100% !important;
}
#R26062311582124873 .activeWrap {
    background-color: transparent !important;
}
#R26062311582124873 .defaultWrap > .activeWrap .alignCenter {
    display: block;
}
#R26062311582124873 .defaultWrap {
    display: flex;
    flex-wrap: wrap;
}
#R26062311582124873 ul.slides li {
    transition: 0.3s ease-in-out;
    margin: 0;
    padding: 0 10px 10px;
}
#R26062311582124873 ul.slides li * {
    transition: all .3s ease-out;
}
#R26062311582124873 *::after {
    display: none;
}
#R26062311582124873 ul.slides li img {
    display: block;
    margin: 0 auto;
    width: 100%;
    background-color: #edf0f4;
}
#R26062311582124873 ul.slides li img + p {
    background-color: var(--primary-color);
    margin: 0 0 15px;
    height: 8px;
    width: 100%;
}
#R26062311582124873 ul.slides, #R26062311582124873 ul.slides h3, #R26062311582124873 ul.slides p {
    font-size: 95%;
    padding: 0 1.5em;
    line-height: normal;
    width: 100%;
}
#R26062311582124873 ul.slides li h3 {
    font-weight: 500;
    color: var(--primary-color);
    width: 100%;
}
#R26062311582124873 ul.slides strong {
    display: inline-block;
    padding: 14px 36px;
    color: var(--primary-color);
    line-height: normal;
    font-weight: 500;
    margin: auto 0 20px 1.5em;
    background-color: #fff;
    border: 1px solid var(--primary-color);
}
#R26062311582124873 ul.slides strong + p {
    display: none;
}
#R26062311582124873 .cta_btn_ghost_red {
    color: #00c7fd !important;
    border-color: #00c7fd !important;
}
@media screen and (max-width: 996px) {
    #R26062311582124873 .wrapper {
        width: 100% !important;
    }
    #R26062311582124873 ul.slides {
        transform: none !important;
        transition: none !important;
        margin: 0 auto;
    }
    #R26062311582124873 ul.slides li {
        float: none !important;
        width: auto !important;
        margin: 0 !important;
    }
    #R26062311582124873 .scrollbar ul.slides {
        display: inline-flex;
        gap: 15px;
        flex-wrap: nowrap;
        padding-inline: 15px;
        width: auto;
    }
    #R26062311582124873 .scrollbar ul.slides > li {
        width: 280px !important;
    }
    #R26062311582124873 ul.slides li {
        margin-bottom: 20px;
    }
    #R26062311582124873 ul.slides li:last-of-type {
        margin-bottom: 0;
    }
    #R26062311582124873 {
        padding: 30px 0px 50px;
    }
}
@media (min-width: 996px) {
    #R26062311582124873 ul.slides {
        padding: 0 2em;
    }
    #R26062311582124873 ul.slides li:hover .itemBox {
        box-shadow: 2px 2px 6px rgba(0, 0, 0, .15);
    }
    #R26062311582124873 ul.slides li:hover figure:before {
        width: 0;
    }
    #R26062311582124873 ul.slides li:hover strong {
        color: #fff;
        background-color: var(--primary-color);
    }
    .panel:hover .hoverbg {
        opacity: 1
    }
    .panel:hover img {
        filter: drop-shadow(0 0 3px rgba(0, 243, 164, 1)) drop-shadow(0 0 6px rgba(0, 243, 164, .9))
    }
    .panel:hover .label {
        transform: scale(1.05);
    }
    .core:hover .core-ring {
        stroke: var(--accent)
    }
}
/* ==========================================================================
   區塊 #R26032513564462724
   ========================================================================== */
.forms-card {
    padding: 0;
    border: none;
    box-shadow: none;
}
.mktoFroms h2 {
    padding: 0;
    border-bottom: none;
    margin: 0 0 15px;
    color: #009899;
}
.mktoFroms {
    padding: 0 0 70px!important;
}
.mktoFroms_content {
    border-top: 1px solid #eef1f4;
    padding-top: 50px;
    max-width: 1180px;
}
.forms-card {
    margin: 0 auto;
    max-width: 980px;
}
/* =========================================
           響應式設計 (Responsive Design)
           ========================================= */
.scrollbar {
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}
@media (max-width: 1280px) {
    .solution-content .d-flex {
        display: block;
    }
    .ai-banner {
        padding: 30px;
        height: 59vw;
    }
    .ai-banner-content {
        padding: 0;
    }
    .solution-content .d-flex {
        background-size: 160% auto;
    }
    .solution-info-bottom {
        margin-top: 1em;
    }
    .solution-info-bottom ul {
        column-gap: 1em;
    }
    .tabs_nav, .solution-content_slider {
        max-width: 648px;
        margin-right: auto;
        margin-left: auto;
    }
    .solution-content .d-flex, .edge-ai, .MedicalCart, .Endoscope, .C-arm, .Ultrasound, .OperatingRoom {
        background-image: none;
    }
    .solution-content .d-flex .ai-banner {
        background-repeat: no-repeat;
        background-position: left top;
        background-size: cover;
    }
    .edge-ai .ai-banner {
        background-image: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/medtech/edge-ai.webp);
    }
    .MedicalCart .ai-banner {
        background-image: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/medtech/MedicalCart.webp);
    }
    .Endoscope .ai-banner {
        background-image: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/medtech/Endoscope.webp);
    }
    .C-arm .ai-banner {
        background-image: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/medtech/C-arm.webp);
    }
    .Ultrasound .ai-banner {
        background-image: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/medtech/Ultrasound.webp);
    }
    .OperatingRoom .ai-banner {
        background-image: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/medtech/OperatingRoom.webp);
    }
    .hero-banner-26062311504758670, .hero-banner-26062311504758670-1 {
        background-size: cover;
        background-position-y: top !important;
    }
}
@media (max-width: 900px) {
    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .center-logo {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin: 20px auto;
    }
    /* 小螢幕垂直排列時取消差集挖空效果 */
    .box-1, .box-2, .box-3, .box-4 {
        -webkit-mask-image: none;
        mask-image: none;
    }
    .solution-info {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        border-radius: 0;
    }
    .solution-content {
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .ai-banner {
        height: 59vw;
    }
}
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.2rem;
    }
    .nav-list {
        flex-direction: column;
        text-align: center;
    }
    .nav-list li {
        padding: 10px;
    }
    .form-row {
        grid-template-columns: 1fr;
    }
    .solution-content .d-flex {
        background-size: 200% auto;
    }
    #portfolio .med_content {
        width: 100%;
    }
    .product-grid {
        display: inline-flex;
        flex-wrap: nowrap;
        justify-content: unset;
        max-width: none;
        width: max-content;
        column-gap: 1em;
        padding-inline: 15px;
    }
    .product-grid:after {
        display: none;
    }
    .product-grid article {
        width: 300px;
        max-width: none;
        flex: 0 0 300px;
    }
    .MedTech #portfolio h2, .MedTech #portfolio h3 {
        margin-right: auto;
        margin-left: auto;
        width: calc(100% - 25px);
    }
    .trend-inner {
        padding: calc(49% + 1em) 1em 1em;
        background-size: 100% auto;
        background-image: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/medtech/trend_mobile.webp);
        border-radius: 0;
        display: block;
    }
    main {
        background-image: none;
    }
    main:before {
        background-size: 246% auto;
    }
    .tabs_nav .slick-prev {
        left: -3px;
    }
    .tabs_nav .slick-next {
        right: -3px;
    }
    #canvas-container canvas {
        opacity: .75;
    }
    .hero-banner-26062311504758670, .hero-banner-26062311504758670-1 {
        background-size: 100% auto !important;
    }
}
@media screen and (max-width: 676px) {
    .hero-banner-26062311504758670 .hero-banner-copy, .hero-banner-26062311504758670-1 .hero-banner-copy {
        font-size: 2.6vw;
        padding-bottom: 15px;
    }
    .hero-banner-26062311504758670 .hero-banner-copy .hero-banner-copy-inner, .hero-banner-26062311504758670-1 .hero-banner-copy .hero-banner-copy-inner {
        padding: 15px 50px 15px 15px;
    }
}
@media screen and (min-width: 678px) and (max-width: 1280px) {
    .hero-banner-26062311504758670 .hero-banner-copy, .hero-banner-26062311504758670-1 .hero-banner-copy {
        font-size: 1.4vw;
        width: 63% !important;
    }
    .trend-banner {
        padding: 10% 0;
    }
    .trend-text {
        font-size: 1.6vw;
        padding: 0 10%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
    .hero-banner-26062311504758670 .hero-banner-copy, .hero-banner-26062311504758670-1 .hero-banner-copy {
        left: 5%;
    }
}
@media (min-width: 1280px) {
    .trend-inner {
        padding: 0;
        height: 300px;
    }
}