@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

body {
    margin: 0;
    min-height: 100vh;
    font-family: 'Pretendard', 'Segoe UI', system-ui, -apple-system, sans-serif;
    color: #fff;
    background: #5364f8;
}

.hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.hero__title {
    width: 100%;
    position: relative;
}
.hero__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    margin-top: 95px;
}

.hero__content img {
    position: absolute;
    top: 36px;
    right: 140px;
    width: 600px;
}

.hero__title h2 {
    display: inline-block;
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
}

.hero__title h3 {
    margin: 0;
    color: #fff;
    font-size: 90px;
    font-weight: 800;
    letter-spacing: -1.5px;
    line-height: 1.1;
    margin-bottom: 70px;
}

.hero__desc {
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -2px;
}
