﻿



.application-entrypermit-section {
    height: 50vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* 視差滾動效果 */
    color: white;
    position: relative;
    background-attachment: scroll; /* 改為 scroll 避免 iOS 放大 */
}

    .application-entrypermit-section.default {
        background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/img/pro/office/branch.png');
    }

@supports (-webkit-touch-callout: none) {
    .application-entrypermit-section {
        background-attachment: scroll; /* iOS Safari 專用 */
    }
}

@media (max-width: 767.98px) {
    .application-entrypermit-section {
        height: 26vh; /* 依需求調整 */
        text-align: center;
    }
}


/* 圖片區塊樣式調整 */
.feature-img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
