@charset "utf-8";
@import "https://cdn.adlinktech.com/Template/BaseStyles/font-awesome.min.css";
@import url("//cdn.adlinktech.com/vendor/css/aos.css");
/* ==========================================================================
   CSS 變數 (Custom Properties)
   ========================================================================== */ 
/* ==========================================================================
   全域基礎樣式 (.InnoTrans / hero-slider / 共用元素)
   ========================================================================== */
dl, dt, dd {
    width: 100%;
    margin: 0;
}
.InnoTrans {
    overflow: hidden;
    background-color: #000;
    /*
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1590px auto;
    background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/innotrans-2026/InnoTrans.jpg");
*/
}
.InnoTrans * {
    line-height: 1.35;
}
.InnoTrans *, .InnoTrans *::before, .InnoTrans *::after {
    box-sizing: border-box;
}
picture, figure {
    display: block;
    margin: 0 auto;
}
.InnoTrans h2 {
    text-align: center;
    margin: 0 auto 1em;
    font-weight: 500;
    color: #008ad0;
    font-size: 180%;
    line-height: normal;
}
.InnoTrans img {
    width: 100%;
    height: auto;
}
.InnoTrans_content {
    margin: 0 auto;
    width: calc(100% - 25px);
    max-width: 1150px;
    padding: 0;
}
/* ==========================================================================
   .InnoTrans_hero
   ========================================================================== */
.InnoTrans_hero {
    padding: 58% 0 50px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/innotrans-2026/hero_mobile.webp");
}
img[alt="adlink_logo"] {
    max-width: 28%;
}
.InnoTrans_hero h1, .InnoTrans_hero h1 + p {
    font-style: italic;
}
.InnoTrans_hero h1 {
    color: #00f2fe;
    font-size: 164%;
    font-weight: bold;
    line-height: normal;
    margin: 0;
}
.InnoTrans_hero h1 + p {
    color: #00f2fe;
    font-size: 100%;
    line-height: normal;
    margin-bottom: .3em;
}
.InnoTrans_hero .InnoTrans_content {
    font-size: 8vw;
}
.InnoTrans_hero ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    color: #fff;
}
.InnoTrans_hero ul:after, .InnoTrans_hero ul li:after {
    display: none;
}
.InnoTrans_hero ul li {
    line-height: normal;
}
.InnoTrans_hero ul li.boothExterior_date {
    font-size: 56%;
    padding: 0 1.8em 0 0.8em;
    top: inherit;
    position: relative;
}
.InnoTrans_hero ul li.boothExterior_date strong {
    display: block;
    font-size: 82%;
    padding-top: .2em;
    line-height: 1;
}
.InnoTrans_hero ul li.booth span {
    display: block;
    padding: .15em 1.2em;
    color: #fff;
    border-radius: 500px;
    font-size: 55%;
    font-weight: 500;
    background-color: #d03d44;
    text-align: center;
}
/* ==========================================================================
   .overview
   ========================================================================== */
.overview .boothExterior {
    margin: 0 auto .5em;
    max-width: 31em;
}
.overview {
    padding: 0 0 68px !important;
}
.overview .InnoTrans_content {
    max-width: 1000px;
}
.overview h2 {
    margin: -.4em auto .2em;
    color: #fff;
}
.overview h2 + p {
    color: #939494;
    text-align: center;
    max-width: 850px;
    margin: 0 auto 1.2em;
    font-size: 112%;
}
.overview ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
}
.overview ul li {
    padding: .5em 1.2em;
    border-radius: 500px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background-color: #d03d44;
    margin: .5em 0;
	border: 1px solid #d03d44;
}
.overview ul li.ScheduleMeeting:hover {
    transition: 0.3s ease-in-out;	
	background-color: #fff;
   color: #d03d44;
}
/* ==========================================================================
   .slider
   ========================================================================== */
