@import url('https://fonts.googleapis.com/css2?family=Inter:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@800&display=swap');

/* 미지웍스 홈페이지 고급 스타일 - 가독성 강화 */
body {
    font-family: 'Noto Sans KR', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f8f9fa;
    color: #222;
    line-height: 1.75;
    font-size: 17px;
    letter-spacing: 0.01em;
}
header {
    background: linear-gradient(90deg, #283593 70%, #5c6bc0 100%);
    color: #fff;
    padding: 28px 0 18px 0;
    box-shadow: 0 2px 12px rgba(40,53,147,0.08);
}
header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
}
header h1 {
    font-family: 'Manrope', 'Inter', 'Montserrat', 'Noto Sans KR', Arial, sans-serif;
    font-size: 2.3rem;
    margin: 0;
    letter-spacing: 0.09em;
    font-weight: 800;
    text-transform: uppercase;
}
nav ul {
    list-style: none;
    display: flex;
    gap: 28px;
    margin: 0;
    padding: 0;
}
nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.08rem;
    padding: 8px 16px;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
    letter-spacing: 0.01em;
}
nav a:hover {
    background: #fff;
    color: #283593;
}
.hero {
    background: linear-gradient(90deg, #3949ab 60%, #e8eaf6 100%);
    color: #fff;
    padding: 80px 0 60px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hero img {
    margin: 40px 0 0 0;
    max-width: 440px;
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(40,53,147,0.10);
}
.btn {
    display: inline-block;
    background: #fff;
    color: #3949ab;
    padding: 13px 38px;
    border-radius: 24px;
    font-size: 1.08rem;
    font-weight: 800;
    margin-top: 24px;
    text-decoration: none;
    box-shadow: none;
    border: 2px solid #3949ab;
    cursor: pointer;
    letter-spacing: 0.01em;
    transition: background 0.18s, color 0.18s, border 0.18s;
}
.btn:hover, .btn:focus {
    background: #3949ab;
    color: #fff;
    border: 2px solid #3949ab;
}
.btn-primary {
    background: #fff;
    color: #283593;
    font-weight: 800;
    font-size: 1.12rem;
    border: 2.5px solid #283593;
    border-radius: 24px;
    padding: 14px 38px;
    box-shadow: none;
    margin-top: 24px;
    letter-spacing: 0.02em;
    transition: background 0.18s, color 0.18s, border 0.18s;
}
.btn-primary:hover, .btn-primary:focus {
    background: #283593;
    color: #fff;
    border: 2.5px solid #283593;
}
section {
    padding: 64px 0 56px 0;
}
.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 28px;
}
.features, .services, .process, .success-stories, .case-studies, .insights, .about, .contact, .faq, .downloads, .partners, .news {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(40,53,147,0.06);
    margin-bottom: 48px;
    padding: 48px 40px 44px 40px;
    position: relative;
}
h2 {
    font-size: 2.1rem;
    color: #283593;
    font-weight: 900;
    margin-bottom: 28px;
    letter-spacing: 1px;
    line-height: 1.3;
}
h3 {
    font-size: 1.35rem;
    margin-bottom: 22px;
    color: #3949ab;
    font-weight: 700;
    line-height: 1.4;
}
h4 {
    font-size: 1.13rem;
    color: #283593;
    margin-top: 22px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.4;
}
ul, ol {
    margin: 0 0 18px 24px;
    padding: 0;
    font-size: 1.01em;
}
ul li, ol li {
    margin-bottom: 8px;
    line-height: 1.7;
}
.service-list {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    justify-content: center;
    margin-bottom: 18px;
}
.service-item, .case, .partner-card {
    flex: 1 1 270px;
    background: #f5f7fa;
    border-radius: 14px;
    padding: 32px 22px 28px 22px;
    min-width: 240px;
    box-shadow: 0 2px 8px rgba(40,53,147,0.04);
    margin-bottom: 18px;
    text-align: center;
    transition: box-shadow 0.2s, transform 0.2s;
    font-size: 1.04em;
}
.service-item:hover, .case:hover, .partner-card:hover {
    box-shadow: 0 8px 32px rgba(40,53,147,0.10);
    transform: translateY(-4px) scale(1.03);
}
.process ol {
    padding-left: 24px;
    font-size: 1.09rem;
}
.case {
    background: #e8eaf6;
    border-left: 6px solid #3949ab;
    text-align: left;
    padding: 32px 28px 28px 28px;
}
blockquote {
    background: #f1f3f4;
    border-left: 4px solid #ffb300;
    margin: 22px 0;
    padding: 18px 24px;
    border-radius: 10px;
    color: #333;
    font-style: italic;
    font-size: 1.04em;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 22px 0 28px 0;
    font-size: 1.04rem;
}
table th, table td {
    border: 1px solid #e0e0e0;
    padding: 13px 10px;
    text-align: left;
}
table th {
    background: #f1f3f4;
    color: #283593;
    font-weight: 700;
}
.downloads .btn, .insights .btn {
    padding: 10px 22px;
    font-size: 1.01rem;
    margin: 0;
}
.faq .accordion {
    margin-bottom: 16px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(40,53,147,0.04);
}
.faq .accordion-title {
    background: #e8eaf6;
    color: #283593;
    font-size: 1.09rem;
    border-radius: 10px 10px 0 0;
    padding: 14px 18px;
}
.faq .accordion.active .accordion-title {
    background: #ffb300;
    color: #222;
}
.faq .accordion-content {
    background: #fffde7;
    color: #333;
    border-radius: 0 0 10px 10px;
    padding: 16px 18px;
}
footer {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 32px 0 22px 0;
    margin-top: 48px;
    font-size: 1.08rem;
    letter-spacing: 0.01em;
}
.contact-info {
    margin-top: 32px;
    font-size: 1.09rem;
    line-height: 1.8;
}
#map {
    width: 100%;
    height: 320px;
    background: #e0e0e0;
    border-radius: 10px;
    margin-top: 18px;
    margin-bottom: 24px;
    overflow: hidden;
}
#map iframe {
    display: block;
    width: 100%;
    min-height: 420px;
    border: 0;
    border-radius: 10px;
}
/* 반응형 */
@media (max-width: 900px) {
    .container { max-width: 98vw; padding: 0 10px; }
    .service-list { flex-direction: column; gap: 18px; }
    .service-item, .case, .partner-card { min-width: 0; }
    section { padding: 36px 0 28px 0; }
    .features, .services, .process, .success-stories, .case-studies, .insights, .about, .contact, .faq, .downloads, .partners, .news {
        padding: 18px 8px 16px 8px;
    }
}
@media (max-width: 600px) {
    header .container, .container { padding: 0 4px; }
    nav ul { gap: 6px; font-size: 0.98rem; }
    h2 { font-size: 1.18rem; }
    h3 { font-size: 1.01rem; }
    .btn { font-size: 0.98rem; padding: 9px 16px; }
    .section-label { font-size: 1.01em; padding: 6px 14px 6px 10px; }
    .features, .services, .process, .success-stories, .case-studies, .insights, .about, .contact, .faq, .downloads, .partners, .news {
        padding: 10px 2px 8px 2px;
    }
}
/* 서브 타이틀(섹션 라벨) - 화이트 배경, 컬러 테두리, 좌측 정렬, 그림자 제거 */
.section-label {
    color: #283593;
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 22px;
    background: none;
    border: none;
    box-shadow: none;
    text-align: left;
    padding: 0;
    letter-spacing: 0.01em;
    display: block;
} 