@import url("https://cdn.adlinktech.com/Template/BaseStyles/font-awesome.min.css");
.navListContent {
    margin: 0px auto;
}
.navList {
    background: rgb(0, 113, 193);
    width: 100%;
    z-index: 100;
    position: sticky;
    top: 0px;
}
.dropdown-title {
    display: none;
}
.adlink-container h2, .content-switch-container h2, #R26030120373325731 h2 {
    margin: 0px 0px 30px;
}
@media (min-width: 995px) {
    .navList {
        top: 115px;
        background-color: rgb(0, 113, 193);
    }
    .navListContent {
        width: 100%;
        margin: 0px auto;
        max-width: 1100px;
    }
    .selected {
        display: none;
    }
    .navList ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        align-items: stretch;
        grid-template-columns: repeat(7, 1fr);
    }
    .navList ul li {
        align-content: center;
        cursor: pointer;
    }
    .navList ul li a {
        position: relative;
        text-align: center;
        line-height: normal;
        font-weight: 500;
        color: rgb(255, 255, 255);
        height: 66px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 97%;
        width: 100%;
    }
    .navList ul li a.active {
        background-color: rgb(2, 41, 89);
    }
    .navList ul li {
        width: 100%;
    }
    .dropdown-selected {
        display: none;
    }
    .navList ul li.AskTheExpert a {
        background-color: rgb(0, 34, 95);
    }
}
@media (max-width: 995px) {
    .navList {
        top: 0px;
    }
    .dropdown {
        position: relative;
        width: 100%;
    }
    .navList .EOC_container {
        width: 100%;
        max-width: none;
    }
    .selected {
        position: relative;
        display: inline-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: -10px;
        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(0, 34, 95);
        font-weight: 600;
    }
    .dropdown {
        position: relative;
        display: block;
    }
    .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;
}
.Railway .slick-next::before, .Railway .slick-prev::before {
    color: rgb(34, 34, 34);
    font-family: FontAwesome;
}
.Railway .slick-next::before {
    content: "";
}
.Railway .slick-prev::before {
    content: "";
}
.Railway .slick-next {
    right: -20px;
}
.Railway .slick-prev {
    left: -20px;
}
.Railway .Railway {
    margin: 0px auto;
    overflow-x: hidden;
    background-color: rgb(0, 0, 0);
}
.Railway * {
    line-height: 1.35;
}
.Railway *, .Railway ::before, .Railway ::after {
    box-sizing: border-box;
}
.Railway picture, .Railway figure {
    display: block;
    margin: 0px auto;
}
.Railway img {
    width: 100%;
    height: auto;
}
.Railway p {
    line-height: 1.5;
}
.Railway h2 {
    text-align: center;
    font-weight: 600;
    line-height: normal;
    max-width: 860px;
    color: #fff;
    font-size: 228%;
    margin: 0px auto 30px;
}
.Railway h2 span {
    display: inline-block;
}
.Railway h3 {
    font-weight: 600;
    font-size: 170%;
    margin: 0px auto 25px;
    line-height: normal;
}
.Railway h4 {
    font-weight: 400;
    font-size: 100%;
    margin: 0px;
}
.Railway_container {
    width: 90%;
    margin: 0px auto;
    max-width: 1180px;
}
.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.Railway {
    background-color: rgb(0, 0, 0);
}
.Railway_content {
    margin: 0px auto;
    width: 90%;
    max-width: 1100px;
}
/*******************************************************************/
/* 上方覆蓋層：半透明黑底並置中內容 */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5%;
}
/* 輪播內容主要區域 */
.carousel-container {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
/* 輪播單一項目基本設定與預設隱藏狀態 */
.carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*    pointer-events: none;*/
    /* 淡入淡出與位移動畫過渡效果 */
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    opacity: 0;
    transform: translateY(1rem); /* 預設微往下移 */
}
/* 輪播項目顯示狀態 */
.carousel-item.active {
    opacity: 1;
    transform: translateY(0);
}
/* 進度條容器 */
.progress-container {
    position: absolute;
    bottom: 3rem;
    display: flex;
    gap: 1rem; /* 項目之間的間距 */
}
/* 進度條外框 */
.progress-track {
    width: 3rem;
    height: 0.375rem; /* 6px */
    background-color: #4b5563; /* 深灰 */
    border-radius: 9999px;
    overflow: hidden;
}
/* 進度條本體 */
.progress-bar {
    width: 0%;
    height: 100%;
    background-color: #ffffff;
}
/*******************************************************************/
.Railway_hero {
    height: 112vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #000;
    font-size: 2.6vw;
    padding: 0 5%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/RailwayTest/Rail_Video_mobile.webp");
}
.Railway_hero h1 {
    font-size: 440%;
    background: linear-gradient(rgb(48, 191, 247) 0%, rgb(18, 123, 235) 100%) text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin: 0px auto;
    line-height: normal;
}
.Railway_hero h1 + p {
    color: #fff;
    margin: 0.5em auto 1.5em;
    font-size: 180%;
    line-height: normal;
}
.Railway_hero a {
    display: block;
    margin: 0px auto;
    max-width: 2.625em;
    animation: pulse 3s ease-out;
    animation-iteration-count: infinite;
    transform: translate(0, 0px);
}
@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
        transform: translate(0, 10px);
    }
    100% {
        opacity: 0.5;
    }
}
.RailwayVideo {
    width: 100%;
    position: absolute;
    margin: 0 auto;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 107.5vw;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 110% auto;
    background-color: #000;
}
/*******************************************************************/
main {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/RailwayTest/main.webp");
}
/*******************************************************************/
.Railway_SuccessfulCase {
    padding: 64px 0px 0px;
}
dl.PartnerCertification {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}
dl.PartnerCertification dt, dl.PartnerCertification dd {
    background-color: #000;
}
dl.PartnerCertification ul {
    list-style: none;
    margin: 0px;
    display: flex;
    align-items: center;
}
dl.PartnerCertification ul li {
    align-items: center;
    width: 100%;
    padding: 5px 0px;
}
dl.PartnerCertification ul li:nth-of-type(1) {
    max-width: 160px;
}
dl.PartnerCertification ul li:nth-of-type(2) {
    flex: 1 1 0%;
    display: grid;
    gap: 0px 10px;
    grid-template-columns: repeat(3, 1fr);
}
dl.PartnerCertification h4 {
    color: #4399f0;
    text-align: center;
}
.Railway_SuccessfulCase_slider dl {
    position: relative;
}
.Railway_SuccessfulCase_slider dl dt, .Railway_SuccessfulCase_slider dl dd {
    width: 100%;
}
.Railway_SuccessfulCase_slider dl dd {
    position: relative;
    z-index: 1;
}
.Railway_SuccessfulCase_slider dl dt {
    position: relative;
}
.Railway_SuccessfulCase_slider {
    padding: 30px 0px 40px;
}
ul.Railway_SuccessfulCase_sliderNav {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    position: relative;
}
ul.Railway_SuccessfulCase_sliderNav:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    mix-blend-mode: multiply;
    z-index: 1;
    visibility: visible;
    height: auto;
}
ul.Railway_SuccessfulCase_sliderNav li {
    position: relative;
    z-index: 2;
    padding: 30px 20px;
    cursor: pointer;
    border-bottom: 1px solid #777a7d;
    transition: 0.2s;
    color: rgb(255, 255, 255);
    font-weight: 500;
    text-align: center;
    line-height: 1;
}
ul.Railway_SuccessfulCase_sliderNav li.active {
    color: rgb(0, 112, 192);
}
.Railway_SuccessfulCase_sliderContent {
    position: relative;
}
.Railway_SuccessfulCase_sliderContent article {
    padding: 5%;
    display: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-items: flex-end;
}
.Railway_SuccessfulCase_sliderContent article.AI-Powered {
    background-image: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/RailwayTest/AI-Powered.webp)
}
.Railway_SuccessfulCase_sliderContent article.Modular-Design {
    background-image: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/RailwayTest/Modular-Design.webp)
}
.Railway_SuccessfulCase_sliderContent article.Mission-Critical {
    background-image: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/RailwayTest/Mission-Critical.webp)
}
.Railway_SuccessfulCase_sliderContent article.Long-term-Support {
    background-image: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/RailwayTest/Long-term-Support.webp)
}
.Railway_SuccessfulCase_sliderContent article.active {
    display: flex;
}
.Railway_SuccessfulCase_sliderContent article div {
    opacity: 0;
    transform: translateY(15px);
    transition: 0.5s ease-out;
}
.Railway_SuccessfulCase_sliderContent article.active div {
    animation: 0.6s ease-out 0s 1 normal forwards running textSlideUp;
}
.Railway_SuccessfulCase_sliderContent h3 {
    color: #fff;
    font-size: 198%;
    margin: 0px auto;
    font-weight: 500;
}
.Railway_SuccessfulCase_sliderContent h3 + p {
    color: #fff;
    font-size: 100%;
    max-width: 26em;
}
.Railway_SuccessfulCase_sliderContent a {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    color: #0070c0;
    font-weight: bold;
    padding: 0.95em 2.85em;
    border: 1px solid #0070c0;
    line-height: 1;
    background-color: #fff;
}
@keyframes textSlideUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
.Railway_txt {
    padding: 0px;
}
.Railway_txt .Railway_content {
    border-bottom: 1px solid #777a7d;
    padding-bottom: 64px;
    max-width: 1196px;
}
.Railway_txt h2 {
    margin: 0px auto 10px;
}
.Railway_txt h2 + p {
    text-align: center;
    color: #fff;
    max-width: 1050px;
    margin: 0px auto;
}
/*******************************************************************/
.RailDeployment_content article {
    display: none;
}
.RailDeployment_content article.active {
    display: block;
}
html.is-modal-open, body.is-modal-open {
    overflow: hidden;
}
.RailDeploymentModal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}
.RailDeploymentModal.is-open {
    display: block;
}
.RailDeploymentModal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
}
.RailDeploymentModal__panel {
    position: relative;
    max-width: 980px;
    margin: 6vh auto;
    background: #fff;
    border-radius: 16px;
    overflow: auto;
    padding: 18px 18px 28px;
}
.RailDeploymentModal__close {
    position: absolute;
    right: 12px;
    top: 10px;
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    font-size: 22px;
    cursor: pointer;
}
.Railway_RailDeployment {
    padding: 40px 0px 0px;
    position: relative;
}
.Railway_RailDeployment h2, .RailDeploymentModal__body h2 {
    color: rgb(255, 255, 255);
}
.Railway_RailDeployment h3, .RailDeploymentModal__body h3 {
    background: linear-gradient(to right, rgb(48, 191, 247) 0%, rgb(18, 123, 235) 100%) text;
    -webkit-text-fill-color: transparent;
    font-size: 182%;
    margin: 5px 0px 19px;
    font-weight: 400;
}
.Railway_RailDeployment h3, .Railway_RailDeployment h4, .RailDeploymentModal__body h3, .RailDeploymentModal__body h4 {
    color: #fff;
}
.Railway_RailDeployment p, .Railway_RailDeployment dl dd ul, .RailDeploymentModal__body p, .RailDeploymentModal__body dl dd ul {
    color: #939494;
    line-height: normal;
}
.Railway_RailDeployment strong, .RailDeploymentModal__body strong {
    color: rgb(237, 240, 244);
    font-weight: 400;
}
.Railway_RailDeployment_map {
    position: relative;
    margin: 0px auto;
    width: 768px;
    max-width: 1406px;
}
.RailDeployment_map_nav {
    position: absolute;
    inset: 0px;
    z-index: 2;
    display: block;
    text-align: center;
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 70%;
}
.RailDeployment_map_nav li:hover {
    background: rgb(0, 0, 0);
}
.RailDeployment_map_nav li {
    display: inline-block;
    border: 1px solid rgb(255, 255, 255);
    padding: 0.25% 0.8%;
    background-color: rgb(0, 0, 0);
    line-height: 1;
    border-radius: 500px;
    font-size: 88%;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.RailDeployment_map_nav li span {
    display: block;
    position: relative;
}
.RailDeployment_map_nav li span:before {
    content: "\f111";
    font-family: 'FontAwesome';
    color: #0070c0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.RailDeployment_map_nav li:nth-of-type(1) {
    top: 55.5%;
    left: 63%;
}
.RailDeployment_map_nav li:nth-of-type(1) span:before {
    top: 50%;
    left: -111%;
}
.RailDeployment_map_nav li:nth-of-type(2) {
    top: 48.5%;
    left: 73.5%;
}
.RailDeployment_map_nav li:nth-of-type(2) span:before {
    top: 50%;
    left: -20%;
}
.RailDeployment_map_nav li:nth-of-type(3) {
    top: 55.5%;
    left: 41%;
}
.RailDeployment_map_nav li:nth-of-type(3) span:before {
    top: 50%;
    left: 120%;
}
.RailDeployment_map_nav li:nth-of-type(6) {
    top: 38%;
    left: 60.4%;
}
.RailDeployment_map_nav li:nth-of-type(6) span:before {
    top: 50%;
    left: 162%;
}
.RailDeployment_map_nav li:nth-of-type(5) {
    top: 23.5%;
    left: 89.7%;
}
.RailDeployment_map_nav li:nth-of-type(5) span:before {
    top: 50%;
    left: 182%;
}
.RailDeployment_map_nav li:nth-of-type(4) {
    top: 77.5%;
    left: 23%;
}
.RailDeployment_map_nav li:nth-of-type(4) span:before {
    top: 50%;
    left: -17%;
}
.RailDeployment_map_nav li:nth-of-type(7) {
    top: 44%;
    left: 29.5%;
}
.RailDeployment_map_nav li:nth-of-type(7) span:before {
    top: 50%;
    left: 130%;
}
.RailDeployment_map_nav li.active {
    background-color: #1472be;
    border-color: #fff;
}
.RailDeployment_map_nav li.active {
    transition: 250ms color;
    animation-name: ripple;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes ripple {
    0% {
        box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.75);
    }
    100% {
        box-shadow: 0 0 0px 0.9375em rgba(255, 255, 255, 0);
    }
}
.Railway_RailDeployment picture {
    position: relative;
    z-index: 1;
}
.unitName {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: rgb(237, 240, 244);
    font-size: 85%;
}
.unitName span {
    display: inline-block;
    position: relative;
    margin-right: 8px;
}
.unitName span:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    height: 5px;
    z-index: 1;
    background-color: #008ad0;
}
.unitName span:last-of-type {
    margin-right: 0px;
}
.unitName span.smartFactory, .unitName span.smartCity {
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 3px 14px;
    border-radius: 500px;
    font-size: 80%;
    line-height: 1;
    font-weight: 500;
}
.unitName span.smartFactory {
    background-color: rgb(0, 255, 114);
}
.unitName span.smartCity {
    background-color: rgb(0, 251, 251);
}
.RailDeploymentWrap .RailDeployment_content {
    position: relative;
    max-width: 1108px;
    margin: 0 auto;
}
.RailDeploymentWrap .RailDeployment_content article {
    position: relative;
}
.RailDeploymentWrap .RailDeployment_content article dl {
    display: flex;
    gap: 0 20px;
    align-items: center;
}
.RailDeploymentWrap .RailDeployment_content article.AutomaticFareCollection dl, .RailDeploymentWrap .RailDeployment_content article.TCMS dl, .RailDeploymentWrap .RailDeployment_content article.ATO dl {
    align-items: flex-start;
}
.RailDeploymentWrap .RailDeployment_content article.AutomaticFareCollection dl dt, .RailDeploymentWrap .RailDeployment_content article.TCMS dl dt {
    padding-top: 30px;
}
.Railway_RailDeployment .Railway_container {
    max-width: none;
    margin: 0px auto;
    padding: 0px 5px;
    position: relative;
    z-index: 3;
}
.RailDeploymentWrap .RailDeployment_content article dl dt, .RailDeploymentWrap .RailDeployment_content article dl dd {
    width: 100%;
}
.RailDeploymentWrap .RailDeployment_content article dl img {
    display: block;
    margin: 0 auto;
    max-width: 76%;
}
.RailDeploymentWrap .RailDeployment_content article.T2GCommunicatio dl img, .RailDeploymentWrap .RailDeployment_content article.AutomaticFareCollection img, .RailDeploymentWrap .RailDeployment_content article.TCMS img {
    max-width: 66%;
}
.RailDeploymentWrap .RailDeployment_content article.AI-ObstacleDetectio dl img {
    max-width: 84%;
}
.RecommendProduc, .RelatedProducts {
    padding: 37px 0px 24px;
}
.RecommendProduc h5, .RelatedProducts h5 {
    margin: 0px;
    color: #008ad0;
    line-height: 1;
    font-size: 90%;
    position: relative;
}
.RecommendProduc h5:after, .RelatedProducts h5:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: calc(100% - 140px);
    background-color: #939494;
    z-index: 1;
    visibility: visible;
    height: 1px;
}
.RelatedProducts h5:after {
    width: calc(100% - 116px);
}
.Related-Products {
    display: flex;
    gap: 0 26px;
}
.Related-Products a {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #1e262d;
    border-radius: 10px;
    padding: 20px;
    max-width: 150px;
}
.Related-Products a img {
    margin: 0 auto 5px;
}
.RailDeploymentWrap .RailDeployment_content article dl dd h4, .RailDeploymentModal__body article dl dd h4 {
    font-size: 138%;
    line-height: 1;
    font-weight: 500;
}
.RailDeploymentWrap .RailDeployment_content article dl dd ul, .RailDeploymentModal__body article dl dd ul {
    font-size: 90%;
    margin: 10px 0px 36px 14px;
    color: #939494;
}
.RailDeploymentWrap .RailDeployment_content article dl dd ul strong, .RailDeploymentModal__body article dl dd ul strong {
    color: #939494;
    font-weight: 500;
}
.RailDeploymentWrap .RailDeployment_content article dl dd ul + a, .RailDeploymentModal__body article dl dd ul + a {
    display: inline-block;
    line-height: 1;
    color: #0070c0;
    border: 1px solid #0070c0;
    padding: 15px 48px;
    margin-left: 14px;
    background-color: #fff;
    font-weight: 500;
}
.responsive-box {
    margin-top: -3em;
    width: 100%;
    overflow-x: auto;
    position: relative;
    z-index: 1;
}
@media (max-width: 996px) {
    .Railway_RailDeployment_map {
        font-size: 3.8vw;
    }
}
/* 只有 mobile 才置中 */
@media (max-width: 768px) {
    .responsive-box {
        display: flex;
        justify-content: center; /* 置中 */
    }
    .responsive-inner {
        flex: 0 0 auto; /* 不被壓縮 */
    }
    .Railway_RailDeployment_map {
        width: 980px; /* 讓它比螢幕寬 */
        font-size: 4.8vw;
    }
    .Railway .lightBg {
        display: none;
    }
}
/* 桌機恢復正常 */
@media (min-width: 769px) {
    .responsive-box {
        display: block;
    }
}
.lightBg {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2560px;
    height: 1080px;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: 100% auto;
    mix-blend-mode: screen;
    pointer-events: none;
    background-position: 189px 339px;
    background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/RailwayTest/green_light.webp");
}
.lightBg.change {
    background-position: right 532px;
    background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/RailwayTest/bue_light.webp");
}
/*******************************************************/
#R26030116232863715 {
    padding: 50px 0px 0;
    position: relative;
}
#R26030116232863715:after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/RailwayTest/ProductOfferings.webp");
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100vh;
}
#R26030116232863715 h2 {
    text-align: center;
    font-weight: 500;
    line-height: normal;
    color: #0070c0;
    font-size: 213%;
    margin: 0px auto 20px;
}
ul.product-slider-module-products_nav li, ul.application_slider_nav li, ul.product-slider-module-products_nav .slick-slide.slick-current.slick-active {
    background-color: rgba(235, 240, 246, .9) !important;
}
ul.product-slider-module-products_nav .slick-slide.slick-current.slick-active:after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: calc(100% - 15px);
    top: 0;
    left: 0;
    bottom: 0;
    visibility: visible;
    background-image: none;
    background-color: #0070c0;
}
ul.product-slider-module-products_nav .slick-slide.slick-current.slick-active:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40.67px 15px 0;
    border-color: #0070c0 transparent transparent;
}
ul.product-slider-module-products-slider .product-slider-module-products-list-26021303392087287 .items-row article a:before {
    background: #0070c0 !important;
}
.cta_btn_ghost_red-26021303392087287 {
    color: #0070c0 !important;
    border-color: #0070c0 !important;
}
/*******************************************************/
/* =========================
   1) Mobile 隱藏原本內容
   ========================= */
