.elementor-3212 .elementor-element.elementor-element-1c03f9f{--display:flex;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-9a5d6fb *//* ===== 전체 ===== */

#incheon-access {
    padding: 100px 3rem;
    background: #FAFAFA;
    font-family: 'Noto Sans KR', sans-serif;
}

#incheon-access .section-header {
    text-align: center;
    margin-bottom: 40px;
}

#incheon-access .section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

#incheon-access .section-desc {
    font-size: 1rem;
    color: #555;
}

/* ===== 카드 ===== */

.transport-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    max-width: 900px;
    margin: 0 auto;
}

.transport-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid #EAEAEA;
    transition: 0.2s;
}

.transport-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.06);
}

.transport-card.best {
    border: 2px solid #111;
}

.transport-card .tag {
    font-size: 0.7rem;
    background: #111;
    color: #fff;
    padding: 4px 8px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 8px;
}

.transport-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.transport-card .time {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 12px;
}

.transport-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.transport-card li {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 6px;
}

/* ===== CTA ===== */

.transport-card .card-btn {
    display: inline-block;
    margin-top: 10px;
    font-size: 0.85rem;
    padding: 8px 12px;
    border-radius: 8px;
    background: #111;
    color: #fff;
    text-decoration: none;
}

.cta-wrap {
    text-align: center;
    margin-top: 30px;
}

.cta-btn {
    display: inline-block;
    padding: 14px 20px;
    border-radius: 10px;
    background: #111;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

/* ===== 모바일 ===== */

@media (max-width: 768px) {

    #incheon-access {
        padding: 60px 1rem;
    }

    .transport-grid {
        grid-template-columns: 1fr;
    }

}/* End custom CSS */