/* 大筆電 */
@media (max-width: 1600px) {
}

/* 筆電 */
@media (max-width: 1440px) and (min-width: 991px) {
    .image-showcase{
        margin-top: 5rem;
        height: 60vw;
    }

    .point-one-mask{
        left: 19%;
        width: 18.5vw;
    }
    
    .point-three-mask{
        left: 22.5%;
        width: 16.5vw;
    }
}

/* 大橫式平板(例: iPad Pro/Air) */
@media (max-width: 1200px) and (min-width: 992px) {
    .text-content-column {
        width: 35%;
    }

    .visual-content-column {
        width: 35%;
    }

    .image-showcase {
        margin-top: 8rem;
    }

    .integration-points-sidebar {
        width: 30%;
    }

    .feature-title{
        font-size: 1.25rem;
    }
}

/* 平板（<=992px） */
@media (max-width: 992px) {
  
}

/* 小平板或大手機（<=768px） */
@media only screen and (max-width: 768px) {
    .div_mobile_img{
        background: url("/images/application/automotive/automotive_banner_mobile.jpg");
    }

    .point-two-mask{
        left: 38%;
        top: 48%;
        width: 25%;
        height: 10%;
    }

    #num1, #num2, #num3{
        height: 2.5rem;
        width: 2.5rem;
    }

    #num1{
        left: 13%;
        top: 26%;
    }

    #num2{
        top: 10%;
        left: 8%;
    }

    #num3{
        left: 13%;
        top: 10%;
    }

    /* 跳出視窗內的晶片區塊 */
    .feature-card {
        height: 9.7rem;
    }
}

/* 小型手機（<=576px） */
@media (max-width: 576px) {
    .automotive{
        padding: 2rem 1.3rem 3.75rem 1.3rem;
    }
    
    .info_title{
        margin-top: 0;
        padding: 0;
    }

    .main-heading{
        font-size: clamp(28px, 1.75rem, 999px);
    }

    .main-description{
        margin-top: 20px;
        font-size: clamp(18px, 1.125rem, 999px);
    }

    .feature-title {
        width: min(21.7rem, 50vw);
    }

    /* 額外針對explore模板作微調 */
    .cardSplide{
        padding-top: 40px !important;
    }
}