* {
    margin: 0;
    padding: 0;
}

.n-main {
    text-align: center;
}

.n-main-img {
    margin: 170px auto 0 auto;
    width: 300px;
    height: 163px;
}

.n-main-img img {
    width: 100%;
}

.n-error-title {
    margin-top: 24px;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: #292929;
}

.n-error-desc {
    margin-top: 8px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #7D7D7D;
}

.n-return-btn {
    margin: 60px auto 0 auto;
    width: 100px;
    height: 36px;
    line-height: 36px;
    margin-top: 60px;
    background-color: #E60039;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
	display: block;
}
.n-return-btn:hover{
	color: #FFFFFF;
}

.n-main-list {
    margin: 80px auto 70px auto;
    width: 920px;
    display: flex;
}

.n-main-list h3 {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    color: #DA0030;
}

.n-list-content {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
}

.n-list-content li {
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    color: #7D7D7D;
}

.n-list-content ul {
    margin-right: 80px;
}

.n-list-content ul:last-child {
    margin-right: 0;
}

.n-list-line {
    width: 1px;
    background-color: #E9E9E9;
    height: 185px;
    margin: 0 100px;
}

@media screen and (max-width:750px) {
    .n-main-img {
        width: 9.375rem;
        height: 5.0938rem;
        margin: 5.3125rem auto 0 auto;
    }
    .n-error-title {
        margin-top: 1.875rem;
        font-size: 1.125rem;
    }
    .n-error-desc {
        font-size: .875rem;
    }
    .n-return-btn {
        width: 7.75rem;
        height: 2.5313rem;
        line-height: 2.5313rem;
        font-size: .875rem;
    }
    .n-main-list {
        margin: 3.75rem auto 2.6563rem auto;
        width: 17.1875rem;
        flex-direction: column;
    }
    .n-list-line {
        width: 17.1875rem;
        height: 1px;
        margin: 1.5rem 0;
    }
    .n-main-list h3 {
        font-size: .875rem;
    }
    .n-list-content {
        margin-top: 1.125rem;
        justify-content: space-between;
    }
    .n-list-content li {
        font-size: .75rem;
    }
    .n-list-content ul {
        margin-right: 0;
    }
    .n-main-list .n-main-part:nth-child(1) .n-list-content {
        justify-content: start;
    }
    .n-main-list .n-main-part:nth-child(1) .n-list-content ul {
        margin-right: 3.125rem;
    }
}