/*
Theme Name: CyberSecure Korean
Author: Your Company
Description: 고급스러운 한국어 원페이지 사이버 보안 테마입니다.
Version: 1.0
*/
body {
    margin: 0;
    font-family: 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
    background: #f5f7fa;
    color: #333;
}
section {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    text-align: center;
}
nav {
    position: fixed;
    width: 100%;
    top: 0;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 2rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    z-index: 1000;
}
nav img.logo {
    height: 40px;
}
nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
nav ul li {
    margin-left: 20px;
}
nav ul li a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}
nav ul li a:hover {
    color: #f19d38;
}
h2 {
    color: #f19d38;
    font-size: 2.5rem;
    margin-bottom: 20px;
}
