/* 티마이스 서비스 랜딩 공통 (corporate-goods 기준) */

.tmise-svc-nav {
    padding: 0.75rem 1.25rem;
    background: #1a1a1a;
    font-size: 0.9rem;
}
.tmise-svc-nav a {
    color: #e0e0e0;
    text-decoration: none;
    margin-right: 1rem;
}
.tmise-svc-nav a:hover {
    color: #fff;
    text-decoration: underline;
}
.tmise-svc-breadcrumb {
    padding: 0.5rem 1.25rem;
    background: #f0f0f0;
    font-size: 0.85rem;
}
.tmise-svc-breadcrumb a {
    color: #333;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.hero {
    padding: 120px 20px;
    background: #111;
    color: #fff;
    text-align: center;
}

.hero h1 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero p {
    font-size: 20px;
    opacity: 0.85;
}

.section {
    padding: 80px 20px;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.service-card {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px;
    transition: 0.3s;
    height: 100%;
}

.service-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.process-box {
    text-align: center;
    padding: 30px;
}

.process-number {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.cta {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 80px 20px;
}

.cta a {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 35px;
    background: #fff;
    color: #000;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}

.tmise-svc-notice {
    border-left: 4px solid #555;
    padding: 16px 20px;
    background: #f8f8f8;
    font-size: 15px;
    line-height: 1.6;
}

.tmise-svc-notice strong {
    color: #111;
}
