.sc1 {
    display: none;
}

.nvs-title {
    text-align: center;
    margin-bottom: 4rem;
}

.nvs-title h5 {
    color: #222;
    font-size: 45px;
    margin-bottom: 1rem;
}

.nvs-title p {
    color: #aaa;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Montserrat';
    letter-spacing: 0.1em;
}


.nvs-1 {
    left: 5%;
}


.nvs3 .article-wrapper {
    width: 80%;
}

.nvs3-box-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
}

.nvs3-box-text {
    margin-top: 2rem;
}

.nvs3-box-text h5 {
    color: #222;
    font-size: 28px;
}

.nvs3-box-text p {
    color: #888;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    margin-top: 1rem;
}


.nvs6 {
    padding: 160px 0;
    background: url(../images/nvs6-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.nvs6-text {
    color: #222;
    padding: 60px 80px;
    font-size: 24px;
    line-height: 1.8;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, .1);
    text-align: center;
}


.nvs7-box-wrapper {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 7rem;
    margin-top: 2rem;
}

.nvs7-box {
    position: relative;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 0 40px rgba(0, 0, 0, .1);
}

.nvs7-box-num {
    position: absolute;
    top: -25px; left: 50%;
    transform: translate(-50%, 0);
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    background-color: var(--main-color);
}

.nvs7-box-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.nvs7-box-text h5 {
    color: #222;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.7;
    text-align: center;
}

.nvs7-box-text ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}

.nvs7-box-text ul li {
    color: #444;
    font-size: 22px;
    font-weight: 500;
    list-style: decimal;
    list-style-position: inside;
    text-align: left;
}


.nvs8-box-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.nvs8-box {
    padding: 5rem 0;
    padding-left: 3rem;
    display: flex;
    align-items: flex-start;
    gap: 7rem;
    border-bottom: 1px solid #ddd;
    transition: all .3s;
}
.nvs8-box:hover {
    background-color: #f5f5f5;
}
.nvs8-box:last-child {
    border-bottom: none;
}

.nvs8-box-num {
    color: var(--main-color);
    font-size: 50px;
    font-weight: 400;
    font-style: italic;
    font-family: 'Play';
    letter-spacing: -0.06em;
}

.nvs8-box-text {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.nvs8-box-text h5 {
    position: relative;
    color: #222;
    font-size: 28px;
    padding-left: 40px;
}

.nvs8-box-text h5::before {
    content: 'Q.';
    position: absolute;
    left: 0;
}

.nvs8-box-answer {
    position: relative;
    color: #888;
    font-size: 19px;
    line-height: 1.65;
    padding-left: 40px;
}

.nvs8-box-answer::before {
    content: 'A.';
    position: absolute;
    top: 0; left: 4px;
    font-weight: 500;
}

.nvs8-box-answer ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 15px;
}

.nvs8-box-answer ul li {
    color: #888;
    font-size: 19px;
    line-height: 1.65;
    list-style-type: '- ';
}


/*==================================================*/
@media (max-width: 1650px) {
    .nvs-1 {
        left: -5%;
    }

    .nvs3 .article-wrapper {
        width: 100%;
        padding: 0 20px;
    }
}


@media (max-width: 1350px) {
    .nvs-1 {
        left: unset;
        right: 0;
        width: 90%;
        min-width: unset;
        height: auto;
    }

    .nvs-text {
        width: 100%;
        margin-left: 0;
    }

    .nvs3-box-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }
}


@media (max-width: 1250px) {
    .bst2 {
        padding: 50px 0;
    }

    .bst2-image {
        height: 300px;
        object-fit: cover;
    }

    .nvs6 {
        padding: 100px 0;
    }

    .nvs6-text {
        width: 90%;
    }
}


@media (max-width: 1050px) {
    .nvs7-box-wrapper {
        width: 90%;
    }

    .nvs8-box {
        gap: 4rem;
    }
}


@media (max-width: 768px) {
    .nvs6 {
        padding: 60px 0;
        background-attachment: unset;
    }

    .nvs6-text {
        padding: 30px 50px;
        font-size: 19px;
        line-height: 1.7;
        box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    }

    .nvs7-box {
        box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    }

    .nvs7-box-text h5 br {
        display: none;
    }

    .nvs8-box {
        padding: 3rem 0;
        padding-left: 1rem;
        gap: 3rem;
    }
    .nvs8-box:hover {
        background-color: #fff;
    }

    .nvs8-box-num {
        font-size: 40px;
    }

    .nvs8-box-text h5 {
        font-size: 24px;
        padding-left: 35px;
    }

    .nvs8-box-answer {
        font-size: 17px;
        padding-left: 35px;
    }

    .nvs8-box-answer ul li {
        font-size: 17px;
    }
}


@media (max-width: 650px) {
    .nvs-text p br {
        display: none;
    }

    .nvs-title {
        margin-bottom: 3rem;
    }
    
    .nvs-title h5 {
        font-size: 36px;
        margin-bottom: 10px;
    }
    
    .nvs-title p {
        font-size: 13px;
    }
    
    .nvs3-box-wrapper {
        gap: 3rem 1rem;
    }

    .nvs3-box-text {
        margin-top: 1rem;
    }

    .nvs3-box-text h5 {
        font-size: 22px;
    }
    
    .nvs3-box-text p {
        font-size: 15px;
        margin-top: 1rem;
    }

    .nvs7-box {
        border-radius: 8px;
    }
}


@media (max-width: 550px) {
    .nvs5 {
        padding-top: 0;
    }
    
    .bst2-image {
        height: 200px;
        object-fit: cover;
    }

    .bst2-text {
        margin-top: 0;
    }

    .nvs6-text {
        width: 100%;
        padding: 20px 30px;
        font-size: 16px;
    }

    .nvs7-box-wrapper {
        width: 100%;
        gap: 4rem;
        margin-top: 1rem;
    }
    
    .nvs7-box {
        padding: 35px;
    }

    .nvs7-box-num {
        top: -19px;
        width: 38px;
        height: 38px;
        font-size: 16px;
        border-radius: 13px;
    }
    
    .nvs7-box-text h5 {
        font-size: 18px;
    }

    .nvs7-box-text ul {
        gap: 8px;
        margin-top: 1rem;
    }
    
    .nvs7-box-text ul li {
        font-size: 15px;
    }

    .nvs8-box {
        flex-direction: column;
        gap: 1.5rem;
    }
    .nvs8-box:first-child {
        margin-top: -3rem;
    }

    .nvs8-box-num {
        font-size: 32px;
    }

    .nvs8-box-text {
        gap: 1rem;
    }
    
    .nvs8-box-text h5 {
        font-size: 20px;
        padding-left: 30px;
    }

    .nvs8-box-answer {
        font-size: 15px;
        padding-left: 30px;
    }

    .nvs8-box-answer ul li {
        font-size: 15px;
    }
}


@media (max-width: 450px) {
    .nvs-title {
        margin-bottom: 2rem;
    }
    
    .nvs-title h5 {
        font-size: 32px;
    }
    
    .nvs3-box-wrapper {
        gap: 2rem 10px;
    }
    
    .nvs3-box-text h5 {
        font-size: 18px;
    }
    
    .nvs3-box-text p {
        font-size: 12px;
        margin-top: 10px;
    }
}