@media (max-width: 767px) {
    .RailDeployment_content {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .RailDeployment_content {
        display: block !important;
    }
}
/* =========================
   2) Modal：鎖背景滾動
   ========================= */
html.is-modal-open, html.is-modal-open body {
    overflow: hidden;
}
/* =========================
   3) Modal：關閉直接 display:none
   ========================= */
.RailDeploymentModal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none; /* ✅ 關閉直接消失 */
}
/* 開啟 */
.RailDeploymentModal.is-open {
    display: block;
}
/* 遮罩 */
.RailDeploymentModal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
    /* iOS 點擊優化 */
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}
/* 面板 */
.RailDeploymentModal__panel {
    position: relative;
    height: 100vh;
    height: 100dvh;
    overflow: auto;
    margin: auto 0;
    background-color: #000;
    border-radius: 14px;
    padding: 0;
}
.RailDeploymentModal__panel article {
    padding: 25px 18px 18px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.RailDeploymentModal__panel article dl {
    margin: 0;
}
.RailDeploymentModal__panel article.ATO, .RailDeploymentModal__panel article.PIDS, .RailDeploymentModal__panel article.DigitalSignage, .RailDeploymentModal__panel article.AI-ObstacleDetectio {
    background-position: right top;
    background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/RailwayTest/bue_light.webp");
}
.RailDeploymentModal__panel article.T2GCommunicatio, .RailDeploymentModal__panel article.TCMS, .RailDeploymentModal__panel article.AutomaticFareCollection {
    background-position: left top;
    background-image: url("https://cdn-source.adlinktech.com/WebUpd/en/Upload/RailwayTest/green_light.webp");
}
/* ✅ 開啟動畫（display:none → block 用 animation 最穩） */
.RailDeploymentModal.is-open .RailDeploymentModal__panel {
    animation: railModalIn .25s ease both;
}
@keyframes railModalIn {
    from {
        transform: translateY(18px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
/* 關閉按鈕 */
.RailDeploymentModal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    margin-left: auto;
    display: block;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 10px;
    background: rgba(0, 0, 0, .06);
    font-size: 40px;
    line-height: 40px;
    cursor: pointer;
    /* iOS 點擊優化 */
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    z-index: 5;
}
.RailDeploymentModal__body {
    padding-bottom: 25px;
}
.RailDeploymentModal__body img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.RailDeploymentModal__body article dl dt {
    margin: 0 auto 50px;
    max-width: 80%;
}
/* 尊重減少動態 */
@media (prefers-reduced-motion: reduce) {
    .RailDeploymentModal.is-open .RailDeploymentModal__panel {
        animation: none !important;
    }
}
/*******************************************************/
#R26030120373325731 {
    padding: 30px 0px 80px;
	background-color: #000;
}
#R26030120373325731 h2 {
    text-align: center;
    font-weight: 500;
    line-height: normal;
    color: #0070c0;
    font-size: 213%;
    margin: 0px auto 15px;
}
#R26030120373325731 .activeWrap {
    background-color: transparent !important;
}
#R26030120373325731 .defaultWrap > .activeWrap .alignCenter {
    display: block;
}
#R26030120373325731 .defaultWrap {
    padding-bottom: 15px;
}
#R26030120373325731 ul.slides {
    transform: none !important;
    transition: none !important;
    margin: 0 auto;
}
#R26030120373325731 ul.slides li {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    background-color: #fff;
    box-shadow: 2px 4px 12px #00000014;
}
#R26030120373325731 ul.slides li * {
    transition: all .3s ease-out;
}
#R26030120373325731 *::after {
    display: none;
}
#R26030120373325731 ul.slides li img {
    display: block;
    margin: 0 auto;
    width: 100%;
	background-color: #edf0f5;
}
#R26030120373325731 ul.slides li img + p {
    background-color: #0071c1;
    margin: 0 0 15px;
    height: 8px;
}
#R26030120373325731 ul.slides, #R26030120373325731 ul.slides h3, #R26030120373325731 ul.slides p {
    font-size: 15px;
    padding: 0 15px;
}
#R26030120373325731 ul.slides li h3 {
    font-weight: 500;
    color: #0071c1;
}
#R26030120373325731 ul.slides strong {
    display: inline-block;
    padding: 16px 36px;
    color: #0071c1;
    border: 1px solid #0071c1;
    line-height: normal;
    font-weight: 500;
    margin: 15px 0 0 15px;
}
#R26030120373325731 ul.slides strong + p {
    display: none;
}
#R26030120373325731 .cta_btn_ghost_red {
    color: #00c7fd !important;
    border-color: #00c7fd !important;
}
/*****************************************************************************/
.mktoFroms {
    background-color: #000;
}
#R26020623014025738 h2 {
    color: #0070c0;
}
.mktoFroms .mktoButtonRow .mktoButton {
    background-color: #0070c0 !important;
}
.mktoFroms .mktoButtonRow .mktoButton:hover {
    background-color: rgb(0, 34, 95) !important;
}
@media screen and (max-width: 996px) {
    #R26030120373325731 .wrapper {
        width: 100% !important;
    }
    #R26030120373325731 .scrollbar {
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .scrollbar::-webkit-scrollbar {
        display: none;
    }
    #R26030120373325731 .scrollbar ul.slides {
        display: inline-flex;
        gap: 15px;
        white-space: normal;
        padding: 0 5%;
        flex-wrap: nowrap;
    }
    #R26030120373325731 .scrollbar ul.slides > li {
        width: 280px !important;
        /*
        scroll-snap-coordinate: center;
        scroll-snap-align: center;
*/
    }
    #R26030120373325731 ul.slides li {
        margin-bottom: 20px;
    }
    #R26030120373325731 ul.slides li:last-of-type {
        margin-bottom: 0;
    }
    #R26030120373325731 ul.slides {
        margin: 0 auto;
    }
    #R26030120373325731 {
        padding: 30px 0px 50px;
    }
    .lightBg {
        background-position: left 532px;
    }
    #R26030116232863715, #R26030120373325731 {
        background-color: #1d1d1d;
    }
    #R26030116232863715:after {
        background-image: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/RailwayTest/ProductOfferings_mobile.webp);
    }
}
@media screen and (max-width: 768px) {
    .RailwayVideo {
        height: 100%;
    }
    .Railway_SuccessfulCase_slider {
        padding: 0 0px 40px;
    }
    .Railway_SuccessfulCase_slider dl dt {
        -ms-overflow-style: none;
        flex-viewport-width: none;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        background-color: #000;
    }
    .Railway_SuccessfulCase_slider dl dt::-webkit-flex-viewport {
        display: none;
    }
    ul.Railway_SuccessfulCase_sliderNav {
        display: inline-flex;
        white-space: normal;
        padding: 5%;
        width: auto;
    }
    ul.Railway_SuccessfulCase_sliderNav li {
        padding: 30px 10px;
        width: 170px;
    }
    .block-warning ul li {
        scroll-snap-coordinate: center;
        scroll-snap-align: center;
    }
    .Railway_SuccessfulCase_slider .Railway_content {
        width: 100%
    }
    .Railway_SuccessfulCase_sliderContent article {
        height: 100vw;
        background-position: 25% center;
    }
    .Railway_SuccessfulCase_sliderContent article.AI-Powered {
        background-position: center;
    }
    .Railway_SuccessfulCase_sliderContent article.Modular-Design {
        background-position: 61% center;
    }
    .Railway_RailDeployment h2 {
        padding: 0 5%;
    }
    .RailDeploymentWrap .RailDeployment_content article dl {
        flex-wrap: wrap;
    }
    .RailDeploymentWrap .RailDeployment_content article dl dt {
        margin-bottom: 50px;
    }
    .Railway_RailDeployment {
        padding: 40px 0px 50px;
    }
}
@media (min-width: 768px) {
    .Railway_hero {
        padding: 5%;
        font-size: 1vw;
        background-size: 1920px 1080px;
        background-image: url(https://cdn-source.adlinktech.com/WebUpd/en/Upload/RailwayTest/Rail_Video.webp)
    }
    .Railway_hero, .RailwayVideo {
        height: calc(39.5vw);
    }
    .RailwayVideo {
        width: 100%;
    }
    .Railway_RailDeployment {
        padding: 55px 0px 0;
    }
    .RailDeploymentWrap.Railway_container {
        position: relative;
        /*		top: -8%;*/
        margin: 0 auto;
        padding: 4% 0 60px;
        border-bottom: 1px solid #777a7d;
    }
    .Railway_RailDeployment_map {
        width: auto;
    }
    .RailDeployment_map_nav li:hover {
        background-color: #1472be;
    }
    .RailDeploymentWrap .RailDeployment_content article {
        padding: 0px;
    }
    .RailDeploymentWrap .RailDeployment_content article::after {
        margin: -12% 0px 0px;
    }
    dl.PartnerCertification {
        grid-template-columns: repeat(2, 1fr);
        gap: 0px 15px;
    }
    .Railway_SuccessfulCase_slider dl {
        display: flex;
        align-items: stretch;
        flex-direction: row-reverse;
    }
    .Railway_SuccessfulCase_slider dl dt {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        max-width: 290px;
        display: flex;
        z-index: 2;
    }
    .Railway_SuccessfulCase_sliderContent article {
        padding: 40px 20.65em 40px 40px;
        aspect-ratio: 1 / 0.455;
    }
    .RailDeploymentWrap .RailDeployment_content article:nth-of-type(odd) dl {
        flex-direction: row-reverse;
    }
    .RailDeploymentWrap .RailDeployment_content article dl dt, .RailDeploymentWrap .RailDeployment_content article dl dd {
        max-width: 50%;
    }
    .lightBg {
        background-size: 1140px auto;
    }
    .lightBg.change {
        background-position: 1146px 207px;
        background-size: 1366px auto;
    }
    #R26030116232863715:after {
        height: 1220px;
    }
}
@media (min-width: 996px) {
    #R26030120373325731 ul.slides[style] {
        width: auto !important;
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(3, 1fr);
    }
    #R26030120373325731 ul.slides li:hover strong {
        color: #fff;
        background-color: #0071c1;
    }
    #R26030120373325731 ul.slides li:hover figure:before {
        width: 0;
    }
    .RailDeployment_map_nav {
        font-size: 1.2vw;
    }
    .RailDeployment_map_nav li:nth-of-type(1) {
        top: 44.5%;
        left: 58.7%;
    }
    .RailDeployment_map_nav li:nth-of-type(2) {
        top: 37.5%;
        left: 65.5%;
    }
    .RailDeployment_map_nav li:nth-of-type(3) {
        top: 44.5%;
        left: 43.5%;
    }
    .RailDeployment_map_nav li:nth-of-type(6) {
        top: 30%;
        left: 56%;
    }
    .RailDeployment_map_nav li:nth-of-type(5) {
        top: 18.5%;
        left: 73.7%;
    }
    .RailDeployment_map_nav li:nth-of-type(4) {
        top: 61.5%;
        left: 35%;
    }
    .RailDeployment_map_nav li:nth-of-type(7) {
        top: 35%;
        left: 37%;
    }
    ul.product-slider-module-products-slider .product-slider-module-products-list-26021303392087287 .items-row article a:hover span.cta_btn_ghost_red-26021303392087287 {
        color: #fff !important;
        background-color: #0070c0 !important;
    }
}
@media (min-width: 1140px) {
    .RailDeployment_map_nav {
        font-size: 100%;
    }
}
@media (min-width: 1280px) {
    .RailDeploymentWrap .RailDeployment_content article::after {
        position: absolute;
        bottom: 40px;
        left: initial;
        right: 32px;
        margin: -30px 0px 0px;
        width: 486px;
        height: 220px;
        background-size: cover;
    }
}
@media (min-width: 1590px) {
    .Railway_hero {
        font-size: 100%;
    }
}
@media (min-width: 1920px) {
    .Railway_hero:before {
        content: "";
        display: in;
        position: absolute;
        top: 0;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 100%;
        max-width: 1920px;
        z-index: 2;
        background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1) 100%);
    }
}