@charset "utf-8";

.sec-title{
    margin-bottom: 4.5rem;
}

#sec-1 .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5rem;
}

#sec-1 .content .image {
    width: 100%;
    height: 40rem;
    overflow: hidden;
    border-radius: var(--bdrs);
    display: flex;
    align-items: center;
}

#sec-1 .content .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#sec-1 .content .body {
    padding: 0 2vw;
    text-align: center;
}
#sec-1 .content .body h2{
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
}
#sec-1 .content .body p{
    line-height: 1.6;
    font-size: 1.8rem;
    font-family: 'paperlogy-M';
}

#sec-1 .content .body .txt{
    padding-top: 2rem;
    border-top: 2px solid #333;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    color: #333;
}