#knewman {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#knewman .container {
    width: calc(100% - 34px);
    height: 780px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 114px;
    border-radius: 40px;
    text-align: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('../img/knewman/knewman-main-img.png');
    background-size: cover;
}

.knewman-title {
    text-align: center;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 40px;
}

.knewman-description {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 160%;
}

/* 섹션 1 */
.knewman-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 120px;
    gap: 120px;
    padding-bottom: 120px;
}

.knewman-section-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.knewman-section-item-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

.knewman-section-item-text-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 150%;
}

.knewman-section-item-text-description {
    color: #ddd;
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
}

.knewman-section-item-text:nth-of-type(2) {
    align-items: flex-end;
    text-align: right;
}

/* 섹션 2 */
#knewman-section-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #fff;
    color: #000;
    padding-top: 120px;
    padding-bottom: 250px;
}

#knewman-section-2 .container {
    width: 100%;
    max-width: 1400px;
}

.knewman-section-title {
    width: 100%;
    font-size: 42px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 20px;
}

.knewman-section-description {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
    color: #767676;
    margin-bottom: 80px;
}

.knewman-section-2-item {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.knewman-section-2-item-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: #f9f9f9;
    border-radius: 20px;
    padding: 50px 30px;
    width: calc(20% - 5px);
}

.knewman-section-2-item-box-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 160%;
    margin-top: 20px;
    margin-bottom: 10px;
}

.knewman-section-2-item-box-description {
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
}

/* 반응형 */
@media (max-width: 1700px) {
    .knewman-section-item-image {
        width: 45%;
    }

    .knewman-section-item-text-title {
        font-size: 2.3vw;
    }

    .knewman-section-item-text-description {
        font-size: 1.0vw;
    }

    .knewman-section-2-item-box-title {
        font-size: 1.3vw;
    }

    .knewman-section-2-item-box-description {
        font-size: 0.9vw;
    }
}

@media (max-width: 1400px) {
    .knewman-section-2-item-box-title {
        font-size: 1.2vw;
    }

    .knewman-section-item-text-title {
        font-size: 2.5vw;
    }

    .knewman-section-item-text-description {
        font-size: 1.3vw;
    }

    .knewman-section-title {
        font-size: 2.8vw;
    }

    .knewman-section-description {
        font-size: 1.4vw;
    }

    .knewman-section-2-item-box-description {
        font-size: 0.9vw;
    }
}

@media (max-width: 992px) {

    #knewman .container {
        height: 500px;
    }

    .knewman-section-2-item-box-title {
        font-size: 1.4vw;
    }


    .knewman-section-2-item-box-description {
        font-size: 1.0vw;
    }

    .knewman-title {
        font-size: 4.0vw;
    }

    .knewman-description {
        font-size: 2.2vw;
    }
}

@media (max-width: 768px) {
    #knewman .container {
        height: 400px;
    }

    

    .knewman-section-item-text-title {
        font-size: 2.8vw;
    }

    .knewman-section-2-item {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .knewman-section-2-item-box {
        width: calc(31% - 10px);
        padding: 30px 20px;
    }

    .knewman-section-2-item-box:nth-child(4),
    .knewman-section-2-item-box:nth-child(5) {
        width: calc(32% - 10px);
    }

    .knewman-section-2-item-box-title {
        font-size: 2.0vw;
    }

    .knewman-section-2-item-box-description {
        font-size: 1.6vw;
    }

    .knewman-section-title {
        font-size: 3.0vw;
    }

    .knewman-section-item-text-description {
        font-size: 1.6vw;
    }

    .knewman-section-description {
        font-size: 1.8vw;
        margin-bottom: 40px;
    }

    .knewman-section-title {
        font-size: 3.5vw;
    }
}

@media (max-width: 480px) {

    #knewman .container {
        width: 100vw;
        border-radius: 0;
        margin-top: 70px;
        background-position: center;
        height: 300px;
    }

    .knewman-title {
        font-size: 1.3rem;
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .knewman-description {
        font-size: 0.9rem;
        padding: 0 10px;
    }

    .knewman-section-item {
        flex-direction: column;
        gap: 20px;
    }

    .knewman-section-item:nth-child(2) {
        flex-direction: column-reverse;
    }

    .knewman-section-item-text-title,
    .knewman-section-title {
        font-size: 1.2rem;
    }

    .knewman-section-item-text-description,
    .knewman-section-description {
        font-size: 0.9rem;
    }

    .knewman-section-item-text-description br {
        display: none;
    }

    .knewman-section-item-image {
        width: 100%;
    }

    .knewman-section {
        margin-top: 60px;
        padding-bottom: 60px;
        gap: 60px;
    }

    .knewman-section-2-item-box-title {
        font-size: 2.5vw;
    }

    .knewman-section-2-item-box-description {
        font-size: 1.3vw;
    }

    #knewman-section-2 {
        padding-bottom: 100px;
        padding-top: 100px;
    }

    .knewman-section-2-item {
        gap: 10px;
        width: 100%;
    }

    .knewman-section-2-item-box {
        width: calc(50% - 10px);
    }
    
    .knewman-section-2-item-box:nth-child(4),
    .knewman-section-2-item-box:nth-child(5) {
        width: calc(50% - 10px);
    }

    .knewman-section-2-item-box-title {
        font-size: 1.1rem;
    }

    .knewman-section-2-item-box-description {
        font-size: 0.8rem;
    }

}