.InnoTransSlider {
    padding-bottom: 80px;
    position: relative;
}
.InnoTransSlider .InnoTrans_content {
    width: 100%;
    position: relative;
}
.InnoTransSlider .InnoTrans_content:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 5px 5px 0 0;
    height: 145%;
    visibility: visible;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 110, 255, 1) 40%, rgba(0, 110, 255, 0) 100%);
}
.InnoTransSlider h2 {
    text-align: left !important;
    color: #fff;
    margin-bottom: .2em;
}
.slider-content {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
}
.slider-content article {
    grid-area: 1 / 1;
    min-width: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s ease;
    padding: 2em 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 67% auto;
}
.slider-content article.is-active {
    opacity: 1;
    pointer-events: auto;
}
.slider-content article.KV1 {
    background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/innotrans-2026/KV1.webp");
}
.slider-content article.KV2 {
    background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/innotrans-2026/KV2.webp");
}
.slider-content article.KV3 {
    background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/innotrans-2026/KV3.webp");
}
.slider-content article .d-flex {
    display: flex;
    justify-content: flex-end;
    height: 100%;
}
.slider-content article.KV3 .d-flex {
    align-items: center;
}
.slider-content article .d-flex div {
    flex: 0 1 38.4375em;
    min-width: 0;
    max-width: 38.4375em;
    color: #fff;
    padding: 0 4%;
}
.slider-content article .d-flex div a.learnMore {
    position: relative;
    display: inline-block;
    padding: .7em 2.9em;
    font-weight: 600;
    border-radius: 500px;
    color: #006eff;
    background-color: #fff;
    transition: box-shadow .35s ease;
}
/* hover 呼吸發光 */
.slider-content article .d-flex div a.learnMore:hover,
.slider-content article .d-flex div a.learnMore:focus-visible {
    animation: sliderBtnBreath 2s ease-in-out infinite;
}
@keyframes sliderBtnBreath {
    0%, 100% { box-shadow: 0 0 6px rgba(255, 255, 255, .5), 0 0 14px rgba(0, 229, 255, .4); }
    50%      { box-shadow: 0 0 18px rgba(255, 255, 255, .95), 0 0 38px rgba(0, 229, 255, .8); }
}
@media (prefers-reduced-motion: reduce) {
    .slider-content article .d-flex div a.learnMore {
        animation: none !important;
        transition: none !important;
    }
}
.slider-content article .d-flex div p {
    color: #fff;
    font-size: 88%;
    max-width: 100%;
    margin-bottom: 1.8em;
}
.slider-content article .d-flex div h3 {
    font-size: 128%;
    color: #fff;
    line-height: normal;
    margin: 1.5em 0 .5em;
}
.slider-content article .d-flex div ul.featuredProduct {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.9375em;
    max-width: 30.5em;
}
.slider-content article .d-flex div ul.featuredProduct:after, .slider-content article .d-flex div ul.featuredProduct li:after {
    display: none;
}
.slider-content article .d-flex div ul.featuredProduct li {
    background-color: #edf0f4;
    transition: 0.3s ease-in-out;
}
.slider-content article .d-flex div ul.featuredProduct li a {
	display: block;
}
.slider-content article .d-flex div ul.featuredProduct li:hover {
	transform: scale(1.02);
}
.slider-content article .d-flex div ul.featuredProduct li strong {
    display: block;
    text-align: center;
    font-size: 86%;
    line-height: normal;
    padding: .45em 0;
    background-color: #3b4248;
	color: #fff;
}
.slider-content article .d-flex div ul.featuredProduct li span {
	display: block;
    margin: -.2em 0 0 0;
    padding: 0 0 1.2em 1.2em;
    line-height: normal;
    font-size: 82%;
    color: #5a5858;
}
.slider-content article .d-flex div ul.featuredProduct li span em {
    display: block;
    font-weight: 600;
    font-size: 110%;
    color: #008ad0;
	font-style: normal;
}
.slider_nav-wrap {
    position: relative;
    padding: 0 15px;
}
.slider_nav-wrap figure {
    position: relative;
    max-width: 34em;
    z-index: 2;
}
.slider_nav-wrap figure img {
    position: relative;
    z-index: 1;
}
.slider_nav-wrap figure ul.slider_nav {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.slider_nav-wrap figure ul.slider_nav li.is-active {
    pointer-events: none;
}
.slider_nav-wrap figure ul.slider_nav li {
    position: absolute;
    cursor: pointer;
    font-size: 0.4em;
}
.slider_nav-wrap figure ul.slider_nav li.KV1-nav {
    top: 49%;
    left: 79%;
}
.slider_nav-wrap figure ul.slider_nav li.KV2-nav {
    top: 51%;
    left: 43%;
}
.slider_nav-wrap figure ul.slider_nav li.KV3-nav {
    top: 50%;
    left: 11%;
}
.ripple {
    --ripple-rgb: 107, 126, 149;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    width: 5.4em;
    height: 5.4em;
    background-color: rgba(var(--ripple-rgb), 0.7);
    border-radius: 50%;
    transition: background-color .4s ease;
}
.slider_nav > li.is-active .ripple {
    --ripple-rgb: 41, 133, 255;
}
.slider_nav > li:not(.is-active):hover .ripple {
    --ripple-rgb: 41, 133, 255;
}
.ripple::before, .ripple::after, .ripple > span {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background-color: rgba(var(--ripple-rgb), 0.55);
    animation: rippleWave 3s linear infinite;
    will-change: transform, opacity;
}
.ripple::after {
    animation-delay: -.5s;
}
.ripple > span {
    animation-delay: -1.5s;
}
@keyframes rippleWave {
    0% {
        transform: scale(1);
        opacity: .95;
    }
    70% {
        opacity: .45;
    }
    100% {
        transform: scale(2.6);
        opacity: 0;
    }
}
@media (prefers-reduced-motion: reduce) {
    .ripple::before, .ripple::after, .ripple > span {
        animation: none;
        opacity: 0;
    }
    .ripple {
        box-shadow: 0 0 0 1.5em rgba(var(--ripple-rgb), 0.3), 0 0 0 3em rgba(var(--ripple-rgb), 0.2);
    }
}
ul.Partner {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
    max-width: 667px;
    margin: -1em auto 0;
}
ul.Partner li {
    color: #fff;
    font-size: 150%;
    font-weight: 500;
}
ul.Partner:after {
    display: none;
}
img[alt="AUO"] {
    max-width: 56px;
}
img[alt="Intel"] {
    max-width: 50px;
}
img[alt="Nvidia"] {
    max-width: 110px;
}
img[alt="NXP"] {
    max-width: 56px;
}
img[alt="ELMA"] {
    max-width: 66px;
}
.meet {
    background-color: #fff;
}
@media screen and (max-width: 1100px) {
.overview .InnoTrans_content {
    max-width: 648px;
}	
}
@media (max-width: 768px) {
    .InnoTrans_hero ul {
        flex-wrap: wrap;
        font-size: 8vw;
    }
    .InnoTrans_hero ul li.InnoTrans_logo {
        max-width: 12%;
    }
    .InnoTrans_hero ul li.booth {
        width: 70%;
        margin-top: 5%;
    }
    .slider-content {
        display: block;
    }
    .slider-content article {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        aspect-ratio: auto;
        padding: 102% 0 3em;
        background-size: 145% auto;
    }
    .slider-content article.is-active {
        position: relative;
    }
    .slider-content article .d-flex {
        display: block;
        height: auto;
    }
    .slider-content article .d-flex div {
        max-width: 100%;
    }
    .slider-content article .d-flex div p {
        max-width: 100%;
    }
    .slider-content article .d-flex div ul {
        max-width: 100%;
    }
ul.Partner {
    justify-content: space-between;
	flex-wrap: wrap;
}
	ul.Partner li:nth-child(1) {
 width: 100%;
		text-align: center;
		padding-bottom: 15px;
	}
.overview {
    padding: 0 0 50px !important;
}
.InnoTransSlider {
    padding-bottom: 50px;
}	
}
@media (max-width: 480px) {
	ul.Partner {
		justify-content: center;
	}
ul.Partner li {
    padding: 15px;
}	
}
@media screen and (min-width: 768px) {
    .InnoTrans_hero {
        padding: 1.5em 0 12em;
        background-position: 46% 0.8em;
        background-size: 200% auto;
        background-image: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/innotrans-2026/hero.webp);
    }
    .InnoTrans_hero .InnoTrans_content {
        font-size: 3vw;
    }	
img[alt="adlink_logo"] {
    max-width: 8.5%;
}
    .InnoTrans_hero ul li.boothExterior_date {
        font-size: 49%;
    }
    .InnoTrans_hero ul li.InnoTrans_logo {
        max-width: 3.5%;
    }
.overview .boothExterior {
    margin: -6em auto .5em;
    max-width: 31em;
}
.InnoTransSlider:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center 103%;
    background-size: 100% 1100px;
    background-image: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/innotrans-2026/bg.webp);
    mix-blend-mode: exclusion;
    opacity: .7;
}	
}
@media (min-width: 996px) {}
@media (min-width: 992px) {}
@media screen and (min-width: 768px) and (max-width: 1092px) {
.slider-content article .d-flex {
    font-size: 1.5vw;
} 	
}
@media screen and (min-width: 768px) and (max-width: 1200px) {}
@media (min-width: 1100px) {
.InnoTrans_hero {
	    background-position: center -3.2em;
    background-size: 2560px auto;
}
    .InnoTrans_hero .InnoTrans_content {
        font-size: 34px;
    }
    .overview ul {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 0.9375em;
    }
    .InnoTransSlider .InnoTrans_content {
        max-width: 1092px;
    }
    .slider-content {
        aspect-ratio: 1 / 0.485;
    }
    .slider-content article {
        aspect-ratio: 1 / 0.485;
    }
}